:root {
  color-scheme: light;
  --ink: #101523;
  --muted: #596273;
  --paper: #f6f4ef;
  --white: #ffffff;
  --line: #d8dde6;
  --red: #d92525;
  --red-dark: #a81414;
  --red-soft: #fff0ef;
  --navy: #111827;
  --cream: #eee8dc;
  --green: #126f45;
  --blue: #1d4ed8;
  --shadow: 0 20px 60px rgba(20, 27, 40, 0.11);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.dialog-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, blockquote, figure { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.05; }
h1 { max-width: 1030px; margin-bottom: 26px; font-size: clamp(3rem, 6vw, 6.2rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.1vw, 4.45rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }

.shell { width: var(--shell); margin-inline: auto; }
.page-section { position: relative; padding: clamp(64px, 7vw, 104px) 0; }
.section-heading { max-width: 790px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.section-kicker, .eyebrow {
  margin-bottom: 16px;
  color: var(--red-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.brand-promise { font-size: 1.25rem; font-weight: 850; letter-spacing: -0.025em; }
.result-line { font-weight: 850; }
.visual-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}
.visual-label::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.illustration-label { color: #765820; }
.actual-label { color: var(--green); }
.annotated-label { color: var(--blue); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: -10000px;
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  font-weight: 850;
}
.skip-link:focus { left: 8px; outline: 3px solid var(--red); }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(216, 221, 230, 0.92);
  background: rgba(246, 244, 239, 0.95);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -0.02em; white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: var(--red); color: var(--white); font-size: 0.72rem; letter-spacing: 0; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.site-nav a, .login-link { border-radius: 999px; padding: 8px 10px; color: #343c4b; font-size: 0.85rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible, .login-link:hover, .login-link:focus-visible { color: var(--red-dark); }
.site-nav a[aria-current="location"] { background: var(--red-soft); color: var(--red-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.mobile-login-link { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-weight: 850; }
.menu-icon { display: grid; gap: 3px; }
.menu-icon span { width: 18px; height: 2px; display: block; background: currentColor; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-dark); }
.button-secondary { border-color: #aab2bf; background: transparent; color: var(--ink); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--ink); background: var(--white); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }

.hero { overflow: hidden; background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: -18% -10% auto 42%; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(217, 37, 37, 0.11), transparent 68%); pointer-events: none; }
.hero-inner { position: relative; text-align: center; }
.hero-inner .eyebrow { color: var(--muted); }
.hero-lede { max-width: 760px; margin: 0 auto 28px; color: #3e4655; font-size: clamp(1.1rem, 2vw, 1.4rem); }
.product-definition { margin: -12px auto 24px; color: var(--muted); font-size: .94rem; font-weight: 750; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.concept-block { position: relative; }
.hero .concept-block { max-width: 940px; margin: 42px auto 20px; }
.hero .visual-label { justify-content: center; }
.hero-pipeline { margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.hero-pipeline li { position: relative; min-height: 68px; display: grid; place-items: center; border: 1px dashed #b79c69; background: rgba(255,255,255,0.76); font-weight: 850; }
.hero-pipeline li:first-child { border-radius: 18px 0 0 18px; }
.hero-pipeline li:last-child { border-radius: 0 18px 18px 0; }
.hero-pipeline li:not(:last-child)::after { content: "→"; position: absolute; z-index: 1; right: -13px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #8a6a2f; color: var(--white); }
.hero .brand-promise { margin-bottom: 8px; }
.trust-line { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }
.trust-line span { margin-right: 7px; color: var(--green); font-weight: 900; }

.recognition { background: var(--navy); color: var(--white); }
.recognition .section-kicker { color: #fda4af; }
.recognition .section-heading { max-width: 880px; }
.recognition-story { margin-top: 38px; display: grid; grid-template-columns: 1.06fr .94fr; gap: 42px; align-items: start; }
.day-grid { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border: 1px solid #374151; border-radius: 20px; overflow: hidden; }
.day-grid li { min-height: 142px; padding: 22px; border-right: 1px solid #374151; border-bottom: 1px solid #374151; }
.day-grid li:nth-child(2n) { border-right: 0; }
.day-grid li:nth-last-child(-n+2) { border-bottom: 0; }
.day-grid span { display: block; margin-bottom: 16px; color: #fda4af; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
.day-grid p { margin-bottom: 0; font-size: 1.1rem; }
.day-close { max-width: 720px; margin: 24px 0 0; color: #d1d5db; font-size: 1.16rem; font-weight: 750; }
.founder-card { border: 1px solid #465064; border-left: 5px solid var(--red); border-radius: 0 20px 20px 0; padding: 26px 28px; background: #182131; }
.founder-card h3 { margin-bottom: 18px; }
.founder-card blockquote { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.48; letter-spacing: -0.015em; }
.founder-signature { display: flex; gap: 16px; align-items: baseline; }
.founder-signature span, .owner-note { color: #cbd5e1; }
.owner-note { margin-bottom: 0; font-size: 0.82rem; }

.old-new { background: var(--white); }
.flow-comparison { margin-top: 34px; display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 24px; align-items: stretch; }
.chaos-panel, .clean-panel { border: 1px dashed #b89e6f; border-radius: 28px; padding: 28px; }
.chaos-panel { background: #fff9f2; }
.clean-panel { display: flex; flex-direction: column; background: #f5f7ed; }
.chaos-map { position: relative; min-height: 350px; overflow: hidden; }
.chaos-question { position: absolute; z-index: 2; top: 50%; left: 50%; width: 220px; margin: 0; transform: translate(-50%, -50%); border: 2px dashed #8a6a2f; border-radius: 18px; padding: 22px 16px; background: var(--white); text-align: center; font-weight: 850; box-shadow: var(--shadow); }
.orbit { position: absolute; z-index: 2; border: 1px dashed #b89e6f; border-radius: 8px; padding: 8px 12px; background: #fff; font-size: 0.81rem; font-weight: 750; white-space: nowrap; }
.orbit-1 { top: 5%; left: 4%; }.orbit-2 { top: 7%; right: 4%; }.orbit-3 { top: 29%; left: 1%; }.orbit-4 { top: 27%; right: 0; }.orbit-5 { bottom: 34%; left: 2%; }.orbit-6 { bottom: 31%; right: 3%; }.orbit-7 { bottom: 8%; left: 7%; }.orbit-8 { bottom: 6%; right: 13%; }.orbit-9 { top: 3%; left: 38%; }
.chaos-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.chaos-lines path { fill: none; stroke: rgba(138, 106, 47, 0.48); stroke-width: 2; stroke-dasharray: 8 5; }
.flow-label { margin: 24px 0 0; font-weight: 850; }
.clean-flow { margin: 44px 0 auto; padding: 0; display: grid; gap: 16px; counter-reset: clean; list-style: none; }
.clean-flow li { position: relative; min-height: 78px; display: flex; align-items: center; border: 1px dashed #9aab72; border-radius: 14px; padding: 16px 22px 16px 72px; background: var(--white); font-weight: 800; }
.clean-flow li::before { counter-increment: clean; content: "0" counter(clean); position: absolute; left: 22px; color: #5b6e2f; font-size: 0.76rem; letter-spacing: .08em; }
.clean-flow li:not(:last-child)::after { content: "↓"; position: absolute; z-index: 1; bottom: -20px; left: 50%; color: #5b6e2f; font-weight: 900; }
.compact-cta { width: min(850px, calc(100vw - 48px)); margin: 38px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 28px; }
.compact-cta h3 { margin-bottom: 0; }

.proof-disclosure { width: min(1080px, calc(100vw - 48px)); margin: 42px auto 0; border: 1px solid #b7c7bc; border-radius: 14px; padding: 15px 18px; background: #f1f8f4; color: #244334; font-size: 0.9rem; }
.actual-key { width: 10px; height: 10px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--green); }

.messages { padding-block: 86px; background: #f1eee8; }
.message-proof { margin-top: 50px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); grid-template-rows: auto auto; gap: 20px; align-items: start; }
.message-proof-label { grid-column: 1 / -1; margin-bottom: -8px; }
.proof-crop { margin: 0; min-width: 0; }
.proof-crop figcaption, .project-proof figcaption, .research-proof figcaption, .daily-proof figcaption { display: grid; margin-bottom: 10px; }
.proof-crop figcaption strong, .project-proof figcaption strong, .research-proof figcaption strong, .daily-proof figcaption strong { font-size: 1rem; }
.proof-conversation { grid-row: 2 / span 2; }
.native-frame { overflow: hidden; border: 1px solid #d3d9e2; border-radius: 14px; background: var(--white); box-shadow: 0 16px 44px rgba(20, 25, 35, 0.11); }
.native-frame picture { display: grid; place-items: start center; }
.native-frame img { width: 100%; }
.proof-products .native-frame { overflow-x: auto; }
.proof-products .native-frame img { width: auto; max-width: none; height: 176px; }
.proof-project-context .native-frame { max-height: 420px; overflow: auto; }
.proof-callout { grid-column: 1 / -1; max-width: 720px; margin: 20px auto 0; border-left: 4px solid var(--red); padding: 8px 18px; font-size: 1.3rem; font-weight: 850; }
.proof-actions { margin-top: 22px; display: flex; justify-content: flex-end; }
.text-button { min-height: 44px; border: 0; border-bottom: 2px solid currentColor; padding: 7px 0; background: none; color: var(--red-dark); font-weight: 850; cursor: pointer; }
.control-statement { margin-top: 26px; margin-bottom: 0; color: #f8fafc; font-weight: 850; text-align: center; }

.walkthrough { margin-top: 54px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: center; border: 1px solid #cfd6e1; border-radius: 24px; padding: 28px; background: rgba(255, 255, 255, .72); }
.walkthrough-copy h3 { margin-bottom: 10px; }
.walkthrough-disclosure { color: var(--muted); font-size: .84rem; }
.walkthrough-steps { margin: 24px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.walkthrough-steps button { width: 100%; min-height: 52px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 9px 12px; background: var(--white); color: var(--ink); text-align: left; font-weight: 750; cursor: pointer; }
.walkthrough-steps button span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #eef1f5; font-size: .76rem; }
.walkthrough-steps button[aria-pressed="true"] { border-color: var(--blue); background: #eef4ff; color: #163b89; }
.walkthrough-steps button[aria-pressed="true"] span { background: var(--blue); color: #fff; }
.walkthrough-stage { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #ccd3dd; border-radius: 15px; padding: 12px; background: #e9edf2; }
.walkthrough-stage img { width: auto; max-width: 100%; height: auto; max-height: 390px; margin-inline: auto; object-fit: contain; object-position: center; background: #f6f7f9; }
.walkthrough-stage figcaption { min-height: 46px; margin: 0; padding: 12px 4px 0; color: #384152; font-weight: 750; }
.external-highlight { position: absolute; z-index: 2; pointer-events: none; border: 3px solid #2563eb; border-radius: 10px; box-shadow: 0 0 0 9999px rgba(17, 24, 39, .06); }
.walkthrough-stage[data-highlight="conversation"] .external-highlight { inset: 12% 13% 24% 13%; }
.walkthrough-stage[data-highlight="products"] .external-highlight { inset: 24% 4% 30% 4%; }
.walkthrough-stage[data-highlight="project"] .external-highlight { inset: 16% 4% 15% 4%; }
.walkthrough-stage[data-highlight="signals"] .external-highlight { inset: 24% 4% 28% 4%; }
.walkthrough-stage[data-highlight="row"] .external-highlight { inset: 27% 3% 20% 3%; }
.walkthrough-stage[data-highlight="workflow"] .external-highlight { inset: 23% 76% 28% 3%; }
.walkthrough-stage[data-highlight="attention"] .external-highlight { inset: 18% 3% 20% 3%; }
.walkthrough-stage[data-highlight="surface"] .external-highlight { inset: 18% 3% 18% 3%; }

.projects { background: var(--white); }
.projects .concept-block { margin-top: 46px; }
.status-path { margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.status-path li { position: relative; min-height: 98px; display: grid; place-items: center; border-block: 2px dashed #a98749; padding: 16px 10px; text-align: center; font-weight: 800; }
.status-path li::before { content: ""; position: absolute; top: -8px; width: 13px; height: 13px; border: 2px solid #8a6a2f; border-radius: 50%; background: var(--white); }
.status-path li:not(:last-child)::after { content: "→"; position: absolute; right: -9px; color: #725621; }
.project-proof, .research-proof { margin-top: 42px; }
.proof-pan { overflow-x: auto; overscroll-behavior-inline: contain; }
.project-proof .proof-pan img { width: auto; max-width: none; height: 170px; }
.differentiation { max-width: 920px; margin-top: 38px; margin-bottom: 0; font-size: 1.22rem; font-weight: 800; }

.research { background: var(--navy); color: var(--white); }
.research .section-kicker { color: #fda4af; }
.research .section-heading > p:last-child { color: #cbd5e1; }
.research .illustration-label { color: #fde68a; }
.research .annotated-label { color: #93c5fd; }
.research .concept-block { margin-top: 38px; border: 1px dashed #9e8657; border-radius: 26px; padding: 24px; background: #171f2d; }
.decision-boundary { margin-bottom: 20px; color: #fde68a; font-size: .87rem; font-weight: 800; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.decision-card { position: relative; border: 1px dashed #8f99ab; border-radius: 12px; padding: 22px; background: #202a3a; }
.decision-card > img { width: 76px; height: 76px; margin-bottom: 18px; border-radius: 10px; object-fit: cover; }
.decision-card h3 { margin-bottom: 8px; }
.decision-card .decision-label { display: inline-block; margin-bottom: 18px; border-bottom: 2px solid currentColor; font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.strong-fit .decision-label { color: #86efac; }.needs-review .decision-label { color: #fde68a; }.move-on .decision-label { color: #fca5a5; }
.score { color: #cbd5e1; }
.score strong { color: #fff; font-size: 1.48rem; }
.decision-card ul { margin: 16px 0; padding-left: 18px; color: #d6dbe4; }
.decision-card > p:last-child { margin-bottom: 0; color: #f1f5f9; font-weight: 700; }
.research-proof .actual-label { color: #86efac; }
.research-proof .native-frame { border-color: #566176; }
.research-proof .proof-pan img { width: auto; max-width: none; height: 210px; }
.research .walkthrough { border-color: #465268; background: #182131; }
.research .walkthrough-disclosure, .research .walkthrough-stage figcaption { color: #d1d5db; }
.research .walkthrough-stage { border-color: #566176; background: #222c3c; }
.research .walkthrough-steps button { border-color: #4b566a; background: #202a3a; color: #f8fafc; }
.research .walkthrough-steps button[aria-pressed="true"] { border-color: #93c5fd; background: #253c63; color: #dbeafe; }
.research .text-button { color: #fff; }

.daily { background: var(--cream); }
.daily-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: center; }
.daily .section-heading > p:last-child { color: #4b5563; }
.daily-proof { margin: 0; }
.daily-inline-proof { width: 100%; }

.closing { background: var(--white); }
.closing-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; }
.before-after { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.before-after article { border-radius: 20px; padding: 24px; background: var(--paper); }
.before-after article:last-child { background: #edf7f1; }
.before-after p { margin-bottom: 0; color: var(--muted); }
.transformation-copy .result-line { margin-top: 30px; font-size: 1.16rem; }
.trust-copy { border-top: 5px solid var(--red); padding: 32px 0 0 34px; }
.trust-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.trust-copy li { border-bottom: 1px solid var(--line); padding: 16px 0; }
.trust-copy li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 900; }
.faq-block { max-width: 900px; margin-top: 56px; }
.faq-block details { border-top: 1px solid var(--line); }
.faq-block details:last-child { border-bottom: 1px solid var(--line); }
.faq-block summary { padding: 22px 8px; cursor: pointer; font-weight: 850; }
.faq-block details p { max-width: 700px; padding: 0 8px 22px; color: var(--muted); }

.account { background: var(--navy); color: var(--white); }
.account .section-kicker { color: #fda4af; }
.account-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.account-intro .button { margin-top: 8px; }
.account-card { border-radius: 24px; padding: 10px 34px 34px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.tab-list { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.tab-list button { min-height: 58px; border: 0; border-bottom: 3px solid transparent; padding: 16px 10px 13px; background: none; color: var(--muted); font-weight: 850; cursor: pointer; }
.tab-list button[aria-selected="true"] { border-bottom-color: var(--red); color: var(--ink); }
.account-route-panel { min-height: 220px; display: grid; align-content: start; gap: 14px; padding: 12px 0 4px; }
.account-route-panel h3, .account-route-panel p { margin: 0; }
.account-route-panel .button { justify-self: start; margin-top: 6px; }
.forgot-link { margin-top: 4px; color: var(--red-dark); font-weight: 800; }
.account-note { margin: 22px 0 0; border-top: 1px solid var(--line); padding-top: 16px; color: var(--muted); font-size: .8rem; }
.contact-section { margin-top: 64px; border-top: 1px solid #394256; padding-top: 52px; }
.contact-section .section-heading { max-width: 680px; }
.contact-route { margin-top: 38px; border: 1px solid #556074; border-radius: 20px; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-route p { margin: 0; font-size: 1.04rem; }
.contact-route .button { flex: 0 0 auto; }

.site-footer { border-top: 1px solid #323b4d; padding: 42px 0; background: var(--navy); color: #d1d5db; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 30px; }
.footer-inner p { margin: 0; font-size: .82rem; }
.footer-brand { grid-row: span 2; color: #fff; }

.image-dialog { width: min(96vw, 1560px); max-height: 94vh; border: 0; border-radius: 18px; padding: 0; overflow: auto; background: var(--white); color: var(--ink); }
.image-dialog::backdrop { background: rgba(5, 8, 15, .8); }
.dialog-shell { min-width: 0; }
.dialog-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 16px 20px; background: #fff; }
.dialog-header h2 { margin: 0; font-size: 1.2rem; }
.dialog-close { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; padding: 0 18px; background: #fff; font-weight: 850; cursor: pointer; }
.dialog-toolbar { display: flex; gap: 8px; border-bottom: 1px solid var(--line); padding: 12px 20px; background: #fff; }
.dialog-mode, .dialog-navigation button { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; background: #fff; color: var(--ink); font-weight: 850; cursor: pointer; }
.dialog-mode[aria-pressed="true"] { border-color: var(--blue); background: #eef4ff; color: #163b89; }
.dialog-body { overflow: auto; max-height: calc(94vh - 254px); padding: 18px; background: #eef1f5; }
.dialog-stage { position: relative; margin: 0; }
.dialog-stage img { width: auto; max-width: 100%; max-height: calc(94vh - 330px); height: auto; margin-inline: auto; object-fit: contain; background: #fff; }
.dialog-stage figcaption { min-height: 30px; margin: 10px 0 0; color: #384152; font-weight: 750; text-align: center; }
.dialog-navigation { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; border-top: 1px solid var(--line); padding: 12px 20px; }
.dialog-navigation[hidden] { display: none; }
.dialog-navigation p { margin: 0; text-align: center; font-weight: 800; }
.image-dialog > .walkthrough-disclosure, .dialog-shell > .walkthrough-disclosure { margin: 0; padding: 10px 20px 0; color: var(--blue); font-size: .82rem; font-weight: 800; }
.dialog-disclosure { margin: 0; padding: 10px 20px 16px; color: var(--muted); font-size: .8rem; }
.dialog-disclosure .visual-label { margin: 0 10px 0 0; }

.js .reveal { transform: translateY(14px); transition: transform 220ms ease; }
.js .reveal.is-visible { transform: none; }

@media (max-width: 1120px) {
  :root { --shell: min(960px, calc(100vw - 40px)); }
  .site-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; margin: 0; border: 1px solid var(--line); border-radius: 16px; padding: 12px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: grid; }
  .site-nav a { padding: 11px 12px; }
  .menu-toggle { margin-left: auto; display: flex; align-items: center; gap: 8px; }
  .recognition-story { grid-template-columns: 1fr; }
  .flow-comparison { grid-template-columns: 1fr; }
  .chaos-map { min-height: 430px; }
  .message-proof { grid-template-columns: 1.08fr .92fr; }
  .walkthrough { grid-template-columns: 1fr; }
  .walkthrough-stage img { max-height: 390px; }
  .decision-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .decision-card { display: grid; grid-template-columns: 90px 1fr; column-gap: 20px; }
  .decision-card .decision-label { grid-column: 1 / -1; }
  .decision-card > img { grid-row: 2 / span 2; }
  .decision-card ul, .decision-card > p:last-child, .decision-card .score { grid-column: 2; }
  .daily-grid, .closing-grid, .account-layout { grid-template-columns: 1fr; }
  .account-card { max-width: 720px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  html { scroll-padding-top: 24px; }
  body { font-size: 15px; }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; gap: 8px; }
  .brand { gap: 7px; font-size: .86rem; }
  .brand-mark { width: 30px; height: 30px; }
  .header-actions { margin-left: auto; }
  .header-actions .login-link { display: none; }
  .header-actions .button { min-height: 42px; padding-inline: 14px; font-size: .8rem; }
  .header-cta { font-size: 0 !important; }
  .header-cta::after { content: "Create account"; font-size: .8rem; }
  .mobile-login-link { display: block; }
  .menu-toggle { order: 3; min-width: 42px; min-height: 42px; justify-content: center; }
  .menu-toggle > span:first-child { display: none; }
  .site-nav { top: 68px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.6rem); }
  .hero-pipeline { grid-template-columns: 1fr; gap: 8px; }
  .hero .concept-block { margin: 30px auto 20px; }
  .hero-pipeline li { min-height: 52px; border-radius: 12px !important; }
  .hero-pipeline li:not(:last-child)::after { content: "↓"; right: 50%; bottom: -15px; transform: translateX(50%); }
  .page-section { padding: 64px 0; }
  .recognition-story { margin-top: 24px; gap: 22px; }
  .day-grid { grid-template-columns: 1fr; }
  .day-grid li { min-height: 88px; border-right: 0; border-bottom: 1px solid #374151; padding: 15px 18px; }
  .day-grid li:nth-last-child(2) { border-bottom: 1px solid #374151; }
  .day-grid li:last-child { border-bottom: 0; }
  .day-grid span { margin-bottom: 12px; }
  .founder-card { border-left-width: 4px; padding: 22px; }
  .founder-card blockquote { font-size: 1.08rem; }
  .chaos-panel, .clean-panel { padding: 20px; }
  .chaos-map { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-content: start; padding-top: 92px; }
  .chaos-question { top: 44px; width: 100%; }
  .orbit { position: static; white-space: normal; text-align: center; }
  .orbit-9 { grid-column: 1 / -1; }
  .chaos-lines { display: none; }
  .clean-flow { margin-top: 30px; gap: 13px; }
  .clean-flow li { min-height: 68px; padding: 13px 16px 13px 62px; }
  .compact-cta { align-items: flex-start; flex-direction: column; gap: 16px; }
  .proof-disclosure { width: calc(100vw - 32px); margin-top: 20px; }
  .message-proof { margin-top: 36px; grid-template-columns: 1fr; grid-template-rows: none; gap: 24px; }
  .proof-conversation { grid-row: auto; }
  .proof-conversation .native-frame img { min-height: 240px; object-fit: cover; object-position: top; }
  .proof-products .native-frame img { height: 180px; }
  .proof-project-context .native-frame { max-height: 430px; overflow: auto; }
  .proof-project-context .native-frame img { width: auto; max-width: none; height: 430px; min-height: 0; }
  .proof-callout { grid-column: 1; margin-top: 4px; font-size: 1.12rem; }
  .walkthrough { margin-top: 40px; gap: 24px; border-radius: 18px; padding: 18px; }
  .walkthrough-stage img { max-height: 260px; }
  .walkthrough-stage figcaption { min-height: 58px; }
  .projects .concept-block { margin-top: 34px; }
  .status-path { grid-template-columns: 1fr 1fr; gap: 8px; }
  .status-path li { min-height: 64px; border: 1px dashed #a98749; border-left-width: 3px; border-radius: 9px; }
  .status-path li:last-child { grid-column: 1 / -1; }
  .status-path li::before, .status-path li:not(:last-child)::after { display: none; }
  .project-proof, .research-proof { margin-top: 32px; }
  .project-proof .proof-pan img { height: 190px; }
  .research .concept-block { padding: 18px; }
  .decision-grid { gap: 14px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-card { display: grid; grid-template-columns: 120px 1fr; gap: 7px 14px; padding: 19px; }
  .decision-card .decision-label { grid-column: 1 / -1; margin-bottom: 4px; }
  .decision-card > img { grid-column: 1; grid-row: 2 / span 2; width: 120px; height: 120px; margin: 0; }
  .decision-card h3 { grid-column: 2; grid-row: 2; margin-bottom: 0; }
  .decision-card .score { grid-column: 2; grid-row: 3; margin: 0; }
  .decision-card ul, .decision-card > p:last-child { grid-column: 1 / -1; }
  .research-proof .proof-pan img { height: 205px; }
  .daily-grid { gap: 30px; }
  .daily-proof .native-frame img { width: auto; min-width: 0; min-height: 240px; margin-inline: auto; object-fit: contain; }
  .before-after { grid-template-columns: 1fr; margin-top: 28px; }
  .before-after article { padding: 20px; }
  .closing-grid { gap: 44px; }
  .trust-copy { padding-left: 0; }
  .faq-block { margin-top: 38px; }
  .faq-block summary { padding-block: 18px; }
  .account-layout { gap: 32px; }
  .account-card { padding: 8px 18px 24px; }
  .contact-section { margin-top: 48px; padding-top: 40px; }
  .contact-route { margin-top: 30px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .image-dialog { width: 96vw; }
  .dialog-header { align-items: flex-start; padding: 14px; }
  .dialog-toolbar { padding: 10px 14px; }
  .dialog-body { padding: 10px; }
  .dialog-stage img { max-height: calc(94vh - 360px); }
  .dialog-navigation { gap: 8px; padding: 10px 14px; }
  .dialog-navigation button { padding-inline: 12px; }
  .dialog-disclosure { padding-inline: 14px; }
}

@media (max-width: 380px) {
  :root { --shell: calc(100vw - 24px); }
  .proof-disclosure { width: calc(100vw - 24px); }
  .brand { font-size: .82rem; }
  .header-actions .button { padding-inline: 11px; font-size: .76rem; }
  .header-cta::after { font-size: .76rem; }
  .menu-toggle { min-width: 38px; padding: 0; }
}

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