/* ==========================================================================
   HYER ROAD — Design System v2 "Alpine Cartography"
   Brandbook260125: Cinzel Decorative / Cinzel (display) + Montserrat (text)
   Primary: Biscotti #FFFFE8 · Granola #FFFFB0 · Horizon Gold #C5A059
            Summit Blue #C4A994 · Cloud Mist #F4F4F4 · Deep Crevasse #0A0A0A
   Complementary navy: #00245E · #00489A · #0061C5
   ========================================================================== */

:root {
  /* Brand palette */
  --ink: #0A0A0A;
  --ink-soft: #3A4048;
  --stone: #EEF1F4;
  --stone-deep: #E3E8ED;
  --mist: #F9FBFC;
  --gold: #C5A059;
  --gold-deep: #A8823D;
  --gold-faint: rgba(197, 160, 89, 0.32);
  --biscotti: #FFFFE8;
  --navy: #00245E;
  --navy-mid: #00489A;
  --navy-bright: #0061C5;
  --navy-ink: #001638;
  --white: #FFFFFF;

  /* Typography */
  --font-display: "Cinzel", "Times New Roman", serif;
  --font-brand: "Cinzel Decorative", "Cinzel", serif;
  --font-text: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --fs-hero: clamp(2.7rem, 6.2vw + 0.8rem, 5.6rem);
  --fs-h2: clamp(2rem, 3.4vw + 0.5rem, 3.4rem);
  --fs-h3: clamp(1.3rem, 1.2vw + 0.9rem, 1.65rem);
  --fs-lead: clamp(1.05rem, 0.55vw + 0.92rem, 1.28rem);
  --fs-body: 1.02rem;
  --fs-small: 0.85rem;
  --fs-label: 0.75rem;

  /* Layout */
  --container: 1240px;
  --container-wide: 1400px;
  --space-section: clamp(5.5rem, 11vw, 10rem);

  /* Concentric radii (double-bezel) */
  --r-shell: 1.5rem;
  --r-core: calc(var(--r-shell) - 0.4rem);
  --r-pill: 999px;

  /* Tinted, diffused shadows (navy-hued, single light source above) */
  --shadow-soft: 0 1px 1px rgba(0, 22, 56, 0.03), 0 16px 40px -16px rgba(0, 22, 56, 0.12);
  --shadow-lift: 0 2px 3px rgba(0, 22, 56, 0.04), 0 32px 64px -24px rgba(0, 22, 56, 0.22);
  --shadow-nav: 0 1px 2px rgba(0, 22, 56, 0.05), 0 20px 48px -20px rgba(0, 22, 56, 0.28);

  /* Motion */
  --ease-spring: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  /* Topographic contour overlay (mask; color comes from --kh-contour-color) */
  --kh-contour-color: #C5A059;
  --kh-contour-opacity: 0.5;
  --kh-contour-size: 560px 360px;
  --kh-contour-mask-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='360' viewBox='0 0 560 360'%3E%3Cg fill='none' stroke='%23000' stroke-opacity='0.2'%3E%3Cpath d='M-20 300 C 90 240 150 320 280 270 S 470 310 580 250'/%3E%3Cpath d='M-20 260 C 100 200 170 280 290 230 S 460 270 580 210'/%3E%3Cpath d='M-20 220 C 110 165 190 240 300 195 S 450 235 580 175'/%3E%3Cpath d='M-20 180 C 120 130 210 200 310 160 S 440 200 580 140'/%3E%3Cpath d='M-20 140 C 130 95 230 160 320 125 S 430 165 580 105'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
  scrollbar-gutter: stable;
}
html:has([data-page="services"]) {
  scroll-padding-top: 7.25rem;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  font-family: var(--font-text);
  font-size: var(--fs-body);
  line-height: 1.75;
  color: var(--ink);
  background: var(--stone);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; font-weight: 600; }
p { margin: 0 0 1em; }

a { color: var(--navy-mid); text-decoration: none; }
a:hover { color: var(--navy); }

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

::selection { background: var(--gold); color: var(--ink); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 200;
  background: var(--navy);
  color: var(--white);
  padding: 0.7rem 1.2rem;
}
.skip-link:focus { left: 0; color: var(--white); }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Film grain — fixed, non-interactive, breaks digital flatness */
.grain {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

/* ---------- Shared layout ---------- */
.container {
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
}
.container--wide { width: min(100% - 3rem, var(--container-wide)); }

.section { padding-block: var(--space-section) calc(var(--space-section) * 1.08); }

/* Cartographic contour texture — overlay on ::before, not the fill */
.bg-contours { position: relative; isolation: isolate; }
.bg-contours::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: var(--kh-contour-opacity, 0.5);
  background-color: var(--kh-contour-color, #C5A059);
  background-image: var(--kh-contour-image, none);
  background-size: var(--kh-contour-size, 560px 360px);
  background-repeat: repeat;
  -webkit-mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  -webkit-mask-size: var(--kh-contour-size, 560px 360px);
  mask-size: var(--kh-contour-size, 560px 360px);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}

/* Eyebrow — cartographic hairline label */
.eyebrow {
  --kh-line-after: 0;
  --kh-line-after-gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1.6rem;
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  height: 1px;
  background: var(--gold);
  flex: 0 0 auto;
}
.eyebrow::before {
  width: 2.8rem;
  margin-inline-end: 0.9rem;
}
.eyebrow::after {
  width: var(--kh-line-after);
  margin-inline-start: var(--kh-line-after-gap);
}
.eyebrow--center {
  justify-content: center;
  --kh-line-after: 2.8rem;
  --kh-line-after-gap: 0.9rem;
}
.eyebrow--light { color: var(--gold); }
.eyebrow:empty,
.section-title:empty,
.section-intro:empty,
.hero-badge:empty,
.hero-lead:empty,
.hero-actions:empty,
.hero-media:empty,
.about-mast-actions:empty,
.final-cta-actions:empty,
.contact-crisis-actions:empty,
.section-head--center:empty,
.abc-intro:empty,
.offsite-side:empty,
.credo-cite:empty,
.about-slogan:empty,
.footer-slogan:empty,
.client-strip-label:empty { display: none; }
.story-grid:not(:has(.story-media)),
.about-mast-grid:not(:has(.about-portrait)),
.about-paradox-grid:not(:has(.about-paradox-media)),
.svc-mast-grid:not(:has(.svc-mast-media)),
.post-mast-grid:not(:has(.post-mast-media)),
.abc-layout:not(:has(.abc-intro:not(:empty))),
.offsite-grid:not(:has(.offsite-side .vid)) {
  grid-template-columns: 1fr;
}
.about-path-item:not(:has(.about-path-n)),
.belief-row:not(:has(.belief-n)),
.moment-row:not(:has(.moment-n)),
.abc-pillar:not(:has(.abc-mark)) {
  grid-template-columns: minmax(0, 1fr);
}
.work-pkg-grid > li,
.contact-social > li,
.org-grid > li,
.post-more-grid > li {
  display: flex;
}
.work-pkg,
.contact-social a,
.org-cell,
.post-more-card {
  inline-size: 100%;
}

.section-title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 600;
  letter-spacing: 0.005em;
  max-width: 21ch;
  text-wrap: balance;
}
.section-title--center { margin-inline: auto; text-align: center; }

.section-intro {
  font-size: var(--fs-lead);
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 60ch;
  margin-top: 1.4rem;
  text-wrap: pretty;
}
.section-head--center { text-align: center; }
.section-head--center .section-intro { margin-inline: auto; }

/* ---------- Buttons — pill + nested icon island ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 0.62rem 0.62rem 0.62rem 1.8rem;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  font-family: var(--font-text);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.5s var(--ease-spring), color 0.5s var(--ease-spring),
              border-color 0.5s var(--ease-spring), transform 0.5s var(--ease-spring),
              box-shadow 0.5s var(--ease-spring);
}
.btn:active { transform: scale(0.98); }

/* Trailing icon nested in its own circular island */
.btn .btn-ic {
  display: grid;
  place-items: center;
  width: var(--kh-ic-box, 2.3rem);
  height: var(--kh-ic-box, 2.3rem);
  border-radius: 50%;
  flex: 0 0 auto;
}
.btn .btn-ic svg { width: var(--kh-ic-size, 15px); height: var(--kh-ic-size, 15px); }
.btn .btn-ic i { font-size: var(--kh-ic-size, 15px); line-height: 1; }

/* Buttons without a nested icon keep symmetric padding */
.btn--plain { padding: 0.95rem 2rem; }

.btn--primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 16px 32px -14px rgba(0, 36, 94, 0.6);
}
.btn--primary:hover { background: var(--navy-mid); color: var(--white); box-shadow: 0 20px 40px -14px rgba(0, 72, 154, 0.55); }
.btn--primary .btn-ic { background: rgba(255, 255, 255, 0.14); color: var(--biscotti); }

.btn--outline {
  background: transparent;
  color: var(--navy);
  border-color: rgba(0, 36, 94, 0.35);
}
.btn--outline:hover { border-color: var(--navy); background: rgba(0, 36, 94, 0.04); color: var(--navy); }
.btn--outline .btn-ic { background: rgba(0, 36, 94, 0.08); color: var(--navy); }

.btn--solid-light {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 18px 40px -14px rgba(2, 12, 32, 0.55);
}
.btn--solid-light:hover { background: var(--biscotti); color: var(--navy); }
.btn--solid-light .btn-ic { background: rgba(0, 36, 94, 0.09); color: var(--navy); }

.btn--ghost-light {
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
}
.btn--ghost-light:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.15); color: var(--white); }

.btn--gold {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 18px 40px -14px rgba(197, 160, 89, 0.6);
}
.btn--gold:hover { background: #D4B26C; color: var(--ink); }
.btn--gold .btn-ic { background: rgba(10, 10, 10, 0.1); color: var(--ink); }

/* ==========================================================================
   HEADER — floating glass island
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  isolation: isolate;
  padding-top: 1.1rem;
  pointer-events: none;
  transition: padding 0.5s var(--ease-spring), background-color 0.45s var(--ease-out);
}
/* True center: equal side columns so the menu sits on the island axis */
.header-island {
  pointer-events: auto;
  position: relative;
  overflow: visible;
  width: min(100% - 2rem, var(--container-wide));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 70px;
  padding: 0.55rem 0.55rem 0.55rem 1.6rem;
  border-radius: var(--r-pill);
  background: #EEF1F4;
  border: 1px solid rgba(0, 22, 56, 0.07);
  box-shadow: 0 10px 28px -18px rgba(0, 22, 56, 0.35);
  transition: background-color 0.5s var(--ease-spring), box-shadow 0.5s var(--ease-spring);
}
.header-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex: 0 0 auto;
}
.site-header.is-scrolled {
  padding-top: 0.45rem;
  background: transparent;
}
.site-header.is-scrolled .header-island {
  background: #F4F6F8;
  box-shadow: 0 2px 4px rgba(0, 22, 56, 0.06), 0 22px 44px -22px rgba(0, 22, 56, 0.32);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}
.brand img {
  display: block;
  width: auto;
  height: 42px;
  aspect-ratio: 900 / 184;
  object-fit: contain;
  object-position: left center;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav a {
  position: relative;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0.4rem 0;
  transition: color 0.3s var(--ease-out);
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  font-weight: 600;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .main-nav a:hover::after,
  .main-nav a:focus-visible::after {
    transition: transform 0.45s var(--ease-spring);
  }
}
.main-nav a:hover { color: var(--navy); }
.main-nav a:hover::after,
.main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav a[aria-current="page"] { color: var(--navy); }
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transition: none;
}

