/* ============================================================
   VELVET SHADE — design system
   Deep velvet luxury: aubergine cloth, champagne gold, all-serif.
   ============================================================ */

/* ------------------------------------------------------------
   1. Fonts (self-hosted, ITF Free Font License — see /fonts/LICENSES.txt)
   ------------------------------------------------------------ */
@font-face {
  font-family: 'Zodiak';
  src: url('/fonts/Zodiak-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('/fonts/Zodiak-LightItalic.woff2') format('woff2');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('/fonts/Zodiak-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('/fonts/Sentient-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('/fonts/Sentient-LightItalic.woff2') format('woff2');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('/fonts/Sentient-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('/fonts/Sentient-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

/* ------------------------------------------------------------
   2. Tokens
   ------------------------------------------------------------ */
:root {
  /* colour */
  --ink-0: #120D17;
  --ink-1: #1A1420;
  --ink-2: #241B2E;
  --text-hi: #F2ECE3;
  --text-mid: #C7BBC9;
  --text-low: rgba(199, 187, 201, 0.72);
  --gold: #C9A96E;
  --gold-bright: #E4CE9A;
  --hairline: rgba(201, 169, 110, 0.32);
  --edge-lit: rgba(228, 206, 154, 0.16);
  --line-faint: rgba(242, 236, 227, 0.07);

  /* type */
  --font-display: 'Zodiak', Georgia, 'Times New Roman', serif;
  --font-body: 'Sentient', Georgia, 'Times New Roman', serif;

  /* space */
  --s-1: 0.25rem; --s-2: 0.5rem; --s-3: 0.75rem; --s-4: 1rem;
  --s-5: 1.5rem;  --s-6: 2rem;   --s-7: 3rem;    --s-8: 4rem;
  --s-9: 6rem;    --s-10: 8rem;
  --section-pad: clamp(5rem, 12vh, 9rem);

  /* layout */
  --w-max: 72rem;
  --w-text: 44rem;
  --pad-x: clamp(1.25rem, 4vw, 2.5rem);
  --header-h: 72px;

  /* shape */
  --r: 2px;

  /* motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ------------------------------------------------------------
   3. Reset & base
   ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--text-mid);
  background-color: var(--ink-0);
  background-image:
    radial-gradient(120rem at 50% -20rem, var(--ink-2), transparent 55%),
    radial-gradient(90rem at 85% 110%, #0C0810, transparent 60%);
  background-attachment: fixed;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; }

ul, ol { list-style: none; }

::selection { background: rgba(201, 169, 110, 0.28); color: #F2ECE3; }

:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; }

/* ------------------------------------------------------------
   4. Accessibility utilities
   ------------------------------------------------------------ */
.skip-link {
  position: absolute;
  left: -999px;
  top: var(--s-3);
  z-index: 100;
  padding: var(--s-2) var(--s-4);
  background: var(--ink-1);
  color: var(--gold-bright);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--hairline);
}
.skip-link:focus { left: var(--s-3); }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------------------
   5. Atmosphere — the Traverse & grain
   Layering: shade (0) < content (1) < sheen (30) < grain (31) < header (40)
   ------------------------------------------------------------ */
.traverse-shade,
.traverse-sheen {
  position: fixed;
  width: 200vmax;
  height: 200vmax;
  left: 50%;
  top: 50%;
  margin-left: -100vmax;
  margin-top: -100vmax;
  pointer-events: none;
  will-change: transform;
}
.traverse-shade {
  z-index: 0;
  background: radial-gradient(closest-side, rgba(5, 2, 9, 0.5), transparent 70%);
  transform: translate3d(-8vw, -36vh, 0);
}
.traverse-sheen {
  z-index: 30;
  mix-blend-mode: screen;
  background: radial-gradient(closest-side,
    rgba(228, 206, 154, 0.09),
    rgba(228, 206, 154, 0.03) 40%,
    transparent 68%);
  transform: translate3d(14vw, -22vh, 0);
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 31;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.page-content { position: relative; z-index: 1; }

/* ------------------------------------------------------------
   6. Typography
   ------------------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--text-hi);
}

h1 em, h2 em, .display em {
  font-style: italic;
  color: var(--gold-bright);
}

.display {
  font-size: clamp(2.75rem, 6.5vw, 5.25rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
}

h1, .h1 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

h2, .h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.005em;
}

h3, .h3 {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.3;
}

h4, .h4 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.eyebrow {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.lede {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.005em;
  color: var(--text-mid);
}

.small {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-low);
}

.pull-quote {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.35;
  color: var(--text-hi);
}

.text-hi { color: var(--text-hi); }

/* Engraved drop capital — first narrative paragraph of service pages only */
.drop-cap::first-letter {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--gold);
  float: left;
  font-size: 3.6em;
  line-height: 0.85;
  padding-right: 0.12em;
  padding-top: 0.06em;
}
@supports (initial-letter: 3) {
  .drop-cap::first-letter {
    float: none;
    initial-letter: 3;
    padding-top: 0;
  }
}

/* Prose links: gold underline that draws on hover */
.prose a,
.link {
  color: var(--gold);
  text-decoration: none;
  background-image: linear-gradient(var(--gold-bright), var(--gold-bright));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: background-size 350ms var(--ease-out), color 350ms var(--ease-out);
  padding-bottom: 2px;
}
.prose a:hover,
.link:hover {
  color: var(--gold-bright);
  background-size: 100% 1px;
}

.prose p + p { margin-top: var(--s-5); }
.prose .lede + p { margin-top: var(--s-6); }

/* ------------------------------------------------------------
   7. Layout
   ------------------------------------------------------------ */
.container {
  max-width: var(--w-max);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

.container--text { max-width: calc(var(--w-text) + 2 * var(--pad-x)); }

.section { padding-block: var(--section-pad); }
.section--tight { padding-block: calc(var(--section-pad) * 0.6); }

.band { background-color: var(--ink-1); }

/* Hairline rules — always fade at the ends */
.rule {
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--hairline), transparent);
  max-width: 68rem;
  margin-inline: auto;
}
.rule--left {
  background: linear-gradient(90deg, var(--hairline), transparent);
  margin-inline: 0;
}

.section-head { margin-bottom: var(--s-8); }
.section-head .eyebrow { margin-bottom: var(--s-4); }
.section-head--center { text-align: center; }
.section-head p:not(.eyebrow) {
  margin-top: var(--s-4);
  max-width: var(--w-text);
}
.section-head--center p:not(.eyebrow) { margin-inline: auto; }

/* ------------------------------------------------------------
   8. Buttons
   ------------------------------------------------------------ */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold);
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: var(--r);
  padding: 1.0625rem 2rem;
  cursor: pointer;
  transition: border-color 250ms var(--ease-out),
              background-color 250ms var(--ease-out),
              color 250ms var(--ease-out);
}
.btn:hover {
  border-color: var(--gold-bright);
  background-color: rgba(201, 169, 110, 0.08);
  color: var(--gold-bright);
}

/* ------------------------------------------------------------
   9. Header
   ------------------------------------------------------------ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 40;
  height: var(--header-h);
  transition: background-color 350ms var(--ease-out), height 350ms var(--ease-out);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline), transparent);
  opacity: 0;
  transition: opacity 350ms var(--ease-out);
}
.site-header.is-scrolled {
  height: 64px;
  background: rgba(18, 13, 23, 0.86);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
}
.site-header.is-scrolled::after { opacity: 1; }

.site-header__inner {
  max-width: var(--w-max);
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--text-hi);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.wordmark em {
  font-style: italic;
  color: var(--gold-bright);
}

.site-nav { display: flex; align-items: center; gap: var(--s-6); }

.site-nav a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-mid);
  padding-bottom: 8px;
  background-image: linear-gradient(var(--gold-bright), var(--gold-bright));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: background-size 350ms var(--ease-out), color 350ms var(--ease-out);
}
.site-nav a:hover {
  color: var(--gold-bright);
  background-size: 100% 1px;
}
.site-nav a[aria-current="page"] {
  color: var(--gold);
  background-image: linear-gradient(var(--gold), var(--gold));
  background-size: 100% 1px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 1px;
  width: 24px;
  background: var(--text-hi);
  transition: transform 350ms var(--ease-out), opacity 350ms var(--ease-out);
}

@media (max-width: 759px) {
  .nav-toggle { display: flex; }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--s-6);
    background: var(--ink-1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms var(--ease-out), visibility 0s 350ms;
  }
  .site-nav a {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--text-hi);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 400ms var(--ease-out), transform 400ms var(--ease-out);
  }

  body.menu-open { overflow: hidden; }
  body.menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    transition: opacity 350ms var(--ease-out), visibility 0s;
  }
  body.menu-open .site-nav a {
    opacity: 1;
    transform: none;
  }
  body.menu-open .site-nav a:nth-child(1) { transition-delay: 60ms; }
  body.menu-open .site-nav a:nth-child(2) { transition-delay: 120ms; }
  body.menu-open .site-nav a:nth-child(3) { transition-delay: 180ms; }
  body.menu-open .site-nav a:nth-child(4) { transition-delay: 240ms; }
  body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  body.menu-open .nav-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
}

/* ------------------------------------------------------------
   10. Hero (home) & page hero
   ------------------------------------------------------------ */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  padding-bottom: var(--s-8);
}
.hero__content { max-width: 60rem; }
.hero .eyebrow { margin-bottom: var(--s-5); }
.hero .display { margin-bottom: var(--s-6); }
.hero .lede { max-width: 38rem; margin-bottom: var(--s-7); }
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-5);
  margin-bottom: var(--s-8);
}
.hero__meta { margin-top: var(--s-5); }

