/* =========================================================
   Align — design system
   Fonts: Newsreader (display), Figtree (body/UI). SIL OFL 1.1.
   ========================================================= */

@font-face{font-family:"Figtree";src:url("../fonts/figtree-latin.woff2") format("woff2-variations");font-weight:300 900;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Figtree";src:url("../fonts/figtree-latinext.woff2") format("woff2-variations");font-weight:300 900;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Figtree";src:url("../fonts/figtree-latin-i.woff2") format("woff2-variations");font-weight:300 900;font-style:italic;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Figtree";src:url("../fonts/figtree-latinext-i.woff2") format("woff2-variations");font-weight:300 900;font-style:italic;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Newsreader";src:url("../fonts/newsreader-latin.woff2") format("woff2-variations");font-weight:200 800;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Newsreader";src:url("../fonts/newsreader-latinext.woff2") format("woff2-variations");font-weight:200 800;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Newsreader";src:url("../fonts/newsreader-latin-i.woff2") format("woff2-variations");font-weight:200 800;font-style:italic;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Newsreader";src:url("../fonts/newsreader-latinext-i.woff2") format("woff2-variations");font-weight:200 800;font-style:italic;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}


/* ---------- tokens ---------- */
:root {
  --canvas:      #f4f2ea;
  --canvas-deep: #eeebe1;
  --surface:     #fdfcfa;
  --ink:         #202020;
  --ink-2:       #4c4842;
  --ink-3:       #66605a;
  --rule:        #e2ddd2;
  --rule-soft:   #ebe7dd;
  --accent:      #6b6055;
  --accent-ink:  #5f564c;
  --accent-soft: #e9e4d9;
  --deep:        #23211f;
  --deep-2:      #2f2c29;
  --on-deep:     #f2f0e9;
  --on-deep-2:   #bfb6a9;

  --font-display: "Newsreader", ui-serif, Georgia, "Times New Roman", serif;
  --font-body: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --shell: 1180px;
  --gutter: clamp(1.25rem, 4.5vw, 4.5rem);
  --section-y: clamp(4.5rem, 8.5vw, 9rem);
  --radius: 3px;
  --header-h: 68px;
  --focus: 0 0 0 2px var(--canvas), 0 0 0 4px var(--accent);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, picture { max-width: 100%; }
img { height: auto; display: block; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }

:where(a) { color: inherit; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.container {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -100px;
  z-index: 100;
  background: var(--ink);
  color: var(--canvas);
  padding: 0.75rem 1.1rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: top 0.15s ease;
}
.skip-link:focus { top: 0.75rem; }

/* ---------- typography ---------- */
.h2 {
  font-family: var(--font-display);
  font-weight: 380;
  font-size: clamp(1.9rem, 1.25rem + 2.1vw, 3rem);
  line-height: 1.13;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.h2-wide { max-width: 18ch; }

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.eyebrow-invert { color: #c9c1b5; }

.lead {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink-2);
}

.section { padding-block: var(--section-y); }
.section + .section { border-top: 1px solid var(--rule); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.65rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.9688rem;
  font-weight: 550;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn-primary { background: var(--ink); color: var(--canvas); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn-invert { background: var(--on-deep); color: var(--deep); }
.btn-quiet {
  background: none;
  border: 0;
  padding-inline: 0;
  min-height: 44px;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
}
.btn-sm { min-height: 42px; padding: 0.55rem 1.15rem; font-size: 0.9063rem; }

@media (hover: hover) {
  .btn-primary:hover { background: var(--accent-ink); }
  .btn-ghost:hover { border-color: var(--ink); background: rgba(32, 32, 32, 0.04); }
  .btn-quiet:hover { border-bottom-color: var(--accent-ink); color: var(--accent-ink); }
  .btn-quiet:hover { transform: none; }
  .btn-invert:hover { background: #fff; }
  .btn:hover { transform: translateY(-1px); }
}
@media (prefers-reduced-motion: reduce) {
  .btn { transition: none; }
  .btn:hover { transform: none; }
}

/* inline text CTA (used inside service cards) */
.link-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  font-size: 0.9688rem;
  font-weight: 600;
  color: var(--accent-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-soft);
}
.link-cta span::before { content: "\2192"; display: inline-block; transition: transform 0.2s ease; }
@media (hover: hover) {
  .link-cta:hover { border-bottom-color: var(--accent-ink); }
  .link-cta:hover span::before { transform: translateX(3px); }
}
@media (prefers-reduced-motion: reduce) { .link-cta span::before { transition: none; } }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.site-header[data-stuck] { background: rgba(244, 242, 234, 0.92); }
.site-header:has([aria-expanded="true"]) { background: var(--canvas); }
@supports (backdrop-filter: blur(8px)) {
  .site-header[data-stuck] { backdrop-filter: saturate(1.1) blur(10px); }
}
.site-header[data-stuck] { border-bottom-color: var(--rule); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  flex-wrap: wrap;
}

/* brand lockup: symbol + drawn wordmark */
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: var(--ink);
  padding-block: 0.35rem;
  line-height: 0;
}
.brand-wordmark { width: 104px; height: 19px; flex: none; fill: currentColor; display: block; }
.wordmark { color: var(--ink); }
.wordmark-static { color: var(--on-deep); }
.wordmark-static .brand-wordmark { width: 120px; height: 21.9px; }
.signoff { margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.signoff img { width: 96px; height: auto; opacity: 0.9; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.4rem 0.6rem;
  margin-right: -0.6rem;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.nav-toggle-bars { display: block; width: 20px; }
.nav-toggle-bars i {
  display: block;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.25s ease;
}
.nav-toggle-bars i + i { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
@media (prefers-reduced-motion: reduce) { .nav-toggle-bars i { transition: none; } }

.nav-panel { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.nav-list { display: flex; align-items: center; gap: clamp(0.9rem, 2vw, 1.9rem); }
.nav-list a {
  display: inline-block;
  padding-block: 0.4rem;
  font-size: 0.9375rem;
  color: var(--ink-2);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.nav-list a:hover { color: var(--ink); border-bottom-color: var(--accent); }
.nav-list a[aria-current="true"] { color: var(--ink); border-bottom-color: var(--accent); }

/* mobile nav */
@media (max-width: 899px) {
  .nav-toggle { order: 2; }
  .nav-panel {
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 1.25rem;
    border-top: 1px solid var(--rule);
    margin-top: 0.25rem;
  }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a {
    padding-block: 0.9rem;
    font-size: 1.0625rem;
    color: var(--ink);
    border-bottom: 1px solid var(--rule-soft);
  }
  .nav-list li:last-child a { border-bottom: 0; }
  .nav-cta { margin-top: 1rem; align-self: flex-start; }
  .js .nav-panel { display: none; }
  .js .nav-panel[data-open] { display: flex; }
}
@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .nav-panel { display: flex !important; }
}

/* ---------- hero: full-bleed editorial photograph ----------
   Two art directions, one photograph. Below 1200px the copy sits on the ivory
   canvas and the picture rises into it from the bottom edge; from 1200px the
   picture fills the whole field and the canvas dissolves into it left to right.
   The photograph is never a card, never bordered, never contained.            */
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: start;
  min-height: clamp(640px, 90svh, 790px);
  margin-top: calc(-1 * var(--header-h));
  padding-block: calc(var(--header-h) + 1.5rem) 0;
  overflow: hidden;
}
.hero-media { position: absolute; inset: auto 0 0 0; height: 58%; z-index: -2; display: block; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% 50%;
  display: block;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, var(--canvas) 0%, rgba(244,242,234,0.7) 5%, rgba(244,242,234,0) 16%),
    linear-gradient(to bottom,
      var(--canvas) 0%,
      var(--canvas) 46%,
      rgba(244,242,234,0.45) 54%,
      rgba(244,242,234,0.08) 60%,
      rgba(244,242,234,0) 66%);
}
.hero-content {
  position: relative;
  width: 100%;
  padding-inline: var(--gutter);
}
.hero-copy { max-width: 22rem; }

.hero-title {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(2.05rem, 1.5rem + 1.9vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.022em;
  text-wrap: balance;
}
.hero-lead {
  margin-top: clamp(1.1rem, 2vw, 1.6rem);
  font-size: clamp(1.0313rem, 0.98rem + 0.35vw, 1.1875rem);
  line-height: 1.5;
  color: var(--ink-2);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  margin-top: clamp(1.6rem, 3vw, 2.25rem);
}

/* tablet: same stacked art direction, wider source, founders held low */
@media (min-width: 768px) {
  .hero-media { height: 56%; }
  .hero-media img { object-position: 50% 24%; }
  .hero-copy { max-width: 30rem; }
}

/* desktop: the photograph takes the whole field */
@media (min-width: 1200px) {
  .hero { align-items: center; padding-block: calc(var(--header-h) + clamp(2rem, 4vw, 3.5rem)) clamp(3rem, 6vw, 5rem); }
  .hero-media { inset: 0; height: 100%; }
  .hero-media img { object-position: 60% 40%; }
  .hero-scrim {
    background:
      linear-gradient(to top, var(--canvas) 0%, rgba(244,242,234,0.72) 7%, rgba(244,242,234,0) 24%),
      linear-gradient(95deg,
        var(--canvas) 0%,
        var(--canvas) 17%,
        rgba(244,242,234,0.96) 27%,
        rgba(244,242,234,0.82) 36%,
        rgba(244,242,234,0.46) 45%,
        rgba(244,242,234,0.16) 52%,
        rgba(244,242,234,0) 61%);
  }
  .hero-copy { max-width: 23rem; }
}
@media (min-width: 1400px) { .hero-copy { max-width: 26rem; } }
@media (min-width: 1700px) {
  .hero-copy { max-width: 28rem; }
  .hero-media img { object-position: 52% 42%; }
}

/* ---------- split layout ---------- */
.split { display: grid; gap: clamp(1.75rem, 4vw, 3.5rem); }
.split-body > p + p { margin-top: 1.1rem; }
.split-body > p { color: var(--ink-2); max-width: 62ch; }
@media (min-width: 860px) {
  .split { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: clamp(3rem, 6vw, 6rem); }
  .split-lead { position: sticky; top: 100px; align-self: start; }
}

/* ---------- who we work with ---------- */
.signal-list { margin-top: clamp(1.5rem, 3vw, 2.25rem); border-top: 1px solid var(--rule); }
.signal-list li {
  padding-block: 0.9rem;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  display: flex;
  gap: 0.9rem;
  align-items: baseline;
}
.signal-list li::before {
  content: "";
  flex: none;
  width: 14px;
  height: 1px;
  background: var(--accent);
  transform: translateY(-4px);
}
.signal-close {
  margin-top: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.05rem + 0.5vw, 1.45rem);
  line-height: 1.35;
  color: var(--ink);
  max-width: 38ch;
}

.who-grid {
  display: grid;
  gap: 1px;
  margin-top: clamp(2.75rem, 5vw, 4rem);
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}
.who-grid li { background: var(--surface); padding: clamp(1.4rem, 2.5vw, 1.9rem); display: flex; flex-direction: column; }
.who-org { background: var(--accent-soft); }
.who-org .who-tag { color: var(--ink); }
.who-tag {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 450;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}
.who-grid p { color: var(--ink-2); font-size: 0.9375rem; line-height: 1.55; }
.who-org p { color: var(--ink); }
.who-link { margin-top: auto; padding-top: 0.6rem; align-self: flex-start; font-size: 0.875rem; }
@media (min-width: 620px) { .who-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .who-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* ---------- why ---------- */
.panel {
  margin-top: clamp(2rem, 3.5vw, 2.75rem);
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.panel-title {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.panel-list li {
  padding-block: 0.9rem;
  border-bottom: 1px solid var(--rule-soft);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
}
.panel-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.panel-list em { font-style: normal; font-weight: 600; }
.why-close {
  margin-top: clamp(1.75rem, 3vw, 2.25rem);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.05rem + 0.5vw, 1.5rem);
  line-height: 1.35;
  color: var(--ink) !important;
  max-width: 36ch;
}

/* ---------- services ---------- */
.section-services { background: var(--canvas-deep); }
.section-services .h2-wide { margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }

.cards { display: grid; gap: clamp(1.25rem, 2.5vw, 1.75rem); }
@media (min-width: 900px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: clamp(1.65rem, 3.2vw, 2.75rem);
}
.chip {
  align-self: flex-start;
  background: var(--accent-soft);
  color: var(--accent-ink);
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  border-radius: 2px;
  margin-bottom: 1.4rem;
}
.card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.35rem + 0.9vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: -0.012em;
  margin-bottom: 0.9rem;
}
.card-intro { color: var(--ink); }
.card p { color: var(--ink-2); }
.card > p + p { margin-top: 0.85rem; }

.track-label {
  margin-top: clamp(1.6rem, 3vw, 2.1rem);
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent) !important;
}
.track { margin-top: 1.25rem; padding-left: 1.1rem; border-left: 1px solid var(--rule); }
.track-title {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.track p { font-size: 0.9688rem; line-height: 1.6; }

.card-meta {
  margin-top: auto;
  padding-top: clamp(1.6rem, 3vw, 2.1rem);
  display: grid;
  gap: 0.6rem;
}
.card-meta > div { display: flex; gap: 0.75rem; align-items: baseline; padding-top: 0.6rem; border-top: 1px solid var(--rule-soft); }
.card-meta dt {
  flex: none;
  width: 5.5rem;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.card-meta dd { margin: 0; font-size: 0.9375rem; line-height: 1.5; color: var(--ink-2); }

.card-cta { margin-top: clamp(1.4rem, 2.5vw, 1.8rem); padding-top: 1.1rem; border-top: 1px solid var(--rule); }

/* ---------- about / founders ---------- */
.founders { margin-top: clamp(3rem, 6vw, 5.5rem); display: grid; gap: clamp(3rem, 6vw, 5.5rem); }
.founder { display: grid; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
.founder-figure { margin: 0; }
.founder-figure img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--rule);
  background: var(--surface);
}
.founder-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.35rem + 0.9vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: -0.012em;
}
.founder-creds {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15rem 0.7rem;
  margin-top: 0.65rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--rule);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: var(--accent-ink);
  line-height: 1.6;
  max-width: none;
}
.founder-creds li { display: flex; align-items: baseline; gap: 0.7rem; }
.founder-creds li:not(:last-child)::after { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--accent); flex: none; transform: translateY(-2px); }

.founder-body p { color: var(--ink-2); max-width: 62ch; }
.founder-body > p + p { margin-top: 1rem; }
.founder-close {
  margin-top: 1.35rem !important;
  padding-top: 1.35rem;
  border-top: 1px solid var(--rule-soft);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--ink) !important;
  max-width: none;
}

@media (min-width: 760px) {
  .founder { grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: clamp(2rem, 4.5vw, 4rem); }
  .founder-reverse .founder-figure { order: 2; }
  .founder-body { padding-top: 0.5rem; }
}
@media (min-width: 1000px) {
  .founder-figure { max-width: 400px; }
  .founder-reverse .founder-figure { justify-self: end; }
}
@media (max-width: 759px) {
  .founder-figure { max-width: 330px; }
}

/* ---------- faq ---------- */
.faq { border-top: 1px solid var(--rule); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.15rem;
  min-height: 48px;
  cursor: pointer;
  list-style: none;
  font-size: 1.0625rem;
  font-weight: 550;
  line-height: 1.45;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  flex: none;
  width: 13px;
  height: 13px;
  margin-top: 0.5rem;
  background:
    linear-gradient(var(--accent), var(--accent)) center/13px 1.5px no-repeat,
    linear-gradient(var(--accent), var(--accent)) center/1.5px 13px no-repeat;
  transition: transform 0.22s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); background-size: 13px 1.5px, 1.5px 0; }
.faq-answer { padding-bottom: 1.4rem; }
.faq-answer p { color: var(--ink-2); max-width: 64ch; }
@media (prefers-reduced-motion: reduce) { .faq-item summary::after { transition: none; } }
@media (hover: hover) { .faq-item summary:hover { color: var(--accent-ink); } }

/* ---------- contact ---------- */
.section-contact { background: var(--deep); color: var(--on-deep); }
.section-contact .h2 { color: var(--on-deep); }
.section-contact .lead { color: var(--on-deep-2); }
.contact-inner { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
@media (min-width: 900px) {
  .contact-inner { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: clamp(3rem, 6vw, 6rem); }
}
.contact-note {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(242, 240, 233, 0.16);
  color: var(--on-deep-2);
  max-width: 42ch;
}

.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: 0.45rem; }
.field label { font-size: 0.875rem; font-weight: 550; letter-spacing: 0.01em; color: var(--on-deep); }
.optional { color: var(--on-deep-2); font-weight: 400; }
.field input, .field select {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  background: var(--deep-2);
  color: var(--on-deep);
  border: 1px solid rgba(242, 240, 233, 0.42);
  border-radius: var(--radius);
  font-size: 1rem;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--on-deep-2) 50%), linear-gradient(135deg, var(--on-deep-2) 50%, transparent 50%);
  background-position: right 1.05rem center, right 0.7rem center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.4rem;
}
.field input:focus, .field select:focus { border-color: #c9c1b5; background: #3a3631; }
.field input::placeholder { color: #8f877d; }

.field-error { display: none; font-size: 0.875rem; color: #ffb3a7; }
.field-error[data-visible] { display: block; }
.field input[aria-invalid="true"] { border-color: #ffb3a7; }

.hp-field { position: absolute; left: 0; top: 0; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.form .btn { justify-self: start; margin-top: 0.35rem; }
.form-privacy { font-size: 0.8438rem; line-height: 1.5; color: var(--on-deep-2); max-width: 46ch; }
.form-status { font-size: 0.9375rem; color: #cfe0d6; }
.form-status:empty { display: none; }

/* ---------- footer ---------- */
.site-footer { background: var(--deep); color: var(--on-deep-2); padding-block: clamp(2.75rem, 5vw, 4rem); border-top: 1px solid rgba(242, 240, 233, 0.12); }
.footer-inner { display: grid; gap: 2.25rem; }
.wordmark-static { color: var(--on-deep); }
.wordmark-static .mark { color: #c9c1b5; }
.footer-tag { margin-top: 0.85rem; font-size: 0.9375rem; max-width: 28ch; }
.footer-nav ul { display: flex; flex-wrap: wrap; gap: 0.35rem 1.5rem; }
.footer-nav a {
  display: inline-block;
  padding-block: 0.66rem;
  font-size: 0.9375rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer-nav a:hover { color: var(--on-deep); border-bottom-color: #c9c1b5; }
.footer-legal-nav { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(242, 240, 233, 0.12); }
.footer-legal { padding-top: 1.75rem; border-top: 1px solid rgba(242, 240, 233, 0.12); }
.footer-legal p { font-size: 0.8438rem; line-height: 1.6; max-width: 70ch; }
.footer-copy { margin-top: 1rem !important; }
@media (min-width: 760px) {
  .footer-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .footer-legal { grid-column: 1 / -1; }
  .footer-nav { justify-self: end; }
  .footer-nav ul { flex-direction: column; gap: 0; }
}

/* ---------- 404 / thanks ---------- */
.page-narrow { min-height: 70vh; display: grid; align-content: center; padding-block: clamp(4rem, 12vw, 8rem); }
.page-narrow .h2 { margin-bottom: 1rem; }
.page-narrow p { color: var(--ink-2); max-width: 46ch; margin-bottom: 2rem; }

/* ---------- direct contact routes ---------- */
.contact-direct {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(242, 240, 233, 0.16);
}
.contact-direct-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9c1b5;
  margin-bottom: 0.75rem;
}
.contact-direct ul { display: flex; flex-wrap: wrap; gap: 0.25rem 1.5rem; }
.contact-direct a {
  display: inline-block;
  padding-block: 0.66rem;
  font-size: 0.9375rem;
  color: var(--on-deep-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 240, 233, 0.25);
}
.contact-direct a:hover { color: var(--on-deep); border-bottom-color: #c9c1b5; }

.footer-contact { margin-top: 1.25rem; display: flex; flex-wrap: wrap; gap: 0.2rem 1.35rem; }
.footer-contact a {
  display: inline-block;
  padding-block: 0.66rem;
  font-size: 0.9375rem;
  color: var(--on-deep-2);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer-contact a:hover { color: var(--on-deep); border-bottom-color: #c9c1b5; }

/* ---------- scroll reveal (CSS-only, progressive) ---------- */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .section .split,
    .section > .container > .eyebrow,
    .section > .container > .h2,
    .who-grid,
    .card,
    .founder {
      animation: rise linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 22%;
    }
  }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* ---------- print ---------- */
@media print {
  .site-header, .nav-toggle, .skip-link { display: none; }
  body { background: #fff; color: #000; }
  .section .split,
  .section > .container > .eyebrow,
  .section > .container > .h2,
  .who-grid,
  .card,
  .founder {
    animation: none !important;
    animation-timeline: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---------- legal pages (v1.0.6) ---------- */
.legal-page { padding-block: clamp(3.25rem, 7vw, 6rem) clamp(4rem, 8vw, 7rem); }
.legal-page .h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 4.2vw, 2.75rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  max-width: 22ch;
  margin-bottom: 0.65rem;
}
.legal-intro { color: var(--ink-2); max-width: 62ch; margin-bottom: 0.4rem; }
.legal-meta { color: var(--ink-3); font-size: 0.8438rem; letter-spacing: 0.02em; }
.legal-toc {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding: 1.15rem 1.35rem;
  background: var(--surface);
  border: 1px solid var(--rule-soft);
  border-radius: var(--radius);
  max-width: 62ch;
}
.legal-toc p { font-size: 0.8125rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.5rem; }
.legal-toc ol { margin: 0; padding-left: 1.15rem; color: var(--ink-2); font-size: 0.9375rem; }
.legal-toc li { margin-bottom: 0.2rem; }
.legal-toc a { text-decoration: none; border-bottom: 1px solid var(--rule); }
.legal-toc a:hover { border-bottom-color: var(--accent); }

.legal-block { margin-top: clamp(2.5rem, 5vw, 3.5rem); max-width: 68ch; scroll-margin-top: calc(var(--header-h) + 1rem); }
.legal-block > h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.2rem, 2.3vw, 1.4rem);
  line-height: 1.25;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 1.1rem;
}
.legal-block h3 {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin: 1.6rem 0 0.5rem;
}
.legal-block h3:first-of-type { margin-top: 0; }
.legal-block p { color: var(--ink-2); margin-bottom: 0.85rem; }
.legal-block p:last-child { margin-bottom: 0; }
.legal-block ul { margin: 0 0 0.9rem; padding-left: 1.1rem; list-style: disc; color: var(--ink-2); }
.legal-block li { margin-bottom: 0.35rem; }
.legal-block a { color: var(--accent-ink); text-decoration: none; border-bottom: 1px solid var(--rule); overflow-wrap: anywhere; }
.legal-block a:hover { border-bottom-color: var(--accent); }
.legal-block address { font-style: normal; color: var(--ink-2); margin-bottom: 0.9rem; }

.legal-de { }
.legal-en {
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px dashed var(--rule);
}
.legal-lang {
  display: inline-block;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 0.12rem 0.42rem;
  margin-bottom: 0.6rem;
}
.legal-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 0.9375rem; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; padding: 0.55rem 0.9rem 0.55rem 0; border-bottom: 1px solid var(--rule-soft); color: var(--ink-2); }
.legal-table th { font-weight: 600; color: var(--ink); width: 34%; }
.legal-note {
  margin-top: 1.1rem;
  padding: 0.95rem 1.15rem;
  background: var(--accent-soft);
  border-radius: var(--radius);
  font-size: 0.9375rem;
}
.legal-note p { color: var(--accent-ink); }
.legal-back { margin-top: clamp(3rem, 6vw, 4.5rem); }

.legal-note{ margin-top:1.1rem; padding:0.95rem 1.15rem; background:var(--accent-soft); border-left:3px solid var(--accent); border-radius:var(--radius); font-size:0.9375rem; }
.legal-note p{ color:var(--accent-ink); margin-bottom:0; }
