:root {
  --ink: #211713;
  --forest: #1a100d;
  --forest-2: #351913;
  --cacao: #5e2a20;
  --copper: #a94532;
  --gold: #d19a55;
  --cream: #efe1d2;
  --paper: #f6efe4;
  --mist: #e7d5c7;
  --line: rgba(67, 36, 27, .18);
  --muted: #715f56;
  --white: #fff9f1;
  --shadow: 0 28px 80px rgba(35, 15, 10, .16);
  --serif: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  --sans: 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
body[data-lang="fr"] .lang-en,
body[data-lang="en"] .lang-fr,
body[data-lang="es"] .lang-fr,
body[data-lang="zh"] .lang-fr { display: none !important; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  padding: .75rem 1rem; background: var(--white); color: var(--forest);
}
.skip-link:focus { top: 1rem; }

.prototype-bar {
  padding: .48rem 1rem;
  background: var(--copper);
  color: var(--white);
  text-align: center;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246, 239, 228, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  max-width: var(--max); margin: 0 auto; padding: 1.15rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
}
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1; }
.brand-mark {
  width: 2.7rem; height: 2.7rem; border-radius: 48% 42% 48% 42%;
  display: grid; place-items: center; background: var(--forest); color: var(--gold);
  font-family: var(--serif); font-size: 1.38rem; transform: rotate(-7deg);
  box-shadow: inset 0 0 0 1px rgba(209,154,85,.4);
}
.brand-name { font-family: var(--serif); font-size: 1rem; font-weight: 600; max-width: 10rem; line-height: 1.02; letter-spacing: -.01em; }
.nav-links { display: flex; align-items: center; gap: 1.55rem; }
.nav-links a { position: relative; text-decoration: none; font-size: .79rem; font-weight: 650; letter-spacing: .035em; }
.nav-links a[aria-current="page"]::after { content:''; position:absolute; left:0; right:0; bottom:-.55rem; height:2px; background:var(--copper); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--copper); }
.nav-actions { display: flex; align-items: center; gap: .6rem; }
.language-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: .48rem;
  border: 1px solid var(--line); background: transparent; color: var(--ink);
  border-radius: 999px; padding: .65rem .8rem; cursor: pointer; font-weight: 750; font-size: .75rem;
}
.language-toggle svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.language-toggle .language-toggle-chevron { width: .75rem; height: .75rem; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .6rem; cursor: pointer; }