@media (max-width: 639px) {
  .display br { display: none; }
}

.page-hero {
  padding-top: calc(var(--header-h) + var(--s-10));
  padding-bottom: var(--section-pad);
}
.page-hero .eyebrow { margin-bottom: var(--s-5); }
.page-hero h1 { margin-bottom: var(--s-6); max-width: 52rem; }
.page-hero .lede { max-width: 40rem; }

/* ------------------------------------------------------------
   11. Panels — lit from above
   ------------------------------------------------------------ */
.panel {
  background: linear-gradient(180deg, #1C1523 0%, #161019 100%);
  border: 1px solid var(--line-faint);
  border-top-color: var(--edge-lit);
  border-radius: var(--r);
  box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.55);
  transition: border-top-color 300ms var(--ease-out);
}
.panel:hover { border-top-color: rgba(228, 206, 154, 0.34); }

.practices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-6);
}
.practice-panel { padding: var(--s-8) var(--s-7); }
.practice-panel .eyebrow { margin-bottom: var(--s-5); }
.practice-panel h2 { margin-bottom: var(--s-5); }
.practice-panel p { margin-bottom: var(--s-6); }

@media (max-width: 759px) {
  .practices { grid-template-columns: 1fr; }
  .practice-panel { padding: var(--s-7) var(--s-5); }
}

