:root {
  --manu-paper: #f6f8fb;
  --manu-rule: rgb(18 54 83 / .2);
  --manu-blue: #2f4696;
  --manu-deep: #183475;
  --manu-ink: #123653;
}

.manufacturing-page {
  color: var(--manu-ink);
  background: var(--manu-paper);
}

.manufacturing-page main { overflow: clip; }
.manufacturing-page .paras-header { color: var(--manu-ink); }

.manu-hero {
  min-height: 100svh;
  padding-top: var(--header-height);
  display: grid;
  grid-template-rows: minmax(260px, 42vh) 1fr auto;
  background: var(--manu-paper);
}

.manu-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dce8f2;
}

.manu-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(17 51 81 / .16), transparent 55%);
  pointer-events: none;
}

.manu-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  transition: transform 1.8s var(--ease);
}

.is-ready .manu-hero-media img { transform: scale(1); }

.manu-hero-copy {
  padding: clamp(34px, 5vw, 78px) var(--edge) clamp(30px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(130px, .36fr) minmax(0, 1.55fr) minmax(250px, .7fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
}

.manu-eyebrow,
.manu-section-mark {
  margin: 0;
  color: var(--manu-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.manu-hero-copy h1 {
  margin: 0;
  max-width: 940px;
  color: var(--manu-deep);
  font-size: clamp(54px, 7.2vw, 116px);
  font-weight: 400;
  letter-spacing: -.068em;
  line-height: .84;
}

html[lang="es-ES"] .manu-hero-copy h1 { font-size: clamp(50px, 5.6vw, 88px); }

.manu-hero-copy > p:not(.manu-eyebrow) {
  margin: 0;
  max-width: 440px;
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.5;
}

.manu-hero-copy > a {
  grid-column: 3;
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--manu-blue);
  font-size: 13px;
  font-weight: 600;
}

.manu-facts {
  margin: 0;
  padding: 0 var(--edge) clamp(26px, 3vw, 42px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--manu-rule);
}

.manu-facts div {
  min-height: 110px;
  padding: 22px 22px 0 0;
  border-right: 1px solid var(--manu-rule);
}

.manu-facts div:not(:first-child) { padding-left: 24px; }
.manu-facts div:last-child { border-right: 0; }
.manu-facts dt { color: var(--manu-blue); font-size: clamp(32px, 3.2vw, 54px); letter-spacing: -.06em; line-height: 1; }
.manu-facts dd { margin: 9px 0 0; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }

.manu-section-mark {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.manu-intro {
  padding: clamp(100px, 13vw, 210px) var(--edge) clamp(110px, 14vw, 220px);
  background: #fff;
}

.manu-intro-copy {
  margin-top: clamp(60px, 9vw, 140px);
  display: grid;
  grid-template-columns: 1.25fr .7fr;
  gap: clamp(54px, 9vw, 150px);
  align-items: end;
}

.manu-intro-copy h2,
.manu-walkthrough-head h2,
.manu-journey-heading h2,
.manu-quality-copy h2,
.manu-readiness-heading h2,
.manu-cta h2 {
  margin: 0;
  color: var(--manu-deep);
  font-size: clamp(48px, 6.4vw, 104px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .94;
}

.manu-intro-copy > div { max-width: 550px; }
.manu-intro-copy p { margin: 0 0 20px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.manu-network-line { margin-top: clamp(80px, 12vw, 180px); display: flex; align-items: center; gap: 18px; color: var(--manu-blue); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.manu-network-line i { height: 1px; flex: 1; background: var(--manu-rule); }

.manu-walkthrough {
  padding: clamp(95px, 11vw, 170px) var(--edge) clamp(110px, 13vw, 190px);
  color: #f8fbff;
  background: linear-gradient(135deg, #183475 0%, #275b99 56%, #3e85bd 100%);
}

.manu-walkthrough .manu-section-mark { color: #b9d8f3; }
.manu-walkthrough-head > div:last-child {
  margin-top: clamp(58px, 8vw, 118px);
  display: grid;
  grid-template-columns: 1.3fr .55fr;
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
}
.manu-walkthrough-head h2 { color: #fff; }
.manu-walkthrough-head p { margin: 0; max-width: 430px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }

.manu-film {
  position: relative;
  margin: clamp(62px, 8vw, 120px) 0 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0c2948;
  box-shadow: 0 32px 90px rgb(3 21 41 / .3);
}

.manu-film video { width: 100%; height: 100%; display: block; object-fit: cover; }
.manu-film-play {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: clamp(28px, 5vw, 70px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: end;
  color: #fff;
  border: 0;
  background: linear-gradient(180deg, rgb(8 31 56 / .08), rgb(8 31 56 / .72));
  text-align: left;
  cursor: pointer;
  transition: opacity .35s ease;
}
.manu-film-play span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .75); border-radius: 50%; font-size: 17px; }
.manu-film-play strong { align-self: center; font-size: clamp(22px, 2.5vw, 42px); font-weight: 400; letter-spacing: -.035em; }
.manu-film-play small { align-self: center; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.manu-film.is-playing .manu-film-play { opacity: 0; pointer-events: none; }

.manu-film-note {
  padding-top: 22px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  border-top: 1px solid rgb(255 255 255 / .32);
}
.manu-film-note p { margin: 0; color: #b9d8f3; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.manu-film-note ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; list-style: none; }
.manu-film-note li { font-size: 14px; }

.manu-journey { padding: clamp(110px, 14vw, 220px) 0; background: var(--manu-paper); }
.manu-journey-heading { padding: 0 var(--edge); display: grid; grid-template-columns: .42fr 1.4fr .58fr; gap: clamp(30px, 6vw, 100px); align-items: end; }
.manu-journey-heading .manu-section-mark { align-self: start; }
.manu-journey-heading p { margin: 0 0 8px; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.55; }

.manu-processes { margin-top: clamp(90px, 13vw, 190px); }
.manu-process {
  min-height: 92svh;
  padding: clamp(70px, 8vw, 120px) var(--edge);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(48px, 8vw, 140px);
  align-items: center;
  border-top: 1px solid var(--manu-rule);
}
.manu-process-reverse { grid-template-columns: .85fr 1.15fr; }
.manu-process-reverse figure { order: 2; }
.manu-process figure { position: relative; margin: 0; min-height: 520px; height: 68vh; max-height: 760px; overflow: hidden; background: #fff; }
.manu-process figure img,
.manu-process figure video { width: 100%; height: 100%; display: block; object-fit: cover; }
.manu-process:first-child figure video { object-fit: contain; }
.manu-process-copy { max-width: 580px; }
.manu-process-copy > span { color: var(--manu-blue); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.manu-process-copy h3 { margin: 28px 0 30px; color: var(--manu-deep); font-size: clamp(48px, 5.6vw, 88px); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.manu-process-copy > p { margin: 0; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.52; }
.manu-process-copy dl { margin: clamp(48px, 6vw, 86px) 0 0; }
.manu-process-copy dl div { padding: 16px 0; display: grid; grid-template-columns: 140px 1fr; gap: 24px; border-top: 1px solid var(--manu-rule); }
.manu-process-copy dt { color: var(--manu-blue); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.manu-process-copy dd { margin: 0; font-size: 14px; line-height: 1.4; }

.manu-quality {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  background: #245b94;
}
.manu-quality-picture { min-height: 100%; overflow: hidden; }
.manu-quality-picture img { width: 100%; height: 100%; display: block; object-fit: cover; }
.manu-quality-copy { padding: clamp(80px, 9vw, 145px) var(--edge); display: flex; flex-direction: column; justify-content: center; }
.manu-quality-copy .manu-section-mark { color: #bedaf0; }
.manu-quality-copy h2 { margin-top: clamp(70px, 9vw, 130px); color: #fff; }
.manu-quality-copy > p { margin: 38px 0 0; max-width: 650px; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.55; }
.manu-quality-list { margin-top: clamp(52px, 7vw, 90px); }
.manu-quality-list div { padding: 17px 0; display: grid; grid-template-columns: 160px 1fr; gap: 24px; border-top: 1px solid rgb(255 255 255 / .28); }
.manu-quality-list strong { color: #bedaf0; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.manu-quality-list span { font-size: 14px; line-height: 1.4; }
.manu-quality-copy > a { margin-top: 44px; width: fit-content; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }

.manu-readiness { padding: clamp(110px, 14vw, 220px) var(--edge); background: #fff; }
.manu-readiness-grid { margin-top: clamp(75px, 10vw, 150px); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 170px); }
.manu-readiness-heading { position: sticky; top: calc(var(--header-height) + 42px); align-self: start; }
.manu-readiness-heading h2 { font-size: clamp(48px, 5.5vw, 86px); }
.manu-readiness-heading p { margin: 34px 0 0; max-width: 440px; font-size: 18px; line-height: 1.5; }
.manu-checklist { margin: 0; padding: 0; list-style: none; }
.manu-checklist li { padding: 30px 0 42px; display: grid; grid-template-columns: 58px 1fr; gap: 30px; border-top: 1px solid var(--manu-rule); }
.manu-checklist li > span { color: var(--manu-blue); font-size: 11px; letter-spacing: .08em; }
.manu-checklist strong { color: var(--manu-deep); font-size: clamp(24px, 2vw, 34px); font-weight: 400; letter-spacing: -.035em; }
.manu-checklist p { margin: 12px 0 0; max-width: 560px; font-size: 16px; line-height: 1.5; }

.manu-cta { padding: clamp(110px, 14vw, 210px) var(--edge); color: #fff; background: linear-gradient(120deg, #183475, #2f70b7); }
.manu-cta > p { margin: 0 0 clamp(70px, 9vw, 130px); color: #bedaf0; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.manu-cta h2 { max-width: 1140px; color: #fff; }
.manu-cta > div { margin-top: clamp(60px, 8vw, 110px); display: flex; flex-wrap: wrap; gap: 14px; }
.manu-cta a { padding: 15px 22px; border: 1px solid rgb(255 255 255 / .65); font-size: 13px; font-weight: 600; }
.manu-cta a:first-child { color: var(--manu-deep); background: #fff; border-color: #fff; }

.js .manu-reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .manu-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .manu-hero-copy { grid-template-columns: 1fr; }
  .manu-hero-copy > a { grid-column: auto; }
  .manu-intro-copy,
  .manu-walkthrough-head > div:last-child,
  .manu-journey-heading,
  .manu-quality,
  .manu-readiness-grid { grid-template-columns: 1fr; }
  .manu-journey-heading .manu-section-mark { margin-bottom: 22px; }
  .manu-process,
  .manu-process-reverse { min-height: auto; grid-template-columns: 1fr; }
  .manu-process-reverse figure { order: initial; }
  .manu-process-copy { max-width: 760px; }
  .manu-quality-picture { min-height: 48vh; }
  .manu-readiness-heading { position: static; }
}

@media (max-width: 767px) {
  .manu-hero { min-height: auto; grid-template-rows: 31vh auto auto; }
  .manu-hero-copy { padding-top: 36px; }
  .manu-hero-copy h1 { font-size: clamp(50px, 15vw, 72px); }
  html[lang="es-ES"] .manu-hero-copy h1 { font-size: clamp(44px, 12.5vw, 60px); }
  .manu-facts { grid-template-columns: 1fr 1fr; }
  .manu-facts div { min-height: 98px; border-bottom: 1px solid var(--manu-rule); }
  .manu-facts div:nth-child(2) { border-right: 0; }
  .manu-facts div:nth-child(3), .manu-facts div:nth-child(4) { border-bottom: 0; }
  .manu-facts div:nth-child(3) { padding-left: 0; }
  .manu-intro-copy { margin-top: 50px; gap: 36px; }
  .manu-intro-copy h2,
  .manu-walkthrough-head h2,
  .manu-journey-heading h2,
  .manu-quality-copy h2,
  .manu-readiness-heading h2,
  .manu-cta h2 { font-size: clamp(43px, 13vw, 64px); }
  .manu-network-line { display: grid; grid-template-columns: auto 1fr; }
  .manu-network-line i { width: 100%; }
  .manu-walkthrough-head > div:last-child { margin-top: 48px; gap: 26px; }
  .manu-film { margin-top: 50px; }
  .manu-film-play { grid-template-columns: auto 1fr; }
  .manu-film-play small { display: none; }
  .manu-film-play span { width: 46px; height: 46px; }
  .manu-film-note { grid-template-columns: 1fr; }
  .manu-film-note ul { grid-template-columns: 1fr; gap: 10px; }
  .manu-journey-heading { gap: 28px; }
  .manu-process { padding-top: 56px; padding-bottom: 76px; gap: 46px; }
  .manu-process figure { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .manu-process-copy h3 { margin: 22px 0 24px; font-size: clamp(44px, 13vw, 64px); }
  .manu-process-copy dl div { grid-template-columns: 112px 1fr; gap: 16px; }
  .manu-quality-picture { min-height: 36vh; }
  .manu-quality-copy h2 { margin-top: 56px; }
  .manu-quality-list div { grid-template-columns: 112px 1fr; gap: 18px; }
  .manu-readiness-grid { margin-top: 58px; gap: 56px; }
  .manu-checklist li { grid-template-columns: 38px 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .manu-hero-media img,
  .js .manu-reveal { transition: none; }
}
