/* BeauNero Granite — site styles. Tokens from design handoff. */
:root {
  --ink: #0b0a09;
  --ink-deep: #080706;
  --ink-raised: #100e0c;
  --ink-well: #15130f;
  --gold: #c9a24b;
  --gold-hover: #dcb763;
  --gold-bright: #e9c878;
  --bone: #e8e4dc;
  --bone-dim: #c7c1b6;
  --grey: #a59f94;
  --grey-mid: #8c867c;
  --grey-deep: #817b71; /* 4.6:1 on ink; was #6b665d (3.5:1) */
  --clay: #d98b7a;
  --line: rgba(232, 228, 220, 0.08);
  --line2: rgba(232, 228, 220, 0.1);
  --px: clamp(20px, 6vw, 90px);
  --serif: 'Prata', Georgia, serif;
  --mono: 'Space Mono', ui-monospace, monospace;
  --sans: 'Hanken Grotesk', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--gold); color: var(--ink); }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: #2a2824; border-radius: 0; }

a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.form input:focus-visible, .form textarea:focus-visible { outline: none; border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes revealUp { from { opacity: 0; transform: translateY(42px); } to { opacity: 1; transform: none; } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes grow { from { width: 0; } }

/* Scroll-driven reveal; browsers without support simply show content. */
@supports (animation-timeline: view()) {
  .reveal { animation: revealUp both; animation-timeline: view(); animation-range: entry 0% entry 75%; }
  .reveal-70 { animation-range: entry 0% entry 70%; }
  .reveal-80 { animation-range: entry 0% entry 80%; }
  .reveal-85 { animation-range: entry 0% entry 85%; }
}
.fade-up { animation: fadeUp 0.8s both; }
.fade-up-1 { animation: fadeUp 0.9s 0.1s both; }
.fade-up-2 { animation: fadeUp 0.9s 0.2s both; }
.fade-up-3 { animation: fadeUp 0.9s 0.35s both; }
.fade-up-4 { animation: fadeUp 0.9s 0.5s both; }

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

/* ---------- Type ---------- */
.kicker { font-family: var(--mono); font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); }
.label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-mid); }
.h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(40px, 7vw, 104px); line-height: 0.98; letter-spacing: -0.015em; margin-top: 18px; }
.h1 em, .h1-hero em { font-style: italic; font-weight: 500; color: var(--gold); }
.h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.01em; margin-top: 16px; }
.h2-lg { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 5vw, 68px); line-height: 1.04; letter-spacing: -0.01em; margin-top: 20px; }
.h2-md { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3.6vw, 48px); line-height: 1.05; margin-top: 14px; }
.lede { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.7; color: var(--bone-dim); max-width: 54ch; margin-top: 28px; }
.body { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.75; color: var(--grey); }
.body-sm { font-size: clamp(15px, 1.2vw, 18px); line-height: 1.75; color: var(--grey); }
.body-sm + .body-sm { margin-top: 20px; }
.body + .body { margin-top: 22px; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; background: var(--gold); color: var(--ink); border: none; cursor: pointer; font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 17px 32px; transition: background 0.3s; text-align: center; }
.btn:hover { background: var(--gold-hover); }
.btn-sm { font-size: 11px; padding: 12px 22px; }
.btn-lg { padding: 18px 38px; }
.btn-outline { display: inline-block; background: transparent; color: var(--bone); border: 1px solid rgba(232, 228, 220, 0.32); cursor: pointer; font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; padding: 17px 32px; transition: 0.3s; text-align: center; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.link { display: inline-block; margin-top: 28px; background: none; border: none; border-bottom: 1px solid var(--gold); color: var(--gold); cursor: pointer; font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; padding: 0 0 5px; transition: 0.3s; }
.link:hover { color: var(--bone); border-color: var(--bone); }

/* ---------- Layout ---------- */
.wrap { max-width: 1280px; margin: 0 auto; }
.section { padding: clamp(60px, 8vw, 120px) var(--px); }
.section-roomy { padding: clamp(70px, 9vw, 140px) var(--px); }
.section-xl { padding: clamp(70px, 9vw, 150px) var(--px); }
.section-tight { padding: clamp(60px, 8vw, 110px) var(--px); }
.section-cta { padding: clamp(90px, 12vw, 180px) var(--px); text-align: center; }
.rule { border-bottom: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(40px, 5vw, 80px); align-items: center; }
.two-col-top { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(36px, 5vw, 90px); align-items: start; }
.hairline { display: grid; gap: 1px; background: var(--line2); border: 1px solid var(--line2); }
.hairline > * { background: var(--ink); }
.photo { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--line2); background: var(--ink-well); }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding: 18px var(--px); background: rgba(11, 10, 9, 0.74); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: baseline; gap: 1px; font-family: var(--serif); font-weight: 700; font-size: 25px; letter-spacing: 0.01em; color: var(--bone); }
.wordmark b { font-weight: inherit; color: var(--gold); }
.nav { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(14px, 2.2vw, 38px); }
.nav a:not(.btn) { position: relative; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey-mid); padding: 6px 0; transition: color 0.3s; }
.nav a:not(.btn):hover, .nav a[aria-current] { color: var(--bone); }
.nav a:not(.btn)::after { content: ''; position: absolute; left: 0; bottom: -3px; height: 1px; width: 100%; background: var(--gold); opacity: 0; transition: opacity 0.3s; }
.nav a[aria-current]::after { opacity: 1; }
.burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.burger span { display: block; width: 26px; height: 2px; background: var(--bone); }
.burger span:last-child { width: 17px; background: var(--gold); }

