:root {
  --ink: #0b0f0d;
  --ink-2: #151b17;
  --paper: #f5f5f0;
  --white: #ffffff;
  --muted: #68716c;
  --line: #d9ded9;
  --line-dark: rgba(255,255,255,.12);
  --lime: #b9ff35;
  --lime-2: #d8ff92;
  --green: #153b26;
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 24px 70px rgba(13, 21, 16, .08);
  --max: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section-dark { background: var(--ink); color: var(--white); }
.section-light { background: var(--paper); color: var(--ink); }
.section-white { background: var(--white); color: var(--ink); }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max))/2));
  background: rgba(11, 15, 13, .91);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  color: #fff;
}
.brand { display: inline-flex; align-items: baseline; gap: 1px; font-weight: 900; font-size: 21px; letter-spacing: -1.1px; }
.brand i { color: var(--lime); font-style: normal; margin: 0 1px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; color: rgba(255,255,255,.72); }
.nav-links > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; }
.nav-cta:hover { background: #fff; color: var(--ink); }
.lang-switch { display: inline-flex; gap: 7px; align-items: center; color: rgba(255,255,255,.4); font-weight: 800; font-size: 12px; }
.lang-switch a.active { color: var(--lime); }
.menu-button { display: none; background: transparent; color: #fff; border: 1px solid var(--line-dark); padding: 9px 12px; border-radius: 10px; }

.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: 12px; line-height: 1.35; letter-spacing: .16em; font-weight: 900; text-transform: uppercase; }
.eyebrow.dark { color: #53705e; }
.section-title { margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: .99; letter-spacing: -.055em; font-weight: 850; }
.section-title em { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
.section-intro { max-width: 620px; margin: 0; font-size: 18px; line-height: 1.6; color: var(--muted); }
.section-dark .section-intro { color: rgba(255,255,255,.62); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 64px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--lime); color: #0b110b; }
.button-primary:hover { background: #c8ff68; }
.button-outline { border-color: rgba(255,255,255,.24); color: #fff; background: transparent; }
.button-outline:hover { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button-wide { width: 100%; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 90px 0 54px; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 35%, transparent 90%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.hero h1 { margin: 0; font-size: clamp(62px, 7.6vw, 116px); line-height: .84; letter-spacing: -.075em; font-weight: 900; max-width: 760px; }
.hero h1 em { display: block; color: var(--lime); font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
.hero-copy { max-width: 670px; margin: 34px 0 0; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-brand-note { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-dark); margin-top: 76px; padding-top: 22px; color: rgba(255,255,255,.48); font-size: 12px; }
.hero-brand-note strong { color: #fff; font-weight: 700; }

.process-visual { position: relative; min-height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); overflow: hidden; box-shadow: inset 0 1px rgba(255,255,255,.05); }
.process-visual::after { content:''; position:absolute; width:320px; height:320px; border-radius:50%; background:rgba(185,255,53,.08); filter: blur(80px); right:-80px; top:80px; }
.visual-caption { position: absolute; top: 24px; left: 26px; right: 26px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,.5); z-index: 2; }
.visual-caption span:last-child { color: var(--lime); }
.workflow { position: absolute; left: 28px; right: 28px; z-index: 2; }
.workflow.before { top: 94px; }
.workflow.after { bottom: 54px; }
.workflow-label { margin-bottom: 14px; color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.workflow-row { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 8px; }
.workflow.after .workflow-row { grid-template-columns: repeat(3, 1fr); width: 74%; }
.workflow-node { position: relative; min-height: 70px; display:flex; align-items:center; justify-content:center; text-align:center; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(8,12,10,.72); padding: 10px 8px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.72); }
.workflow.before .workflow-node:not(:last-child)::after { content:'→'; position:absolute; right:-13px; top:50%; transform:translateY(-50%); color:rgba(255,255,255,.25); z-index:3; }
.workflow.after .workflow-node { border-color: rgba(185,255,53,.34); color: #fff; }
.workflow.after .workflow-node:not(:last-child)::after { content:'→'; position:absolute; right:-13px; top:50%; transform:translateY(-50%); color:var(--lime); z-index:3; }
.workflow-crosses { margin-top: 18px; display:flex; gap:9px; flex-wrap:wrap; }
.workflow-crosses span { font-size: 10px; border-radius:999px; border:1px solid rgba(255,255,255,.1); padding:7px 10px; color:rgba(255,255,255,.44); }
.workflow-after-note { position:absolute; right:0; bottom:0; width:22%; color:rgba(255,255,255,.55); font-size:12px; line-height:1.45; }
.workflow-after-note strong { color:var(--lime); display:block; font-size:16px; margin-bottom:6px; }

/* Status quo */
.status-quo { padding: 112px 0; }
.status-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.status-copy h2 { margin: 0 0 24px; font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.status-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 520px; }
.friction-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.friction-list div { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.friction-list b { font-size: 14px; }
.friction-list span { width: 27px; height:27px; display:grid; place-items:center; border-radius:50%; background:#e8ece8; font-size:12px; }

.cost-card { background: #fff; border: 1px solid #e2e6e2; border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.cost-card-head { display:flex; justify-content:space-between; gap:30px; align-items:start; margin-bottom:28px; }
.cost-card h3 { font-size: 28px; margin: 0 0 10px; letter-spacing: -.035em; }
.cost-card-head p { margin:0; color:var(--muted); line-height:1.55; max-width:540px; }
.calc-badge { flex:0 0 auto; border:1px solid var(--line); padding:8px 11px; border-radius:999px; font-size:10px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; color:#708077; }
.calc-inputs { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.calc-field { display:grid; gap:8px; }
.calc-field label { font-size:12px; font-weight:800; color:#59645e; }
.calc-field input { width:100%; border:1px solid #dce1dc; border-radius:13px; padding:14px 15px; background:#fafbf9; outline:none; }
.calc-field input:focus { border-color:#8baa77; box-shadow:0 0 0 3px rgba(185,255,53,.18); }
.calc-results { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }
.calc-result { min-height:120px; padding:22px; border-radius:18px; background:var(--ink); color:#fff; }
.calc-result span { display:block; color:rgba(255,255,255,.48); font-size:11px; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.calc-result strong { display:block; margin-top:10px; font-size:34px; letter-spacing:-.04em; color:var(--lime); }
.calc-result small { display:block; margin-top:6px; color:rgba(255,255,255,.48); }
.calc-note { margin:14px 0 0; color:#7b847f; font-size:11px; line-height:1.5; }

/* Not every problem needs AI */
.ladder { padding: 110px 0; }
.ladder-panel { padding: 52px; border-radius: 30px; border:1px solid rgba(255,255,255,.11); background:linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); }
.ladder-head { display:grid; grid-template-columns:1fr .8fr; gap:70px; align-items:end; }
.ladder-head h2 { margin:0; font-size:clamp(42px,5vw,70px); line-height:1; letter-spacing:-.055em; }
.ladder-head p { margin:0; color:rgba(255,255,255,.62); font-size:18px; line-height:1.6; }
.solution-ladder { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:54px; }
.solution-step { position:relative; min-height:180px; padding:20px; border-radius:18px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.03); }
.solution-step::before { content:attr(data-step); display:grid; place-items:center; width:28px; height:28px; border-radius:50%; border:1px solid rgba(255,255,255,.2); color:rgba(255,255,255,.58); font-size:11px; margin-bottom:28px; }
.solution-step h3 { margin:0 0 10px; font-size:18px; }
.solution-step p { margin:0; color:rgba(255,255,255,.48); font-size:13px; line-height:1.5; }
.solution-step.highlight { border-color:rgba(185,255,53,.28); background:rgba(185,255,53,.055); }
.solution-rule { display:flex; align-items:flex-start; gap:14px; margin-top:30px; padding-top:26px; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.68); }
.solution-rule strong { color:#fff; }
.solution-rule .check { flex:0 0 auto; display:grid; place-items:center; width:26px; height:26px; border-radius:50%; background:var(--lime); color:var(--ink); font-weight:900; }

/* Outcomes */
.outcomes { padding: 110px 0; }
.outcome-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); margin-top:58px; }
.outcome { min-height:260px; padding:30px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; }
.outcome small { color:#6b756f; text-transform:uppercase; letter-spacing:.12em; font-weight:800; }
.outcome h3 { margin:48px 0 14px; font-size:25px; letter-spacing:-.035em; line-height:1.08; }
.outcome p { margin:0; color:var(--muted); font-size:14px; line-height:1.55; }
.outcome .mechanism { margin-top:20px; font-size:11px; color:#89928d; }

/* Process */
.method { padding: 110px 0; }
.method-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.12); border-left:1px solid rgba(255,255,255,.12); margin-top:56px; }
.method-step { min-height:250px; padding:30px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }
.method-step span { color:var(--lime); font-size:12px; font-weight:900; letter-spacing:.12em; }
.method-step h3 { margin:52px 0 14px; font-size:26px; letter-spacing:-.04em; }
.method-step p { margin:0; color:rgba(255,255,255,.53); line-height:1.55; font-size:14px; }

/* Cases */
.cases { padding: 116px 0 50px; }
.case-story { display:grid; grid-template-columns:.95fr 1.05fr; gap:72px; align-items:center; padding:82px 0; border-top:1px solid var(--line); }
.case-story.reverse .case-copy { order:2; }
.case-story.reverse .case-visual { order:1; }
.case-labels { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }
.case-labels span { padding:7px 10px; border-radius:999px; background:#ecefeb; font-size:10px; line-height:1; letter-spacing:.1em; text-transform:uppercase; color:#59655e; font-weight:850; }
.case-copy h3 { margin:0; font-size:clamp(38px,4.4vw,62px); line-height:1.02; letter-spacing:-.055em; }
.case-copy .case-lead { margin:24px 0 34px; color:#566159; font-size:18px; line-height:1.65; }
.case-story-steps { display:grid; gap:0; border-top:1px solid var(--line); }
.case-story-steps div { display:grid; grid-template-columns:110px 1fr; gap:20px; padding:17px 0; border-bottom:1px solid var(--line); }
.case-story-steps b { font-size:12px; text-transform:uppercase; letter-spacing:.09em; color:#67736b; }
.case-story-steps p { margin:0; font-size:14px; line-height:1.55; }
.case-result { margin-top:26px; padding:20px 22px; border-radius:15px; background:#e8ffd0; border:1px solid #d3efb8; }
.case-result b { display:block; font-size:11px; text-transform:uppercase; letter-spacing:.11em; margin-bottom:7px; color:#4e6d3f; }
.case-result p { margin:0; line-height:1.5; font-weight:700; }
.case-tech { margin-top:18px; }
.case-tech summary { cursor:pointer; list-style:none; font-size:12px; font-weight:800; color:#566159; }
.case-tech summary::-webkit-details-marker { display:none; }
.case-tech p { font-size:12px; color:#738078; line-height:1.55; }
.case-public-link { display:inline-block; margin-top:18px; font-weight:800; font-size:13px; border-bottom:1px solid #aeb7b1; }
.case-note { margin-top:16px; color:#89938d; font-size:11px; line-height:1.5; }

.case-visual { min-height: 550px; border-radius:28px; overflow:hidden; position:relative; background:#101512; box-shadow:var(--shadow); }
.case-visual.light { background:#e8ece7; }
.case-visual figcaption { position:absolute; left:18px; right:18px; bottom:16px; border-radius:12px; padding:12px 14px; background:rgba(10,14,12,.78); backdrop-filter:blur(12px); color:rgba(255,255,255,.68); font-size:10px; line-height:1.4; z-index:5; }

/* Document visual */
.doc-viz { position:absolute; inset:0; padding:32px; display:flex; flex-direction:column; justify-content:center; }
.doc-pipeline { display:grid; grid-template-columns:1fr 48px 1fr 48px 1fr; align-items:center; gap:7px; }
.doc-unit { min-height:190px; border:1px solid rgba(255,255,255,.14); border-radius:20px; padding:20px; background:rgba(255,255,255,.04); }
.doc-unit h4 { margin:0 0 12px; font-size:14px; }
.doc-unit p { margin:0; color:rgba(255,255,255,.45); font-size:11px; line-height:1.5; }
.doc-unit.accent { border-color:rgba(185,255,53,.38); background:rgba(185,255,53,.06); }
.doc-arrow { color:rgba(255,255,255,.25); text-align:center; font-size:22px; }
.doc-stack { height:95px; position:relative; margin-bottom:17px; }
.doc-sheet { position:absolute; width:76%; height:78px; left:8%; border-radius:8px; background:#f5f7f4; border:1px solid #dfe4df; }
.doc-sheet:nth-child(1){ transform:translate(14px,10px) rotate(5deg); opacity:.45; }
.doc-sheet:nth-child(2){ transform:translate(7px,5px) rotate(2deg); opacity:.72; }
.doc-sheet:nth-child(3){ transform:none; }
.doc-lines { position:absolute; left:18%; top:23px; right:25%; display:grid; gap:7px; z-index:3; }
.doc-lines i { height:5px; border-radius:99px; background:#b7c1ba; }
.doc-lines i.redact { background:#111; width:68%; }
.token-cloud { display:flex; flex-wrap:wrap; gap:7px; margin-top:22px; }
.token-cloud span { padding:7px 8px; background:rgba(185,255,53,.1); color:var(--lime); border-radius:8px; font-size:9px; font-family:ui-monospace, monospace; }
.audit-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:26px; }
.audit-strip div { border-top:1px solid rgba(255,255,255,.12); padding-top:12px; color:rgba(255,255,255,.38); font-size:9px; line-height:1.35; }
.audit-strip b { color:#fff; display:block; margin-bottom:3px; }

/* manufacturing visual */
.line-viz { position:absolute; inset:0; padding:34px; }
.line-viz h4 { margin:0; color:#fff; font-size:13px; }
.line-viz .sub { margin-top:6px; color:rgba(255,255,255,.42); font-size:10px; }
.factory-grid { position:absolute; left:34px; right:34px; top:120px; bottom:72px; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.line-node { position:relative; min-height:70px; border:1px solid rgba(255,255,255,.11); border-radius:14px; background:rgba(255,255,255,.035); display:grid; place-items:center; color:rgba(255,255,255,.55); font-size:10px; }
.line-node::before { content:''; width:16px; height:16px; border:2px solid #819087; border-radius:4px; margin-bottom:-24px; }
.line-node.ok::before { border-color:var(--lime); box-shadow:0 0 0 5px rgba(185,255,53,.07); }
.line-node.master { grid-column:span 2; border-color:rgba(185,255,53,.35); background:rgba(185,255,53,.055); color:#fff; }
.line-node.master::before { border-radius:50%; border-color:var(--lime); }
.factory-beam { position:absolute; left:50%; top:44%; width:45%; height:1px; background:linear-gradient(90deg, var(--lime), transparent); transform-origin:left center; transform:rotate(-18deg); opacity:.55; }

/* Biometrics */
.bio-viz { background:#111; display:grid; place-items:center; }
.bio-viz img { width:100%; height:100%; object-fit:cover; filter:saturate(.55) contrast(1.05); }
.bio-viz::after { content:''; position:absolute; inset:0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events:none; }

/* R&D */
.rd { padding:110px 0; }
.rd-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:60px; }
.rd-card { position:relative; min-height:440px; border-radius:26px; border:1px solid rgba(255,255,255,.11); overflow:hidden; background:rgba(255,255,255,.035); padding:30px; }
.rd-card h3 { margin:16px 0 10px; font-size:32px; letter-spacing:-.04em; }
.rd-card > p { color:rgba(255,255,255,.52); line-height:1.6; max-width:520px; }
.rd-card .rd-label { color:var(--lime); font-size:10px; letter-spacing:.12em; text-transform:uppercase; font-weight:850; }
.tryon-stage { position:absolute; left:28px; right:28px; bottom:28px; height:210px; display:grid; grid-template-columns:1fr 44px 1fr 44px 1fr; align-items:center; gap:7px; }
.try-frame { height:180px; border-radius:18px; background:#edf0ec; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.08); }
.try-person { position:absolute; left:50%; transform:translateX(-50%); bottom:-24px; width:78px; height:155px; border-radius:38px 38px 18px 18px; background:#bcc5bf; }
.try-person::before { content:''; position:absolute; width:42px; height:42px; border-radius:50%; background:#d4dad6; left:18px; top:-30px; }
.try-garment { position:absolute; left:50%; top:58px; transform:translateX(-50%); width:86px; height:80px; clip-path:polygon(16% 0, 38% 9%, 62% 9%, 84% 0, 100% 31%, 80% 45%, 74% 100%, 26% 100%, 20% 45%, 0 31%); background:#101512; }
.try-frame.mask .try-garment { background:var(--lime); opacity:.82; box-shadow:0 0 30px rgba(185,255,53,.5); }
.try-frame.output .try-garment { background:#274633; }
.try-arrow { text-align:center; color:rgba(255,255,255,.35); }
.tryon-tags { position:absolute; right:20px; top:20px; display:flex; gap:6px; flex-wrap:wrap; justify-content:flex-end; }
.tryon-tags span { padding:6px 8px; border:1px solid rgba(255,255,255,.12); border-radius:999px; font-size:8px; color:rgba(255,255,255,.48); }
.iot-map { position:absolute; left:30px; right:30px; bottom:35px; height:220px; }
.iot-center { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:112px; height:112px; border-radius:50%; background:rgba(185,255,53,.11); border:1px solid rgba(185,255,53,.38); display:grid; place-items:center; color:var(--lime); font-size:11px; font-weight:900; }
.iot-node { position:absolute; width:86px; height:58px; border:1px solid rgba(255,255,255,.12); background:#121814; border-radius:13px; display:grid; place-items:center; text-align:center; color:rgba(255,255,255,.58); font-size:9px; }
.iot-node.n1{left:4%;top:5%}.iot-node.n2{right:4%;top:5%}.iot-node.n3{left:4%;bottom:3%}.iot-node.n4{right:4%;bottom:3%}
.iot-line { position:absolute; left:50%; top:50%; width:38%; height:1px; background:linear-gradient(90deg,rgba(185,255,53,.9),rgba(185,255,53,.1)); transform-origin:left center; }
.iot-line.l1{transform:rotate(-150deg)}.iot-line.l2{transform:rotate(-30deg)}.iot-line.l3{transform:rotate(150deg)}.iot-line.l4{transform:rotate(30deg)}

/* Areas */
.areas { padding:110px 0; }
.area-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:56px; }
.area-card { min-height:190px; background:#fff; border:1px solid #e1e5e1; border-radius:20px; padding:24px; }
.area-card span { color:#6f7973; font-size:10px; text-transform:uppercase; letter-spacing:.12em; font-weight:850; }
.area-card h3 { margin:42px 0 8px; font-size:20px; letter-spacing:-.03em; }
.area-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.5; }

/* engagement */
.engagement { padding:110px 0; }
.engagement-wrap { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.engagement-card { border-radius:28px; padding:38px; border:1px solid rgba(255,255,255,.11); background:rgba(255,255,255,.035); }
.engagement-card h2 { margin:0 0 18px; font-size:42px; letter-spacing:-.05em; }
.engagement-card > p { color:rgba(255,255,255,.58); line-height:1.6; }
.engagement-list { display:grid; gap:0; margin-top:28px; border-top:1px solid rgba(255,255,255,.1); }
.engagement-list div { padding:14px 0; border-bottom:1px solid rgba(255,255,255,.1); display:grid; grid-template-columns:28px 1fr; gap:12px; font-size:13px; }
.engagement-list span { color:var(--lime); font-weight:900; }
.discovery-price { background:var(--lime); color:var(--ink); }
.discovery-price .eyebrow { color:#466129; }
.discovery-price strong.price { display:block; font-size:70px; letter-spacing:-.06em; margin:24px 0 6px; }
.discovery-price strong.price small { font-size:20px; letter-spacing:0; }
.discovery-price p { color:#33402f; }
.discovery-price .button { margin-top:20px; }
.payment-status { display:block; margin-top:12px; font-size:10px; color:#53614e; }

/* Contact */
.contact { padding:110px 0 80px; }
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.contact-copy h2 { margin:0; font-size:clamp(45px,5.6vw,78px); line-height:.98; letter-spacing:-.06em; }
.contact-copy > p { color:var(--muted); font-size:18px; line-height:1.6; max-width:520px; }
.after-send { margin-top:32px; border-top:1px solid var(--line); }
.after-send div { display:grid; grid-template-columns:26px 1fr; gap:12px; padding:13px 0; border-bottom:1px solid var(--line); font-size:13px; }
.after-send span { color:#708078; font-weight:850; }
.contact-form { background:#fff; border:1px solid #e1e5e1; border-radius:28px; padding:34px; box-shadow:var(--shadow); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1/-1; }
.field label { font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:850; color:#65716a; }
.field input, .field textarea { width:100%; border:1px solid #dbe0db; background:#fafbf9; border-radius:13px; padding:14px 15px; outline:none; resize:vertical; }
.field input:focus, .field textarea:focus { border-color:#7f956f; box-shadow:0 0 0 3px rgba(185,255,53,.16); }
.form-privacy { font-size:10px; line-height:1.5; color:#7e8882; margin:14px 0 18px; }
.form-privacy a { text-decoration:underline; }
#form-status { margin-top:12px; font-size:12px; line-height:1.5; }
#form-status.success { color:#296b3c; }
#form-status.error { color:#9a3d36; }
.honeypot { position:absolute !important; left:-9999px !important; opacity:0 !important; pointer-events:none !important; }

.footer { background:var(--ink); color:#fff; padding:38px 0; border-top:1px solid rgba(255,255,255,.1); }
.footer-row { display:flex; align-items:end; justify-content:space-between; gap:40px; }
.footer-left p { margin:12px 0 0; color:rgba(255,255,255,.48); font-size:12px; max-width:520px; }
.footer-links { display:flex; gap:18px; flex-wrap:wrap; font-size:12px; color:rgba(255,255,255,.58); }
.footer-links a:hover { color:#fff; }

/* Privacy/book route */
.route-page { min-height:100vh; padding:80px 24px; }
.route-card, .legal-card { width:min(860px,100%); margin:0 auto; padding:48px; border-radius:28px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.035); }
.legal-card { background:#fff; border-color:#e0e4e0; }
.route-brand { margin-bottom:60px; }
.dark-brand { color:var(--ink); }
.route-card h1, .legal-card h1 { font-size:clamp(42px,6vw,72px); line-height:1; letter-spacing:-.055em; }
.legal-card h2 { margin-top:36px; font-size:22px; }
.legal-card p { color:#5d6861; line-height:1.7; }
.legal-note { padding:18px; border-radius:14px; background:#f1f3f0; }

/* Reveal */
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.revealed { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none} }

@media (max-width: 1050px) {
  .hero-layout, .status-grid, .case-story, .contact-layout { grid-template-columns:1fr; }
  .hero-layout { gap:48px; }
  .process-visual { min-height:470px; }
  .status-grid { gap:48px; }
  .section-head, .ladder-head { grid-template-columns:1fr; gap:24px; }
  .outcome-grid { grid-template-columns:1fr 1fr; }
  .method-grid { grid-template-columns:1fr 1fr; }
  .case-story { gap:42px; }
  .case-story.reverse .case-copy, .case-story.reverse .case-visual { order:initial; }
  .case-visual { min-height:500px; }
  .solution-ladder { grid-template-columns:1fr 1fr; }
  .solution-step:last-child { grid-column:1/-1; }
  .area-grid { grid-template-columns:1fr 1fr; }
  .engagement-wrap { grid-template-columns:1fr; }
}

@media (max-width: 780px) {
  .container { width:min(100% - 30px, var(--max)); }
  .nav { min-height:66px; padding:0 15px; }
  .menu-button { display:block; }
  .nav-links { position:absolute; left:12px; right:12px; top:72px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px; border-radius:18px; background:#121815; border:1px solid rgba(255,255,255,.1); box-shadow:0 20px 60px rgba(0,0,0,.32); }
  .nav-links.open { display:flex; }
  .nav-links > a, .lang-switch { padding:13px 10px; border-bottom:1px solid rgba(255,255,255,.08); }
  .nav-cta { margin-top:8px; text-align:center; }
  .hero { padding:64px 0 38px; }
  .hero h1 { font-size:clamp(55px,16vw,82px); }
  .hero-copy { font-size:17px; }
  .hero-brand-note { flex-direction:column; margin-top:46px; gap:8px; }
  .process-visual { min-height:520px; }
  .workflow-row { grid-template-columns:repeat(3,1fr); }
  .workflow.before .workflow-node:nth-child(3)::after { display:none; }
  .workflow.after .workflow-row { width:100%; }
  .workflow-after-note { position:static; width:100%; margin-top:18px; }
  .visual-caption { flex-direction:column; align-items:flex-start; gap:5px; }
  .status-quo, .ladder, .outcomes, .method, .cases, .rd, .areas, .engagement, .contact { padding:80px 0; }
  .cost-card { padding:24px; }
  .cost-card-head { display:block; }
  .calc-badge { display:inline-block; margin-top:16px; }
  .calc-inputs, .calc-results { grid-template-columns:1fr; }
  .ladder-panel { padding:30px 20px; }
  .solution-ladder { grid-template-columns:1fr; }
  .solution-step:last-child { grid-column:auto; }
  .outcome-grid, .method-grid, .rd-grid, .area-grid { grid-template-columns:1fr; }
  .case-story { padding:58px 0; }
  .case-story-steps div { grid-template-columns:1fr; gap:6px; }
  .case-visual { min-height:430px; }
  .doc-pipeline { grid-template-columns:1fr; gap:8px; }
  .doc-unit { min-height:auto; }
  .doc-arrow { transform:rotate(90deg); }
  .audit-strip { display:none; }
  .doc-viz { padding:22px; }
  .factory-grid { grid-template-columns:1fr 1fr; top:110px; }
  .rd-card { min-height:470px; }
  .tryon-stage { grid-template-columns:1fr 26px 1fr; height:250px; }
  .tryon-stage .try-frame:nth-of-type(2), .tryon-stage .try-arrow:nth-of-type(2) { display:none; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .footer-row { flex-direction:column; align-items:flex-start; }
  .route-card, .legal-card { padding:30px 22px; }
}