.header-cta { white-space: nowrap; font-size: 0.78rem; }
.header-cta--panel { display: none; }

.nav-toggle {
  display: grid;
  place-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  background: var(--navy);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.nav-toggle span {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 2px;
  border-radius: 2px;
  background: var(--white);
  transition: transform 0.5s var(--ease-spring), opacity 0.3s;
}
.nav-toggle span:nth-child(1) { top: 17px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

body.kh-nav-open { overflow: hidden; }

/* Compact header: phones, tablets, and small laptops. */
@media (max-width: 1199.98px) {
  .header-island {
    gap: 0.7rem;
    min-height: 60px;
    padding: 0.4rem 0.4rem 0.4rem 1rem;
  }
  .brand img { height: 32px; }
  .header-cta--bar { display: none; }
  .main-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: var(--r-shell);
    background: rgba(249, 251, 252, 0.97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(197, 160, 89, 0.35);
    box-shadow: var(--shadow-nav);
    padding: 0.65rem 1.25rem 1.2rem;
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s var(--ease-spring), transform 0.45s var(--ease-spring), visibility 0.45s;
  }
  .main-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav li { border-bottom: 1px solid rgba(10, 10, 10, 0.06); }
  .main-nav li:last-child { border-bottom: none; }
  .main-nav a { display: block; padding: 0.95rem 0; font-size: 0.88rem; }
  .main-nav a::after { display: none; }
  .main-nav.is-open .header-cta--panel {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 0.85rem;
    color: var(--white);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    padding: 0.62rem 0.62rem 0.62rem 1.4rem;
  }
  .main-nav.is-open .header-cta--panel::after { display: none; }
  @media (prefers-reduced-motion: no-preference) {
    .main-nav li { opacity: 0; transform: translateY(14px); transition: opacity 0.5s var(--ease-spring), transform 0.5s var(--ease-spring); }
    .main-nav.is-open li { opacity: 1; transform: none; }
    .main-nav.is-open li:nth-child(1) { transition-delay: 0.05s; }
    .main-nav.is-open li:nth-child(2) { transition-delay: 0.1s; }
    .main-nav.is-open li:nth-child(3) { transition-delay: 0.15s; }
    .main-nav.is-open li:nth-child(4) { transition-delay: 0.2s; }
    .main-nav.is-open li:nth-child(5) { transition-delay: 0.25s; }
    .main-nav.is-open li:nth-child(6) { transition-delay: 0.3s; }
  }
}

@media (min-width: 1200px) {
  .header-island {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 1rem;
    padding-inline: 0.9rem;
  }
  .brand { justify-self: start; }
  .brand img { height: 42px; }
  .main-nav {
    justify-self: center;
    min-width: 0;
  }
  .main-nav ul {
    width: max-content;
  }
  .header-end { justify-self: end; }
  .main-nav > .header-cta--panel {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .nav-toggle { display: none; }
}

/* Keep the island still if a page transition morphs snapshots. */
.site-header {
  view-transition-name: kh-chrome;
}
::view-transition-group(kh-chrome) { animation: none; }
::view-transition-old(kh-chrome) { animation: none; opacity: 0; }
::view-transition-new(kh-chrome) { animation: none; opacity: 1; }

@media (min-width: 1360px) {
  .main-nav ul { gap: 1.55rem; }
  .main-nav a { font-size: 0.8rem; letter-spacing: 0.12em; }
}

@media (prefers-reduced-motion: reduce) {
  .header-island {
    transition: background-color 0.3s, box-shadow 0.3s;
  }
}

/* ==========================================================================
   HERO — cinematic full-bleed
   ========================================================================== */
.hero {
  position: relative;
  min-height: min(100dvh, 960px);
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-media img {
    transform: scale(1.08);
    animation: hero-settle 7s var(--ease-out) forwards;
  }
  @keyframes hero-settle { to { transform: scale(1); } }
}
/* Full-bleed scrim — pinned to the viewport edges of .hero, never the text container.
   Multi-stop fades so there is no rectangular wash and no hard cut. */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 16, 42, 0.7) 0%,
      rgba(0, 16, 42, 0.55) 14%,
      rgba(0, 16, 42, 0.32) 32%,
      rgba(0, 16, 42, 0.12) 48%,
      rgba(0, 16, 42, 0.03) 62%,
      transparent 78%
    ),
    linear-gradient(
      180deg,
      rgba(0, 16, 42, 0.22) 0%,
      rgba(0, 16, 42, 0.04) 32%,
      rgba(0, 16, 42, 0.18) 62%,
      rgba(0, 16, 42, 0.78) 100%
    );
}

.hero-content {
  position: relative;
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
  padding-block: clamp(8rem, 16vh, 11rem) clamp(3.5rem, 7vh, 5.5rem);
}

.hero-badge {
  --kh-line-after: 0;
  --kh-line-after-gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--biscotti);
  margin-bottom: 2rem;
}
.hero-badge::before,
.hero-badge::after {
  content: "";
  height: 1px;
  background: var(--gold);
  flex: 0 0 auto;
}
.hero-badge::before {
  width: 2.6rem;
  margin-inline-end: 0.8rem;
}
.hero-badge::after {
  width: var(--kh-line-after);
  margin-inline-start: var(--kh-line-after-gap);
}

.hero-title {
  font-family: var(--font-display);
  font-size: var(--fs-hero);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.06;
  max-width: 15ch;
  text-wrap: balance;
}
.hero-title em { font-style: normal; color: var(--gold); }

/* Line-mask reveal — slight vertical padding only (for Y animation) */
.hero-title .line {
  display: block;
  overflow: hidden;
  padding-block: 0.06em 0.1em;
  margin-block: -0.06em -0.1em;
}
.hero-title .line > span { display: block; }
@media (prefers-reduced-motion: no-preference) {
  .hero-title .line > span {
    transform: translateY(110%);
    animation: line-up 1.1s var(--ease-spring) forwards;
  }
  .hero-title .line:nth-child(2) > span { animation-delay: 0.14s; }
  @keyframes line-up { to { transform: translateY(0); } }
}

.hero-lead {
  font-size: var(--fs-lead);
  font-weight: 400;
  line-height: 1.85;
  max-width: 56ch;
  margin-top: 1.8rem;
  color: rgba(255, 255, 255, 0.92);
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-top: 2.6rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-badge, .hero-lead, .hero-actions {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(24px);
    animation: hero-rise 1.1s var(--ease-spring) forwards;
  }
  .hero-badge { animation-delay: 0.05s; }
  .hero-lead { animation-delay: 0.3s; }
  .hero-actions { animation-delay: 0.45s; }
  @keyframes hero-rise {
    to { opacity: 1; filter: blur(0); transform: translateY(0); }
  }
}

/* Stat bar — HUD strip */
.stat-bar {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-ink) 100%);
  color: var(--white);
  border-top: 1px solid rgba(197, 160, 89, 0.55);
}
.stat-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.stat {
  --kh-div-w: 1px;
  --kh-div-color: rgba(197, 160, 89, 0.22);
  min-inline-size: 0;
  padding: 2.1rem 1rem;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.stat:not(:last-child) {
  box-shadow: var(--kh-div-w) 0 0 var(--kh-div-color);
}
.stat-value {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.6vw, 2.9rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  line-height: 1.05;
}
.stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.5rem;
}
@media (max-width: 900px) {
  .stat-bar-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat:not(:last-child) {
    box-shadow: none;
  }
  .stat:nth-child(odd) {
    box-shadow: var(--kh-div-w) 0 0 var(--kh-div-color);
  }
}

/* ==========================================================================
   CREDO
   ========================================================================== */
.credo { text-align: center; }

.credo-quote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw + 0.5rem, 2.9rem);
  font-weight: 500;
  line-height: 1.32;
  max-width: 25ch;
  margin: 0 auto;
  text-wrap: balance;
}
.credo-quote strong { color: var(--navy); font-weight: 600; }

.credo-cite { display: block; margin-top: 2rem; font-family: var(--font-text); font-style: normal; }
.credo-cite .name {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}
.credo-cite .role {
  display: block;
  font-size: var(--fs-small);
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-top: 0.3rem;
}

.credo-principles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  margin-top: 4.5rem;
  padding: 0;
  list-style: none;
  background: transparent;
  border-block: 1px solid rgba(197, 160, 89, 0.45);
  justify-content: stretch;
  justify-items: stretch;
}
.credo-principles > li {
  grid-column: span 2;
  min-width: 0;
  list-style: none;
  background: transparent;
  padding: 1.9rem 1.35rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-soft);
  font-style: italic;
  border: 0;
  box-shadow: none;
}
.credo-principles:has(> :nth-child(3n + 1):last-child) > :last-child {
  grid-column: 1 / -1;
}
.credo-principles:has(> :nth-child(3n + 2):last-child) > :nth-last-child(-n + 2) {
  grid-column: span 3;
}
.credo-principles > li:not(:nth-child(3n + 1)) {
  box-shadow: inset 1px 0 0 rgba(197, 160, 89, 0.45);
}
.credo-principles > li:nth-child(n + 4) {
  box-shadow: inset 0 1px 0 rgba(197, 160, 89, 0.45);
}
.credo-principles > li:nth-child(n + 4):not(:nth-child(3n + 1)) {
  box-shadow:
    inset 1px 0 0 rgba(197, 160, 89, 0.45),
    inset 0 1px 0 rgba(197, 160, 89, 0.45);
}
@media (max-width: 960px) {
  .credo-principles {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
  .credo-principles > li,
  .credo-principles:has(> :nth-child(3n + 1):last-child) > :last-child,
  .credo-principles:has(> :nth-child(3n + 2):last-child) > :nth-last-child(-n + 2) {
    grid-column: 1 / -1;
  }
  .credo-principles > li:not(:nth-child(3n + 1)),
  .credo-principles > li:nth-child(n + 4),
  .credo-principles > li:nth-child(n + 4):not(:nth-child(3n + 1)) {
    box-shadow: none;
  }
  .credo-principles > li + li,
  .credo-principles > li + li:not(:nth-child(3n + 1)) {
    box-shadow: inset 0 1px 0 rgba(197, 160, 89, 0.45);
  }
}

/* ==========================================================================
   THREE PRACTICES — Kent priority: velocity, alignment, destination (before ABC & packages)
   ========================================================================== */
.practice {
  background: var(--white);
  border-block: 1px solid rgba(197, 160, 89, 0.28);
}

.practice-head .section-title { max-width: 20ch; }
.practice-head .section-intro { margin-top: 1.4rem; max-width: 46ch; }

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 3.6rem;
}

.practice-card {
  min-inline-size: 0;
  display: flex;
  flex-direction: column;
  background: var(--mist);
  padding: 2rem 1.85rem 2.05rem;
  border-radius: var(--r-shell);
  box-shadow: inset 0 0 0 1px rgba(197, 160, 89, 0.32);
}

.practice-card h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  color: var(--navy);
  margin: 0.2rem 0 0;
  text-wrap: pretty;
  max-width: none;
}

.practice-card p:not(.practice-kicker) {
  margin: 0.95rem 0 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ink-soft);
  text-wrap: pretty;
}