.menu { position: fixed; inset: 0; z-index: 90; background: rgba(8, 7, 6, 0.98); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; flex-direction: column; padding: 24px var(--px) 40px; animation: fadeIn 0.25s both; overflow-y: auto; }
.menu[hidden] { display: none; }
.menu-top { display: flex; align-items: center; justify-content: space-between; }
.menu-top .wordmark { font-weight: 400; }
.menu-close { background: none; border: none; cursor: pointer; font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; color: var(--gold); padding: 8px; }
.menu nav { display: flex; flex-direction: column; gap: 2px; margin-top: 7vh; }
.menu nav a:not(.btn) { font-family: var(--serif); font-size: clamp(32px, 9vw, 48px); color: var(--grey-mid); padding: 18px 0; border-bottom: 1px solid var(--line); }
.menu nav a[aria-current] { color: var(--bone); }
.menu nav .btn { margin-top: 28px; align-self: flex-start; padding: 16px 30px; }

@media (max-width: 760px) {
  .nav { display: none; }
  .burger { display: flex; }
}

/* ---------- Page header (inner pages) ---------- */
.page-head { position: relative; padding: clamp(130px, 18vh, 210px) var(--px) clamp(50px, 7vw, 90px); overflow: hidden; }
.page-head-bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0.3; }
.page-head-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 10, 9, 0.55), rgba(11, 10, 9, 0.95)); }
.page-head .wrap { position: relative; }
.page-head-contact { padding: clamp(130px, 18vh, 200px) var(--px) clamp(40px, 5vw, 70px); }
.page-head-contact .page-head-bg { opacity: 0.28; }
.page-head-contact .page-head-scrim { background: linear-gradient(180deg, rgba(11, 10, 9, 0.5), rgba(11, 10, 9, 0.9)); }
.page-head-contact .h1 { font-size: clamp(38px, 6.5vw, 96px); }
.page-head-progress .page-head-bg { opacity: 0.32; }
.page-head-progress .page-head-scrim { background: linear-gradient(180deg, rgba(11, 10, 9, 0.6), rgba(11, 10, 9, 0.95)); }

