:root {
  color-scheme: light;
  --forest: #173f2a;
  --forest-deep: #0b2417;
  --leaf: #5f8d45;
  --acid: #d6f36a;
  --sky: #b9dfe0;
  --clay: #d66c45;
  --sun: #f4c94a;
  --paper: #f4f3ec;
  --white: #ffffff;
  --ink: #172019;
  --muted: #59635b;
  --line: #b8beb5;
  --header-height: 78px;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.55; letter-spacing: 0; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { letter-spacing: 0; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; width: 1px; height: 1px; overflow: hidden; padding: 0; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { width: auto; height: auto; padding: 10px 14px; clip: auto; background: var(--acid); color: var(--forest-deep); }

.site-header { position: absolute; top: 0; left: 0; z-index: 80; width: 100%; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 4vw, 68px); border-bottom: 1px solid rgba(255,255,255,0.44); color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-size: 16px; font-weight: 850; }
.brand small { margin-top: 4px; font-size: 9px; font-weight: 750; text-transform: uppercase; }
.brand-mark { position: relative; width: 35px; height: 35px; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark::before { content: ""; position: absolute; left: 16px; bottom: 7px; width: 1px; height: 19px; background: currentColor; transform: rotate(-8deg); }
.brand-mark i { position: absolute; width: 11px; height: 7px; border: 1px solid currentColor; border-radius: 100% 0 100% 0; }
.brand-mark i:first-child { top: 8px; left: 7px; transform: rotate(17deg); }
.brand-mark i:last-child { top: 13px; right: 5px; transform: scaleX(-1) rotate(17deg); }
.site-nav { height: 100%; display: flex; align-items: center; }
.site-nav a { height: 100%; display: grid; place-items: center; min-width: 82px; padding: 0 16px; border-left: 1px solid rgba(255,255,255,0.3); font-size: 11px; font-weight: 750; }
.site-nav a:hover, .site-nav a:focus-visible { background: var(--acid); color: var(--forest-deep); }
.site-nav .nav-cta { min-width: 138px; background: var(--acid); color: var(--forest-deep); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--sun); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 25px; height: 1px; margin: 7px 0; background: currentColor; }

.hero { position: relative; height: clamp(560px, calc(100svh - 54px), 850px); min-height: 0; overflow: hidden; background: var(--forest-deep); color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-shade { position: absolute; inset: 0; background: rgba(7, 28, 18, 0.5); }
.hero-copy { position: absolute; z-index: 2; left: clamp(20px, 7vw, 112px); bottom: clamp(70px, 11vh, 128px); width: min(780px, calc(100% - 40px)); }
.plot-label, .section-index { margin: 0; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.plot-label { display: flex; align-items: center; gap: 12px; color: #eef5e9; }
.plot-label span { padding: 5px 8px; background: var(--acid); color: var(--forest-deep); }
.hero h1 { max-width: 780px; margin: 20px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 7.4vw, 116px); font-weight: 500; line-height: 0.88; }
.hero h1 em { color: var(--acid); font-weight: 500; }
.hero-subtitle { margin: 20px 0 0; font-size: 20px; font-weight: 800; }
.hero-lead { max-width: 650px; margin: 12px 0 0; color: #eef3ea; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 800; }
.button-primary { background: var(--acid); color: var(--forest-deep); }
.button-primary:hover, .button-primary:focus-visible { background: var(--sun); }
.button-light { border-color: rgba(255,255,255,0.75); color: var(--white); }
.button-light:hover, .button-light:focus-visible { background: var(--white); color: var(--forest-deep); }
.button-dark { background: var(--forest-deep); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--clay); }
.hero-note { position: absolute; z-index: 2; right: clamp(20px, 4vw, 68px); bottom: 46px; width: 240px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.7); }
.hero-note span, .hero-note small, .hero-note strong { display: block; }
.hero-note span, .hero-note small { font-size: 9px; font-weight: 750; text-transform: uppercase; }
.hero-note strong { margin: 7px 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 500; }
.hero-coordinate { position: absolute; z-index: 2; top: 48%; right: -62px; font-size: 9px; font-weight: 750; transform: rotate(90deg); }

.project-strip { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); background: var(--acid); }
.project-strip p { min-width: 0; display: grid; align-content: center; gap: 4px; margin: 0; padding: 14px clamp(14px, 3vw, 42px); border-right: 1px solid var(--ink); }
.project-strip p:last-child { border-right: 0; }
.project-strip span { font-size: 8px; font-weight: 850; }
.project-strip strong { font-size: 12px; }

.process-section, .spaces-section { padding: 110px clamp(20px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: minmax(160px, 0.35fr) minmax(480px, 1fr); gap: clamp(36px, 8vw, 130px); align-items: start; }
.section-index { display: flex; align-items: center; gap: 10px; color: var(--forest); }
.section-index::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.section-heading h2, .studio-copy h2, .feature-intro h2, .create-copy h2, .responsibility-note h2, .policy-band h2, .document-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.02; }
.section-heading h2 { max-width: 870px; font-size: clamp(40px, 5vw, 72px); }
.section-heading > div > p { max-width: 700px; margin: 24px 0 0; color: var(--muted); }
.process-list { margin: 78px 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process-list li { min-height: 180px; display: grid; grid-template-columns: 70px 150px minmax(240px, 1fr); gap: clamp(20px, 4vw, 60px); align-items: center; border-bottom: 1px solid var(--ink); }
.step-number { align-self: start; padding-top: 24px; font-size: 10px; font-weight: 850; }
.step-symbol { position: relative; width: 112px; height: 112px; }
.symbol-frame { border: 1px solid var(--forest); }
.symbol-frame::before, .symbol-frame::after { content: ""; position: absolute; inset: 14px; border: 1px solid var(--leaf); }
.symbol-frame::after { inset: 30px; background: var(--sky); }
.symbol-frame i { position: absolute; right: -12px; bottom: 14px; width: 32px; height: 32px; border-radius: 50%; background: var(--clay); }
.symbol-lines { display: grid; align-content: center; gap: 10px; }
.symbol-lines i { display: block; height: 13px; border-radius: 50%; background: var(--forest); }
.symbol-lines i:nth-child(2) { width: 80%; background: var(--leaf); }
.symbol-lines i:nth-child(3) { width: 55%; background: var(--clay); }
.symbol-spark { border-radius: 50%; background: var(--sky); }
.symbol-spark::before, .symbol-spark::after, .symbol-spark i { content: ""; position: absolute; top: 50%; left: 50%; width: 2px; height: 72px; background: var(--forest); transform: translate(-50%, -50%); }
.symbol-spark::after { transform: translate(-50%, -50%) rotate(60deg); }
.symbol-spark i { transform: translate(-50%, -50%) rotate(-60deg); }
.process-list h3 { margin: 0; font-size: 22px; }
.process-list p { max-width: 650px; margin: 9px 0 0; color: var(--muted); }

.style-studio { display: grid; grid-template-columns: minmax(320px, 0.72fr) minmax(620px, 1.28fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--forest); color: var(--white); }
.studio-copy { padding: 90px clamp(24px, 5vw, 76px); }
.studio-copy .section-index { color: var(--acid); }
.studio-copy h2 { margin-top: 42px; font-size: clamp(43px, 4.6vw, 70px); }
.studio-copy > p:not(.section-index) { max-width: 520px; margin: 25px 0 0; color: #dce7dc; }
.style-tabs { display: grid; margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.42); }
.style-tabs button { min-height: 55px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,0.42); background: transparent; color: var(--white); text-align: left; cursor: pointer; }
.style-tabs button::after { content: "+"; float: right; }
.style-tabs button[aria-selected="true"] { color: var(--acid); }
.style-tabs button[aria-selected="true"]::after { content: "\2014"; }
.concept-board { min-width: 0; display: grid; grid-template-columns: minmax(280px, 1fr) minmax(270px, 0.72fr); background: var(--paper); color: var(--ink); }
.concept-image-wrap { position: relative; min-height: 780px; overflow: hidden; }
.concept-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: filter 240ms ease; }
.concept-board[data-active-style="natural"] img { filter: saturate(0.82) contrast(0.98); }
.concept-board[data-active-style="modern"] img { filter: saturate(0.6) contrast(1.13); }
.concept-board[data-active-style="mediterranean"] img { filter: sepia(0.18) saturate(0.85) brightness(1.04); }
.concept-board[data-active-style="cottage"] img { filter: saturate(1.16) brightness(1.05); }
.image-callout { position: absolute; display: flex; align-items: center; gap: 8px; padding: 7px 9px; border: 1px solid var(--ink); background: var(--acid); color: var(--forest-deep); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.image-callout i { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }
.callout-one { top: 32%; left: 8%; }
.callout-two { right: 7%; bottom: 18%; }
.concept-notes { display: flex; flex-direction: column; padding: 38px 34px; border-left: 1px solid var(--ink); }
.concept-title { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 850; }
.concept-notes h3 { margin: 48px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 35px; font-weight: 500; line-height: 1.05; }
.concept-notes > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.palette { display: grid; grid-template-columns: repeat(4, 1fr); height: 45px; margin-top: 32px; border: 1px solid var(--ink); }
.palette i { border-right: 1px solid var(--ink); background: var(--leaf); }
.palette i:nth-child(2) { background: var(--acid); }
.palette i:nth-child(3) { background: var(--clay); }
.palette i:nth-child(4) { border-right: 0; background: var(--sky); }
.concept-board[data-active-style="modern"] .palette i:nth-child(1) { background: #172019; }
.concept-board[data-active-style="modern"] .palette i:nth-child(2) { background: #83937f; }
.concept-board[data-active-style="modern"] .palette i:nth-child(3) { background: #d0cdc2; }
.concept-board[data-active-style="modern"] .palette i:nth-child(4) { background: #b9dfe0; }
.concept-board[data-active-style="mediterranean"] .palette i:nth-child(1) { background: #62754b; }
.concept-board[data-active-style="mediterranean"] .palette i:nth-child(2) { background: #e3d6ae; }
.concept-board[data-active-style="mediterranean"] .palette i:nth-child(3) { background: #c7663f; }
.concept-board[data-active-style="mediterranean"] .palette i:nth-child(4) { background: #f0bd45; }
.concept-board[data-active-style="cottage"] .palette i:nth-child(1) { background: #437247; }
.concept-board[data-active-style="cottage"] .palette i:nth-child(2) { background: #d5d99b; }
.concept-board[data-active-style="cottage"] .palette i:nth-child(3) { background: #d77c8e; }
.concept-board[data-active-style="cottage"] .palette i:nth-child(4) { background: #8aa9d0; }
.concept-notes dl { margin: auto 0 0; }
.concept-notes dl div { display: grid; grid-template-columns: 82px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid var(--line); }
.concept-notes dt { font-size: 8px; font-weight: 850; text-transform: uppercase; }
.concept-notes dd { margin: 0; font-size: 11px; }

.compact-heading { grid-template-columns: minmax(160px, 0.35fr) minmax(400px, 1fr); }
.compact-heading h2 { font-size: clamp(40px, 4.7vw, 67px); }
.space-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.space-grid article { min-width: 0; padding: 20px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.space-grid article > span { font-size: 9px; font-weight: 850; }
.space-grid h3 { margin: 22px 0 0; font-size: 18px; }
.space-grid p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.space-plot { position: relative; aspect-ratio: 1.3; margin-top: 20px; overflow: hidden; border: 1px solid var(--ink); background-color: var(--paper); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 20px 20px; }
.space-plot i { position: absolute; display: block; background: var(--leaf); }
.plot-garden i:first-child { inset: 12% 48% 18% 10%; border-radius: 50% 50% 20% 40%; }
.plot-garden i:nth-child(2) { inset: 23% 9% 12% 61%; border-radius: 40%; background: var(--clay); }
.plot-garden i:nth-child(3) { left: 48%; top: 0; width: 10%; height: 100%; background: var(--sun); transform: rotate(12deg); }
.plot-yard i:first-child { inset: 14%; border: 1px solid var(--forest); background: var(--acid); }
.plot-yard i:last-child { right: 14%; bottom: 14%; width: 32%; height: 36%; background: var(--sky); }
.plot-patio i { width: 28%; height: 55%; top: 20%; background: var(--clay); }
.plot-patio i:first-child { left: 8%; }
.plot-patio i:nth-child(2) { left: 36%; background: var(--acid); }
.plot-patio i:nth-child(3) { right: 8%; background: var(--sky); }
.plot-balcony i { bottom: 12%; width: 22%; border-radius: 50% 50% 8% 8%; }
.plot-balcony i:first-child { left: 12%; height: 45%; }
.plot-balcony i:nth-child(2) { left: 40%; height: 65%; background: var(--clay); }
.plot-balcony i:nth-child(3) { right: 12%; height: 36%; background: var(--acid); }

.feature-section { display: grid; grid-template-columns: minmax(320px, 0.7fr) minmax(520px, 1.3fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--sky); }
.feature-intro { padding: 90px clamp(24px, 6vw, 96px); }
.feature-intro h2 { margin-top: 38px; font-size: clamp(42px, 4.7vw, 68px); }
.feature-list { border-left: 1px solid var(--ink); }
.feature-list article { min-height: 150px; display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: center; padding: 25px clamp(24px, 4vw, 60px); border-bottom: 1px solid var(--ink); }
.feature-list article:last-child { border-bottom: 0; }
.feature-list article > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; font-weight: 850; }
.feature-list h3 { margin: 0; font-size: 19px; }
.feature-list p { margin: 6px 0 0; color: #314c46; font-size: 13px; }
.feature-list small { display: inline-block; margin-top: 9px; padding: 3px 7px; background: var(--forest); color: var(--white); font-size: 7px; font-weight: 850; text-transform: uppercase; }

.create-section { display: grid; grid-template-columns: minmax(380px, 1fr) minmax(380px, 0.82fr); gap: clamp(50px, 9vw, 140px); align-items: center; padding: 110px clamp(20px, 7vw, 112px); background: var(--clay); color: var(--forest-deep); }
.create-copy h2 { max-width: 720px; margin-top: 38px; font-size: clamp(48px, 5.6vw, 82px); }
.create-copy > p:not(.section-index) { max-width: 600px; margin: 25px 0 0; }
.create-copy .button { margin-top: 27px; }
.brief-sheet { width: min(560px, 100%); justify-self: end; padding: clamp(22px, 4vw, 46px); border: 1px solid var(--forest-deep); background: var(--paper); box-shadow: 16px 16px 0 var(--forest-deep); }
.brief-head { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 2px solid var(--forest-deep); font-size: 9px; font-weight: 850; }
.brief-head strong { padding: 2px 6px; background: var(--acid); }
.brief-sheet > p { display: grid; grid-template-columns: 100px 1fr; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.brief-sheet > p span { font-size: 8px; font-weight: 850; }
.brief-sheet > p strong { font-size: 12px; }
.brief-plan { position: relative; height: 160px; margin-top: 22px; overflow: hidden; border: 1px solid var(--forest); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 18px 18px; }
.brief-plan i { position: absolute; border: 1px solid var(--forest); background: var(--leaf); }
.brief-plan i:first-child { inset: 18% 54% 20% 8%; border-radius: 50%; }
.brief-plan i:nth-child(2) { right: 9%; top: 10%; width: 34%; height: 42%; background: var(--sky); }
.brief-plan i:nth-child(3) { right: 14%; bottom: 9%; width: 45%; height: 23%; background: var(--acid); }
.brief-plan i:nth-child(4) { left: 45%; top: -10%; width: 8%; height: 125%; border: 0; background: var(--clay); transform: rotate(19deg); }

.responsibility-note { display: grid; grid-template-columns: minmax(180px, 0.35fr) minmax(500px, 1fr); gap: clamp(40px, 8vw, 130px); padding: 72px clamp(20px, 7vw, 112px); border-bottom: 1px solid var(--ink); background: var(--sun); }
.responsibility-note h2 { max-width: 850px; font-size: clamp(32px, 3.8vw, 55px); }
.responsibility-note div p { max-width: 800px; margin: 19px 0 0; }
.policy-band { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(520px, 1.2fr); gap: 50px; padding: 90px clamp(20px, 7vw, 112px); background: var(--paper); }
.policy-band h2 { margin-top: 30px; font-size: clamp(39px, 4.2vw, 62px); }
.policy-band nav { border-top: 1px solid var(--ink); }
.policy-band nav a { min-height: 95px; display: grid; grid-template-columns: 0.75fr 1fr 30px; gap: 18px; align-items: center; border-bottom: 1px solid var(--ink); }
.policy-band nav a:hover, .policy-band nav a:focus-visible { background: var(--acid); }
.policy-band nav span { font-size: 9px; font-weight: 850; text-transform: uppercase; }
.policy-band nav strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.policy-band nav i { font-size: 19px; font-style: normal; }

.site-footer { min-height: 135px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; padding: 25px clamp(20px, 4vw, 68px); background: var(--forest-deep); color: var(--white); }
.site-footer > p { margin: 0; color: #cdd8ce; font-size: 11px; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 23px; font-size: 10px; font-weight: 750; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--acid); }

/* Policy documents */
.document-page { background: var(--paper); }
.document-page .site-header { position: relative; border-bottom: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.document-page .site-nav a { border-left-color: var(--line); }
.document-page .site-nav .nav-cta { background: var(--forest); color: var(--white); }
.document-hero { display: grid; grid-template-columns: minmax(180px, 0.35fr) minmax(480px, 1fr); gap: clamp(40px, 8vw, 130px); padding: 82px clamp(20px, 7vw, 112px) 70px; border-bottom: 1px solid var(--ink); background: var(--acid); }
.document-hero h1 { font-size: clamp(55px, 7vw, 100px); }
.document-hero .document-intro { max-width: 760px; margin: 22px 0 0; font-size: 17px; }
.document-meta { display: grid; align-content: start; gap: 14px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.document-meta span { padding-bottom: 12px; border-bottom: 1px solid var(--ink); }
.document-layout { display: grid; grid-template-columns: minmax(230px, 0.34fr) minmax(520px, 1fr); gap: clamp(50px, 8vw, 130px); padding: 76px clamp(20px, 7vw, 112px) 120px; }
.document-toc { position: sticky; top: 22px; align-self: start; border-top: 1px solid var(--ink); }
.document-toc a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 750; }
.document-toc a:hover, .document-toc a:focus-visible { color: var(--forest); }
.document-content { max-width: 830px; }
.document-content section { padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.document-content h2 { margin: 0 0 17px; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; line-height: 1.1; }
.document-content h3 { margin: 26px 0 10px; font-size: 16px; }
.document-content p, .document-content li { color: #414b43; font-size: 14px; }
.document-content ul { padding-left: 20px; }
.document-content li + li { margin-top: 7px; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }

@media (max-width: 1100px) {
  .site-nav a { min-width: 70px; padding: 0 11px; }
  .site-nav .nav-cta { min-width: 122px; }
  .style-studio { grid-template-columns: 1fr; }
  .concept-image-wrap { min-height: 620px; }
  .space-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-section { grid-template-columns: 1fr; }
  .feature-list { border-top: 1px solid var(--ink); border-left: 0; }
}

@media (max-width: 760px) {
  :root { --header-height: 68px; }
  .site-header { padding: 0 18px; }
  .nav-toggle { position: relative; z-index: 90; display: block; cursor: pointer; }
  .site-nav { position: fixed; inset: 0; z-index: 85; height: 100svh; display: none; align-content: center; padding: 90px 24px 36px; background: var(--forest-deep); color: var(--white); }
  .site-nav.is-open { display: grid; }
  .site-nav a, .site-nav .nav-cta { width: 100%; min-height: 58px; height: auto; justify-content: start; border: 0; border-bottom: 1px solid rgba(255,255,255,0.32); background: transparent; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 500; }
  .site-nav .nav-cta { margin-top: 18px; justify-content: center; border-bottom: 0; background: var(--acid); color: var(--forest-deep); font-family: inherit; font-size: 12px; font-weight: 850; }
  .document-page .site-nav { background: var(--forest-deep); color: var(--white); }
  .document-page .site-nav .nav-cta { background: var(--acid); color: var(--forest-deep); }
  .hero { height: clamp(560px, calc(100svh - 40px), 760px); }
  .hero-image { object-position: 58% center; }
  .hero-copy { left: 20px; bottom: 44px; width: calc(100% - 40px); }
  .hero h1 { font-size: clamp(51px, 16vw, 72px); }
  .hero-subtitle { font-size: 17px; }
  .hero-lead { max-width: 520px; font-size: 14px; }
  .hero-actions { margin-top: 20px; }
  .hero-note, .hero-coordinate { display: none; }
  .project-strip { grid-template-columns: repeat(2, 1fr); }
  .project-strip p:nth-child(2) { border-right: 0; }
  .project-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .process-section, .spaces-section { padding: 76px 20px; }
  .section-heading, .compact-heading, .responsibility-note, .document-hero, .document-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-heading h2 { font-size: 42px; }
  .section-heading > div > p { margin-top: 18px; }
  .process-list { margin-top: 54px; }
  .process-list li { grid-template-columns: 42px 82px minmax(0, 1fr); min-height: 150px; gap: 13px; }
  .step-symbol { width: 72px; height: 72px; }
  .symbol-spark::before, .symbol-spark::after, .symbol-spark i { height: 48px; }
  .process-list h3 { font-size: 17px; }
  .process-list p { font-size: 12px; }
  .studio-copy { padding: 70px 20px; }
  .studio-copy h2 { margin-top: 34px; font-size: 43px; }
  .concept-board { grid-template-columns: 1fr; }
  .concept-image-wrap { min-height: 540px; }
  .concept-notes { min-height: 480px; border-top: 1px solid var(--ink); border-left: 0; }
  .space-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .feature-intro { padding: 70px 20px; }
  .feature-intro h2 { font-size: 43px; }
  .feature-list article { grid-template-columns: 52px 1fr; padding: 24px 20px; }
  .create-section { grid-template-columns: 1fr; padding: 78px 20px 92px; }
  .create-copy h2 { font-size: 49px; }
  .brief-sheet { justify-self: stretch; box-shadow: 10px 10px 0 var(--forest-deep); }
  .responsibility-note { padding: 60px 20px; }
  .policy-band { grid-template-columns: 1fr; padding: 70px 20px; }
  .policy-band nav a { grid-template-columns: 0.7fr 1fr 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; padding: 34px 20px; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; }
  .document-hero { padding: 58px 20px 54px; }
  .document-hero h1 { font-size: 55px; }
  .document-layout { padding: 50px 20px 86px; }
  .document-toc { position: static; }
}

@media (max-width: 430px) {
  .hero .button { width: 100%; }
  .hero h1 { font-size: 50px; }
  .process-list li { grid-template-columns: 33px minmax(0, 1fr); padding: 24px 0; }
  .step-symbol { display: none; }
  .concept-image-wrap { min-height: 450px; }
  .brief-sheet > p { grid-template-columns: 80px 1fr; }
}

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