:root {
  --ink: #0b1412;
  --ink-soft: #13201d;
  --jade: #55d6a5;
  --jade-dark: #2b9d75;
  --paper: #f4f2e9;
  --paper-soft: #e9e9e1;
  --metal: #909994;
  --line: rgba(11, 20, 18, .14);
  --white: #fffef8;
  --page: min(1240px, calc(100vw - 96px));
  --display: "Avenir Next", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", sans-serif;
  --body: "Avenir Next", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.65;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
}
body.no-scroll { overflow: hidden; }
.error-page { min-height: 100vh; box-sizing: border-box; padding: clamp(40px, 8vw, 110px); background: radial-gradient(circle at 78% 20%, rgba(85,214,165,.16), transparent 34%), var(--ink); color: var(--paper); display: flex; flex-direction: column; justify-content: center; }
.error-page img { width: 150px; margin-bottom: 90px; filter: brightness(0) invert(1); }
.error-page > span { color: var(--jade); font: 700 11px/1 var(--display); letter-spacing: .16em; }
.error-page h1 { max-width: 850px; font: 600 clamp(52px, 8vw, 112px)/.96 var(--display); margin: 24px 0; }
.error-page p { max-width: 600px; color: rgba(244,242,233,.62); font-size: 18px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.keep { display: inline-block; }
.display-line { display: block; white-space: nowrap; }
.semantic-title { display: flex; flex-direction: column; align-items: flex-start; text-wrap: wrap; }
.semantic-title .phrase { display: flex; flex-wrap: wrap; max-width: 100%; }
.semantic-title .unit { display: inline-block; white-space: nowrap; }
.term { white-space: nowrap; }
h1, h2, h3, p, li, label, figcaption {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.shell { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 100; background: var(--jade); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 82px;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
  color: var(--paper);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled,
.site-header.header-light {
  background: rgba(11, 20, 18, .88);
  border-color: rgba(244, 242, 233, .11);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { width: 250px; color: var(--paper); display: inline-flex; }
.brand svg { width: 100%; height: auto; }
.nav-links { display: flex; gap: 30px; margin-left: auto; align-items: center; }
.nav-links a { font-size: 14px; color: rgba(244,242,233,.72); transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--paper); }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(244,242,233,.2); }
.language-switcher a { min-width: 32px; padding: 6px 7px; text-align: center; font: 700 10px/1 var(--display); letter-spacing: .06em; }
.language-switcher a[aria-current="true"] { background: var(--paper); color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; background: var(--jade); color: var(--ink) !important; padding: 12px 18px; font-weight: 700; }
.nav-cta::after { content: "↗"; }
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.menu-toggle span { display: block; height: 1px; background: var(--paper); margin: 7px 0; }

[lang="en"] .nav-links, [lang="fr"] .nav-links { gap: 20px; }
[lang="en"] .display-line, [lang="fr"] .display-line { white-space: normal; }
[lang="en"] .semantic-title .phrase, [lang="fr"] .semantic-title .phrase { display: block; }
[lang="en"] .display, [lang="fr"] .display { max-width: 12.8em; }
[lang="fr"] .display, [lang="fr"] .page-title, [lang="fr"] .section-title { letter-spacing: -.025em; }

.eyebrow { font: 700 11px/1.15 var(--display); letter-spacing: .18em; text-transform: uppercase; color: var(--jade-dark); }
.eyebrow.on-dark { color: var(--jade); }
.display { margin: 0; font: 620 clamp(48px, 5.35vw, 78px)/1.08 var(--display); letter-spacing: -.035em; max-width: 11.6em; }
.page-title { margin: 22px 0 26px; font: 620 clamp(44px, 4.65vw, 70px)/1.1 var(--display); letter-spacing: -.032em; max-width: 13em; }
.section-title { margin: 16px 0 20px; font: 620 clamp(36px, 3.6vw, 56px)/1.14 var(--display); letter-spacing: -.028em; max-width: 13em; }
.subhead { font-size: clamp(18px, 1.55vw, 22px); line-height: 1.68; color: #42504a; }
.body-lg { font-size: clamp(17px, 1.35vw, 19px); line-height: 1.82; color: #3d4944; }
.body-sm { font-size: 14px; line-height: 1.78; color: #5d6863; }
.on-dark { color: var(--paper); }
.muted-on-dark { color: rgba(244,242,233,.62); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border: 1px solid var(--ink); font-size: 14px; font-weight: 700; transition: .25s var(--ease); cursor: pointer; background: transparent; }
.btn::after { content: "→"; transition: transform .25s var(--ease); }
.btn:hover::after { transform: translateX(5px); }
.btn-primary { background: var(--jade); border-color: var(--jade); color: var(--ink); }
.btn-primary:hover { background: #6be2b5; border-color: #6be2b5; }
.btn-ghost-light { border-color: rgba(244,242,233,.42); color: var(--paper); }
.btn-ghost-light:hover { border-color: var(--paper); background: rgba(244,242,233,.08); }
.btn-dark { background: var(--ink); color: var(--paper); }

.home-hero {
  min-height: 94svh;
  padding-top: 82px;
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.home-hero::before { content: ""; position: absolute; width: 48vw; height: 48vw; left: -20vw; top: -20vw; border-radius: 50%; background: rgba(85,214,165,.08); filter: blur(2px); }
.hero-grid { min-height: calc(94svh - 82px); display: grid; grid-template-columns: 55% 45%; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 90px 0 72px; position: relative; z-index: 2; }
.hero-copy > .eyebrow { margin-bottom: 22px; }
.hero-copy .display { max-width: 720px; }
.hero-copy .subhead { max-width: 650px; color: rgba(244,242,233,.72); margin: 28px 0 0; }
.capability-line { margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(244,242,233,.15); display: flex; gap: 14px 24px; flex-wrap: wrap; color: rgba(244,242,233,.56); font-size: 12px; letter-spacing: .07em; }
.hero-art { position: absolute; inset: 82px 0 0 37%; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero-art::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--ink) 0%, rgba(11,20,18,.9) 10%, transparent 48%), linear-gradient(0deg, var(--ink) 0%, transparent 26%); }
.hero-index { position: absolute; bottom: 28px; right: 4vw; z-index: 2; display: flex; gap: 10px; align-items: center; color: rgba(244,242,233,.5); font: 600 10px/1 var(--display); letter-spacing: .14em; }
.hero-index i { width: 72px; height: 1px; background: var(--jade); display: block; }

.section { padding: 120px 0; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .72fr); gap: 88px; align-items: end; margin-bottom: 64px; }
.section-intro > p { max-width: 590px; margin: 0; }

.video-section { background: var(--paper); padding: 112px 0 128px; }
.video-frame { position: relative; aspect-ratio: 16/8.3; overflow: hidden; background: var(--ink); cursor: pointer; }
.video-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: saturate(.72) brightness(.65); transform: scale(1.02); transition: transform .9s var(--ease), filter .4s; }
.video-frame:hover img { transform: scale(1.055); filter: saturate(.9) brightness(.72); }
.video-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,20,18,.82), transparent 70%), linear-gradient(0deg, rgba(11,20,18,.56), transparent 60%); }
.video-label { position: absolute; inset: 52px auto auto 52px; z-index: 2; color: var(--paper); max-width: 530px; }
.video-label h3 { font: 600 clamp(26px, 3vw, 46px)/1.1 var(--display); margin: 12px 0; }
.play-button { position: absolute; z-index: 3; left: 52px; bottom: 46px; width: 74px; height: 74px; border-radius: 50%; border: 1px solid rgba(244,242,233,.6); background: rgba(11,20,18,.42); color: var(--paper); display: grid; place-items: center; font-size: 20px; backdrop-filter: blur(8px); }
.play-button::after { content: "▶"; margin-left: 4px; }
.video-summary { margin: 28px auto 0; max-width: 820px; font-size: 19px; line-height: 1.65; text-align: center; }