/* ---------- Home ---------- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; padding: clamp(40px, 6vw, 90px); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('/assets/about.png') center 40% / cover no-repeat; transform: scale(1.04); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 10, 9, 0.55) 0%, rgba(11, 10, 9, 0.12) 38%, rgba(11, 10, 9, 0.9) 100%); }
.hero .wrap { position: relative; width: 100%; }
.badge { display: inline-block; font-family: var(--mono); font-weight: 700; font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-bright); text-shadow: 0 1px 16px rgba(0, 0, 0, 0.85), 0 0 2px rgba(0, 0, 0, 0.6); padding: 8px 14px; background: rgba(11, 10, 9, 0.4); border-left: 2px solid var(--gold); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.h1-hero { font-family: var(--serif); font-weight: 700; font-size: clamp(46px, 9vw, 138px); line-height: 0.94; letter-spacing: -0.015em; margin-top: 20px; }
.hero-intro { font-size: clamp(16px, 1.5vw, 21px); line-height: 1.6; color: var(--bone-dim); max-width: 46ch; margin-top: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 42px; }
.scroll-hint { position: absolute; right: clamp(40px, 6vw, 90px); bottom: clamp(40px, 6vw, 90px); display: flex; flex-direction: column; align-items: center; gap: 8px; animation: bob 2.4s ease-in-out infinite; }
.scroll-hint span:first-child { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--grey-mid); writing-mode: vertical-rl; }
.scroll-hint span:last-child { width: 1px; height: 42px; background: linear-gradient(var(--gold), transparent); }
@media (max-width: 760px) { .scroll-hint { display: none; } }

.about-intro .h2 { font-size: clamp(30px, 4.2vw, 58px); line-height: 1.04; margin-top: 18px; max-width: 16ch; }
.about-intro .link { margin-top: 30px; }

.stats { position: relative; padding: clamp(60px, 8vw, 120px) var(--px); overflow: hidden; }
.stats-bg { position: absolute; inset: 0; background: url('/assets/hero-bg.jpg') center / cover; opacity: 0.45; }
.stats-wash { position: absolute; inset: 0; background: rgba(11, 10, 9, 0.78); }
.stats .wrap { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); gap: clamp(22px, 3vw, 50px); }
.stat-value { font-family: var(--serif); font-size: clamp(46px, 6vw, 82px); line-height: 1; color: var(--bone); }
.stat-label { margin-top: 14px; }

.stone-img { aspect-ratio: 4 / 5; }
.stone .body-sm { margin-top: 24px; }

.projects-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; margin-bottom: clamp(30px, 4vw, 56px); }
.projects-head .h2 { margin-top: 14px; }
.projects-head p { font-size: 16px; line-height: 1.6; color: var(--grey); max-width: 38ch; }
.projects-img { position: relative; aspect-ratio: 21 / 9; min-height: 300px; width: 100%; /* explicit width: Chrome otherwise derives width from min-height via aspect-ratio */ border: 1px solid var(--line2); overflow: hidden; }
.projects-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.projects-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 10, 9, 0.65), transparent 55%); }
.projects-img .btn-glass { position: absolute; z-index: 1; left: clamp(24px, 4vw, 48px); bottom: clamp(24px, 4vw, 48px); background: rgba(11, 10, 9, 0.6); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); color: var(--bone); border: 1px solid rgba(232, 228, 220, 0.3); cursor: pointer; font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; padding: 15px 28px; transition: 0.3s; }
.projects-img .btn-glass:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.cta-box { max-width: 760px; margin: 0 auto; }
.cta-box p { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.7; color: var(--grey); margin: 24px auto 0; max-width: 52ch; }
.cta-box .btn { margin-top: 40px; }

.caption { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--grey-mid); line-height: 1.5; margin-top: 12px; }
.as-of { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-deep); margin-top: 10px; text-align: right; }
.pct-wrap { display: flex; flex-direction: column; align-items: flex-end; }

/* ---------- About ---------- */
.story .h2 { font-size: clamp(26px, 3.2vw, 44px); line-height: 1.1; margin: 0; max-width: 14ch; }
.about-img-34 { aspect-ratio: 3 / 4; }
.about-img-43 { aspect-ratio: 4 / 3; }
.about .two-col .body-sm:first-of-type { margin-top: 24px; }
.specs { grid-template-columns: 1fr 1fr; margin-top: 32px; }
.specs > div { padding: 22px; }
.spec-value { font-family: var(--serif); font-size: 32px; color: var(--bone); }
.spec-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-mid); margin-top: 8px; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(24px, 3vw, 44px); }
.member-photo { position: relative; aspect-ratio: 3 / 4; background: var(--ink-well); border: 1px solid var(--line2); overflow: hidden; }
.member-photo img { width: 100%; height: 100%; object-fit: cover; }
.member-n { position: absolute; top: 14px; left: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--gold); background: rgba(11, 10, 9, 0.55); padding: 4px 9px; }
.member-name { font-family: var(--serif); font-weight: 500; font-size: clamp(20px, 1.8vw, 26px); margin-top: 18px; }
.member-role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-mid); margin-top: 7px; }

/* ---------- Progress ---------- */
.status-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.pct { display: flex; align-items: baseline; gap: 5px; line-height: 1; font-family: var(--serif); }
.pct b { font-weight: 400; font-size: clamp(56px, 9vw, 108px); color: var(--bone); }
.pct span { font-size: clamp(26px, 3.2vw, 42px); color: var(--gold); }
.bar { position: relative; height: 7px; background: var(--line2); border-radius: 4px; margin-top: clamp(28px, 4vw, 44px); overflow: hidden; }
.bar-fill { position: absolute; top: 0; left: 0; bottom: 0; background: var(--gold); border-radius: 4px; animation: grow 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.scale { display: flex; justify-content: space-between; margin-top: 13px; }
.scale span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-deep); }
.milestones { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); margin-top: clamp(40px, 5vw, 64px); }
.milestone { padding: clamp(24px, 2.5vw, 34px); display: flex; flex-direction: column; gap: 14px; }
.milestone-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dot { flex: none; width: 15px; height: 15px; border-radius: 50%; background: var(--ink-well); border: 1.5px solid rgba(232, 228, 220, 0.22); }
.milestone-badge { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-deep); }
.milestone h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.15; color: var(--grey-mid); }
.milestone p { font-size: 13px; line-height: 1.6; color: var(--grey-mid); }
.milestone.complete .dot { background: var(--gold); border-color: var(--gold); }
.milestone.current .dot { background: rgba(201, 162, 75, 0.16); border-color: var(--gold); }
.milestone.complete .milestone-badge, .milestone.current .milestone-badge { color: var(--gold); }
.milestone.complete h3, .milestone.current h3 { color: var(--bone); }

