/* =============================================================
   Hans Van Heghe — design system
   Editorial / authority / strategic
   ============================================================= */

/* ---------- Fonts (local, no remote) ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cormorant-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-700.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-700.woff2") format("woff2");
}

/* ---------- Tokens ---------- */
:root {
  --navy-900: #0a1f3d;
  --navy-800: #0b2545;
  --navy-700: #14315a;
  --navy-600: #1f4477;
  --navy-300: #6e85a8;
  --navy-100: #d8e0ec;
  --navy-50:  #eef2f8;

  --orange-600: #d35c1a;
  --orange-500: #e76f2c;
  --orange-400: #f08a4f;
  --orange-100: #fde6d6;

  --bg:        #fafaf7;
  --bg-soft:   #f3efe7;
  --bg-card:   #ffffff;
  --ink:       #0d1b2e;
  --ink-soft:  #36465e;
  --ink-mute:  #6b7891;
  --rule:      #e5e0d6;
  --rule-soft: #efece4;

  --shadow-sm: 0 1px 2px rgba(11,37,69,.05), 0 2px 8px rgba(11,37,69,.04);
  --shadow-md: 0 4px 14px rgba(11,37,69,.08), 0 12px 32px rgba(11,37,69,.06);
  --shadow-lg: 0 12px 30px rgba(11,37,69,.12), 0 30px 60px rgba(11,37,69,.10);

  --radius-sm: 6px;
  --radius:    12px;
  --radius-lg: 20px;

  --container:    1200px;
  --container-md:  960px;
  --container-sm:  720px;

  /* 8px rhythm */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 16px;
  --s-4: 24px;
  --s-5: 32px;
  --s-6: 48px;
  --s-7: 64px;
  --s-8: 96px;
  --s-9: 128px;

  --serif: "Cormorant Garamond", "Iowan Old Style", "Apple Garamond", Garamond, "Times New Roman", Times, serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --header-h: 72px;

  --transition: 200ms cubic-bezier(.2,.7,.2,1);
}

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

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--navy-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--transition);
}
a:hover { color: var(--orange-600); }

button { font: inherit; cursor: pointer; }

