:root {
  --ink: #1f2922;
  --ink-soft: #344139;
  --paper: #f4f1e9;
  --paper-warm: #ebe5d9;
  --white: #fbfaf7;
  --olive: #89865c;
  --olive-light: #a8a478;
  --clay: #a9673f;
  --line: rgba(31, 41, 34, .18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button, a { touch-action: manipulation; }
main, section, article, form, fieldset, nav, footer { min-width: 0; }
::selection { background: var(--olive); color: var(--white); }
:focus-visible { outline: 2px solid var(--olive-light); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: var(--white); transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 72px; background: rgba(244,241,233,.94); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: .75rem; min-width: 205px; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: saturate(.7) brightness(1.35); transition: filter .3s; }
.scrolled .brand img { filter: none; }
.brand-name { font-family: var(--serif); font-weight: 700; font-size: 1.15rem; letter-spacing: .025em; }
.brand-name em { display: block; margin-top: -6px; font-family: var(--sans); font-size: .58rem; font-style: normal; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; opacity: .75; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.75rem); }
.site-nav a { position: relative; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -.4rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 600; letter-spacing: .04em; }
.header-cta span { margin-left: .35rem; }
.menu-toggle { display: none; }

.hero { min-height: 780px; height: 100svh; max-height: 980px; display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); background: var(--ink); color: var(--white); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 9rem clamp(2rem, 5vw, 6rem) 4rem clamp(2rem, 5.5vw, 7rem); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.5rem; color: var(--olive); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--olive-light); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 5.5vw, 6.5rem); font-weight: 400; line-height: .91; letter-spacing: -.045em; }
.hero h1 em, h2 em, .display-copy em { color: var(--olive-light); font-weight: 400; }
.hero-lede { max-width: 570px; margin: 2.25rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.2vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.25rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.25rem; max-width: 100%; min-height: 54px; padding: .85rem 1.5rem; border: 0; cursor: pointer; font-size: .76rem; font-weight: 700; line-height: 1.25; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--white); color: var(--ink); }
.button-dark:hover { background: var(--olive-light); }
.text-link { display: inline-flex; align-items: center; gap: .75rem; padding: 0 0 .25rem; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: .8rem; font-weight: 650; letter-spacing: .04em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }
.arrow-ne { position: relative; display: inline-block; flex: 0 0 auto; width: 1em; height: 1em; font-size: 1em; }
.arrow-ne::before { content: ""; position: absolute; right: .08em; top: .08em; width: .52em; height: .52em; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.arrow-ne::after { content: ""; position: absolute; left: .08em; top: .5em; width: .82em; height: 1.5px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: auto; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.hero-proof span { color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual figure { height: 100%; margin: 0; overflow: hidden; }
.hero-visual figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,41,34,.28), transparent 30%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 35%); }
.hero-visual figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; left: 2.25rem; bottom: 2.25rem; z-index: 2; display: grid; min-width: 235px; padding: 1rem 1.2rem; border-left: 2px solid var(--olive-light); background: rgba(26,31,27,.82); backdrop-filter: blur(9px); }
.hero-note span, .hero-note small { color: rgba(255,255,255,.62); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-note strong { margin: .2rem 0; font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.craft-badge { position: absolute; right: 2rem; top: 7rem; z-index: 2; width: 112px; height: 112px; border-radius: 50%; background: var(--paper); color: var(--ink); }
.craft-badge svg { width: 100%; height: 100%; animation: rotate 22s linear infinite; }
.craft-badge text { font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: 2px; fill: currentColor; }
.craft-badge circle { fill: var(--olive); }
@keyframes rotate { to { transform: rotate(360deg); } }

.section-pad { padding: clamp(5.5rem, 9vw, 9.5rem) clamp(1.5rem, 6vw, 7rem); }
.intro { display: grid; grid-template-columns: 1fr 2fr; gap: 6vw; border-bottom: 1px solid var(--line); }
.intro-label { display: flex; gap: 1rem; color: var(--olive); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.intro-label span { color: var(--ink); }
.intro-copy { max-width: 980px; }
.display-copy { max-width: 980px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4.1vw, 4.75rem); line-height: 1.08; letter-spacing: -.035em; }
.intro-copy > p:last-child { max-width: 640px; margin: 2.5rem 0 0 auto; color: rgba(31,41,34,.68); line-height: 1.8; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-head h2, .services h2, .story h2, .service-area h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.6rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.section-head p:last-child { max-width: 410px; margin: 0; color: rgba(31,41,34,.65); }
.filter-row { display: flex; gap: .5rem; margin-bottom: 1.5rem; }
.filter { padding: .55rem 1rem; border: 1px solid var(--line); border-radius: 100px; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: all .25s; }
.filter:hover, .filter.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 1.25rem; }
.project { position: relative; grid-column: span 4; height: clamp(360px, 42vw, 540px); padding: 0; border: 0; overflow: hidden; background: #ddd; cursor: pointer; text-align: left; }
.project-wide { grid-column: span 8; }
.project-tall { height: clamp(470px, 50vw, 650px); }
.project:nth-child(4) { align-self: end; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .5s; }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,20,16,.76), transparent 45%); transition: background .4s; }
.project:hover img { transform: scale(1.035); }
.project:hover::after { background: linear-gradient(0deg, rgba(14,20,16,.85), transparent 60%); }
.project-info { position: absolute; z-index: 2; inset: auto 1.4rem 1.2rem; display: grid; grid-template-columns: 1fr auto; align-items: end; color: var(--white); }
.project-info b { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.85rem); font-weight: 500; }
.project-info small { grid-row: 2; color: rgba(255,255,255,.62); font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.project-info i { grid-column: 2; grid-row: 1 / span 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: .62rem; font-style: normal; text-transform: uppercase; transition: background .25s, color .25s; }
.project:hover .project-info i { background: var(--white); color: var(--ink); }
.project[hidden] { display: none; }

.latest-gallery[hidden] { display: none; }
.latest-gallery { border-top: 1px solid var(--line); background: var(--paper-warm); }
.latest-gallery .section-head { align-items: center; }
.latest-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.latest-gallery-item { position: relative; min-height: 340px; overflow: hidden; background: var(--ink); color: var(--white); }
.latest-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.latest-gallery-item::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(12,18,14,.75)); }
.latest-gallery-item span { position: absolute; z-index: 1; inset: auto 1.25rem 1rem; font-family: var(--serif); font-size: 1.2rem; }
.latest-gallery-item:hover img { transform: scale(1.035); }