/* ------------------------------------------------------------
   12. Ledger rows (services, outcomes, what-we-do)
   ------------------------------------------------------------ */
.ledger { border-top: 1px solid transparent; }
.ledger-row {
  display: grid;
  grid-template-columns: minmax(12rem, 18rem) 1fr;
  gap: var(--s-6);
  padding-block: var(--s-6);
  position: relative;
}
.ledger-row::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--hairline), transparent);
  opacity: 0.7;
}
.ledger-row:last-child::after { display: none; }
.ledger-row h3 { padding-top: 2px; }
.ledger-row p { max-width: 44rem; }

@media (max-width: 639px) {
  .ledger-row { grid-template-columns: 1fr; gap: var(--s-3); }
}

/* ------------------------------------------------------------
   13. Charter (values) — roman numeral clauses
   ------------------------------------------------------------ */
.charter { max-width: var(--w-text); }
.charter-row {
  display: grid;
  grid-template-columns: 3.5rem 12rem 1fr;
  gap: var(--s-5);
  align-items: baseline;
  padding-block: var(--s-6);
  position: relative;
}
.charter-row::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--hairline), transparent);
  opacity: 0.7;
}
.charter-row:last-child::after { display: none; }
.charter-row__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  color: var(--gold);
}
.charter-row__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.3;
  color: var(--text-hi);
}
.charter-row p { max-width: 34rem; }

