/* Byrd Foundry — byrdfoundry.com
   Cream / Newsreader / indigo editorial system. No framework, no build step. */

:root {
  --accent: #4B45C4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f4f0e6;
  color: #1b1714;
  font-family: 'Inter', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection { background: rgba(75, 69, 196, .16); color: #1b1714; }

img { border: 0; }

@keyframes bfPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.82); }
}

/* Focus */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.on-dark a:focus-visible, .on-dark button:focus-visible { outline-color: #9A95EF; }

/* Skip link (visually hidden until focused) */
.skip-link {
  position: absolute; left: 8px; top: -60px; z-index: 200;
  background: var(--accent); color: #f4f0e6;
  font: 600 14px/1 'Inter', sans-serif;
  padding: 12px 18px; border-radius: 3px; text-decoration: none;
  transition: top .15s ease;
}
.skip-link:focus { top: 8px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .status-dot { animation: none; }
}

/* ===== Layout primitives ===== */
.container { max-width: 1180px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 56px); }

/* ===== Nav ===== */
.nav {
  position: sticky; top: 0; z-index: 80;
  background: rgba(244, 240, 230, .86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(27, 23, 20, .1);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 14px clamp(20px, 5vw, 56px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.nav-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: #1b1714; }
.nav-brand img { height: 26px; width: auto; display: block; }
.nav-brand span { font: 600 21px/1 'Newsreader', serif; letter-spacing: -.01em; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 30px); }
.nav-link { font: 500 14.5px/1 'Inter', sans-serif; color: #1b1714; text-decoration: none; }
.btn-nav {
  background: var(--accent); color: #f4f0e6;
  font: 600 14px/1 'Inter', sans-serif;
  padding: 11px 17px; border-radius: 3px; text-decoration: none; white-space: nowrap;
}
.btn-nav:hover { background: color-mix(in oklab, var(--accent), #000 14%); }

/* ===== Buttons ===== */
.btn-accent {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--accent); color: #f4f0e6;
  font: 600 clamp(14px, 1.4vw, 16px)/1 'Inter', sans-serif;
  padding: 16px 26px; border-radius: 3px; text-decoration: none;
}
.btn-accent:hover { background: color-mix(in oklab, var(--accent), #000 14%); }
.btn-accent--band { font: 600 15px/1 'Inter', sans-serif; white-space: nowrap; }
.btn-accent--contact {
  font: 600 clamp(15px, 1.5vw, 16px)/1 'Inter', sans-serif;
  padding: 17px 28px;
}
.btn-accent--contact:hover { background: color-mix(in oklab, var(--accent), #fff 12%); }
.btn-paper {
  display: inline-flex; align-items: center; gap: 9px;
  background: #f4f0e6; color: #1b1714;
  font: 600 15px/1 'Inter', sans-serif;
  padding: 16px 26px; border-radius: 3px; text-decoration: none; white-space: nowrap;
}
.btn-paper:hover { background: #fff; }

/* ===== Eyebrows ===== */
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.eyebrow-rule { width: 34px; height: 1.5px; background: var(--accent); }
.eyebrow-label {
  font: 500 12px/1 'JetBrains Mono', monospace;
  letter-spacing: .2em; text-transform: uppercase; color: #6b6258;
}

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(27, 23, 20, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 23, 20, .05) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 90% 80% at 30% 30%, #000 55%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 30% 30%, #000 55%, transparent 100%);
}
.hero-watermark {
  position: absolute;
  right: clamp(-80px, -2vw, 0px); top: clamp(40px, 6vw, 90px);
  width: min(48vw, 620px); opacity: .05;
  pointer-events: none; user-select: none;
}
.hero-inner {
  position: relative; max-width: 1180px; margin: 0 auto;
  padding: clamp(64px, 10vw, 128px) clamp(20px, 5vw, 56px) clamp(56px, 7vw, 96px);
}
.hero-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: clamp(22px, 3vw, 34px); }
.hero-eyebrow-rule { width: 40px; height: 1.5px; background: var(--accent); }
.hero-eyebrow-label {
  font: 500 clamp(10px, 1.1vw, 12px)/1.5 'JetBrains Mono', monospace;
  letter-spacing: .2em; text-transform: uppercase; color: #6b6258;
}
.hero-h1 {
  font: 600 clamp(52px, 9.2vw, 116px)/0.96 'Newsreader', serif;
  letter-spacing: -.025em; color: #1b1714; margin: 0; text-wrap: balance;
}
.hero-sub {
  font: 400 clamp(17px, 1.7vw, 21px)/1.6 'Inter', sans-serif;
  color: #5f574c; margin: clamp(26px, 3vw, 34px) 0 0; max-width: 52ch;
}
.hero-cta {
  display: flex; align-items: center; gap: clamp(14px, 2vw, 20px);
  margin-top: clamp(32px, 4vw, 42px); flex-wrap: wrap;
}
.status-pill {
  display: inline-flex; align-items: center; gap: 9px;
  font: 500 clamp(12px, 1.2vw, 13px)/1 'JetBrains Mono', monospace;
  letter-spacing: .04em; color: #1b1714;
  border: 1px solid rgba(27, 23, 20, .22); border-radius: 999px; padding: 11px 16px;
}
.status-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  animation: bfPulse 2.4s ease-in-out infinite;
}
/* Closed variant — used when booking is at capacity (see commented markup in index.html) */
.status-pill--closed { color: #8a8073; border-color: rgba(27, 23, 20, .18); }
.status-dot--closed { width: 8px; height: 8px; border-radius: 50%; background: #8a8073; animation: none; }
.hero-worklink {
  font: 500 clamp(14px, 1.4vw, 16px)/1 'Inter', sans-serif;
  color: #1b1714; text-decoration: none;
  border-bottom: 1.5px solid rgba(27, 23, 20, .28); padding-bottom: 3px;
}
.hero-colophon { border-top: 1px solid rgba(27, 23, 20, .12); }
.hero-colophon-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 16px clamp(20px, 5vw, 56px);
  display: flex; gap: clamp(20px, 4vw, 48px); flex-wrap: wrap;
  font: 500 11px/1.4 'JetBrains Mono', monospace;
  letter-spacing: .12em; color: #8a8073;
}
.hero-colophon-inner .accented { color: var(--accent); }

/* ===== Selected Work ===== */
.work { border-top: 1px solid rgba(27, 23, 20, .12); }
.work-head-wrap {
  max-width: 1180px; margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 56px) clamp(30px, 4vw, 48px);
}
.work-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.work-h2 {
  font: 500 clamp(30px, 4.4vw, 52px)/1.04 'Newsreader', serif;
  letter-spacing: -.02em; margin: 0; max-width: 20ch;
}
.work-counter-range { font: 500 13px/1.5 'JetBrains Mono', monospace; letter-spacing: .06em; color: #8a8073; }
.work-list { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

.work-item { border-top: 1px solid rgba(27, 23, 20, .14); padding: clamp(40px, 5vw, 64px) 0; }
.work-item-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 18px 24px; flex-wrap: wrap; margin-bottom: clamp(22px, 3vw, 28px);
}
.work-item-id { display: flex; align-items: baseline; gap: clamp(12px, 1.8vw, 18px); flex-wrap: wrap; }
.work-counter { font: 500 13px/1 'JetBrains Mono', monospace; letter-spacing: .12em; color: var(--accent); }
.work-title { font: 500 clamp(28px, 3.6vw, 42px)/1 'Newsreader', serif; letter-spacing: -.02em; margin: 0; }
.work-title--sm { font: 500 clamp(24px, 3.2vw, 38px)/1 'Newsreader', serif; letter-spacing: -.02em; margin: 0; }
.work-title--md { font: 500 clamp(26px, 3.4vw, 40px)/1 'Newsreader', serif; letter-spacing: -.02em; margin: 0; }
.work-title--md-tall { font: 500 clamp(26px, 3.4vw, 40px)/1.04 'Newsreader', serif; letter-spacing: -.02em; margin: 0; }
.work-tagline { font: 500 11.5px/1 'JetBrains Mono', monospace; letter-spacing: .1em; color: #6b6258; }

/* Badges — fixed vocabulary */
.badge-live {
  display: inline-flex; align-items: center; gap: 7px;
  font: 500 12.5px/1 'Inter', sans-serif;
  background: var(--accent); color: #f4f0e6;
  border-radius: 999px; padding: 6px 13px;
}
.badge-client {
  display: inline-flex; align-items: center; gap: 7px;
  font: 500 12.5px/1 'Inter', sans-serif;
  background: #7a5a1f; color: #f4f0e6;
  border-radius: 999px; padding: 6px 13px;
}
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #f4f0e6; }
.badge-preview {
  display: inline-flex; align-items: center;
  font: 500 12.5px/1 'Inter', sans-serif;
  background: rgba(27, 23, 20, .05); color: #3a342c;
  border: 1px solid rgba(27, 23, 20, .16);
  border-radius: 999px; padding: 6px 13px;
}
.badge-concept {
  display: inline-flex; align-items: center;
  font: 500 12.5px/1 'Inter', sans-serif;
  background: transparent; color: #8a8073;
  border: 1px dashed rgba(27, 23, 20, .34);
  border-radius: 999px; padding: 6px 13px;
}

/* Browser-chrome frame */
.frame { border: 1px solid rgba(27, 23, 20, .16); border-radius: 6px; overflow: hidden; background: #fff; }
.frame-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 14px; border-bottom: 1px solid rgba(27, 23, 20, .1); background: #f7f4ec;
}
.frame-dot { width: 10px; height: 10px; border-radius: 50%; background: #dcd7c9; }
.frame-url-wrap { flex: 1; display: flex; justify-content: center; }
.frame-url {
  font: 500 12px/1 'JetBrains Mono', monospace; color: #6b6258;
  background: #efe9dc; border: 1px solid rgba(27, 23, 20, .1);
  border-radius: 999px; padding: 5px 16px;
}
.frame-url--muted { color: #8a8073; }
.frame-spacer { width: 42px; }
.shot { aspect-ratio: 16/9.6; position: relative; overflow: hidden; }

/* Work copy */
.work-body {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: clamp(24px, 4vw, 56px); flex-wrap: wrap; margin-top: clamp(20px, 2.6vw, 26px);
}
.work-desc {
  font: 400 clamp(15.5px, 1.45vw, 17.5px)/1.62 'Inter', sans-serif;
  color: #3a342c; margin: 0; max-width: 62ch; flex: 1 1 360px;
}
.visit-link {
  font: 500 12.5px/1 'JetBrains Mono', monospace; letter-spacing: .08em;
  color: var(--accent); text-decoration: none; white-space: nowrap;
  border-bottom: 1.5px solid color-mix(in oklab, var(--accent), transparent 60%);
  padding-bottom: 3px;
}
.no-link { font: 500 12.5px/1 'JetBrains Mono', monospace; letter-spacing: .08em; color: #a89e8c; white-space: nowrap; }
.role-line { font: 400 13.5px/1.55 'Inter', sans-serif; color: #5f574c; margin: 14px 0 0; max-width: 70ch; }
.role-label {
  font: 500 10px/1 'JetBrains Mono', monospace;
  letter-spacing: .14em; text-transform: uppercase; color: #8a8073; margin-right: 10px;
}
.work-disclaimer { font: 400 12px/1.5 'Inter', sans-serif; color: #a89e8c; margin: 10px 0 0; font-style: italic; }

/* CTA band */
.cta-band { border-top: 1px solid rgba(27, 23, 20, .14); }
.cta-band-inner {
  max-width: 1180px; margin: 0 auto;
  padding: clamp(44px, 6vw, 72px) clamp(20px, 5vw, 56px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.cta-band-title {
  font: 500 clamp(22px, 3vw, 32px)/1.15 'Newsreader', serif;
  letter-spacing: -.015em; margin: 0; max-width: 22ch;
}

/* ===== Services ===== */
.services { border-top: 1px solid rgba(27, 23, 20, .12); }
.services-inner { max-width: 1180px; margin: 0 auto; padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 56px); }
.services-head { margin-bottom: clamp(40px, 5vw, 60px); }
.services-h2 {
  font: 500 clamp(30px, 4.4vw, 52px)/1.04 'Newsreader', serif;
  letter-spacing: -.02em; margin: 0; max-width: 22ch;
}
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  /* Frame + dividers are one 1.5px background bleed (gap + matching padding),
     not a border — border-width rounds at 1px and drops out on some displays. */
  gap: 1.5px; padding: 1.5px; background: rgba(27, 23, 20, .12);
}
/* Three across on desktop; a single clean stack below 900px — never a 2x2 with an empty cell */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr; }
}
.service-cell { background: #f4f0e6; padding: clamp(28px, 3vw, 40px); }
.service-num { font: 500 12px/1 'JetBrains Mono', monospace; letter-spacing: .14em; color: var(--accent); margin-bottom: 22px; }
.service-h3 { font: 500 clamp(22px, 2.4vw, 28px)/1.1 'Newsreader', serif; letter-spacing: -.01em; margin: 0 0 12px; }
.service-desc { font: 400 15px/1.65 'Inter', sans-serif; color: #5f574c; margin: 0 0 22px; }
.service-link {
  font: 500 12px/1 'JetBrains Mono', monospace; letter-spacing: .08em;
  color: #1b1714; text-decoration: none;
  border-bottom: 1.5px solid var(--accent); padding-bottom: 3px;
}

/* ===== Process ===== */
.process { background: #efe9dc; border-top: 1px solid rgba(27, 23, 20, .12); }
.process-inner { max-width: 1180px; margin: 0 auto; padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 56px); }
.process-head { display: flex; align-items: center; gap: 13px; margin-bottom: clamp(34px, 4vw, 46px); }
.process-head-label {
  font: 500 12px/1 'JetBrains Mono', monospace;
  letter-spacing: .2em; text-transform: uppercase; color: #6b6258;
}
.process-head-rule { flex: 1; height: 1px; background: rgba(27, 23, 20, .12); }
.process-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.process-col { border-top: 2px solid var(--accent); padding-top: 16px; }
.process-num { font: 500 11px/1 'JetBrains Mono', monospace; letter-spacing: .12em; color: #8a8073; margin-bottom: 10px; }
.process-h3 { font: 500 clamp(19px, 2vw, 23px)/1 'Newsreader', serif; margin: 0 0 8px; }
.process-desc { font: 400 13.5px/1.55 'Inter', sans-serif; color: #5f574c; margin: 0; }

/* ===== Engagements (dark) ===== */
.engage { background: #1b1714; color: #f4f0e6; border-top: 1px solid rgba(27, 23, 20, .12); }
.engage-inner { max-width: 1180px; margin: 0 auto; padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 56px); }
.engage-head { margin-bottom: clamp(40px, 5vw, 56px); }
.engage .eyebrow-rule { background: #7d78e0; }
.engage .eyebrow-label { color: rgba(244, 240, 230, .6); }
.engage-h2 {
  font: 500 clamp(30px, 4.4vw, 52px)/1.04 'Newsreader', serif;
  letter-spacing: -.02em; margin: 0; max-width: 22ch; color: #f4f0e6;
}
.engage-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 22px);
}
/* Same rule as the services grid: three across, or a single stack — never 2x2 with an orphan */
@media (max-width: 900px) {
  .engage-grid { grid-template-columns: 1fr; }
}
.engage-card {
  border: 1px solid rgba(244, 240, 230, .16); border-radius: 5px;
  padding: clamp(26px, 3vw, 34px); display: flex; flex-direction: column;
}
.engage-card--featured {
  border-color: var(--accent);
  background: color-mix(in oklab, var(--accent), transparent 86%);
}
.engage-label {
  font: 500 11px/1 'JetBrains Mono', monospace; letter-spacing: .14em;
  color: rgba(244, 240, 230, .55); margin-bottom: 16px;
}
.engage-label--featured { color: #9a95ef; }
.engage-h3 { font: 500 clamp(21px, 2.4vw, 26px)/1.1 'Newsreader', serif; margin: 0 0 10px; color: #f4f0e6; }
.engage-desc { font: 400 14.5px/1.6 'Inter', sans-serif; color: rgba(244, 240, 230, .72); margin: 0 0 22px; flex: 1; }
.engage-desc--featured { color: rgba(244, 240, 230, .78); }
.engage-link {
  font: 500 12px/1 'JetBrains Mono', monospace; letter-spacing: .08em;
  color: #f4f0e6; text-decoration: none;
  border-bottom: 1.5px solid #7d78e0; padding-bottom: 3px; align-self: flex-start;
}
.engage-link--bright { border-bottom-color: #9a95ef; }
.retainer-bar {
  margin-top: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(244, 240, 230, .16); border-radius: 5px;
  padding: clamp(24px, 3vw, 32px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.retainer-copy { flex: 1 1 360px; }
.retainer-desc {
  font: 400 clamp(15px, 1.5vw, 17px)/1.6 'Inter', sans-serif;
  color: rgba(244, 240, 230, .82); margin: 0; max-width: 62ch;
}
.engage-close {
  margin-top: clamp(40px, 5vw, 60px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  border-top: 1px solid rgba(244, 240, 230, .16);
  padding-top: clamp(34px, 4vw, 44px);
}
.engage-close-title {
  font: 500 clamp(22px, 3vw, 32px)/1.15 'Newsreader', serif;
  letter-spacing: -.015em; margin: 0; max-width: 24ch; color: #f4f0e6;
}
.retainer-link { white-space: nowrap; align-self: auto; }

/* ===== Testimonials + track record ===== */
.cred { border-top: 1px solid rgba(27, 23, 20, .12); }
.cred-inner { max-width: 1180px; margin: 0 auto; padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 56px); }
.quote-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(24px, 3vw, 40px);
}
.quote-grid figure { margin: 0; }
.quote-grid blockquote {
  font: 400 clamp(19px, 2.1vw, 24px)/1.45 'Newsreader', serif;
  color: #1b1714; margin: 0;
  border-left: 2px solid var(--accent); padding-left: 22px;
}
.quote-grid figcaption {
  font: 500 11.5px/1.5 'JetBrains Mono', monospace; letter-spacing: .08em;
  color: #8a8073; margin-top: 16px; padding-left: 24px;
}
.track-record {
  margin-top: clamp(44px, 5vw, 64px);
  border-top: 1px solid rgba(27, 23, 20, .14);
  padding-top: clamp(28px, 3vw, 36px);
  display: flex; align-items: center; gap: clamp(16px, 2.4vw, 30px); flex-wrap: wrap;
  font: 500 12px/1.4 'JetBrains Mono', monospace; letter-spacing: .08em; color: #6b6258;
}
.track-record-label { color: #8a8073; }
.track-record-sep { color: rgba(27, 23, 20, .2); }

/* ===== About ===== */
.about { background: #efe9dc; border-top: 1px solid rgba(27, 23, 20, .12); }
.about-inner { max-width: 1180px; margin: 0 auto; padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 56px); }
.about-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(34px, 5vw, 64px); align-items: start;
}
.portrait-frame {
  aspect-ratio: 4/5;
  border: 1px solid rgba(27, 23, 20, .16);
  background: repeating-linear-gradient(135deg, #e7e0d1, #e7e0d1 11px, #ece5d8 11px, #ece5d8 22px);
  border-radius: 6px; position: relative;
  display: grid; place-items: center;
}
.portrait-inner { text-align: center; }
.portrait-monogram {
  width: 84px; height: 84px; border-radius: 50%;
  border: 1.5px solid var(--accent);
  display: grid; place-items: center; margin: 0 auto;
}
.portrait-monogram span { font: 500 34px/1 'Newsreader', serif; color: var(--accent); }
.portrait-caption {
  font: 500 10px/1 'JetBrains Mono', monospace;
  letter-spacing: .18em; text-transform: uppercase; color: #8a8073; margin-top: 16px;
}
.about-h2 {
  font: 500 clamp(28px, 3.6vw, 42px)/1.08 'Newsreader', serif;
  letter-spacing: -.02em; margin: 0 0 24px; max-width: 20ch;
}
.about-p {
  font: 400 clamp(15.5px, 1.5vw, 17.5px)/1.72 'Inter', sans-serif;
  color: #3a342c; margin: 0 0 16px; max-width: 60ch;
}
.about-p--last { margin-bottom: 28px; }
.about-link {
  display: inline-flex; align-items: center; gap: 9px;
  font: 500 13px/1 'JetBrains Mono', monospace; letter-spacing: .06em;
  color: #1b1714; text-decoration: none;
  border-bottom: 1.5px solid var(--accent); padding-bottom: 4px;
}

/* ===== Ventures ===== */
.ventures { border-top: 1px solid rgba(27, 23, 20, .12); }
.ventures-inner {
  max-width: 1180px; margin: 0 auto;
  padding: clamp(40px, 5vw, 64px) clamp(20px, 5vw, 56px);
  display: flex; align-items: baseline; gap: 16px 28px; flex-wrap: wrap;
}
.ventures-label {
  font: 500 11px/1 'JetBrains Mono', monospace;
  letter-spacing: .18em; text-transform: uppercase; color: #8a8073;
}
.ventures-line {
  font: 400 clamp(16px, 1.8vw, 21px)/1.5 'Newsreader', serif;
  color: #1b1714; margin: 0; max-width: 70ch;
}
.ventures-line a {
  color: #1b1714; text-decoration: none;
  border-bottom: 1.5px solid var(--accent);
}

/* ===== Contact close (dark) ===== */
.contact {
  position: relative; overflow: hidden;
  background: #1b1714; color: #f4f0e6;
  border-top: 1px solid rgba(27, 23, 20, .12);
}
.contact-grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(244, 240, 230, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 240, 230, .05) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 90% at 70% 30%, #000 50%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at 70% 30%, #000 50%, transparent 100%);
}
.contact-watermark {
  position: absolute; left: -60px; bottom: -40px;
  width: min(40vw, 460px); opacity: .06;
  pointer-events: none; filter: invert(1);
}
.contact-inner {
  position: relative; max-width: 1180px; margin: 0 auto;
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 56px);
}
.contact-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.contact-eyebrow-rule { width: 40px; height: 1.5px; background: #7d78e0; }
.contact-eyebrow-label {
  font: 500 12px/1 'JetBrains Mono', monospace;
  letter-spacing: .2em; text-transform: uppercase; color: rgba(244, 240, 230, .6);
}
.contact-h2 {
  font: 600 clamp(40px, 6.4vw, 84px)/0.98 'Newsreader', serif;
  letter-spacing: -.025em; margin: 0; color: #f4f0e6; max-width: 16ch;
}
.contact-sub {
  font: 400 clamp(16px, 1.7vw, 20px)/1.6 'Inter', sans-serif;
  color: rgba(244, 240, 230, .72); margin: 26px 0 0; max-width: 50ch;
}
.contact-cta {
  display: flex; align-items: center; gap: clamp(16px, 2.4vw, 26px);
  margin-top: clamp(34px, 4vw, 46px); flex-wrap: wrap;
}
.contact-email {
  font: 500 clamp(15px, 1.6vw, 19px)/1 'JetBrains Mono', monospace;
  letter-spacing: .04em; color: #f4f0e6; text-decoration: none;
  border-bottom: 1.5px solid rgba(244, 240, 230, .3); padding-bottom: 4px;
}

/* ===== Footer ===== */
.footer { background: #1b1714; color: rgba(244, 240, 230, .6); border-top: 1px solid rgba(244, 240, 230, .12); }
.footer-inner {
  max-width: 1180px; margin: 0 auto;
  padding: clamp(28px, 4vw, 40px) clamp(20px, 5vw, 56px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { height: 22px; width: auto; filter: invert(1); opacity: .85; }
.footer-brand span { font: 600 17px/1 'Newsreader', serif; color: #f4f0e6; }
.footer-links {
  display: flex; align-items: center; gap: clamp(16px, 2.4vw, 28px);
  font: 500 11.5px/1.5 'JetBrains Mono', monospace; letter-spacing: .08em; flex-wrap: wrap;
}
.footer-links a { color: rgba(244, 240, 230, .6); text-decoration: none; }

/* ===== Legal pages (privacy.html / terms.html) ===== */
.nav-home {
  font: 500 14.5px/1 'Inter', sans-serif; color: #1b1714; text-decoration: none;
  border-bottom: 1.5px solid rgba(27, 23, 20, .28); padding-bottom: 3px;
}
.legal-main {
  max-width: 1180px; margin: 0 auto;
  padding: clamp(48px, 7vw, 84px) clamp(20px, 5vw, 56px) clamp(64px, 8vw, 104px);
}
.legal-inner { max-width: 720px; }
.legal-h1 {
  font: 500 clamp(34px, 5vw, 52px)/1.05 'Newsreader', serif;
  letter-spacing: -.02em; color: #1b1714; margin: 0 0 14px;
}
.legal-meta {
  font: 500 12px/1.5 'JetBrains Mono', monospace;
  letter-spacing: .08em; color: #8a8073; margin: 0 0 10px;
}
.legal-note {
  font: 400 15px/1.6 'Inter', sans-serif; font-style: italic;
  color: #5f574c; margin: 0 0 44px;
}
.legal-section { margin-bottom: 34px; }
.legal-h2 {
  font: 500 22px/1.15 'Newsreader', serif;
  letter-spacing: -.01em; color: #1b1714; margin: 0 0 10px;
}
.legal-p { font: 400 15.5px/1.72 'Inter', sans-serif; color: #3a342c; margin: 0; max-width: 65ch; }
.legal-p + .legal-p { margin-top: 12px; }
.legal-p strong { color: #1b1714; font-weight: 600; }
.legal-p a {
  color: var(--accent); text-decoration: none;
  border-bottom: 1.5px solid color-mix(in oklab, var(--accent), transparent 60%);
  padding-bottom: 1px;
}
