:root {
  --ink: #0b0b0a;
  --paper: #f2efe8;
  --muted: #77736b;
  --line: #302f2b;
  --timber: #c99a64;
  --font-geist-sans: "Arial", "Helvetica Neue", sans-serif;
  --font-geist-mono: "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--font-geist-sans), Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--timber); outline-offset: 4px; }
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 66px; }
.skip-link { position: fixed; z-index: 100; inset: 8px auto auto 8px; padding: 12px 16px; background: var(--paper); color: var(--ink); font: 600 12px/1 var(--font-geist-mono); transform: translateY(-160%); transition: transform .18s ease-out; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: fixed; z-index: 30; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; height: 54px; padding: 0 18px; border-bottom: 1px solid rgba(242,239,232,.18); background: rgba(11,11,10,.78); backdrop-filter: blur(16px); font: 600 11px/1 var(--font-geist-mono); letter-spacing: .08em; }
.brand { transition: color .25s ease; }
.brand:hover { color: var(--timber); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 42px); text-transform: uppercase; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #aaa69e; transition-property: color, transform; transition-duration: .15s; transition-timing-function: ease-out; }
.desktop-nav a:hover { color: var(--paper); }
.desktop-nav a:active { transform: scale(.96); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 49%, rgba(201,154,100,.19), transparent 31%), radial-gradient(circle at 69% 54%, rgba(80,116,165,.1), transparent 42%); pointer-events: none; }
.display { position: absolute; z-index: 1; top: 9vh; left: -1.2vw; margin: 0; font-size: clamp(90px, 15.3vw, 250px); font-weight: 520; line-height: .75; letter-spacing: -.085em; text-transform: uppercase; white-space: nowrap; }
.display span { display: block; animation: title-in 1.4s cubic-bezier(.16,1,.3,1) both; }
.display span:last-child { margin-left: 13vw; animation-delay: .08s; }
.hero-object { position: absolute; z-index: 2; left: 54%; top: 54%; width: min(64vw, 980px); aspect-ratio: 1.25; transform: translate(-50%, -48%); }
.hero-object::after { content: ""; position: absolute; z-index: -1; inset: 8% 0 0; border-radius: 50%; background: radial-gradient(circle, rgba(201,154,100,.2), transparent 65%); filter: blur(26px); }
.hero-object canvas { display: block; width: 100%; height: 100%; background: transparent; }
.webgl-fallback { display: none; position: absolute; z-index: 0; inset: 5%; width: 90%; height: 90%; object-fit: contain; mix-blend-mode: screen; opacity: .86; }
.is-webgl-fallback canvas { display: none; }
.is-webgl-fallback .webgl-fallback { display: block; }
.object-caption { position: absolute; right: 1%; bottom: 8%; margin: 0; font: 500 10px/1.5 var(--font-geist-mono); letter-spacing: .08em; opacity: .58; }
.locale, .hero-copy, .hero-side, .hero-meta { position: absolute; z-index: 4; margin: 0; font: 500 10px/1.55 var(--font-geist-mono); letter-spacing: .06em; text-transform: uppercase; }
.locale { top: 74px; right: 18px; text-align: right; }
.hero-copy { left: 18px; top: 58%; width: min(285px, 24vw); }
.hero-side { right: 18px; top: 51%; width: 200px; text-align: right; }
.hero-meta { right: 18px; bottom: 18px; text-align: right; opacity: .7; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 18px; transform: translateX(-50%); font: 500 10px/1 var(--font-geist-mono); letter-spacing: .08em; }
.scroll-cue span { display: inline-block; color: var(--timber); animation: arrow 1.7s ease-in-out infinite; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 18px; border-block: 1px solid var(--line); }
.trust-strip p { min-height: 82px; display: flex; align-items: center; gap: 15px; margin: 0; padding-inline: 18px; border-inline-end: 1px solid var(--line); color: #b8b3aa; font: 600 10px/1.4 var(--font-geist-mono); letter-spacing: .05em; text-transform: uppercase; }
.trust-strip p:first-child { padding-inline-start: 0; }
.trust-strip p:last-child { border-inline-end: 0; }
.trust-strip span { color: var(--timber); }

.manifesto { min-height: 90svh; display: flex; align-items: center; padding: 120px 18px; border-top: 1px solid var(--line); }
.manifesto p { max-width: 1500px; margin: 0; font-size: clamp(60px, 8.7vw, 150px); font-weight: 480; line-height: .88; letter-spacing: -.072em; }
.manifesto span, .all-in-text span { color: #4b4944; }

.projects { padding: 110px 18px 150px; }
.section-kicker { display: flex; justify-content: space-between; margin-bottom: 72px; font: 500 10px/1 var(--font-geist-mono); letter-spacing: .08em; }
.projects-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(34px, 6vw, 110px); align-items: start; }
.project-list { border-top: 1px solid var(--line); }
.project-row { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-content: center; min-height: 48svh; padding: 70px 0; border-bottom: 1px solid var(--line); color: #77736b; transition-property: color, opacity; transition-duration: .35s; transition-timing-function: cubic-bezier(.2,0,0,1); }
.project-row h2 { grid-column: 2; margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 5.25vw, 88px); font-weight: 400; line-height: .9; letter-spacing: -.055em; transition: transform .45s cubic-bezier(.2,0,0,1); }
.project-row p { grid-column: 2; max-width: 470px; margin: 24px 0 0; color: currentColor; font-size: 14px; line-height: 1.55; }
.project-number { grid-row: 1; align-self: start; padding-top: 6px; font: 500 10px/1.4 var(--font-geist-mono); letter-spacing: .04em; }
.project-row.is-active { color: var(--paper); }
.project-row.is-active h2 { transform: translateX(12px); color: var(--timber); }
.model-stage { position: sticky; isolation: isolate; top: 8svh; height: 84svh; overflow: hidden; background: radial-gradient(circle at 48% 44%, rgba(201,154,100,.22), rgba(11,11,10,0) 56%), linear-gradient(rgba(242,239,232,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(242,239,232,.035) 1px, transparent 1px); background-size: auto, 44px 44px, 44px 44px; box-shadow: inset 0 0 0 1px rgba(242,239,232,.055); }
.model-stage::before { content: ""; position: absolute; inset: 8% 2%; border: 1px solid rgba(242,239,232,.11); border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 0 80px rgba(201,154,100,.06); }
.model-stage::after { content: "REAL-TIME / ARCHITECTURAL MODEL"; position: absolute; z-index: 2; top: 18px; right: 18px; color: rgba(242,239,232,.48); font: 500 9px/1 var(--font-geist-mono); letter-spacing: .08em; }
.model-stage canvas { position: relative; z-index: 1; display: block; width: 100%; height: 100%; opacity: 1; transition: opacity .17s ease-out, filter .17s ease-out, transform .17s ease-out; }
.model-stage canvas.is-switching { opacity: .08; filter: blur(7px); transform: scale(.985); }
.model-stage-meta { position: absolute; z-index: 2; inset: auto 0 18px; display: flex; justify-content: space-between; font: 500 10px/1 var(--font-geist-mono); letter-spacing: .07em; text-transform: uppercase; }

.master { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(36px, 6vw, 110px); padding: 18px; background: #11110f; }
.master-portrait { position: relative; min-height: calc(100svh - 36px); margin: 0; overflow: hidden; outline: 1px solid oklch(1 0 0 / .1); outline-offset: -1px; background: #11161b; }
.master-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,5,6,.72)); pointer-events: none; }
.master-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 44% center; filter: saturate(.84) contrast(1.03); }
.master-portrait figcaption { position: absolute; z-index: 1; inset: auto 18px 18px; display: flex; justify-content: space-between; color: var(--paper); font: 600 10px/1 var(--font-geist-mono); letter-spacing: .08em; }
.master-copy { min-width: 0; min-height: calc(100svh - 36px); display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 6vw, 100px) 0; }
.master-copy h2 { max-width: 780px; margin: 46px 0 38px; font-size: clamp(64px, 7.4vw, 122px); font-weight: 500; line-height: .86; letter-spacing: -.072em; }
.master-lead { max-width: 610px; margin: 0; color: #aaa59b; font-size: 16px; line-height: 1.65; }
.master-copy blockquote { max-width: 650px; margin: 72px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); color: var(--timber); font-family: Georgia, serif; font-size: clamp(23px, 2vw, 34px); line-height: 1.25; }
.master-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: auto; padding-top: 60px; }
.master-contact > span { font: 600 10px/1 var(--font-geist-mono); letter-spacing: .08em; }
.master-contact-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; min-width: min(100%, 390px); min-height: 58px; padding: 0 20px; background: var(--timber); color: var(--ink); font: 600 11px/1 var(--font-geist-mono); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; box-shadow: inset 0 0 0 1px rgb(255 255 255 / .08); transition-property: background-color, color, transform; transition-duration: .15s; transition-timing-function: ease-out; }
.master-contact-button:hover { background: var(--paper); color: var(--ink); }
.master-contact-button:active { transform: scale(.96); }
.master-contact-button:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }
.master-contact-arrow { font-size: 17px; font-weight: 400; line-height: 1; }