.practice-kicker {
  margin: 0;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.practice-card .pkg-link {
  margin-top: auto;
  padding-top: 1.35rem;
}

.practice--compact {
  padding-block: clamp(3.2rem, 6vw, 5.5rem);
  background: var(--stone);
  border-block: 0;
}
.practice--compact .practice-grid { margin-top: 2.4rem; }
.practice--compact .practice-card { background: var(--white); }

@media (max-width: 860px) {
  .practice-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   ABC FRAMEWORK — editorial operating system (not three product cards)
   ========================================================================== */
.abc {
  background: var(--white);
  border-block: 1px solid rgba(197, 160, 89, 0.28);
}

.abc-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: start;
}

.abc-intro .section-title { max-width: 12ch; }
.abc-intro .section-intro { margin-top: 1.4rem; max-width: 34ch; }

.abc-pillars {
  display: grid;
  border-top: 1px solid rgba(197, 160, 89, 0.45);
}

.abc-pillar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.1rem, 2.4vw, 2rem);
  align-items: start;
  padding-block: clamp(1.8rem, 3vw, 2.4rem);
  border-bottom: 1px solid rgba(197, 160, 89, 0.28);
}

.abc-mark {
  font-family: var(--font-brand);
  font-size: clamp(3.4rem, 6vw, 5.4rem);
  font-weight: 700;
  line-height: 0.85;
  color: var(--gold);
  letter-spacing: -0.04em;
  padding-top: 0.12em;
  user-select: none;
  transition: opacity 0.5s var(--ease-spring), transform 0.5s var(--ease-spring);
}

.abc-copy h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  color: var(--navy);
  margin-top: 0.25rem;
}

.abc-sub {
  margin: 0;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.abc-copy p:not(.abc-sub) {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 48ch;
}

@media (prefers-reduced-motion: no-preference) {
  .abc-pillar:hover .abc-mark { transform: translateY(-4px); }
}

@media (min-width: 961px) {
  .abc-intro {
    position: sticky;
    top: 7.5rem;
    padding-top: 0.4rem;
  }
}

@media (max-width: 960px) {
  .abc-layout { grid-template-columns: 1fr; gap: 2.4rem; }
  .abc-intro .section-title { max-width: 18ch; }
}

/* ==========================================================================
   SERVICES — vertical package ledger
   ========================================================================== */
.services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.svc-ledger { background: var(--mist); }

.svc-ledger .pkg-index {
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 0.5rem;
}
.svc-ledger h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--navy);
  margin: 0;
}
.svc-ledger .pkg-tagline {
  font-size: 1rem;
  font-style: italic;
  color: var(--ink-soft);
  margin: 0.5rem 0 0;
}
.svc-ledger .pkg-audience {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-mid);
  margin: 0 0 0.7rem;
}

.pkg-scope {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pkg-scope li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.7rem;
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.pkg-scope li:last-child { margin-bottom: 0; }
.pkg-scope li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.8rem;
  height: 1px;
  background: var(--gold);
}
.pkg-link {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.pkg-link::after { content: "\2192"; transition: transform 0.5s var(--ease-spring); }
.pkg-link:hover::after { transform: translateX(5px); }

.ledger { margin-top: 3rem; }
.ledger-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: clamp(1.2rem, 3vw, 3.4rem);
  padding-block: 2.45rem;
  align-items: start;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.ledger-row:first-child { border-top: 0; padding-top: 1.6rem; }
.ledger-main h3 { max-width: 14ch; }
.ledger-side .pkg-link { margin-top: 1.15rem; }

.ledger-row.is-crisis {
  margin-top: 1.2rem;
  padding: 1.85rem 1.9rem 1.95rem 1.7rem;
  border: 1px solid rgba(197, 160, 89, 0.45);
  border-radius: 1.2rem;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(197, 160, 89, 0.18), transparent 55%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
  color: var(--white);
  box-shadow: 0 28px 60px -28px rgba(0, 22, 56, 0.55);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  grid-template-areas:
    "kicker kicker"
    "main side";
}
.crisis-kicker {
  grid-area: kicker;
  margin: 0;
  justify-self: start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy-ink);
  background: var(--gold);
  border-radius: var(--r-pill);
  padding: 0.38rem 0.85rem;
}
.ledger-row.is-crisis .ledger-main { grid-area: main; }
.ledger-row.is-crisis .ledger-side { grid-area: side; }
.ledger-row.is-crisis h3 { color: var(--white); max-width: 16ch; }
.ledger-row.is-crisis .pkg-link { color: var(--gold); }
.ledger-row.is-crisis .pkg-index { color: var(--gold); }
.ledger-row.is-crisis .pkg-tagline,
.ledger-row.is-crisis .pkg-audience,
.ledger-row.is-crisis .pkg-scope li { color: rgba(255, 255, 255, 0.82); }
.crisis-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem 1.4rem;
  margin-top: 1.4rem;
}
.crisis-actions .pkg-link { margin-top: 0; }

@media (max-width: 800px) {
  .ledger-row {
    grid-template-columns: 1fr;
  }
  .ledger-row.is-crisis {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "main"
      "side";
    padding: 1.4rem 1.15rem 1.5rem;
  }
}

/* ==========================================================================
   DESTINATION OFFSITE — video band
   ========================================================================== */
.offsite {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-ink) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.offsite::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: var(--kh-contour-opacity, 0.6);
  background-color: var(--kh-contour-color, #C5A059);
  background-image: var(--kh-contour-image, none);
  background-size: var(--kh-contour-size, 560px 360px);
  background-repeat: repeat;
  -webkit-mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  -webkit-mask-size: var(--kh-contour-size, 560px 360px);
  mask-size: var(--kh-contour-size, 560px 360px);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}
.offsite .container { position: relative; }
.offsite .section-title { color: var(--white); }
.offsite .section-intro { color: rgba(255, 255, 255, 0.82); }

.offsite-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(1.4rem, 2.6vw, 2.2rem);
  margin-top: 3.6rem;
}

.vid {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.38);
  border-radius: 1rem;
  background: #050910;
  color: var(--white);
  font: inherit;
  text-align: left;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  box-shadow:
    0 28px 56px -24px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.vid:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.vid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) brightness(0.96);
}
.vid-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 8, 22, 0.12) 0%, rgba(0, 8, 22, 0.08) 42%, rgba(0, 8, 22, 0.78) 100%);
  pointer-events: none;
}
.vid-chip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy-ink);
  background: var(--gold);
  border-radius: var(--r-pill);
  padding: 0.32rem 0.72rem;
}
.vid-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  margin: -1.675rem 0 0 -1.675rem;
  border-radius: 50%;
  background: rgba(0, 22, 56, 0.42);
  border: 1px solid rgba(197, 160, 89, 0.9);
  color: var(--gold);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background-color 0.45s var(--ease-out), color 0.45s var(--ease-out), border-color 0.45s var(--ease-out);
}
.vid-play svg {
  width: 1.05rem;
  height: 1.05rem;
  margin-left: 0.12rem;
}
.vid-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 2.1rem 1.35rem 1.15rem;
}
.vid-title {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-wrap: balance;
}
.vid:hover,
.vid:focus-visible {
  border-color: var(--gold);
}
.vid:hover .vid-play,
.vid:focus-visible .vid-play {
  background: var(--gold);
  color: var(--navy-ink);
  border-color: var(--gold);
}

@media (prefers-reduced-motion: no-preference) {
  .vid img {
    transition: transform 0.9s var(--ease-spring), filter 0.5s var(--ease-out);
  }
  .vid:hover img,
  .vid:focus-visible img {
    transform: scale(1.045);
    filter: saturate(1.04) brightness(1.02);
  }
}

.offsite-grid > .vid .vid-play {
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
}
.offsite-grid > .vid .vid-play svg {
  width: 1.25rem;
  height: 1.25rem;
}
.offsite-grid > .vid .vid-title {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  letter-spacing: 0.04em;
  text-transform: none;
}

.offsite-side { display: grid; gap: clamp(1.4rem, 2.6vw, 2.2rem); }
.offsite-side .vid { aspect-ratio: 16 / 10; }
.offsite-side .vid-chip {
  font-size: 0.6rem;
  padding: 0.26rem 0.58rem;
}
.offsite-side .vid-play {
  width: 2.75rem;
  height: 2.75rem;
  margin: -1.375rem 0 0 -1.375rem;
}
.offsite-side .vid-meta { padding: 1.5rem 1.05rem 0.9rem; }

@media (min-width: 901px) {
  .offsite-grid > .vid { aspect-ratio: auto; height: 100%; min-height: 440px; }
}
@media (max-width: 900px) {
  .offsite-grid { grid-template-columns: 1fr; }
  .offsite-side { grid-template-columns: 1fr; }
  .offsite-grid > .vid { min-height: 280px; }
}

/* Video dialog */
.video-dialog {
  width: min(92vw, 1040px);
  padding: 0.4rem;
  border: 1px solid rgba(197, 160, 89, 0.5);
  border-radius: var(--r-shell);
  background: rgba(10, 10, 10, 0.92);
  box-shadow: 0 48px 100px -24px rgba(0, 0, 0, 0.8);
}
.video-dialog::backdrop { background: rgba(2, 8, 20, 0.85); backdrop-filter: blur(8px); }
.video-dialog .frame { aspect-ratio: 16 / 9; border-radius: var(--r-core); overflow: hidden; background: #000; }
.video-dialog iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-dialog .close {
  position: absolute;
  top: -3.4rem;
  right: 0;
  background: none;
  border: none;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  .video-dialog[open] { animation: dialog-in 0.55s var(--ease-spring); }
  @keyframes dialog-in {
    from { opacity: 0; transform: translateY(24px) scale(0.97); }
    to { opacity: 1; transform: none; }
  }
}

/* Calendly booking dialog — branded shell */
.booking-dialog {
  width: min(96vw, 1120px);
  max-height: min(92dvh, 820px);
  margin: auto;
  padding: 0;
  border: none;
  border-radius: var(--r-shell);
  background: transparent;
  overflow: visible;
  box-shadow: 0 48px 120px -28px rgba(0, 8, 28, 0.75);
}
.booking-dialog::backdrop {
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(0, 36, 94, 0.35), transparent 70%),
    rgba(2, 8, 20, 0.72);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.booking-shell {
  display: flex;
  flex-direction: column;
  max-height: min(92dvh, 820px);
  background: var(--mist);
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: var(--r-shell);
  overflow: hidden;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.booking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.3rem 1.1rem 1.5rem;
  background: linear-gradient(180deg, var(--white), var(--mist));
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}
.booking-brand {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
}
.booking-brand img { height: 32px; width: auto; flex: 0 0 auto; }
.booking-kicker {
  margin: 0 0 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.booking-brand h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 36, 94, 0.18);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  transition: background-color 0.45s var(--ease-spring), color 0.45s var(--ease-spring),
              border-color 0.45s var(--ease-spring), transform 0.45s var(--ease-spring);
}
.booking-close:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.booking-close:active { transform: scale(0.94); }
.booking-close svg { width: 16px; height: 16px; }

.booking-body {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  min-height: 0;
  flex: 1;
}

.booking-aside {
  padding: 1.8rem 1.6rem;
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.booking-aside-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}
.booking-expect {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.1rem;
}
.booking-expect li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.booking-expect span {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  padding-top: 0.1rem;
}
.booking-aside-meta {
  margin-top: auto;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(197, 160, 89, 0.3);
  display: grid;
  gap: 0.9rem;
}
.booking-aside-meta p { margin: 0; }
.booking-aside-meta strong {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.25rem;
}
.booking-aside-meta a {
  color: var(--biscotti);
  font-size: 0.92rem;
  font-weight: 500;
}
.booking-aside-meta a:hover { color: var(--gold); }