.language-modal[hidden] { display: none; }
.language-modal {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  padding: 1.5rem; background: rgba(16, 10, 8, .68); opacity: 0;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: opacity .18s ease;
}
.language-modal.is-open { opacity: 1; }
.language-modal-panel {
  width: min(100%, 35rem); padding: 2rem; border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.25rem; background: #211510; color: var(--white);
  box-shadow: 0 28px 90px rgba(0,0,0,.42); transform: translateY(12px) scale(.985);
  transition: transform .18s ease;
}
.language-modal.is-open .language-modal-panel { transform: translateY(0) scale(1); }
.language-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.language-modal-kicker { margin: 0 0 .45rem; color: #e8a18b; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.language-modal h2 { font-size: clamp(1.8rem, 5vw, 2.5rem); letter-spacing: -.045em; }
.language-modal-close {
  flex: 0 0 auto; display: grid; place-items: center; width: 2.75rem; height: 2.75rem;
  border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer;
}
.language-modal-close:hover { background: rgba(255,255,255,.08); }
.language-modal-close svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.language-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.language-option {
  display: grid; grid-template-columns: 2.7rem 1fr auto; align-items: center; gap: .85rem;
  width: 100%; min-height: 4.3rem; padding: .7rem .9rem; border: 1px solid rgba(255,255,255,.14);
  border-radius: .85rem; background: rgba(255,255,255,.035); color: var(--white); text-align: left; cursor: pointer;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.language-option:hover { background: rgba(255,255,255,.08); border-color: rgba(232,161,139,.5); transform: translateY(-1px); }
.language-option.is-selected { background: rgba(169,69,50,.24); border-color: #e8a18b; }
.language-option-code { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: .65rem; background: #fff9f1; color: #281a15; font-size: .72rem; font-weight: 750; letter-spacing: .08em; }
.language-option-name { font-size: .96rem; font-weight: 500; }
.language-option-check { color: #e8a18b; font-size: 1rem; opacity: 0; }
.language-option.is-selected .language-option-check { opacity: 1; }
body.language-modal-open { overflow: hidden; }

.container { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-tight { padding: 3.4rem 0; }
.section-dark { background: var(--forest); color: var(--white); }
.section-cream { background: var(--cream); }
.section-cacao { background: var(--cacao); color: var(--white); }

.eyebrow {
  margin: 0 0 1.1rem; color: var(--copper); font-size: .72rem; font-weight: 750;
  letter-spacing: .2em; text-transform: uppercase;
}
.section-dark .eyebrow, .section-cacao .eyebrow { color: var(--gold); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(3.2rem, 7.6vw, 7.4rem); line-height: .94; letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); }
h3 { font-size: clamp(1.45rem, 2.6vw, 2.1rem); }
.lead { font-size: clamp(1.05rem, 1.65vw, 1.22rem); color: var(--muted); max-width: 45rem; line-height:1.7; }
.section-dark .lead, .section-cacao .lead { color: rgba(255,255,255,.76); }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-head .lead { margin: 0; }

.hero {
  min-height: 700px; display: grid; align-items: stretch;
  background: var(--forest); color: var(--white); overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); min-height: inherit; }
.hero-copy { position:relative; padding: clamp(4rem, 7vw, 6.5rem) clamp(2rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.hero-copy::before { content:'MADAGASCAR · 21°S'; position:absolute; left:clamp(2rem,7vw,7rem); top:2rem; color:rgba(255,249,241,.42); font-size:.7rem; font-weight:700; letter-spacing:.16em; }
.hero-copy h1 { max-width: 10ch; font-size:clamp(3.2rem,6.5vw,5.8rem); }
.hero-copy .lead { margin: 1.7rem 0 2.1rem; }
.hero .lead { color:rgba(255,249,241,.68); }
.hero-media { position: relative; min-height: 520px; }
.hero-media img { height: 100%; object-fit: cover; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(26,16,13,.72), transparent 42%), linear-gradient(0deg, rgba(26,16,13,.42), transparent 52%);
}
.hero-note {
  position: absolute; z-index: 2; left: 0; bottom: 0; max-width: 21rem;
  background: var(--paper); color: var(--ink); padding: 1.45rem 1.6rem; border-top: 3px solid var(--copper);
  box-shadow: var(--shadow); font-size: .84rem;
}
.hero-note strong { display: block; margin-bottom: .25rem; color: var(--cacao); }

.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: .55rem;
  min-height: 3.35rem; padding: .82rem 1.3rem; border: 1px solid transparent;
  text-decoration: none; font-weight: 700; font-size: .79rem; letter-spacing:.025em; cursor: pointer;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--white); }
.button-primary:hover { background: #8f3526; }
.button-light { background: var(--paper); color: var(--forest); }
.button-outline { border-color: currentColor; color: inherit; background: transparent; }
.arrow::after { content: '↗'; font-size: 1rem; }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { position:relative; padding: 2rem 1.5rem 1.8rem; border-right: 1px solid var(--line); }
.trust-item::before { content:''; position:absolute; top:0; left:1.5rem; width:2rem; height:2px; background:var(--copper); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--forest); font-family: var(--serif); font-size: 1.18rem; font-weight:500; }
.trust-item span { color: var(--muted); font-size: .76rem; letter-spacing:.02em; }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background:var(--line); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background:var(--line); }
.card {
  padding: clamp(1.7rem,3vw,2.6rem); background: var(--paper); border: 0;
  box-shadow: none;
}
.card p { color: var(--muted); }
.card .button { margin-top: 1rem; }
.card-number { color: var(--copper); font-weight: 750; font-size: .7rem; letter-spacing: .18em; }
.product-card { overflow: hidden; padding: 0; }
.product-card img { aspect-ratio: 16/10; object-fit: cover; filter:saturate(.82) contrast(1.05); }
.product-card-content { padding: clamp(1.8rem,3vw,2.8rem); }
.meta-row { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.2rem 0; }
.tag, .status {
  display: inline-flex; align-items: center; padding: .35rem .58rem;
  border-radius: 0; font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform:uppercase;
}
.tag { background: var(--mist); color: var(--forest); }
.status { background: #ead3ad; color: #5b321b; border: 1px solid #d6b47d; }
.status::before { content: ''; width: .45rem; height: .45rem; border-radius: 50%; background: var(--gold); margin-right: .38rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.split-media { overflow:hidden; }
.split-media img { height: 100%; object-fit: cover; filter:saturate(.8) contrast(1.07); transition:transform .7s ease; }
.split:hover .split-media img { transform:scale(1.025); }
.split-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.split-copy p { max-width: 39rem; }

.process-line { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 4rem; counter-reset: process; }
.process-step { position: relative; padding: 1.8rem 1rem .4rem 0; border-top: 1px solid rgba(255,249,241,.24); }
.process-step::before {
  counter-increment: process; content: counter(process, decimal-leading-zero);
  position: absolute; top: -1rem; left: 0; width: 2.1rem; height: 2rem; display: grid; place-items: center;
  background: var(--copper); color: var(--white); border-radius: 0; font-size: .65rem; font-weight: 750;
}
.process-step strong { display: block; margin-top: .7rem; font-family: var(--serif); font-size: 1.12rem; font-weight:500; }
.process-step span { display: block; margin-top: .4rem; color: rgba(255,255,255,.66); font-size: .8rem; }

.page-hero { position:relative; padding: clamp(6rem, 11vw, 10rem) 0 clamp(5rem,8vw,7.5rem); background: var(--forest); color:var(--white); border-bottom: 4px solid var(--copper); overflow:hidden; }
.page-hero::after { content:''; position:absolute; width:34vw; aspect-ratio:1; right:-12vw; bottom:-25vw; border:1px solid rgba(209,154,85,.22); border-radius:50%; box-shadow:0 0 0 5vw rgba(209,154,85,.035),0 0 0 10vw rgba(209,154,85,.025); }
.page-hero h1 { max-width: 12ch; }
.page-hero .lead { margin-top: 1.5rem; }
.page-hero .lead { color:rgba(255,249,241,.68); }
.breadcrumbs { margin-bottom: 3rem; color: rgba(255,249,241,.55); font-size: .76rem; letter-spacing:.04em; }

.spec-table { width: 100%; border-collapse: collapse; background: transparent; }
.spec-table th, .spec-table td { padding: 1.05rem .25rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 34%; color: var(--forest); font-size: .76rem; letter-spacing:.05em; text-transform:uppercase; }
.spec-table td { color: var(--muted); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

.timeline { display: grid; gap: 0; }
.timeline-item { display: grid; grid-template-columns: 5rem 1fr; gap: 1.5rem; padding: 2.4rem 0; border-top: 1px solid var(--line); }
.timeline-item:last-child { border-bottom: 1px solid var(--line); }
.timeline-index { color: var(--copper); font-family: var(--sans); font-size: .8rem; font-weight:750; letter-spacing:.12em; }
.timeline-item p { color: var(--muted); max-width: 52rem; }

.notice {
  padding: 1.5rem 1.7rem; background: #ead3ad; border: 0; border-left: 4px solid var(--copper); color: #4b2818;
}
.notice strong { display: block; }
.checklist { margin: 1.6rem 0 0; padding: 0; list-style: none; }
.checklist li { padding: .7rem 0 .7rem 1.7rem; border-bottom: 1px solid var(--line); position: relative; }
.checklist li::before { content: '○'; position: absolute; left: 0; color: var(--copper); font-weight: 900; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .42rem; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .82rem; }
.field input, .field select, .field textarea {
  width: 100%; border: 0; border-bottom: 1px solid var(--line); background: rgba(255,249,241,.45); color: var(--ink);
  padding: .95rem 1rem; border-radius: 0; min-height: 3.35rem;
}
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(197,111,50,.25); border-color: var(--copper); }
.form-success { display: none; margin-top: 1rem; padding: 1rem; background: var(--mist); color: var(--forest); font-weight: 750; }
.form-success.show { display: block; }

.cta-panel {
  position:relative; overflow:hidden; padding: clamp(3rem, 7vw, 6rem); background: var(--forest); color: var(--white);
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: end;
}
.cta-panel::after { content:'↗'; position:absolute; right:2rem; top:-2.5rem; color:rgba(209,154,85,.12); font-family:var(--serif); font-size:13rem; line-height:1; }
.cta-panel > * { position:relative; z-index:1; }
.cta-panel p { color: rgba(255,255,255,.72); max-width: 40rem; }
.cta-panel .button-row { justify-content: flex-end; }

.site-footer { padding: 5rem 0 2rem; background: #100a08; color: rgba(255,249,241,.68); border-top:1px solid rgba(209,154,85,.22); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
.site-footer h2 { color: var(--white); font-size: 2.6rem; max-width: 10ch; }
.site-footer h3 { color: var(--white); font-family: var(--sans); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; font-size: .78rem; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.2rem 1.4rem 1.7rem;
    background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .5rem 0; }
  .nav-actions .button { display: none; }
  .hero { min-height: auto; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; }
  .hero-media { min-height: 500px; }
  .section-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .process-line { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .button-row { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 1.5rem, var(--max)); }
  .nav-wrap { padding-inline: .8rem; }
  .brand-name { font-size: .9rem; }
  .hero-copy { min-height: 560px; padding: 4.5rem 1.2rem; }
  .hero-media { min-height: 430px; }
  .hero-note { left: .8rem; right: .8rem; bottom: .8rem; max-width: none; }
  .trust-grid, .grid-2, .grid-3, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-line { grid-template-columns: 1fr 1fr; }
  .split-copy { padding: 3.2rem 1.2rem; }
  .page-hero { padding-top: 4rem; }
  .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td { display: block; width: 100%; }
  .spec-table tr { padding: 1rem; border-bottom: 1px solid var(--line); }
  .spec-table th, .spec-table td { padding: .25rem 0; border: 0; }
  .timeline-item { grid-template-columns: 3.5rem 1fr; }
  .footer-bottom { flex-direction: column; }
}

/* Contemporary editorial direction — shared by all seven pages. */
:root { --sans:'Helvetica Neue',Arial,sans-serif; --serif:var(--sans); --max:1360px; }
body { background:#f6efe4; }
#site-header { position:relative; z-index:100; }
.prototype-bar { background:#281a15; color:#e4bda9; font-size:12px; font-weight:400; letter-spacing:.035em; text-transform:none; padding:8px 20px; }
.site-header { background:#1a100d; color:#fff9f1; border-bottom:1px solid #ffffff24; }
.nav-wrap { padding:22px 36px; gap:24px; }
.brand { flex-shrink:0; }
.brand-mark { display:none; }
.brand-name { font-family:var(--sans); max-width:none; font-size:16px; font-weight:750; letter-spacing:-.06em; }
.brand-name small { display:block; font-size:10px; letter-spacing:.32em; font-weight:400; margin-top:7px; }
.nav-links { gap:22px; }
.nav-links a { font-size:14px; font-weight:400; letter-spacing:0; white-space:nowrap; color:#e8dcd3; }
.nav-links a:hover,.nav-links a[aria-current="page"] { color:#e8a18b; }
.nav-links a[aria-current="page"]::after { background:#e8a18b; }
.language-toggle { color:#fff9f1; border-color:#ffffff40; font-size:14px; min-height:44px; }
.language-toggle { width:auto; border-radius:24px; padding:8px 12px; background:#1a100d; cursor:pointer; }
.language-toggle:hover { border-color:#e8a18b; background:#2a1b16; }
body[data-lang="zh"] { font-family:'PingFang SC','Microsoft YaHei',sans-serif; }
body[data-lang="zh"] h1,body[data-lang="zh"] h2,body[data-lang="zh"] h3 { font-family:inherit; letter-spacing:0; line-height:1.3; }
body[data-lang="zh"] .eyebrow { letter-spacing:.08em; }
body[data-lang="es"] .nav-links { gap:14px; }
.button { border-radius:40px; font-size:14px; font-weight:550; letter-spacing:0; padding:15px 23px; min-height:52px; }
.button-primary { background:#a94532; }
.button-outline { border-color:currentColor; }
.nav-actions .button { min-height:44px; padding:11px 18px; }
.menu-toggle { color:inherit; min-width:44px; min-height:44px; font-size:22px; }
h1,h2,h3 { font-family:var(--sans); font-weight:450; letter-spacing:-.065em; }
h2 { font-size:clamp(36px,4.7vw,66px); line-height:1.06; }
h3 { font-size:clamp(24px,2.5vw,34px); letter-spacing:-.045em; line-height:1.16; }
.eyebrow { font-size:12px; font-weight:550; letter-spacing:.14em; }
.container { width:min(var(--max),calc(100% - 80px)); }
.section { padding:100px 0; }
.hero { position:relative; min-height:690px; }
.hero-grid { display:block; position:relative; min-height:690px; }
.hero-media { position:absolute; inset:0; min-height:0; }
.hero-media img { object-position:70% 62%; }
.hero-media::after { background:linear-gradient(90deg,#1a100df5 0%,#1a100dd9 30%,#1a100d30 80%),linear-gradient(0deg,#1a100d80,transparent 50%); }
.hero-copy { position:relative; z-index:2; padding:90px max(40px,calc((100vw - 1360px)/2)); width:100%; min-height:690px; justify-content:center; pointer-events:none; }
.hero-copy::before { display:none; }
.hero-copy a { pointer-events:auto; }
.hero-copy .eyebrow { color:#e6ac91; }
.hero-copy h1 { max-width:940px; font-size:clamp(50px,6.9vw,102px); line-height:1.02; font-weight:450; letter-spacing:-.07em; }
.hero-copy h1 em { font-style:normal; color:#e8a18b; }
.hero-copy .lead { max-width:520px; font-size:17px; color:#eadfd6; margin:28px 0 32px; }
.hero-note { left:auto; right:36px; bottom:30px; max-width:270px; background:#1a100d80; backdrop-filter:blur(18px); border:1px solid #ffffff38; color:#fff9f1; box-shadow:none; border-radius:12px; padding:16px 20px; font-size:13px; }
.hero-note strong { color:#e9b08b; font-size:12px; text-transform:uppercase; letter-spacing:.09em; }
.trust-strip { background:#1a100d; color:#fff9f1; border-color:#ffffff24; }
.trust-item { padding:28px 24px; border-color:#ffffff24; }
.trust-item::before { display:none; }
.trust-item strong { color:#fff9f1; font-family:var(--sans); font-size:16px; font-weight:500; }
.trust-item span { color:#c1a99c; font-size:13px; }
.section-head { grid-template-columns:1.1fr .9fr; align-items:end; gap:80px; margin-bottom:50px; }
.lead { font-size:18px; line-height:1.65; }
.grid-2,.grid-3 { background:transparent; gap:24px; }
.grid-2>* { min-width:0; }
.card { border:1px solid #d9c7b9; border-radius:18px; padding:32px; background:#fff9f180; }
.card h3 { margin-top:14px; }
.card p { font-size:16px; }
.home-page .product-card { position:relative; padding:0; border:0; border-radius:18px; overflow:hidden; background:#1a100d; color:#fff9f1; }
.home-page .product-card img { aspect-ratio:1.1; filter:brightness(.76); transition:transform .65s; }
.home-page .product-card:hover img { transform:scale(1.025); }
.home-page .product-card-content { position:relative; background:#211510; padding:30px; }
.home-page .product-card-content p { color:#d0bdb0; }
.home-page .product-card-content h3 { font-size:36px; }
.tag,.status { font-size:12px; line-height:1.5; border-radius:5px; text-transform:none; letter-spacing:0; padding:5px 9px; }
.status::before { display:none; }
.section-dark { background:#1a100d; }
.section-dark .card { background:#2c1d17; border-color:#50362b; color:#fff9f1; }
.section-dark .card p { color:#d0bdb0; }
.process-line { margin-top:55px; gap:24px; }
.process-step { padding:60px 0 0; }
.process-step::before { top:15px; background:none; color:#e2967b; width:auto; font-size:22px; font-weight:400; }
.process-step strong { font-size:18px; font-family:var(--sans); }
.process-step span { font-size:14px; }
.split { width:min(1360px,calc(100% - 80px)); margin:70px auto; border-radius:20px; overflow:hidden; min-height:550px; background:#ecdfd1; }
.split-copy { padding:55px; }
.split-media { min-height:380px; }
.page-hero { padding:70px 0 85px; border-bottom:0; }
.page-hero .container { display:grid; grid-template-columns:1.25fr .75fr; gap:24px 65px; align-items:end; }
.page-hero .breadcrumbs,.page-hero .eyebrow { grid-column:1/-1; margin:0; }
.page-hero .eyebrow { color:#e2967b; }
.page-hero .breadcrumbs { margin-bottom:18px; }
.page-hero h1 { max-width:17ch; font-size:clamp(44px,5.4vw,78px); line-height:1.04; }
.page-hero .lead { margin:0; font-size:17px; color:#d8c1b2; }
.page-hero::after { display:none; }
.notice { border-radius:12px; border-left:0; background:#ecd7c2; padding:25px 30px; }
.notice strong { margin-bottom:6px; }
.spec-table { margin-top:20px; }
.spec-table td { overflow-wrap:anywhere; }
.spec-table th { font-size:13px; text-transform:none; letter-spacing:0; }
.timeline-item { grid-template-columns:80px 1fr; padding:35px 0; }
.timeline-index { font-size:26px; font-weight:400; letter-spacing:-.04em; }
.field label { font-size:14px; font-weight:500; }
.field input,.field select,.field textarea { border:1px solid #d6c3b4; border-radius:8px; background:#fffaf4; }
.field input[type=checkbox] { width:18px; min-height:18px; height:18px; vertical-align:middle; margin-right:8px; accent-color:#a94532; }
.cta-panel { border-radius:20px; background:#a94532; padding:65px; grid-template-columns:1fr; gap:30px; }
.cta-panel::after { display:none; }
.cta-panel h2 { max-width:900px; font-size:clamp(38px,5vw,76px); }
.cta-panel .eyebrow { color:#ffdac5; }
.cta-panel .button-row { justify-content:flex-start; }
.cta-panel .button-primary { border:1px solid #ffffff80; }
.site-footer { padding-top:70px; }
.footer-grid { grid-template-columns:1.15fr .65fr 1fr; }
.site-footer h2 { font-size:42px; }
.footer-links a { overflow-wrap:anywhere; }
.footer-links .status { width:fit-content; }
.footer-bottom { font-size:13px; }
a:focus-visible,button:focus-visible { outline:3px solid #d19a55; outline-offset:5px; }
@media(max-width:1150px) {
  .nav-links { gap:14px; }
  .nav-actions .button { display:none; }
  .nav-wrap { padding:20px 28px; }
  .hero-note { max-width:220px; }
}
@media(max-width:980px) {
  .grid-2 { grid-template-columns:1fr; }
  .nav-links { background:#1a100d; padding:20px 28px; }
  .nav-links a { padding:12px 0; }
  .nav-links a[aria-current=page]::after { display:none; }
  .menu-toggle { margin-left:auto; }
  .hero-grid,.hero-copy { min-height:680px; }
  .hero-note { display:none; }
  .hero-copy h1 { max-width:760px; }
  .hero-copy .lead { max-width:460px; }
  .section-head,.page-hero .container { grid-template-columns:1fr; gap:25px; }
  .split { grid-template-columns:1fr; }
  .split-media img { max-height:500px; }
}
@media(max-width:720px) {
  .button.arrow::after { content:none; display:none; }
  .container { width:calc(100% - 40px); }
  .prototype-bar { font-size:11px; padding:7px 15px; }
  .nav-wrap { padding:17px 20px; }
  .language-toggle { padding:8px 10px; }
  .language-modal { place-items:end center; padding:0; }
  .language-modal-panel {
    width:100%; max-height:90dvh; overflow:auto; padding:26px 20px max(24px,env(safe-area-inset-bottom));
    border-width:1px 0 0; border-radius:22px 22px 0 0; transform:translateY(24px);
  }
  .language-modal.is-open .language-modal-panel { transform:translateY(0); }
  .language-options { grid-template-columns:1fr; }
  .language-option { min-height:64px; }
  .brand-name { font-size:14px; }
  .brand-name small { font-size:9px; }
  .hero-grid,.hero-copy { min-height:620px; }
  .hero-copy { padding:65px 22px; }
  .hero-copy h1 { font-size:clamp(42px,10vw,65px); letter-spacing:-.065em; }
  .hero-copy .eyebrow { font-size:11px; }
  .hero-copy .lead { font-size:16px; margin:25px 0; }
  .hero-media img { object-position:65% center; }
  .hero-media::after { background:linear-gradient(90deg,#1a100de8,#1a100d70),linear-gradient(0deg,#1a100d80,transparent); }
  .button { font-size:14px; padding:13px 20px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item { padding:22px 10px; }
  .trust-item strong { font-size:14px; }
  .trust-item span { font-size:12px; }
  .section { padding:64px 0; }
  .section-head { margin-bottom:30px; }
  .card { padding:24px; }
  .home-page .product-card img { aspect-ratio:1.3; }
  .home-page .product-card-content { padding:24px; }
  .home-page .product-card-content h3 { font-size:30px; }
  .process-line { gap:30px 18px; }
  .split { width:calc(100% - 40px); margin:35px auto; }
  .split-copy { padding:32px 24px; }
  .split-media { min-height:300px; }
  .page-hero { padding:45px 0 55px; }
  .page-hero h1 { font-size:42px; }
  .page-hero .container { gap:18px; }
  .timeline-item { grid-template-columns:45px 1fr; gap:10px; }
  .cta-panel { padding:35px 26px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { line-height:1.6; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
