:root {
  --ink: #0b0f0d;
  --ink-2: #111814;
  --panel: #17211c;
  --panel-2: #203026;
  --paper: #f7f6ef;
  --muted: #9aa79e;
  --line: rgba(255,255,255,.12);
  --dark-line: rgba(11,15,13,.14);
  --saffron: #f0ad3d;
  --saffron-2: #ffd37b;
  --green: #52b788;
  --teal: #30c8a3;
  --terra: #d97657;
  --violet: #7c6cff;
  --radius: 14px;
  --serif: "Sora", Arial, sans-serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--paper); color: var(--ink); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(18px,4vw,62px); color: white; }
.site-header.solid-header, .kaizen-page .site-header { position: relative; background: var(--ink); }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; }
.brand-mark { position: relative; display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; color: var(--saffron); }
.brand-mark span { position: absolute; width: 8px; height: 22px; border-radius: 8px; background: currentColor; transform-origin: center; }
.brand-mark span:nth-child(1) { transform: rotate(0deg) translateY(-2px); }
.brand-mark span:nth-child(2) { transform: rotate(60deg) translateY(-2px); }
.brand-mark span:nth-child(3) { transform: rotate(-60deg) translateY(-2px); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 800; }
.nav-links > a:not(.button) { color: rgba(255,255,255,.78); }
.nav-links > a:not(.button):hover, .nav-links .active { color: white; }
.language-toggle { min-height: 44px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.06); color: white; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.06); color: white; border-radius: 50%; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border-radius: 10px; border: 1px solid transparent; font-weight: 900; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 9px 16px; }
.button-saffron { background: var(--saffron); color: #171108; }
.button-saffron:hover { background: var(--saffron-2); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-ghost { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: white; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--saffron-2); font-weight: 900; }

.hero { position: relative; min-height: 94dvh; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { background: radial-gradient(circle at 72% 30%, rgba(82,183,136,.18), transparent 30%), linear-gradient(90deg, rgba(5,8,7,.98), rgba(5,8,7,.78) 44%, rgba(5,8,7,.18)); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 94dvh; max-width: 880px; flex-direction: column; justify-content: center; padding: 118px clamp(20px, 7vw, 108px) 150px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--saffron); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light, .section-kicker.light { color: var(--saffron-2); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: 0; font-weight: 800; }
.hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(48px, 6.7vw, 92px); line-height: .94; letter-spacing: -.02em; }
.hero-copy { max-width: 720px; margin-bottom: 30px; color: rgba(247,246,239,.78); font-size: clamp(17px,1.45vw,20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-console { position: absolute; z-index: 3; left: clamp(20px, 7vw, 108px); right: clamp(20px, 7vw, 108px); bottom: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.console-card { min-height: 112px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(15,22,18,.74); backdrop-filter: blur(16px); }
.console-icon { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; margin-bottom: 12px; border-radius: 50%; background: rgba(240,173,61,.16); color: var(--saffron-2); font-size: 12px; font-weight: 900; }
.console-card strong { display: block; margin-bottom: 4px; font-size: 16px; }
.console-card small { color: var(--muted); }

.snap-section { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0e1511; }
.snap-item { padding: 28px clamp(20px,4vw,52px); border-right: 1px solid var(--line); }
.snap-item:last-child { border-right: 0; }
.snap-item span { display: block; margin-bottom: 8px; color: var(--saffron); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.snap-item strong { display: block; max-width: 390px; font-size: 20px; line-height: 1.2; }

.section { padding: clamp(76px, 9vw, 140px) clamp(20px, 7vw, 108px); }
.section-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: clamp(28px, 6vw, 82px); align-items: end; margin-bottom: 42px; }
.section-header h2 { max-width: 790px; margin-bottom: 0; font-size: clamp(42px, 5.6vw, 78px); line-height: 1; letter-spacing: -.02em; }
.section-header p { margin-bottom: 0; color: var(--muted); font-size: 18px; }

.systems-section { background: #0b0f0d; }
.systems-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(270px, auto); gap: 14px; }
.system-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #17211c, #101713); }
.system-card.tall { grid-row: span 2; }
.system-card.wide { grid-column: span 2; }
.system-card > span, .kaizen-steps span { color: var(--saffron); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.system-card h3 { margin: 14px 0 8px; font-family: var(--serif); font-size: 30px; line-height: 1.04; }
.system-card p { margin: 0; color: var(--muted); }
.mock-phone { display: grid; gap: 12px; width: 100%; max-width: 260px; margin: 0 auto 28px; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #0b0f0d; }
.phone-bar { width: 74px; height: 7px; margin: 0 auto 10px; border-radius: 999px; background: rgba(255,255,255,.16); }
.chat-bubble { height: 34px; border-radius: 12px; background: rgba(255,255,255,.1); }
.chat-bubble.right { width: 74%; margin-left: auto; background: rgba(82,183,136,.28); }
.chat-bubble.short { width: 56%; }
.status-pill { justify-self: start; padding: 8px 12px; border-radius: 999px; background: rgba(240,173,61,.18); color: var(--saffron-2); font-size: 12px; font-weight: 900; }
.mini-dashboard { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 26px; }
.mini-dashboard span { height: 58px; border-radius: 12px; background: rgba(124,108,255,.24); }
.mini-dashboard .bar { grid-column: span 1; height: 12px; border-radius: 999px; background: rgba(255,255,255,.14); }
.mini-dashboard .wide { grid-column: span 3; background: rgba(240,173,61,.44); }
.mini-dashboard .mid { grid-column: span 2; }
.ad-preview { display: grid; grid-template-columns: 1.1fr .8fr; gap: 8px; margin-bottom: 28px; }
.ad-preview div { height: 94px; border-radius: 12px; background: linear-gradient(135deg, rgba(217,118,87,.75), rgba(240,173,61,.28)); }
.ad-preview div:first-child { grid-row: span 2; height: auto; }
.support-visual, .catalog-visual { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 28px; }
.support-visual span { padding: 14px 10px; border-radius: 12px; background: rgba(48,200,163,.16); color: #c4fff0; font-size: 12px; font-weight: 900; text-align: center; }
.catalog-visual div { aspect-ratio: 1; border-radius: 12px; background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(82,183,136,.22)); }
.knowledge-visual { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 28px; }
.knowledge-visual span, .knowledge-visual strong { padding: 16px 10px; border-radius: 12px; background: rgba(255,255,255,.08); color: var(--muted); text-align: center; }
.knowledge-visual strong { grid-column: span 4; background: rgba(240,173,61,.18); color: var(--saffron-2); }

.workflow-section { background: var(--paper); color: var(--ink); }
.before-after { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; }
.before-panel, .after-panel { min-height: 420px; padding: clamp(28px, 5vw, 58px); border-radius: var(--radius); }
.before-panel { background: #f0eee5; border: 1px solid var(--dark-line); }
.after-panel { background: var(--ink); color: var(--paper); }
.before-panel h2, .after-panel h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1; }
.before-panel ul { margin: 30px 0 0; padding: 0; list-style: none; color: #566158; }
.before-panel li { padding: 16px 0; border-bottom: 1px solid var(--dark-line); }
.flow-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; }
.flow-map span, .flow-map strong { display: flex; min-height: 78px; align-items: center; justify-content: center; padding: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 13px; font-weight: 900; text-align: center; }
.flow-map strong { grid-column: span 3; background: linear-gradient(90deg, rgba(240,173,61,.18), rgba(82,183,136,.16)); color: white; font-size: 18px; }
.after-panel p { color: var(--muted); font-size: 18px; }

.kaizen-showcase { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(28px, 6vw, 78px); align-items: center; background: radial-gradient(circle at 88% 30%, rgba(240,173,61,.16), transparent 28%), #111814; }
.kaizen-copy h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 76px); line-height: 1; }
.kaizen-copy p { max-width: 620px; color: var(--muted); font-size: 18px; }
.kaizen-visual-panel { position: relative; min-height: 500px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #050706; box-shadow: 0 28px 120px rgba(0,0,0,.38); }
.kaizen-visual-panel img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.kaizen-visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,7,6,.7)); pointer-events: none; }
.visual-stat { position: absolute; z-index: 2; width: min(270px, 44%); padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,15,12,.7); backdrop-filter: blur(14px); }
.visual-stat.top { left: 18px; top: 18px; }
.visual-stat.bottom { right: 18px; bottom: 18px; }
.visual-stat strong { display: block; margin-bottom: 4px; color: white; }
.visual-stat span { color: var(--muted); font-size: 13px; }
.kaizen-lab { display: grid; grid-template-columns: .72fr .54fr .9fr; gap: 12px; min-height: 430px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: #0b0f0d; }
.lab-column, .lab-output { display: grid; align-content: center; gap: 10px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.04); }
.lab-column strong, .lab-output strong { color: white; font-size: 18px; }
.lab-column span, .lab-output span { padding: 10px 12px; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--muted); font-size: 13px; font-weight: 800; }
.lab-core { display: flex; align-items: center; justify-content: center; align-self: center; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, var(--saffron), var(--green)); color: #111; font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1; text-align: center; }
.creative-thumb { min-height: 190px; border-radius: 14px; background: linear-gradient(135deg, rgba(217,118,87,.9), rgba(240,173,61,.34)), radial-gradient(circle at 70% 30%, rgba(255,255,255,.42), transparent 28%); }

.start-section { background: #0b0f0d; }
.start-section h2 { max-width: 860px; margin-bottom: 34px; font-size: clamp(42px, 5.4vw, 78px); line-height: 1; }
.starter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.starter-grid a { display: grid; min-height: 220px; align-content: space-between; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.starter-grid span { color: var(--saffron); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.starter-grid strong { font-family: var(--serif); font-size: 28px; line-height: 1.08; }

.contact-section { padding: clamp(94px, 12vw, 170px) 20px; background: var(--saffron); color: #151006; text-align: center; }
.contact-section h2 { max-width: 960px; margin: 0 auto 28px; font-size: clamp(44px, 7vw, 88px); line-height: 1; }
.contact-section .eyebrow { color: #65450f; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px clamp(20px,4vw,62px); background: #050706; color: rgba(247,246,239,.62); font-size: 13px; }
.site-footer p { margin: 0; }

/* Kaizen page */
.kaizen-product-hero { display: grid; min-height: 720px; grid-template-columns: .78fr 1.22fr; gap: clamp(28px, 6vw, 84px); align-items: center; padding: 52px clamp(20px,7vw,108px) 72px; background: radial-gradient(circle at 78% 12%, rgba(240,173,61,.16), transparent 28%), var(--ink); }
.kaizen-title { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.kaizen-symbol { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--saffron); font-family: var(--serif); font-size: 28px; }
.kaizen-title h1 { margin: 0; font-family: var(--sans); font-size: 28px; }
.kaizen-product-hero h2 { margin-bottom: 20px; font-size: clamp(44px, 5vw, 70px); line-height: .96; }
.kaizen-hero-copy p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 18px; }
.kaizen-hero-visual { position: relative; min-height: 590px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #050706; box-shadow: 0 28px 130px rgba(0,0,0,.42); }
.kaizen-hero-visual img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.kaizen-hero-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, transparent 30%, rgba(5,7,6,.08)), linear-gradient(180deg, rgba(5,7,6,.04), rgba(5,7,6,.62)); pointer-events: none; }
.hero-visual-card { position: absolute; z-index: 2; max-width: 310px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,15,12,.72); box-shadow: 0 18px 70px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.hero-visual-card strong { display: block; margin-bottom: 5px; color: white; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual-card span { color: var(--muted); font-size: 13px; font-weight: 700; }
.context-card { left: 18px; top: 18px; }
.goal-card { left: 50%; bottom: 20px; transform: translateX(-50%); border-color: rgba(240,173,61,.32); background: rgba(42,31,14,.76); }
.output-card-float { right: 18px; top: 18px; }
.ad-system-card { padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #101713; box-shadow: 0 24px 100px rgba(0,0,0,.35); }
.mini-toolbar { display: flex; gap: 7px; margin-bottom: 14px; }
.mini-toolbar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.18); }
.asset-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px; border-radius: 14px; background: rgba(255,255,255,.05); }
.asset-row strong, .output-card strong { width: 100%; color: white; }
.asset-row span { padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.09); color: var(--muted); font-size: 13px; font-weight: 800; }
.memory-card { margin: 14px 0; padding: 34px; border-radius: 16px; background: linear-gradient(135deg, rgba(240,173,61,.2), rgba(82,183,136,.14)); }
.memory-card small { color: var(--saffron-2); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.memory-card strong { display: block; margin: 14px 0 12px; font-family: var(--serif); font-size: 38px; line-height: 1; }
.memory-card p { color: var(--muted); }
.goal-strip { display: grid; grid-template-columns: 90px 1fr; gap: 10px; align-items: center; margin-bottom: 14px; padding: 16px; border: 1px solid rgba(240,173,61,.25); border-radius: 14px; background: rgba(240,173,61,.1); }
.goal-strip strong { color: var(--saffron-2); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.goal-strip span { color: white; font-weight: 900; }
.output-card span { display: block; margin-top: 8px; color: var(--muted); }
.output-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.05); }
.problem-band { background: var(--paper); color: var(--ink); }
.problem-grid, .outputs-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(32px, 7vw, 100px); }
.problem-grid h2, .outputs-grid h2 { margin: 0; font-size: clamp(40px, 5.6vw, 76px); line-height: 1; }
.light-prose, .prose { color: #4d574f; font-size: 18px; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 48px; }
.pain-grid article { min-height: 230px; padding: 20px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: white; }
.pain-grid span, .goal-grid span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 28px; border-radius: 50%; background: var(--ink); color: var(--saffron); font-size: 12px; font-weight: 900; }
.pain-grid strong { display: block; margin-bottom: 10px; font-size: 20px; line-height: 1.1; }
.pain-grid p { margin: 0; color: #4d574f; }
.goals-section { background: #0b0f0d; }
.goal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.goal-grid article { min-height: 320px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #17211c, #101713); }
.goal-grid h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 30px; line-height: 1.04; }
.goal-grid p { margin: 0; color: var(--muted); }
.creative-map-section { background: linear-gradient(180deg, #101713, #0b0f0d); }
.creative-map { display: grid; grid-template-columns: .8fr 80px 1.2fr; gap: 18px; align-items: center; }
.map-node { min-height: 300px; padding: 28px; border: 1px solid rgba(240,173,61,.22); border-radius: 22px; background: radial-gradient(circle at 80% 20%, rgba(240,173,61,.16), transparent 30%), var(--panel); }
.map-node span { color: var(--saffron); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.map-node strong { display: block; max-width: 340px; margin-top: 80px; color: white; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.02em; }
.map-rail { height: 2px; background: linear-gradient(90deg, var(--saffron), var(--teal)); position: relative; }
.map-rail::before, .map-rail::after { content: ""; position: absolute; top: 50%; width: 14px; height: 14px; border-radius: 50%; background: var(--saffron); transform: translateY(-50%); }
.map-rail::before { left: -2px; }
.map-rail::after { right: -2px; background: var(--teal); }
.map-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.map-stack article { min-height: 180px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.map-stack span { color: var(--saffron); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.map-stack strong { display: block; margin: 30px 0 8px; color: white; font-size: 21px; }
.map-stack p { margin: 0; color: var(--muted); }
.kaizen-workflow-section { background: #101713; }
.kaizen-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.kaizen-steps article { min-height: 280px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.kaizen-steps h3 { margin: 70px 0 10px; font-family: var(--serif); font-size: 28px; line-height: 1.05; }
.kaizen-steps p { color: var(--muted); }
.outputs-section { background: var(--ink); }
.output-list { border-top: 1px solid var(--line); }
.output-list div { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.output-list span { font-size: 18px; font-weight: 900; }
.output-list small { color: var(--muted); text-align: right; }
.fit-section, .beyond-section { background: var(--paper); color: var(--ink); text-align: center; }
.fit-section h2, .beyond-section h2 { max-width: 900px; margin: 0 auto 30px; font-size: clamp(42px, 5.6vw, 82px); line-height: 1; }
.industry-list, .beyond-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 920px; margin: 30px auto 0; }
.industry-list span, .beyond-list span { padding: 10px 14px; border: 1px solid var(--dark-line); border-radius: 999px; background: white; color: var(--ink); font-size: 14px; font-weight: 900; }
.beyond-section p { max-width: 720px; margin: 0 auto; color: #4d574f; font-size: 18px; }

html[lang="hi"] .hero h1 { max-width: 940px; font-size: clamp(40px,5.7vw,78px); }

@media (max-width: 1040px) {
  .nav-links { display: none; position: absolute; top: 76px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; gap: 6px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #101713; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
  .nav-links.open { display: flex; }
  .nav-links a, .language-toggle { justify-content: flex-start; min-height: 48px; padding: 12px; text-align: left; }
  .menu-button { display: block; }
  .hero-console, .snap-section, .section-header, .before-after, .kaizen-showcase, .kaizen-product-hero, .problem-grid, .outputs-grid, .creative-map { grid-template-columns: 1fr; }
  .hero-content { padding-bottom: 240px; }
  .systems-grid { grid-template-columns: repeat(2,1fr); }
  .system-card.tall, .system-card.wide { grid-column: auto; grid-row: auto; }
  .kaizen-lab { grid-template-columns: 1fr; }
  .map-rail { width: 2px; height: 64px; margin-left: 32px; }
  .pain-grid, .kaizen-steps, .goal-grid, .starter-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .site-header { padding: 16px 18px; }
  .hero, .hero-content { min-height: 100dvh; }
  .hero-content { padding: 104px 18px 330px; }
  .hero h1 { font-size: 43px; }
  .hero-console { left: 18px; right: 18px; bottom: 18px; gap: 8px; }
  .console-card { min-height: 92px; padding: 12px; }
  .console-card small { display: none; }
  .snap-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 70px 18px; }
  .section-header h2, .before-panel h2, .after-panel h2, .kaizen-copy h2, .start-section h2, .contact-section h2, .problem-grid h2, .outputs-grid h2, .fit-section h2, .beyond-section h2, .goals-section h2 { font-size: 40px; }
  .systems-grid, .pain-grid, .kaizen-steps, .goal-grid, .starter-grid { grid-template-columns: 1fr; }
  .flow-map { grid-template-columns: 1fr; }
  .flow-map strong { grid-column: auto; }
  .kaizen-product-hero h2 { font-size: 44px; }
  .kaizen-visual-panel, .kaizen-visual-panel img, .kaizen-hero-visual, .kaizen-hero-visual img { min-height: 380px; }
  .hero-visual-card { position: relative; inset: auto; max-width: none; margin: 10px; transform: none; }
  .context-card, .goal-card, .output-card-float { left: auto; right: auto; top: auto; bottom: auto; }
  .visual-stat { position: relative; inset: auto; width: auto; margin: 10px; }
  .map-stack { grid-template-columns: 1fr; }
  .map-node { min-height: 240px; }
  .map-node strong { margin-top: 52px; }
  .goal-strip { grid-template-columns: 1fr; }
  .output-list div { flex-direction: column; gap: 4px; }
  .output-list small { text-align: left; }
  .site-footer { display: grid; }
  html[lang="hi"] .hero h1 { font-size: 38px; }
}

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