.booking-frame {
  position: relative;
  min-height: min(68dvh, 620px);
  background: var(--white);
  overflow: hidden;
}
.booking-frame iframe {
  width: 100%;
  height: 100%;
  min-height: min(68dvh, 620px);
  border: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.55s var(--ease-spring);
}
.booking-frame.is-ready iframe { opacity: 1; }

/* Skeleton loader */
.booking-skeleton {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  padding: 2rem;
  background: var(--mist);
  transition: opacity 0.45s var(--ease-spring), visibility 0.45s;
}
.booking-frame.is-ready .booking-skeleton {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sk-pulse {
  background: linear-gradient(90deg, rgba(0, 36, 94, 0.06), rgba(197, 160, 89, 0.18), rgba(0, 36, 94, 0.06));
  background-size: 200% 100%;
  border-radius: 8px;
}
@media (prefers-reduced-motion: no-preference) {
  .sk-pulse { animation: sk-shimmer 1.4s ease-in-out infinite; }
  @keyframes sk-shimmer {
    from { background-position: 100% 0; }
    to { background-position: -100% 0; }
  }
}
.sk-avatar { width: 56px; height: 56px; border-radius: 50%; }
.sk-line { width: min(220px, 50%); height: 10px; }
.sk-line--lg { width: min(280px, 65%); height: 14px; margin-top: 0.4rem; }
.sk-cal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  width: min(220px, 55%);
  margin-top: 0.8rem;
}
.sk-cal span { aspect-ratio: 1; border-radius: 8px; }
.booking-loading-label {
  margin: 1rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

@media (prefers-reduced-motion: no-preference) {
  .booking-dialog[open] { animation: booking-in 0.55s var(--ease-spring); }
  .booking-dialog[open]::backdrop { animation: booking-backdrop 0.45s var(--ease-out); }
  @keyframes booking-in {
    from { opacity: 0; transform: translateY(28px) scale(0.96); }
    to { opacity: 1; transform: none; }
  }
  @keyframes booking-backdrop {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}

@media (max-width: 820px) {
  .booking-dialog { width: min(100vw - 1rem, 1120px); max-height: 94dvh; border-radius: calc(var(--r-shell) - 0.25rem); }
  .booking-shell { max-height: 94dvh; border-radius: calc(var(--r-shell) - 0.25rem); }
  .booking-body { grid-template-columns: 1fr; }
  .booking-aside { display: none; }
  .booking-brand img { display: none; }
  .booking-frame,
  .booking-frame iframe { min-height: min(72dvh, 640px); }
}

body.is-booking-open { overflow: hidden; }

/* ==========================================================================
   STORY / AUTHORITY
   ========================================================================== */
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 5.5vw, 5.5rem);
  align-items: center;
}

.story-media {
  position: relative;
  margin: 0;
  padding-bottom: 3.2rem;   /* room for the overlapping authority card */
  padding-right: 1rem;
}

/* Bezel shell around the portrait, fixed 4/5 crop */
.story-frame {
  position: relative;
  background: linear-gradient(180deg, rgba(197, 160, 89, 0.2), rgba(227, 232, 237, 0.8));
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: var(--r-shell);
  padding: 0.4rem;
  box-shadow: var(--shadow-lift);
}
.story-frame::before {
  content: "";
  position: absolute;
  inset: 1.6rem -1.1rem -1.1rem 1.6rem;
  border: 1px solid var(--gold-faint);
  border-radius: var(--r-shell);
  transform: rotate(-1.2deg);
  z-index: -1;
}
.story-frame img {
  width: 100%;
  height: auto;              /* neutralize the height attribute so aspect-ratio wins */
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border-radius: var(--r-core);
}

/* Glass identity chip */
.story-chip {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(0, 22, 56, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 160, 89, 0.45);
  color: var(--white);
  padding: 0.65rem 1.2rem;
  border-radius: var(--r-pill);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Overlapping authority card — proof with Dr. John C. Maxwell */
.story-stack {
  position: absolute;
  right: -0.4rem;
  bottom: 0;
  width: min(46%, 240px);
  background: var(--mist);
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: calc(var(--r-shell) - 0.3rem);
  padding: 0.35rem;
  box-shadow: var(--shadow-lift);
  transform: rotate(2.4deg);
  transition: transform 0.6s var(--ease-spring);
}
.story-stack:hover { transform: rotate(0deg) translateY(-4px); }
.story-stack img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center 25%;
  border-radius: calc(var(--r-shell) - 0.65rem);
}
.story-stack span {
  display: block;
  padding: 0.6rem 0.5rem 0.45rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
}

.story-copy > p { color: var(--ink-soft); line-height: 1.85; }

.story-quote {
  border-left: 2px solid var(--gold);
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1.6rem;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.cred-list { display: grid; gap: 0.9rem; margin: 2.2rem 0 2.6rem; padding: 0; list-style: none; }
.cred-list li {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-soft);
}
.cred-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1px;
  background: var(--gold);
  transform: translateY(-0.3em);
}
.cred-list strong { color: var(--ink); font-weight: 600; }

@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-media { max-width: 480px; }
}

/* ==========================================================================
   TESTIMONIALS MARQUEE + CLIENT LOGOS
   ========================================================================== */
.voices { background: var(--white); border-block: 1px solid rgba(197, 160, 89, 0.28); overflow: hidden; }

.marquee-mask {
  margin-top: 3.6rem;
  /* --shadow-soft reaches ~40px below the card; 1.1rem sheared it into a hard band. */
  padding-block: 0.65rem 2.85rem;
  overflow: hidden;
  isolation: isolate;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.marquee {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  width: max-content;
}
@media (prefers-reduced-motion: no-preference) {
  .marquee { animation: marquee-scroll 70s linear infinite; }
  .marquee:hover { animation-play-state: paused; }
  @keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee { width: auto; flex-wrap: wrap; }
  .marquee [aria-hidden="true"] { display: none; }
  .marquee-mask { mask-image: none; -webkit-mask-image: none; }
}

.t-card {
  width: 410px;
  max-width: 84vw;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background: var(--mist);
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: var(--r-shell);
  padding: 2rem 2.1rem;
  margin: 0;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), var(--shadow-soft);
}
.t-card blockquote {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--ink-soft);
  font-style: italic;
}
.t-card blockquote::before {
  content: "\201C";
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 0;
  margin-right: 0.2rem;
}
.t-card figcaption {
  margin-top: 1.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}
.t-card figcaption span {
  display: block;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}

.client-strip { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(197, 160, 89, 0.3); }
.client-strip-label {
  text-align: center;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 2.4rem;
}
/* Continuous logo carousel with masked edges */
.client-carousel-mask {
  overflow: hidden;
  padding-block: 0.75rem;
  isolation: isolate;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.client-logos {
  display: flex;
  align-items: center;
  gap: clamp(3rem, 5vw, 4.5rem);
  width: max-content;
  padding-block: 0.5rem;
}
@media (prefers-reduced-motion: no-preference) {
  .client-logos { animation: marquee-scroll 45s linear infinite; }
  .client-logos:hover { animation-play-state: paused; }
  .client-logos--static,
  .client-logos--static:hover { animation: none; }
}
@media (prefers-reduced-motion: reduce) {
  .client-logos { width: auto; flex-wrap: wrap; justify-content: center; }
  .client-logos [aria-hidden="true"] { display: none; }
  .client-carousel-mask { mask-image: none; -webkit-mask-image: none; }
}
.client-logos img {
  height: 46px;
  width: auto;
  max-width: 140px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.55;
  transition: filter 0.5s var(--ease-out), opacity 0.5s var(--ease-out), transform 0.5s var(--ease-spring);
}
.client-logos img:hover { filter: grayscale(0); opacity: 1; transform: translateY(-3px); }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta {
  position: relative;
  isolation: isolate;
  background: var(--mist);
  color: var(--ink);
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: var(--kh-contour-opacity, 0.5);
  background-color: var(--kh-contour-color, #C5A059);
  background-image: var(--kh-contour-image, none);
  background-size: var(--kh-contour-size, 560px 360px);
  background-repeat: repeat;
  -webkit-mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  -webkit-mask-size: var(--kh-contour-size, 560px 360px);
  mask-size: var(--kh-contour-size, 560px 360px);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}
.final-cta .container { position: relative; }
.final-cta .section-title { color: var(--navy); max-width: 20ch; margin-inline: auto; }
.final-cta .section-intro { color: var(--ink-soft); margin-inline: auto; }
.final-cta .eyebrow--light { color: var(--gold-deep); }

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  margin-top: 3rem;
}
.final-cta-phone {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: var(--navy);
}
.final-cta-phone:hover { color: var(--gold-deep); }
.final-cta-phone span {
  display: block;
  font-family: var(--font-text);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.3rem;
}

/* ==========================================================================
   ABOUT — interior biography (not a second mountain hero)
   ========================================================================== */
.nowrap { white-space: nowrap; }

.title-break { display: inline; }

[data-page="about"] .section-title,
[data-page="services"] .section-title,
[data-page="work"] .section-title,
[data-page="blog"] .section-title,
[data-page="post"] .section-title,
[data-page="contact"] .section-title {
  max-width: none;
  text-wrap: pretty;
}
[data-page="about"] .final-cta .section-title,
[data-page="services"] .final-cta .section-title,
[data-page="work"] .final-cta .section-title,
[data-page="blog"] .final-cta .section-title,
[data-page="post"] .final-cta .section-title,
[data-page="contact"] .final-cta .section-title {
  max-width: none;
}

.cta-title-break { display: inline; }

.about-mast {
  padding-top: 11.125rem;
  padding-bottom: 5.5rem;
}

.about-mast-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 22.5rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.about-portrait {
  position: relative;
  margin: 0;
  padding-bottom: 3.2rem;
  padding-right: 1rem;
}
.about-portrait .story-stack img { object-position: center 38%; }

.about-role {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.about-title {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.4vw + 0.4rem, 3.35rem);
  font-weight: 600;
  letter-spacing: 0.004em;
  line-height: 1.08;
  max-width: none;
  text-wrap: unset;
}

.about-title-rest {
  display: block;
  color: var(--navy);
}

.about-slogan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin: 1.35rem 0 0;
  padding: 0 0 1.45rem;
  border-bottom: 1px solid var(--gold-faint);
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 0.7vw + 0.88rem, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.35;
  color: var(--gold-deep);
  max-width: none;
}

.about-mission {
  margin: 1.45rem 0 0;
  padding: 0;
  border: 0;
  font-size: var(--fs-lead);
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 38rem;
  text-wrap: pretty;
  overflow-wrap: break-word;
  hyphens: manual;
}
blockquote.about-mission p { margin: 0; }

.about-mast-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem 1.6rem;
  margin-top: 2.1rem;
}

.about-mast-phone {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.12rem;
  min-height: 3.15rem;
  padding: 0.2rem 0.2rem 0.2rem 1.2rem;
  border-left: 2px solid var(--gold);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--navy);
  white-space: nowrap;
}
.about-mast-phone span {
  font-family: var(--font-text);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.about-mast-phone:hover { color: var(--navy-mid); }
.about-mast-phone:hover span { color: var(--gold); }

.about-path-sec { background: var(--mist); padding-top: clamp(3rem, 5.5vw, 4.75rem); }

.about-path {
  list-style: none;
  margin: 3.2rem 0 0;
  padding: 0;
}

.about-path-item {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2.2rem);
  padding-block: 2.5rem;
}
.about-path-item:first-child {
  padding-top: 0.4rem;
}