.decision-section { background: var(--white); }
.decision-grid { display: grid; grid-template-columns: .9fr 1.9fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.decision-supply { padding: 50px 50px 50px 0; border-right: 1px solid var(--line); }
.decision-supply .big-no { font: 600 92px/1 var(--display); color: #c9ceca; }
.decision-path { padding: 50px 0 50px 70px; position: relative; }
.decision-path::before { content: ""; position: absolute; left: -3px; top: 55px; width: 5px; height: 58%; background: var(--jade); }
.decision-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 42px; }
.decision-item b { display: block; font-size: 16px; margin-bottom: 12px; }
.decision-conclusion { margin-top: 48px; font: 620 clamp(28px, 3vw, 42px)/1.2 var(--display); }

.method-section { background: var(--ink); color: var(--paper); overflow: hidden; }
.method-rail { margin-top: 68px; display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.method-rail::before { content: ""; position: absolute; top: 18px; left: 2%; right: 2%; height: 1px; background: linear-gradient(90deg, var(--jade), rgba(85,214,165,.15)); }
.method-step { padding: 0 34px 0 0; position: relative; }
.method-step::before { content: ""; width: 9px; height: 9px; border-radius: 50%; display: block; margin: 14px 0 44px; background: var(--jade); box-shadow: 0 0 0 7px rgba(85,214,165,.12); }
.method-step .num { color: var(--jade); font: 700 11px/1 var(--display); letter-spacing: .18em; }
.method-step h3 { font: 600 27px/1.16 var(--display); margin: 14px 0; }
.method-step p { color: rgba(244,242,233,.58); font-size: 14px; line-height: 1.75; }

.entry-section { background: var(--paper); }
.entry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.entry-card { background: var(--paper); padding: 56px; min-height: 520px; display: flex; flex-direction: column; transition: background .3s; }
.entry-card:hover { background: var(--white); }
.entry-card .letter { font: 600 80px/1 var(--display); color: #c3c9c5; }
.entry-card h3 { font: 600 34px/1.15 var(--display); margin: 40px 0 18px; max-width: 430px; }
.entry-card ul { padding: 0; margin: 24px 0 40px; list-style: none; }
.entry-card li { padding: 9px 0 9px 24px; position: relative; color: #58635e; }
.entry-card li::before { content: ""; position: absolute; left: 0; top: 18px; width: 7px; height: 7px; background: var(--jade); }
.entry-card .btn { margin-top: auto; align-self: flex-start; }

.product-immersive { background: var(--ink); color: var(--paper); padding: 0; min-height: 850px; position: relative; overflow: hidden; }
.product-scene { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.66) saturate(.82); transform: scale(1.01); transition: opacity .34s var(--ease), transform 1.1s var(--ease); }
.product-scene.is-changing { opacity: .14; transform: scale(1.035); }
.product-immersive::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,20,18,.98) 0%, rgba(11,20,18,.86) 34%, rgba(11,20,18,.42) 63%, rgba(11,20,18,.08) 100%), linear-gradient(0deg, rgba(11,20,18,.86), transparent 52%); }
.product-inner { min-height: 850px; position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.product-nav { border-left: 1px solid rgba(244,242,233,.18); }
.product-nav button { width: 100%; display: grid; grid-template-columns: 44px 1fr; gap: 18px; text-align: left; padding: 17px 0 17px 28px; border: 0; border-left: 3px solid transparent; background: transparent; color: rgba(244,242,233,.52); cursor: pointer; transition: .25s; }
.product-nav button:hover, .product-nav button.is-active { color: var(--paper); border-left-color: var(--jade); background: linear-gradient(90deg, rgba(85,214,165,.08), transparent); }
.product-nav button span:first-child { color: var(--jade); font-size: 11px; letter-spacing: .1em; }
.product-nav button span:last-child { font-size: 18px; }
.product-focus { align-self: end; padding-bottom: 90px; max-width: 600px; }
.product-focus h3 { font: 600 clamp(38px, 4vw, 64px)/1.03 var(--display); margin: 16px 0 22px; }
.product-focus p { font-size: 18px; line-height: 1.7; color: rgba(244,242,233,.7); }
.concept-note { display: inline-block; margin-top: 28px; padding-top: 14px; border-top: 1px solid rgba(244,242,233,.2); font-size: 11px; color: rgba(244,242,233,.44); }

.growth-section { position: relative; background: var(--paper); overflow: hidden; }
.growth-path { margin-top: 70px; display: grid; grid-template-columns: repeat(7, 1fr); position: relative; }
.growth-path::before { content: ""; position: absolute; height: 2px; left: 4%; right: 4%; top: 31px; background: linear-gradient(90deg, #c7cec9, var(--jade-dark)); }
.growth-node { position: relative; padding-right: 16px; }
.growth-node i { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 1px solid #bcc4bf; font: 700 11px/1 var(--display); position: relative; z-index: 1; }
.growth-node:last-child i { background: var(--jade); border-color: var(--jade); }
.growth-node b { display: block; margin-top: 20px; font-size: 14px; }
.growth-cta { margin-top: 80px; padding: 50px 0 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 50px; align-items: center; }

.page-hero { min-height: 700px; padding-top: 82px; background: var(--ink); color: var(--paper); display: flex; align-items: center; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(11,20,18,.99) 0%, rgba(11,20,18,.93) 37%, rgba(11,20,18,.42) 68%, rgba(11,20,18,.1)), linear-gradient(0deg, rgba(11,20,18,.7), transparent 48%); }
.page-hero-art { position: absolute; inset: 0; }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; filter: saturate(.78) brightness(.72); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero .subhead { color: rgba(244,242,233,.65); max-width: 800px; }

.service-filmstrip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); }
.service-filmstrip figure { margin: 0; min-height: 430px; position: relative; overflow: hidden; }
.service-filmstrip figure + figure { border-left: 1px solid rgba(244,242,233,.18); }
.service-filmstrip img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.7); transition: transform 1s var(--ease), filter .4s; }
.service-filmstrip figure:hover img { transform: scale(1.045); filter: saturate(.96) brightness(.78); }
.service-filmstrip figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,20,18,.94), transparent 62%); }
.service-filmstrip figcaption { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 30px; color: var(--paper); }
.service-filmstrip figcaption span { display: block; color: var(--jade); font: 700 10px/1 var(--display); letter-spacing: .15em; margin-bottom: 10px; }
.service-filmstrip figcaption b { font: 600 clamp(20px, 2vw, 28px)/1.25 var(--display); }