.process { padding: 140px 18px; background: var(--paper); color: var(--ink); }
.process-intro { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 110px; }
.eyebrow { margin: 0; font: 600 10px/1.4 var(--font-geist-mono); letter-spacing: .08em; }
.process-intro h2 { max-width: 1000px; margin: 0; font-size: clamp(56px, 7.6vw, 125px); font-weight: 520; line-height: .88; letter-spacing: -.07em; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bbb6ad; }
.steps article { min-height: 245px; padding: 18px 24px 18px 0; border-right: 1px solid #bbb6ad; }
.steps article + article { padding-left: 18px; }
.steps article:last-child { border-right: 0; }
.steps span { font: 600 10px/1 var(--font-geist-mono); color: #777269; }
.steps h3 { margin: 68px 0 20px; font-size: 30px; letter-spacing: -.04em; }
.steps p { max-width: 270px; margin: 0; color: #656159; font-size: 14px; line-height: 1.55; }

.all-in { min-height: 82svh; padding: 130px 18px; display: flex; flex-direction: column; justify-content: space-between; }
.all-in-text { max-width: 1450px; margin: 0; font-size: clamp(58px, 8vw, 135px); font-weight: 480; line-height: .88; letter-spacing: -.07em; }

.control { padding: 140px 18px; background: var(--paper); color: var(--ink); }
.control-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; margin-bottom: 110px; }
.control-heading h2 { max-width: 1100px; margin: 0; font-size: clamp(56px, 7.5vw, 122px); font-weight: 520; line-height: .88; letter-spacing: -.07em; text-wrap: balance; }
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bbb6ad; }
.control-grid article { min-height: 300px; padding: 22px 28px 22px 0; border-inline-end: 1px solid #bbb6ad; }
.control-grid article + article { padding-inline-start: 28px; }
.control-grid article:last-child { border-inline-end: 0; }
.control-grid span { color: #777269; font: 600 10px/1 var(--font-geist-mono); }
.control-grid h3 { margin: 100px 0 20px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 46px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.control-grid p { max-width: 380px; margin: 0; color: #656159; font-size: 15px; line-height: 1.6; text-wrap: pretty; }

.pricing { padding: 140px 18px; background: #151513; }
.pricing-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; margin-bottom: 120px; }
.pricing-heading h2 { max-width: 1080px; margin: 0; font-size: clamp(58px, 8vw, 132px); font-weight: 500; line-height: .87; letter-spacing: -.075em; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.pricing-grid article { min-height: 330px; padding: 26px; background: #151513; }
.pricing-grid span { font: 500 10px/1 var(--font-geist-mono); color: var(--timber); }
.pricing-grid h3 { margin: 120px 0 22px; font-family: Georgia, serif; font-size: clamp(28px, 2.5vw, 42px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.pricing-grid p { max-width: 420px; margin: 0; color: #918d84; font-size: 14px; line-height: 1.55; }
.estimate-card { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-top: 110px; padding-top: 34px; border-top: 1px solid var(--line); }
.estimate-card h3 { max-width: 500px; margin: 34px 0 0; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 66px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.estimate-card ol { margin: 0; padding: 0; list-style: none; counter-reset: estimate; }
.estimate-card li { counter-increment: estimate; min-height: 48px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.estimate-card li::before { content: "0" counter(estimate); display: inline-block; width: 44px; color: var(--timber); font: 500 10px/1 var(--font-geist-mono); }
.estimate-note { max-width: 430px; margin: 0; color: #918d84; font-size: 14px; line-height: 1.6; }

.brief { padding: 140px 18px; background: var(--paper); color: var(--ink); }
.brief-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; margin-bottom: 100px; }
.brief-heading h2 { max-width: 980px; margin: 0; font-size: clamp(58px, 8vw, 132px); font-weight: 520; line-height: .87; letter-spacing: -.075em; }
.brief-heading > p:last-child { grid-column: 2; max-width: 620px; margin: 22px 0 0; color: #656159; font-size: 16px; line-height: 1.6; }
.project-brief { display: grid; grid-template-columns: 1fr 1fr; gap: 46px 28px; padding: 36px; background: #e7e2d8; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 12px; font: 600 11px/1.35 var(--font-geist-mono); letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; border: 0; border-bottom: 1px solid #9f9a91; border-radius: 0; padding: 10px 0; background: transparent; color: var(--ink); font: 400 17px/1.4 var(--font-geist-sans); }
.field textarea { min-height: 118px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #817c73; opacity: 1; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-bottom-color: #8e281f; }
.field-error { min-height: 18px; margin: 7px 0 0; color: #8e281f; font-size: 13px; line-height: 1.35; }
.brief-actions { display: flex; align-items: center; gap: 24px; padding-top: 10px; }
.brief-actions > p { max-width: 430px; margin: 0; color: #656159; font-size: 13px; line-height: 1.45; }
.primary-action, .secondary-action, .contact-action { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid var(--ink); padding: 0 22px; font: 600 11px/1 var(--font-geist-mono); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition-property: background-color, color, transform; transition-duration: .15s; transition-timing-function: ease-out; }
.primary-action { background: var(--ink); color: var(--paper); }
.primary-action:hover { background: #252522; }
.primary-action:active, .secondary-action:active, .contact-action:active, .sticky-cta:active { transform: scale(.96); }
.secondary-action { background: transparent; color: var(--paper); border-color: var(--paper); }
.secondary-action:hover { background: var(--paper); color: var(--ink); }
.brief-result { display: grid; grid-template-columns: 1fr 1.4fr; gap: 42px; margin-top: 28px; padding: 36px; background: var(--ink); color: var(--paper); }
.brief-result h3 { max-width: 420px; margin: 28px 0 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 60px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.brief-result pre { margin: 0; padding: 24px; border: 1px solid var(--line); overflow: auto; white-space: pre-wrap; color: #c8c3b9; font: 400 14px/1.7 var(--font-geist-mono); }
.result-actions { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.result-actions p { flex: 1 1 100%; margin: 4px 0 0; color: var(--timber); font-size: 13px; }
.result-primary { background: var(--timber); border-color: var(--timber); color: var(--ink); }
.result-primary:hover { background: var(--paper); border-color: var(--paper); }

.faq { padding: 140px 18px; background: var(--ink); }
.faq-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; margin-bottom: 90px; }
.faq-heading h2 { max-width: 1100px; margin: 0; font-size: clamp(58px, 8vw, 132px); font-weight: 500; line-height: .87; letter-spacing: -.075em; }
.faq-list { margin-left: 25%; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 86px; display: flex; align-items: center; padding: 22px 72px 22px 0; list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: clamp(22px, 2.2vw, 34px); line-height: 1.12; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset: 50% 16px auto auto; color: var(--timber); font: 400 30px/1 var(--font-geist-sans); transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: 0; padding: 0 72px 30px 0; color: #a29e95; font-size: 15px; line-height: 1.65; }

.contact-placeholder { min-height: 82svh; padding: 100px 18px 70px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: var(--timber); color: var(--ink); }
.contact-placeholder h2 { margin: 60px 0 20px; font-size: clamp(96px, 17vw, 280px); font-weight: 520; line-height: .75; letter-spacing: -.09em; }
.contact-placeholder > p:not(.eyebrow) { max-width: 470px; margin: 0 0 40px; font-size: 16px; }
.contact-phone { margin: 0 0 48px; font-family: Georgia, serif; font-size: clamp(42px, 7vw, 112px); line-height: 1; letter-spacing: -.055em; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 10px; transition-property: opacity, transform; transition-duration: .15s; transition-timing-function: ease-out; }
.contact-phone:hover { opacity: .68; }
.contact-phone:active { transform: scale(.96); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-action:hover { background: var(--ink); color: var(--timber); }
.contact-action-secondary { background: transparent; }

.sticky-cta { position: fixed; z-index: 24; inset: auto 18px 18px auto; display: inline-flex; align-items: center; gap: 34px; min-height: 52px; padding: 0 18px; background: var(--timber); color: var(--ink); box-shadow: 0 16px 42px rgba(0,0,0,.28); font: 600 11px/1 var(--font-geist-mono); letter-spacing: .05em; text-transform: uppercase; transition-property: background-color, transform; transition-duration: .15s; transition-timing-function: ease-out; }
.sticky-cta:hover { background: #ddb17e; }

footer { display: flex; justify-content: space-between; padding: 28px 18px; font: 600 10px/1.4 var(--font-geist-mono); letter-spacing: .06em; }

.js-ready [data-reveal] { opacity: 0; transform: translateY(48px); transition: opacity .85s ease, transform 1s cubic-bezier(.16,1,.3,1); }
.js-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.project-row:nth-child(2), .steps article:nth-child(2) { transition-delay: .05s; }
.project-row:nth-child(3), .steps article:nth-child(3) { transition-delay: .1s; }
.project-row:nth-child(4), .steps article:nth-child(4) { transition-delay: .15s; }

@keyframes title-in { from { opacity: 0; transform: translateX(-10vw); } to { opacity: 1; transform: translateX(0); } }
@keyframes arrow { 50% { transform: translateY(6px); } }

@media (max-width: 900px) {
  body.menu-open { overflow: hidden; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; min-width: 86px; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; border: 0; padding: 0; background: transparent; color: var(--paper); font: 600 11px/1 var(--font-geist-mono); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
  .menu-icon { position: relative; width: 22px; height: 14px; }
  .menu-icon i { position: absolute; left: 0; width: 22px; height: 1px; background: currentColor; transition-property: transform, top; transition-duration: .18s; transition-timing-function: ease-out; }
  .menu-icon i:first-child { top: 3px; }
  .menu-icon i:last-child { top: 10px; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { top: 7px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { top: 7px; transform: rotate(-45deg); }
  .brand, .menu-toggle { position: relative; z-index: 2; }
  .mobile-nav { position: fixed; z-index: 29; inset: 54px 0 0; display: grid; align-content: start; padding: 22px 18px max(26px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: var(--ink); border-bottom: 1px solid var(--line); }
  .mobile-nav a { display: grid; grid-template-columns: 40px 1fr; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 27px; }
  .mobile-nav a span { color: var(--timber); font: 500 10px/1 var(--font-geist-mono); }
  .hero { min-height: 900px; }
  .display { top: 95px; font-size: clamp(92px, 22vw, 180px); }
  .display span:last-child { margin-left: 4vw; }
  .hero-object { top: 58%; width: min(96vw, 800px); }
  .hero-copy { top: 42%; width: 45vw; }
  .hero-side { top: 42%; }
  .projects-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip p:nth-child(2) { border-inline-end: 0; }
  .trust-strip p:nth-child(-n+2) { border-block-end: 1px solid var(--line); }
  .trust-strip p:nth-child(3) { padding-inline-start: 0; }
  .model-stage { grid-row: 1; top: 0; height: 58svh; margin-inline: -18px; background: linear-gradient(180deg, var(--ink) 0%, rgba(11,11,10,.92) 78%, rgba(11,11,10,0) 100%), radial-gradient(circle at 50% 45%, rgba(201,154,100,.18), transparent 64%); }
  .model-stage-meta { padding-inline: 18px; }
  .project-row { min-height: 36svh; }
  .master { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 0; }
  .master-portrait { min-height: 72svh; }
  .master-copy { min-height: auto; padding: 100px 18px; }
  .master-copy h2 { max-width: 760px; }
  .master-contact { margin-top: 70px; }
  .process-intro { grid-template-columns: 1fr; gap: 50px; }
  .control-heading { grid-template-columns: 1fr; gap: 50px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid #bbb6ad; }
  .pricing-heading { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .control-grid { grid-template-columns: 1fr; }
  .control-grid article, .control-grid article + article { min-height: 230px; padding: 22px 0; border-inline-end: 0; border-block-end: 1px solid #bbb6ad; }
  .control-grid article:last-child { border-block-end: 0; }
  .control-grid h3 { margin-top: 70px; }
  .pricing-grid article { min-height: 270px; }
  .pricing-grid h3 { margin-top: 80px; }
  .estimate-card { grid-template-columns: 1fr 1fr; }
  .estimate-note { grid-column: 2; }
  .brief-heading, .faq-heading { grid-template-columns: 1fr; }
  .brief-heading > p:last-child { grid-column: auto; }
  .brief-result { grid-template-columns: 1fr; }
  .result-actions { grid-column: auto; }
  .faq-list { margin-left: 0; }
}

@media (max-width: 560px) {
  .top-note { max-width: 90px; text-align: right; line-height: 1.2; }
  .hero { min-height: 810px; }
  .display { top: 105px; left: -4px; font-size: clamp(72px, 25vw, 124px); }
  .display span:last-child { margin-left: 0; }
  .hero-object { left: 49%; top: 59%; width: 124vw; }
  .object-caption, .locale, .scroll-cue { display: none; }
  .hero-copy { top: 39%; width: 76vw; }
  .hero-side { top: auto; right: auto; left: 18px; bottom: 76px; width: 220px; text-align: left; }
  .manifesto { min-height: 72svh; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p, .trust-strip p:nth-child(2), .trust-strip p:nth-child(3) { min-height: 64px; padding-inline: 0; border-inline-end: 0; border-block-end: 1px solid var(--line); }
  .trust-strip p:last-child { border-block-end: 0; }
  .manifesto p, .all-in-text { font-size: clamp(49px, 15vw, 78px); }
  .projects { padding-top: 90px; padding-bottom: 100px; }
  .section-kicker span:last-child { display: none; }
  .model-stage { height: 48svh; }
  .project-row { min-height: 34svh; grid-template-columns: 38px minmax(0,1fr); padding: 52px 0; }
  .project-row h2 { font-size: clamp(42px, 12vw, 64px); }
  .project-row p { font-size: 13px; }
  .master-portrait { width: 100%; min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .master-portrait img { object-position: 42% center; }
  .master-copy { padding-top: 90px; padding-bottom: 90px; }
  .master-copy h2 { margin-top: 38px; font-size: clamp(58px, 17vw, 86px); }
  .master-copy blockquote { margin-top: 54px; }
  .master-contact-button { width: 100%; min-width: 0; min-height: 58px; }
  .process, .control { padding-top: 100px; padding-bottom: 100px; }
  .process-intro { margin-bottom: 70px; }
  .process-intro h2, .control-heading h2 { font-size: clamp(52px, 15vw, 78px); }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 190px; padding-left: 0 !important; border-right: 0; border-bottom: 1px solid #bbb6ad; }
  .steps article:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 45px; }
  .contact-placeholder h2 { font-size: clamp(84px, 25vw, 140px); }
  .pricing { padding-top: 100px; padding-bottom: 100px; }
  .pricing-heading { margin-bottom: 70px; }
  .pricing-heading h2 { font-size: clamp(52px, 15vw, 80px); }
  .pricing-grid article { min-height: 245px; padding: 22px 0; }
  .pricing-grid h3 { margin-top: 64px; }
  .estimate-card { grid-template-columns: 1fr; margin-top: 80px; }
  .estimate-note { grid-column: auto; }
  .brief, .faq { padding-top: 100px; padding-bottom: 100px; }
  .brief-heading, .faq-heading { margin-bottom: 62px; }
  .brief-heading h2, .faq-heading h2 { font-size: clamp(52px, 15vw, 80px); }
  .project-brief, .brief-result { grid-template-columns: 1fr; padding: 24px 18px; margin-inline: -18px; }
  .field-wide { grid-column: auto; }
  .brief-actions, .result-actions { align-items: flex-start; flex-direction: column; }
  .primary-action, .secondary-action { width: 100%; }
  .faq-list summary { min-height: 76px; padding-right: 48px; font-size: 24px; }
  .faq-list details p { padding-right: 36px; }
  .sticky-cta { inset: auto 12px max(12px, env(safe-area-inset-bottom)); min-height: 48px; }
  .menu-open .sticky-cta { display: none; }
  .contact-actions { width: 100%; }
  .contact-action { flex: 1 1 100%; }
  body { padding-bottom: 68px; }
  footer span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js-ready [data-reveal] { opacity: 1; transform: none; }
  .model-stage canvas { transition: opacity .12s linear; }
}
