:root {
  --navy: #07356f;
  --navy-deep: #062854;
  --blue: #1967ba;
  --orange: #ff8708;
  --orange-dark: #e96f00;
  --ink: #17233a;
  --muted: #63738c;
  --line: #dbe5ef;
  --ice: #f2f7fc;
  --white: #fff;
  --shadow: 0 16px 44px rgb(19 60 106 / 0.12);
  --fs-xs: 12px;
  --fs-sm: 14px;
  --fs-base: 16px;
  --fs-subtitle: 30px;
  --fs-heading: 36px;
  --fs-display: 52px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: var(--fs-base);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.container {
  width: min(1600px, 83%);
  margin-inline: auto;
}
.section {
  padding: 70px 0;
}
.section-soft {
  background: var(--ice);
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: var(--fs-base);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: serif;
}
.eyebrow::after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  background: var(--orange);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 32px;
}
.section-head > div {
  max-width: 720px;
}
.section-head h2,
.split-copy h2,
.about-copy h2 {
  margin-bottom: 0;
  color: var(--navy-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--fs-heading);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}
.section-intro {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.75;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: var(--fs-sm);
  font-weight: 800;
  white-space: nowrap;
}
.text-link i {
  font-size: var(--fs-subtitle);
  transition: transform 0.22s ease;
}
.text-link:hover i {
  transform: translateX(4px);
}
.btn {
  display: inline-flex;
  min-height: 48px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: var(--fs-sm);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.btn i {
  font-size: var(--fs-subtitle);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: var(--white);
  background: var(--orange);
}
.btn-primary:hover {
  background: var(--orange-dark);
  box-shadow: 0 12px 28px rgb(255 135 8 / 0.26);
}
.btn-outline {
  color: var(--white);
  border-color: rgb(255 255 255 / 0.55);
}
.btn-outline:hover {
  border-color: var(--white);
  background: rgb(255 255 255 / 0.1);
}

.hero-swiper {
  width: 100%;
}
.hero-slide {
  position: relative;
  min-height: 500px;
  aspect-ratio: 2170 / 725;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #e9f3fc url('hero-banner.png') center / cover no-repeat;
}
.hero-content {
  width: min(610px, 45%);
  padding: 60px 0 88px;
}
.js .hero-content > * {
  visibility: hidden;
}
.hero-content > * {
  will-change: transform, opacity;
}
.hero-brand {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: var(--fs-sm);
  font-weight: 800;
  text-transform: uppercase;
}
.hero h1 {
  margin-bottom: 18px;
  color: var(--navy-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--fs-display);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
}
.hero-meta {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: var(--fs-base);
  font-weight: 700;
}
.hero-copy {
  max-width: 510px;
  margin-bottom: 30px;
  color: #4f6480;
  font-size: var(--fs-base);
  line-height: 1.7;
}
.hero-controls {
  position: absolute;
  z-index: 3;
  left: max(56px, 8.5vw);
  bottom: 66px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-arrow {
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: var(--fs-subtitle);
  cursor: pointer;
}
.hero-pagination {
  position: static;
  width: auto !important;
  display: flex;
  gap: 6px;
}
.hero-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: white;
  opacity: 0.5;
}
.hero-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.category-card {
  position: relative;
  height: auto;
  aspect-ratio: 0.76;
  overflow: hidden;
  border-radius: 6px;
  background: #dce7ef;
}
.category-card::after {
  content: '';
  position: absolute;
  inset: 52% 0 0;
  background: linear-gradient(transparent, rgb(3 22 46 / 0.82));
  pointer-events: none;
}
.category-card img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.28);
  transition: transform 0.45s ease;
}
.category-card:nth-child(1) img {
  object-position: 62% 50%;
}
.category-card:nth-child(2) img {
  object-position: 56% 50%;
}
.category-card:nth-child(3) img {
  object-position: 78% 50%;
}
.category-card:nth-child(4) img {
  object-position: 91% 48%;
}
.category-card:nth-child(5) img {
  object-position: 69% 35%;
}
.category-card:nth-child(6) img {
  object-position: 73% 78%;
}
.category-card:nth-child(7) img {
  object-position: 84% 74%;
}
.category-card:nth-child(8) img {
  object-position: 50% 45%;
}
.category-card:nth-child(9) img {
  object-position: 64% 50%;
}
.category-card:nth-child(10) img {
  object-position: 82% 50%;
}
.category-card:nth-child(11) img {
  object-position: 70% 70%;
}
.category-card:nth-child(12) img {
  object-position: 76% 40%;
}
.category-label {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 14px;
  left: 13px;
  color: white;
}
.category-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.category-title h3,
.product-info h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  font-size: var(--fs-sm);
  line-height: 1.3;
}
.category-title h3 {
  color: white;
  font-weight: 800;
}
.category-title i {
  flex: 0 0 auto;
}
.category-description {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  color: rgb(255 255 255 / 0.86);
  font-size: var(--fs-xs);
  line-height: 1.45;
  transform: translateY(8px);
  transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.25s ease, transform 0.3s ease;
}
.category-card:hover img {
  transform: scale(1.34);
}
.category-card:hover .category-description {
  max-height: 100px;
  margin-top: 8px;
  opacity: 1;
  transform: translateY(0);
}

