:root { --paper: #f4f3ee; --ink: #121716; --muted: #555d58; --mineral: #0f5d5e; --teal: #06484a; --line: rgba(82,92,86,.22); --gutter: clamp(20px,4.5vw,72px); color: var(--ink); background: var(--paper); font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
h1,h2,p { margin: 0; }
.skip-link { position: fixed; z-index: 10; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--teal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { width: min(calc(100% - 2 * var(--gutter)),1440px); min-height: 92px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 42px; border-bottom: 1px solid var(--line); }
.brand { width: 72px; height: 72px; display: grid; place-items: center; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.site-header nav { height: 100%; display: flex; align-items: stretch; gap: clamp(28px,3.5vw,50px); }
.site-header nav a { display: inline-flex; align-items: center; font-size: 12px; text-decoration: none; }
.contact,.hero div>a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 19px; border: 1px solid var(--teal); border-radius: 3px; color: white; background: var(--teal); font-size: 12px; font-weight: 650; text-decoration: none; }
.contact { justify-self: end; }
.hero { width: min(calc(100% - 2 * var(--gutter)),1440px); min-height: min(790px,calc(100vh - 92px)); margin-inline: auto; padding: clamp(100px,14vh,160px) 0 90px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero>span,.footer-directory small { color: var(--mineral); font: 10px/1.2 "SFMono-Regular",Consolas,monospace; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 1050px; margin-top: 31px; font-size: clamp(68px,8.8vw,138px); font-weight: 430; letter-spacing: -.075em; line-height: .88; }
.hero h1 span { display: block; margin-top: .12em; color: var(--mineral); font: inherit; font-size: .76em; font-style: normal; font-weight: 430; letter-spacing: -.055em; }
.hero>p { max-width: 610px; margin-top: 42px; color: var(--muted); font-size: clamp(16px,1.6vw,21px); line-height: 1.55; }
.hero>div { margin-top: 38px; display: flex; align-items: center; gap: 24px; }
.hero small { color: #6a706b; font-size: 11px; }
footer { position: relative; isolation: isolate; padding: 0 var(--gutter); overflow: hidden; background: #e8e5de url("/assets/footer-marble.png") center/cover; }
footer::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(246,244,238,.97),rgba(246,244,238,.9) 48%,rgba(246,244,238,.48) 72%,rgba(246,244,238,.12)); }
.footer-directory { width: min(1440px,100%); min-height: 420px; margin-inline: auto; padding: clamp(78px,9vw,128px) 0; display: grid; grid-template-columns: minmax(400px,1.6fr) minmax(180px,.4fr); gap: clamp(50px,8vw,120px); border-top: 1px solid rgba(78,88,82,.24); }
.footer-directory>div { max-width: 710px; }
.footer-directory h2 { margin-top: 26px; font-size: clamp(52px,5.4vw,82px); font-weight: 430; letter-spacing: -.064em; line-height: .96; }
.footer-directory p { max-width: 490px; margin-top: 25px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.footer-directory nav { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.footer-directory nav small { margin-bottom: 18px; color: #626a65; }
.footer-directory nav a { min-height: 36px; display: inline-flex; align-items: center; font-size: 12px; text-decoration: none; }
.footer-wordmark { width: min(1440px,100%); height: clamp(180px,22vw,340px); margin-inline: auto; display: flex; align-items: flex-start; overflow: hidden; color: #0b1110; font-size: clamp(190px,26vw,400px); font-weight: 800; letter-spacing: -.085em; line-height: .82; text-shadow: 0 2px 24px rgba(246,244,238,.44); mix-blend-mode: multiply; transform: translateX(clamp(-80px,-4vw,-32px)); }
.footer-wordmark span { line-height: .82; }
.footer-row { width: min(1440px,100%); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(78,88,82,.28); color: var(--muted); font-size: 10px; }
@media (max-width:760px) { .site-header { min-height:76px; grid-template-columns:1fr auto; } .site-header nav { display:none; } .brand,.brand img { width:58px; height:58px; } .contact { min-height:42px; padding:0 13px; } .hero { min-height:680px; padding:90px 0; } .hero h1 { font-size:clamp(58px,18vw,92px); } .hero>div { align-items:flex-start; flex-direction:column; } .footer-directory { min-height:0; grid-template-columns:1fr; padding:72px 0; } .footer-wordmark { height:116px; font-size:136px; transform:translateX(-12px); } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