@media (max-width: 639px) {
  .charter-row { grid-template-columns: 3rem 1fr; }
  .charter-row p { grid-column: 2; }
}

/* ------------------------------------------------------------
   14. Process steps (SRM engagement — the only Arabic numerals)
   ------------------------------------------------------------ */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-6);
  position: relative;
  padding-top: var(--s-6);
}
.process::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline), transparent);
}
.process-step__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: var(--s-4);
}
.process-step h3 { margin-bottom: var(--s-3); }

@media (max-width: 899px) {
  .process { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 539px) {
  .process { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   15. The Invitation (shared CTA) & discretion band
   ------------------------------------------------------------ */
.invitation {
  text-align: center;
  padding-block: var(--section-pad);
}
.invitation .eyebrow { margin-bottom: var(--s-6); }
.invitation__line {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.15;
  color: var(--text-hi);
  margin-bottom: var(--s-6);
}
.invitation__email {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.375rem, 3.4vw, 2.25rem);
  line-height: 1.3;
  color: var(--gold-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 0.12em;
  transition: border-color 350ms var(--ease-out);
}
.invitation__email:hover { border-color: var(--gold-bright); }
.invitation__plain { margin-top: var(--s-5); }
.invitation .rule { margin-block: var(--s-8); }
.invitation .rule:first-child { margin-top: 0; }

.discretion { text-align: center; }
.discretion .eyebrow { margin-bottom: var(--s-5); }
.discretion h2 { margin-bottom: var(--s-6); }
.discretion .prose {
  max-width: var(--w-text);
  margin-inline: auto;
  text-align: left;
}

/* ------------------------------------------------------------
   16. Mission / pull-line moments
   ------------------------------------------------------------ */
.pull-block {
  text-align: center;
  padding-block: var(--section-pad);
}
.pull-block .rule { margin-block: var(--s-7); }
.pull-block .pull-quote {
  max-width: 52rem;
  margin-inline: auto;
}
.pull-block .prose {
  max-width: var(--w-text);
  margin-inline: auto;
  margin-top: var(--s-6);
  text-align: center;
}

/* ------------------------------------------------------------
   17. Contact — correspondence
   ------------------------------------------------------------ */
.correspondence {
  text-align: center;
  padding-top: calc(var(--header-h) + var(--s-10));
  padding-bottom: var(--section-pad);
}
.correspondence .eyebrow { margin-bottom: var(--s-5); }
.correspondence h1 { margin-bottom: var(--s-7); }
.correspondence .rule { margin-block: var(--s-8); }

.correspondence__email {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.375rem, 4.5vw, 2.5rem);
  line-height: 1.25;
  color: var(--gold-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 0.14em;
  transition: border-color 350ms var(--ease-out);
  overflow-wrap: anywhere;
}
.correspondence__email:hover { border-color: var(--gold-bright); }

.correspondence__hint {
  max-width: 30rem;
  margin-inline: auto;
  margin-top: var(--s-5);
}

.copy-btn { margin-top: var(--s-6); }

.note-rows {
  max-width: var(--w-text);
  margin-inline: auto;
  text-align: left;
}
.note-rows .ledger-row { grid-template-columns: minmax(9rem, 13rem) 1fr; }
@media (max-width: 639px) {
  .note-rows .ledger-row { grid-template-columns: 1fr; }
}

.office { text-align: center; }
.office .eyebrow { margin-bottom: var(--s-5); }
.office address {
  font-style: normal;
  color: var(--text-mid);
  line-height: 1.75;
}
.office .h4 { display: block; color: var(--text-hi); margin-bottom: var(--s-3); }
.office .small { margin-top: var(--s-5); }

/* ------------------------------------------------------------
   18. 404
   ------------------------------------------------------------ */
.not-found {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-h);
}
.not-found .eyebrow { margin-bottom: var(--s-5); }
.not-found h1 { margin-bottom: var(--s-5); }
.not-found p { max-width: 32rem; margin-inline: auto; margin-bottom: var(--s-7); }
.not-found__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--s-5);
}