.categories {
  padding-block: 64px;
}
.products {
  padding-block: 60px;
  background: #f7fafc;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.product-media {
  height: 175px;
  overflow: hidden;
  background: #eef4f8;
}
.product-media img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.42);
  transition: transform 0.45s ease;
}
.product-card:nth-child(6n + 1) img {
  object-position: 66% 54%;
}
.product-card:nth-child(6n + 2) img {
  object-position: 72% 41%;
}
.product-card:nth-child(6n + 3) img {
  object-position: 58% 46%;
}
.product-card:nth-child(6n + 4) img {
  object-position: 91% 46%;
}
.product-card:nth-child(6n + 5) img {
  object-position: 82% 69%;
}
.product-card:nth-child(6n + 6) img {
  object-position: 73% 72%;
}
.product-info {
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.product-info h3 {
  flex: 1;
}
.product-info i {
  color: var(--blue);
  font-size: var(--fs-subtitle);
  flex: 0 0 auto;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: #c9d9e8;
  box-shadow: var(--shadow);
}
.product-card:hover img {
  transform: scale(1.48);
}

.industrial-zone {
  background: #edf6ff url('manufacturing-process-bg.png') center / cover no-repeat;
}
.facility-section {
  padding: 9rem 0 44px;
}
.facility-layout {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 48px;
  align-items: center;
}
.split-copy h2 {
  margin-bottom: 22px;
}
.split-copy p:last-of-type {
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.75;
}
.facility-gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.74fr 0.74fr;
  grid-template-rows: repeat(2, 165px);
  gap: 6px;
}
.facility-photo {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #dce5ec;
}
.facility-photo:first-child {
  grid-row: 1 / 3;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.facility-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.facility-photo:hover img {
  transform: scale(1.045);
}

.process-section {
  padding: 40px 0 6rem;
}
.process-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}
.process-head {
  display: block;
  margin: 0;
}
.process-head h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--fs-heading);
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}
.process-head p {
  max-width: 430px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.7;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
.process-step {
  position: relative;
  min-width: 0;
  text-align: center;
}
.process-step:not(:last-child)::after {
  content: '\2192';
  position: absolute;
  top: 58px;
  right: -25px;
  color: #4b9be0;
  font-size: var(--fs-heading);
  line-height: 1;
}
.process-image {
  width: 124px;
  aspect-ratio: 1;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 5px solid white;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgb(27 81 132 / 0.12);
}
.process-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.process-step:hover img {
  transform: scale(1.07);
}
.process-step h3 {
  margin-bottom: 8px;
  color: var(--navy-deep);
  font-size: var(--fs-base);
}
.process-step p {
  max-width: 220px;
  margin: 0 auto;
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: 1.55;
}

.about-section {
  padding: 32px 0 0;
  overflow: hidden;
}
.about-photo {
}
.about-photo img {
  height: 100%;
  object-fit: cover;
}
.about-copy h2 {
  margin-bottom: 18px;
  font-size: var(--fs-subtitle);
  line-height: 1.15;
}
.about-copy > p:last-of-type {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.75;
}
.about-columns {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(520px, calc((100% - 1600px) / 2 + 520px)) 500px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.about-copy,
.why {
  margin-top: 30px;
}
.why {
  padding: 0 max(56px, calc((100vw - 1600px) / 2)) 0 34px;
  border-left: 1px solid #d6e1ec;
}
.why h3 {
  margin-bottom: 18px;
  color: var(--navy-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--fs-subtitle);
  letter-spacing: 0;
}
.why-list {
  display: grid;
  gap: 30px 18px;
}
.why-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}
.why-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: #edf5fc;
  font-size: var(--fs-subtitle);
}
.why-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-deep);
  font-size: var(--fs-sm);
}
.why-item span {
  display: block;
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: 1.45;
}

