/* Paras - paraspack.in · design system from Brand Guidelines 2026 (v4) */
@font-face { font-family: 'Hanken'; src: url('/paras-preview-assets/fonts/Hanken-var.ttf'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'Archivo'; src: url('/paras-preview-assets/fonts/Archivo-var.ttf'); font-weight: 100 900; font-stretch: 50% 125%; font-display: swap; }
@font-face { font-family: 'UnbSemi'; src: url('/paras-preview-assets/fonts/Unbounded-600.ttf'); font-display: swap; }

:root {
  --deep: #26398F; --deeper: #1C2A6E; --fresh: #9DB1F2; --pale: #C5CFF7; --wash: #EAEDFA;
  --ink: #14161C; --body: #2A2E38; --mut: #646C7A; --line: #DBDFF0; --white: #fff;
  --sun: #EBB424; --red: #C6362B; --night: #1B2662;
  --d-scarlet: #E85D3A; --d-amber: #F2B32B; --d-cyan: #2E9BB0;
  --max: 1240px; --r: 8px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Hanken', Arial, sans-serif; color: var(--body); background: var(--white); font-size: 17px; line-height: 1.6; font-weight: 450; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

h1, h2, h3 { color: var(--ink); letter-spacing: -.02em; line-height: 1.12; font-weight: 700; }
h1 { font-size: clamp(34px, 4.6vw, 56px); }
h2 { font-size: clamp(28px, 3.4vw, 40px); }
h3 { font-size: 22px; letter-spacing: -.012em; }
.label { font-weight: 600; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--mut); }
.onDeep .label, .banddeep .label { color: var(--fresh); }
.stand { font-weight: 600; font-size: clamp(19px, 2vw, 23px); letter-spacing: -.01em; color: var(--ink); }
.muted { color: var(--mut); }
.wm { font-family: 'UnbSemi'; letter-spacing: .01em; color: var(--ink); }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 34px; height: 74px; }
.nav .brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.nav .brand img { height: 30px; }
.nav .brand .wm { font-size: 21px; }
.nav a.link { font-weight: 600; font-size: 15.5px; color: #333844; padding: 6px 2px; border-bottom: 2px solid transparent; transition: border-color .18s, color .18s; }
.nav a.link:hover, .nav a.link[aria-current] { color: var(--deep); border-bottom-color: var(--fresh); }
.btn { display: inline-block; font-weight: 700; font-size: 15.5px; border-radius: 999px; padding: 11px 22px; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:active { transform: translateY(1px); }
.btn-deep { background: var(--deep); color: #fff; }
.btn-deep:hover { background: var(--deeper); box-shadow: 0 6px 18px rgba(38,57,143,.25); }
.btn-fresh { background: var(--fresh); color: var(--deep); }
.btn-fresh:hover { box-shadow: 0 6px 18px rgba(38,57,143,.35); }
.btn-ghost { border: 1.5px solid var(--wash); color: var(--wash); }
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-hair { border: 1.5px solid var(--line); color: var(--ink); }
.btn-hair:hover { border-color: var(--deep); }

/* ---------- hero / bands ---------- */
.banddeep { background: var(--deep); color: var(--wash); }
.banddeep h1, .banddeep h2, .banddeep h3 { color: var(--fresh); }
.bandwash { background: var(--wash); }
.hero { overflow: hidden; }
.hero .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding: 84px 0; }
.hero p.lead { font-size: 19px; color: var(--pale); max-width: 34em; margin-top: 20px; }
.hero .cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero .pic { border-radius: var(--r); overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.28); animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
.hero .copy { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero .pic, .hero .copy { animation: none; } }
.factstrip { border-top: 1px solid rgba(234,237,250,.18); }
.factstrip .wrap { display: flex; justify-content: space-between; gap: 20px; padding: 22px 28px; flex-wrap: wrap; }
.factstrip b { font-weight: 700; font-size: 20px; color: #fff; display: block; letter-spacing: -.01em; }
.factstrip span { font-weight: 600; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--fresh); }

.section { padding: 88px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-head p { max-width: 44em; margin-top: 12px; }

/* ---------- cards ---------- */
.cardgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; transition: transform .22s cubic-bezier(.2,.7,.2,1), box-shadow .22s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(19,21,26,.10); }
.card .thumb { aspect-ratio: 4/3; background: var(--wash); position: relative; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .thumb svg { width: 100%; height: 100%; }
.card .meta { padding: 16px 18px 18px; }
.card .meta h3 { font-size: 18px; }
.card .meta .muted { font-size: 14.5px; margin-top: 3px; }

/* ---------- tables ---------- */
table.spec { width: 100%; border-collapse: collapse; }
table.spec th { text-align: left; font-weight: 600; font-size: 13px; letter-spacing: .13em; text-transform: uppercase; color: var(--mut); border-bottom: 2px solid var(--ink); padding: 0 16px 10px 0; white-space: nowrap; }
table.spec td { padding: 13px 16px 13px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
table.spec tr:hover td { background: #FAFBFD; }
table.spec td:first-child a { font-weight: 650; color: var(--ink); border-bottom: 1px solid transparent; }
table.spec td:first-child a:hover { border-bottom-color: var(--fresh); }
table.kv { width: 100%; border-collapse: collapse; }
table.kv th { text-align: left; font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--mut); padding: 13px 20px 13px 0; border-bottom: 1px solid var(--line); width: 250px; vertical-align: top; }
table.kv td { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 16.5px; font-weight: 500; color: var(--ink); }

/* ---------- breadcrumbs ---------- */
.crumbs { padding: 20px 0 0; font-size: 14.5px; color: var(--mut); font-weight: 500; }
.crumbs a:hover { color: var(--deep); text-decoration: underline; }
.crumbs span.sep { margin: 0 8px; color: var(--line); }

/* ---------- product page ---------- */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 44px 0 88px; align-items: start; }
.pdp .stage { background: var(--wash); border-radius: var(--r); padding: 34px; position: sticky; top: 98px; }
.pdp .stage img { border-radius: 6px; }
.pdp .caption { font-size: 13px; margin-top: 14px; }
.hairbox { border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; }
.notice { background: var(--wash); border-radius: var(--r); padding: 18px 22px; font-size: 15px; color: #2A3670; }

/* ---------- footer ---------- */
footer { background: var(--wash); color: var(--body); margin-top: 0; }
footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; padding: 64px 0 44px; }
footer .brand { display: flex; align-items: center; gap: 11px; }
footer .brand img { height: 32px; }
footer .brand .wm { color: #fff; font-size: 22px; }
footer p { font-size: 15px; color: var(--pale); max-width: 26em; }
footer h4 { font-weight: 600; font-size: 13px; letter-spacing: .15em; text-transform: uppercase; color: var(--fresh); margin-bottom: 14px; }
footer a { display: block; padding: 5px 0; font-size: 15.5px; color: var(--wash); }
footer a:hover { color: #fff; text-decoration: underline; }
footer .base { border-top: 1px solid rgba(234,237,250,.18); padding: 20px 0 26px; display: flex; justify-content: space-between; gap: 20px; font-size: 13.5px; color: #A9B7D4; flex-wrap: wrap; }

/* ---------- misc ---------- */
.pillrow { display: flex; gap: 10px; flex-wrap: wrap; }
.pillrow span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px; font-weight: 600; font-size: 14px; color: var(--ink); }
.banddeep .pillrow span { border-color: rgba(234,237,250,.3); color: var(--wash); }
.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split2 .pic { border-radius: var(--r); overflow: hidden; }
.checks { list-style: none; }
.checks li { padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); position: relative; font-size: 16.5px; }
.checks li::before { content: '✓'; position: absolute; left: 2px; color: #2C5AA8; font-weight: 800; }
.banddeep .checks li { border-color: rgba(234,237,250,.15); color: var(--wash); }
.banddeep .checks li::before { color: var(--fresh); }
.contactbox { background: #fff; border-radius: var(--r); padding: 28px; color: var(--body); }
form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea { font-family: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; width: 100%; margin-bottom: 14px; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--fresh); border-color: var(--fresh); }
.skip { position: absolute; left: -9999px; }
.skip:focus { position: fixed; left: 16px; top: 12px; background: #fff; padding: 10px 16px; z-index: 99; border-radius: 6px; }

@media (max-width: 980px) {
  .hero .grid, .pdp, .split2 { grid-template-columns: 1fr; }
  .cardgrid { grid-template-columns: repeat(2, 1fr); }
  footer .cols { grid-template-columns: 1fr 1fr; }
  .nav a.link { display: none; }
  .pdp .stage { position: static; }
}

/* ================= v2 - cinematic layer ================= */




.nav { transition: background .35s, border-color .35s; }




.hero-cine { position: relative; min-height: calc(100vh - 122px); display: flex; align-items: flex-end; color: #fff; }
.hero-cine .bg { position: absolute; inset: 0; background-size: cover; background-position: 62% 45%; }
.hero-cine .scrim { position: absolute; inset: 0; background: rgba(24,33,84,.28); }
.hero-cine .scrim::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24,33,84,.7) 0%, transparent 34%), linear-gradient(180deg, rgba(24,33,84,.45) 0%, transparent 26%); }
.hero-cine .inner { position: relative; width: 100%; padding: 160px 0 0; }
.hero-cine .label { color: var(--fresh); }
.hero-cine .display { font-weight: 700; font-size: clamp(58px, 8.2vw, 126px); line-height: .98; letter-spacing: -.035em; color: #fff; margin-top: 22px; max-width: 9.5em; }
.hero-cine .display em { font-style: normal; color: var(--fresh); }
.hero-cine p.lead { font-size: clamp(17px, 1.4vw, 21px); color: var(--pale); max-width: 33em; margin-top: 26px; line-height: 1.6; }
.hero-cine .cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-cine .facts { border-top: 1px solid rgba(234,237,250,.22); margin-top: 64px; }
.hero-cine .facts .wrap { display: flex; justify-content: space-between; gap: 24px; padding: 26px 28px 30px; flex-wrap: wrap; }
.hero-cine .facts b { font-weight: 700; font-size: clamp(20px, 1.8vw, 26px); color: #fff; display: block; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.hero-cine .facts span { font-weight: 600; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--fresh); }

.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

.statement-band { background: var(--wash); padding: 120px 0; text-align: center; }
.statement-band .big { font-weight: 650; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.3; letter-spacing: -.02em; color: var(--deep); max-width: 26em; margin: 30px auto 0; }
.statement-band .big b { color: var(--ink); font-weight: 700; }

/* punnet scroll story */
.story { position: relative; height: 340vh; background: var(--deep); color: var(--wash); }
.story .pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.story .copy { padding: 0 6vw; }
.story .copy .label { color: var(--fresh); }
.story h2.st { color: var(--fresh); font-size: clamp(34px, 3.6vw, 52px); margin-top: 14px; }
.story .step { position: absolute; inset: 0 auto auto 0; opacity: 0; transform: translateY(18px); transition: opacity .35s, transform .5s; max-width: 24em; pointer-events: none; background: var(--deep); }
.story .steps { position: relative; margin-top: 26px; height: 250px; }
.story .step.on { opacity: 1; transform: none; }
.story .step h3 { color: #fff; font-size: 24px; }
.story .step p { color: var(--pale); margin-top: 10px; font-size: 17.5px; line-height: 1.6; }
.story .stage { height: 100%; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 16vh; position: relative; }
.story .stage svg { width: min(40vw, 640px); overflow: visible; }
.punnet-shape { opacity: 0; transform: translateY(60px); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
.punnet-shape.up { opacity: 1; transform: none; }
.story .h-readout { position: absolute; right: 7vw; top: 16vh; font-weight: 700; font-size: clamp(40px, 4.6vw, 68px); color: var(--fresh); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.story .h-cap { position: absolute; right: 7vw; top: calc(16vh - 26px); font-weight: 600; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--pale); }
@media (max-width: 980px) { .story { height: auto; } .story .pin { position: static; height: auto; grid-template-columns: 1fr; padding: 72px 0; } .story .steps { height: auto; } .story .step { position: static; opacity: 1; transform: none; margin-bottom: 22px; } .story .h-readout, .story .h-cap { display: none; } }

/* explorer */
.explorer { padding: 110px 0; }
.ex-controls { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin-top: 36px; }
.chip { border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 20px; font-weight: 650; font-size: 15px; cursor: pointer; background: #fff; transition: all .18s; color: var(--ink); font-family: inherit; }
.chip:hover { border-color: var(--deep); }
.chip.on { background: var(--deep); border-color: var(--deep); color: #fff; }
.cap-wrap { display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: 15px; color: var(--mut); }
input[type=range] { accent-color: var(--deep); width: 220px; margin: 0; }
.ex-count-line { font-weight: 600; font-size: 15px; color: var(--mut); margin-left: auto; }
.ex-count-line b { color: var(--deep); font-size: 22px; font-weight: 700; }
.ex-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 30px; }
.ex-item { border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; transition: all .18s; background: #fff; }
.ex-item:hover { border-color: var(--deep); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(19,21,26,.08); }
.ex-name { font-weight: 650; color: var(--ink); font-size: 16.5px; }
.ex-meta { font-size: 14px; color: var(--mut); }
.ex-cat { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #4E6490; margin-top: 8px; }
.ex-item.more { align-items: center; justify-content: center; font-weight: 650; color: var(--deep); background: var(--wash); border-color: transparent; }
@media (max-width: 980px) { .ex-grid { grid-template-columns: 1fr 1fr; } .ex-count-line { margin-left: 0; } }

/* gallery band */
.gallery { background: #1B2662; padding: 110px 0 120px; color: var(--wash); }
.gallery .rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 44px 28px 10px; max-width: calc(var(--max) + 56px); margin: 0 auto; scrollbar-width: none; }
.gallery .rail::-webkit-scrollbar { display: none; }
.gcard { flex: 0 0 320px; scroll-snap-align: start; border-radius: 10px; overflow: hidden; position: relative; aspect-ratio: 3/4.2; }
.gcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gcard:hover img { transform: scale(1.05); }
.gcard span { position: absolute; left: 16px; bottom: 14px; font-weight: 600; font-size: 13px; letter-spacing: .13em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.gallery h2 { color: var(--fresh); }

/* full-bleed CTA band */
.bleed { position: relative; min-height: 74vh; display: flex; align-items: center; color: #fff; }
.bleed .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.bleed .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,33,84,.9), rgba(24,33,84,.55) 55%, rgba(24,33,84,.15)); }
.bleed .inner { position: relative; }
.bleed h2 { color: #fff; font-size: clamp(34px, 4vw, 56px); max-width: 13em; }
.bleed h2 em { font-style: normal; color: var(--fresh); }

/* FAQ */
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 22px 4px; font-weight: 650; font-size: 18px; color: var(--ink); }
.faq summary::after { content: '+'; font-size: 24px; font-weight: 400; color: var(--mut); transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 4px 24px; max-width: 52em; color: #2A2E38; }

/* floating actions + widget mount */
.float-wa { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: flex; flex-direction: column; gap: 10px; }
.float-wa a { width: 56px; height: 56px; border-radius: 999px; background: var(--deep); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(19,21,26,.35); transition: transform .18s; }
.float-wa a svg { width: 26px; height: 26px; fill: #fff; }
.float-wa a:hover { transform: translateY(-3px); }
.geo-banner { position: fixed; left: 50%; transform: translateX(-50%); bottom: 20px; z-index: 70; background: var(--ink); color: #fff; border-radius: 999px; padding: 10px 12px 10px 22px; display: flex; gap: 14px; align-items: center; font-size: 15px; box-shadow: 0 16px 44px rgba(0,0,0,.3); }
.geo-banner button { background: none; border: 0; color: #aaa; font-size: 15px; cursor: pointer; padding: 6px; }

/* insights */
.postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.post-body { max-width: 720px; }
.post-body h2 { font-size: 28px; margin: 40px 0 14px; }
.post-body p { margin: 16px 0; font-size: 17.5px; line-height: 1.7; }
.post-body table.spec { margin: 26px 0; }
.byline { display: flex; gap: 12px; align-items: baseline; color: var(--mut); font-size: 15px; margin-top: 18px; }

/* ================= v3 - reference-mix motion layer ================= */
/* Metric (preloader / marquee / mono indices) × Price&Pierce (wordmark hero,
   linework, inertial scroll, parallax, masked reveals) × Biofarma (stat cards) */
:root { --mono: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Consolas, monospace; }

/* preloader gate (home, once per session, JS-only) */
.pre { display: none; position: fixed; inset: 0; z-index: 200; background: var(--deep); align-items: center; justify-content: center; flex-direction: column; gap: 22px; animation: prekill 0s linear 4.5s forwards; }
html.js .pre { display: flex; }
.pre-mark { position: relative; height: clamp(120px, 18vh, 190px); }
.pre-mark img { height: 100%; }
.pre-mark img.o { opacity: .18; }
.pre-mark img.f { position: absolute; left: 0; top: 0; clip-path: inset(0 100% 0 0); }
.pre.go .pre-mark img.f { animation: prefill 1.05s cubic-bezier(.65,0,.35,1) .15s forwards; }
.pre-cap { font-family: var(--mono); font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--pale); opacity: .75; }
.pre.go { animation: prelift .75s cubic-bezier(.76,0,.24,1) 1.5s forwards, prekill 0s linear 4.5s forwards; }
@keyframes prefill { to { clip-path: inset(0 0 0 0); } }
@keyframes prelift { to { transform: translateY(-101%); } }
@keyframes prekill { to { visibility: hidden; pointer-events: none; } }

/* nav hides scrolling down, returns scrolling up */
.nav { transition: background .35s, border-color .35s, transform .45s cubic-bezier(.2,.7,.2,1); }
.nav.hid { transform: translateY(-100%); }

/* hero - centred wordmark over media + drawn linework (P&P grammar) */
.hero-cine { overflow: hidden; }
.hero-cine .bg { overflow: hidden; }
.hero-cine .hero-bg { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; }
.hero-cine .hero-bg-1 { opacity: 1; }
.hero-cine .hero-bg img, .hero-cine .hero-bg video { width: 100%; height: 100%; object-fit: cover; }
.hero-cine.hero-option-2 .hero-bg-1, .hero-cine.hero-option-3 .hero-bg-1 { opacity: 0; }
.hero-cine.hero-option-2 .hero-bg-2, .hero-cine.hero-option-3 .hero-bg-3 { opacity: 1; }
.hero-cine.hero-option-2 .scrim { background: linear-gradient(78deg, rgba(24,33,84,.78), rgba(24,33,84,.34) 48%, rgba(24,33,84,.08) 82%), linear-gradient(0deg, rgba(24,33,84,.76), transparent 42%); }
.hero-cine.hero-option-3 .scrim { background: linear-gradient(78deg, rgba(24,33,84,.9), rgba(24,33,84,.48) 52%, rgba(24,33,84,.2) 86%), linear-gradient(0deg, rgba(24,33,84,.86), transparent 42%); }
.hero-cine .bg .kb { position: absolute; inset: 0; background-size: cover; background-position: 62% 45%; animation: kb 26s ease-in-out infinite alternate; }
@keyframes kb { from { transform: scale(1); } to { transform: scale(1.08); } }
.wm-giant { position: absolute; inset: 0; display: grid; place-items: start center; padding-top: 17vh; font-family: 'Archivo'; font-weight: 900; font-stretch: 115%; font-size: clamp(88px, 14.5vw, 218px); line-height: 1; letter-spacing: .01em; color: rgba(255,255,255,.96); pointer-events: none; text-shadow: 0 8px 60px rgba(24,33,84,.35); z-index: 2; }
.hero-cine .display { font-size: clamp(34px, 3.4vw, 52px); max-width: 12em; }
.hero-cine p.lead { margin-top: 0; font-size: clamp(16px, 1.2vw, 18.5px); max-width: 30em; }
.hero-cine .hgrid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: end; }
.hero-cine .cta { margin-top: 24px; }
@media (max-width: 980px) { .hero-cine .hgrid { grid-template-columns: 1fr; gap: 22px; } }
.hero-lines { position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%); width: min(42vw, 580px); opacity: .45; pointer-events: none; z-index: 1; }
.hero-lines path { fill: none; stroke: #C5CFF7; stroke-width: 1.4; stroke-dasharray: 1; stroke-dashoffset: 1; }
.hero-lines.go path { animation: draw 2s cubic-bezier(.4,0,.2,1) forwards; }
.hero-lines text { font-family: var(--mono); font-size: 13px; fill: rgba(196,212,238,.9); opacity: 0; transition: opacity .8s ease 1.6s; }
.hero-lines.go text { opacity: 1; }
@keyframes draw { to { stroke-dashoffset: 0; } }

/* masked word reveals on h1/h2 (JS splits) */
.split .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .12em; margin-bottom: -.12em; }
.split .wi { display: inline-block; transform: translateY(115%); transition: transform .85s cubic-bezier(.2,.65,.15,1); }
.split.go .wi { transform: none; }

/* numbered mono section indices (Metric) */
.label .idx { font-family: var(--mono); font-weight: 500; letter-spacing: .04em; margin-right: 10px; color: #4E6490; }
.banddeep .label .idx, .onDeep .label .idx, .hero-cine .label .idx, .gallery .label .idx, .bleed .label .idx, .story .label .idx { color: rgba(196,212,238,.75); }

/* stat cards (Biofarma) */
.statcards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: var(--max); margin: 54px auto 0; padding: 0 28px; text-align: left; }
.scard { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px 26px 24px; }
.scard b { font-size: clamp(30px, 3vw, 44px); font-weight: 750; color: var(--deep); display: block; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.scard span { font-weight: 600; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--mut); margin-top: 6px; display: block; }
@media (max-width: 980px) { .statcards { grid-template-columns: 1fr 1fr; } }

/* marquee tickers (Metric) */
.marq { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 54px 0 58px; overflow: hidden; display: grid; gap: 18px; }
.mrow { display: flex; white-space: nowrap; }
.mtrack { display: flex; align-items: center; flex-shrink: 0; animation: marq 38s linear infinite; }
.mtrack.rev { animation: marqr 46s linear infinite; }
.marq:hover .mtrack { animation-play-state: paused; }
.mo { font-weight: 800; font-size: clamp(38px, 4.8vw, 72px); letter-spacing: -.02em; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1.3px #9AA8DB; padding: 0 22px; }
.msep { color: var(--fresh); font-size: clamp(22px, 2.6vw, 38px); }
.r2 .mo { font-family: var(--mono); font-weight: 500; font-size: clamp(15px, 1.5vw, 21px); letter-spacing: .14em; -webkit-text-stroke: 0; color: var(--mut); padding: 0 26px; }
.r2 .msep { font-size: 14px; color: #4E6490; }
@keyframes marq { to { transform: translateX(-50%); } }
@keyframes marqr { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* image wipe entrances */
.imgrv { position: relative; overflow: hidden; }
.imgrv::after { content: ''; position: absolute; inset: 0; background: var(--wash); transition: transform .9s cubic-bezier(.65,0,.2,1); }
.imgrv img { transform: scale(1.12); transition: transform 1.25s cubic-bezier(.2,.7,.2,1); }
.imgrv.in::after { transform: translateY(-101%); }
.imgrv.in img { transform: none; }
.banddeep .imgrv::after { background: var(--deeper); }
.gallery .imgrv::after { background: #1B2662; }
.gcard.imgrv.in:hover img { transform: scale(1.05); }

/* parallax media */
[data-plx] { will-change: transform; }
.bleed { overflow: hidden; }
.bleed .bg { inset: -12% 0; }

@media (prefers-reduced-motion: reduce) {
  .pre { display: none !important; }
  .hero-cine .bg .kb { animation: none; }
  .hero-lines path { stroke-dashoffset: 0; animation: none; }
  .hero-lines text { opacity: 1; transition: none; }
  .mtrack { animation: none; }
  .split .wi { transform: none; transition: none; }
  .imgrv::after { display: none; }
  .imgrv img { transform: none; transition: none; }
}

/* ================= v4 - Price & Pierce grammar (user: "look at the reference") ================= */
/* Light type at editorial scale, square edge-bleed imagery, full-width hairlines,
   hamburger + centred mark + pill nav, scroll-scrubbed statement, giant-number stat band. */
:root { --r: 0; }
h1, h2 { font-weight: 300; letter-spacing: -.015em; line-height: 1.08; }
h2 { font-size: clamp(34px, 3.8vw, 58px); }
h3 { font-weight: 500; font-size: 20px; }
.statement-band .big b, .statement-band .big { font-weight: 300; }
.btn { font-weight: 500; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; padding: 12px 24px; }
.card, .split2 .pic, .gcard, .pdp .stage, .hairbox, .contactbox, .notice, .ex-item, .scard { border-radius: 0; }
.pdp .stage img { border-radius: 0; }

/* nav: hamburger left · centred mark · pill right */
.nav .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; height: 78px; }
.nav .brand { margin: 0 auto; grid-column: 2; }
.nav .burger { grid-column: 1; justify-self: start; width: 46px; height: 46px; border: 0; border-radius: 999px; background: var(--wash); cursor: pointer; display: grid; place-items: center; gap: 0; padding: 0; }
.nav .burger span { display: block; width: 18px; height: 1.6px; background: var(--ink); margin: 2.5px 0; transition: transform .3s, opacity .3s; }


.nav .cta-slot { grid-column: 3; justify-self: end; }
.nav a.link { display: none; }
body.menu-open .nav .burger span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
body.menu-open .nav .burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav .burger span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

/* fullscreen menu overlay */
.menu { position: fixed; inset: 0; z-index: 40; background: var(--deep); color: var(--wash); padding: 140px 0 60px; clip-path: inset(0 0 100% 0); transition: clip-path .6s cubic-bezier(.76,0,.24,1); overflow: auto; }
body.menu-open .menu { clip-path: inset(0); }
.menu .wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; }
.menu a.big { display: block; font-weight: 300; font-size: clamp(30px, 3.6vw, 52px); letter-spacing: -.015em; color: #fff; padding: 10px 0; border-bottom: 1px solid rgba(234,237,250,.14); opacity: 0; transform: translateY(22px); transition: opacity .5s, transform .6s cubic-bezier(.2,.7,.2,1), color .2s; }
.menu a.big:hover { color: var(--fresh); }
body.menu-open .menu a.big { opacity: 1; transform: none; }
.menu .side { font-size: 15px; color: var(--pale); }
.menu .side .label { color: var(--fresh); }
.menu .side a { display: block; padding: 6px 0; color: var(--wash); }
.menu .side a:hover { color: #fff; }

/* hero - light tracked wordmark, specialists line bottom-left (P&P) */
.wm-giant { font-family: 'UnbSemi'; font-weight: 400; font-stretch: 100%; font-size: clamp(54px, 8.6vw, 138px); letter-spacing: .01em; text-indent: 0; place-items: center; padding-top: 0; text-shadow: 0 4px 44px rgba(24,33,84,.45); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.wm-giant .wmtag { font-family: 'Hanken'; font-weight: 650; font-size: clamp(14px, 1.3vw, 20px); letter-spacing: .06em; color: rgba(255,255,255,.92); text-shadow: 0 2px 18px rgba(24,33,84,.5); }
.hero-cine .hgrid { grid-template-columns: 1fr auto; align-items: end; }
.hero-cine .display { font-weight: 300; font-size: clamp(26px, 2.2vw, 36px); letter-spacing: -.01em; line-height: 1.2; }
.hero-cine .display em { color: #fff; }
.hero-cine p.lead { display: none; }
.hero-cine .label { font-family: var(--mono); font-weight: 500; letter-spacing: .2em; }
.hero-cine .facts { display: none; }

/* Review-ready hero system: clear message first, proof points visible below. */
.hero-cine .display { font-size: clamp(34px, 4.2vw, 60px); max-width: 11em; line-height: 1.03; }
.hero-cine .facts { display: block; }
.hero-cine .facts .wrap { padding-top: 18px; padding-bottom: 22px; }
.hero-cine .facts b { font-size: clamp(19px, 1.7vw, 25px); }
.hero-picker { position: absolute; right: 28px; bottom: 24px; z-index: 8; display: flex; gap: 7px; align-items: center; padding: 7px 9px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(24,33,84,.35); backdrop-filter: blur(10px); }
.hero-picker a { color: rgba(255,255,255,.7); font: 600 11px/1 var(--mono); letter-spacing: .1em; padding: 7px 8px; border-radius: 999px; }
.hero-picker a[aria-current="true"], .hero-picker a:hover { color: var(--deep); background: var(--fresh); }
.hero-lines { width: min(70vw, 960px); top: 50%; opacity: .35; }

/* scroll-scrubbed statement (P&P signature) */
.scrubsec { background: #fff; padding: 130px 0 120px; }
.scrubsec .top { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 22px; margin-bottom: 54px; }
.scrub { font-weight: 300; font-size: clamp(32px, 4vw, 58px); letter-spacing: -.015em; line-height: 1.16; color: var(--ink); max-width: 17em; }
.scrub .w { opacity: .13; }
.btn-pill-wash { background: var(--wash); color: var(--deep); }
.btn-pill-wash:hover { background: var(--pale); }

/* giant-number stat band (P&P dark band) */
.statband { background: var(--deep); color: var(--wash); padding: 40px 0 70px; }
.statband .row { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 30px; border-top: 1px solid rgba(234,237,250,.16); padding: 26px 0 34px; }
.statband b { font-weight: 200; font-size: clamp(64px, 7.5vw, 120px); line-height: 1; letter-spacing: -.02em; color: #fff; font-variant-numeric: tabular-nums; }
.statband .row span { font-size: 15px; color: var(--pale); padding-top: 12px; max-width: 22em; text-align: right; }

/* image + crossing hairline sections (P&P) */
.xsec { position: relative; background: #fff; }
.xsec .media { width: 65.5%; aspect-ratio: 16/10.5; position: relative; }
.xsec .media img { width: 100%; height: 100%; object-fit: cover; }
.xsec .media .tint { position: absolute; inset: 0; background: rgba(24,33,84,.38); }
.xsec .rule { position: absolute; left: 7.3%; right: 7.3%; top: 38%; border-top: 1px solid rgba(255,255,255,.55); z-index: 3; pointer-events: none; }
.xsec .rule::after { content: ''; position: absolute; right: -0%; top: 0; }
.xsec h2 { position: absolute; left: 7.3%; top: 40%; z-index: 4; color: #fff; font-weight: 300; font-size: clamp(34px, 3.6vw, 56px); max-width: 12em; }
.xsec .col { position: absolute; right: 0; top: 38%; width: 34.5%; padding: 40px 7.3% 0 44px; font-size: 16px; }
.xsec .col .rule2 { border-top: 1px solid var(--line); margin: -40px 0 40px -44px; }
.xsec .col p { margin-bottom: 20px; color: var(--body); }
.xsec.flip .media { margin-left: 34.5%; }
.xsec.flip h2 { left: 41.8%; }
.xsec.flip .col { left: 0; right: auto; padding: 40px 44px 0 7.3%; }
@media (max-width: 980px) {
  .xsec .media { width: 100%; }
  .xsec h2 { top: auto; bottom: 12%; }
  .xsec .col { position: static; width: 100%; padding: 28px 28px 56px; }
  .xsec.flip .media { margin-left: 0; }
}

/* deep products band (P&P "Our Products") */
.prodband { background: #fff; color: var(--body); padding: 96px 0 110px; }
.prodband .label { color: var(--mut); }
.prodband .hr { border-top: 1px solid rgba(234,237,250,.16); margin: 18px 0 46px; }
.prodband h2 { color: var(--ink); font-weight: 300; max-width: 15em; }
.prodband .duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.prodband .duo .ph { aspect-ratio: 16/11; overflow: hidden; }
.prodband .duo .ph img { width: 100%; height: 100%; object-fit: cover; }
.prodband .explorer { padding: 64px 0 0; }
.prodband h2.exh { font-size: clamp(24px, 2vw, 32px); margin-top: 8px; }
.prodband .chip { background: transparent; border-color: rgba(234,237,250,.3); color: var(--wash); }
.prodband .chip.on { background: var(--fresh); border-color: var(--fresh); color: var(--deep); }
.prodband .chip:hover { border-color: var(--fresh); }
.prodband .cap-wrap { color: var(--pale); }
.prodband input[type=range] { accent-color: var(--fresh); }
.prodband .ex-count-line { color: var(--pale); }
.prodband .ex-count-line b { color: #fff; }
.prodband .ex-item { background: transparent; border-color: rgba(234,237,250,.18); }
.prodband .ex-name { color: #fff; }
.prodband .ex-meta { color: var(--pale); }
.prodband .ex-cat { color: var(--fresh); }
.prodband .ex-item:hover { border-color: var(--fresh); box-shadow: none; }
.prodband .ex-item.more { background: rgba(234,237,250,.08); color: var(--fresh); }

/* story + marquee restyled light */
.story h2.st { font-weight: 300; }
.story .step h3 { font-weight: 500; }
.mo { font-weight: 400; -webkit-text-stroke: 1px #A8BFB1; }
.statement-band { display: none; }
.gallery h2, .bleed h2 { font-weight: 300; }

/* hero video */
.hero-cine .bg video.vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: none; }

/* category tiles (real photography) */
.catgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 56px; }
.cat-tile { position: relative; aspect-ratio: 4/4.4; overflow: hidden; display: block; background: var(--deeper); }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; }
.cat-tile .ct-scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24,33,84,.78), rgba(24,33,84,.06) 55%); transition: background .3s; }
.cat-tile:hover img { transform: scale(1.05); }
.cat-tile .ct-name { position: absolute; left: 16px; right: 16px; bottom: 32px; font-weight: 500; font-size: 16.5px; color: #fff; letter-spacing: .01em; z-index: 2; }
.cat-tile .ct-count { position: absolute; left: 16px; bottom: 13px; font-family: var(--mono); font-weight: 500; font-size: 11.5px; letter-spacing: .08em; color: var(--fresh); z-index: 2; }
.cat-tile .nophoto { position: absolute; inset: 0; display: grid; place-items: center; font-weight: 300; font-size: 22px; color: rgba(234,237,250,.5); padding: 20px; text-align: center; }
@media (max-width: 980px) { .catgrid { grid-template-columns: 1fr 1fr; } }

/* menu-open nav treatment */
body.menu-open { overflow: hidden; }
body.menu-open .nav { background: transparent; border-bottom-color: transparent; backdrop-filter: none; }
body.menu-open .nav .brand .wm { color: #fff; }
body.menu-open .nav .brand img.ink { display: none; }
body.menu-open .nav .brand img.white { display: block; }
body.menu-open .nav .burger { background: rgba(255,255,255,.14); }
body.menu-open .nav .burger span { background: #fff; }
body.menu-open .nav .btn-deep { background: var(--fresh); color: var(--deep); }
body.menu-open .nav.hid { transform: none; }
@media (prefers-reduced-motion: reduce) { .scrub .w { opacity: 1 !important; } .menu { transition: none; } .menu a.big { transition: none; opacity: 1; transform: none; } }

/* footer - hairline + light */
footer { margin-top: 0; }
footer .wm-line { font-family: 'Archivo'; font-weight: 800; font-stretch: 125%; font-size: clamp(60px, 9vw, 150px); letter-spacing: .005em; text-indent: 0; color: rgba(255,255,255,.95); text-align: center; padding: 70px 0 30px; }
footer .cols { border-top: 1px solid rgba(234,237,250,.14); }

/* ---- v5.1 spacing rhythm (one vertical scale for the home) ---- */
:root { --sect: clamp(100px, 9vw, 150px); }
.hero-cine .inner { padding: 160px 0 72px; }
.scrubsec { padding: var(--sect) 0; }
.scrubsec .top { margin-bottom: 76px; }
.statband { padding: 72px 0 100px; }
.statband .row { padding: 32px 0 44px; }
.prodband { padding: var(--sect) 0; }
.prodband .hr { margin: 20px 0 56px; }
.catgrid { margin-top: 68px; }
.prodband .explorer { padding: 96px 0 0; }
.marq { padding: 76px 0; }
.gallery { padding: var(--sect) 0; }
.gallery .rail { padding-top: 56px; }
.story .copy { padding: 0 7.3vw; }
.bleed { min-height: 78vh; }
.xsec .media { margin-top: 0; }
.xsec.flip { margin-top: 0; }

/* PDP stage: photography full-bleed, diagram in its own wash panel */
.pdp .stage { background: transparent; padding: 0; }
.pdp .stage > img { width: 100%; }
.pdp .stage .caption { margin: 14px 2px 0; }
.pdp .stage .diabox { background: var(--wash); padding: 26px; margin-top: 24px; }
.pdp .stage .diabox .caption { margin: 12px 0 0; }

/* Cullen-direction home variant: image-led, application-first, and proof-led. */
.cu-hero { background: var(--wash); min-height: 650px; position: relative; overflow: hidden; }
.cu-hero-image { position: absolute; inset: 0 0 0 37%; overflow: hidden; }
.cu-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cu-hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--wash) 0%, rgba(234,237,250,.75) 8%, rgba(234,237,250,0) 35%), linear-gradient(0deg, rgba(20,22,28,.25), transparent 48%); }
.cu-hero-copy { position: relative; z-index: 2; padding-top: 118px; padding-bottom: 110px; width: 100%; }
.cu-hero-copy h1 { font-size: clamp(48px, 7vw, 94px); line-height: .98; letter-spacing: -.055em; max-width: 7em; margin-top: 20px; }
.cu-hero-copy h1 em { font-style: normal; color: var(--deep); }
.cu-hero-copy p { max-width: 31em; margin-top: 26px; font-size: 19px; color: #394055; }
.cu-hero-copy .cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.cu-hero-stamp { position: absolute; z-index: 2; left: 18px; bottom: 18px; display: grid; place-items: center; width: 116px; height: 116px; border-radius: 50%; background: var(--fresh); color: var(--deep); text-align: center; text-transform: uppercase; font: 700 11px/1.35 'Archivo'; letter-spacing: .1em; transform: rotate(-12deg); }
.cu-proof { background: var(--deep); color: var(--wash); }
.cu-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 24px; padding-bottom: 26px; }
.cu-proof b { display: block; color: #fff; font: 700 clamp(28px, 3vw, 43px)/1 'Archivo'; letter-spacing: -.04em; }
.cu-proof span { display: block; margin-top: 8px; color: var(--fresh); font-size: 12px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.cu-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.cu-intro { background: #fff; padding-bottom: 100px; }
.cu-intro h2, .cu-cap-copy h2, .cu-sectors h2, .cu-quote h2 { margin-top: 15px; max-width: 10em; font-size: clamp(34px, 4.3vw, 60px); letter-spacing: -.045em; }
.cu-lead { font-size: clamp(22px, 2.3vw, 31px); line-height: 1.25; color: var(--ink); max-width: 18em; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 26px; font-weight: 700; color: var(--deep); border-bottom: 1px solid var(--fresh); padding-bottom: 5px; }
.text-link span { font-size: 18px; }
.cu-products { background: var(--wash); padding-top: 95px; }
.cu-products .section-head { align-items: end; margin-bottom: 38px; }
.cu-products h2 { margin-top: 14px; }
.cu-product-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-auto-rows: 270px; gap: 14px; }
.cu-product-card { display: block; position: relative; overflow: hidden; background: var(--deep); color: #fff; }
.cu-product-card.p1 { grid-row: span 2; }
.cu-product-card.p4 { grid-column: span 2; }
.cu-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.cu-product-card:hover img, .cu-sector:hover img { transform: scale(1.045); }
.cu-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,15,39,.82), rgba(10,15,39,.02) 68%); }
.cu-card-copy { position: absolute; left: 20px; right: 20px; bottom: 18px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.cu-card-copy small { grid-column: 1 / -1; color: var(--fresh); font: 600 11px/1 'Archivo'; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.cu-card-copy strong { font-size: 21px; line-height: 1.1; }
.cu-card-copy i { font-size: 24px; font-style: normal; color: var(--fresh); }
.cu-capability { background: #fff; padding-top: 120px; }
.cu-cap-image { min-height: 500px; overflow: hidden; }
.cu-cap-image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.cu-cap-copy { padding-top: 32px; }
.cu-cap-copy p { max-width: 35em; margin-top: 22px; }
.cu-list { margin-top: 38px; border-top: 1px solid var(--line); }
.cu-list a { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cu-list b { color: var(--ink); }
.cu-list span { color: var(--mut); font-size: 14px; }
.cu-sectors { background: var(--wash); padding-top: 105px; }
.cu-sectors h2 { margin-bottom: 38px; }
.cu-sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cu-sector { position: relative; min-height: 350px; overflow: hidden; color: #fff; background: var(--deep); }
.cu-sector img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.cu-sector::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,15,39,.83), transparent 60%); }
.cu-sector span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; font-size: 22px; font-weight: 700; }
.cu-sector small { display: block; margin-top: 5px; color: var(--fresh); font: 600 11px/1.2 'Archivo'; letter-spacing: .12em; text-transform: uppercase; }
.cu-export { background: var(--deep); color: var(--wash); padding: 110px 0; }
.cu-export h2 { color: #fff; font-size: clamp(42px, 5.6vw, 76px); line-height: .96; letter-spacing: -.055em; margin-top: 14px; }
.cu-export p { max-width: 30em; color: var(--pale); font-size: 20px; }
.cu-export .btn { margin-top: 30px; }
.cu-quote { background: #fff; padding-bottom: 120px; }
.cu-quote h2 { margin-bottom: 20px; }
.cu-quote p { max-width: 29em; }
.cu-form { display: grid; gap: 16px; border-top: 1px solid var(--line); padding-top: 18px; }
.cu-form label { display: grid; gap: 6px; color: var(--ink); font-weight: 650; font-size: 14px; }
.cu-form input, .cu-form select { width: 100%; padding: 13px 14px; border: 1px solid #B9C0D3; border-radius: 0; background: #fff; color: var(--ink); font: inherit; }
.cu-form input:focus, .cu-form select:focus { outline: 3px solid rgba(157,177,242,.55); outline-offset: 1px; border-color: var(--deep); }
.cu-form .btn { border: 0; justify-self: start; cursor: pointer; }
@media (max-width: 800px) {
  .cu-hero { min-height: auto; padding-bottom: 0; }
  .cu-hero-image { position: relative; inset: auto; height: 57vw; min-height: 270px; }
  .cu-hero-image::after { background: linear-gradient(0deg, rgba(20,22,28,.25), transparent 65%); }
  .cu-hero-copy { padding-top: 50px; padding-bottom: 58px; }
  .cu-hero-copy h1 { font-size: clamp(45px, 13vw, 70px); }
  .cu-hero-copy p { font-size: 17px; }
  .cu-proof-grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .cu-two-col { grid-template-columns: 1fr; gap: 36px; }
  .cu-product-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .cu-product-card.p1 { grid-row: span 1; }
  .cu-product-card.p4 { grid-column: span 1; }
  .cu-sector-grid { grid-template-columns: 1fr 1fr; }
  .cu-sector, .cu-sector img { min-height: 260px; }
  .cu-section-head, .cu-products .section-head { display: block; }
  .cu-products .section-head .text-link { margin-top: 18px; }
}

/* Full-depth Cullen reference direction */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cnav { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.98); border-bottom: 1px solid #d9dadd; }
.cnav-top { min-height: 82px; display: grid; grid-template-columns: 300px minmax(280px, 1fr) 250px; gap: 34px; align-items: center; }
.cnav-brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.cnav-brand img { width: 42px; height: 42px; object-fit: contain; }
.cnav-brand span { display: grid; line-height: 1; }
.cnav-brand strong { font: 760 34px/1 'Archivo'; color: #45474b; letter-spacing: -.04em; }
.cnav-brand small { margin-top: 6px; color: #74777d; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.cnav-search { justify-self: center; width: min(100%, 600px); display: grid; grid-template-columns: 1fr 42px; border: 1px solid #cfd1d5; border-radius: 22px; overflow: hidden; background: #fff; }
.cnav-search input { min-width: 0; height: 38px; border: 0; padding: 0 17px; color: #303237; font: 15px 'Hanken'; }
.cnav-search input:focus { outline: 2px solid var(--fresh); outline-offset: -2px; }
.cnav-search button { border: 0; background: transparent; color: #6c7077; font-size: 23px; cursor: pointer; }
.cnav-call { justify-self: end; display: grid; text-align: right; color: #60636a; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.cnav-call a { color: var(--deep); font-size: 16px; font-weight: 700; letter-spacing: 0; margin-top: 3px; }
.cnav-main { height: 64px; display: flex; align-items: center; gap: 28px; }
.cnav-links { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); margin-left: auto; }
.cnav-links > a, .cnav-dd > a { display: block; padding: 22px 0 18px; color: #55585e; font-weight: 520; font-size: 15px; border-bottom: 1px solid transparent; }
.cnav-links > a:hover, .cnav-links > a[aria-current], .cnav-dd > a:hover, .cnav-dd > a[aria-current] { color: var(--deep); border-bottom-color: var(--deep); }
.cnav-cta { min-width: 150px; text-align: center; background: var(--deep); color: #fff; padding: 11px 20px; border-radius: 4px; text-transform: uppercase; font-size: 13px; font-weight: 720; letter-spacing: .04em; }
.cnav-cta:hover { background: var(--deeper); }
.cnav-toggle { display: none; }
.cnav-dd { position: relative; }
.cnav-mega { position: fixed; top: 146px; left: 0; right: 0; z-index: 85; display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 50px; padding: 42px max(28px, calc((100vw - 1240px)/2 + 28px)); background: #fff; border-top: 1px solid #e4e5e8; box-shadow: 0 18px 30px rgba(34,39,58,.13); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
.cnav-dd:hover .cnav-mega, .cnav-dd:focus-within .cnav-mega { opacity: 1; visibility: visible; transform: none; }
.cnav-mega div { display: grid; align-content: start; gap: 8px; }
.cnav-mega h3 { font-size: 16px; margin-bottom: 8px; color: var(--deep); }
.cnav-mega a { font-size: 14px; color: #51545b; padding: 3px 0; }
.cnav-mega a:hover { color: var(--deep); }
.cnav-feature { position: relative; min-height: 190px; overflow: hidden; }
.cnav-feature img { width: 100%; height: 190px; object-fit: cover; }
.cnav-feature span { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: rgba(255,255,255,.9); color: var(--deep); font-weight: 700; }

.cpromise { background: #6b7075; color: #fff; }
.cpromise .wrap { display: grid; grid-template-columns: repeat(4,1fr); min-height: 51px; padding-top: 0; padding-bottom: 0; }
.cpromise a { display: flex; gap: 11px; align-items: center; justify-content: center; padding: 8px 14px; border-right: 1px solid rgba(255,255,255,.15); font-size: 14px; }
.cpromise a:last-child { border-right: 0; }
.cpromise img { width: 31px; height: 31px; border-radius: 50%; object-fit: cover; filter: grayscale(.25); }

.chero { position: relative; height: min(580px, calc(100dvh - 197px)); min-height: 510px; overflow: hidden; background: #eef0f3; }
.chero-track, .chero-slide { position: absolute; inset: 0; }
.chero-slide { opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s; }
.chero-slide.active { opacity: 1; visibility: visible; }
.chero-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); transition: transform 6.5s ease; }
.chero-slide.active > img { transform: scale(1.07); }
.chero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 45%, rgba(246,247,248,.62) 64%, rgba(246,247,248,.96) 100%); }
.chero-copy { position: absolute; z-index: 2; top: 50%; right: max(5vw, calc((100vw - 1240px)/2 + 28px)); width: min(520px, 42vw); transform: translateY(-50%); text-align: center; }
.chero-slide .chero-copy { opacity: 0; transition: opacity .18s ease; }
.chero-slide.active .chero-copy { opacity: 1; transition-delay: .38s; }
.chero-copy h1, .chero-copy h2 { color: #4a4c50; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -.035em; font-weight: 700; }
.chero-copy > div { display: flex; justify-content: center; gap: 18px; margin-top: 28px; }
.cbtn { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 11px 23px; border: 0; border-radius: 4px; font: 700 15px/1 'Hanken'; cursor: pointer; white-space: nowrap; }
.cbtn.dark { background: #4b4d52; color: #fff; }
.cbtn.blue { background: var(--deep); color: #fff; }
.cbtn:hover { transform: translateY(-1px); }
.cbtn:active { transform: translateY(1px); }
.chero-dots { position: absolute; z-index: 4; left: 50%; bottom: 20px; display: flex; gap: 8px; transform: translateX(-50%); }
.chero-dots button { width: 11px; height: 11px; border: 0; border-radius: 50%; background: rgba(67,70,76,.35); cursor: pointer; }
.chero-dots button.active { background: var(--deep); }
.side-quote { position: fixed; z-index: 70; right: 0; top: 42%; width: 126px; padding: 17px 12px; background: var(--deep); color: #fff; text-align: center; text-transform: uppercase; font-weight: 720; font-size: 14px; line-height: 1.2; border-radius: 4px 0 0 4px; box-shadow: 0 5px 18px rgba(38,57,143,.24); }
.float-wa { display: none; }

.csection { padding: 86px 0; opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.csection.seen { opacity: 1; transform: none; }
.csection h2 { color: var(--deep); text-align: center; font-size: clamp(30px, 3.2vw, 42px); font-weight: 700; line-height: 1.18; letter-spacing: -.025em; }
.cstatement { background: #fff; text-align: center; padding: 90px 0; }
.cstatement .wrap { max-width: 930px; }
.cstatement p { max-width: 850px; margin: 24px auto 0; color: #555960; font-size: 19px; line-height: 1.55; }
.csolutions { background: #f4f4f5; }
.csol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 46px; }
.csol-grid a, .cinnovation-grid a { position: relative; display: block; min-height: 300px; overflow: hidden; background: #dfe1e5; }
.csol-grid img, .cinnovation-grid img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .45s ease; }
.csol-grid a:hover img, .cinnovation-grid a:hover img { transform: scale(1.04); }
.csol-grid a::after, .cinnovation-grid a::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(22,27,49,.5), transparent); }
.csol-grid span, .cinnovation-grid span { position: absolute; z-index: 2; left: 50%; bottom: 25px; transform: translateX(-50%); min-width: 70%; padding: 12px 18px; background: rgba(255,255,255,.88); color: #44474d; text-align: center; font-size: 18px; font-weight: 650; }

.cmetrics { background: #fff; }
.cmetric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 34px; margin-top: 50px; text-align: center; }
.cmetric-grid > div { padding: 0 8px; }
.cmetric-grid img { width: 102px; height: 102px; margin: 0 auto 22px; border-radius: 50%; object-fit: cover; background: #f1f2f4; }
.cmetric-grid span, .cmetric-grid strong { display: block; color: #585c64; }
.cmetric-grid b { display: block; margin: 3px 0 7px; color: var(--deep); font: 730 clamp(32px,3.3vw,48px)/1 'Archivo'; }
.cmetric-grid strong { font-size: 18px; }
.cmetric-grid p { margin-top: 22px; color: #666a70; font-size: 15px; line-height: 1.5; }

.cscale { display: grid; grid-template-columns: 1fr 2fr; padding: 0; background: #f4f4f5; }
.cscale-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(34px,6vw,90px); text-align: center; }
.cscale-copy h2 { text-align: center; }
.cscale-copy p { margin: 26px 0; color: #555960; font-size: 18px; line-height: 1.55; }
.cscale-copy .cbtn { align-self: center; }
.cscale > img { width: 100%; height: 610px; object-fit: cover; }

.crange { background: #fff; }
.ccarousel-wrap { position: relative; margin-top: 48px; }
.ccarousel, .csector-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px)/4); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.ccarousel::-webkit-scrollbar, .csector-track::-webkit-scrollbar { display: none; }
.ccarousel > a { position: relative; height: 360px; scroll-snap-align: start; overflow: hidden; background: #e6e7e9; }
.ccarousel img { width: 100%; height: 100%; object-fit: cover; }
.ccarousel > a::after { content: ''; position: absolute; inset: 52% 0 0; background: linear-gradient(0deg, rgba(25,28,41,.55), transparent); }
.ccarousel > a > span { position: absolute; z-index: 2; left: 50%; bottom: 26px; transform: translateX(-50%); min-width: 72%; padding: 11px 12px; background: rgba(255,255,255,.9); color: #45484e; text-align: center; font-size: 17px; font-weight: 650; }
.ccarousel small { display: block; margin-top: 3px; color: #777b82; font-size: 12px; }
.carrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 56px; border: 0; transform: translateY(-50%); background: rgba(255,255,255,.88); color: #50545b; font-size: 36px; line-height: 1; cursor: pointer; }
.carrow.prev { left: -12px; }
.carrow.next { right: -12px; }
.carousel-progress { width: 160px; height: 4px; margin: 24px auto 0; background: #d7d9dd; }
.carousel-progress i { display: block; width: 42%; height: 100%; background: var(--deep); }

.cinnovation { background: #f4f4f5; }
.cinnovation > .wrap > p { max-width: 820px; margin: 22px auto 0; text-align: center; color: #555960; font-size: 18px; }
.cinnovation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }

.csectors { background: #fff; }
.csector-track { grid-auto-columns: calc((100% - 72px)/5); }
.csector-track a { scroll-snap-align: start; text-align: center; color: #45484e; }
.csector-track img { width: 134px; height: 134px; margin: 0 auto 18px; border-radius: 50%; object-fit: cover; background: #f1f2f4; }
.csector-track strong, .csector-track span { display: block; }
.csector-track strong { font-size: 18px; }
.csector-track span { margin-top: 4px; color: #777b82; font-size: 13px; }
.csectors .carrow { background: #f3f4f5; }

.ctrusted { padding: 65px 0; background: #72777c; color: #fff; text-align: center; }
.ctrusted h2 { color: #fff; font-size: 31px; }
.ctrusted .wrap > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 34px; }
.ctrusted span { color: #eef0f2; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.ctrusted b { display: block; color: #fff; font: 730 34px/1 'Archivo'; margin-bottom: 8px; }

.cwhy { background: #fff; }
.cwhy > .wrap > p { max-width: 760px; margin: 20px auto 0; text-align: center; color: #555960; }
.cwhy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.cwhy article { min-height: 310px; padding: 34px 30px; background: #f4f4f5; text-align: center; }
.cwhy article img { width: 96px; height: 96px; margin: 0 auto 26px; border-radius: 50%; object-fit: cover; background: #fff; }
.cwhy article:first-child img { padding: 25px; object-fit: contain; }
.cwhy h3 { color: var(--deep); font-size: 21px; }
.cwhy article p { margin-top: 18px; color: #585c64; font-size: 16px; line-height: 1.5; }

.ccallback { background: #787d81; color: #fff; }
.ccallback h2 { color: #fff; }
.ccallback > .wrap > p { max-width: 700px; margin: 18px auto 32px; text-align: center; color: #f0f1f2; font-size: 18px; }
.ccallback form { max-width: 820px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; }
.ccallback label { display: grid; gap: 5px; color: #fff; font-size: 15px; font-weight: 600; }
.ccallback input, .ccallback select, .ccallback textarea { width: 100%; border: 1px solid #d5d7da; border-radius: 4px; background: #fff; color: #24262a; padding: 12px 13px; font: 16px 'Hanken'; }
.ccallback input:focus, .ccallback select:focus, .ccallback textarea:focus { outline: 3px solid var(--fresh); outline-offset: 1px; border-color: var(--deep); }
.ccallback .wide { grid-column: 1 / -1; }
.ccallback .consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: center; gap: 9px; font-weight: 500; }
.ccallback .consent input { width: 18px; height: 18px; }
.ccallback button { grid-column: 1 / -1; justify-self: center; margin-top: 7px; }

.cfooter { margin: 0; padding: 75px 0 28px; background: #222c64; color: #eef0fc; }
.cfooter-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 56px; }
.cfooter-brand img { width: 54px; height: 54px; object-fit: contain; }
.cfooter-brand h2 { margin-top: 22px; color: #fff; font-size: 28px; line-height: 1.15; }
.cfooter-brand p { margin-top: 18px; color: #c8d0f2; }
.cfooter h3 { color: var(--fresh); font-size: 15px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.cfooter a { color: #eef0fc; padding: 5px 0; font-size: 15px; }
.cfooter a:hover { color: #fff; text-decoration: underline; }
.cfooter-bottom { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: #b9c3eb; font-size: 13px; }
.cfooter-bottom a { padding: 0; font-size: 13px; margin-left: auto; }

@media (prefers-reduced-motion: reduce) {
  .chero-slide, .chero-slide > img, .csection, .csol-grid img, .cinnovation-grid img { transition: none !important; transform: none !important; }
}
@media (max-width: 980px) {
  .cnav-top { grid-template-columns: 1fr auto; min-height: 70px; }
  .cnav-search { display: none; }
  .cnav-brand strong { font-size: 29px; }
  .cnav-main { height: 58px; }
  .cnav-toggle { display: block; border: 0; background: transparent; color: var(--deep); font-weight: 700; }
  .cnav-links { position: absolute; top: 128px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 18px 28px 28px; background: #fff; border-top: 1px solid #dddfe3; box-shadow: 0 14px 24px rgba(30,34,55,.12); }
  .cnav-links.open { display: flex; }
  .cnav-links > a, .cnav-dd > a { padding: 10px 0; border-bottom: 1px solid #eceef1; }
  .cnav-mega { display: none; }
  .cnav-cta { margin-left: auto; min-width: 130px; }
  .cpromise .wrap { grid-template-columns: 1fr 1fr; }
  .cpromise a:nth-child(2) { border-right: 0; }
  .cpromise a { justify-content: flex-start; }
  .chero { height: 560px; }
  .chero-slide::after { background: linear-gradient(0deg, rgba(246,247,248,.98) 0 43%, rgba(246,247,248,.12) 74%); }
  .chero-slide > img { object-position: 35% center; }
  .chero-copy { top: auto; left: 28px; right: 28px; bottom: 46px; width: auto; transform: none; }
  .chero-copy h1, .chero-copy h2 { font-size: clamp(31px,6vw,45px); }
  .csol-grid, .cinnovation-grid, .cwhy-grid { grid-template-columns: 1fr 1fr; }
  .cmetric-grid { grid-template-columns: 1fr 1fr; row-gap: 52px; }
  .cscale { grid-template-columns: 1fr; }
  .cscale > img { height: 430px; }
  .ccarousel { grid-auto-columns: calc((100% - 18px)/2); }
  .csector-track { grid-auto-columns: calc((100% - 36px)/3); }
  .cfooter-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .cnav-top { min-height: 64px; }
  .cnav-brand img { width: 34px; height: 34px; }
  .cnav-brand strong { font-size: 25px; }
  .cnav-brand small, .cnav-call span { display: none; }
  .cnav-call a { font-size: 13px; }
  .cnav-main { height: 54px; gap: 12px; }
  .cnav-cta { min-width: 112px; padding: 9px 12px; font-size: 12px; }
  .cnav-links { top: 118px; }
  .cpromise .wrap { display: flex; overflow-x: auto; padding: 0; }
  .cpromise a { flex: 0 0 78%; min-height: 50px; padding-left: 20px; border-right: 1px solid rgba(255,255,255,.18); }
  .chero { min-height: 530px; height: 66dvh; }
  .chero-copy { left: 20px; right: 20px; bottom: 50px; }
  .chero-copy > div { gap: 9px; flex-wrap: wrap; }
  .cbtn { min-height: 43px; padding: 10px 16px; font-size: 13px; }
  .side-quote { display: none; }
  .csection { padding: 64px 0; }
  .cstatement { padding: 68px 0; }
  .cstatement p { font-size: 17px; }
  .csol-grid, .cinnovation-grid, .cwhy-grid, .cmetric-grid { grid-template-columns: 1fr; }
  .csol-grid a, .cinnovation-grid a, .csol-grid img, .cinnovation-grid img { min-height: 260px; }
  .cscale-copy { padding: 60px 24px; }
  .cscale > img { height: 320px; }
  .ccarousel { grid-auto-columns: 86%; }
  .csector-track { grid-auto-columns: 58%; }
  .ctrusted .wrap > div { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .ccallback form { grid-template-columns: 1fr; }
  .ccallback .wide, .ccallback button { grid-column: auto; }
  .cfooter-grid { grid-template-columns: 1fr; gap: 36px; }
  .cfooter-bottom { display: grid; gap: 8px; }
  .cfooter-bottom a { margin-left: 0; }
}

/* Homepage review compositions: keep the signature wordmark atmospheric, never over the message. */
.hero-cine .inner { position: relative; z-index: 3; }
.hero-cine .hero-picker { z-index: 6; right: 106px; }
@media (max-width: 700px) {
  .hero-cine .display { font-size: clamp(32px, 9vw, 46px); max-width: 9em; }
  .hero-cine .hgrid { display: block; }
  .hero-cine .cta { margin-top: 28px; }
  .hero-cine .facts .wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
  .hero-picker { right: 82px; bottom: 18px; }
}

/* Homepage alignment pass: one header grid and one type/spacing rhythm. */
.cnav { height: 76px; }
.cnav-row {
  height: 76px;
  display: grid;
  grid-template-columns: 170px minmax(470px, 1fr) 154px 110px 136px;
  align-items: center;
  gap: 12px;
}
.cnav-brand { gap: 11px; }
.cnav-brand img { width: 38px; height: 38px; }
.cnav-brand strong { font-size: 29px; }
.cnav-brand small { margin-top: 5px; font-size: 8px; }
.cnav-links { min-width: 0; justify-content: center; gap: clamp(18px, 1.65vw, 28px); margin: 0; }
.cnav-links > a, .cnav-dd > a { padding: 27px 0 23px; font-size: 14px; white-space: nowrap; }
.cnav-search { justify-self: stretch; align-self: center; width: 100%; height: 40px; grid-template-columns: 1fr 36px; border-radius: 20px; }
.cnav-search input { height: 36px; padding: 0 13px; font-size: 13px; }
.cnav-search button { font-size: 20px; }
.cnav-call { justify-self: end; font-size: 10px; }
.cnav-call a { font-size: 13px; margin-top: 1px; }
.cnav-cta { min-width: 136px; padding: 11px 15px; font-size: 12px; }
.cnav-mega { top: 76px; }

.cpromise .wrap { min-height: 48px; }
.cpromise a { padding: 7px 12px; gap: 10px; font-size: 13px; }
.cpromise img { width: 29px; height: 29px; }

.chero { height: min(570px, calc(100dvh - 124px)); min-height: 520px; }
.chero-copy { right: max(5vw, calc((100vw - 1240px)/2 + 28px)); width: min(540px, 43vw); }
.chero-copy h1, .chero-copy h2 { font-size: clamp(38px, 3.35vw, 50px); line-height: 1.06; }
.chero-copy > div { gap: 14px; margin-top: 24px; }

.csection { padding: clamp(68px, 5.4vw, 80px) 0; }
.csection h2 { font-size: clamp(30px, 2.55vw, 38px); line-height: 1.16; letter-spacing: -.022em; }
.cstatement { padding: clamp(68px, 5.4vw, 80px) 0; }
.cstatement .wrap { max-width: 900px; }
.cstatement p { max-width: 790px; margin-top: 20px; font-size: 18px; line-height: 1.52; }
.csol-grid, .cinnovation-grid { gap: 18px; margin-top: 38px; }
.csol-grid span, .cinnovation-grid span { bottom: 22px; padding: 11px 16px; font-size: 17px; }
.cmetric-grid { gap: 30px; margin-top: 40px; }
.cmetric-grid img { width: 94px; height: 94px; margin-bottom: 18px; }
.cmetric-grid b { font-size: clamp(32px, 2.8vw, 42px); }
.cmetric-grid strong { font-size: 17px; }
.cmetric-grid p { margin-top: 17px; font-size: 14px; line-height: 1.48; }
.cscale { grid-template-columns: minmax(360px, .82fr) 2fr; }
.cscale-copy { padding: 58px clamp(38px, 5vw, 74px); }
.cscale-copy h2 { font-size: clamp(30px, 2.55vw, 38px); }
.cscale-copy p { margin: 22px 0 26px; font-size: 17px; line-height: 1.52; }
.cscale > img { height: 540px; }
.ccarousel-wrap { margin-top: 38px; }
.ccarousel > a { height: 340px; }
.ccarousel > a > span { bottom: 22px; padding: 10px 12px; font-size: 16px; }
.cinnovation > .wrap > p, .cwhy > .wrap > p { margin-top: 16px; font-size: 17px; line-height: 1.5; }
.csector-track img { width: 126px; height: 126px; margin-bottom: 16px; }
.csector-track strong { font-size: 17px; }
.ctrusted { padding: 56px 0; }
.ctrusted h2 { font-size: 29px; }
.ctrusted .wrap > div { margin-top: 28px; }
.ctrusted b { font-size: 32px; }
.cwhy-grid { gap: 20px; margin-top: 38px; }
.cwhy article { min-height: 286px; padding: 30px 26px; }
.cwhy article img { width: 88px; height: 88px; margin-bottom: 22px; }
.cwhy h3 { font-size: 19px; }
.cwhy article p { margin-top: 14px; font-size: 15px; }
.ccallback > .wrap > p { margin: 16px auto 28px; font-size: 17px; }
.ccallback form { gap: 12px 16px; }
.cfooter { padding-top: 64px; }
.cfooter-brand h2 { font-size: 26px; }

@media (max-width: 1160px) {
  .cnav-row { grid-template-columns: 164px minmax(440px, 1fr) 100px 126px; gap: 10px; }
  .cnav-search { display: none; }
  .cnav-links { gap: 17px; }
  .cnav-links > a, .cnav-dd > a { font-size: 13px; }
}

@media (max-width: 980px) {
  .cnav { height: 70px; }
  .cnav-row { height: 70px; grid-template-columns: 1fr auto auto auto; gap: 14px; }
  .cnav-brand strong { font-size: 28px; }
  .cnav-toggle { display: block; border: 0; background: transparent; color: var(--deep); font: 700 14px/1 'Hanken'; }
  .cnav-links { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 18px 28px 28px; background: #fff; border-top: 1px solid #dddfe3; box-shadow: 0 14px 24px rgba(30,34,55,.12); }
  .cnav-links.open { display: flex; }
  .cnav-links > a, .cnav-dd > a { padding: 10px 0; border-bottom: 1px solid #eceef1; font-size: 15px; }
  .cnav-call { display: grid; }
  .cnav-call a { font-size: 13px; }
  .cnav-cta { margin: 0; min-width: 126px; }
  .chero { height: 560px; }
  .chero-copy { top: auto; left: 28px; right: 28px; bottom: 46px; width: auto; transform: none; }
  .side-quote { display: none; }
}

@media (max-width: 640px) {
  .cnav { height: 64px; }
  .cnav-row { height: 64px; grid-template-columns: 1fr auto auto; gap: 10px; }
  .cnav-brand img { width: 33px; height: 33px; }
  .cnav-brand strong { font-size: 24px; }
  .cnav-brand small, .cnav-call { display: none; }
  .cnav-links { top: 64px; padding-left: 20px; padding-right: 20px; }
  .cnav-cta { min-width: 108px; padding: 9px 10px; font-size: 11px; }
  .cpromise a { font-size: 13px; }
  .chero-copy { left: 20px; right: 20px; bottom: 46px; width: auto; }
  .chero-copy h1, .chero-copy h2 { font-size: clamp(31px, 9vw, 40px); line-height: 1.08; }
  .csection, .cstatement { padding: 60px 0; }
  .csection h2, .cscale-copy h2 { font-size: clamp(28px, 8vw, 34px); }
  .csol-grid, .cinnovation-grid, .cmetric-grid, .cwhy-grid, .ccarousel-wrap { margin-top: 32px; }
  .cscale-copy { padding: 54px 24px; }
  .cscale > img { height: 310px; }
  .ctrusted { padding: 50px 0; }
  .ctrusted h2 { font-size: 27px; }
}


/* ================= v6 - Price & Pierce faithful home ================= */
.hero-cine .bg video.vid { filter: sepia(.18) saturate(.92) contrast(1.05) brightness(.8); }
.hero-cine .specialists { position: absolute; left: 28px; bottom: 44px; z-index: 3; font-weight: 450; font-size: 16px; line-height: 1.5; letter-spacing: .01em; color: rgba(255,255,255,.92); }
.hero-cine .inner { padding: 160px 0 56px; }

.ppdark { background: var(--deep); color: var(--wash); }
.ppdark .scrub { color: #fff; font-size: clamp(30px, 3.4vw, 50px); max-width: 16em; }
.ppphoto { aspect-ratio: 4/3.4; margin-top: 10px; }
.ppphoto img { width: 100%; height: 100%; object-fit: cover; }
.statband { padding: 30px 0 90px; }
.statband .row:first-child { border-top: 0; }

.ppstatement { font-weight: 300; font-size: clamp(30px, 3.4vw, 50px); letter-spacing: -.015em; line-height: 1.16; color: var(--ink); max-width: 17em; }
.pproute { margin-top: 84px; }
.ppmap { margin-top: 76px; }

.ppcenter { padding: clamp(120px, 14vw, 200px) 0; text-align: center; background: #fff; }
.ppcenter h2 { font-weight: 300; font-size: clamp(48px, 6.5vw, 96px); letter-spacing: -.02em; }
.ppcenter h2 em { font-style: normal; color: var(--fresh); }
.ppcenter .ppl { display: inline-block; margin-top: 26px; font-weight: 500; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; color: var(--deep); border-bottom: 1.5px solid var(--fresh); padding-bottom: 4px; }

.prodband .duo { margin-top: 64px; }
.prodband .phl { display: block; }
.prodband .phl .ph { display: block; aspect-ratio: 16/11; overflow: hidden; }
.prodband .phl .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.prodband .phl:hover .ph img { transform: scale(1.04); }
.prodband .phl .cap { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(234,237,250,.25); margin-top: 16px; padding-top: 14px; font-weight: 400; font-size: 19px; color: #fff; }
.prodband .phl .arr { font-size: 22px; color: var(--fresh); transition: transform .25s; }
.prodband .phl:hover .arr { transform: translateX(6px); }

.pptalk { background: var(--wash); padding: clamp(100px, 11vw, 170px) 0; }
.pptalk .talk { font-weight: 300; font-size: clamp(48px, 5.6vw, 84px); letter-spacing: -.02em; line-height: 1.12; }
.pptalk .talk a { color: var(--deep); border-bottom: 3px solid var(--fresh); }
.pptalk .talk a:hover { border-bottom-color: var(--deep); }

footer .fline { display: flex; gap: 26px; align-items: baseline; padding: 34px 0 26px; border-bottom: 1px solid #D5DAF0; flex-wrap: wrap; }
footer .fline a { font-weight: 500; font-size: 15px; color: var(--ink); padding: 0; display: inline; }
footer .fline a:hover { color: var(--deep); }
footer .fspacer { flex: 1; }
footer .base { border-top: 0; }
@media (max-width: 980px) { .ppdark .wrap, .pptalk .wrap { grid-template-columns: 1fr !important; } .prodband .duo { grid-template-columns: 1fr; } }


/* map interactivity: lanes flow from Delhi, markers pop, regions hover-link */
.ppmap .arc { opacity: 0; transition: opacity .8s ease .3s; }
.ppmap.in .arc { opacity: 1; animation: laneflow 9s linear infinite; }
@keyframes laneflow { from { stroke-dashoffset: 84; } to { stroke-dashoffset: 0; } }
.ppmap .mk { cursor: pointer; }
.ppmap .mk text, .ppmap .dlabel { font-family: ui-monospace, Menlo, monospace; font-weight: 600; font-size: 14px; fill: #26398F; letter-spacing: 1.5px; }
.ppmap .mk .mdot { transform-box: fill-box; transform-origin: center; transform: scale(0); transition: transform .5s cubic-bezier(.2,.7,.2,1), fill .2s; }
.ppmap.in .mk .mdot { transform: scale(1); }
.ppmap.in .mk-gcc .mdot { transition-delay: .5s; } .ppmap.in .mk-eu .mdot { transition-delay: .65s; }
.ppmap.in .mk-cis .mdot { transition-delay: .8s; } .ppmap.in .mk-am .mdot { transition-delay: .95s; }
.ppmap .mk:hover .mdot { transform: scale(1.7); fill: #1C2A6E; }
.ppmap .mk text { opacity: .85; transition: opacity .2s; }
.ppmap .mk:hover text { opacity: 1; }
.ppmap:has(.mk-gcc:hover) .arc-gcc, .ppmap:has(.mk-eu:hover) .arc-eu,
.ppmap:has(.mk-cis:hover) .arc-cis, .ppmap:has(.mk-am:hover) .arc-am { stroke: #26398F; stroke-width: 2.2; }
.ppmap .pulse { transform-box: fill-box; transform-origin: center; animation: mappulse 2.6s ease-out infinite; }
@keyframes mappulse { 0% { transform: scale(.6); opacity: 1; } 70% { transform: scale(1.6); opacity: 0; } 100% { transform: scale(.6); opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .ppmap .arc, .ppmap.in .arc { animation: none; opacity: 1; }
  .ppmap .mk .mdot { transform: scale(1); transition: none; }
  .ppmap .pulse { animation: none; opacity: .5; }
}


/* ================= Smurfit-style two-tier menu ================= */
.topbar { background: #fff; border-bottom: 1px solid var(--line); font-size: 12.5px; }
.topbar .wrap { display: flex; justify-content: flex-end; align-items: center; gap: 26px; height: 40px; }
.topbar a { font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--mut); }
.topbar a:hover { color: var(--deep); }
.lang { position: relative; }
.langbtn { display: flex; align-items: center; gap: 7px; background: none; border: 0; cursor: pointer; font: 600 12.5px 'Hanken'; letter-spacing: .08em; text-transform: uppercase; color: var(--deep); padding: 6px 0; }
.lang .chev { font-size: 13px; line-height: 1; transform: translateY(-2px); }
.langmenu { position: absolute; right: 0; top: calc(100% + 6px); z-index: 90; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(20,22,30,.14); min-width: 230px; padding: 8px 0; }
.langmenu a, .langmenu span { display: block; padding: 9px 18px; font-size: 14.5px; font-weight: 500; color: var(--ink); text-transform: none; letter-spacing: 0; }
.langmenu a[aria-current] { color: var(--deep); font-weight: 700; }
.langmenu span { color: var(--mut); }
.langmenu a:hover { background: var(--wash); }
.langmenu .alled { border-top: 1px solid var(--line); margin-top: 6px; color: var(--deep); }

.nav2 .wrap { display: flex; align-items: center; gap: 38px; height: 82px; }
.nav2 .brand { margin: 0; display: flex; }
.nav2 .brand img { height: 34px; }
.nav2 .links { display: flex; gap: 30px; align-items: center; margin: 0 auto; }
.nav2 a.link { display: inline-block; font-weight: 600; font-size: 15.5px; color: #333844; padding: 30px 0; border-bottom: 2px solid transparent; }
.nav2 a.link:hover, .nav2 a.link[aria-current] { color: var(--deep); border-bottom-color: var(--deep); }
.nav2 .link .chev { font-size: 13px; color: var(--mut); }
.nav2 .burger { display: none; }
.ddwrap { position: relative; }
.dd { position: absolute; left: -24px; top: 100%; z-index: 80; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 54px rgba(20,22,30,.14); padding: 18px 22px; min-width: 520px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .25s, visibility .2s; }
.ddwrap:hover .dd, .ddwrap:focus-within .dd { opacity: 1; visibility: visible; transform: none; }
.ddgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 28px; }
.ddgrid a { display: block; padding: 8px 2px; font-weight: 500; font-size: 15px; color: var(--ink); }
.ddgrid a:hover { color: var(--deep); }
.ddall { display: block; margin-top: 12px; padding: 12px 2px 4px; border-top: 1px solid var(--line); font-weight: 650; font-size: 14.5px; color: var(--deep); }
@media (max-width: 1080px) {
  .topbar a { display: none; }
  .nav2 .links, .nav2 .cta-slot { display: none; }
  .nav2 .burger { display: grid; margin-left: auto; }
  .nav2 .wrap { height: 66px; }
}


/* footer certifications row */
footer .certs { display: flex; gap: 10px; flex-wrap: wrap; padding: 22px 0 4px; }
footer .certs span { border: 1px solid #CDD4EC; border-radius: 4px; padding: 7px 14px; font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--mut); }

/* Cullen-proportioned hero, expressed in the Paras brand palette. */
.cpromise { background: var(--deep); color: var(--white); }
.cpromise a { border-right-color: rgba(234,237,250,.2); }
.cpromise img { border: 1px solid rgba(255,255,255,.48); }

.chero {
  height: min(545px, calc(100dvh - 124px));
  min-height: 500px;
  background: var(--wash);
}
.chero-slide > img {
  object-position: left center;
  transform: scale(1);
  transition-duration: 8s;
}
.chero-slide.active > img { transform: scale(1.018); }
.chero-slide::after {
  background: linear-gradient(90deg,
    rgba(234,237,250,0) 0 43%,
    rgba(234,237,250,.24) 49%,
    rgba(234,237,250,.92) 61%,
    rgba(234,237,250,.99) 100%);
}
.chero-copy {
  right: max(4vw, calc((100vw - 1240px)/2 + 28px));
  width: min(760px, 60vw);
  text-align: right;
}
.chero-copy h1,
.chero-copy h2 {
  color: var(--deep);
  font-size: clamp(36px, 2.86vw, 42px);
  font-weight: 550;
  line-height: 1.31;
  letter-spacing: -.025em;
}
.chero-copy h1 span,
.chero-copy h2 span { display: block; }
.chero-copy > div {
  justify-content: flex-end;
  gap: 14px;
  margin-top: 18px;
}
.chero .cbtn.dark {
  border: 1px solid rgba(38,57,143,.34);
  background: rgba(255,255,255,.9);
  color: var(--deep);
}
.chero .cbtn.dark:hover { background: var(--white); }
.chero .cbtn.blue { background: var(--deep); color: var(--white); }
.chero-dots button { background: rgba(38,57,143,.24); }
.chero-dots button.active { background: var(--deep); }

.csolutions,
.cscale,
.cinnovation,
.cwhy article { background: var(--wash); }
.csol-grid a,
.cinnovation-grid a,
.ccarousel > a { background: var(--pale); }
.cmetric-grid img,
.csector-track img { background: var(--wash); }
.carousel-progress { background: var(--pale); }
.csectors .carrow { background: var(--wash); }
.ctrusted,
.ccallback { background: var(--deep); }
.ccallback > .wrap > p { color: var(--wash); }
.cfooter { background: var(--deeper); }

@media (max-width: 980px) {
  .chero { height: 535px; min-height: 500px; }
  .chero-copy {
    left: 28px;
    right: 28px;
    width: auto;
    text-align: right;
  }
  .chero-copy > div { justify-content: flex-end; }
}

@media (max-width: 640px) {
  .chero { height: 560px; min-height: 560px; }
  .chero-slide > img { object-position: 34% center; }
  .chero-slide::after {
    background: linear-gradient(180deg,
      rgba(234,237,250,.99) 0 31%,
      rgba(234,237,250,.72) 43%,
      rgba(234,237,250,.06) 67%,
      rgba(234,237,250,0) 100%);
  }
  .chero-copy {
    top: 30px;
    bottom: auto;
    left: 20px;
    right: 20px;
    width: auto;
    transform: none;
    text-align: center;
  }
  .chero-copy h1,
  .chero-copy h2 {
    font-size: clamp(28px, 7.7vw, 32px);
    line-height: 1.18;
  }
  .chero-copy > div {
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
  }
}

/* Split hero refinement: the product image and buying message never compete. */
.chero {
  height: min(535px, calc(100dvh - 124px));
  min-height: 500px;
  background: var(--wash);
}
.chero-track {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
}
.chero-slide { position: absolute; inset: 0; }
.chero-slide {
  display: grid;
  grid-template-columns: minmax(0, 62%) minmax(420px, 38%);
  background: var(--wash);
}
.chero-slide::after { display: none; }
.chero-slide > img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 8s cubic-bezier(.16, 1, .3, 1);
}
.chero-slide.active > img { transform: scale(1.018); }
.chero-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 100%;
  padding: 52px clamp(32px, 4vw, 64px) 68px 44px;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background: var(--wash);
  border-left: 1px solid rgba(38, 57, 143, .12);
  text-align: right;
}
.chero-copy h1,
.chero-copy h2 {
  max-width: 480px;
  color: var(--deep);
  font-size: clamp(34px, 2.65vw, 40px);
  font-weight: 550;
  line-height: 1.23;
  letter-spacing: -.025em;
}
.chero-copy > div {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 22px;
}
.chero-dots {
  left: 31%;
  bottom: 18px;
}
.chero + .side-quote { display: none; }

@media (max-width: 1120px) {
  .chero-slide { grid-template-columns: minmax(0, 56%) minmax(420px, 44%); }
  .chero-copy { padding: 44px 28px 64px 36px; }
  .chero-copy h1,
  .chero-copy h2 { font-size: clamp(32px, 3.25vw, 38px); }
  .chero-dots { left: 28%; }
}

@media (max-width: 860px) {
  .chero {
    height: 590px;
    min-height: 590px;
  }
  .chero-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 224px minmax(0, 1fr);
  }
  .chero-copy {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    padding: 28px 20px 24px;
    align-items: center;
    justify-content: center;
    border-left: 0;
    border-bottom: 1px solid rgba(38, 57, 143, .12);
    text-align: center;
  }
  .chero-copy h1,
  .chero-copy h2 {
    max-width: 360px;
    font-size: clamp(28px, 7.7vw, 32px);
    line-height: 1.16;
  }
  .chero-copy > div {
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .chero-slide > img {
    grid-column: 1;
    grid-row: 2;
    object-position: center;
  }
  .chero-dots {
    left: 50%;
    bottom: 16px;
  }
}

@media (max-width: 360px) {
  .chero {
    height: 620px;
    min-height: 620px;
  }
  .chero-slide { grid-template-rows: 294px minmax(0, 1fr); }
  .chero-copy { padding-right: 18px; padding-left: 18px; }
  .chero-copy > div { width: 100%; }
  .chero .cbtn { width: 100%; }
}

/* ================= premium industrial home ================= */
/* Restrained cobalt, stainless surfaces, real product photography and one authored hero entrance. */
:root {
  --px-cobalt: #26398F;
  --px-cobalt-deep: #1C2A6E;
  --px-pale: #EAEDFA;
  --px-ice: #F5F7FC;
  --px-ink: #14161C;
  --px-muted: #596172;
  --px-line: #D8DDEA;
}

.cnav {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 76px;
  border-bottom: 1px solid rgba(38,57,143,.14);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px) saturate(140%);
}
.cnav-row {
  height: 76px;
  display: grid;
  grid-template-columns: 190px minmax(0,1fr) auto 136px;
  gap: 22px;
  align-items: center;
}
.cnav-brand { gap: 10px; }
.cnav-brand img { width: 36px; height: 36px; }
.cnav-brand strong { color: var(--px-cobalt); font: 620 27px/1 'UnbSemi'; letter-spacing: -.045em; }
.cnav-brand small { color: #5367B3; font-size: 8px; letter-spacing: .15em; }
.cnav-toggle { display: none; }
.cnav-links { display: flex; justify-content: center; gap: clamp(18px,2vw,30px); min-width: 0; }
.cnav-links > a {
  position: relative;
  padding: 27px 0 25px;
  color: #333844;
  font-size: 13px;
  font-weight: 560;
  white-space: nowrap;
}
.cnav-links > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 19px;
  height: 1px;
  background: var(--px-cobalt);
  transition: right .28s cubic-bezier(.16,1,.3,1);
}
.cnav-links > a:hover::after,
.cnav-links > a[aria-current]::after { right: 0; }
.cnav-country { position: relative; }
.cnav-country summary {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  color: var(--px-cobalt);
  font-size: 12px;
  font-weight: 650;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
}
.cnav-country summary::-webkit-details-marker { display: none; }
.cnav-country summary span { transform: translateY(-2px); transition: transform .2s; }
.cnav-country[open] summary span { transform: translateY(1px) rotate(180deg); }
.cnav-country > div {
  position: absolute;
  top: calc(100% + 13px);
  right: -18px;
  z-index: 90;
  min-width: 188px;
  padding: 8px;
  border: 1px solid rgba(38,57,143,.16);
  background: #fff;
  box-shadow: 0 20px 44px rgba(28,42,110,.14);
}
.cnav-country a { display: grid; padding: 10px 12px; color: #333844; }
.cnav-country a:hover, .cnav-country a[aria-current] { background: var(--px-pale); }
.cnav-country strong { color: var(--px-cobalt); font-size: 14px; font-weight: 650; }
.cnav-country small { margin-top: 2px; color: var(--px-muted); font-size: 12px; }
.cnav-mobile-country { display: none; }
.cnav-cta {
  min-width: 136px;
  padding: 11px 16px;
  border: 1px solid var(--px-cobalt);
  border-radius: 999px;
  background: var(--px-cobalt);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
  text-align: center;
  transition: background .22s, color .22s, transform .22s;
}
.cnav-cta:hover { background: #fff; color: var(--px-cobalt); }
.cnav-cta:active { transform: translateY(1px); }

.px-hero {
  position: relative;
  height: calc(100dvh - 76px);
  min-height: 640px;
  max-height: 880px;
  overflow: hidden;
  isolation: isolate;
  background: var(--px-cobalt);
  color: #fff;
  --px-pan-x: 0px;
  --px-pan-y: 0px;
}
.px-hero-slide { position: absolute; inset: 0; z-index: 0; visibility: hidden; opacity: 0; transform: scale(.985); transition: opacity .55s ease, transform .85s cubic-bezier(.16,1,.3,1), visibility 0s linear .85s; }
.px-hero-slide.is-active { z-index: 1; visibility: visible; opacity: 1; transform: scale(1); transition-delay: 0s; }
.px-hero-slide::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(18,20,42,.74) 0%, rgba(18,20,42,.5) 34%, rgba(18,20,42,.12) 68%, rgba(18,20,42,0) 86%); }
.px-hero-media { position: absolute; inset: 0; min-width: 0; margin: 0; overflow: hidden; background: var(--px-cobalt); }
.px-hero-media img { width: calc(100% + 24px); height: calc(100% + 24px); margin: -12px; object-fit: cover; object-position: center; transform: translate3d(var(--px-pan-x),var(--px-pan-y),0) scale(1.015); transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.px-hero-slide.is-active .px-hero-media img { transform: translate3d(var(--px-pan-x),var(--px-pan-y),0) scale(1.045); transition-duration: 6.5s; }
.px-hero-slide.slide-iml .px-hero-media img, .px-hero-slide.slide-injection .px-hero-media img, .px-hero-slide.slide-bagasse .px-hero-media img { object-position: center; }
.px-hero-slide.slide-meals .px-hero-media img { object-position: center; }
.px-hero-layout { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.px-hero-copy { width: min(555px,42vw); padding: 18px 0 42px; opacity: 1; transform: none; }
.px-hero-copy > * { opacity: 0; transform: translate3d(0,22px,0); }
.px-hero-slide.is-active .px-hero-copy > * { animation: px-copy-in .72s cubic-bezier(.16,1,.3,1) forwards; }
.px-hero-slide.is-active .px-hero-copy > *:nth-child(2) { animation-delay: .06s; }
.px-hero-slide.is-active .px-hero-copy > *:nth-child(3) { animation-delay: .12s; }
.px-hero-slide.is-active .px-hero-copy > *:nth-child(4) { animation-delay: .18s; }
@keyframes px-copy-in { to { opacity: 1; transform: translate3d(0,0,0); } }
.px-hero-effects { position: absolute; inset: 0; z-index: 3; overflow: hidden; pointer-events: none; }
.px-hero-scan {
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: -34%;
  width: 23%;
  opacity: 0;
  transform: translate3d(0,0,0) skewX(-8deg);
  background: linear-gradient(90deg, transparent, rgba(220,227,255,.13) 42%, rgba(255,255,255,.58) 50%, rgba(220,227,255,.12) 58%, transparent);
  mix-blend-mode: screen;
}
.px-hero.is-changing .px-hero-scan { animation: px-material-scan .9s cubic-bezier(.16,1,.3,1); }
.px-hero-edge {
  position: absolute;
  top: 11%;
  right: 4.5%;
  width: min(43vw,620px);
  height: 73%;
  border: 1px solid rgba(225,231,255,.24);
  box-shadow: inset 0 1px rgba(255,255,255,.13);
  transform: translate3d(var(--px-pan-x),var(--px-pan-y),0) skewX(-4deg);
  transition: transform 1.1s cubic-bezier(.16,1,.3,1), opacity .4s;
  opacity: .55;
}
@keyframes px-material-scan { 0% { opacity: 0; transform: translate3d(0,0,0) skewX(-8deg); } 14% { opacity: 1; } 72% { opacity: .75; } 100% { opacity: 0; transform: translate3d(620%,0,0) skewX(-8deg); } }
.px-kicker {
  color: #DCE3FF;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.px-kicker.dark { color: var(--px-cobalt); }
.px-hero h1, .px-hero h2 {
  max-width: 6.1em;
  margin-top: 24px;
  color: #fff;
  font-size: clamp(58px,5.25vw,80px);
  font-weight: 470;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.px-hero-lead { max-width: 42ch; margin-top: 29px; color: #E9EDFC; font-size: clamp(16px,1.15vw,18px); line-height: 1.62; }
.px-actions { display: flex; gap: 12px; margin-top: 35px; flex-wrap: wrap; }
.px-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  transition: transform .22s cubic-bezier(.16,1,.3,1), background .22s, color .22s, border-color .22s;
}
.px-button:active { transform: translateY(1px); }
.px-button.primary { background: #fff; color: var(--px-cobalt); }
.px-button.primary:hover { background: var(--px-pale); transform: translateY(-2px); }
.px-button.secondary { border-color: rgba(255,255,255,.68); background: rgba(18,20,42,.12); color: #fff; }
.px-button.secondary:hover { border-color: #fff; background: rgba(255,255,255,.12); transform: translateY(-2px); }
.px-button.outline { border-color: var(--px-cobalt); color: var(--px-cobalt); }
.px-button.outline:hover { background: var(--px-cobalt); color: #fff; }
.px-button.pale { background: #fff; color: var(--px-cobalt); }
.px-button.pale:hover { background: var(--px-pale); transform: translateY(-2px); }

.px-hero-controls { position: absolute; z-index: 4; left: 50%; bottom: 28px; transform: translateX(-50%); display: grid; grid-template-columns: minmax(190px,.6fr) minmax(460px,1fr) auto; gap: 28px; align-items: center; color: #fff; }
.px-hero-count { display: grid; grid-template-columns: auto minmax(70px,150px) auto; gap: 12px; align-items: center; font-size: 12px; font-variant-numeric: tabular-nums; }
.px-hero-count strong { font-size: 14px; font-weight: 650; }
.px-hero-progress { display: block; height: 1px; overflow: hidden; background: rgba(255,255,255,.38); }
.px-hero-progress i { display: block; width: 20%; height: 100%; background: #fff; transition: width .45s cubic-bezier(.16,1,.3,1); }
.px-hero-tabs { display: flex; justify-content: center; gap: clamp(16px,2.3vw,34px); }
.px-hero-tabs button, .px-hero-actions button { border: 0; background: transparent; color: rgba(255,255,255,.62); font: inherit; cursor: pointer; }
.px-hero-tabs button { position: relative; padding: 9px 0; font-size: 12px; font-weight: 600; white-space: nowrap; }
.px-hero-tabs button::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: #fff; transition: right .28s cubic-bezier(.16,1,.3,1); }
.px-hero-tabs button.is-active { color: #fff; }
.px-hero-tabs button.is-active::after { right: 0; }
.px-hero-actions { display: flex; gap: 5px; justify-content: flex-end; }
.px-hero-actions button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; color: #fff; font-size: 14px; transition: background .2s, border-color .2s, transform .2s; }
.px-hero-actions button:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.px-hero-actions button:active { transform: scale(.96); }
.px-hero-tabs button:focus-visible, .px-hero-actions button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.px-hero h1.split .wi { transform: none; transition: none; }

.px-proof { border-bottom: 1px solid var(--px-line); background: #fff; }
.px-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.px-proof-grid > div { position: relative; padding: 30px 28px 29px; }
.px-proof-grid > div:first-child { padding-left: 0; }
.px-proof-grid > div + div { border-left: 1px solid var(--px-line); }
.px-proof strong { display: block; color: var(--px-cobalt); font: 520 clamp(30px,2.7vw,43px)/1 'Hanken'; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.px-proof span { display: block; margin-top: 8px; color: var(--px-muted); font-size: 13px; }

.px-intro { padding: clamp(96px,10vw,158px) 0; background: #fff; }
.px-intro-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.72fr); gap: clamp(72px,9vw,144px); align-items: center; }
.px-intro-copy h2 { max-width: 9.5em; margin-top: 21px; color: var(--px-ink); font-size: clamp(48px,5.15vw,78px); font-weight: 470; line-height: 1.03; letter-spacing: -.04em; }
.px-intro-copy > p:not(.px-kicker) { max-width: 58ch; margin-top: 30px; color: var(--px-muted); font-size: 18px; line-height: 1.7; }
.px-intro-image { position: relative; margin: 0; }
.px-intro-image::before { content: ''; position: absolute; inset: 24px -24px -24px 24px; background: var(--px-pale); }
.px-intro-image img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.px-text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 29px; color: var(--px-cobalt); font-size: 15px; font-weight: 650; border-bottom: 1px solid rgba(38,57,143,.38); padding-bottom: 5px; }
.px-text-link span { transition: transform .2s; }
.px-text-link:hover span { transform: translate(3px,-3px); }
.px-text-link.light { margin-top: 46px; color: #fff; border-bottom-color: rgba(255,255,255,.5); }

.px-range { padding: clamp(100px,10vw,150px) 0; background: var(--px-cobalt); color: #fff; }
.px-range-heading { max-width: 760px; }
.px-range-heading .px-kicker { margin-bottom: 22px; color: #BFCBF4; }
.px-range-heading h2 { color: #fff; font-size: clamp(46px,4.85vw,74px); font-weight: 470; line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.px-range-heading p { max-width: 58ch; margin-top: 25px; color: #D9E0FB; font-size: 18px; line-height: 1.65; }
.px-range-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 36px 20px; margin-top: 65px; }
.px-range-item { display: block; min-width: 0; color: #fff; }
.px-range-item.r1 { grid-column: span 7; }
.px-range-item.r2 { grid-column: span 5; }
.px-range-item.r3, .px-range-item.r4, .px-range-item.r5 { grid-column: span 4; }
.px-range-item.r6 { grid-column: span 4; }
.px-range-item.r7 { grid-column: span 8; }
.px-range-item.r8 { grid-column: span 5; }
.px-range-item.r9 { grid-column: span 7; }
.px-range-item.r10, .px-range-item.r11, .px-range-item.r12 { grid-column: span 4; }
.px-range-item.r13 { grid-column: span 7; }
.px-range-item.r14 { grid-column: span 5; }
.px-range-item.r15 { grid-column: span 5; }
.px-range-item.r16 { grid-column: span 7; }
.px-range-media { overflow: hidden; background: var(--px-pale); }
.px-range-item.r1 .px-range-media, .px-range-item.r2 .px-range-media { aspect-ratio: 16/10; }
.px-range-item.r3 .px-range-media, .px-range-item.r4 .px-range-media, .px-range-item.r5 .px-range-media { aspect-ratio: 4/5; }
.px-range-item.r6 .px-range-media { aspect-ratio: 4/5; }
.px-range-item.r7 .px-range-media { aspect-ratio: 8/5; }
.px-range-item.r8 .px-range-media, .px-range-item.r14 .px-range-media, .px-range-item.r15 .px-range-media { aspect-ratio: 5/4; }
.px-range-item.r9 .px-range-media, .px-range-item.r13 .px-range-media, .px-range-item.r16 .px-range-media { aspect-ratio: 7/4; }
.px-range-item.r10 .px-range-media, .px-range-item.r11 .px-range-media, .px-range-item.r12 .px-range-media { aspect-ratio: 4/3; }
.px-range-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.16,1,.3,1); }
.px-range-item:hover .px-range-media img { transform: scale(1.035); }
.px-range-caption { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.24); margin-top: 14px; }
.px-range-caption strong { font-size: 19px; font-weight: 540; }
.px-range-caption span { grid-column: 1; color: #C8D2F4; font-size: 14px; }
.px-range-caption i { grid-column: 2; grid-row: 1 / span 2; color: #fff; font-size: 20px; font-style: normal; transition: transform .2s; }
.px-range-item:hover .px-range-caption i { transform: translate(3px,-3px); }

.px-make { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(420px,.82fr); min-height: 680px; background: var(--px-ice); }
.px-make-media { min-width: 0; }
.px-make-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.px-make-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px clamp(42px,5.5vw,90px); border-left: 1px solid var(--px-line); }
.px-make-copy .px-kicker { color: var(--px-cobalt); }
.px-make h2 { color: var(--px-ink); font-size: clamp(42px,4.2vw,64px); font-weight: 470; line-height: 1.04; letter-spacing: -.038em; }
.px-make-copy > p:not(.px-kicker) { margin-top: 25px; color: var(--px-muted); font-size: 17px; line-height: 1.7; }
.px-make-links { margin-top: 38px; border-top: 1px solid var(--px-line); }
.px-make-links a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--px-line); color: var(--px-ink); font-size: 15px; font-weight: 620; }
.px-make-links a span { color: var(--px-cobalt); transition: transform .2s; }
.px-make-links a:hover span { transform: translate(3px,-3px); }

.px-spec { padding: clamp(105px,11vw,170px) 0; background: #fff; }
.px-spec-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,.85fr); gap: clamp(68px,9vw,145px); align-items: center; }
.px-spec-stage { padding: clamp(38px,5vw,74px); background: #11141D; }
.px-spec-stage img { width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.px-spec-copy h2 { max-width: 10em; color: var(--px-ink); font-size: clamp(43px,4.45vw,68px); font-weight: 470; line-height: 1.04; letter-spacing: -.04em; }
.px-spec-copy > p:not(.px-kicker) { max-width: 52ch; margin-top: 25px; color: var(--px-muted); font-size: 17px; line-height: 1.65; }
.px-spec-data { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin-top: 38px; }
.px-spec-data > div { padding: 18px 0 20px; border-top: 1px solid var(--px-line); }
.px-spec-data dt { color: var(--px-muted); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.px-spec-data dd { margin-top: 8px; color: var(--px-ink); font-size: 20px; font-weight: 560; line-height: 1.3; font-variant-numeric: tabular-nums; }
.px-spec-copy .px-button { margin-top: 28px; }

.px-export { padding: clamp(104px,11vw,166px) 0; background: var(--px-cobalt); color: #fff; }
.px-export-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(390px,.76fr); gap: clamp(70px,10vw,160px); align-items: start; }
.px-export h2 { max-width: 10em; margin-top: 21px; color: #fff; font-size: clamp(48px,5.1vw,78px); font-weight: 470; line-height: 1.03; letter-spacing: -.04em; }
.px-export-copy > p { color: #D9E0FB; font-size: 18px; line-height: 1.7; }
.px-export-flow { margin: 37px 0 33px; border-top: 1px solid rgba(255,255,255,.25); }
.px-export-flow span { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 15px; font-weight: 560; }

.px-close { padding: clamp(90px,9vw,140px) 0; background: var(--px-pale); }
.px-close-grid { display: grid; grid-template-columns: 1.4fr .65fr; gap: clamp(70px,10vw,160px); align-items: end; }
.px-close h2 { max-width: 10em; color: var(--px-ink); font-size: clamp(48px,5.3vw,80px); font-weight: 470; line-height: 1.02; letter-spacing: -.042em; }
.px-close-grid > div:last-child p { color: var(--px-muted); font-size: 18px; line-height: 1.65; }
.px-close .px-button { margin-top: 25px; background: var(--px-cobalt); color: #fff; }
.px-close .px-button:hover { background: var(--px-cobalt-deep); }

.cfooter { padding: 78px 0 28px; background: var(--px-cobalt-deep); }
.cfooter-grid { grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 55px; }
.cfooter-brand img { width: 48px; height: 48px; }
.cfooter-brand h2 { margin-top: 27px; color: #fff; font-size: 30px; font-weight: 500; letter-spacing: -.025em; }
.cfooter-brand p { max-width: 30ch; color: #C9D2F0; }
.cfooter h3 { color: #BFCBF4; font-size: 12px; letter-spacing: .12em; }
.cfooter a { color: #F4F6FE; font-size: 14px; }
.cfooter-bottom { border-top-color: rgba(255,255,255,.18); color: #BFC8E8; }

@media (max-width: 1080px) {
  .cnav-row { grid-template-columns: 180px minmax(0,1fr) 126px; gap: 18px; }
  .cnav-links { gap: 16px; }
  .cnav-links > a { font-size: 12px; }
  .cnav-country { display: none; }
  .px-hero-copy { width: min(500px,43vw); }
  .px-hero-controls { grid-template-columns: minmax(140px,.45fr) minmax(360px,1fr) auto; gap: 18px; }
  .px-hero-tabs { gap: 18px; }
  .px-make { grid-template-columns: minmax(0,1.25fr) minmax(390px,.85fr); }
}

@media (max-width: 860px) {
  .cnav { height: 68px; }
  .cnav-row { height: 68px; grid-template-columns: 1fr auto auto; gap: 14px; }
  .cnav-brand strong { font-size: 25px; }
  .cnav-toggle { display: block; border: 0; background: transparent; color: var(--px-cobalt); font: 650 13px/1 'Hanken'; }
  .cnav-links { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 28px 26px; background: #fff; border-top: 1px solid var(--px-line); box-shadow: 0 20px 42px rgba(28,42,110,.14); }
  .cnav-links.open { display: flex; }
  .cnav-links > a { padding: 11px 0; border-bottom: 1px solid var(--px-line); font-size: 15px; }
  .cnav-links > a::after { display: none; }
  .cnav-mobile-country { display: flex; flex-wrap: wrap; gap: 9px 22px; padding-top: 20px; }
  .cnav-mobile-country span { flex: 0 0 100%; color: var(--px-muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .cnav-mobile-country a { color: var(--px-cobalt); font-size: 13px; font-weight: 650; }
  .cnav-mobile-country a[aria-current] { text-decoration: underline; text-underline-offset: 4px; }
  .cnav-cta { min-width: 120px; }
  .px-hero { height: calc(100dvh - 68px); min-height: 620px; }
  .px-hero-copy { width: min(470px,48vw); }
  .px-hero-slide.slide-produce .px-hero-media img { object-position: 58% center; }
  .px-hero h1, .px-hero h2 { font-size: clamp(48px,7.2vw,62px); }
  .px-hero-controls { grid-template-columns: 1fr auto; }
  .px-hero-tabs { display: none; }
  .px-proof-grid { grid-template-columns: 1fr 1fr; }
  .px-proof-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--px-line); }
  .px-proof-grid > div:nth-child(4) { border-top: 1px solid var(--px-line); }
  .px-proof-grid > div { padding: 25px 22px; }
  .px-proof-grid > div:first-child { padding-left: 22px; }
  .px-intro-grid, .px-spec-grid, .px-export-grid, .px-close-grid { grid-template-columns: 1fr; }
  .px-intro-grid { gap: 70px; }
  .px-intro-image { width: min(540px,86vw); justify-self: end; }
  .px-range-item.r1, .px-range-item.r2, .px-range-item.r3, .px-range-item.r4, .px-range-item.r5, .px-range-item.r6, .px-range-item.r7, .px-range-item.r8, .px-range-item.r9, .px-range-item.r10, .px-range-item.r11, .px-range-item.r12, .px-range-item.r13, .px-range-item.r14, .px-range-item.r15, .px-range-item.r16 { grid-column: span 6; }
  .px-range-item .px-range-media { aspect-ratio: 4/3 !important; }
  .px-make { grid-template-columns: 1fr; }
  .px-make-media { min-height: 480px; }
  .px-make-copy { padding: 78px 28px; border-left: 0; }
  .px-spec-grid, .px-export-grid, .px-close-grid { gap: 60px; }
  .cfooter-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .cnav { height: 64px; }
  .cnav-row { height: 64px; grid-template-columns: 1fr auto auto; padding-left: 18px; padding-right: 18px; }
  .cnav-brand img { width: 31px; height: 31px; }
  .cnav-brand strong { font-size: 21px; }
  .cnav-brand small { display: none; }
  .cnav-links { top: 64px; padding-left: 20px; padding-right: 20px; }
  .cnav-cta { min-width: 104px; padding: 10px 12px; font-size: 11px; }
  .px-hero { height: auto; min-height: 760px; max-height: none; }
  .px-hero-slide::after { background: linear-gradient(180deg, rgba(18,20,42,.05) 12%, rgba(18,20,42,.22) 42%, rgba(18,20,42,.92) 76%, rgba(18,20,42,.98)); }
  .px-hero-edge { top: 7%; right: -20%; width: 72%; height: 48%; opacity: .3; }
  .px-hero-slide.slide-produce .px-hero-media img { object-position: 63% center; }
  .px-hero-slide.slide-iml .px-hero-media img,
  .px-hero-slide.slide-injection .px-hero-media img,
  .px-hero-slide.slide-bagasse .px-hero-media img,
  .px-hero-slide.slide-meals .px-hero-media img { object-position: 72% center; }
  .px-hero-layout { align-items: flex-end; min-height: 760px; }
  .px-hero-copy { width: 100%; padding: 0 0 132px; }
  .px-hero h1, .px-hero h2 { max-width: 7em; font-size: clamp(43px,12vw,54px); }
  .px-hero-lead { font-size: 16px; }
  .px-hero-controls { bottom: 22px; grid-template-columns: 1fr auto; gap: 14px; }
  .px-hero-count { grid-template-columns: auto minmax(70px,1fr) auto; }
  .px-hero-actions button { width: 36px; height: 36px; }
  .px-actions { width: 100%; }
  .px-button { min-height: 45px; padding: 12px 19px; }
  .px-proof strong { font-size: 31px; }
  .px-proof span { font-size: 12px; }
  .px-intro, .px-range, .px-spec, .px-export, .px-close { padding-top: 82px; padding-bottom: 82px; }
  .px-intro-copy h2, .px-range-heading h2, .px-spec-copy h2, .px-export h2, .px-close h2 { font-size: clamp(39px,11.4vw,52px); }
  .px-intro-image { width: calc(100% - 20px); }
  .px-intro-image::before { inset: 16px -16px -16px 16px; }
  .px-range-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 48px; }
  .px-range-item.r1, .px-range-item.r2, .px-range-item.r3, .px-range-item.r4, .px-range-item.r5, .px-range-item.r6, .px-range-item.r7, .px-range-item.r8, .px-range-item.r9, .px-range-item.r10, .px-range-item.r11, .px-range-item.r12, .px-range-item.r13, .px-range-item.r14, .px-range-item.r15, .px-range-item.r16 { grid-column: 1; }
  .px-make-media { min-height: 340px; }
  .px-make-copy { padding: 70px 20px; }
  .px-spec-stage { padding: 24px; }
  .px-spec-data { grid-template-columns: 1fr; }
  .px-export-grid, .px-close-grid { gap: 44px; }
  .cfooter { padding-top: 62px; }
  .cfooter-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .px-hero-slide, .px-hero-media img, .px-hero-copy > *, .px-hero-edge { transition: none; animation: none !important; transform: none; }
  .px-hero-copy > * { opacity: 1; }
  .px-hero-scan { display: none; }
}
