/* MoonSignal flagship product system — porcelain / ink / moon blue */
:root {
  --paper: #f7f7f4;
  --white: #ffffff;
  --ink: #111214;
  --ink-2: #35383f;
  --muted: #6d717a;
  --faint: #9ca0a8;
  --line: #dfe1e5;
  --line-dark: #c9ccd2;
  --blue: #1267e7;
  --blue-deep: #0d51b8;
  --blue-soft: #eaf2ff;
  --green: #1f8754;
  --green-soft: #eaf6ef;
  --orange: #d97757;
  --night: #0d1119;
  --night-2: #171d28;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --max: 1240px;
}

* { 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.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--blue); color: var(--white); }

.shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 10px; font-weight: 600;
  letter-spacing: .14em; line-height: 1.2; text-transform: uppercase;
  color: var(--blue);
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; }
.display {
  margin: 0; font-size: clamp(48px, 7vw, 104px); font-weight: 650;
  line-height: .92; letter-spacing: -.066em;
}
.display .blue { color: var(--blue); }
.display .soft { color: #a9adb5; }
.display .serif { font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: -.025em; }
.section-title {
  margin: 0; font-size: clamp(38px, 5.2vw, 72px); font-weight: 620;
  line-height: .98; letter-spacing: -.055em;
}
.section-title .serif { font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: -.02em; }
.lede { margin: 0; max-width: 700px; color: var(--muted); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.45; letter-spacing: -.025em; }
.lede strong { color: var(--ink); font-weight: 600; }
.micro { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px;
  background: var(--ink); color: var(--white); text-decoration: none;
  font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue); border-color: var(--blue); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--line-dark); }
.button.secondary:hover { background: var(--white); border-color: var(--ink); }
.button.blue { background: var(--blue); border-color: var(--blue); }
.button.blue:hover { background: var(--blue-deep); border-color: var(--blue-deep); }
.button.small { min-height: 42px; padding-inline: 18px; font-size: 13px; }