.cta {
  min-height: 230px;
  display: flex;
  align-items: center;
  background: var(--navy) url('cta-banner.png') center / cover no-repeat;
  background-position: 88%;
}
.cta-content {
  width: min(560px, 47%);
  padding: 8rem 0;
  color: white;
}
.cta h2 {
  margin-bottom: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--fs-heading);
  line-height: 1.1;
  letter-spacing: 0;
}
.cta p {
  margin-bottom: 26px;
  color: #d9e7f6;
  font-size: var(--fs-base);
}
.cta-actions {
  display: flex;
  gap: 14px;
}

@media (min-width: 1700px) {
  :root {
    --fs-display: 56px;
  }
  .container {
    width: min(1600px, 83%);
  }
  .hero-slide {
    min-height: 620px;
  }
  .hero-content {
    width: min(720px, 48%);
  }
}

@media (max-width: 1180px) {
  :root {
    --fs-display: 48px;
  }
  .container {
    width: min(100% - 48px, 1080px);
  }
  .hero-slide {
    min-height: 520px;
    background-position: 57% center;
  }
  .hero-content {
    width: 49%;
  }
  .hero-controls {
    left: 24px;
  }
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .facility-layout,
  .process-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-columns {
    width: min(100% - 48px, 1080px);
    margin-inline: auto;
    grid-template-columns: 1.08fr 0.92fr;
  }
  .why {
    padding-right: 0;
  }
  .why {
    grid-column: 1 / 3;
  }
}

@media (max-width: 860px) {
  :root {
    --fs-heading: 32px;
    --fs-display: 44px;
  }
  .container {
    width: min(100% - 32px, 720px);
  }
  .section {
    padding: 58px 0;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .hero-slide {
    min-height: 700px;
    align-items: flex-start;
    background-position: 72% bottom;
    background-size: auto 100%;
  }
  .hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 0.76);
  }
  .hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 52px;
  }
  .hero h1 {
    max-width: 520px;
  }
  .hero-copy {
    max-width: 490px;
  }
  .hero-controls {
    left: 16px;
    bottom: 34px;
  }
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .category-card {
    height: 230px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .facility-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px repeat(2, 170px);
  }
  .facility-photo:first-child {
    grid-row: auto;
    grid-column: 1 / 3;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .process-step:nth-child(2)::after {
    display: none;
  }
  .about-columns {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-copy,
  .why {
    margin-top: 0;
  }
  .why {
    grid-column: auto;
    padding: 0;
    border-left: 0;
  }
  .cta {
    background-position: 61% center;
  }
  .cta-content {
    width: 70%;
  }
}

@media (max-width: 540px) {
  :root {
    --fs-base: 14px;
    --fs-subtitle: 18px;
    --fs-heading: 30px;
    --fs-display: 38px;
  }
  .hero-slide {
    min-height: 650px;
    background-position: 67% 100%;
  }
  .product-grid {
    gap: 10px;
  }
  .product-media {
    height: 155px;
  }
  .product-info {
    padding-inline: 11px;
  }
  .facility-gallery {
    grid-template-rows: 220px repeat(2, 140px);
  }
  .process-grid {
    gap: 32px 18px;
  }
  .process-image {
    width: 124px;
  }
  .process-step:not(:last-child)::after {
    display: none;
  }
  .about-photo,
  .about-photo img {
    min-height: 300px;
  }
  .why-list {
    grid-template-columns: 1fr;
  }
  .cta {
    min-height: 370px;
    background-position: 64% center;
  }
  .cta-content {
    width: 78%;
  }
  .cta-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
