@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg: #07080b;
  --surface: #0c0f14;
  --surface-2: #11151c;
  --surface-3: #171b23;
  --text: #f5f6f8;
  --text-soft: #c6cad2;
  --muted: #8d939e;
  --brand: #786cff;
  --brand-light: #a9a2ff;
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .2);
  --success: #9ed7ad;
  --danger: #ff9a9a;
  --sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --display: 'Space Grotesk', system-ui, sans-serif;
  --shell: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--brand); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 12px; padding: 10px 14px; color: #fff; background: var(--brand); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; background: rgba(7, 8, 11, .84); backdrop-filter: blur(16px); }
.site-header.scrolled { border-color: var(--line); }
.nav-shell { width: min(calc(100% - 48px), var(--shell)); min-height: 78px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: baseline; width: max-content; color: var(--text); font-family: var(--display); font-size: 20px; line-height: 1; font-weight: 700; letter-spacing: -.055em; }
.brand span:last-child { position: relative; }
.brand span:last-child::after { content: ''; position: absolute; left: 1px; right: 0; bottom: -6px; height: 2px; background: var(--brand); }
.desktop-nav { justify-self: end; display: flex; align-items: center; gap: 28px; color: var(--text-soft); font-size: 13px; font-weight: 500; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current='page'] { color: var(--text); }
.nav-cta { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid var(--line-strong); color: var(--text); font-size: 12px; font-weight: 600; transition: border-color .2s, background .2s; }
.nav-cta:hover { border-color: var(--brand); background: rgba(120, 108, 255, .08); }
.menu-button { display: none; justify-self: end; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-button span { width: 18px; height: 1px; background: currentColor; transition: transform .2s; }
.menu-button[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: none; }

.eyebrow, .section-label, .project-meta, .mini-label { color: var(--brand-light); font-size: 11px; line-height: 1.2; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.section-label.light { color: var(--brand-light); }
h1, h2, h3, p { text-wrap: pretty; }
.button { min-height: 48px; padding: 0 19px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--text); font-size: 13px; font-weight: 600; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.button-primary, .button-pine { background: var(--brand); border-color: var(--brand); }
.button-primary:hover, .button-pine:hover { background: #685be8; border-color: #685be8; }
.button-outline { border-color: var(--line-strong); background: transparent; }
.button-outline:hover { border-color: var(--text-soft); }
.button-light { color: var(--text); border-color: var(--line-strong); background: transparent; }
.button-full { width: 100%; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-size: 13px; font-weight: 600; }
.arrow-link span { color: var(--brand-light); transition: transform .2s; }
.arrow-link:hover span { transform: translateX(3px); }
.arrow-link-light { color: var(--text); }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.section-actions { margin-top: 24px; }

.home-hero { padding: 168px 0 96px; border-bottom: 1px solid var(--line); background: var(--bg); }
.hero-simple { max-width: 900px; }
.home-hero h1 { max-width: 780px; margin: 24px 0 0; font-family: var(--display); font-size: clamp(46px, 5.2vw, 64px); line-height: 1.05; font-weight: 600; letter-spacing: -.04em; }
.home-hero h1 em { color: var(--text); font-style: normal; }
.hero-simple > p, .hero-copy > p { max-width: 650px; margin: 26px 0 0; color: var(--text-soft); font-size: 18px; line-height: 1.7; }
.hero-simple .hero-actions, .hero-copy .hero-actions { margin-top: 34px; }
.hero-proof { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--brand); }

.quiet-proof { border-bottom: 1px solid var(--line); background: var(--surface); }
.quiet-proof-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--muted); font-size: 12px; }
.quiet-proof-inner > span { color: var(--text); font-weight: 600; }
.quiet-proof-inner div { display: flex; gap: 24px; }