/* ---------- Headings ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.005em;
  margin: 0 0 var(--s-3);
}
h1 { font-size: clamp(2.35rem, 5.6vw, 4.35rem); font-weight: 600; letter-spacing: -0.015em; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.85rem); font-weight: 600; }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); font-weight: 600; }
h4 { font-size: 1.2rem; font-weight: 600; font-family: var(--sans); letter-spacing: -.005em; }

p { margin: 0 0 var(--s-3); }

ul, ol {
  margin: 0 0 var(--s-3);
  padding-left: var(--s-4);
}
li { margin-bottom: var(--s-1); }

blockquote {
  margin: var(--s-5) 0;
  padding: var(--s-3) var(--s-5);
  border-left: 3px solid var(--orange-500);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.45;
  font-style: italic;
  color: var(--navy-800);
}

::selection { background: var(--orange-500); color: #fff; }

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

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--s-4);
}
.container--md { max-width: var(--container-md); }
.container--sm { max-width: var(--container-sm); }

.section {
  padding-block: clamp(32px, 4.5vw, 64px);
}
.section--soft { background: var(--bg-soft); }
.section--dark {
  background: var(--navy-800);
  color: #d4dceb;
}
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }
.section--dark a { color: #fff; }
.section--dark a:hover { color: var(--orange-400); }

.section--tight { padding-block: clamp(24px, 3vw, 40px); }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 1.03rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: var(--s-3);
}
.section--dark .eyebrow { color: var(--orange-400); }

/* ---------- Buttons / CTAs ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }

.btn--primary {
  background: var(--orange-500);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn--primary:hover { background: var(--orange-600); color: #fff; box-shadow: var(--shadow-md); }

.btn--dark {
  background: var(--navy-800);
  color: #fff;
}
.btn--dark:hover { background: var(--navy-900); color: #fff; }

.btn--ghost {
  background: transparent;
  color: var(--navy-800);
  border-color: var(--navy-800);
}
.btn--ghost:hover { background: var(--navy-800); color: #fff; }

.section--dark .btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.6);
}
.section--dark .btn--ghost:hover {
  background: #fff;
  color: var(--navy-800);
}

.btn--small {
  padding: 10px 18px;
  font-size: 0.85rem;
}

.btn-arrow::after {
  content: "→";
  transition: transform var(--transition);
  display: inline-block;
}
.btn-arrow:hover::after { transform: translateX(3px); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,250,247,0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition), background var(--transition);
}
.site-header.is-scrolled {
  border-bottom-color: var(--rule);
  background: rgba(250,250,247,0.96);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}

.nav__brand {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy-800);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 980px) { .nav__brand { font-size: 1.15rem; } }
.nav__brand-mark {
  width: 50px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy-800);
  flex-shrink: 0;
}
.nav__brand-mark svg { width: 100%; height: 100%; display: block; }

.site-header.is-scrolled .nav__brand-mark { color: var(--navy-800); }



.nav__list {
  display: flex;
  gap: var(--s-4);
  list-style: none;
  margin: 0 0 0 var(--s-5);
  padding: 0;
}
.nav__link {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color var(--transition);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--orange-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.nav__link:hover { color: var(--navy-800); }
.nav__link.is-active { color: var(--navy-800); }
.nav__link.is-active::after { transform: scaleX(1); }

.nav__cta { display: inline-flex; }

.nav__toggle {
  display: none;
  width: 40px; height: 40px;
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
}
.nav__toggle span {
  position: absolute; left: 8px; right: 8px; height: 2px;
  background: var(--navy-800);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition), top var(--transition);
}
.nav__toggle span:nth-child(1) { top: 13px; }
.nav__toggle span:nth-child(2) { top: 19px; }
.nav__toggle span:nth-child(3) { top: 25px; }
.nav__toggle.is-open span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

@media (max-width: 980px) {
  .nav__list, .nav__cta { display: none; }
  .nav__toggle { display: block; }
  .site-header.is-menu-open .nav__list,
  .site-header.is-menu-open .nav__cta {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0; right: 0;
    top: var(--header-h);
    background: var(--bg);
    padding: var(--s-4) var(--s-4) var(--s-5);
    gap: var(--s-3);
    border-bottom: 1px solid var(--rule);
    box-shadow: var(--shadow-md);
  }
  .site-header.is-menu-open .nav__cta {
    top: auto;
    position: static;
    box-shadow: none;
    padding: 0 var(--s-4) var(--s-5);
    border: 0;
  }
  .nav__list .nav__link { font-size: 1.05rem; padding: 8px 0; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(32px, 4vw, 64px);
  overflow: hidden;
  background:
    radial-gradient(1100px 600px at 80% -20%, #f3eadc 0%, transparent 60%),
    radial-gradient(900px 500px at -10% 110%, #e9eef7 0%, transparent 55%),
    var(--bg);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
}
.hero__name {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: var(--s-4);
}
.hero h1 {
  font-size: clamp(2.15rem, 5vw, 4.15rem);
  margin-bottom: var(--s-4);
}
.hero h1 em { font-style: normal; color: var(--orange-600); }
.hero__lede {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-style: italic;
  color: var(--navy-700);
  margin-bottom: var(--s-4);
  max-width: 38ch;
  line-height: 1.4;
}
.hero__sub {
  font-size: 1.05rem;
  max-width: 56ch;
  margin-bottom: var(--s-5);
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin-top: var(--s-4);
}

.hero__portrait {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-900);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
}
.hero__portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(.2,.7,.2,1);
}
.hero__portrait:hover img { transform: scale(1.03); }

.hero__badge {
  position: absolute;
  bottom: var(--s-4);
  left: var(--s-4);
  right: var(--s-4);
  background: rgba(11,37,69,0.88);
  color: #fff;
  padding: 14px 20px;
  border-radius: var(--radius);
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.35;
  backdrop-filter: blur(6px);
}
.hero__badge strong {
  display: block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-400);
  margin-bottom: 4px;
}

/* Decorative orbit */
.orbit {
  position: absolute;
  pointer-events: none;
  border: 1px dashed var(--navy-100);
  border-radius: 50%;
  opacity: 0.7;
}
.orbit--1 { top: -200px; right: -160px; width: 540px; height: 540px; }
.orbit--2 { top: -90px;  right: -50px;  width: 360px; height: 360px; border-color: var(--orange-100); }

