:root {
  --ink: #0a0b0b;
  --ink-soft: #555753;
  --paper: #f3f0e8;
  --mist: #e7e5df;
  --steel: #d1d0ca;
  --blue: #0a0b0b;
  --blue-deep: #171919;
  --white: #fff;
  --line: rgba(10, 11, 11, .16);
  --header-h: 82px;
  --gutter: clamp(20px, 4vw, 72px);
  --radius: 4px;
  --shadow: 0 22px 70px rgba(10, 11, 11, .14);
  --hero-progress: 0;
  --journey-progress: 0;
  --component-progress: 0;
  --location-progress: 0;
  color-scheme: light;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); overflow-x: clip; }
img, video, canvas, svg { display: block; max-width: 100%; }
[data-inline-video] { position: relative; isolation: isolate; }
[data-inline-video] > img,
[data-inline-video] > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
[data-inline-video] > img { z-index: 1; opacity: 1; transition: opacity .55s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-inline-video] > video { z-index: 2; max-width: none; opacity: 0; transition: opacity .55s ease; }
[data-inline-video].is-video-ready > img { opacity: 0; }
[data-inline-video].is-video-ready > video { opacity: 1; }
.hero-stage.is-warehouse-wide video { object-fit: cover; object-position: 50% 36%; transform: none; }
.inline-video-recovery { position: absolute; z-index: 4; right: 14px; bottom: 14px; min-height: 46px; padding: 11px 16px; color: white; background: rgba(10,11,11,.9); border: 1px solid rgba(255,255,255,.74); border-radius: 2px; font-weight: 720; }
.inline-video-recovery[hidden] { display: none; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
::selection { background: #d8d6cf; color: var(--ink); }

.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px;
  background: var(--white); color: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: var(--header-h); padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  background: color-mix(in srgb, var(--paper) 90%, transparent); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(105%); transition: transform .35s ease, background .35s ease;
}
.site-header.is-on-hero { background: rgba(243, 240, 232, .92); }
.brand { width: clamp(172px, 18vw, 252px); flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.site-nav a { text-decoration: none; font-size: .88rem; font-weight: 650; }
.site-nav a:not(.contact-link)::after { content: ""; display: block; height: 1px; width: 0; background: currentColor; transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.contact-link { padding: 12px 18px; color: white; background: var(--ink); border-radius: 2px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; border-radius: 2px; padding: 9px 14px; }

.section { padding: clamp(88px, 10vw, 168px) var(--gutter); }
.section--steel { background: var(--steel); }
.section--mist { background: var(--mist); }
.section--ink { background: var(--ink); color: var(--white); }
.section-heading { max-width: 1520px; margin: 0 auto clamp(48px, 7vw, 96px); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 48px; }
.section-kicker { margin: 0 0 14px; font-size: .82rem; line-height: 1.2; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.section-heading h2, .journey-heading h2, .map-panel h2, .certification-heading h2, .advanced-heading h2 {
  margin: 0; max-width: 1050px; font-size: clamp(2.75rem, 6.4vw, 7.2rem); line-height: .91; letter-spacing: -.065em; font-weight: 710;
}
.section-heading > p, .certification-heading > p, .section-heading--split > p {
  margin: 0; max-width: 560px; font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.5; color: var(--ink-soft);
}
.section--ink .section-heading > p, .section--ink .section-heading--split > p { color: rgba(255,255,255,.72); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px;
  border-radius: 2px; border: 1px solid currentColor; font-size: .92rem; font-weight: 720; text-decoration: none;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--solid { color: white; background: var(--ink); border-color: var(--ink); }
.button--glass { color: white; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.52); backdrop-filter: blur(10px); }

/* Opening factory world */
.hero { position: relative; padding-top: var(--header-h); background: #111; }
.hero-runway { height: 520svh; }
.hero-stage { position: sticky; top: calc(var(--header-h) + var(--pp-home-admin-offset, 0px)); height: calc(100svh - var(--header-h) - var(--pp-home-admin-offset, 0px)); min-height: 620px; overflow: hidden; color: white; isolation: isolate; }
.hero-media { position: absolute; inset: 0; margin: 0; background: #181818; }
.hero-poster, .hero-canvas, .hero-media video, .hero-lines, .hero-light, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-poster { z-index: 0; object-fit: cover; object-position: center; filter: none; transform: scale(calc(1.03 + var(--hero-progress) * .035)); }
.hero-canvas { z-index: 2; max-width: none; opacity: 0; transition: opacity .6s ease; }
.webgl-ready .hero-canvas { opacity: 1; }
.hero-media video { z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.hero-stage.is-video-ready .hero-media video { opacity: 1; }
.hero-stage.is-switching .hero-media video { opacity: 0; }
.hero-lines { z-index: 3; max-width: none; pointer-events: none; opacity: calc(.9 - var(--hero-progress) * .48); mix-blend-mode: screen; }
.hero-lines path { fill: none; stroke: rgba(255, 255, 255, .8); stroke-width: 2.2; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--hero-progress)); }
.line-set--factory { opacity: calc(var(--hero-progress) * 1.15); }
.hero-light { z-index: 4; pointer-events: none; background: radial-gradient(circle 32vw at var(--pointer-x, 62%) var(--pointer-y, 46%), rgba(255,255,255,.22), transparent 70%); mix-blend-mode: screen; }
.hero-shade { z-index: 5; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.27) 44%, rgba(0,0,0,.08) 70%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 42%); }
.hero-copy { position: absolute; z-index: 8; left: var(--gutter); bottom: clamp(90px, 12vh, 140px); width: min(780px, 61vw); }
.hero-copy h1 { margin: 0; font-size: clamp(3.3rem, 7.9vw, 9rem); line-height: .86; letter-spacing: -.065em; font-weight: 720; text-wrap: balance; text-shadow: 0 2px 18px rgba(0,0,0,.2); }
.hero-copy > p:not(.section-kicker) { width: min(660px, 90%); margin: 22px 0 0; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.52; }
.hero-copy { opacity: calc(1 - max(0, (var(--hero-progress) - .18) * 3.8)); transform: translateY(calc(var(--hero-progress) * -42px)); }
.hero-chapters { position: absolute; z-index: 9; top: 50%; right: var(--gutter); width: min(360px, 27vw); margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr; gap: 5px; transform: translateY(-42%); }
.hero-chapters li { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 2px 12px; padding: 10px 14px; color: rgba(255,255,255,.82); border-left: 2px solid rgba(255,255,255,.42); background: rgba(0,0,0,.22); text-shadow: 0 1px 8px rgba(0,0,0,.72); transition: .35s ease; }
.hero-chapters li.is-active { color: white; border-color: white; background: rgba(0,0,0,.34); backdrop-filter: blur(8px); }
.hero-chapters span { grid-row: 1 / 3; align-self: center; font-size: .77rem; }
.hero-chapters strong { min-width: 0; font-size: .92rem; line-height: 1.05; }
.hero-chapters small { min-width: 0; font-size: .72rem; line-height: 1.15; }
.scroll-cue { position: absolute; z-index: 8; left: var(--gutter); bottom: 32px; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { display: block; width: 40px; height: 1px; background: white; transform-origin: left; transform: scaleX(calc(1 - var(--hero-progress))); }
.scroll-cue small { font-size: .75rem; }
.hero-static-story { display: none; }
.video-recovery { position: absolute; z-index: 12; right: var(--gutter); bottom: 28px; min-height: 48px; padding: 12px 18px; color: white; background: rgba(10,11,11,.88); border: 1px solid rgba(255,255,255,.72); border-radius: 2px; font-weight: 720; }
.video-recovery[hidden] { display: none; }
[data-motion-tier="static"] .hero-static-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: var(--gutter); background: var(--paper); color: var(--ink); }

/* Horizontal connected route */
.journey { position: relative; background: var(--paper); }
.journey-runway { height: 260svh; }
.journey-stage { position: sticky; top: calc(var(--header-h) + var(--pp-home-admin-offset, 0px)); height: calc(100svh - var(--header-h) - var(--pp-home-admin-offset, 0px)); overflow: hidden; }
.journey-heading {
  position: absolute; z-index: 4; inset: clamp(24px, 3.6vh, 44px) auto auto var(--gutter);
  width: min(720px, 50vw); pointer-events: none; transform-origin: left top;
  opacity: calc(1 - min(1, var(--journey-progress) * 5));
  transform: translateY(calc(var(--journey-progress) * -42px)) scale(calc(1 - var(--journey-progress) * .05));
}
.journey-heading h2 { font-size: clamp(2.5rem, 4.05vw, 5rem); line-height: .88; }
.journey-heading h2 span { display: block; }
.journey-track { height: 100%; display: flex; width: 300vw; transform: translate3d(calc(var(--journey-progress) * -200vw), 0, 0); will-change: transform; }
.journey-panel { position: relative; flex: 0 0 100vw; height: 100%; padding: clamp(230px, 27vh, 310px) var(--gutter) 7vh; display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 4.5vw; overflow: hidden; }
.journey-panel:nth-child(2) { background: var(--mist); }
.journey-panel:nth-child(3) { background: var(--steel); }
.journey-number { position: absolute; right: var(--gutter); top: 4vh; font-size: clamp(6rem, 20vw, 22rem); line-height: .8; letter-spacing: -.065em; color: rgba(10,11,11,.065); font-weight: 750; }
.journey-media { height: min(52vh, 590px); border-radius: var(--radius); overflow: hidden; background: #7c7d79; box-shadow: var(--shadow); }
.journey-media--technical-detail { height: min(46vh, 500px); background: #e8e6df; }
.journey-media--technical-detail > img { object-fit: contain; transform: none; }
.journey-media > img, .journey-media > video { transform: scale(calc(1.015 + var(--journey-progress) * .015)); }
.journey-copy { align-self: end; padding-bottom: 4vh; max-width: 650px; }
.journey-copy h3 { margin: 0 0 18px; font-size: clamp(2.4rem, 4.4vw, 5.4rem); line-height: .92; letter-spacing: -.055em; }
.journey-copy p { margin: 0; font-size: clamp(1.05rem, 1.5vw, 1.45rem); line-height: 1.5; color: var(--ink-soft); }
.journey-controls { position: absolute; z-index: 6; right: var(--gutter); bottom: clamp(18px, 2.5vh, 30px); width: min(720px, calc(100vw - 2 * var(--gutter))); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(10,11,11,.22); background: rgba(243,240,232,.92); backdrop-filter: blur(10px); }
.journey-controls button { min-width: 0; min-height: 58px; padding: 11px 14px; display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 8px; border: 0; border-left: 1px solid rgba(10,11,11,.18); border-radius: 0; color: rgba(10,11,11,.58); background: transparent; font-size: .76rem; line-height: 1.18; text-align: left; cursor: pointer; }
.journey-controls button:first-child { border-left: 0; }
.journey-controls button span { font-size: .68rem; font-weight: 760; letter-spacing: .04em; }
.journey-controls button.is-active { color: var(--white); background: var(--ink); }

/* Documentary scale passages */
.scale-stories { padding: clamp(96px, 10vw, 168px) var(--gutter); color: var(--white); background: var(--ink); }
.scale-stories__heading { max-width: 1520px; margin: 0 auto clamp(50px, 7vw, 100px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: end; gap: clamp(28px, 5vw, 80px); }
.scale-stories__heading .section-kicker { grid-column: 1 / -1; margin-bottom: -8px; }
.scale-stories__heading h2 { margin: 0; max-width: 950px; font-size: clamp(3rem, 6vw, 7rem); line-height: .88; letter-spacing: -.065em; }
.scale-stories__heading > p:last-child { margin: 0; max-width: 610px; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.3vw, 1.28rem); line-height: 1.52; }
.scale-stories__reel { max-width: 1680px; margin: 0 auto; display: grid; gap: clamp(32px, 6vw, 96px); }
.scale-film { position: relative; min-height: min(78svh, 900px); margin: 0; overflow: hidden; isolation: isolate; background: #181818; }
.scale-film::after { content: ""; position: absolute; z-index: 3; inset: 28% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); pointer-events: none; }
.scale-film > img, .scale-film > video { transform: scale(1.012); transition: opacity .55s ease, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.scale-film.is-video-ready > video { transform: scale(1); }
.scale-film figcaption { position: absolute; z-index: 4; inset: auto clamp(24px, 4vw, 60px) clamp(24px, 4vw, 56px); max-width: 850px; }
.scale-film figcaption span { display: block; margin-bottom: 11px; font-size: .78rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.scale-film figcaption h3 { margin: 0; font-size: clamp(2.4rem, 5vw, 6rem); line-height: .88; letter-spacing: -.06em; }
.scale-film figcaption p { max-width: 660px; margin: 16px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.3vw, 1.24rem); line-height: 1.48; }

/* Equal evidence */
.metrics { padding-top: clamp(48px, 7vw, 92px); padding-bottom: clamp(48px, 7vw, 92px); }
.metrics-grid { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(10,11,11,.24); }
.metrics-grid article { min-height: 270px; padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(10,11,11,.24); }
.metrics-grid article:last-child { border-right: 0; }
.metrics-grid strong { font-size: clamp(3rem, 5vw, 7rem); line-height: .9; letter-spacing: -.065em; white-space: nowrap; }
.metrics-grid span { font-weight: 680; }

/* Components */
.components { padding-bottom: 0; background: #eceae4; }
.material-bridge { max-width: 1520px; height: clamp(380px, 58vw, 760px); margin: 0 auto clamp(64px, 8vw, 120px); overflow: hidden; border-radius: var(--radius); background: #161616; color: white; box-shadow: var(--shadow); }
.material-bridge::after, .quality-room::after { content: ""; position: absolute; z-index: 3; inset: 34% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); pointer-events: none; }
.material-bridge figcaption, .quality-room figcaption { position: absolute; z-index: 4; inset: auto clamp(24px, 4vw, 56px) clamp(24px, 4vw, 52px); max-width: 680px; }
.material-bridge figcaption span, .quality-room figcaption span { display: block; margin-bottom: 10px; font-size: .78rem; font-weight: 740; letter-spacing: .04em; text-transform: uppercase; }
.material-bridge figcaption strong, .quality-room figcaption strong { display: block; font-size: clamp(2rem, 4vw, 5rem); line-height: .92; letter-spacing: -.055em; }
.material-bridge figcaption p, .quality-room figcaption p { max-width: 580px; margin: 14px 0 0; color: rgba(255,255,255,.76); line-height: 1.48; }
.component-runway { height: 430svh; margin: 0 calc(var(--gutter) * -1); }
.component-stage {
  position: sticky; top: calc(var(--header-h) + var(--pp-home-admin-offset, 0px)); height: calc(100svh - var(--header-h) - var(--pp-home-admin-offset, 0px));
  display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #f0eee8;
}
.film-toggle { position: fixed; z-index: 90; right: 16px; bottom: 16px; padding: 10px 16px; background: #101314; color: #fff; border: 1px solid #fff; border-radius: 0; font: inherit; cursor: pointer; }
.film-toggle:focus-visible { outline: 3px solid #1e9ddd; outline-offset: 3px; }
.film-toggle[hidden] { display: none; }
.hero-chapter-shortcut { border: 0; border-radius: 0; padding: 0; background: transparent; color: inherit; font: inherit; text-align: inherit; cursor: pointer; }
.hero-chapter-shortcut:focus-visible { outline: 2px solid white; outline-offset: 4px; }
[data-motion-tier="static"] .film-toggle { display: none; }
.component-track {
  display: flex; align-items: center; gap: 0; width: max-content; padding: 0 max(8vw, var(--gutter));
  transform: translate3d(var(--component-shift, 0px), 0, 0); will-change: transform;
}
.component-card {
  position: relative; width: clamp(330px, 26vw, 520px); height: min(68vh, 680px); flex: 0 0 auto; padding: 22px clamp(22px, 2vw, 38px) 28px;
  display: grid; grid-template-rows: auto 1fr auto; border-left: 1px solid rgba(10,11,11,.2); background: transparent; overflow: visible;
  opacity: .54; transform: translateY(3.5vh) scale(.94); transform-origin: 50% 58%; transition: opacity .42s ease, transform .5s cubic-bezier(.2,.7,.2,1);
}
.component-card:nth-child(3n+2) { width: clamp(390px, 31vw, 620px); transform: translateY(-3.5vh) scale(.94); }
.component-card:nth-child(3n) { transform: translateY(0) scale(.94); }
.component-card:last-child { border-right: 1px solid rgba(10,11,11,.2); }
.component-card.is-active { opacity: 1; transform: translateY(0) scale(1); }
.component-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 22px; color: rgba(10,11,11,.62); }
.component-card__meta span { font-size: .72rem; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.component-card__media { position: relative; min-height: 0; display: grid; place-items: center; }
.component-card__media::after {
  content: ""; position: absolute; z-index: -1; left: 12%; right: 12%; bottom: 14%; height: 12%;
  border-radius: 50%; background: rgba(10,11,11,.1); filter: blur(26px); transform: scaleX(.76);
}
.component-card img { width: 92%; height: 92%; margin: auto; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(10,11,11,.16)); }
.component-card h3 { margin: 0; max-width: 11ch; font-size: clamp(1.75rem, 2.45vw, 3.1rem); line-height: .95; letter-spacing: -.05em; }

/* Documentary proof */
.factory-proof { position: relative; }
.proof-grid { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: 1.55fr .85fr; gap: 20px; }
.proof-card { position: relative; min-height: 350px; margin: 0; overflow: hidden; border-radius: var(--radius); background: #171919; cursor: pointer; }
.proof-card--wide { grid-row: span 2; min-height: 720px; }
.proof-card:hover > img, .proof-card:hover > video { transform: scale(1.025); }
.proof-card--storage > img, .proof-card--storage > video,
.proof-card--storage:hover > img, .proof-card--storage:hover > video { object-fit: cover; object-position: 50% 32%; transform: none; }
.proof-card > div { position: absolute; z-index: 4; inset: auto 0 0; padding: 48px 32px 28px; background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.proof-card h3 { margin: 0 0 7px; font-size: clamp(1.6rem, 2.5vw, 3rem); }
.proof-card p { margin: 0; color: rgba(255,255,255,.74); }

/* Map */
.locations { background: var(--paper); }
.locations-runway { height: 320svh; }
.locations-stage { position: sticky; top: calc(var(--header-h) + var(--pp-home-admin-offset, 0px)); height: calc(100svh - var(--header-h) - var(--pp-home-admin-offset, 0px)); padding: 5vh var(--gutter); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 5vw; overflow: hidden; }
.map-panel { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(340px, 1.3fr); align-items: center; gap: 3vw; min-width: 0; }
.map-panel h2 { font-size: clamp(2.6rem, 5vw, 6.5rem); }
.india-map { position: relative; width: min(53vh, 570px); aspect-ratio: 1; margin: auto; }
.india-map > img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.map-route { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.map-route path { fill: none; stroke: var(--blue); stroke-width: 3; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--location-progress)); vector-effect: non-scaling-stroke; opacity: .7; }
.map-pin { position: absolute; z-index: 3; left: var(--map-x); top: var(--map-y); width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; background: var(--blue-deep); color: white; cursor: pointer; transform: translate(calc(-50% + var(--pin-dx, 0px)), calc(-50% + var(--pin-dy, 0px))); }
.map-pin-number { position: relative; z-index: 1; font: 700 16px/1 sans-serif; }
.map-pin { min-height: 36px; min-width: 36px; display: grid; place-items: center; }
.map-pin[data-plant="0"] { --pin-dx: 28px; --pin-dy: 0px; --pin-leader: 28px; --pin-angle: 180deg; }
.map-pin[data-plant="1"] { --pin-dx: -18px; --pin-dy: -32px; --pin-leader: 36.72px; --pin-angle: 60.64deg; }
.map-pin[data-plant="2"] { --pin-dx: -24px; --pin-dy: 30px; --pin-leader: 38.42px; --pin-angle: -51.34deg; }
.map-pin[data-plant="3"] { --pin-dx: 6px; --pin-dy: -32px; --pin-leader: 32.56px; --pin-angle: 100.62deg; }
.map-pin[data-plant="4"] { --pin-dx: -26px; --pin-dy: 14px; --pin-leader: 29.53px; --pin-angle: -28.3deg; }
.map-pin[data-plant="5"] { --pin-dx: 30px; --pin-dy: 20px; --pin-leader: 36.05px; --pin-angle: -146.31deg; }
.map-pin::before { content: ""; position: absolute; width: 4px; height: 4px; left: calc(50% - var(--pin-dx, 0px)); top: calc(50% - var(--pin-dy, 0px)); background: var(--blue-deep); }
.map-pin.is-active { background: #fff; color: #16485c; outline: 2px solid #16485c; }
.map-pin::after { content: ""; position: absolute; z-index: -1; left: 50%; top: 50%; width: calc(var(--pin-leader) - 18px); height: 2px; background: #16485c; box-shadow: 0 0 0 1px white; transform-origin: left center; transform: rotate(var(--pin-angle)) translateX(18px); pointer-events: none; }
.map-pin span {
  position: absolute; top: 50%; left: 40px; padding: 5px 8px; background: rgba(255,255,255,.94); color: #16485c; border-radius: 0;
  white-space: nowrap; transform: translate(5px, -50%); font-size: .68rem; font-weight: 720; opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.map-pin.is-active span, .map-pin:hover span, .map-pin:focus-visible span { opacity: 1; transform: translate(0, -50%); }
.plant-records { position: relative; align-self: center; min-height: 320px; }
.plant-record { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; transform: translateY(28px); transition: opacity .35s ease, transform .35s ease; pointer-events: none; }
.plant-record.is-active { opacity: 1; transform: none; pointer-events: auto; }
.plant-record span { font-size: .82rem; font-weight: 720; }
.plant-record h3 { margin: 16px 0 26px; font-size: clamp(4rem, 7.8vw, 9.5rem); line-height: .9; letter-spacing: -.065em; }
.plant-record p { max-width: 440px; margin: 0; font-size: 1.1rem; line-height: 1.48; color: var(--ink-soft); }
.location-progress { position: absolute; inset: auto var(--gutter) 3vh; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); }
.location-progress li { padding: 12px 6px 0; font-size: .72rem; color: rgba(10,11,11,.45); border-top: 3px solid transparent; transform: translateY(-2px); }
.location-progress li.is-active { color: var(--ink); border-color: var(--ink); }
.location-progress { counter-reset: plant; }
.location-progress li::before { counter-increment: plant; content: counter(plant) ". "; }

/* Customers */
.customers { overflow: hidden; }
.logo-rails { margin: 0 calc(var(--gutter) * -1); display: grid; gap: 14px; }
.logo-row { display: flex; gap: 14px; width: max-content; will-change: transform; }
.logo-row--one, .logo-row--three { transform: translate3d(calc(-9% + var(--logo-progress, 0) * 6%), 0, 0); }
.logo-row--two { transform: translate3d(calc(-1% - var(--logo-progress, 0) * 7%), 0, 0); }
.logo-row figure { width: clamp(190px, 15vw, 280px); height: clamp(105px, 9vw, 150px); margin: 0; padding: 24px; display: grid; place-items: center; flex: 0 0 auto; background: white; border: 1px solid var(--line); border-radius: 14px; }
.logo-row figure { overflow: hidden; }
.logo-row img { width: 100% !important; height: 100% !important; min-width: 0 !important; min-height: 0 !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; }

/* Quality and documents */
.quality-room { max-width: 1520px; height: clamp(430px, 48vw, 720px); margin: 0 auto clamp(54px, 7vw, 90px); overflow: hidden; border-radius: var(--radius); background: #161616; color: white; box-shadow: var(--shadow); }
.quality-grid { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quality-grid article { overflow: hidden; background: white; border-radius: var(--radius); border: 1px solid var(--line); }
.quality-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #dfddd6; }
.quality-grid article > div { padding: 24px; }
.quality-grid span, .advanced-grid span, .programme-card span { font-size: .78rem; font-weight: 730; }
.quality-grid h3 { margin: 12px 0 10px; font-size: clamp(1.45rem, 2.1vw, 2.5rem); line-height: 1; letter-spacing: -.04em; }
.quality-grid p { margin: 0; color: var(--ink-soft); line-height: 1.5; }
.certification-heading { max-width: 1520px; margin: clamp(100px, 12vw, 180px) auto 50px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; align-items: end; }
.certification-heading .section-kicker { grid-column: 1 / -1; }
.certification-heading h2 { font-size: clamp(2.6rem, 5vw, 6rem); }
.certificate-row { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.certificate-row a { padding: 16px 16px 20px; display: grid; gap: 8px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.certificate-row a:hover, .certificate-row a:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow); }
.certificate-row img { width: 100%; aspect-ratio: 3/4; object-fit: contain; background: #f3f3ef; }
.certificate-row strong { margin-top: 8px; font-size: 1.2rem; }
.certificate-row span { color: var(--ink-soft); font-size: .86rem; }

/* Programmes */
.programme-grid { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.programme-card { min-width: 0; overflow: hidden; background: #202020; border-radius: var(--radius); }
.programme-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.72) brightness(1.03); }
.programme-card > div { padding: 28px; }
.programme-card h3 { margin: 12px 0; font-size: clamp(1.7rem, 2.7vw, 3.2rem); line-height: .95; letter-spacing: -.045em; }
.programme-card p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.5; }
.programme-card dl { margin: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.programme-card dl div { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.2); }
.programme-card dt { color: rgba(255,255,255,.65); font-size: .74rem; }
.programme-card dd { margin: 4px 0 0; font-weight: 720; }
.advanced-heading { max-width: 1520px; margin: clamp(110px, 12vw, 190px) auto 50px; }
.advanced-heading h2 { font-size: clamp(2.7rem, 5.4vw, 6.8rem); }
.advanced-grid { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.advanced-grid article { min-width: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.24); }
.advanced-grid img { width: 100%; aspect-ratio: 4/3; margin-bottom: 20px; object-fit: cover; border-radius: 12px; background: #202020; }
.advanced-grid h3 { margin: 10px 0; font-size: clamp(1.4rem, 2vw, 2.4rem); line-height: 1; }
.advanced-grid p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.45; }

/* Awards */
.rail-controls { display: flex; gap: 9px; align-self: end; }
.rail-controls button { min-width: 92px; min-height: 44px; border: 1px solid var(--line); border-radius: 2px; background: transparent; cursor: pointer; }
.awards-rail { display: flex; gap: 18px; margin: 0 calc(var(--gutter) * -1); padding: 6px var(--gutter) 32px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--ink) transparent; }
.awards-rail article { flex: 0 0 clamp(275px, 23vw, 380px); min-height: 480px; padding: 14px 14px 24px; display: grid; grid-template-rows: 300px auto auto 1fr; align-content: start; background: white; border: 1px solid var(--line); scroll-snap-align: start; }
.awards-rail img { width: 100%; height: 100%; object-fit: contain; background: #f1f1ed; }
.awards-rail time { margin-top: 18px; font-size: .78rem; font-weight: 720; }
.awards-rail h3 { margin: 10px 0 7px; font-size: 1.25rem; line-height: 1.08; }
.awards-rail p { margin: 0; color: var(--ink-soft); }

/* CSR and footer */
.csr-grid { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.csr-grid article { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: white; }
.csr-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.86); }
.csr-grid article::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.csr-grid h3, .csr-grid strong, .csr-grid small { position: absolute; z-index: 2; left: 22px; right: 22px; }
.csr-grid h3 { bottom: 24px; margin: 0; font-size: 1.45rem; }
.csr-grid strong { bottom: 62px; font-size: 2.6rem; }
.csr-grid small { bottom: 111px; color: rgba(255,255,255,.7); }
.enquiry { position: relative; min-height: min(88svh, 900px); display: grid; place-items: center; overflow: hidden; color: white; }
.enquiry > img, .enquiry-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.enquiry > img { object-fit: cover; filter: saturate(.72) brightness(.84); }
.enquiry-shade { background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.2)); }
.enquiry-copy { position: relative; z-index: 2; width: min(1320px, calc(100% - 2 * var(--gutter))); }
.enquiry-copy h2 { max-width: 900px; margin: 0; font-size: clamp(4rem, 10vw, 12rem); line-height: 1; letter-spacing: -.055em; }
.enquiry-copy > p:not(.section-kicker) { max-width: 680px; margin: 28px 0 0; font-size: 1.15rem; line-height: 1.5; }
.site-footer { min-height: 120px; padding: 28px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: #0a0b0b; }
.site-footer a { font-weight: 720; text-decoration: none; }
.site-footer p { margin: 0; font-size: .86rem; color: rgba(255,255,255,.7); }

/* Static and fallbacks */
.no-js .menu-toggle, .no-js .hero-canvas, .no-js .hero-chapters, .no-js .scroll-cue { display: none; }
.no-js .hero-runway { height: auto; }
.no-js .hero-stage { position: relative; min-height: 92svh; }
.no-js .hero-static-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: var(--gutter); background: var(--paper); color: var(--ink); }
.hero-static-story article { margin: 0; }
.hero-static-story img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; }
.hero-static-story h2 { margin: 16px 0 6px; }
.hero-static-story p { margin: 0; color: var(--ink-soft); }
.no-js .journey-runway, .no-js .component-runway, .no-js .locations-runway { height: auto; }
.no-js .journey-stage, .no-js .component-stage, .no-js .locations-stage { position: relative; top: auto; height: auto; overflow: visible; }
.no-js .journey-heading { position: relative; inset: auto; width: auto; padding: 90px var(--gutter) 40px; }
.no-js .journey-track { width: auto; height: auto; display: grid; grid-template-columns: repeat(3, 1fr); transform: none; padding: 0 var(--gutter) 90px; gap: 18px; }
.no-js .journey-panel { height: auto; padding: 22px; display: block; border: 1px solid var(--line); border-radius: var(--radius); }
.no-js .journey-number { position: static; font-size: 4rem; }
.no-js .journey-media { height: auto; aspect-ratio: 4/3; }
.no-js .journey-copy { padding: 20px 0 0; }
.no-js .journey-route, .no-js .journey-controls, .no-js .map-route, .no-js .location-progress { display: none; }
.no-js .component-track { width: auto; transform: none; display: grid; grid-template-columns: repeat(4, 1fr); padding: 90px var(--gutter); }
.no-js .component-card,
.no-js .component-card:nth-child(3n+2),
.no-js .component-card:nth-child(3n) { width: auto; height: 520px; opacity: 1; transform: none; }
.no-js .locations-stage { padding: 90px var(--gutter); grid-template-columns: 1fr; }
.no-js .map-panel { grid-template-columns: .8fr 1.2fr; }
.no-js .plant-records { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.no-js .plant-record { position: relative; opacity: 1; transform: none; min-height: 220px; padding: 18px; border-top: 1px solid var(--line); }
.no-js .plant-record h3 { font-size: 2.4rem; }

@media (max-width: 1040px) {
  :root { --header-h: 72px; }
  .site-nav a:not(.contact-link) { display: none; }
  .journey-panel { grid-template-columns: 1fr 1fr; }
  .map-panel { grid-template-columns: 1fr; }
  .india-map { width: min(44vh, 430px); }
  .locations-stage { grid-template-columns: 1fr .72fr; }
  .quality-grid, .programme-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid article:last-child, .programme-card:last-child { grid-column: 1 / -1; }
  .advanced-grid { grid-template-columns: 1fr 1fr; }
  .certificate-row, .csr-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-card--wide { grid-column: 1 / -1; grid-row: auto; min-height: 560px; }
  .scale-stories__heading { grid-template-columns: 1fr; }
  .scale-stories__heading .section-kicker { grid-column: auto; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; --radius: 4px; }
  .site-header { padding-inline: 18px; }
  .brand { width: 168px; }
  .site-nav { display: none; position: fixed; top: var(--header-h); right: 12px; left: 12px; padding: 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a:not(.contact-link) { display: block; }
  .menu-toggle { display: block; }
  .section { padding-block: 76px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .journey-heading h2, .map-panel h2, .certification-heading h2, .advanced-heading h2 { font-size: clamp(2.7rem, 14vw, 5rem); }
  .hero-runway { height: 350svh; }
  .hero-stage { position: sticky; top: calc(var(--header-h) + var(--pp-home-admin-offset, 0px)); height: calc(100svh - var(--header-h) - var(--pp-home-admin-offset, 0px)); min-height: 0; }
  .hero-canvas, .hero-lines, .scroll-cue { display: none; }
  .hero-copy { bottom: 48px; width: calc(100% - 2 * var(--gutter)); }
  .hero-copy h1 { font-size: clamp(3.5rem, 17vw, 6.5rem); }
  .hero-copy > p:not(.section-kicker) { width: 100%; }
  .hero-poster { transform: none; object-position: 62% center; }
  .hero-static-story { display: none; }
  .hero-chapters { top: 18px; right: var(--gutter); left: var(--gutter); width: auto; transform: none; display: block; }
  .hero-chapters li { display: none; min-height: 54px; grid-template-columns: 38px minmax(0, 1fr); padding: 9px 12px; background: rgba(0,0,0,.38); border: 1px solid rgba(255,255,255,.3); border-radius: 2px; backdrop-filter: blur(8px); }
  .hero-chapters li.is-active { display: grid; }
  .video-recovery { right: var(--gutter); bottom: 18px; }
  [data-motion-tier="static"] .hero-runway { height: auto; }
  [data-motion-tier="static"] .hero-stage { position: relative; top: auto; min-height: 100svh; }
  [data-motion-tier="static"] .hero-chapters { display: none; }
  [data-motion-tier="static"] .hero-static-story { display: grid; grid-auto-flow: row; grid-template-columns: 1fr; gap: 22px; overflow: visible; padding: 22px var(--gutter) 60px; }
  .journey-runway { height: auto; }
  .journey-stage { position: relative; top: auto; height: auto; overflow: visible; padding: 78px 0; }
  .journey-heading { position: relative; inset: auto; width: auto; padding: 0 var(--gutter) 42px; }
  .journey-heading { opacity: 1; transform: none; }
  .journey-track { width: auto; height: auto; transform: none; display: grid; grid-auto-flow: column; grid-auto-columns: 86vw; gap: 14px; padding: 0 var(--gutter) 20px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .journey-panel { width: auto; height: auto; min-height: 610px; padding: 18px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; gap: 20px; border-radius: var(--radius); scroll-snap-align: center; }
  .journey-number { top: 18px; right: 22px; font-size: 5rem; }
  .journey-media { height: 360px; }
  .journey-copy { padding: 0 4px 4px; }
  .journey-route, .journey-controls { display: none; }
  .scale-stories { padding: 76px var(--gutter); }
  .scale-stories__heading { margin-bottom: 44px; }
  .scale-stories__heading h2 { font-size: clamp(2.8rem, 14vw, 5rem); }
  .scale-stories__reel { gap: 22px; }
  .scale-film { min-height: 64svh; }
  .scale-film figcaption h3 { font-size: clamp(2.5rem, 12vw, 4.6rem); }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics-grid article { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(10,11,11,.24); }
  .metrics-grid article:last-child { border-bottom: 0; }
  .component-runway { height: auto; }
  .component-stage { position: relative; top: auto; height: auto; overflow: visible; }
  .component-track { width: auto; transform: none; display: grid; grid-auto-flow: column; grid-auto-columns: 84vw; gap: 0; padding: 0 var(--gutter) 74px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .component-card, .component-card:nth-child(3n+2), .component-card:nth-child(3n) { width: auto; height: 540px; opacity: 1; transform: none; scroll-snap-align: center; }
  .component-card h3 { font-size: clamp(2rem, 9vw, 3.4rem); }
  .material-bridge, .quality-room { height: 430px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card, .proof-card--wide { grid-column: auto; min-height: 420px; }
  .locations-runway { height: auto; }
  .locations-stage { position: relative; top: auto; height: auto; padding-block: 80px; grid-template-columns: 1fr; overflow: visible; }
  .map-panel { grid-template-columns: 1fr; }
  .india-map { width: min(88vw, 520px); }
  .plant-records { display: grid; grid-auto-flow: column; grid-auto-columns: 82vw; gap: 14px; min-height: 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .plant-record { position: relative; min-height: 260px; padding: 22px; opacity: 1; transform: none; pointer-events: auto; background: var(--mist); border-radius: var(--radius); scroll-snap-align: center; }
  .plant-record h3 { font-size: 3.7rem; }
  .location-progress, .map-route { display: none; }
  .logo-row figure { width: 190px; height: 110px; }
  .quality-grid, .programme-grid, .advanced-grid, .certificate-row, .csr-grid { grid-template-columns: 1fr; }
  .quality-grid article:last-child, .programme-card:last-child { grid-column: auto; }
  .certification-heading { grid-template-columns: 1fr; gap: 22px; }
  .certificate-row { grid-auto-flow: column; grid-auto-columns: 80vw; overflow-x: auto; scroll-snap-type: x mandatory; }
  .certificate-row a { scroll-snap-align: center; }
  .csr-grid article { min-height: 480px; }
  .enquiry-copy h2 { font-size: clamp(4.4rem, 20vw, 7rem); }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .no-js .journey-track, .no-js .component-track, .no-js .plant-records { display: grid; grid-auto-flow: row; grid-template-columns: 1fr; overflow: visible; }
  .no-js .component-card { height: 520px; }
  .no-js .map-panel { grid-template-columns: 1fr; }
  .no-js .india-map { width: min(88vw, 520px); }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .hero-chapters { top: 18px; right: var(--gutter); left: auto; width: min(360px, calc(100% - 2 * var(--gutter))); transform: none; display: block; }
  .hero-chapters li { display: none; min-height: 58px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.42); background: rgba(0,0,0,.5); backdrop-filter: blur(8px); }
  .hero-chapters li.is-active { display: grid; }
}

@media (min-width: 2400px) {
  :root { --header-h: 82px; --gutter: clamp(112px, 4vw, 180px); --radius: 4px; }
  .brand { width: 390px; }
  .site-nav { gap: 58px; }
  .site-nav a { font-size: 1.3rem; }
  .contact-link { padding: 18px 28px; }
  .hero-copy { width: min(1520px, 59vw); bottom: 90px; }
  .hero-copy h1 { font-size: clamp(8rem, 7vw, 18rem); }
  .hero-copy > p:not(.section-kicker) { width: 1100px; font-size: 2rem; }
  .section-kicker { font-size: 1.25rem; }
  .button { min-height: 70px; padding: 18px 30px; font-size: 1.35rem; }
  .hero-chapters { width: 620px; top: 50%; right: var(--gutter); bottom: auto; }
  .hero-chapters li { grid-template-columns: 46px 1fr; padding: 16px 18px; }
  .hero-chapters span { font-size: 1.15rem; }
  .hero-chapters strong { font-size: 1.45rem; }
  .hero-chapters small, .scroll-cue small { font-size: 1.05rem; }
  .scroll-cue { bottom: 70px; }
  .section-heading h2, .map-panel h2, .certification-heading h2, .advanced-heading h2 { font-size: clamp(7rem, 6.6vw, 15rem); }
  .journey-heading { width: min(1180px, 46vw); }
  .journey-heading h2 { font-size: clamp(5rem, 4vw, 8rem); }
  .section-heading > p, .section-heading--split > p, .certification-heading > p { font-size: 1.85rem; }
  .journey-copy h3 { font-size: 7rem; }
  .journey-copy p { font-size: 2rem; }
  .component-card { width: 670px; height: 820px; }
  .component-card:nth-child(3n+2) { width: 790px; }
  .component-card h3 { font-size: 3.7rem; }
  .logo-row figure { width: 390px; height: 210px; padding: 36px; }
  .quality-grid h3, .programme-card h3 { font-size: 3.5rem; }
  .quality-grid p, .programme-card p, .plant-record p { font-size: 1.6rem; }
  .certificate-row strong { font-size: 2rem; }
  .certificate-row span { font-size: 1.3rem; }
  .awards-rail article { flex-basis: 560px; min-height: 720px; grid-template-rows: 470px auto auto 1fr; }
  .awards-rail h3 { font-size: 2rem; }
  .awards-rail p, .awards-rail time { font-size: 1.3rem; }
  .scale-stories__heading { max-width: 2200px; }
  .scale-stories__reel { max-width: 2400px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero-runway, .journey-runway, .component-runway, .locations-runway { height: auto; }
  .hero-stage, .journey-stage, .component-stage, .locations-stage { position: relative; top: auto; height: auto; }
  .hero-stage { min-height: 92svh; }
  .hero-canvas, .hero-lines, .hero-chapters, .scroll-cue { display: none; }
  .hero-static-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: var(--gutter); background: var(--paper); color: var(--ink); }
  .journey-stage { padding: 90px 0; overflow: visible; }
  .journey-heading { position: relative; inset: auto; width: auto; padding: 0 var(--gutter) 40px; }
  .journey-track { width: auto; height: auto; transform: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 var(--gutter); }
  .journey-panel { width: auto; height: auto; min-height: 580px; padding: 18px; display: flex; flex-direction: column; gap: 18px; border-radius: var(--radius); }
  .journey-number { font-size: 4rem; }
  .journey-media { height: 370px; }
  .journey-route, .journey-controls, .map-route, .location-progress { display: none; }
  .component-stage { overflow: visible; }
  .component-track { width: auto; transform: none; display: grid; grid-template-columns: repeat(4, 1fr); padding: 80px var(--gutter); }
  .component-card, .component-card:nth-child(3n+2), .component-card:nth-child(3n) { width: auto; height: 520px; opacity: 1; transform: none; }
  .locations-stage { padding: 90px var(--gutter); grid-template-columns: 1fr; overflow: visible; }
  .plant-records { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .plant-record { position: relative; opacity: 1; transform: none; min-height: 220px; padding: 18px; border-top: 1px solid var(--line); }
  .plant-record h3 { font-size: 2.4rem; }
  .logo-row { transform: none; }
}

.reduced-motion .hero-runway,
.reduced-motion .journey-runway,
.reduced-motion .component-runway,
.reduced-motion .locations-runway { height: auto; }
.reduced-motion .hero-stage,
.reduced-motion .journey-stage,
.reduced-motion .component-stage,
.reduced-motion .locations-stage { position: relative; top: auto; height: auto; }
.reduced-motion .hero-stage { min-height: 92svh; }
.reduced-motion .hero-canvas,
.reduced-motion .hero-lines,
.reduced-motion .hero-chapters,
.reduced-motion .scroll-cue { display: none; }
.reduced-motion .hero-static-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: var(--gutter); background: var(--paper); color: var(--ink); }
.reduced-motion .journey-stage { padding: 90px 0; overflow: visible; }
.reduced-motion .journey-heading { position: relative; inset: auto; width: auto; padding: 0 var(--gutter) 40px; }
.reduced-motion .journey-track { width: auto; height: auto; transform: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 var(--gutter); }
.reduced-motion .journey-panel { width: auto; height: auto; min-height: 580px; padding: 18px; display: flex; flex-direction: column; gap: 18px; border-radius: var(--radius); }
.reduced-motion .journey-number { font-size: 4rem; }
.reduced-motion .journey-media { height: 370px; }
.reduced-motion .journey-route,
.reduced-motion .journey-controls,
.reduced-motion .map-route,
.reduced-motion .location-progress { display: none; }
.reduced-motion .component-stage { overflow: visible; }
.reduced-motion .component-track { width: auto; transform: none; display: grid; grid-template-columns: repeat(4, 1fr); padding: 80px var(--gutter); }
.reduced-motion .component-card,
.reduced-motion .component-card:nth-child(3n+2),
.reduced-motion .component-card:nth-child(3n) { width: auto; height: 520px; opacity: 1; transform: none; }
.reduced-motion .locations-stage { padding: 90px var(--gutter); grid-template-columns: 1fr; overflow: visible; }
.reduced-motion .plant-records { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reduced-motion .plant-record { position: relative; opacity: 1; transform: none; min-height: 220px; padding: 18px; border-top: 1px solid var(--line); }
.reduced-motion .plant-record h3 { font-size: 2.4rem; }
.reduced-motion .logo-row { transform: none; }

@media (max-width: 760px) {
  .reduced-motion .hero-static-story { grid-template-columns: 1fr; }
  .reduced-motion .journey-track,
  .reduced-motion .component-track,
  .reduced-motion .plant-records { grid-template-columns: 1fr; }
  .reduced-motion .component-card { height: 520px; }
}

/* V28.3 live integration: the approved factory world replaces the old homepage shell. */
body.pp-factory-world-live {
  --blue: #0a0b0b;
  --blue-deep: #171919;
  --pp-home-admin-offset: 0px;
  background: var(--paper);
  color: var(--ink);
}
body.admin-bar.pp-factory-world-live { --pp-home-admin-offset: 32px; }
body.pp-factory-world-live .ppps-page-transition,
body.pp-factory-world-live .site-header__descriptor,
body.pp-factory-world-live .header-cta svg,
body.pp-factory-world-live .site-header-reserve { display: none !important; }
body.pp-factory-world-live .site-main,
body.pp-factory-world-live .page-studio-entry,
body.pp-factory-world-live .entry-content,
body.pp-factory-world-live .pp-factory-world-homepage { width: 100%; max-width: none; margin: 0; padding: 0 !important; overflow: clip; }
body.pp-factory-world-live .site-header,
body.pp-factory-world-live .site-header.is-at-top,
body.pp-factory-world-live .site-header.is-floating,
body.pp-factory-world-live .site-header.is-on-hero,
body.pp-factory-world-live .site-header[data-header-surface="dark"] {
  top: 0; height: var(--header-h); min-height: var(--header-h); padding: 0 var(--gutter); color: #fff;
  background: rgba(7,8,9,.94); border-bottom: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(18px) saturate(105%);
}
body.admin-bar.pp-factory-world-live .site-header { top: 32px; }
body.pp-factory-world-live .site-header__inner { width: 100%; max-width: none; min-height: var(--header-h); margin: 0; padding: 0; grid-template-columns: minmax(220px,1fr) auto auto; align-items: center; }
body.pp-factory-world-live .site-branding { position: relative; width: clamp(210px,11vw,300px); height: 44px; align-self: center; overflow: visible; }
body.pp-factory-world-live .site-branding__surface-logo { position: absolute; inset: 0; align-items: center; overflow: visible; }
body.pp-factory-world-live .site-branding svg,
body.pp-factory-world-live .site-branding img { position: absolute; top: 50%; left: 0; width: 100%; height: auto; max-height: none; transform: translateY(-50%); object-fit: contain; object-position: left center; }
body.pp-factory-world-live .site-header .site-branding__surface-logo--dark,
body.pp-factory-world-live .site-header[data-header-surface="dark"] .site-branding__surface-logo--dark { display: flex; }
body.pp-factory-world-live .site-header .site-branding__surface-logo--light,
body.pp-factory-world-live .site-header[data-header-surface="dark"] .site-branding__surface-logo--light { display: none; }
body.pp-factory-world-live .site-header [data-header-center] { opacity: 1; transform: none; pointer-events: auto; }
body.pp-factory-world-live .primary-navigation { display: block; margin-left: auto; }
body.pp-factory-world-live .primary-menu { display: flex; align-items: center; gap: clamp(18px,2.4vw,38px); }
body.pp-factory-world-live .primary-menu a { color: #fff; font-size: .82rem; font-weight: 650; text-decoration: none; }
body.pp-factory-world-live .primary-menu a:hover,
body.pp-factory-world-live .primary-menu a:focus-visible,
body.pp-factory-world-live .primary-menu .current-menu-item > a,
body.pp-factory-world-live .primary-menu .current-menu-ancestor > a { color: rgba(255,255,255,.68); }
body.pp-factory-world-live .header-cta { min-height: 44px; margin-left: 1rem; padding: 10px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 8px; color: #fff; background: transparent; }
body.pp-factory-world-live .header-cta:hover,
body.pp-factory-world-live .header-cta:focus-visible { color: #0a0b0b; background: #fff; border-color: #fff; }
body.pp-factory-world-live .site-footer { min-height: 120px; padding: 28px var(--gutter); color: white; background: #0a0b0b; }
body.pp-factory-world-live .site-footer__cta,
body.pp-factory-world-live .site-footer__wordmark { display: none; }
body.pp-factory-world-live .site-footer__main { display: grid; width: 100%; max-width: none; margin: 0; padding: 0; grid-template-columns: 1fr; gap: 0; opacity: 1; transform: none; }
body.pp-factory-world-live .site-footer__identity { display: none; }
body.pp-factory-world-live .footer-navigation { width: 100%; }
body.pp-factory-world-live .footer-menu--compact { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); flex-wrap: wrap; }
body.pp-factory-world-live .footer-menu--compact > li > a { margin: 0; color: rgba(255,255,255,.82); font-size: .78rem; }
body.pp-factory-world-live .site-footer__bottom { width: 100%; max-width: none; margin: 0; padding: 0; }
body.pp-factory-world-live .programme-card img,
body.pp-factory-world-live .csr-grid img,
body.pp-factory-world-live .enquiry > img { filter: none; }
body.pp-factory-world-live .hero-media video,
body.pp-factory-world-live [data-inline-video] video { filter: none !important; }
body.pp-factory-world-live .pp-factory-world-homepage a:focus-visible,
body.pp-factory-world-live .pp-factory-world-homepage button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 782px) {
  body.admin-bar.pp-factory-world-live { --pp-home-admin-offset: 46px; }
  body.admin-bar.pp-factory-world-live .site-header { top: 46px; }
  body.pp-factory-world-live .hero-stage { top: calc(var(--header-h) + var(--pp-home-admin-offset, 0px)); }
  body.pp-factory-world-live .primary-navigation,
  body.pp-factory-world-live .header-cta { display: none; }
  body.pp-factory-world-live .site-header__inner { grid-template-columns: minmax(0,1fr) auto; }
  body.pp-factory-world-live .site-branding { width: 190px; }
  body.pp-factory-world-live .navigation-toggle { display: inline-grid; grid-column: 2; color: #fff; }
}

@media (min-width: 783px) and (max-width: 1280px) {
  body.pp-factory-world-live .site-header__inner { grid-template-columns: minmax(210px,1fr) auto auto; }
  body.pp-factory-world-live .primary-navigation { display: none; }
  body.pp-factory-world-live .header-cta { grid-column: 2; }
  body.pp-factory-world-live .navigation-toggle { display: inline-grid; grid-column: 3; color: #fff; }
}

@media (min-width: 1281px) {
  body.pp-factory-world-live .navigation-toggle { display: none; }
}