.about-path-n {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  padding-top: 0.35rem;
}

.about-path-kicker {
  margin: 0 0 0.55rem;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.about-path-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.8vw + 0.7rem, 1.95rem);
  color: var(--navy);
  max-width: none;
  text-wrap: pretty;
  margin-bottom: 1rem;
}

.about-path-body p {
  color: var(--ink-soft);
  max-width: 72ch;
  margin-bottom: 0.85rem;
  text-wrap: pretty;
}
.about-path-body p:last-child { margin-bottom: 0; }
.about-path-body strong { color: var(--ink); font-weight: 600; }

.about-path-item--navy {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
  padding: 1.85rem 1.9rem 1.95rem 1.5rem;
  border: none;
  border-radius: 1.2rem;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(197, 160, 89, 0.18), transparent 55%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
  box-shadow: 0 28px 60px -28px rgba(0, 22, 56, 0.55);
}
.about-path-item--photo {
  grid-template-columns: 4.4rem minmax(0, 1.15fr) minmax(11rem, 0.85fr);
  align-items: center;
}

.about-path-photo {
  margin: 0;
  border-radius: calc(var(--r-shell) - 0.35rem);
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.35);
  background: var(--stone-deep);
}
.about-path-item--navy .about-path-photo {
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.55);
}
.about-path-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.about-path-item--navy .about-path-n,
.about-path-item--navy .about-path-kicker { color: var(--gold); }
.about-path-item--navy h3 { color: var(--white); }
.about-path-item--navy p { color: rgba(255, 255, 255, 0.84); }
.about-path-item--navy strong { color: var(--white); }
.about-path-item--navy .about-path-photo img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 8% 92%;
}

.about-family {
  background: var(--white);
  padding-block: var(--space-section);
  border-block: 1px solid rgba(197, 160, 89, 0.28);
}
.about-family .section-title { max-width: none; }
.about-family-frame {
  margin: 2.6rem 0 0;
  background: linear-gradient(180deg, rgba(197, 160, 89, 0.16), rgba(0, 22, 56, 0.06));
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: var(--r-shell);
  padding: 0.4rem;
  box-shadow: var(--shadow-soft);
}
.about-family-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 1493;
  object-fit: cover;
  object-position: center 46%;
  border-radius: var(--r-core);
}

.about-paradox {
  --kh-contour-opacity: 0.22;
  position: relative;
  overflow: hidden;
  padding-block: var(--space-section);
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-ink) 100%);
  color: var(--white);
}
.about-paradox::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: var(--kh-contour-opacity, 0.55);
  background-color: var(--kh-contour-color, #C5A059);
  background-image: var(--kh-contour-image, none);
  background-size: var(--kh-contour-size, 560px 360px);
  background-repeat: repeat;
  -webkit-mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  -webkit-mask-size: var(--kh-contour-size, 560px 360px);
  mask-size: var(--kh-contour-size, 560px 360px);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}
.about-paradox .container { position: relative; }
.about-paradox .eyebrow { margin-bottom: 0.8rem; }
.about-paradox .section-title {
  color: var(--white);
  max-width: 20ch;
}

.about-paradox-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 24rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.about-paradox-copy { max-width: 38rem; }

.about-paradox-media {
  margin: 0;
  background: linear-gradient(180deg, rgba(197, 160, 89, 0.18), rgba(0, 22, 56, 0.35));
  border: 1px solid rgba(197, 160, 89, 0.32);
  border-radius: var(--r-shell);
  padding: 0.4rem;
  box-shadow: var(--shadow-lift);
}
.about-paradox-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 22%;
  border-radius: var(--r-core);
}

.about-paradox-quote {
  margin: 1.35rem 0 0;
  padding: 0.15rem 0 0.15rem 1.25rem;
  border-left: 1px solid var(--gold);
  max-width: 38rem;
}
.about-paradox-quote p {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1.05rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
  text-wrap: pretty;
}

.about-paradox-turns {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  max-width: 34rem;
}
.about-paradox-turns li {
  font-family: var(--font-text);
  font-size: 0.98rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.68rem 0;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
  text-wrap: pretty;
}
.about-paradox-turns li:last-child {
  border-bottom: 1px solid rgba(197, 160, 89, 0.28);
}

.about-paradox-close {
  margin: 1.35rem 0 0;
  font-family: var(--font-text);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  max-width: 38rem;
  text-wrap: pretty;
}

.about-beliefs-sec { background: var(--white); border-block: 1px solid rgba(197, 160, 89, 0.28); }

.belief-ledger {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
}

.belief-row {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2.2rem);
  padding-block: 2.15rem;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
  align-items: start;
}
.belief-row:first-child { border-top: 0; padding-top: 0.2rem; }

.belief-n {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  padding-top: 0.45rem;
}

.belief-row blockquote {
  margin: 0;
  font-family: var(--font-text);
  font-size: clamp(1.02rem, 0.45vw + 0.92rem, 1.18rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.65;
  color: var(--ink);
  max-width: 42rem;
  text-wrap: pretty;
}

.about-creds .section-title {
  max-width: 18ch;
}

.about-creds-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 3vw, 2.6rem) clamp(1.4rem, 2.8vw, 2.2rem);
  margin-top: 2.6rem;
  align-items: start;
}

.cred-plate {
  margin: 0;
  min-inline-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.cred-photo {
  margin: 0;
  padding: 0.35rem;
  background: linear-gradient(180deg, rgba(197, 160, 89, 0.14), rgba(238, 241, 244, 0.4));
  border: 1px solid rgba(197, 160, 89, 0.32);
  border-radius: var(--r-shell);
}
.cred-plate img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 28%;
  border-radius: var(--r-core);
}
.cred-plate-copy { padding: 1rem 0.2rem 0; }
.cred-plate h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.cred-plate p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ink-soft);
  text-wrap: pretty;
}

.cred-plate--icf {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.15rem 1.5rem;
  align-items: center;
  padding: 1.15rem 1.35rem 1.2rem;
  background:
    radial-gradient(ellipse 80% 70% at 0% 100%, rgba(197, 160, 89, 0.16), transparent 55%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: var(--r-shell);
  color: var(--white);
}
.cred-plate--icf .cred-plate-copy { padding: 0; }
.cred-plate--icf .cred-plate-copy .about-path-kicker {
  margin-bottom: 0.35rem;
  color: var(--gold);
}
.cred-plate--icf h3 { color: var(--white); margin-bottom: 0.35rem; }
.cred-plate--icf .cred-plate-copy p:not(.about-path-kicker) { color: rgba(255, 255, 255, 0.84); }

.icf-mark {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold);
  line-height: 1;
  padding: 0.85rem 0.7rem;
  border: 1px solid rgba(197, 160, 89, 0.45);
  border-radius: var(--r-core);
}

@media (min-width: 800px) {
  .about-creds-grid { grid-template-columns: 1fr 1fr; }
  .cred-plate--icf { grid-column: 1 / -1; }
}

@media (max-width: 799px) {
  .cred-plate img { aspect-ratio: 16 / 10; }
}

@media (max-width: 520px) {
  .cred-plate--icf {
    grid-template-columns: 1fr;
    padding: 1.15rem 1.2rem 1.25rem;
  }
  .icf-mark { width: max-content; }
}

@media (max-width: 960px) {
  .about-mast { padding-top: 9.375rem; padding-bottom: 4rem; }
  .about-mast-grid,
  .about-paradox-grid {
    grid-template-columns: 1fr;
  }
  .about-portrait { max-width: 22.5rem; }
  .about-paradox-copy { max-width: none; }
  .about-paradox-media img { aspect-ratio: 16 / 10; object-position: center 22%; }
  .about-path-item--photo {
    grid-template-columns: 4.4rem minmax(0, 1fr);
  }
  .about-path-photo {
    grid-column: 1 / -1;
    max-width: 32rem;
  }
}

@media (max-width: 720px) {
  .about-path-item,
  .belief-row {
    grid-template-columns: 3.2rem minmax(0, 1fr);
    gap: 0.85rem;
  }
  .about-path-item--navy { padding: 1.35rem 1.1rem 1.45rem 1rem; }
  .about-path-item--photo {
    grid-template-columns: 3.2rem minmax(0, 1fr);
  }
  .about-path-photo { max-width: none; }
  .title-break,
  .cta-title-break { display: block; }
}

/* ==========================================================================
   SERVICES PAGE — expanded package ledger
   ========================================================================== */
.svc-mast {
  padding-top: 8.9rem;
  padding-bottom: 3.6rem;
}

.svc-mast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.svc-mast-media {
  margin: 0;
  border-radius: calc(var(--r-shell) - 0.25rem);
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.38);
  background: var(--stone-deep);
  box-shadow: var(--shadow-soft);
}
.svc-mast-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 46%;
}
[data-page="work"] .svc-mast-media img {
  object-position: center 18%;
}
[data-page="blog"] .svc-mast-media img {
  object-position: center 22%;
}
[data-page="contact"] .svc-mast-media img {
  object-position: center 18%;
}

.svc-mast .about-mission + .about-mission {
  margin-top: 0.85rem;
}

.pkg-catalog {
  background: var(--mist);
  padding-block: clamp(2.4rem, 5vw, 4.2rem) clamp(4rem, 8vw, 7rem);
}

.pkg-shell {
  display: grid;
  grid-template-columns: minmax(13.25rem, 16.25rem) minmax(0, 1fr);
  gap: clamp(1.6rem, 3.5vw, 3.8rem);
  align-items: stretch;
}

.pkg-gate {
  display: none;
}
.pkg-gate label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.pkg-gate select {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.7rem 1rem;
  border-radius: calc(var(--r-shell) - 0.5rem);
  border: 1px solid rgba(197, 160, 89, 0.45);
  background: var(--mist);
  color: var(--navy);
  font-family: var(--font-text);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}
.pkg-gate select:focus-visible {
  outline: 2px solid var(--navy-bright);
  outline-offset: 3px;
}

.pkg-trail-col {
  min-width: 0;
}
.pkg-trail {
  position: sticky;
  top: calc(1.1rem + 70px + 3rem);
  padding: 1.15rem 1rem 1.2rem 1.05rem;
  border-radius: calc(var(--r-shell) - 0.45rem);
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.4);
  box-shadow: var(--shadow-soft);
}
.pkg-trail-kicker {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.28);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.pkg-trail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pkg-trail-list a {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  padding: 0.55rem 0.35rem 0.55rem 0.15rem;
  min-height: 44px;
  color: var(--ink-soft);
  border-radius: 0.55rem;
  cursor: pointer;
  transition: background-color 0.25s var(--ease-out);
}
.pkg-trail-n {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid rgba(197, 160, 89, 0.5);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-deep);
  background: var(--mist);
}
.pkg-trail-name {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.pkg-trail-list a:hover {
  background: var(--mist);
}
.pkg-trail-list a:hover .pkg-trail-name { color: var(--navy-mid); }
.pkg-trail-list a[aria-current="location"] {
  background: var(--mist);
}
.pkg-trail-list a[aria-current="location"] .pkg-trail-n {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-ink);
}
.pkg-trail-list a[aria-current="location"] .pkg-trail-name {
  color: var(--ink);
}
.pkg-trail-list li:last-child a .pkg-trail-n {
  border-color: var(--navy);
  color: var(--navy);
}
.pkg-trail-list li:last-child a[aria-current="location"] .pkg-trail-n {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--gold);
}