/* ---------- Page header (interior pages) ---------- */
.page-header {
  background: var(--navy-800);
  color: #d4dceb;
  padding-block: clamp(40px, 5vw, 70px);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 380px at 90% 10%, rgba(231,111,44,.18), transparent 60%),
    radial-gradient(700px 380px at 5% 100%, rgba(255,255,255,.05), transparent 55%);
  pointer-events: none;
}
.page-header__inner { position: relative; }
.page-header h1 {
  color: #fff;
  font-size: clamp(2.15rem, 4.6vw, 3.55rem);
  max-width: 22ch;
}
.page-header__lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: rgba(255,255,255,.78);
  max-width: 56ch;
  margin-top: var(--s-3);
}

/* ---------- Tagline strip ---------- */
.tagline-strip {
  background: var(--navy-900);
  color: #fff;
  padding-block: var(--s-5);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tagline-strip::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(700px 220px at 50% 0, rgba(231,111,44,.18), transparent 60%);
  pointer-events: none;
}
.tagline-strip__quote {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.7vw, 1.95rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  max-width: 38ch;
  margin: 0 auto;
  color: #fff;
  position: relative;
}

/* ---------- Section title block ---------- */
.section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-bottom: var(--s-5);
  max-width: 64ch;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head__lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--navy-700);
  line-height: 1.45;
  max-width: 56ch;
}
.section--dark .section-head__lede { color: rgba(255,255,255,.78); }

/* ---------- Cards ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--s-4);
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: var(--s-5);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.card__icon {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: var(--navy-50);
  color: var(--navy-800);
  margin-bottom: var(--s-3);
}
.card__icon svg { width: 24px; height: 24px; }

.card h3 {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  margin-bottom: var(--s-2);
  color: var(--navy-800);
}
.card p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0;
}
.card__more {
  display: inline-block;
  margin-top: var(--s-3);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--orange-600);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.card__more::after {
  content: " →";
  transition: margin var(--transition);
  display: inline-block;
}
.card__more:hover::after { margin-left: 4px; }

/* ---------- Domain card (larger feature) ---------- */
.domain {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: var(--s-6);
  border: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.domain__num {
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 500;
  color: var(--orange-100);
  line-height: 1;
  position: absolute;
  top: var(--s-4);
  right: var(--s-5);
  user-select: none;
}
.domain h3 {
  font-family: var(--serif);
  font-size: 1.85rem;
  margin-bottom: var(--s-3);
  position: relative;
}
.domain__quote {
  font-family: var(--serif);
  font-style: italic;
  color: var(--navy-700);
  border-left: 2px solid var(--orange-500);
  padding-left: var(--s-3);
  margin: var(--s-4) 0;
}
.domain ul {
  list-style: none;
  padding: 0;
  margin: var(--s-3) 0 0;
  columns: 2;
  column-gap: var(--s-5);
}
.domain ul li {
  padding-left: 22px;
  position: relative;
  break-inside: avoid;
  margin-bottom: 6px;
  font-size: 0.95rem;
}
.domain ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 12px;
  width: 12px; height: 1px;
  background: var(--orange-500);
}
@media (max-width: 640px) { .domain ul { columns: 1; } }