.section { padding: 104px 0; }
.section-paper, .section-light { background: var(--bg); }
.section-pine, .section-ink { background: var(--surface); }
.section-head { max-width: 860px; margin-bottom: 56px; }
.section-head h2, .content-head h1, .subpage-hero h1, .offer-copy h2, .teardown-copy h2, .statement h2 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(36px, 4.2vw, 52px); line-height: 1.1; letter-spacing: -.035em; font-weight: 600; }
.section-head > p, .section-head > div + p, .section-head > div + div > p { max-width: 660px; margin: 20px 0 0; color: var(--text-soft); }
.section-head.light h2, .section-head.light p { color: var(--text); }

.case-list { border-top: 1px solid var(--line); }
.case-row { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 58px; align-items: center; padding: 58px 0; border-bottom: 1px solid var(--line); }
.case-image { display: block; overflow: hidden; padding: 8px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: #10131a; box-shadow: 0 24px 70px rgba(0,0,0,.28); transition: transform .25s, border-color .25s; }
.case-image:hover { transform: translateY(-3px); border-color: rgba(120,108,255,.45); }
.site-preview-bar { position: relative; display: flex; align-items: center; justify-content: center; height: 32px; color: #7f8490; font-size: 9px; letter-spacing: .04em; }
.site-preview-dots { position: absolute; left: 7px; display: flex; gap: 5px; }
.site-preview-dots i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #343943; }
.site-preview-dots i:first-child { background: #786cff; }
.site-preview-url { overflow: hidden; max-width: 54%; text-overflow: ellipsis; white-space: nowrap; }
.site-preview-screen { display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 5px; background: #fff; }
.site-preview-screen img { width: calc(100% + 11px); max-width: none; height: 100%; object-fit: cover; object-position: top left; }
.case-copy h3 { margin: 12px 0 0; font-family: var(--display); font-size: 36px; line-height: 1.1; letter-spacing: -.03em; }
.case-copy > p { margin: 18px 0 0; color: var(--text-soft); }
.case-facts { margin: 24px 0; padding: 0; list-style: none; display: grid; gap: 9px; color: var(--muted); font-size: 13px; }
.case-facts strong { display: inline-block; min-width: 92px; color: var(--text); font-weight: 500; }

.offer-simple { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.offer-copy > p { margin: 22px 0 0; color: var(--text-soft); }
.price-lockup { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
.price-lockup strong { font-family: var(--display); font-size: 40px; line-height: 1; }
.price-lockup span { color: var(--muted); font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.offer-list { border-top: 1px solid var(--line); }
.offer-item { display: grid; grid-template-columns: 32px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.offer-item > span { color: var(--brand-light); font-size: 12px; }
.offer-item h3 { margin: 0; font-size: 17px; font-weight: 600; }
.offer-item p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.process-simple { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card > span { color: var(--brand-light); font-size: 11px; letter-spacing: .12em; }
.process-card h3 { margin: 42px 0 0; font-family: var(--display); font-size: 22px; }
.process-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

.subpage-hero { padding: 154px 0 82px; border-bottom: 1px solid var(--line); background: var(--bg); }
.subpage-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.subpage-hero h1 { max-width: 760px; font-size: clamp(40px, 4.5vw, 58px); }
.subpage-hero p { margin: 0; color: var(--text-soft); font-size: 17px; }
.content-section { padding: 90px 0; }
.content-narrow { max-width: 780px; }
.content-narrow > p { color: var(--text-soft); }
.content-narrow h2 { margin: 46px 0 10px; font-family: var(--display); font-size: 26px; }
.legal-date { margin: 18px 0 0; color: var(--muted); }
.page-center { min-height: 75vh; display: flex; align-items: center; }
.supporting-copy { margin: 22px 0 28px; color: var(--text-soft); }

.selected-work { display: grid; gap: 0; border-top: 1px solid var(--line); }
.selected-work-reset { margin-top: 0; }
.project-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: 60px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.project-card:nth-child(even) .project-visual { order: 2; }
.project-visual { overflow: hidden; border: 1px solid var(--line); background: var(--surface-2); }
.project-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; filter: saturate(.82); }
.project-copy h3 { margin: 12px 0 0; font-family: var(--display); font-size: 38px; line-height: 1.1; }
.project-copy > p { margin: 18px 0 0; color: var(--text-soft); }
.project-scope { margin: 24px 0; padding: 0; list-style: none; display: grid; gap: 9px; color: var(--muted); font-size: 13px; }
.project-scope span { display: inline-block; min-width: 110px; color: var(--text); }
.case-study-block { padding: 94px 0; border-bottom: 1px solid var(--line); }
.case-study-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }
.case-study-copy h2 { margin: 13px 0 0; font-family: var(--display); font-size: clamp(36px, 4vw, 50px); line-height: 1.08; }
.case-study-copy > p { color: var(--text-soft); }
.case-study-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; margin-top: 34px; }
.case-study-details h3 { margin: 0 0 9px; font-size: 14px; }
.case-study-details p { margin: 0; color: var(--muted); font-size: 14px; }
.case-study-showcase { position: relative; display: block; overflow: hidden; min-height: 620px; margin-top: 52px; padding: 54px 76px 86px 48px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: radial-gradient(circle at 18% 16%, rgba(42,91,73,.34), transparent 38%), linear-gradient(145deg, #111720, #0a0d12 72%); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.case-study-showcase.showcase-warm { background: radial-gradient(circle at 18% 16%, rgba(190,128,86,.19), transparent 38%), linear-gradient(145deg, #181512, #0a0d12 72%); }
.showcase-browser { display: block; width: min(91%, 1080px); overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: #10131a; box-shadow: 0 36px 90px rgba(0,0,0,.46); transition: transform .3s; }
.case-study-showcase:hover .showcase-browser { transform: translateY(-3px); }
.showcase-phone { position: absolute; z-index: 2; right: 34px; bottom: 30px; display: block; width: clamp(148px, 17%, 190px); padding: 17px 8px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: #050608; box-shadow: 0 30px 70px rgba(0,0,0,.58); transition: transform .3s; }
.case-study-showcase:hover .showcase-phone { transform: translateY(-5px) rotate(.5deg); }
.phone-speaker { position: absolute; top: 7px; left: 50%; width: 36px; height: 4px; border-radius: 10px; background: #252933; transform: translateX(-50%); }
.phone-screen { display: block; overflow: hidden; aspect-ratio: 390 / 844; border-radius: 20px; background: #fff; }
.phone-screen img { width: calc(100% + 4px); max-width: none; height: 100%; object-fit: cover; object-position: top left; }
.showcase-caption { position: absolute; left: 48px; bottom: 30px; display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.showcase-caption strong { color: var(--text); font-weight: 600; }
.showcase-caption span::before { content: "/"; margin-right: 12px; color: var(--brand-light); }

.pricing-layout { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-card, .care-card { padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.price-card h2, .care-card h2 { margin: 14px 0 0; font-family: var(--display); font-size: 32px; }
.price-card > p, .care-card > p { color: var(--muted); }
.care-price { margin: 30px 0 0; font-family: var(--display); font-size: 44px; }
.care-price span { color: var(--muted); font-family: var(--sans); font-size: 14px; }
.scope-list, .care-card ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.scope-list li, .care-card li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--text-soft); font-size: 14px; }
.scope-list span { margin-right: 8px; color: var(--brand-light); }
.care-card .button { margin-top: 28px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-step { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step > span { color: var(--brand-light); font-size: 10px; letter-spacing: .11em; }
.process-step h3 { margin: 34px 0 0; font-size: 18px; }
.process-step p { color: var(--muted); font-size: 14px; }
.offer-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.offer-panel { border-top: 1px solid var(--line); }
.offer-row { display: grid; grid-template-columns: 58px 1fr auto; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.offer-row > span, .offer-row i { color: var(--brand-light); font-size: 10px; font-style: normal; letter-spacing: .1em; }
.offer-row h3 { margin: 0; font-size: 16px; }
.offer-row p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.offer-actions { margin-top: 28px; display: flex; align-items: center; gap: 18px; }

.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px; }
.about-statement h2 { margin: 14px 0 0; font-family: var(--display); font-size: 42px; line-height: 1.1; }
.about-copy > p { margin: 0 0 20px; color: var(--text-soft); }
.value-list { margin-top: 38px; border-top: 1px solid var(--line); }
.value-item { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.value-item > span { color: var(--brand-light); font-size: 11px; }
.value-item h3 { margin: 0; font-size: 16px; }
.value-item p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.studio-note { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto 104px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.studio-note-copy, .studio-note-card { padding: 48px; }
.studio-note-card { border-left: 1px solid var(--line); background: var(--surface); }
.studio-note h2 { margin: 14px 0 0; font-family: var(--display); font-size: 34px; }
.studio-note p { color: var(--text-soft); }
.studio-note-card > span { color: var(--brand-light); font-size: 10px; letter-spacing: .12em; }
.studio-note-card blockquote { margin: 42px 0; font-family: var(--display); font-size: 28px; line-height: 1.3; }
.studio-note-card > div { color: var(--muted); font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }
.faq-intro h2 { margin: 14px 0 0; font-family: var(--display); font-size: 38px; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 42px 20px 0; cursor: pointer; list-style: none; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; color: var(--brand-light); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: 0; padding: 0 36px 22px 0; color: var(--muted); font-size: 14px; }

.teardown-section { padding: 104px 0; border-top: 1px solid var(--line); background: var(--surface); }
.teardown-grid, .contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.teardown-copy > p, .contact-aside > p { margin: 20px 0 0; color: var(--text-soft); }
.teardown-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.teardown-list li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--text-soft); font-size: 13px; }
.teardown-list span { color: var(--brand-light); }
.teardown-list.teardown-list-dark li { color: var(--text-soft); }
.lead-card, .contact-form-card { padding: 34px; border: 1px solid var(--line); background: var(--bg); }
.lead-card.is-success form > *:not(.form-status), .contact-form-card.is-success form > *:not(.form-status) { display: none; }
.form-head span { color: var(--brand-light); font-size: 10px; letter-spacing: .11em; }
.form-head h3 { margin: 8px 0 24px; font-family: var(--display); font-size: 25px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: var(--text-soft); font-size: 12px; font-weight: 500; }
.field i { color: var(--muted); font-style: normal; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--text); background: var(--surface); transition: border-color .2s; }
.field textarea { min-height: 105px; padding-top: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); }
.field input::placeholder, .field textarea::placeholder { color: #686f7b; }
.field select { color-scheme: dark; }
.lead-card .button, .contact-form-card .button { margin-top: 18px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.form-status { min-height: 0; }
.form-status.error { margin-top: 14px; color: var(--danger); font-size: 13px; }
.form-status.success { min-height: 260px; display: grid; place-content: center; text-align: center; }
.form-status.success strong { display: block; font-family: var(--display); font-size: 30px; }
.form-status.success span { display: block; max-width: 360px; margin-top: 10px; color: var(--muted); }
.success-mark { width: 42px; height: 42px; margin: 0 auto 18px; border: 1px solid var(--success); display: grid; place-items: center; color: var(--success); }
.botcheck { position: absolute; left: -9999px; }
.direct-contact { margin-top: 34px; }
.direct-contact span { display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.direct-contact a { display: inline-block; margin-top: 6px; font-family: var(--display); font-size: 22px; }

.site-footer { padding: 70px 0 30px; border-top: 1px solid var(--line); background: #050609; }
.footer-main { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 60px; align-items: start; }
.footer-intro p { max-width: 340px; margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.footer-nav { display: grid; gap: 10px; color: var(--text-soft); font-size: 13px; }
.footer-cta-block span { display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.footer-cta-block a { display: inline-block; margin-top: 10px; font-family: var(--display); font-size: 20px; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.footer-bottom div { display: flex; gap: 18px; }

.cookie-banner { position: fixed; z-index: 120; left: 18px; bottom: 18px; width: min(390px, calc(100% - 36px)); padding: 18px; border: 1px solid var(--line-strong); background: var(--surface-2); box-shadow: 0 20px 60px rgba(0, 0, 0, .45); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: var(--text-soft); font-size: 12px; }
.cookie-actions { margin-top: 14px; display: flex; gap: 9px; }
.cookie-actions button { min-height: 36px; padding: 0 12px; border: 1px solid var(--line-strong); color: var(--text); background: transparent; cursor: pointer; font-size: 11px; font-weight: 600; }
.cookie-actions button:first-child { border-color: var(--brand); background: var(--brand); }
.mobile-sticky { display: none; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-button { display: flex; }
  .mobile-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 10px 24px 24px; border-bottom: 1px solid var(--line); background: var(--bg); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .2s; }
  .mobile-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--text-soft); font-size: 14px; }
  .subpage-hero-grid, .offer-simple, .offer-grid, .about-grid, .faq-grid, .teardown-grid, .contact-layout, .case-study-grid { grid-template-columns: 1fr; gap: 46px; }
  .case-row, .project-card { grid-template-columns: 1fr; gap: 30px; }
  .project-card:nth-child(even) .project-visual { order: 0; }
  .case-study-details { grid-template-columns: 1fr 1fr; }
  .case-study-showcase { min-height: 500px; padding: 38px 52px 78px 32px; }
  .showcase-caption { left: 32px; bottom: 24px; }
  .showcase-phone { right: 22px; bottom: 22px; }
  .process-simple, .process-list { grid-template-columns: 1fr 1fr; }
  .pricing-layout { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell, .nav-shell { width: min(calc(100% - 32px), var(--shell)); }
  .nav-shell { min-height: 70px; }
  .mobile-nav { top: 70px; }
  .home-hero { padding: 132px 0 72px; }
  .home-hero h1 { font-size: clamp(38px, 10.5vw, 44px); }
  .hero-simple > p, .hero-copy > p { font-size: 16px; }
  .quiet-proof-inner { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .quiet-proof-inner div { flex-wrap: wrap; gap: 8px 18px; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 38px; }
  .section-head h2, .content-head h1, .subpage-hero h1, .offer-copy h2, .teardown-copy h2, .statement h2 { font-size: clamp(34px, 10vw, 44px); }
  .case-row, .project-card { padding: 38px 0; }
  .case-copy h3, .project-copy h3 { font-size: 31px; }
  .process-simple, .process-list { grid-template-columns: 1fr; }
  .process-card { min-height: 210px; }
  .subpage-hero { padding: 126px 0 66px; }
  .content-section { padding: 70px 0; }
  .price-card, .care-card, .lead-card, .contact-form-card { padding: 25px; }
  .offer-row { grid-template-columns: 40px 1fr; }
  .offer-row i { display: none; }
  .case-study-block { padding: 72px 0; }
  .case-study-details { grid-template-columns: 1fr; gap: 22px; }
  .case-study-showcase { min-height: 0; margin-top: 38px; padding: 18px 18px 68px; border-radius: 12px; }
  .showcase-browser { width: 100%; padding: 6px; border-radius: 9px; }
  .showcase-browser .site-preview-bar { height: 25px; }
  .showcase-phone { right: 15px; bottom: 15px; width: 92px; padding: 11px 5px 5px; border-radius: 17px; }
  .showcase-phone .phone-screen { border-radius: 12px; }
  .showcase-phone .phone-speaker { top: 5px; width: 23px; height: 3px; }
  .showcase-caption { left: 18px; bottom: 24px; display: block; max-width: calc(100% - 130px); }
  .showcase-caption span { display: none; }
  .studio-note { width: min(calc(100% - 32px), var(--shell)); margin-bottom: 76px; grid-template-columns: 1fr; }
  .studio-note-copy, .studio-note-card { padding: 30px; }
  .studio-note-card { border-left: 0; border-top: 1px solid var(--line); }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .teardown-section { padding: 76px 0; }
  .mobile-sticky { position: fixed; z-index: 90; display: block; left: 0; right: 0; bottom: 0; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(7, 8, 11, .96); transform: translateY(110%); transition: transform .25s; }
  .mobile-sticky.visible { transform: translateY(0); }
  .mobile-sticky a { min-height: 44px; width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--brand); color: var(--text); background: var(--brand); font-size: 12px; font-weight: 600; }
}