.gallery-page { background: var(--paper); }
.gallery-page .site-header { color: var(--ink); }
.gallery-page .brand img { filter: none; }
.gallery-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; padding: 10.5rem clamp(1.5rem, 6vw, 7rem) 5rem; border-bottom: 1px solid var(--line); }
.gallery-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.gallery-hero h1 em { color: var(--olive); font-weight: 400; }
.gallery-hero-copy { max-width: 520px; color: rgba(31,41,34,.66); }
.gallery-hero-copy p { margin: 0 0 1.5rem; }
.gallery-shell { padding-top: 4rem; }
.gallery-count { margin: 0 0 2rem; color: var(--olive); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-grid { columns: 3; column-gap: 1.25rem; }
.gallery-card { position: relative; display: block; width: 100%; margin: 0 0 1.25rem; padding: 0; border: 0; break-inside: avoid; overflow: hidden; background: var(--ink); cursor: zoom-in; text-align: left; }
.gallery-card img { width: 100%; height: auto; min-height: 280px; max-height: 680px; object-fit: cover; transition: transform .65s var(--ease), opacity .3s; }
.gallery-card::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(12,18,14,.78)); }
.gallery-card span { position: absolute; z-index: 1; inset: auto 1.25rem 1rem; color: var(--white); font-family: var(--serif); font-size: 1.25rem; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-empty { padding: 4rem 0; border-top: 1px solid var(--line); color: rgba(31,41,34,.65); }
.gallery-lightbox { width: min(1280px, calc(100% - 2rem)); padding: 0; border: 0; background: #111; color: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.gallery-lightbox::backdrop { background: rgba(8,12,9,.9); backdrop-filter: blur(6px); }
.gallery-lightbox[open] { display: grid; grid-template-rows: minmax(0, 1fr) auto; max-height: calc(100svh - 2rem); }
.gallery-lightbox-visual { display: grid; place-items: center; min-height: 0; }
.gallery-lightbox-visual img { max-width: 100%; max-height: calc(100svh - 8rem); object-fit: contain; }
.gallery-lightbox-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border-top: 1px solid rgba(255,255,255,.14); }
.gallery-lightbox-footer p { margin: 0; font-family: var(--serif); font-size: 1.1rem; }
.gallery-lightbox-controls { display: flex; gap: .5rem; }
.gallery-lightbox button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.gallery-lightbox .gallery-lightbox-close { position: absolute; right: 1rem; top: 1rem; z-index: 2; background: rgba(17,17,17,.75); font-size: 1.5rem; }

.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: var(--ink); color: var(--white); }
.services-title { position: sticky; top: 130px; align-self: start; }
.services-title > p:last-child { max-width: 440px; margin: 2rem 0 0; color: rgba(255,255,255,.58); }
.service { display: grid; grid-template-columns: 48px 1fr 64px; gap: 1.25rem; align-items: start; padding: 2.6rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.service:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.service > span { color: var(--olive-light); font-size: .7rem; font-weight: 700; }
.service h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.5rem); font-weight: 400; line-height: 1.1; }
.service p { max-width: 580px; margin: 0; color: rgba(255,255,255,.55); }
.service svg { width: 54px; height: 54px; fill: none; stroke: var(--olive-light); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { display: flex; flex-direction: column; min-height: 365px; padding: 2rem clamp(1.5rem, 3vw, 3rem) 2.5rem; border-right: 1px solid var(--line); }
.process-step:last-child { border: 0; }
.step-number { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; color: var(--olive); font-size: .7rem; font-weight: 700; }
.process-step h3 { margin: 4rem 0 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.process-step p { margin: 0; color: rgba(31,41,34,.64); }
.process-step small { display: block; margin-top: auto; padding-top: 2rem; color: var(--olive); font-size: .66rem; font-weight: 700; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.timeline-note { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; align-items: start; max-width: 940px; margin: 3rem 0 0 auto; }
.timeline-note span { color: var(--olive); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.timeline-note p { margin: 0; color: rgba(31,41,34,.66); }

.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: var(--paper-warm); }
.story-images { position: relative; min-height: 800px; overflow: hidden; }
.story-main { width: 76%; height: 78%; object-fit: cover; }
.story-legacy { position: absolute; right: 5%; bottom: 4%; width: 37%; aspect-ratio: .8; object-fit: cover; border: 12px solid var(--paper-warm); filter: sepia(.12); }
.story-images > span { position: absolute; right: 5%; top: 10%; writing-mode: vertical-rl; color: var(--olive); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.story-copy { align-self: center; max-width: 720px; padding: 6rem clamp(2rem, 6vw, 7rem); }
.story-lede { margin: 2.5rem 0 1.25rem; font-family: var(--serif); font-size: 1.35rem; line-height: 1.6; }
.story-copy > p:not(.eyebrow):not(.story-lede) { color: rgba(31,41,34,.66); }
.story-copy .text-link { margin-top: 1.5rem; }

.testimonials { display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; }
.quote-wrap { position: relative; }
.quote-mark { position: absolute; left: -4rem; top: -2.5rem; color: var(--olive); font-family: var(--serif); font-size: 9rem; line-height: 1; opacity: .4; }
blockquote { margin: 0; }
blockquote > p { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 4.25rem); line-height: 1.18; letter-spacing: -.025em; }
blockquote footer { display: flex; flex-direction: column; margin-top: 2.5rem; }
blockquote footer strong { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
blockquote footer span { color: rgba(31,41,34,.5); font-size: .75rem; }
.quote-controls { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.quote-controls button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.quote-controls button:hover { background: var(--ink); color: white; }
.quote-controls span { font-size: .7rem; letter-spacing: .08em; }

.service-area { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: clamp(5.5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 7rem); background: var(--olive); color: var(--white); }
.area-copy > p:last-child { max-width: 510px; color: rgba(255,255,255,.65); }
.area-list > div { padding: 1.75rem 0; border-top: 1px solid rgba(255,255,255,.24); }
.area-list > div:last-of-type { border-bottom: 1px solid rgba(255,255,255,.24); }
.area-list span { font-family: var(--serif); font-size: 1.45rem; }
.area-list p { margin: .75rem 0 0; color: rgba(255,255,255,.68); line-height: 1.9; }
.area-list small { display: block; margin-top: 1.5rem; color: rgba(255,255,255,.55); }

.contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: var(--white); }
.contact-copy { align-self: start; position: sticky; top: 120px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(31,41,34,.62); }
.direct-contact { margin-top: 3rem; }
.direct-contact a, .direct-contact p { display: grid; grid-template-columns: 78px minmax(0, 1fr); margin: 0; padding: .8rem 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.05rem; overflow-wrap: anywhere; }
.direct-contact span { font-family: var(--sans); color: var(--olive); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-form { min-height: 650px; }
.bot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.quote-form label, .quote-form legend { position: relative; display: grid; gap: .45rem; min-width: 0; margin-bottom: 1.25rem; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-form .optional { position: absolute; right: 0; top: 0; color: rgba(31,41,34,.45); font-size: .58rem; font-weight: 600; letter-spacing: .06em; }
.quote-form input, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: .95rem; letter-spacing: 0; text-transform: none; transition: border-color .2s; }
.quote-form input { height: 48px; }
.quote-form textarea { padding: .75rem 0; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--ink); }
.quote-form fieldset { margin: .75rem 0 1.5rem; padding: 0; border: 0; }
.quote-form legend { margin-bottom: .85rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.choice-grid label { margin: 0; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { padding: .85rem 1rem; border: 1px solid var(--line); cursor: pointer; font-size: .72rem; letter-spacing: .02em; text-transform: none; transition: all .2s; }
.choice-grid input:checked + span { border-color: var(--ink); background: var(--ink); color: white; }
.choice-grid input:focus-visible + span { outline: 2px solid var(--olive); outline-offset: 2px; }
.submit-button { width: 100%; margin-top: .75rem; background: var(--ink); color: var(--white); }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-error { margin: .9rem 0 0; padding: .8rem 1rem; border-left: 2px solid #a94b3f; background: rgba(169,75,63,.08); color: #77352d; font-size: .78rem; }
.privacy { display: block; margin-top: .75rem; color: rgba(31,41,34,.46); text-align: center; }
.form-success { padding: 5rem 2rem; text-align: center; }
.form-success > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 1.5rem; border: 1px solid var(--olive); border-radius: 50%; color: var(--olive); font-size: 1.5rem; }
.form-success h3 { margin: 0; font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.form-success p { max-width: 520px; margin: 1rem auto 2rem; color: rgba(31,41,34,.62); }

.utility-page { min-height: 100svh; display: grid; place-items: center; padding: 2rem; background: var(--ink); color: var(--white); }
.utility-card { width: min(680px, 100%); padding: clamp(2.25rem, 7vw, 5rem); border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); text-align: center; }
.utility-brand { display: inline-flex; align-items: center; gap: .8rem; margin-bottom: 3.5rem; font-family: var(--serif); font-size: 1.25rem; }
.utility-brand img { width: 48px; height: 48px; filter: saturate(.7) brightness(1.35); }
.utility-card .eyebrow { justify-content: center; }
.utility-card h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 10vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.utility-card > p { max-width: 470px; margin: 1.5rem auto 2rem; color: rgba(255,255,255,.62); }
.utility-card .button { background: var(--white); color: var(--ink); }

.site-footer { padding: 4rem clamp(1.5rem, 6vw, 7rem) 1.5rem; background: #172019; color: var(--white); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 56px; height: 56px; filter: saturate(.6) brightness(1.25); }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 1.4rem; }
.footer-brand span { color: rgba(255,255,255,.48); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem 3rem; margin: 3rem 0; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .lightbox-copy a { display: inline-flex; align-items: center; gap: .45rem; }
.footer-links a:last-child { margin-left: auto; }
.footer-bottom { display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-size: .68rem; }

.lightbox { width: min(1100px, calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: 0; border: 0; overflow: auto; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.lightbox::backdrop { background: rgba(12,18,14,.83); backdrop-filter: blur(4px); }
.lightbox[open] { display: grid; grid-template-columns: 1.4fr .6fr; }
.lightbox-image { min-height: 640px; background: #ddd; }
.lightbox-image img { width: 100%; height: 100%; object-fit: cover; }
.lightbox-copy { display: flex; flex-direction: column; justify-content: end; padding: 3rem 2rem; }
.lightbox-copy small { color: var(--olive); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-copy h3 { margin: .6rem 0 2rem; font-family: var(--serif); font-size: 2.6rem; font-weight: 400; line-height: 1.05; }
.lightbox-copy a { padding-top: 1rem; border-top: 1px solid var(--line); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.lightbox-close { position: absolute; right: 1rem; top: 1rem; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--white); cursor: pointer; font-size: 1.6rem; line-height: 1; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto auto; gap: 1.25rem; }
  .site-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { justify-self: end; display: grid; grid-template-columns: 24px auto; align-items: center; column-gap: .65rem; width: auto; min-height: 44px; padding: .4rem 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
  .menu-toggle span { grid-column: 1; display: block; width: 24px; height: 1px; margin: 2px 0; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle b { grid-column: 2; grid-row: 1 / span 3; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-nav.open { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 2rem clamp(1.25rem, 4vw, 4.5rem) calc(2rem + env(safe-area-inset-bottom)); overflow-y: auto; background: var(--paper); color: var(--ink); }
  .site-nav.open a { width: 100%; padding: 1.3rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 2.5rem; padding-right: 2.5rem; }
  .hero h1 { font-size: clamp(3.3rem, 6.6vw, 5.2rem); }
  .hero-proof { grid-template-columns: 1fr; gap: .35rem; }
  .hero-proof div { flex-direction: row; align-items: baseline; gap: .7rem; }
  .services { grid-template-columns: 1fr; }
  .services-title { position: static; }
  .story { grid-template-columns: .9fr 1.1fr; }
  .story-copy { padding: 5rem 3rem; }
  .contact { grid-template-columns: 1fr 1.2fr; gap: 4vw; }
  .latest-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { columns: 2; }
}

@media (max-width: 800px) {
  .site-header { height: 72px; padding: 0 1.25rem; }
  .header-cta { display: none; }
  .brand { min-width: 0; }
  .site-nav.open { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 2rem 1.25rem calc(2rem + env(safe-area-inset-bottom)); overflow-y: auto; background: var(--paper); color: var(--ink); }
  .site-nav.open a { width: 100%; padding: 1.3rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hero { display: flex; flex-direction: column; height: auto; max-height: none; min-height: 100svh; }
  .hero-copy { min-height: 650px; padding: 8.5rem 1.5rem 3rem; }
  .hero h1 { font-size: clamp(3.25rem, 15.8vw, 5.4rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
  .hero-proof div { flex-direction: column; gap: 0; }
  .hero-visual { height: 72svh; min-height: 540px; }
  .hero-note { left: 1rem; right: 1rem; bottom: 1rem; min-width: 0; }
  .craft-badge { right: 1rem; top: 1rem; width: 90px; height: 90px; }
  .section-pad { padding: clamp(4.5rem, 18vw, 6rem) 1.25rem; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy > p:last-child { margin-left: 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 1.5rem; margin-bottom: 2.25rem; }
  .section-head h2, .services h2, .story h2, .service-area h2, .contact h2 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .filter-row { overflow-x: auto; padding-bottom: .25rem; }
  .filter { white-space: nowrap; }
  .project-grid { grid-template-columns: 1fr; gap: 1rem; }
  .project, .project-wide { grid-column: 1; height: clamp(340px, 110vw, 430px); }
  .project-tall { height: clamp(400px, 130vw, 520px); }
  .latest-gallery-grid { grid-template-columns: 1fr; }
  .latest-gallery-item { min-height: clamp(340px, 110vw, 420px); }
  .gallery-hero { grid-template-columns: 1fr; gap: 2rem; padding: 8.5rem 1.25rem 4.5rem; }
  .gallery-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); line-height: .94; }
  .gallery-grid { columns: 1; }
  .gallery-card img { max-height: none; }
  .services { padding-top: 6rem; padding-bottom: 6rem; }
  .service { grid-template-columns: 34px 1fr; }
  .service svg { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; padding: 2.25rem 1rem 2.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step h3 { margin: 2.25rem 0 .8rem; font-size: clamp(1.9rem, 9vw, 2.4rem); }
  .process-step small { margin-top: 0; padding-top: 2rem; }
  .timeline-note { grid-template-columns: 1fr; gap: .75rem; margin-top: 2rem; }
  .story { grid-template-columns: 1fr; min-height: 0; }
  .story-images { min-height: clamp(480px, 145vw, 650px); }
  .story-copy { padding: 5.5rem 1.25rem; }
  .testimonials { grid-template-columns: 1fr; }
  .quote-mark { left: auto; right: 0; top: -4.5rem; font-size: 7rem; }
  .service-area { grid-template-columns: 1fr; padding-left: 1.25rem; padding-right: 1.25rem; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .direct-contact { margin-top: 2.25rem; }
  .direct-contact a, .direct-contact p { grid-template-columns: 70px minmax(0, 1fr); font-size: .98rem; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .quote-form { min-height: 0; }
  .quote-form input, .quote-form textarea { font-size: 1rem; }
  .submit-button { gap: 1rem; }
  .site-footer { padding-left: 1.25rem; padding-right: 1.25rem; }
  .footer-links { gap: 1.25rem 2rem; }
  .footer-links a:last-child { margin-left: 0; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .lightbox[open] { grid-template-columns: 1fr; }
  .lightbox-image { min-height: 52svh; }
  .lightbox-copy { padding: 1.5rem; }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 1rem; }
  .brand { gap: .6rem; }
  .brand img { width: 38px; height: 38px; }
  .brand-name { font-size: 1.05rem; }
  .menu-toggle { column-gap: .5rem; }
  .hero-copy { padding-inline: 1.25rem; }
  .hero-proof { gap: .5rem; }
  .hero-proof strong { font-size: 1.15rem; }
  .hero-proof span { font-size: .54rem; letter-spacing: .07em; }
  .hero-actions .button { width: 100%; }
  .display-copy { font-size: clamp(2.05rem, 10.5vw, 2.75rem); }
  .section-head h2, .services h2, .story h2, .service-area h2, .contact h2 { font-size: clamp(2.55rem, 12.5vw, 3.35rem); }
  .story-copy { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  blockquote > p { font-size: clamp(1.8rem, 8.7vw, 2.35rem); }
  .gallery-lightbox-footer { align-items: flex-start; flex-direction: column; }
  .utility-page { padding: 1rem; }
  .utility-card { padding-inline: 1.5rem; }
}

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