.service-overview { display: grid; grid-template-columns: 330px 1fr; gap: 90px; align-items: start; }
.service-index { position: sticky; top: 120px; border-top: 1px solid var(--line); }
.service-index a { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; color: #5f6965; }
.service-index span { color: var(--jade-dark); font-size: 10px; }
.service-module { padding: 0 0 110px; }
.service-module + .service-module { padding-top: 90px; border-top: 1px solid var(--line); }
.service-module h2 { font: 600 clamp(34px, 3.6vw, 52px)/1.14 var(--display); margin: 16px 0 26px; max-width: 13em; }
.service-module .lead { font-size: 19px; line-height: 1.72; max-width: 760px; }
.triad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 45px; }
.triad article { padding-top: 22px; border-top: 3px solid var(--ink); }
.triad article:nth-child(2) { border-color: var(--jade-dark); }
.triad h3 { font-size: 15px; margin: 0 0 16px; }
.triad ul { list-style: none; padding: 0; margin: 0; }
.triad li { padding: 8px 0; color: #53605a; font-size: 14px; line-height: 1.55; }
.output-strip { margin-top: 35px; padding: 25px 30px; background: #e5eee9; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.output-strip b { width: 100%; font-size: 12px; letter-spacing: .1em; color: var(--jade-dark); }
.output-strip span { font-size: 14px; }
.trust-section { background: #e9eee9; }
.trust-grid article { background: rgba(255,255,255,.48); border-top-width: 1px; padding: 28px; }
.trust-grid article:nth-child(2) { border-top-width: 3px; }
.trust-grid p { color: #53605a; font-size: 15px; line-height: 1.75; margin: 0; }
.regional-intro { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; align-items: end; margin-top: 110px; padding-top: 45px; border-top: 1px solid var(--line); }
.regional-intro h2 { font: 600 clamp(34px, 3.6vw, 52px)/1.14 var(--display); margin: 0; }
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border: 1px solid var(--line); }
.region-grid article { min-height: 330px; padding: 34px; display: flex; flex-direction: column; }
.region-grid article + article { border-left: 1px solid var(--line); }
.region-grid span { color: var(--jade-dark); font: 700 10px/1 var(--display); letter-spacing: .14em; }
.region-grid h3 { font: 600 25px/1.24 var(--display); margin: 54px 0 18px; }
.region-grid p { color: #53605a; font-size: 14px; line-height: 1.7; }
.region-grid b { margin-top: auto; padding-top: 25px; color: var(--jade-dark); font-size: 12px; line-height: 1.55; }

.product-page { background: var(--paper); }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 54px; }
.chip { border: 1px solid var(--line); padding: 10px 14px; font-size: 12px; background: transparent; cursor: pointer; }
.chip.is-active { background: var(--ink); color: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.product-card { min-height: 600px; position: relative; overflow: hidden; background: var(--ink); color: var(--paper); display: flex; align-items: flex-end; }
.product-card .visual { position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(.78) brightness(.78); transition: transform .8s var(--ease), filter .4s; }
.product-card:nth-child(1) .visual { background-image: url('product-flagship.jpg'); }
.product-card:nth-child(2) .visual { background-image: url('product-commuter.jpg'); }
.product-card:nth-child(3) .visual { background-image: url('product-entry.jpg'); }
.product-card:nth-child(4) .visual { background-image: url('product-utility.jpg'); }
.product-card:nth-child(5) .visual { background-image: url('product-scooter.jpg'); }
.product-card:nth-child(6) .visual { background-image: url('product-smart-travel.jpg'); }
.product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,20,18,.98) 0%, rgba(11,20,18,.35) 62%, transparent); }
.product-card:hover .visual { transform: scale(1.04); filter: saturate(.9) brightness(.78); }
.product-card-content { position: relative; z-index: 2; padding: 38px; }
.product-card .num { color: var(--jade); font: 700 10px/1 var(--display); letter-spacing: .16em; }
.product-card h2 { font: 600 clamp(28px, 2.7vw, 36px)/1.16 var(--display); margin: 14px 0; }
.product-card p { color: rgba(244,242,233,.65); line-height: 1.65; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 28px; }
.tag { font-size: 10px; padding: 7px 9px; border: 1px solid rgba(244,242,233,.25); color: rgba(244,242,233,.72); }

.detail-hero { min-height: 720px; background: var(--ink); color: var(--paper); padding-top: 82px; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.detail-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.72) saturate(.8); }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--ink), transparent 70%), linear-gradient(90deg, rgba(11,20,18,.7), transparent 62%); }
.detail-hero-content { position: relative; z-index: 2; padding-bottom: 72px; }
.detail-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.detail-aside { position: sticky; top: 120px; align-self: start; }
.detail-aside .status { display: inline-block; border: 1px solid var(--jade-dark); color: var(--jade-dark); padding: 9px 12px; font-size: 11px; }
.detail-content section { padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.detail-content h2 { font: 600 30px/1.18 var(--display); }
.placeholder { padding: 18px 20px; background: #e7e9e4; color: #5a655f; font-size: 14px; }
.detail-checklist { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.detail-checklist li { padding: 18px 20px; background: #e7e9e4; color: #4f5c56; font-size: 14px; line-height: 1.5; }
.verified-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 34px 0; }
.verified-gallery.is-single { grid-template-columns: minmax(0, 1fr); }
.verified-gallery.is-single figure { max-width: 860px; }
.verified-gallery figure { margin: 0; min-width: 0; }
.verified-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #ecece7; }
.verified-gallery figcaption { padding: 11px 2px 0; color: #66716b; font-size: 12px; line-height: 1.5; }
.verified-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 28px 0 38px; }
.verified-model-grid.is-single { grid-template-columns: minmax(0, 1fr); }
.verified-model-grid.is-single .verified-model { max-width: 760px; }
.verified-model { padding: 24px; background: #edf0eb; border-top: 3px solid var(--jade); }
.verified-model span { color: var(--jade-dark); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.verified-model h3 { margin: 8px 0 20px; font-size: clamp(20px, 2vw, 28px); }
.verified-model dl { margin: 0; }
.verified-model dl div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-top: 1px solid rgba(11,20,18,.12); }
.verified-model dt { color: #5a655f; }
.verified-model dd { margin: 0; text-align: right; font-weight: 650; }
.verification-note { margin-top: 24px; padding: 18px 20px; border-left: 3px solid var(--jade-dark); background: #f3f0e7; color: #4e5a54; font-size: 14px; line-height: 1.7; }
.verified-cta { margin-top: 28px; }
.legal-page { padding-top: 170px; }
.legal-shell { max-width: 900px; }
.legal-shell h1 { margin: 18px 0 26px; font: 600 clamp(46px, 7vw, 86px)/.98 var(--display); letter-spacing: -.04em; }
.legal-shell h2 { margin: 48px 0 14px; font: 600 clamp(24px, 3vw, 34px)/1.15 var(--display); }
.legal-shell p { color: #4f5b55; font-size: 16px; line-height: 1.85; }
.legal-shell a, .choice label a { color: var(--jade-dark); text-underline-offset: 3px; }

.start-page { min-height: 100vh; background: var(--paper); }
.start-hero { padding: 160px 0 70px; }
.path-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.path-option { border: 0; text-align: left; padding: 40px; min-height: 270px; background: var(--paper); cursor: pointer; transition: background .25s; }
.path-option:hover, .path-option.is-active { background: var(--white); }
.path-option.is-active { box-shadow: inset 0 -5px var(--jade); }
.path-option .letter { color: var(--jade-dark); font-size: 11px; letter-spacing: .16em; }
.path-option h2 { font: 600 31px/1.15 var(--display); margin: 28px 0 12px; }
.form-shell { display: none; grid-template-columns: 270px 1fr; gap: 85px; padding: 80px 0 130px; }
.form-shell.is-active { display: grid; }
.form-progress { position: sticky; top: 120px; align-self: start; }
.progress-line { height: 3px; background: #d7dbd7; margin: 22px 0 30px; }
.progress-line i { display: block; height: 100%; background: var(--jade-dark); width: 14.28%; transition: width .3s var(--ease); }
.progress-label { font-size: 12px; color: #66716c; }
.step-list { list-style: none; padding: 0; margin: 35px 0 0; }
.step-list li { font-size: 12px; color: #909994; padding: 8px 0; }
.step-list li.is-current { color: var(--ink); font-weight: 700; }
.form-step { display: none; animation: fade-up .35s var(--ease); }
.form-step.is-active { display: block; }
.form-step h2 { font: 600 clamp(32px, 3.6vw, 48px)/1.16 var(--display); margin: 0 0 18px; max-width: 14em; }
.form-step > p { color: #68736e; line-height: 1.7; max-width: 690px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 38px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { font-size: 13px; font-weight: 700; }
.field small { color: #7a8580; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #9ca59f; background: transparent; padding: 13px 0; outline: none; border-radius: 0; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--jade-dark); box-shadow: 0 1px var(--jade-dark); }
.choices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { display: block; min-height: 64px; padding: 20px; border: 1px solid var(--line); cursor: pointer; transition: .2s; }
.choice input:checked + label { border-color: var(--jade-dark); background: #e3f2eb; box-shadow: inset 4px 0 var(--jade); }
.form-actions { margin-top: 46px; display: flex; justify-content: space-between; gap: 14px; }
.form-message { display: none; padding: 26px; margin-top: 28px; background: #e2f2ea; border-left: 4px solid var(--jade-dark); }
.form-message.is-visible { display: block; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-error { color: #a3342b; font-size: 12px; min-height: 16px; }

.cta-band { padding: 90px 0; background: var(--ink); color: var(--paper); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-band h2 { font: 600 clamp(34px, 4vw, 58px)/1.05 var(--display); max-width: 760px; margin: 0; }

.site-footer { background: #07100e; color: var(--paper); padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 70px; }
.footer-brand { width: 280px; color: var(--paper); }
.footer-copy { max-width: 520px; color: rgba(244,242,233,.55); line-height: 1.7; margin-top: 22px; }
.footer-col b { display: block; color: rgba(244,242,233,.38); font-size: 10px; letter-spacing: .14em; margin-bottom: 18px; }
.footer-col a { display: block; color: rgba(244,242,233,.68); margin: 12px 0; font-size: 13px; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(244,242,233,.1); display: flex; justify-content: space-between; color: rgba(244,242,233,.35); font-size: 11px; }
.footer-legal { display: flex; gap: 1.25rem; }
.footer-legal a { color: inherit; text-decoration: none; }
.footer-legal a:hover { color: var(--accent); }

.modal { position: fixed; inset: 0; z-index: 100; background: rgba(3,8,7,.88); display: none; place-items: center; padding: 5vw; backdrop-filter: blur(12px); }
.modal.is-open { display: grid; }
.modal-panel { width: min(1000px, 100%); aspect-ratio: 16/9; background: var(--ink-soft); border: 1px solid rgba(244,242,233,.15); color: var(--paper); display: grid; place-items: center; position: relative; overflow: hidden; }
.modal-panel video { width: 100%; height: 100%; object-fit: contain; background: var(--ink); }
.modal-panel p { max-width: 600px; text-align: center; line-height: 1.7; color: rgba(244,242,233,.65); }
.modal-close { position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; border: 1px solid rgba(244,242,233,.3); color: var(--paper); background: transparent; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  :root { --page: min(100% - 48px, 860px); }
  .nav-links { position: fixed; top: 82px; left: 0; right: 0; padding: 24px; display: none; flex-direction: column; align-items: stretch; background: var(--ink); }
  .nav-links.is-open { display: flex; }
  .language-switcher { align-self: flex-start; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; align-items: end; min-height: 900px; }
  .hero-copy { padding: 92px 0 460px; }
  .hero-art { inset: 42% 0 0 0; }
  .hero-art::before { background: linear-gradient(180deg, var(--ink), transparent 38%), linear-gradient(0deg, var(--ink), transparent 18%); }
  .section-intro { grid-template-columns: 1fr; gap: 16px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-supply { border-right: 0; border-bottom: 1px solid var(--line); padding-right: 0; }
  .decision-path { padding-left: 28px; }
  .decision-items { grid-template-columns: 1fr 1fr; }
  .method-rail { grid-template-columns: 1fr 1fr; gap: 50px 20px; }
  .method-rail::before { display: none; }
  .entry-card { padding: 38px; }
  .product-inner { grid-template-columns: 1fr; gap: 50px; padding: 100px 0; }
  .product-focus { align-self: auto; padding-bottom: 0; }
  .growth-path { grid-template-columns: repeat(4, 1fr); gap: 30px 0; }
  .growth-path::before { display: none; }
  .service-overview { grid-template-columns: 1fr; }
  .service-index { display: none; }
  .service-filmstrip { grid-template-columns: 1fr 1fr; }
  .service-filmstrip figure:last-child { grid-column: 1 / -1; min-height: 360px; }
  .triad { grid-template-columns: 1fr; }
  .regional-intro { grid-template-columns: 1fr; gap: 22px; }
  .region-grid { grid-template-columns: 1fr; }
  .region-grid article { min-height: auto; }
  .region-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .form-shell { grid-template-columns: 1fr; }
  .form-progress { position: static; }
}

@media (max-width: 700px) {
  :root { --page: calc(100vw - 36px); }
  .site-header { height: 70px; }
  .brand { width: 205px; }
  .nav-links { top: 70px; }
  .home-hero { padding-top: 70px; min-height: 850px; }
  .hero-grid { min-height: 780px; }
  .hero-copy { padding: 72px 0 390px; }
  .hero-art { inset: 48% 0 0 0; }
  .display { font-size: clamp(30px, 9.4vw, 44px); line-height: 1.17; letter-spacing: -.028em; }
  .page-title { font-size: clamp(38px, 10.5vw, 48px); line-height: 1.14; }
  .section-title { font-size: clamp(32px, 9vw, 40px); line-height: 1.17; }
  .subhead { font-size: 17px; line-height: 1.72; }
  .body-lg { font-size: 16px; line-height: 1.82; }
  .keep { display: inline; }
  .capability-line { margin-top: 36px; }
  .section { padding: 82px 0; }
  .video-section { padding: 82px 0; }
  .video-frame { aspect-ratio: 4/5; }
  .video-label { inset: 28px 24px auto; }
  .play-button { left: 24px; bottom: 24px; }
  .decision-items { grid-template-columns: 1fr; }
  .method-rail { grid-template-columns: 1fr; }
  .entry-grid, .path-picker { grid-template-columns: 1fr; }
  .entry-card { min-height: auto; }
  .product-immersive, .product-inner { min-height: auto; }
  .product-nav button { padding-left: 18px; }
  .growth-path { grid-template-columns: 1fr 1fr; }
  .growth-cta, .cta-band .shell { flex-direction: column; align-items: flex-start; }
  .page-hero { min-height: 650px; padding-top: 70px; align-items: flex-end; padding-bottom: 64px; }
  .page-hero-art img { object-position: 66% center; }
  .service-filmstrip { grid-template-columns: 1fr; }
  .service-filmstrip figure, .service-filmstrip figure:last-child { min-height: 390px; grid-column: auto; }
  .service-filmstrip figure + figure { border-left: 0; border-top: 1px solid rgba(244,242,233,.18); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 520px; }
  .detail-grid { grid-template-columns: 1fr; gap: 55px; }
  .detail-checklist { grid-template-columns: 1fr; }
  .verified-gallery, .verified-model-grid { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .start-hero { padding-top: 125px; }
  .form-shell { padding-top: 55px; gap: 45px; }
  .form-progress { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px 20px; }
  .form-progress .eyebrow, .form-progress h2 { grid-column: 1 / -1; }
  .form-progress h2 { margin: 6px 0 0; }
  .form-progress .progress-line { grid-column: 1 / -1; width: 100%; margin: 10px 0 4px; }
  .form-progress .progress-label { grid-column: 1 / -1; }
  .step-list { display: none; }
  .field-grid, .choices { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-actions { position: sticky; bottom: 0; background: rgba(244,242,233,.94); padding: 14px 0; backdrop-filter: blur(12px); }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (max-width: 420px) {
  .display { font-size: clamp(30px, 8.7vw, 36px); }
  .hero-copy > .eyebrow { margin-bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