/* Header and dropdowns */
.site-header {
  position: sticky; top: 0; z-index: 100; height: 78px;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.nav-shell { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; text-decoration: none; font-size: 20px; font-weight: 720; letter-spacing: -.045em; }
.moon-mark { width: 31px; height: 31px; position: relative; overflow: hidden; border-radius: 50%; background: var(--blue); }
.moon-mark::after { content: ''; position: absolute; width: 25px; height: 25px; top: -2px; right: -5px; border-radius: 50%; background: var(--paper); }
.desktop-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav-item { position: relative; }
.nav-trigger, .nav-link {
  min-height: 42px; display: inline-flex; align-items: center; gap: 6px;
  padding: 0 13px; border: 0; background: transparent; color: var(--ink-2);
  text-decoration: none; font-size: 13px; font-weight: 560; cursor: pointer;
}
.nav-trigger::after { content: ''; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.nav-item:hover .nav-trigger, .nav-item:focus-within .nav-trigger, .nav-link:hover { color: var(--blue); }
.nav-link[aria-current="page"], .dropdown-link[aria-current="page"], .mobile-menu a[aria-current="page"] { color: var(--blue); }
.nav-item:hover .nav-trigger::after, .nav-item:focus-within .nav-trigger::after { transform: rotate(225deg) translate(-2px,-1px); }
.nav-dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%; width: 330px; padding: 10px;
  transform: translate(-50%, 8px); opacity: 0; visibility: hidden; pointer-events: none;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 24px 70px rgba(17,18,20,.14); transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown, .nav-item.open .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.dropdown-label { padding: 8px 11px 6px; font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; color: var(--faint); }
.dropdown-link { display: grid; grid-template-columns: 36px 1fr; gap: 10px; align-items: center; padding: 10px; border-radius: 10px; text-decoration: none; }
.dropdown-link:hover { background: var(--blue-soft); }
.dropdown-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); color: var(--blue); font-family: var(--mono); font-size: 10px; font-weight: 700; }
.dropdown-copy strong { display: block; font-size: 13px; line-height: 1.25; }
.dropdown-copy span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.menu-toggle { width: 42px; height: 42px; display: none; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ''; display: block; width: 17px; height: 1.5px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle span { margin: 4px 0; }
.menu-toggle.active::before { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle.active span { opacity: 0; }
.menu-toggle.active::after { transform: translateY(-5.5px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 78px 0 0; z-index: 99; overflow-y: auto; padding: 24px; background: var(--paper); }
.mobile-menu.open { display: block; }
.mobile-group { padding: 18px 0; border-bottom: 1px solid var(--line); }
.mobile-group-title { margin-bottom: 10px; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.mobile-menu a { display: block; padding: 9px 0; text-decoration: none; font-size: 19px; font-weight: 580; letter-spacing: -.03em; }

/* Homepage */
.hero { padding: 82px 0 54px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(460px,.95fr); gap: 72px; align-items: center; }
.hero-copy .eyebrow { margin-bottom: 28px; }
.hero-copy .display { font-size: clamp(56px, 6.7vw, 94px); }
.hero-sub { margin: 30px 0 0; max-width: 650px; color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.48; letter-spacing: -.025em; }
.hero-sub strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.price-line { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; margin-top: 24px; color: var(--muted); font-size: 13px; }
.price-line strong { color: var(--ink); font-size: 16px; }
.price-line span { position: relative; }
.price-line span + span::before { content: ''; position: absolute; left: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--line-dark); }

.proof-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.proof-bar-inner { min-height: 78px; display: grid; grid-template-columns: auto repeat(5,1fr); align-items: center; gap: 28px; }
.proof-lead { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.platform-word { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 620; color: var(--ink-2); }
.platform-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.platform-word:nth-child(3) .platform-dot { background: #4285f4; }
.platform-word:nth-child(4) .platform-dot { background: #95bf47; }
.platform-word:nth-child(5) .platform-dot { background: #111; }
.platform-word:nth-child(6) .platform-dot { background: var(--orange); }

.section { padding: 128px 0; }
.section.white { background: var(--white); }
.section.night { background: var(--night); color: var(--white); }
.night .lede { color: #aab3c0; }
.section-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 64px; align-items: end; margin-bottom: 58px; }
.section-head .lede { margin-top: 22px; }
.section-head.single { display: block; max-width: 880px; }

.agency-compare { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--white); }
.compare-column { padding: 34px; }
.compare-column + .compare-column { border-left: 1px solid var(--line); }
.compare-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.compare-head h3 { margin: 0; font-size: 27px; letter-spacing: -.045em; }
.compare-price { font-family: var(--serif); font-size: 32px; font-style: italic; }
.compare-column.moon { background: var(--blue-soft); }
.compare-column.moon .compare-price { color: var(--blue); }
.compare-row { display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent); color: var(--ink-2); font-size: 14px; }
.compare-row:last-child { border-bottom: 0; }
.compare-symbol { font-family: var(--mono); color: var(--faint); }
.moon .compare-symbol { color: var(--blue); }

.jobs-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.job { min-height: 420px; padding: 38px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.job-num { font-family: var(--mono); font-size: 10px; color: var(--blue); letter-spacing: .12em; }
.job h3 { margin: auto 0 16px; max-width: 460px; font-size: clamp(30px, 3.1vw, 46px); line-height: 1; letter-spacing: -.05em; }
.job p { margin: 0; max-width: 500px; color: var(--muted); font-size: 15px; }
.job-command { margin-top: 22px; padding: 12px 14px; border: 1px solid var(--line); background: var(--white); font-family: var(--mono); font-size: 10px; color: var(--ink-2); }

/* Claude product demo */
.claude-demo { width: 100%; min-height: 610px; overflow: hidden; display: flex; flex-direction: column; background: #f4f1e9; border: 1px solid #d8d3c8; border-radius: 20px; box-shadow: 0 34px 90px rgba(17,18,20,.16); color: #2b2926; font-family: var(--sans); }
.claude-bar { height: 58px; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 16px; border-bottom: 1px solid #ddd8cd; background: #f8f6f1; }
.claude-name { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; }
.claude-glyph { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--orange); color: white; font-size: 17px; }
.demo-status { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; color: #716b63; }
.demo-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.demo-progress { height: 26px; padding: 11px 15px 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 4px; background: #f8f6f1; }
.demo-progress i { height: 3px; overflow: hidden; border-radius: 2px; background: #ded9cf; }
.demo-progress i::after { content: ''; display: block; width: 0; height: 100%; background: var(--orange); }
.demo-progress i.done::after { width: 100%; }
.demo-progress i.active::after { animation: demo-progress 2.35s linear forwards; }
@keyframes demo-progress { to { width: 100%; } }
.claude-body { flex: 1; min-height: 0; padding: 20px; overflow: hidden; }
.user-message { width: fit-content; max-width: 88%; margin: 0 0 14px auto; padding: 11px 13px; border: 1px solid #ddd8ce; border-radius: 14px 14px 4px 14px; background: #fffdf9; font-size: 12px; line-height: 1.45; }
.assistant-message { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.assistant-copy { min-width: 0; }
.assistant-head { display: flex; justify-content: space-between; gap: 12px; margin: 4px 0 9px; font-size: 11px; }
.assistant-head span { color: #777169; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.demo-card { min-height: 310px; padding: 15px; border: 1px solid #ddd8ce; border-radius: 12px; background: #fffdf9; opacity: 0; transform: translateY(7px); }
.demo-card.in { animation: card-in .32s ease forwards; }
@keyframes card-in { to { opacity: 1; transform: none; } }
.demo-kicker { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 9px; color: var(--orange); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.demo-kicker .safe { color: var(--green); }
.demo-card h4 { margin: 0 0 7px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.08; }
.demo-card > p { margin: 0 0 12px; color: #6e6861; font-size: 10.5px; line-height: 1.45; }
.demo-list { display: grid; gap: 6px; }
.demo-line { display: flex; align-items: center; gap: 7px; min-height: 30px; padding: 7px 9px; border-radius: 7px; background: #f3f0e9; color: #4d4944; font-size: 9.5px; }
.demo-line b { color: var(--green); }
.demo-line span:last-child { margin-left: auto; color: #777169; }
.demo-plan { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid #e1dcd2; }
.demo-plan div { padding: 8px; border-right: 1px solid #e1dcd2; border-bottom: 1px solid #e1dcd2; }
.demo-plan div:nth-child(2n) { border-right: 0; }
.demo-plan div:nth-last-child(-n+2) { border-bottom: 0; }
.demo-plan small { display: block; margin-bottom: 2px; color: #8a837a; font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.demo-plan strong { font-size: 9.5px; }
.demo-why { margin-top: 8px; padding: 8px; border-left: 2px solid var(--orange); background: #fbefe9; color: #5e5650; font-size: 8.5px; }
.demo-platform { display: flex; align-items: center; gap: 8px; margin-top: 6px; padding: 8px; border: 1px solid #e1dcd2; border-radius: 7px; background: white; font-size: 9px; }
.demo-platform-logo { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; background: #1877f2; color: #fff; font-weight: 700; }
.demo-platform-logo.google { background: #4285f4; }
.demo-platform strong { display: block; font-size: 9.5px; }
.demo-platform small { color: #777169; }
.demo-platform em { margin-left: auto; color: var(--green); font-style: normal; }
.demo-creatives { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.demo-creative { aspect-ratio: 1; padding: 8px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 8px; color: white; background: linear-gradient(145deg,#b98b79,#3e2722); }
.demo-creative:nth-child(2) { background: linear-gradient(145deg,#8394a8,#293442); }
.demo-creative:nth-child(3) { background: linear-gradient(145deg,#9c9c7c,#31412e); }
.demo-creative small { font-size: 6px; text-transform: uppercase; }
.demo-creative strong { font-size: 8px; line-height: 1.2; }
.demo-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.demo-metric { padding: 8px; border: 1px solid #e1dcd2; border-radius: 7px; background: white; }
.demo-metric small { display: block; color: #827c75; font-size: 7px; text-transform: uppercase; }
.demo-metric strong { font-size: 14px; }
.demo-reco { margin-top: 8px; padding: 9px; background: #edf4ec; color: #435448; font-size: 8.5px; line-height: 1.4; }
.claude-composer { height: 61px; padding: 9px 14px 12px; border-top: 1px solid #ddd8cd; background: #f8f6f1; }
.composer-inner { height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 8px 0 12px; border: 1px solid #d6d1c7; border-radius: 11px; background: #fffdf9; color: #8a847c; font-size: 10px; }
.composer-inner span:first-child { flex: 1; }
.replay { border: 0; background: transparent; color: #777169; font-family: var(--mono); font-size: 8px; cursor: pointer; text-transform: uppercase; }
.send-arrow { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: #2b2926; color: white; }

.demo-theater { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 680px; border: 1px solid #272e3b; background: var(--night-2); }
.demo-menu { padding: 38px; border-right: 1px solid #272e3b; }
.demo-menu h3 { margin: 0 0 14px; font-size: 34px; letter-spacing: -.05em; }
.demo-menu p { margin: 0 0 32px; color: #99a3b2; font-size: 14px; }
.demo-choice { width: 100%; display: block; padding: 18px 0; border: 0; border-top: 1px solid #2b3341; background: transparent; color: #8f99a8; text-align: left; cursor: pointer; }
.demo-choice:last-child { border-bottom: 1px solid #2b3341; }
.demo-choice span { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.demo-choice strong { display: block; margin-top: 5px; color: inherit; font-size: 16px; }
.demo-choice.active { color: white; }
.demo-choice.active span { color: #68a0ff; }
.demo-screen { padding: 26px; display: grid; place-items: center; }
.demo-screen .claude-demo { max-width: 590px; min-height: 600px; }

.connections { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.connection { min-height: 210px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.connection-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-weight: 750; }
.connection h3 { margin: auto 0 7px; font-size: 19px; letter-spacing: -.035em; }
.connection p { margin: 0; color: var(--muted); font-size: 12px; }

.safety-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #29313e; border: 1px solid #29313e; }
.safety-card { min-height: 330px; padding: 32px; display: flex; flex-direction: column; background: var(--night); }
.safety-card .micro { color: #6f7d90; }
.safety-card h3 { margin: auto 0 14px; color: white; font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.safety-card p { margin: 0; color: #9ba5b3; font-size: 14px; }
.safety-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-top: 22px; border: 1px solid #3b4657; border-radius: 50%; color: #68a0ff; font-family: var(--mono); font-size: 11px; }

.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.solution-card { min-height: 410px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: var(--blue); }
.solution-card .micro { color: var(--blue); }
.solution-card h3 { margin: auto 0 12px; font-size: 36px; line-height: 1; letter-spacing: -.05em; }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; }
.solution-arrow { margin-top: 24px; color: var(--blue); font-weight: 650; font-size: 13px; }

.price-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line-dark); background: var(--white); }
.price-main { padding: clamp(34px,5vw,64px); background: var(--blue); color: white; }
.price-main .micro { color: #bfd7ff; }
.price-number { margin: 34px 0 5px; font-size: clamp(70px,9vw,124px); font-weight: 650; line-height: .9; letter-spacing: -.075em; }
.price-number sup { font-size: .28em; vertical-align: top; position: relative; top: .15em; }
.price-note { color: #cfe0ff; font-size: 14px; }
.price-detail { padding: clamp(34px,5vw,64px); }
.price-detail h3 { margin: 0 0 24px; font-size: 36px; letter-spacing: -.05em; }
.included { display: grid; gap: 0; margin-bottom: 28px; }
.included div { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.included b { color: var(--blue); }

.faq-list { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-question { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 24px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-size: clamp(18px,2vw,24px); font-weight: 570; letter-spacing: -.03em; }
.faq-question::after { content: '+'; color: var(--blue); font-family: var(--mono); font-size: 22px; font-weight: 400; }
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
.faq-answer-inner { max-width: 760px; padding: 0 0 25px; font-size: 15px; }

/* Interior pages */
.page-hero { padding: 92px 0 80px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.page-hero .eyebrow { margin-bottom: 26px; }
.page-hero .display { font-size: clamp(52px,7vw,96px); }
.page-hero-side { padding-bottom: 7px; }
.page-hero-side .lede { margin-bottom: 28px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.stat { padding: 20px 18px 0 0; }
.stat strong { display: block; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.stat span { color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.content-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 74px; }
.sticky-aside { align-self: start; position: sticky; top: 110px; }
.sticky-aside p { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.feature-stack { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.feature-row-num { font-family: var(--mono); font-size: 9px; color: var(--blue); letter-spacing: .1em; }
.feature-row h3 { margin: 0 0 9px; font-size: 30px; line-height: 1.05; letter-spacing: -.045em; }
.feature-row p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-row code { display: block; margin-top: 14px; padding: 12px; border: 1px solid var(--line); background: var(--white); color: var(--ink-2); font-family: var(--mono); font-size: 10px; white-space: normal; }

.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.capability { min-height: 300px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.capability .micro { color: var(--blue); }
.capability h3 { margin: auto 0 10px; font-size: 27px; line-height: 1; letter-spacing: -.045em; }
.capability p { margin: 0; color: var(--muted); font-size: 13px; }
.command-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.command { padding: 10px 12px; border: 1px solid var(--line-dark); background: var(--white); font-family: var(--mono); font-size: 10px; color: var(--ink-2); cursor: default; }
.command::before { content: '“'; color: var(--blue); }
.command::after { content: '”'; color: var(--blue); }

.creative-showcase { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.creative-large, .creative-small { overflow: hidden; position: relative; min-height: 620px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: #d8c5bd; color: #1b1715; }
.creative-large::before { content: ''; position: absolute; width: 380px; height: 380px; right: -80px; top: 80px; border-radius: 50%; border: 60px solid #f3e5dc; }
.creative-large > *, .creative-small > * { position: relative; z-index: 1; }
.creative-large .micro { color: #6d5148; }
.creative-large h3 { margin: 18px 0 10px; max-width: 560px; font-size: 58px; line-height: .93; letter-spacing: -.06em; }
.creative-small { min-height: 300px; background: #dfe8f5; }
.creative-small + .creative-small { margin-top: 18px; background: #1e2a24; color: white; }
.creative-small h3 { margin: 15px 0 0; max-width: 380px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }

.policy-table { border-top: 1px solid var(--line); }
.policy-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.policy-row strong { font-size: 18px; letter-spacing: -.025em; }
.policy-row span { color: var(--muted); font-size: 14px; }

.demo-steps { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.demo-step { min-height: 280px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.demo-step .micro { color: var(--blue); }
.demo-step h3 { margin: auto 0 10px; font-size: 25px; letter-spacing: -.045em; }
.demo-step p { margin: 0; color: var(--muted); font-size: 13px; }

.notice { padding: 18px 20px; border-left: 3px solid var(--blue); background: var(--blue-soft); color: var(--ink-2); font-size: 13px; }
.center-cta { padding: 100px 0; text-align: center; background: var(--blue); color: white; }
.center-cta .section-title { max-width: 920px; margin-inline: auto; }
.center-cta p { max-width: 620px; margin: 22px auto 30px; color: #d8e7ff; font-size: 17px; }
.center-cta .button { background: white; color: var(--ink); border-color: white; }
.center-cta .button:hover { background: var(--night); color: white; border-color: var(--night); }

/* Footer */
.site-footer { padding: 74px 0 24px; background: var(--night); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 54px; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; color: #8f99a8; font-size: 14px; }
.site-footer .brand { color: white; }
.site-footer .moon-mark::after { background: var(--night); }
.footer-column h3 { margin: 3px 0 18px; color: #6f7d90; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { display: block; margin: 10px 0; color: #c6ccd5; text-decoration: none; font-size: 13px; }
.footer-column a:hover { color: white; }
.footer-bottom { margin-top: 58px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #262e3a; color: #6f7d90; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .nav-actions .button.secondary { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 860px; }
  .hero-copy .display { font-size: clamp(58px,9vw,98px); }
  .claude-demo { max-width: 680px; }
  .connections { grid-template-columns: repeat(3,1fr); }
  .demo-theater { grid-template-columns: 1fr; }
  .demo-menu { border-right: 0; border-bottom: 1px solid #272e3b; }
  .demo-steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 36px, var(--max)); }
  .site-header { height: 66px; }
  .mobile-menu { inset: 66px 0 0; }
  .nav-shell { gap: 12px; }
  .brand { font-size: 18px; }
  .moon-mark { width: 28px; height: 28px; }
  .nav-actions .button { display: none; }
  .hero { padding: 58px 0 42px; }
  .hero-grid { gap: 48px; }
  .hero-copy .display, .page-hero .display { font-size: clamp(48px,14vw,74px); }
  .hero-sub { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .price-line { display: grid; gap: 5px; }
  .price-line span + span::before { display: none; }
  .proof-bar-inner { min-height: auto; grid-template-columns: repeat(2,1fr); gap: 0; padding: 16px 0; }
  .proof-lead { grid-column: 1 / -1; padding-bottom: 12px; }
  .platform-word { padding: 9px 0; }
  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .agency-compare, .price-card { grid-template-columns: 1fr; }
  .compare-column + .compare-column { border-left: 0; border-top: 1px solid var(--line); }
  .jobs-grid, .solution-grid, .safety-grid, .capability-grid { grid-template-columns: 1fr; }
  .job { min-height: 360px; padding: 28px; }
  .connections { grid-template-columns: repeat(2,1fr); }
  .connection { min-height: 180px; }
  .page-hero { padding: 60px 0; }
  .page-hero-grid, .content-grid, .creative-showcase { grid-template-columns: 1fr; gap: 38px; }
  .sticky-aside { position: static; }
  .stat-row { grid-template-columns: 1fr; }
  .stat { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .feature-row { grid-template-columns: 40px 1fr; gap: 12px; }
  .creative-large { min-height: 500px; }
  .creative-large h3 { font-size: 46px; }
  .policy-row { grid-template-columns: 1fr; gap: 8px; }
  .demo-theater { border-left: 0; border-right: 0; }
  .demo-menu, .demo-screen { padding: 22px; }
  .demo-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

@media (max-width: 480px) {
  .claude-demo { min-height: 575px; border-radius: 14px; }
  .claude-body { padding: 14px; }
  .assistant-message { grid-template-columns: 24px 1fr; gap: 7px; }
  .claude-glyph { width: 24px; height: 24px; font-size: 14px; }
  .demo-card { min-height: 315px; padding: 12px; }
  .demo-card h4 { font-size: 20px; }
  .connections { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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