.pkg-stack {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.pkg-full {
  position: relative;
  scroll-margin-top: 7.25rem;
  padding: 2rem 2rem 2.15rem 2.35rem;
  border-radius: var(--r-shell);
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.4);
  box-shadow: var(--shadow-soft);
}
.pkg-full::before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  top: 1.85rem;
  transform: translateX(-50%);
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-ink);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
}

.pkg-full-grid {
  display: grid;
  grid-template-columns: minmax(15.5rem, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(1.15rem, 2.4vw, 1.85rem);
  row-gap: 1.6rem;
  align-items: start;
}

.pkg-full-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.1vw + 0.7rem, 2.25rem);
  color: var(--navy);
  max-width: none;
  text-wrap: pretty;
  margin: 0;
}

.pkg-full .pkg-index {
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 0.5rem;
}
.pkg-full .pkg-tagline {
  font-size: 1rem;
  font-style: italic;
  color: var(--ink-soft);
  margin: 0.55rem 0 0;
}

.pkg-note {
  margin: 1.15rem 0 0;
  padding: 0.15rem 0 0.15rem 1.1rem;
  border-left: 2px solid var(--gold);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ink-soft);
  text-wrap: pretty;
}

/* Milepost plate — same survey card for every package */
.pkg-well {
  position: relative;
  margin-top: 1.45rem;
  aspect-ratio: 4 / 5;
  border-radius: calc(var(--r-shell) - 0.4rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 40%),
    var(--mist);
  border: 1px solid rgba(197, 160, 89, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    var(--shadow-soft);
  overflow: clip;
}
.pkg-well::before,
.pkg-well::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 1.05rem;
  height: 1.05rem;
  pointer-events: none;
  border-color: var(--gold-deep);
  border-style: solid;
  border-width: 0;
}
.pkg-well::before {
  top: 0.48rem;
  left: 0.48rem;
  border-top-width: 2px;
  border-left-width: 2px;
}
.pkg-well::after {
  top: 0.48rem;
  right: 0.48rem;
  border-top-width: 2px;
  border-right-width: 2px;
}
.pkg-well-media {
  position: absolute;
  inset: 0.55rem 0.55rem 2.35rem;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: clip;
  border-radius: calc(var(--r-core) - 0.55rem);
  background:
    radial-gradient(ellipse 80% 60% at 50% 18%, rgba(197, 160, 89, 0.2), transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(0, 36, 94, 0.055) 18px 19px),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(0, 36, 94, 0.055) 18px 19px),
    linear-gradient(165deg, #d7dee6 0%, var(--stone) 48%, #c9d3dc 100%);
}
.pkg-well-media::before {
  content: "";
  position: absolute;
  width: min(68%, 11rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(197, 160, 89, 0.42);
  box-shadow:
    0 0 0 10px rgba(197, 160, 89, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.pkg-well-media::after {
  content: "";
  position: absolute;
  inset: 46% 8%;
  height: 1px;
  background: rgba(197, 160, 89, 0.35);
  pointer-events: none;
}
.pkg-well-legend {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.55rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
}
.pkg-well-legend::before {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(197, 160, 89, 0.55);
}
.pkg-well-mark {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: var(--navy);
  text-align: center;
  padding: 1rem;
}
.pkg-well-mark b {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 5.2rem);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.pkg-well-mark span {
  max-width: 12ch;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.pkg-full--crisis .pkg-well {
  background: rgba(0, 22, 56, 0.28);
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: inset 0 0 0 1px rgba(197, 160, 89, 0.18);
}
.pkg-full--crisis .pkg-well-media {
  background:
    radial-gradient(ellipse 80% 60% at 50% 18%, rgba(197, 160, 89, 0.22), transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(197, 160, 89, 0.08) 18px 19px),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(197, 160, 89, 0.08) 18px 19px),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
}
.pkg-full--crisis .pkg-well-mark b { color: var(--gold); }
.pkg-full--crisis .pkg-well-mark span { color: rgba(255, 255, 255, 0.78); }
.pkg-full--crisis .pkg-well-legend { color: var(--gold); }

.pkg-full-detail .vid {
  margin: 0 0 1.55rem;
  aspect-ratio: 16 / 10;
}

.pkg-full-detail section + section {
  margin-top: 1.55rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}

.pkg-full-detail h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-text);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.pkg-full-detail .pkg-link {
  margin-top: 1.35rem;
}

.pkg-full--crisis {
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(197, 160, 89, 0.18), transparent 55%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
  border-color: rgba(197, 160, 89, 0.45);
  color: var(--white);
  box-shadow: 0 28px 60px -28px rgba(0, 22, 56, 0.55);
}
.pkg-full--crisis h2 { color: var(--white); }
.pkg-full--crisis .pkg-index { color: var(--gold); }
.pkg-full--crisis .pkg-tagline,
.pkg-full--crisis .pkg-scope li { color: rgba(255, 255, 255, 0.82); }
.pkg-full--crisis .pkg-full-detail h3 { color: var(--gold); }
.pkg-full--crisis .pkg-scope a { color: var(--gold); }
.pkg-full--crisis .pkg-scope a:hover { color: #D4B26C; }
.pkg-full--crisis .pkg-link { color: var(--gold); }

@media (max-width: 960px) {
  html:has([data-page="services"]) { scroll-padding-top: 6.75rem; }
  .svc-mast { padding-top: 7.5rem; padding-bottom: 2.8rem; }
  .svc-mast-grid,
  .pkg-full-grid,
  .pkg-shell {
    grid-template-columns: 1fr;
  }
  .pkg-trail-col { display: none; }
  .pkg-gate {
    display: block;
    margin-bottom: 1.8rem;
    padding: 1.15rem 1.2rem 1.25rem;
    border-radius: calc(var(--r-shell) - 0.45rem);
    background: var(--white);
    border: 1px solid rgba(197, 160, 89, 0.4);
    box-shadow: var(--shadow-soft);
  }
  .pkg-full,
  .pkg-full--crisis { scroll-margin-top: 6.75rem; }
  .pkg-full {
    padding: 1.5rem 1.15rem 1.6rem;
  }
  .pkg-full::before {
    position: static;
    transform: none;
    margin: 0 auto 1rem;
  }
  .pkg-well { max-width: 22.5rem; }
  .pkg-full--crisis { padding: 1.4rem 1.15rem 1.5rem; }
}

@media (max-width: 720px) {
  .pkg-well { max-width: none; }
}

/* ==========================================================================
   FOOTER — Night Chart
   ========================================================================== */
.site-footer {
  --ft-link: rgba(255, 255, 255, 0.78);
  --ft-link-hover: var(--gold);
  container-type: inline-size;
  position: relative;
  isolation: isolate;
  color: var(--white);
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-ink) 100%);
  overflow: hidden;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: var(--kh-contour-opacity, 0.55);
  background-color: var(--kh-contour-color, #C5A059);
  background-image: var(--kh-contour-image, none);
  background-size: var(--kh-contour-size, 560px 360px);
  background-repeat: repeat;
  -webkit-mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  mask-image: var(--kh-contour-mask, var(--kh-contour-mask-url));
  -webkit-mask-size: var(--kh-contour-size, 560px 360px);
  mask-size: var(--kh-contour-size, 560px 360px);
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}
.site-footer .container--wide { padding-block: 3.6rem 1.4rem; }
.site-footer p { margin: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer a {
  color: var(--ft-link);
  cursor: pointer;
  transition: color 0.35s var(--ease-out);
}
.site-footer a:hover { color: var(--ft-link-hover); }
.site-footer a[aria-current="page"] { color: var(--gold); }
.site-footer .btn--gold,
.site-footer .btn--gold:hover { color: var(--ink); }
.site-footer a:focus-visible { outline-color: var(--gold); }

.footer-brand-row {
  display: grid;
  gap: 1.25rem 2.5rem;
  align-items: center;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.footer-logo img {
  height: 56px;
  width: auto;
}
.footer-slogan {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.1vw + 0.85rem, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.15;
  max-width: 16ch;
  text-wrap: balance;
  color: var(--white);
}
.footer-chart {
  display: grid;
  gap: 2rem 3rem;
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.footer-label {
  margin: 0 0 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer-pkgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 36rem;
}
.footer-pkgs a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 44px;
  font-size: 0.95rem;
  color: var(--white);
}
.footer-pkgs b {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--gold);
}
.footer-direct {
  display: flex;
  flex-direction: column;
}
.footer-direct a,
.footer-direct p {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.footer-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-top: 2.2rem;
}
.footer-inline {
  display: flex;
  flex-wrap: wrap;
}
.footer-inline a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
}
.footer-inline a:hover { color: var(--gold); }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.65rem 1.4rem;
  margin-top: 1.6rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}

@container (min-width: 800px) {
  .footer-brand-row { grid-template-columns: auto minmax(0, 1fr); }
  .footer-slogan { justify-self: end; text-align: right; }
}
@container (min-width: 960px) {
  .footer-chart {
    grid-template-columns: 1.15fr 0.85fr auto;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer a { transition: none; }
}

/* ==========================================================================
   WHO WE WORK WITH + BLOG
   ========================================================================== */
.page-mast {
  padding-top: 11.125rem;
  padding-bottom: 3.4rem;
}
.page-mast .about-mission { max-width: 44rem; }

.icp-stack {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
  padding-left: 1.35rem;
}
.icp-plate {
  position: relative;
  padding: 1.85rem 1.85rem 1.95rem 2.15rem;
  border-radius: var(--r-shell);
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.4);
  box-shadow: var(--shadow-soft);
}
.icp-plate::before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  top: 1.7rem;
  transform: translateX(-50%);
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-ink);
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
}
.icp-kicker {
  margin: 0 0 0.4rem;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.icp-plate h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.4vw + 0.85rem, 1.85rem);
  color: var(--navy);
  margin: 0 0 0.35rem;
}
.icp-sub {
  margin: 0 0 1.2rem;
  font-style: italic;
  color: var(--ink-soft);
}
.icp-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.4rem 1.8rem;
  margin: 0;
}
.icp-fields > div {
  flex: 1 1 14rem;
  max-inline-size: 22rem;
  min-inline-size: 0;
}
.icp-fields dt {
  margin: 0 0 0.55rem;
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.icp-fields dd {
  margin: 0;
  color: var(--ink-soft);
  text-wrap: pretty;
}

.moment-ledger {
  list-style: none;
  margin: 2.2rem 0 0;
  padding: 0;
}
.moment-row {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 1.1rem 1.4rem;
  padding-block: 1.45rem;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.moment-row:first-child { border-top: 0; padding-top: 0.2rem; }
.moment-n {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gold-deep);
  padding-top: 0.15rem;
}
.moment-row h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
}
.moment-row p { margin: 0; color: var(--ink-soft); text-wrap: pretty; }

.sector-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}
.sector-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0.95rem;
  border-radius: var(--r-pill);
  border: 1px solid rgba(197, 160, 89, 0.5);
  background: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
}

.route-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}
.route-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.3rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.route-links a:hover { color: var(--navy); }

.client-logos--static {
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
  animation: none;
}
.client-logos--static [aria-hidden="true"] { display: none; }
.client-strip--flush {
  margin-top: 1.6rem;
  padding-top: 0;
  border: 0;
}
.work-follow { margin-top: 3.2rem; }