.gallery-head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: clamp(30px, 4vw, 50px); }
.gallery-head span { font-family: var(--mono); font-size: 12px; color: var(--gold); }
.gallery-head .h2-md { margin: 0; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.gallery-hero { grid-column: 1 / -1; aspect-ratio: 21 / 9; min-height: 280px; object-position: center 45%; }
.gallery-sq { aspect-ratio: 1 / 1; }

.news-list { display: flex; flex-direction: column; }
.news-list .kicker { margin-bottom: clamp(30px, 4vw, 50px); }
.post { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(18px, 4vw, 64px); padding: clamp(26px, 3.5vw, 42px) 0; border-top: 1px solid var(--line2); }
.post-body { grid-column: span 2; min-width: 0; }
@media (max-width: 760px) { .post-body { grid-column: auto; } }
.post h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(21px, 2.4vw, 30px); line-height: 1.15; }
.post p { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.75; color: var(--grey); margin-top: 14px; }

.process-kicker { margin-bottom: clamp(30px, 4vw, 56px); }
.process { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.process > div { padding: clamp(28px, 3vw, 40px); }
.process-n { font-family: var(--serif); font-size: 40px; color: var(--gold); line-height: 1; }
.process h3 { font-family: var(--sans); font-weight: 600; font-size: 18px; margin: 18px 0 8px; }
.process p { font-size: 14px; line-height: 1.65; color: var(--grey-mid); }

/* ---------- Contact ---------- */
.contact-section { padding: clamp(40px, 5vw, 70px) var(--px) clamp(80px, 10vw, 140px); }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(40px, 5vw, 80px); align-items: start; }
.contact-blurb { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.7; color: var(--grey); }
.contact-details { margin-top: 44px; display: flex; flex-direction: column; gap: 26px; }
.contact-details div > div:last-child { font-size: 17px; color: var(--bone); margin-top: 8px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: block; }
.form label span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-mid); }
.form .full { grid-column: 1 / -1; }
.form input, .form textarea { width: 100%; margin-top: 9px; background: rgba(232, 228, 220, 0.04); border: 1px solid rgba(232, 228, 220, 0.14); color: var(--bone); padding: 14px 15px; font-family: var(--sans); font-size: 15px; outline: none; border-radius: 0; transition: border-color 0.25s; }
.form textarea { resize: vertical; }
.form input:focus, .form textarea:focus { border-color: var(--gold); }
.form .btn { grid-column: 1 / -1; justify-self: start; padding: 17px 38px; margin-top: 6px; }
.form-error { grid-column: 1 / -1; font-size: 14px; color: var(--clay); }
.form-error:empty { display: none; }
.form .hp { position: absolute; left: -9999px; }
@media (max-width: 480px) { .form { grid-template-columns: 1fr; } .form .full { grid-column: auto; } .form .btn { grid-column: auto; } }
.thanks { border: 1px solid rgba(201, 162, 75, 0.4); background: rgba(201, 162, 75, 0.06); padding: clamp(36px, 5vw, 64px); text-align: center; }
.thanks[hidden] { display: none; }
.thanks div { font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); color: var(--bone); }
.thanks p { font-size: 16px; line-height: 1.6; color: var(--grey); margin-top: 16px; }

/* ---------- Legal / plain pages ---------- */
.prose { max-width: 72ch; }
.prose h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; margin-top: clamp(36px, 4vw, 52px); }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: clamp(15px, 1.2vw, 18px); line-height: 1.75; color: var(--grey); margin-top: 16px; }
.prose a { color: var(--gold); border-bottom: 1px solid rgba(201, 162, 75, 0.4); }
.prose .meta { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-deep); }

/* ---------- Footer ---------- */
.footer { background: var(--ink-deep); border-top: 1px solid var(--line); padding: clamp(56px, 7vw, 90px) var(--px) 40px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer .wordmark { font-size: 26px; }
.footer-blurb { font-size: 15px; line-height: 1.65; color: var(--grey-mid); max-width: 34ch; margin-top: 18px; }
.footer-h { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-nav { display: flex; flex-direction: column; gap: 12px; }
.footer-nav a { font-size: 15px; color: var(--grey); transition: color 0.3s; }
.footer-nav a:hover { color: var(--bone); }
.footer-contact { font-size: 15px; line-height: 1.7; color: var(--grey); }
.footer-bottom { margin: clamp(40px, 5vw, 64px) auto 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom span, .footer-bottom a { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--grey-deep); }
.footer-bottom a:hover { color: var(--bone); }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