/* ------------------------------------------------------------
   19. Footer
   ------------------------------------------------------------ */
.site-footer {
  background: var(--ink-1);
  position: relative;
  padding-block: var(--s-9);
  margin-top: var(--s-9);
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline), transparent);
}

.footer-invite {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--s-4) var(--s-6);
  margin-bottom: var(--s-8);
}
.footer-invite .h3 { color: var(--text-hi); font-weight: 300; }
.footer-invite a {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--gold-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 2px;
  transition: border-color 350ms var(--ease-out);
}
.footer-invite a:hover { border-color: var(--gold-bright); }

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s-6);
  padding-block: var(--s-6);
  border-top: 1px solid var(--line-faint);
  border-bottom: 1px solid var(--line-faint);
  margin-bottom: var(--s-6);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-5);
}
.footer-nav a {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--text-mid);
  text-decoration: none;
  transition: color 250ms var(--ease-out);
}
.footer-nav a:hover { color: var(--gold-bright); }
.footer-nav a[aria-current="page"] { color: var(--gold); }
.footer-meta address {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-low);
  text-align: right;
}
@media (max-width: 639px) {
  .footer-meta { flex-direction: column; }
  .footer-meta address { text-align: left; }
}

.footer-legal { color: var(--text-low); }

/* ------------------------------------------------------------
   20. Motion — page-load rise & scroll reveals
   (all gated on prefers-reduced-motion; reveals additionally
   gated on JS via html.js so no-JS users see everything)
   ------------------------------------------------------------ */
@media screen and (prefers-reduced-motion: no-preference) {
  .rise {
    opacity: 0;
    transform: translateY(14px);
    animation: rise 650ms var(--ease-out) forwards;
  }
  .rise-2 { animation-delay: 70ms; }
  .rise-3 { animation-delay: 140ms; }
  .rise-4 { animation-delay: 210ms; }
  .rise-5 { animation-delay: 280ms; }

  @keyframes rise {
    to { opacity: 1; transform: none; }
  }

  .rule-draw {
    transform: scaleX(0);
    transform-origin: left;
    animation: rule-draw 900ms var(--ease-out) 300ms forwards;
  }
  @keyframes rule-draw {
    to { transform: scaleX(1); }
  }

  html.js .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out);
    transition-delay: calc(var(--i, 0) * 60ms);
  }
  html.js .reveal.is-revealed {
    opacity: 1;
    transform: none;
  }
}

/* ------------------------------------------------------------
   21. Print — the firm's stationery
   ------------------------------------------------------------ */
@media print {
  body {
    background: #FFFFFF;
    color: #1A1420;
  }
  .traverse-shade, .traverse-sheen, .grain,
  .nav-toggle, .skip-link { display: none; }
  .site-header { position: static; background: none; }
  .rise, .rule-draw, .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  h1, h2, h3, .display, .pull-quote, .wordmark,
  .invitation__line, .charter-row__title { color: #120D17 !important; }
  .eyebrow, .charter-row__num, .process-step__num { color: #8B7355 !important; }
  a, .lede, .small, .footer-legal, .site-nav a, .footer-nav a, address,
  .link, .prose a, .btn, .invitation__email, .correspondence__email,
  .footer-invite a, .footer-meta address, p { color: #1A1420 !important; }
  .panel { border: 1px solid #CCC; box-shadow: none; background: none; }
  .site-footer, .band { background: none; }
}