/* ---------- Two-up content + image ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.split--reverse > :first-child { order: 2; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
}
.split__visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--bg-card);
}
.split__visual--plain { box-shadow: none; background: transparent; }
.split__visual img { width: 100%; }

/* ---------- Books ---------- */
.book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--s-5);
}
.book-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.book-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.book-card__cover {
  aspect-ratio: 2/3;
  background: var(--bg-soft);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: var(--s-4);
  box-shadow: 0 12px 28px rgba(11,37,69,.18);
  transform: rotate(-1.2deg);
  transition: transform 400ms cubic-bezier(.2,.7,.2,1);
}
.book-card:hover .book-card__cover { transform: rotate(0deg) translateY(-2px); }
.book-card__cover img { width: 100%; height: 100%; object-fit: cover; }
.book-card__series {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 6px;
}
.book-card h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--navy-800);
}
.book-card__price {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy-800);
  margin: var(--s-2) 0;
}
.book-card__price s {
  font-weight: 400;
  color: var(--ink-mute);
  margin-right: 8px;
}
.book-card__meta {
  font-size: 0.85rem;
  color: var(--ink-mute);
  margin-bottom: var(--s-3);
}
.book-card__quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--navy-700);
  margin: var(--s-3) 0 var(--s-4);
  border-left: 2px solid var(--orange-500);
  padding-left: 14px;
  line-height: 1.5;
}
.book-card .btn { margin-top: auto; align-self: flex-start; }

.book-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 880px) {
  .book-feature { grid-template-columns: 1fr; }
}
.book-feature__cover {
  aspect-ratio: 2/3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(11,37,69,.22), 0 6px 14px rgba(11,37,69,.12);
}
.book-feature__cover img { width: 100%; height: 100%; object-fit: cover; }

.book-feature__series {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: var(--s-2);
}
.book-feature h3 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: var(--s-3);
}
.book-feature__price {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--navy-800);
  margin: var(--s-3) 0;
  font-weight: 600;
}
.book-feature__price s {
  color: var(--ink-mute);
  font-weight: 400;
  margin-right: var(--s-2);
}
.book-feature__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2) var(--s-4);
  font-size: 0.9rem;
  color: var(--ink-mute);
  margin-bottom: var(--s-3);
}
.book-feature__meta span { display: inline-flex; align-items: center; gap: 6px; }
.book-feature ul {
  list-style: none;
  padding: 0;
}
.book-feature ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: var(--s-2);
}
.book-feature ul li::before {
  content: "›";
  position: absolute;
  left: 0; top: 0;
  color: var(--orange-500);
  font-weight: 700;
}
.book-feature__ctas {
  display: flex;
  gap: var(--s-3);
  flex-wrap: wrap;
  margin-top: var(--s-4);
}

/* ---------- Quote band ---------- */
.quote-band {
  background: var(--bg-soft);
  padding-block: clamp(24px, 3vw, 40px);
  text-align: center;
}
.quote-band blockquote {
  border: none;
  margin: 0 auto;
  max-width: 36ch;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-style: italic;
  color: var(--navy-800);
  padding: 0;
}

/* ---------- Stats / pillars ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--s-5);
  text-align: center;
}
.stat__num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  color: var(--orange-500);
  line-height: 1;
  margin-bottom: var(--s-2);
}
.stat__label {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
}

/* ---------- Venture rows ---------- */
.venture {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: var(--s-4);
  padding: var(--s-4) 0;
  border-bottom: 1px solid var(--rule);
  transition: background var(--transition);
}
.venture:last-child { border-bottom: 0; }
.venture:hover { background: var(--bg-soft); }
.venture__logo {
  width: 64px; height: 64px;
  display: inline-flex;
  align-items: center; justify-content: center;
  background: var(--navy-50);
  border-radius: 14px;
  color: var(--navy-800);
}
.venture__logo svg { width: 28px; height: 28px; }
.venture h3 {
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--navy-800);
}
.venture p { margin: 0; font-size: 0.95rem; color: var(--ink-soft); }
@media (max-width: 720px) {
  .venture { grid-template-columns: 1fr; }
  .venture__logo { display: none; }
}

/* ---------- Tag list ---------- */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  list-style: none;
  padding: 0;
  margin: var(--s-3) 0;
}
.tag-list li {
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 14px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  color: var(--navy-700);
  background: var(--bg-card);
  margin: 0;
}
.section--dark .tag-list li {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.86);
}

/* ---------- Diagram block ---------- */
.diagram {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: var(--s-5);
  border: 1px solid var(--rule);
  text-align: center;
}
.diagram img { margin: 0 auto; }
.diagram__caption {
  margin-top: var(--s-3);
  font-size: 0.9rem;
  color: var(--ink-mute);
  font-style: italic;
}