.work-atlas {
  background: var(--white);
  padding-block: clamp(3rem, 6vw, 5.75rem);
  border-block: 1px solid rgba(197, 160, 89, 0.32);
}
.work-atlas-block + .work-atlas-block {
  margin-top: 3.1rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.work-atlas .section-title { margin-bottom: 1.55rem; }

.sector-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}
.sector-legend > li {
  min-inline-size: 0;
  max-inline-size: none;
}
.sector-legend li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 7.25rem;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid rgba(197, 160, 89, 0.42);
  border-radius: var(--r-shell);
  background:
    linear-gradient(180deg, var(--mist) 0%, var(--white) 48%);
}
.sector-n {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-deep);
  margin-bottom: auto;
}
.sector-name {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.6vw + 0.92rem, 1.28rem);
  color: var(--navy);
  line-height: 1.2;
  text-wrap: pretty;
}

.work-pkg-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.work-pkg-grid > li {
  min-inline-size: 0;
  max-inline-size: none;
}
.work-pkg {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 14.5rem;
  padding: 1.2rem 1.25rem 1.25rem;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.42);
  background: var(--mist);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.35s var(--ease-spring), border-color 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.work-pkg:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
}
.work-pkg:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}
.work-pkg-n {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-deep);
}
.work-pkg-name {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 0.7vw + 1rem, 1.45rem);
  color: var(--navy);
  line-height: 1.15;
}
.work-pkg-tag {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  font-style: italic;
  color: var(--ink-soft);
  text-wrap: pretty;
  flex: 1;
}
.work-pkg-scale {
  display: block;
  margin-top: 1.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(197, 160, 89, 0.32);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.work-pkg--crisis {
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(197, 160, 89, 0.18), transparent 55%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
  border-color: rgba(197, 160, 89, 0.5);
  color: var(--white);
}
.work-pkg--crisis .work-pkg-n,
.work-pkg--crisis .work-pkg-scale { color: var(--gold); }
.work-pkg--crisis .work-pkg-name { color: var(--white); }
.work-pkg--crisis .work-pkg-tag { color: rgba(255, 255, 255, 0.82); }
.work-pkg--crisis .work-pkg-scale { border-top-color: rgba(197, 160, 89, 0.35); }

.org-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}
.org-grid > li {
  min-inline-size: 0;
  max-inline-size: none;
}
.org-cell {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 8.25rem;
  padding: 1.05rem 0.85rem 0.9rem;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.32);
  background: var(--mist);
}
.org-cell img {
  height: 42px;
  width: auto;
  max-width: 132px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.4s var(--ease-out), opacity 0.4s var(--ease-out);
}
.org-cell:hover img { filter: grayscale(0); opacity: 1; }
.org-cell figcaption {
  margin: 0;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  text-wrap: pretty;
}

@media (max-width: 1100px) {
  .sector-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sector-legend > li:last-child {
    grid-column: 1 / -1;
  }
  .org-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .work-pkg { min-height: 13.25rem; }
  .work-pkg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .sector-legend,
  .work-pkg-grid {
    grid-template-columns: 1fr;
  }
  .org-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sector-legend > li:last-child { grid-column: auto; }
  .sector-legend li { min-height: 0; flex-direction: row; align-items: center; gap: 0.85rem; padding: 0.95rem 1rem; }
  .sector-n { margin: 0; }
}

.blog-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.2rem;
  align-items: stretch;
}
.blog-index > * {
  min-inline-size: 0;
  max-inline-size: none;
}
.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: var(--r-shell);
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.4);
  box-shadow: var(--shadow-soft);
  scroll-margin-top: 7.25rem;
}
.blog-card > a {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}
.blog-card > a:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}
.blog-card-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--stone-deep);
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}
@media (prefers-reduced-motion: no-preference) {
  .blog-card > a:hover .blog-card-media img { transform: scale(1.04); }
}
.blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.4rem 1.4rem;
}
.blog-card .pkg-index {
  margin: 0 0 0.85rem;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.blog-card h2,
.blog-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1vw + 0.9rem, 1.45rem);
  color: var(--navy);
  margin: 0 0 0.75rem;
  text-wrap: pretty;
}
.blog-card p {
  margin: 0;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.blog-card h2 + p,
.blog-card h3 + p {
  flex: 1;
}
.blog-byline {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

[data-page="post"] .about-title {
  font-size: clamp(1.85rem, 2.6vw + 0.55rem, 2.7rem);
  max-width: 22ch;
  text-wrap: pretty;
}

.post-mast {
  padding-top: 8.9rem;
  padding-bottom: 2.4rem;
}
.post-mast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14.5rem, 20.5rem);
  gap: clamp(1.4rem, 3.5vw, 3.2rem);
  align-items: end;
}
.post-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.post-back:hover { color: var(--navy); }
.post-mast .about-role { margin-bottom: 0.55rem; }
.post-mast .blog-byline {
  border-top: 0;
  margin-top: 1rem;
  padding-top: 0;
}
.post-mast-media {
  margin: 0;
  max-width: 20.5rem;
  border-radius: calc(var(--r-shell) - 0.25rem);
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.4);
  background: var(--stone-deep);
  box-shadow: var(--shadow-soft);
}
.post-mast-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 28%;
}

.post-read {
  background: var(--mist);
  padding-block: clamp(2.4rem, 4.5vw, 3.8rem) clamp(4.75rem, 9vw, 7.5rem);
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.post-body {
  max-width: 42rem;
  margin: 0 auto;
}
.post-lead {
  margin: 0 0 1.5rem;
  font-size: var(--fs-lead);
  line-height: 1.75;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.post-body p + p { margin-top: 1.2rem; }
.post-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem 1.6rem;
  margin-top: 3.25rem;
  padding: 1.6rem 1.5rem 1.55rem;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.42);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.post-more {
  background: var(--white);
  padding-block: clamp(3.75rem, 7vw, 6.25rem) clamp(4.5rem, 8vw, 7.5rem);
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.post-more-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 1.6vw + 1.1rem, 2.25rem);
  color: var(--navy);
}
.post-more-grid {
  list-style: none;
  margin: 1.7rem 0 0;
  padding: 0;
}
.post-more-grid.flow-scroller { margin-top: 1.7rem; }
.post-more-grid > li {
  min-inline-size: 0;
  max-inline-size: none;
}
.post-more-card {
  margin: 0;
}
.post-more-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 44px;
  overflow: hidden;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.4);
  background: var(--mist);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.35s var(--ease-spring), border-color 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.post-more-card a:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
}
.post-more-card a:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}
.post-more-card figure {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--stone-deep);
}
.post-more-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}
@media (prefers-reduced-motion: no-preference) {
  .post-more-card a:hover img { transform: scale(1.04); }
}
.post-more-card .pkg-index {
  margin: 0;
  padding: 0.95rem 1.05rem 0;
}
.post-more-card h3 {
  margin: 0.4rem 0 0;
  padding: 0 1.05rem 1.15rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.28;
  color: var(--navy);
  text-wrap: pretty;
}


[data-page="work"] .voices { border-top: 0; }

@media (max-width: 960px) {
  .blog-index {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .post-mast-grid { grid-template-columns: 1fr; }
  .post-mast-media { width: 12.75rem; max-width: 100%; }
  .post-read { padding-bottom: 5.75rem; }
}

@media (max-width: 960px) {
  .icp-fields > div {
    max-inline-size: 100%;
    flex-basis: 100%;
  }
  .icp-stack { padding-left: 0; }
  .icp-plate { padding: 1.45rem 1.15rem 1.5rem; }
  .icp-plate::before {
    position: static;
    transform: none;
    margin: 0 auto 1rem;
  }
  .page-mast { padding-top: 9.375rem; }
  .post-mast { padding-top: 7.5rem; }
}

/* ==========================================================================
   SCROLL REVEALS — heavy fade-up with blur resolve
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(36px);
    filter: blur(5px);
    transition: opacity 0.9s var(--ease-spring), transform 0.9s var(--ease-spring), filter 0.9s var(--ease-spring);
  }
  .reveal.in-view { opacity: 1; transform: none; filter: blur(0); }
  .reveal[data-delay="1"] { transition-delay: 0.12s; }
  .reveal[data-delay="2"] { transition-delay: 0.24s; }
  .reveal[data-delay="3"] { transition-delay: 0.36s; }
  .reveal[data-delay="4"] { transition-delay: 0.48s; }
}
@media (prefers-reduced-motion: reduce) {
  .work-pkg:hover { transform: none; }
  .post-more-card a:hover { transform: none; }
}

/* ==========================================================================
   CONTACT — coordinates sheet
   ========================================================================== */
.contact-sheet {
  background: var(--mist);
  padding-block: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}

.contact-coords {
  list-style: none;
  margin: 2.4rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.contact-coords > li {
  min-inline-size: 0;
  max-inline-size: none;
}

.contact-coord {
  margin: 0;
  min-height: 11.5rem;
  padding: 1.35rem 1.3rem 1.4rem;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.42);
  background:
    linear-gradient(180deg, var(--white) 0%, var(--mist) 100%);
  display: flex;
  flex-direction: column;
}

.contact-coord-k {
  margin: 0 0 auto;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.contact-coord-v {
  display: block;
  margin-top: 1.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.4vw + 1rem, 2rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy);
  text-wrap: pretty;
}
a.contact-coord-v {
  min-height: 44px;
}
a.contact-coord-v:hover { color: var(--navy-mid); }
.contact-coord-v--mail {
  font-family: var(--font-text);
  font-size: clamp(1.02rem, 0.55vw + 0.92rem, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  text-transform: none;
  word-break: break-word;
}

.contact-book {
  margin-top: 0.85rem;
  padding: 1.7rem 1.6rem 1.75rem;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.5);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 2rem;
  align-items: end;
}
.contact-book-k {
  margin: 0;
  grid-column: 1;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.contact-book h3 {
  margin: 0.35rem 0 0;
  grid-column: 1;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 1.4vw + 1.15rem, 2.15rem);
  color: var(--navy);
  line-height: 1.15;
}
.contact-book p {
  margin: 0.45rem 0 0;
  grid-column: 1;
  max-width: 36rem;
  color: var(--ink-soft);
  line-height: 1.65;
}
.contact-book .btn {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
}

.contact-crisis-wrap {
  background: var(--mist);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}
.contact-crisis {
  padding: 2rem 1.8rem 2.05rem;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.5);
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(197, 160, 89, 0.18), transparent 55%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-ink) 100%);
  color: var(--white);
  box-shadow: 0 28px 60px -28px rgba(0, 22, 56, 0.55);
}
.contact-crisis-k {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-crisis h2 {
  margin: 0.7rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2vw + 1.1rem, 2.45rem);
  color: var(--white);
  line-height: 1.15;
}
.contact-crisis > p {
  margin: 0.75rem 0 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  text-wrap: pretty;
}
.contact-crisis-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.6rem;
  margin-top: 1.55rem;
}
.contact-crisis-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.contact-crisis-link:hover { color: #D4B26C; }

.contact-connect {
  background: var(--white);
  padding-block: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}
.contact-social {
  list-style: none;
  margin: 2.1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.contact-social > li {
  min-inline-size: 0;
  max-inline-size: none;
}
.contact-social a {
  display: flex;
  align-items: flex-end;
  min-height: 7.25rem;
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: var(--r-shell);
  border: 1px solid rgba(197, 160, 89, 0.42);
  background:
    linear-gradient(180deg, var(--mist) 0%, var(--white) 48%);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 0.7vw + 0.95rem, 1.4rem);
  color: var(--navy);
  cursor: pointer;
  transition: transform 0.35s var(--ease-spring), border-color 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.contact-social a:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
}
.contact-social a:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}
.contact-meta {
  margin: 1.6rem 0 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.65;
  text-wrap: pretty;
}
.contact-meta a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.contact-meta a:hover { color: var(--navy-mid); }

