:root {
  --bg: #efeade;
  --bg-deep: #e4dece;
  --ink: #263230;
  --muted: #5b6761;
  --line: rgba(38, 50, 48, .22);
  --line-strong: rgba(38, 50, 48, .55);
  --accent: #a94f36;
  --accent-dark: #7d3729;
  --olive: #69735b;
  --sand: #d4bea1;
  --white: #f8f5ed;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max: 1340px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; transform: translateY(-150%); background: var(--ink); color: var(--white); padding: 10px 14px; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.exercise-bar { min-height: 32px; padding: 7px 3.5vw; display: flex; gap: 10px; align-items: center; background: var(--ink); color: var(--bg); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.exercise-bar strong { color: #e3b08f; font-weight: 600; }
.exercise-dot { width: 7px; height: 7px; border-radius: 50%; background: #e3b08f; flex: 0 0 auto; }

.site-header { width: min(var(--max), 93vw); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.wordmark-monogram { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 13px; letter-spacing: -.08em; }
.wordmark-text { font-size: 12px; line-height: 1.05; letter-spacing: .06em; text-transform: uppercase; }
.wordmark-text em { font-family: var(--serif); font-size: 13px; font-weight: 400; letter-spacing: .02em; text-transform: lowercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 43px); font-size: 12px; }
.site-nav a { text-decoration: none; transition: color .25s var(--ease); }
.site-nav a:hover { color: var(--accent); }
.nav-cta { padding: 12px 16px; border: 1px solid var(--ink); border-radius: 999px; }
.nav-cta span { margin-left: 9px; color: var(--accent); }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; cursor: pointer; }

.section-shell { width: min(var(--max), 93vw); margin-inline: auto; }
.hero { min-height: min(730px, calc(100vh - 120px)); padding-block: clamp(54px, 9vw, 125px) clamp(72px, 10vw, 140px); display: grid; grid-template-columns: minmax(0, .91fr) minmax(360px, .97fr); gap: clamp(45px, 9vw, 145px); align-items: center; }
.eyebrow, .section-index, .project-meta, .footer-bottom, .art-side-label { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { margin: 0 0 25px; color: var(--muted); }
.eyebrow span, .section-index span { margin-inline: 5px; color: var(--accent); }
.hero h1 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(56px, 7.7vw, 116px); font-weight: 400; letter-spacing: -.075em; line-height: .88; }
h1 i, h2 i { color: var(--accent); font-style: italic; }
.hero-intro { max-width: 430px; margin: 30px 0 29px; color: var(--muted); font-size: clamp(16px, 1.55vw, 20px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { min-height: 49px; padding: 13px 19px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 17px; font-size: 12px; letter-spacing: .03em; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--accent-dark); }
.text-link { border: 0; background: transparent; padding: 0; color: var(--ink); font-size: 12px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; cursor: pointer; }
.text-link span { color: var(--accent); margin-left: 8px; text-decoration: none; }
.hero-disclaimer { max-width: 350px; margin: 42px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.hero-art { position: relative; max-width: 575px; width: 100%; justify-self: end; }
.art-frame { position: relative; min-height: clamp(390px, 45vw, 620px); overflow: hidden; background: #d5c7ad; }
.art-frame::after { position: absolute; inset: 0; content: ""; opacity: .18; background-image: radial-gradient(rgba(38,50,48,.35) .7px, transparent .7px); background-size: 7px 7px; mix-blend-mode: multiply; }
.art-sun { position: absolute; width: 64%; aspect-ratio: 1; top: 12%; left: -18%; border-radius: 50%; background: #c67d5f; opacity: .75; }
.art-wall { position: absolute; right: 0; bottom: 0; width: 62%; height: 70%; background: #b5a788; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); }
.art-window { position: absolute; right: 10%; top: 16%; width: 42%; height: 57%; border: 13px solid #44534d; background: linear-gradient(115deg, rgba(198,225,219,.75), rgba(123,157,152,.62)); box-shadow: inset 0 0 0 1px rgba(248,245,237,.6); }
.art-window span { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(248,245,237,.75); }
.art-window span + span { top: 50%; left: 0; right: 0; width: auto; height: 1px; }
.art-console { position: absolute; right: 14%; bottom: 19%; width: 52%; height: 12%; background: #43504a; border-radius: 2px; box-shadow: 0 14px 0 -5px #33413d; }
.art-vase { position: absolute; right: 31%; bottom: 31%; width: 8%; height: 18%; border-radius: 45% 45% 25% 25%; background: #c78d70; }
.art-vase::after { content: ""; position: absolute; width: 45%; height: 32%; left: 28%; top: -23%; background: #758366; border-radius: 50% 0; transform: rotate(25deg); }
.art-caption { position: absolute; z-index: 1; left: 21px; bottom: 18px; right: 21px; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.art-side-label { position: absolute; right: -17px; top: 50%; color: var(--muted); transform: rotate(90deg) translateX(50%); transform-origin: right; }

.statement { padding-block: 90px 126px; display: grid; grid-template-columns: 1fr 2.4fr; gap: 30px; border-top: 1px solid var(--line); }
.section-index { color: var(--muted); }
.statement-lead { max-width: 840px; margin: -9px 0 54px; font-family: var(--serif); font-size: clamp(40px, 5.3vw, 76px); line-height: .98; letter-spacing: -.06em; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; max-width: 680px; margin-left: auto; }
.statement-grid p, .process-intro > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.projects { padding-block: 20px 135px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 45px; }
.section-heading h2, .process h2, .briefing h2 { margin: 14px 0 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 92px); font-weight: 400; line-height: .9; letter-spacing: -.07em; }
.section-note { max-width: 240px; margin: 0 0 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.filter-button span { margin-left: 8px; color: var(--accent); }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(43px, 7vw, 100px) clamp(20px, 3.4vw, 50px); align-items: start; }
.project-card { min-width: 0; }
.project-card-wide { margin-top: 60px; }
.project-card-tall { margin-top: -30px; }
.project-visual { position: relative; width: 100%; aspect-ratio: 1.03; display: block; overflow: hidden; border: 0; cursor: pointer; transition: transform .4s var(--ease); }
.project-card-wide .project-visual { aspect-ratio: 1.4; }
.project-card-tall .project-visual { aspect-ratio: .83; }
.project-visual:hover { transform: scale(.985); }
.visual-stamp { position: absolute; z-index: 2; top: 17px; left: 17px; color: rgba(248,245,237,.82); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; line-height: 1.35; text-align: left; }
.project-arrow { position: absolute; z-index: 2; right: 20px; bottom: 14px; color: var(--white); font-size: 24px; transition: transform .25s var(--ease); }
.project-visual:hover .project-arrow { transform: translate(3px, -3px); }
.visual-terracotta { background: #9b4e38; }
.visual-terracotta::before { position: absolute; inset: 15% 14% 0 0; content: ""; background: #d58a68; clip-path: polygon(0 25%, 72% 0, 100% 15%, 100% 100%, 0 100%); }
.visual-terracotta::after { position: absolute; right: 10%; bottom: 0; width: 27%; height: 78%; content: ""; background: #384841; clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%); }
.visual-olive { background: #69735b; }
.visual-olive::before { position: absolute; left: 20%; top: 12%; width: 58%; height: 76%; content: ""; border: 20px solid #d6cab2; background: #be8b66; box-shadow: 15px 15px 0 #4e594a; }
.visual-olive::after { position: absolute; right: 17%; bottom: 15%; width: 22%; height: 30%; content: ""; background: #d7b193; border-radius: 54% 54% 0 0; }
.visual-ink { background: #2e3f42; }
.visual-ink::before { position: absolute; inset: 18% 7% 0 17%; content: ""; background: #8fa4a0; clip-path: polygon(10% 0, 100% 14%, 100% 100%, 0 100%); }
.visual-ink::after { position: absolute; left: 18%; bottom: 14%; width: 67%; height: 11%; content: ""; background: #d7c6a8; box-shadow: 0 -70px 0 -22px #4a5a52; }
.visual-sand { background: #d1b58e; }
.visual-sand::before { position: absolute; inset: 10% 23% 0 12%; content: ""; background: #ece5d4; box-shadow: 29px 20px 0 #aa8068; }
.visual-sand::after { position: absolute; left: 22%; bottom: 13%; width: 52%; height: 12%; content: ""; background: #3e5048; box-shadow: 45px -120px 0 -20px #ac765d; }
.visual-shape { position: absolute; z-index: 1; pointer-events: none; }
.visual-shape-arch { left: 23%; bottom: 0; width: 24%; height: 65%; border: 20px solid #3e4c45; border-bottom: 0; border-radius: 100px 100px 0 0; }
.visual-shape-tree { right: 10%; bottom: 5%; width: 8%; height: 44%; border-left: 3px solid #3d5148; transform: rotate(12deg); }
.visual-shape-shelf { left: 28%; top: 22%; width: 49%; height: 3px; background: #59634e; box-shadow: 0 55px #59634e, 0 110px #59634e; }
.visual-shape-chair { left: 46%; bottom: 15%; width: 19%; height: 33%; border: 10px solid #c58a6d; border-bottom: 0; }
.visual-shape-pool { left: 12%; bottom: 10%; width: 68%; height: 20%; border-radius: 50%; background: #547e83; transform: rotate(-7deg); }
.visual-shape-stair { right: 7%; top: 20%; width: 25%; height: 60%; background: repeating-linear-gradient(165deg, transparent 0 23px, #c2af8c 24px 30px); }
.visual-shape-light { right: 12%; top: 0; width: 37%; height: 68%; background: rgba(211,180,135,.7); clip-path: polygon(0 0, 100% 0, 68% 100%, 0 75%); }
.visual-shape-bench { left: 20%; bottom: 20%; width: 57%; height: 9%; background: #6d7862; }
.project-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 17px; color: var(--muted); }
.project-card h3 { margin: 8px 0 3px; font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.05em; }
.project-card p { margin: 0; color: var(--muted); font-size: 12px; }
.empty-state { padding: 86px 20px; border: 1px solid var(--line); text-align: center; }
.empty-mark { color: var(--accent); font-family: var(--serif); font-size: 56px; }
.empty-state h3 { margin: 8px 0; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.empty-state p { max-width: 330px; margin: 0 auto 22px; color: var(--muted); font-size: 13px; }

.services { padding-block: 35px 130px; border-top: 1px solid var(--line); }
.services-list { border-top: 1px solid var(--line-strong); }
.service-row { display: grid; grid-template-columns: 90px 1fr 60px; gap: 25px; align-items: start; padding: 24px 0 28px; border-bottom: 1px solid var(--line-strong); }
.service-number, .service-symbol { color: var(--accent); font-family: var(--mono); font-size: 11px; }
.service-symbol { justify-self: end; font-size: 22px; }
.service-row h3 { margin: -4px 0 3px; font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.04em; }
.service-row p { max-width: 550px; margin: 0; color: var(--muted); font-size: 13px; }

.process { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(45px, 12vw, 180px); padding-block: 117px; border-top: 1px solid var(--line); }
.process-intro h2 { margin-bottom: 29px; }
.process-intro > p { max-width: 250px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-strong); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 23px 0; border-bottom: 1px solid var(--line-strong); }
.process-list li > span { color: var(--accent); font-family: var(--mono); font-size: 10px; }
.process-list h3 { margin: -5px 0 2px; font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.04em; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.briefing { position: relative; display: grid; grid-template-columns: .76fr 1fr; gap: clamp(50px, 9vw, 130px); padding-block: 125px 145px; border-top: 1px solid var(--line); }
.briefing-art { position: sticky; top: 36px; align-self: start; min-height: 565px; overflow: hidden; background: #c0a887; }
.briefing-art::before { position: absolute; inset: 0; content: ""; background: linear-gradient(155deg, rgba(38,50,48,.15), transparent 50%), repeating-linear-gradient(90deg, transparent 0 46px, rgba(239,234,222,.3) 47px 48px); }
.briefing-lines { position: absolute; right: 10%; bottom: 13%; width: 70%; height: 54%; border: 2px solid rgba(38,50,48,.6); transform: rotate(-8deg); }
.briefing-lines::after { position: absolute; content: ""; inset: 25% -15% -18% 18%; border: 2px solid rgba(38,50,48,.42); }
.briefing-art > span { position: absolute; left: 20px; bottom: 20px; color: var(--ink); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.briefing-content > p { max-width: 360px; margin: 28px 0 33px; color: var(--muted); font-size: 14px; }
.briefing-form { max-width: 520px; }
.form-field { margin-bottom: 21px; }
.form-field label { display: block; margin-bottom: 7px; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.form-field label span, .consent-row b { color: var(--accent); }
input, select, textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 2px 0 var(--accent); }
textarea { resize: vertical; min-height: 95px; }
::placeholder { color: #7f887d; opacity: 1; }
.field-error { display: block; min-height: 16px; margin-top: 5px; color: var(--accent-dark); font-size: 11px; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 5px 0 22px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--ink); }
.form-status { min-height: 23px; margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.form-status.is-success { color: #3b6848; }
.form-status.is-error { color: var(--accent-dark); }

.site-footer { padding-block: 39px 31px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; gap: 25px; padding-bottom: 46px; }
.footer-mark { font-family: var(--serif); font-size: 46px; letter-spacing: -.1em; }
.footer-mark span { padding-inline: 5px; color: var(--accent); font-family: var(--sans); font-size: 17px; }
.footer-top p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.footer-top .text-link { margin-left: auto; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.55; letter-spacing: .035em; text-transform: none; }
.footer-bottom p { max-width: 690px; margin: 0; }
.footer-bottom p + p { max-width: 170px; text-align: right; }
.footer-bottom strong { color: var(--ink); font-weight: 600; }

.project-dialog { width: min(700px, 92vw); padding: 0; border: 1px solid var(--line-strong); background: var(--bg); color: var(--ink); box-shadow: 0 25px 80px rgba(38,50,48,.24); }
.project-dialog::backdrop { background: rgba(38,50,48,.46); }
.dialog-inner { position: relative; padding: 45px; }
.dialog-close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 25px; line-height: 1; cursor: pointer; }
.dialog-inner h2 { margin: 12px 0 13px; font-family: var(--serif); font-size: clamp(50px, 8vw, 80px); font-weight: 400; letter-spacing: -.07em; line-height: .9; }
.dialog-description { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.dialog-facts { display: flex; gap: 10px; flex-wrap: wrap; margin: 25px 0; }
.dialog-facts span { padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.dialog-placeholder { display: grid; min-height: 130px; place-items: center; border: 1px dashed var(--line-strong); color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; line-height: 1.5; text-align: center; }
.dialog-placeholder small { color: var(--muted); font-size: 9px; letter-spacing: normal; text-transform: none; }

[hidden] { display: none !important; }
@media (max-width: 760px) {
  .exercise-bar { align-items: flex-start; flex-wrap: wrap; gap: 4px 8px; padding: 8px 4vw; font-size: 8px; }
  .exercise-bar span:last-child { flex-basis: 100%; padding-left: 15px; }
  .site-header { min-height: 74px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0 10px 10px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
  .menu-icon { display: grid; gap: 5px; }
  .menu-icon i { display: block; width: 19px; height: 1px; background: var(--ink); transition: transform .25s var(--ease); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; z-index: 8; top: 106px; right: 3.5vw; left: 3.5vw; display: none; padding: 17px; border: 1px solid var(--line-strong); background: var(--bg); box-shadow: 0 15px 35px rgba(38,50,48,.11); }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border: 0; }
  .nav-cta { border: 0; border-radius: 0; }
  .hero { min-height: auto; padding-block: 66px 94px; grid-template-columns: 1fr; gap: 56px; }
  .hero h1 { font-size: clamp(57px, 17vw, 90px); }
  .hero-intro { font-size: 17px; }
  .hero-art { width: calc(100% - 18px); justify-self: start; }
  .art-frame { min-height: 400px; }
  .art-side-label { right: -23px; font-size: 8px; }
  .statement { padding-block: 65px 92px; grid-template-columns: 1fr; gap: 35px; }
  .statement-lead { margin: 0 0 37px; font-size: 50px; }
  .statement-grid { grid-template-columns: 1fr; gap: 18px; margin-left: 0; }
  .section-heading { display: block; margin-bottom: 33px; }
  .section-note { max-width: 270px; margin-top: 23px; }
  .projects { padding-bottom: 94px; }
  .project-grid { grid-template-columns: 1fr; gap: 55px; }
  .project-card-wide, .project-card-tall { margin-top: 0; }
  .project-card-wide .project-visual, .project-card-tall .project-visual { aspect-ratio: 1.05; }
  .services { padding-block: 15px 90px; }
  .service-row { grid-template-columns: 38px 1fr 30px; gap: 12px; }
  .service-row h3 { font-size: 28px; }
  .service-row p { font-size: 12px; }
  .process { grid-template-columns: 1fr; gap: 57px; padding-block: 83px; }
  .briefing { grid-template-columns: 1fr; gap: 60px; padding-block: 86px 100px; }
  .briefing-art { position: relative; min-height: 340px; }
  .briefing-content > p { font-size: 13px; }
  .footer-top { flex-wrap: wrap; }
  .footer-top .text-link { width: 100%; margin: 12px 0 0; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { max-width: none; margin-top: 18px; text-align: left; }
  .dialog-inner { padding: 38px 25px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