/* ---------- Form ---------- */
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-4);
  background: var(--bg-card);
  padding: clamp(24px, 4vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--rule);
}
.form__row { grid-column: 1 / -1; }
@media (max-width: 720px) {
  .form { grid-template-columns: 1fr; }
}
.form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 3px rgba(231,111,44,.18);
}
.form textarea { min-height: 140px; resize: vertical; }

.form__success {
  grid-column: 1 / -1;
  padding: 14px 18px;
  background: #e7f1ea;
  color: #1f5b3a;
  border: 1px solid #b9d8c5;
  border-radius: 10px;
  font-size: 0.95rem;
  display: none;
}
.form.is-success .form__success { display: block; }

/* ---------- Contact panels ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info {
  background: var(--navy-800);
  color: #fff;
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
}
.contact-info h3 {
  color: #fff;
  font-family: var(--serif);
  font-size: 1.5rem;
}
.contact-info ul { list-style: none; padding: 0; margin: var(--s-4) 0 0; }
.contact-info li { margin-bottom: var(--s-3); display: flex; gap: var(--s-3); align-items: flex-start; font-size: 0.95rem; }
.contact-info li svg { flex: 0 0 20px; color: var(--orange-400); margin-top: 4px; }
.contact-info a { color: #fff; text-decoration: none; border-bottom: 1px dotted rgba(255,255,255,.4); }
.contact-info a:hover { color: var(--orange-400); border-bottom-color: var(--orange-400); }

/* ---------- Final CTA ---------- */
.final-cta {
  background:
    radial-gradient(900px 400px at 80% 0, rgba(231,111,44,.16), transparent 55%),
    radial-gradient(900px 400px at 0 100%, rgba(255,255,255,.03), transparent 60%),
    var(--navy-900);
  color: #fff;
  text-align: center;
  padding-block: clamp(36px, 4.5vw, 64px);
}
.final-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  max-width: 24ch;
  margin: 0 auto var(--s-3);
}
.final-cta p {
  color: rgba(255,255,255,.78);
  font-size: 1.15rem;
  max-width: 56ch;
  margin: 0 auto var(--s-5);
}
.final-cta__ctas { display: inline-flex; gap: var(--s-3); flex-wrap: wrap; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer {
  background: #06122a;
  color: #93a3bd;
  padding-block: var(--s-5) var(--s-4);
}
.site-footer .container { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: var(--s-5); }
@media (max-width: 880px) { .site-footer .container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer .container { grid-template-columns: 1fr; } }
.site-footer h4 {
  color: #fff;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 var(--s-3);
  font-weight: 600;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #b8c4d8; text-decoration: none; font-size: 0.92rem; }
.site-footer a:hover { color: #fff; }
.site-footer__brand {
  font-family: var(--serif);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: var(--s-2);
}
.site-footer__tagline {
  font-family: var(--serif);
  font-style: italic;
  color: rgba(255,255,255,.6);
  max-width: 36ch;
  font-size: 1rem;
  line-height: 1.5;
}
.site-footer__bottom {
  margin-top: var(--s-6);
  padding-top: var(--s-4);
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s-3);
  font-size: 0.85rem;
  color: rgba(255,255,255,.5);
}

/* ---------- Animations ----------
   Progressive enhancement: content is visible by default.
   When JS loads, .js-anim is added to <html> and .reveal elements
   start hidden, then fade-up when scrolled into view.
*/
.js-anim .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.js-anim .reveal.is-visible { opacity: 1; transform: none; }

/* Stagger: nth-child delays for grids */
.stagger > * { transition-delay: 0ms; }
.stagger > *:nth-child(2) { transition-delay: 80ms; }
.stagger > *:nth-child(3) { transition-delay: 160ms; }
.stagger > *:nth-child(4) { transition-delay: 240ms; }
.stagger > *:nth-child(5) { transition-delay: 320ms; }
.stagger > *:nth-child(6) { transition-delay: 400ms; }

/* ---------- Misc utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-3 { margin-top: var(--s-3); }
.mt-4 { margin-top: var(--s-4); }
.mt-5 { margin-top: var(--s-5); }
.mt-6 { margin-top: var(--s-6); }

.divider {
  width: 60px;
  height: 2px;
  background: var(--orange-500);
  border: 0;
  margin: var(--s-4) 0;
}
.section--dark .divider { background: var(--orange-400); }

/* small badge */
.badge {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--orange-600);
  padding: 4px 10px;
  background: var(--orange-100);
  border-radius: 999px;
  margin-bottom: var(--s-3);
}

/* ---------- Print ---------- */
@media print {
  .site-header, .site-footer, .nav__toggle, .final-cta { display: none; }
  body { background: #fff; color: #000; }
}

/* ---------- Language switcher ---------- */
.lang-switch {
  display: inline-flex;
  gap: 2px;
  margin-right: var(--s-3);
  padding: 3px;
  background: rgba(11,37,69,0.06);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.lang-switch button {
  background: transparent;
  border: 0;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  transition: background var(--transition), color var(--transition);
}
.lang-switch button:hover { color: var(--navy-800); }
.lang-switch button.is-active {
  background: var(--navy-800);
  color: #fff;
}
@media (max-width: 980px) {
  .lang-switch {
    margin: 0 0 var(--s-3) 0;
    align-self: flex-start;
  }
  .site-header.is-menu-open .lang-switch { display: inline-flex; }
}

/* ---------- Books page: trilogy / enterprise diagrams: half-size & beside text ---------- */
.book-diagram-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.book-diagram-split .diagram {
  padding: var(--s-4);
}
.book-diagram-split .diagram img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 880px) {
  .book-diagram-split { grid-template-columns: 1fr; }
}

/* Books: enlarge per-card pull-quote ~60% */
.book-card__quote {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* ---------- Authority Domains: shrink 3 graphs to ~50% ---------- */
.diagram--small {
  max-width: 520px;
  margin: 0 auto;
  padding: var(--s-4);
}
.diagram--small img {
  max-width: 100%;
}

/* ---------- Prose blocks (Bio, Profile) ---------- */
.prose p {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0 0 var(--s-3);
  color: var(--ink-soft);
}
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--ink); font-weight: 600; }

/* ---------- Authority Domains: text + graph side-by-side ---------- */
.domain-split {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.domain-split .diagram,
.domain-split .diagram--small {
  margin: 0;
  max-width: 100%;
}
.domain-split .diagram img,
.domain-split .diagram--small img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 880px) {
  .domain-split { grid-template-columns: 1fr; }
}

/* ---------- Ventures: logos and website button ---------- */
.venture__brand-logo {
  width: 280px;
  height: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--rule);
  padding: 20px 28px;
  margin-bottom: var(--s-3);
}
@media (max-width: 720px) {
  .venture__brand-logo { width: 240px; height: 140px; padding: 16px 22px; }
}
.venture__brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.venture-website-cta {
  margin-top: var(--s-3);
}

/* Ventures 2x2 grids */
.cards--2x2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 720px) {
  .cards--2x2 { grid-template-columns: 1fr; }
}

/* About 4-roles 2x2 */
.cards--roles-2x2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 720px) {
  .cards--roles-2x2 { grid-template-columns: 1fr; }
}

/* ---------- Footer policy links row ---------- */
.site-footer__policy {
  grid-column: 1 / -1;
  display: flex;
  gap: var(--s-4);
  flex-wrap: wrap;
  font-size: 0.85rem;
  margin-top: var(--s-3);
}
.site-footer__policy a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
}
.site-footer__policy a:hover { color: #fff; }

/* ---------- Heather replacement image styling ---------- */
.heather-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--navy-900);
}
.heather-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Privacy/Cookies stub ---------- */
.policy-page {
  padding-block: var(--s-7);
}
.policy-page p {
  font-style: italic;
  color: var(--ink-mute);
  max-width: 60ch;
}
/* Ventures: remove venture/project logo blocks */
.venture__brand-logo {
  display: none !important;
}