@media (max-width: 960px) {
  .contact-book {
    grid-template-columns: 1fr;
  }
  .contact-coords { grid-template-columns: 1fr; }
  .contact-social { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-coord { min-height: 0; }
  .contact-book .btn {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 1.15rem;
  }
}

@media (max-width: 720px) {
  .contact-social { grid-template-columns: 1fr; }
  .contact-social a { min-height: 5.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-social a:hover { transform: none; }
}

/* ==========================================================================
   Kent Sept 2026 — nav contrast, Next Mile lift, coverflow, FAQ, blog filter
   ========================================================================== */
.final-cta--lift {
  padding-block: clamp(2.4rem, 4vw, 3.4rem);
  background: var(--white);
  border-block: 1px solid rgba(197, 160, 89, 0.28);
}
.final-cta--lift .section-title { max-width: 22ch; }

.kh-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 7.25rem;
}
.svc-flow { padding-block: clamp(3rem, 5.5vw, 4.75rem); }
.flow-head { max-width: 42rem; margin-bottom: 1.6rem; }
.flow-viewport {
  position: relative;
  width: 100%;
}
.flow-scroller {
  --flow-gap: 0.85rem;
  --flow-cols: 3;
  --flow-shown: 99;
  display: flex;
  gap: var(--flow-gap);
  overflow-x: auto;
  padding: 0.4rem 0 0.65rem;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.flow-scroller:has(> :nth-child(1):last-child) { --flow-shown: 1; }
.flow-scroller:has(> :nth-child(2):last-child) { --flow-shown: 2; }
.flow-scroller:has(> :nth-child(3):last-child) { --flow-shown: 3; }
.flow-scroller::-webkit-scrollbar { display: none; }
.flow-scroller > * {
  flex: 0 0 calc((100% - (min(var(--flow-cols), var(--flow-shown)) - 1) * var(--flow-gap)) / min(var(--flow-cols), var(--flow-shown)));
  min-width: 0;
  scroll-snap-align: start;
  list-style: none;
}
.flow-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--r-shell);
  background: var(--white);
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(197, 160, 89, 0.38);
  box-shadow: var(--shadow-soft);
}
.flow-card:hover { color: inherit; }
.flow-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
}
.flow-copy { padding: 1.1rem 1.15rem 1.25rem; }
.flow-kicker {
  margin: 0 0 0.4rem;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.flow-card h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  color: var(--navy);
  margin: 0 0 0.55rem;
  max-width: none;
}
.flow-card p:not(.flow-kicker) {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.flow-nav {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.15rem;
}
.svc-flow:has([data-flow-mode="cover"]) .flow-nav {
  margin-top: 0.85rem;
}
.flow-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(0, 36, 94, 0.18);
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}
.flow-nav button:hover:not(:disabled) { background: var(--navy); color: var(--white); }
.flow-nav button:disabled { opacity: 0.35; cursor: default; }
.flow-nav button:focus-visible { outline: 2px solid var(--navy-bright); outline-offset: 3px; }
.flow-nav[hidden] { display: none; }

.svc-flow .flow-viewport:has([data-flow-mode="cover"]) {
  overflow: visible;
  width: 100%;
  max-width: 62rem;
  margin-inline: auto;
  padding: 0.25rem 0 1.15rem;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] {
  --flow-card-w: min(22rem, 36%);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  gap: 0;
  overflow: visible;
  min-height: 0;
  padding: 0.25rem 0 1.1rem;
  scroll-snap-type: none;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  perspective: 1400px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
}
.svc-flow .flow-scroller[data-flow-mode="cover"]:active,
.svc-flow .flow-scroller[data-flow-mode="cover"].is-dragging {
  cursor: grabbing;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] > * {
  grid-area: 1 / 1;
  flex: none;
  width: var(--flow-card-w);
  min-width: 0;
  scroll-snap-align: none;
  transform-origin: center center;
  transform-style: preserve-3d;
  position: relative;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  will-change: transform;
  transition: none;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] .flow-card {
  position: relative;
  z-index: 1;
  --flow-card-h: 21.5rem;
  height: var(--flow-card-h);
  overflow: visible;
  background: #111;
  border: 0;
  box-shadow: none;
  animation: none !important;
  transform-origin: center center;
  opacity: 1;
  will-change: transform;
  -webkit-user-drag: none;
  transition: none;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] .flow-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--stone);
  opacity: calc(1 - var(--flow-fade, 1));
  pointer-events: none;
  z-index: 3;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] .flow-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.6rem 1.15rem 1.15rem;
  border-radius: 0 0 var(--r-shell) var(--r-shell);
  background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, 0.78) 72%);
}
.svc-flow .flow-scroller[data-flow-mode="cover"] .flow-kicker {
  color: var(--gold);
}
.svc-flow .flow-scroller[data-flow-mode="cover"] .flow-card h3 {
  color: #fff;
  max-width: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] .flow-copy p:not(.flow-kicker) {
  display: none;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] > .is-far {
  pointer-events: none;
}
.svc-flow .flow-scroller[data-flow-mode="cover"] img {
  aspect-ratio: 3 / 4;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  -webkit-user-drag: none;
  user-select: none;
}

.post-more .flow-scroller { --flow-cols: 4; }
@media (max-width: 1100px) {
  .post-more .flow-scroller { --flow-cols: 3; }
}
@media (max-width: 900px) {
  .svc-flow .flow-scroller { --flow-cols: 2; }
  .svc-flow .flow-scroller[data-flow-mode="cover"] {
    --flow-card-w: min(19.5rem, 40%);
    min-height: 0;
  }
  .svc-flow .flow-scroller[data-flow-mode="cover"] .flow-card {
    --flow-card-h: 20.75rem;
  }
}
@media (max-width: 760px) {
  .post-more .flow-scroller { --flow-cols: 2; }
}
@media (max-width: 560px) {
  .svc-flow .flow-scroller,
  .post-more .flow-scroller { --flow-cols: 1; }
  .svc-flow .flow-viewport:has([data-flow-mode="cover"]) {
    max-width: 22.5rem;
    padding-bottom: 1.15rem;
  }
  .svc-flow .flow-scroller[data-flow-mode="cover"] {
    --flow-card-w: min(19rem, 86%);
    min-height: 0;
    padding-block: 0.2rem 0.35rem;
  }
  .svc-flow .flow-scroller[data-flow-mode="cover"] .flow-card {
    --flow-card-h: 20.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-flow .flow-scroller[data-flow-mode="cover"] > *,
  .svc-flow .flow-scroller[data-flow-mode="cover"] .flow-card {
    transition: none;
  }
}

@supports ((animation-timeline: view()) and (animation-range: entry)) {
  @keyframes kh-flow-card {
    0% { transform: scale(0.985); }
    50% { transform: scale(1); }
    100% { transform: scale(0.985); }
  }
  @media (prefers-reduced-motion: no-preference) {
    .svc-flow .flow-item .flow-card {
      animation: kh-flow-card auto linear both;
      animation-timeline: view(inline);
    }
  }
}

.pkg-well-media.has-photo::before,
.pkg-well-media.has-photo::after { display: none; }
.pkg-well-media.has-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pkg-well-media.has-photo .pkg-well-mark {
  z-index: 2;
  color: var(--white);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.about-mast-grid--pair {
  grid-template-columns: minmax(13rem, 1fr) minmax(0, 1.2fr) minmax(13rem, 1fr);
  align-items: start;
}
.about-portrait--pair { padding: 0; }
.about-portrait--pair .story-frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--r-shell);
}
.about-portrait--pair .story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-portrait--pair figcaption {
  margin-top: 0.7rem;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.about-gallery {
  padding-block: 0 4.5rem;
}
.about-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.85rem;
}
.about-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-shell);
  min-height: 16rem;
}
.about-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 16rem;
}
.about-gallery-grid figure:first-child { grid-row: span 2; min-height: 33rem; }

.qa-list { margin-top: 2.2rem; width: 100%; }
.qa-item {
  display: block;
  width: 100%;
  max-width: none;
  border-top: 1px solid rgba(197, 160, 89, 0.35);
}
.qa-item:last-child { border-bottom: 1px solid rgba(197, 160, 89, 0.35); }
.qa-item summary {
  cursor: pointer;
  list-style: none;
  display: block;
  width: 100%;
  max-width: none;
  padding: 1.15rem 2.2rem 1.15rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.28rem);
  color: var(--navy);
  position: relative;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: wrap;
}
.qa-item summary::-webkit-details-marker { display: none; }
.qa-item summary::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 1.4rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1.5px solid var(--gold-deep);
  border-bottom: 1.5px solid var(--gold-deep);
  transform: rotate(45deg);
}
.qa-item[open] summary::after { transform: rotate(225deg); top: 1.55rem; }
.qa-item summary:focus-visible { outline: 2px solid var(--navy-bright); outline-offset: 4px; }
.qa-sec .section-title {
  max-width: none;
  text-wrap: wrap;
}
.qa-item .qa-a,
.qa-item p.qa-a,
.elementor-widget-hyer-faq .qa-item .qa-a {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 1.35rem;
  color: var(--ink-soft);
  line-height: 1.7;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: wrap;
}
.qa-a p {
  width: 100%;
  max-width: none;
  margin: 0 0 0.9rem;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: wrap;
}
.qa-a p:last-child { margin-bottom: 0; }
.qa-item .qa-a ul.qa-bullets,
.elementor-widget-hyer-faq .qa-item .qa-a ul {
  display: grid;
  gap: 0.42rem;
  list-style: none;
  margin: 0.95rem 0 1.2rem;
  padding: 0.1rem 0 0.1rem 0.15rem;
  max-width: 100%;
}
.qa-item .qa-a ul.qa-bullets > li,
.elementor-widget-hyer-faq .qa-item .qa-a ul > li {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  align-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}
.qa-item .qa-a ul.qa-bullets > li::marker,
.elementor-widget-hyer-faq .qa-item .qa-a ul > li::marker {
  content: none;
  font-size: 0;
}
.qa-item .qa-a ul.qa-bullets > li::before,
.elementor-widget-hyer-faq .qa-item .qa-a ul > li::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--navy);
  justify-self: center;
}

.blog-tools {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}
.blog-search {
  width: min(100%, 28rem);
  min-height: 46px;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(0, 36, 94, 0.18);
  border-radius: 999px;
  background: var(--white);
  font: inherit;
  font-size: 0.95rem;
}
.blog-search:focus-visible { outline: 2px solid var(--navy-bright); outline-offset: 2px; }
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog-filters button {
  min-height: 44px;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 36, 94, 0.16);
  background: var(--white);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.blog-filters button[aria-pressed="true"],
.blog-filters button:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.blog-card.is-hidden { display: none; }
.blog-empty {
  display: none;
  margin-top: 1.5rem;
  color: var(--ink-soft);
}
.blog-index.is-empty + .blog-empty { display: block; }

@media (max-width: 960px) {
  .about-mast-grid--pair { grid-template-columns: 1fr; }
  .about-gallery-grid,
  .about-gallery-grid figure:first-child { grid-template-columns: 1fr; grid-row: auto; min-height: 16rem; }
}
@media (prefers-reduced-motion: reduce) {
  .flow-item .flow-card { animation: none; }
}
