
:root {
  --navy: #071a2b;
  --navy-soft: #102c43;
  --gold: #d6a52b;
  --gold-light: #f0cf78;
  --cream: #f4efe5;
  --cream-light: #fbf8f1;
  --ink: #15222c;
  --muted: #63717a;
  --line: rgba(7, 26, 43, 0.14);
  --white: #ffffff;
  --cobalt: #012a98;
  --deep-blue: #001d69;
  --powder-blue: #e5eeff;
  --sky-blue: #b1cbff;
}

.pkh-custom-home {
  margin: 0 !important;
  overflow-x: hidden;
}

.pkh-site {
  background: var(--cream-light);
  color: var(--ink);
  isolation: isolate;
  margin: 0;
  max-width: none;
  overflow: clip;
  padding: 0;
  width: 100%;
}

.pkh-site button,
.pkh-site input,
.pkh-site select,
.pkh-site textarea {
  font: inherit;
}

.admin-bar .site-header {
  top: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-light);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--gold); color: var(--navy); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, blockquote {
  font-family: Iowan Old Style, Baskerville, "Times New Roman", ui-serif, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(251, 248, 241, 0.9);
  border-bottom: 1px solid rgba(7, 26, 43, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 86px;
  padding: 0 clamp(24px, 5vw, 80px);
  position: sticky;
  top: 0;
  z-index: 30;
}
.wordmark { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.wordmark-mark {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: var(--gold-light);
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 13px;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 38px;
}
.wordmark-name {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 19px;
  letter-spacing: -0.02em;
}
.wordmark-name strong { color: #9b7310; font-weight: 500; }
.wordmark-signature {
  height: 55px;
  object-fit: contain;
  object-position: left center;
  width: 240px;
}
.desktop-nav { align-items: center; display: flex; gap: clamp(20px, 2.3vw, 38px); }
.desktop-nav a {
  color: #334550;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  position: relative;
}
.desktop-nav a::after {
  background: var(--gold);
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.book-nav-menu{position:relative}.book-nav-menu summary{color:#334550;cursor:pointer;font-size:13px;font-weight:650;list-style:none}.book-nav-menu summary::-webkit-details-marker{display:none}.book-nav-menu summary span{color:var(--gold);font-size:16px;margin-left:3px}.book-nav-menu>div{background:#fffdf8;border:1px solid rgba(6,26,67,.14);box-shadow:0 14px 35px rgba(4,17,31,.16);display:grid;gap:0;left:-16px;min-width:178px;padding:8px;position:absolute;top:29px;z-index:40}.book-nav-menu:not([open])>div{display:none}.desktop-nav .book-nav-menu a{font-size:12px;padding:10px 11px;text-decoration:none}.desktop-nav .book-nav-menu a:hover{background:#eef3fb;color:var(--cobalt)}.desktop-nav .book-nav-menu a::after{display:none}.mobile-book-link{color:#60727d!important;font-size:12px!important;padding-left:27px!important}.edition-card__audio-subtitle{color:rgba(255,255,255,.68);font:italic 14px/1.35 Georgia,serif;margin:6px 0 4px}
.header-cta {
  align-items: center;
  background: var(--cobalt);
  border: 1px solid var(--cobalt);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  justify-self: end;
  padding: 12px 18px;
  transition: background 180ms ease, color 180ms ease;
}
.header-cta:hover { background: transparent; color: var(--cobalt); }
.mobile-menu { display: none; }

.hero {
  align-items: center;
  background: var(--deep-blue) url("../media/prince-kayigire-hero-poster.jpg") center / cover no-repeat;
  display: flex;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  padding: clamp(64px, 9vh, 112px) clamp(24px, 7vw, 112px);
  position: relative;
}
.hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.hero-video-overlay {
  background:
    linear-gradient(90deg, rgba(0, 29, 105, .96) 0%, rgba(0, 29, 105, .78) 38%, rgba(0, 29, 105, .34) 67%, rgba(0, 29, 105, .08) 100%),
    linear-gradient(180deg, rgba(0, 10, 42, .18), rgba(0, 10, 42, .38));
  inset: 0;
  position: absolute;
  z-index: 1;
}
.hero-copy {
  max-width: min(860px, 70vw);
  position: relative;
  z-index: 2;
}
.eyebrow {
  color: #51616b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.eyebrow span { color: var(--gold); margin: 0 4px; }
.eyebrow.gold { color: #9a720f; }
.hero h1 {
  color: var(--white);
  font-family: Jost, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.08;
  margin: 0;
  max-width: 850px;
  text-wrap: balance;
}
h1 em, h2 em { color: #9c7410; font-weight: 500; }
.hero-intro {
  color: #41525d;
  font-family: Georgia, serif;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.7;
  margin-bottom: 38px;
  max-width: 720px;
}
.hero-actions, .book-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 16px;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 52px;
  padding: 0 24px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--navy-soft); }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: var(--gold-light); }
.text-link {
  border-bottom: 1px solid rgba(7, 26, 43, 0.3);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  padding-bottom: 6px;
}
.text-link span, .button span, .work-card a span { display: inline-block; transition: transform 180ms ease; }
.text-link:hover span, .button:hover span, .work-card a:hover span { transform: translate(3px, -2px); }
.hero-portrait { align-self: center; isolation: isolate; min-height: 650px; position: relative; z-index: 2; }
.hero-portrait::before {
  background: radial-gradient(circle, rgba(214,165,43,.28) 0, rgba(214,165,43,.09) 48%, transparent 72%);
  content: "";
  height: 560px;
  position: absolute;
  right: -95px;
  top: -55px;
  width: 560px;
  z-index: -2;
}
.hero-portrait::after {
  background: linear-gradient(155deg, rgba(16,44,67,.93), rgba(7,26,43,.82) 58%, rgba(214,165,43,.72));
  border: 1px solid rgba(214,165,43,.3);
  border-radius: 30px;
  box-shadow: 0 28px 65px rgba(7,26,43,.16);
  content: "";
  height: 575px;
  position: absolute;
  right: -24px;
  top: 38px;
  transform: rotate(3deg);
  width: min(100%, 390px);
  z-index: -1;
}
.portrait-frame {
  background: linear-gradient(145deg, #e9dfcb, #c9d2d4);
  border: 1px solid rgba(214,165,43,.48);
  border-radius: 26px;
  box-shadow: 0 34px 78px rgba(7,26,43,.25), 0 0 0 8px rgba(251,248,241,.58);
  height: 620px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 400px);
  z-index: 1;
}
.portrait-frame::after {
  background:
    linear-gradient(145deg, rgba(240,207,120,.13), transparent 38%),
    linear-gradient(180deg, rgba(7,26,43,.02) 45%, rgba(7,26,43,.3) 100%);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.34);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.portrait-frame img {
  filter: saturate(.82) contrast(1.07) brightness(.97) sepia(.04);
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  width: 100%;
}
.portrait-note {
  backdrop-filter: blur(15px);
  background: rgba(250,246,237,.95);
  border: 1px solid rgba(214,165,43,.28);
  border-left: 3px solid var(--gold);
  border-radius: 13px;
  bottom: 25px;
  box-shadow: 0 18px 42px rgba(7,26,43,.2);
  left: -70px;
  padding: 19px 23px;
  position: absolute;
  width: 315px;
  z-index: 3;
}
.portrait-note p {
  color: #52616b;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}
.portrait-note p strong {
  color: var(--navy);
  font-weight: 500;
}
.hero-manifesto {
  align-self: end;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 15px;
  grid-column: 1 / -1;
  letter-spacing: 0.02em;
  margin: 22px 0 0;
  text-align: center;
}
.hero-manifesto span { color: #9b7310; margin: 0 9px; }

.credential-strip {
  background:
    radial-gradient(circle at 14% 20%, rgba(208, 173, 86, .10), transparent 28%),
    radial-gradient(circle at 86% 84%, rgba(88, 128, 132, .09), transparent 30%),
    linear-gradient(135deg, var(--powder-blue) 0%, #f8fbff 52%, #eef4ff 100%);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(13px, 1.5vw, 22px);
  grid-template-columns: .95fr 1.45fr 1.05fr;
  overflow: hidden;
  padding: clamp(44px, 5vw, 72px) clamp(24px, 7vw, 112px);
  position: relative;
}
.credential {
  --credential-accent: #b58b2d;
  background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.56));
  border: 1px solid rgba(7, 34, 52, .11);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7, 26, 43, .055);
  display: flex;
  flex-direction: column;
  min-height: 184px;
  overflow: hidden;
  padding: clamp(24px, 2.5vw, 34px);
  position: relative;
}
.credential::after {
  background: var(--credential-accent);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: clamp(24px, 2.5vw, 34px);
  opacity: .82;
  position: absolute;
  right: clamp(24px, 2.5vw, 34px);
  top: 0;
}
.credential-award {
  background: linear-gradient(145deg, rgba(255,252,242,.94), rgba(247,239,218,.66));
}
.credential-founder {
  --credential-accent: #527f82;
  background: linear-gradient(145deg, rgba(249,253,251,.94), rgba(228,239,235,.68));
}
.credential-author {
  --credential-accent: #6d788b;
  background: linear-gradient(145deg, rgba(250,251,252,.94), rgba(231,235,241,.68));
}
.credential-label {
  align-items: center;
  color: #5f6b71;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .18em;
  margin: 0;
  text-transform: uppercase;
}
.credential-label::before {
  background: var(--credential-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--credential-accent) 13%, transparent);
  content: "";
  height: 6px;
  width: 6px;
}
.credential-value {
  align-items: center;
  display: grid;
  gap: 18px;
  margin-top: auto;
  padding-top: 30px;
}
.credential-value strong, .venture-name strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 500;
}
.credential-value span {
  color: #445865;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
}
.credential-award-value { grid-template-columns: auto 1fr; }
.credential-award-value strong { color: #a77b16; font-size: clamp(30px, 2.5vw, 39px); }
.founder-values {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: auto;
  padding-top: 25px;
}
.venture-name {
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(82,127,130,.16);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  min-height: 92px;
  padding: 17px clamp(15px, 1.7vw, 24px);
}
.venture-name span {
  color: #627274;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}
.credential-book-value {
  gap: 5px;
  grid-template-columns: auto;
  justify-items: center;
  text-align: center;
}
.credential-book-value strong { color: #8f6b19; font-style: italic; }
.credential-book-value span { font-size: 18px; }
.credential-book-value small {
  color: #7a858c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (hover: hover) {
  .credential { transition: box-shadow .25s ease, transform .25s ease; }
  .credential:hover { box-shadow: 0 22px 48px rgba(7,26,43,.09); transform: translateY(-3px); }
}

.section {
  display: grid;
  gap: clamp(36px, 6vw, 100px);
  grid-template-columns: 140px minmax(0, 1fr);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 112px);
}
.section-label { align-self: start; display: flex; gap: 12px; }
.section-label span { color: #9b7310; font-size: 10px; font-weight: 800; }
.section-label p { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about { background: var(--cream); grid-template-columns: 140px minmax(0, 1.1fr) minmax(310px, .55fr); }
.about-heading h2, .section-heading-row h2, .story-copy h2, .speaking-main h2 {
  color: var(--navy);
  font-size: clamp(45px, 5vw, 76px);
  line-height: 1.02;
  margin: 0;
}
.about-body { border-left: 1px solid var(--line); padding-left: clamp(28px, 4vw, 64px); }
.about-body p, .story-copy p, .section-heading-row > p, .venture-list p, .book-copy > p, .contact > p {
  color: #52616b;
  font-size: 15px;
  line-height: 1.85;
}
.about-body .lead, .story-copy .lead {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
}
.about-body .text-link { display: inline-flex; margin-top: 20px; }

.thoughts { background: var(--navy); color: white; }
.section-label.light span { color: var(--gold-light); }
.section-label.light p { color: rgba(255,255,255,.5); }
.thought-card-link {
  color: inherit;
  display: block;
  outline-offset: 6px;
}
.thought-card {
  background: linear-gradient(145deg, #0d293e, #0a2133);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(230px,.38fr) minmax(0,1fr);
  overflow: hidden;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.thought-card-link:hover .thought-card, .thought-card-link:focus-visible .thought-card {
  border-color: rgba(240,207,120,.55);
  box-shadow: 0 26px 65px rgba(0,0,0,.22);
  transform: translateY(-4px);
}
.thought-card-visual {
  align-items: center;
  background:
    radial-gradient(circle at 25% 20%, rgba(240,207,120,.35), transparent 27%),
    linear-gradient(150deg, #d6a52b, #8f6814);
  display: flex;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.thought-card-visual::after { border: 1px solid rgba(255,255,255,.24); border-radius: 50%; content: ""; height: 330px; position: absolute; width: 330px; }
.thought-card-visual img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.thought-visual-word { color: rgba(7,26,43,.45); font-size: 9px; font-weight: 900; left: 24px; letter-spacing: .35em; position: absolute; top: 28px; writing-mode: vertical-rl; }
.thought-visual-mark { color: var(--navy); font-family: Georgia,serif; font-size: 190px; line-height: .7; position: relative; z-index: 2; }
.thought-card-copy { align-self: stretch; display: flex; flex-direction: column; padding: clamp(30px,4.4vw,66px); }
.thought-meta {
  color: rgba(255,255,255,.5);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.thought-card h3 { color: var(--gold-light); font-family: Georgia,serif; font-size: clamp(28px,3.2vw,49px); font-weight: 500; line-height: 1.02; margin: 42px 0 0; }
.thought-card blockquote {
  color: white;
  font-size: clamp(31px, 3.7vw, 58px);
  line-height: 1.1;
  margin: clamp(35px, 5vw, 65px) 0;
  max-width: 900px;
}
.thought-card-signature {
  margin: -28px 0 30px;
}
.thought-card-signature img {
  height: auto;
  opacity: .96;
  width: clamp(160px, 17vw, 220px);
}
.thought-footer {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
}
.thought-footer > span:first-child { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.coming-note {
  border: 1px solid rgba(240,207,120,.36);
  border-radius: 999px;
  color: rgba(255,255,255,.6);
  font-size: 11px;
  padding: 12px 18px;
}
.coming-note strong { color: var(--gold-light); font-weight: 700; }
.thought-card-empty { border: 1px solid rgba(255,255,255,.18); color: white; padding: 50px; }
.thoughts > .thought-share { grid-column: 2; }
.thought-share {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 18px 30px;
  grid-template-columns: minmax(180px,.45fr) minmax(0,1fr);
  margin-top: 22px;
  padding: 18px 20px;
}
.thought-share-dark {
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.13);
}
.thought-share-light {
  background: #f5efe3;
  border-color: rgba(7,26,43,.11);
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 820px;
}
.thought-share-intro { display: flex; flex-direction: column; gap: 5px; }
.thought-share-intro strong {
  color: var(--navy);
  font-family: Georgia,serif;
  font-size: 18px;
  font-weight: 500;
}
.thought-share-intro span { color: #71808a; font-size: 11px; }
.thought-share-dark .thought-share-intro strong { color: var(--gold-light); }
.thought-share-dark .thought-share-intro span { color: rgba(255,255,255,.52); }
.thought-share-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.thought-share-button {
  align-items: center;
  appearance: none;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(7,26,43,.12);
  border-radius: 999px;
  color: var(--navy);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  gap: 8px;
  min-height: 40px;
  padding: 7px 13px 7px 8px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.thought-share-dark .thought-share-button {
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.16);
  color: rgba(255,255,255,.82);
}
.thought-share-button:hover, .thought-share-button:focus-visible {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--navy);
  transform: translateY(-2px);
}
.thought-share-button:disabled { cursor: wait; opacity: .62; transform: none; }
.thought-share-button-primary {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 8px 22px rgba(156,111,8,.15);
}
.thought-share-dark .thought-share-button-primary {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--navy);
}
.thought-share-mark, .thought-share-link-mark {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-family: Arial,sans-serif;
  font-size: 11px;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  width: 26px;
}
.thought-share-facebook { background: #315ca8; font-family: Georgia,serif; font-size: 17px; }
.thought-share-linkedin { background: #0a66c2; font-size: 9px; letter-spacing: -.03em; }
.thought-share-instagram { background: linear-gradient(145deg,#7f3bc7,#d04b72 58%,#e0a133); font-size: 17px; }
.thought-share-youtube { background: #ff0033; font-size: 10px; }
.thought-share-card-mark { background: var(--navy); color: var(--gold-light); font-size: 14px; }
.thought-share-link-mark { background: #b18318; }
.thought-share-status {
  color: #65747d;
  font-size: 10px;
  grid-column: 1 / -1;
  margin: -8px 0 0;
  min-height: 1.4em;
  text-align: right;
}
.thought-share-dark .thought-share-status { color: rgba(255,255,255,.55); }
.thought-share-status.is-error { color: #b44f45; }

.work { background: var(--cream-light); }
.section-heading-row {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-column: 2;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .35fr);
}
.section-heading-row > p { margin-bottom: 7px; }
.work-grid { display: grid; grid-column: 2; grid-template-columns: repeat(2, 1fr); }
.work-card {
  border-top: 1px solid var(--line);
  min-height: 340px;
  padding: 35px clamp(24px, 3vw, 48px) 35px 0;
  position: relative;
}
.work-card:nth-child(odd) { border-right: 1px solid var(--line); }
.work-card:nth-child(even) { padding-left: clamp(24px, 3vw, 48px); }
.work-number { color: #a57c17; font-family: Georgia, serif; font-size: 12px; }
.work-card h3 { color: var(--navy); font-family: Georgia, serif; font-size: 30px; font-weight: 500; margin: 56px 0 20px; }
.work-card p { color: var(--muted); line-height: 1.75; max-width: 450px; }
.work-card a { bottom: 36px; color: var(--navy); font-size: 12px; font-weight: 800; position: absolute; }

.ventures {
  background: var(--gold);
  display: grid;
  gap: clamp(50px, 9vw, 140px);
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px);
}
.venture-intro .eyebrow { color: rgba(7,26,43,.62); }
.venture-intro h2 {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0;
}
.venture-list article {
  border-top: 1px solid rgba(7,26,43,.28);
  display: grid;
  gap: 26px;
  grid-template-columns: 170px minmax(220px, .75fr) minmax(280px, 1fr);
  padding: 28px 0;
}
.venture-list article:last-child { border-bottom: 1px solid rgba(7,26,43,.28); }
.venture-list span { font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.venture-list h3 { color: var(--navy); font-family: Georgia, serif; font-size: 23px; font-weight: 500; margin: 0; }
.venture-list p { color: rgba(7,26,43,.7); margin: 0; }

.story { background: var(--cream); grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); }
.story-image { min-height: 680px; overflow: hidden; position: relative; }
.story-image::after { background: linear-gradient(transparent 50%, rgba(7,26,43,.72)); content: ""; inset: 0; position: absolute; }
.story-image img { height: 100%; object-fit: cover; width: 100%; }
.story-image span {
  bottom: 34px;
  color: white;
  font-family: Georgia, serif;
  font-size: 22px;
  left: 34px;
  position: absolute;
  z-index: 2;
}
.story-copy { align-self: center; padding: clamp(20px, 4vw, 68px); }
.story-copy h2 { margin-bottom: 42px; }
.story-signature { border-top: 1px solid var(--line); display: flex; flex-direction: column; margin-top: 42px; padding-top: 25px; }
.story-signature span { color: var(--navy); font-family: "Brush Script MT", cursive; font-size: 31px; }
.story-signature small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; margin-top: 8px; text-transform: uppercase; }

.book {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(400px, 1fr);
  min-height: 820px;
  overflow: hidden;
  padding: clamp(90px, 10vw, 150px) clamp(24px, 10vw, 160px);
  position: relative;
}
.book-art, .book-copy { align-self: center; position: relative; z-index: 2; }
.book-art, .book-copy { order: 1; }
.book-art { min-height: 540px; }
.book-art img {
  filter: drop-shadow(0 35px 28px rgba(0,0,0,.38));
  height: 530px;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  width: 85%;
  z-index: 2;
}
.book-halo {
  background: var(--gold);
  border-radius: 50%;
  height: 430px;
  left: 50%;
  opacity: .86;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
}
.book-copy { max-width: 670px; }
.book-copy .eyebrow { color: var(--gold-light); }
.book-copy h2 { color: white; font-size: clamp(56px, 6vw, 92px); line-height: .94; margin-bottom: 30px; }
.book-copy h2 em { color: var(--gold-light); }
.book-copy .book-kicker { color: white; font-family: Georgia, serif; font-size: 21px; }
.book-copy > p { color: rgba(255,255,255,.64); max-width: 590px; }
.book-actions { margin-top: 38px; }
.light-link { border-color: rgba(255,255,255,.4); color: white; }

.book-reviews {
  border-top: 1px solid rgba(255,255,255,.18);
  display: grid;
  gap: clamp(42px, 8vw, 120px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(190px, .35fr) minmax(0, 1.65fr);
  margin-top: 72px;
  order: 2;
  padding-top: 62px;
  position: relative;
  z-index: 2;
}
.reviews-heading .eyebrow { color: var(--gold-light); margin-bottom: 17px; }
.reviews-heading h3 {
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  margin: 0 0 18px;
}
.reviews-heading > p:last-child {
  color: rgba(255,255,255,.5);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  max-width: 240px;
}
.review-carousel {
  border-left: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding-left: clamp(32px, 5vw, 76px);
}
.review-stage { align-items: center; display: grid; flex: 1; min-height: 290px; }
.review-slide { animation: review-enter 620ms ease both; position: relative; }
.review-slide[hidden] { display: none; }
.review-mark {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 78px;
  left: -3px;
  line-height: .7;
  opacity: .9;
  position: absolute;
  top: -34px;
}
.review-slide blockquote {
  color: white;
  font-size: clamp(28px, 3vw, 47px);
  line-height: 1.18;
  margin: 24px 0 30px;
  max-width: 1130px;
}
.review-slide blockquote em { color: var(--gold-light); font-weight: 500; }
.review-author {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  margin: 0;
  text-transform: uppercase;
}
.review-controls { align-items: center; display: flex; gap: 10px; margin-top: 30px; }
.review-controls button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 44px;
  justify-content: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 44px;
}
.review-controls button:hover,
.review-controls button:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  outline: none;
}
.review-controls .review-pause {
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  width: 72px;
}

@keyframes review-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.speaking { background: var(--cream-light); grid-template-columns: 140px minmax(0, 1.1fr) minmax(300px, .45fr); }
.speaking-main h2 { margin-bottom: 45px; max-width: 900px; }
.speaking-topics { border-left: 1px solid var(--line); padding-left: clamp(28px, 4vw, 58px); }
.speaking-topics > p { color: #9b7310; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.speaking-topics ul { list-style: none; margin: 38px 0 0; padding: 0; }
.speaking-topics li {
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.4;
  padding: 19px 0;
}
.speaking-topics li:last-child { border-bottom: 1px solid var(--line); }

.speaking-inquiry {
  background:
    radial-gradient(circle at 8% 12%, rgba(214,165,43,.14), transparent 27%),
    linear-gradient(135deg, #071a2b 0%, #102f46 100%);
  color: white;
  display: grid;
  gap: clamp(48px, 8vw, 130px);
  grid-template-columns: minmax(280px, .7fr) minmax(480px, 1.3fr);
  padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px);
  scroll-margin-top: 92px;
}
.speaking-inquiry-intro { align-self: start; max-width: 520px; }
.speaking-inquiry-intro .eyebrow { color: var(--gold-light); }
.speaking-inquiry-intro h2 {
  color: white;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1;
  margin-bottom: 30px;
}
.speaking-inquiry-intro > p:not(.eyebrow) {
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.8;
}
.speaking-inquiry-intro .inquiry-email {
  border-top: 1px solid rgba(255,255,255,.16);
  margin-top: 34px;
  padding-top: 25px;
}
.inquiry-email a { color: var(--gold-light); font-weight: 750; }
.speaking-form {
  background: var(--cream-light);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
  color: var(--ink);
  padding: clamp(28px, 4vw, 54px);
  position: relative;
}
.speaking-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.form-notice {
  border: 1px solid;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 28px;
  padding: 16px 18px;
}
.form-notice-success { background: #edf8f2; border-color: #8dc7a8; color: #1d6948; }
.form-notice-error { background: #fff1ef; border-color: #d9a097; color: #8a3027; }
.form-notice a { font-weight: 800; text-decoration: underline; }
.form-grid { display: grid; gap: 24px 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid label { display: flex; flex-direction: column; gap: 9px; }
.form-grid label > span {
  color: #3b4b55;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.form-grid label > span strong, .form-submit-row p strong { color: #a47811; }
.form-grid label > span small { color: #7b8991; font-size: .88em; font-weight: 650; letter-spacing: .04em; text-transform: none; }
.form-grid input,
.form-grid select,
.form-grid textarea {
  appearance: none;
  background: white;
  border: 1px solid rgba(7,26,43,.18);
  border-radius: 10px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  min-height: 50px;
  padding: 12px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}
.form-grid select {
  background-image:
    linear-gradient(45deg, transparent 50%, #61717b 50%),
    linear-gradient(135deg, #61717b 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 22px,
    calc(100% - 14px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 40px;
}
.form-grid textarea { line-height: 1.65; min-height: 150px; resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #87939b; opacity: 1; }
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: #b98b21;
  box-shadow: 0 0 0 3px rgba(214,165,43,.17);
  outline: none;
}
.form-full { grid-column: 1 / -1; }
.form-submit-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 26px;
}
.form-submit-row p { color: #6d7980; font-size: 11px; line-height: 1.55; margin: 0; max-width: 360px; }
.form-submit-row button { border: 0; cursor: pointer; flex: 0 0 auto; }

.contact {
  align-items: center;
  background: var(--navy-soft);
  color: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(110px, 13vw, 190px) 24px;
  position: relative;
  text-align: center;
}
.contact-orbit {
  border: 1px solid rgba(214,165,43,.24);
  border-radius: 50%;
  height: 700px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
}
.contact-orbit::before, .contact-orbit::after {
  border: 1px solid rgba(214,165,43,.14);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-orbit::before { height: 520px; width: 520px; }
.contact-orbit::after { height: 860px; width: 860px; }
.contact > *:not(.contact-orbit) { position: relative; z-index: 2; }
.contact .eyebrow { color: var(--gold-light); }
.contact h2 { color: white; font-size: clamp(50px, 6vw, 92px); line-height: 1; margin-bottom: 35px; max-width: 1050px; }
.contact > p:not(.eyebrow) { color: rgba(255,255,255,.68); margin-bottom: 37px; max-width: 650px; }

footer {
  align-items: center;
  background: #061522;
  color: rgba(255,255,255,.52);
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto 1fr;
  padding: 42px clamp(24px, 7vw, 112px);
}
.footer-mark .wordmark-mark { background: var(--gold); color: var(--navy); }
.footer-mark .wordmark-name { color: white; }
footer > p { font-family: Georgia, serif; font-size: 13px; margin: 0; }
footer > div { display: flex; gap: 25px; justify-self: end; }
footer > div a { color: white; font-size: 11px; font-weight: 700; }
footer small { border-top: 1px solid rgba(255,255,255,.1); grid-column: 1 / -1; padding-top: 22px; text-align: center; }

/* Join the Journey */
.journey-site, .thoughts-site { min-height: 100vh; }
.journey-intro {
  background:
    radial-gradient(circle at 85% 10%, rgba(214,165,43,.2), transparent 24%),
    linear-gradient(135deg, #f6f0e4, #fbf8f1 62%);
  padding: clamp(82px, 10vw, 140px) clamp(24px, 9vw, 150px) clamp(50px, 6vw, 82px);
  text-align: center;
}
.journey-intro h1, .thoughts-hero h1 {
  color: var(--navy);
  font-size: clamp(58px, 7.5vw, 112px);
  line-height: .94;
  margin: 0 auto 28px;
  max-width: 1050px;
}
.journey-intro > p:last-child, .thoughts-hero > p:last-child {
  color: #53646e;
  font-family: Georgia, serif;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 750px;
}
.journey-calendar-section { background: var(--cream-light); padding: 0 clamp(20px, 7vw, 112px) clamp(95px, 10vw, 150px); }
.journey-notice {
  background: #fff4d5;
  border: 1px solid rgba(167,123,22,.3);
  border-radius: 12px;
  color: #6f5110;
  margin: 0 auto 20px;
  max-width: 1160px;
  padding: 15px 20px;
}
.journey-calendar-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 32px 80px rgba(7,26,43,.1);
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(25px, 4vw, 55px);
}
.calendar-toolbar { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 34px; }
.calendar-kicker { color: #9a720f; font-size: 10px; font-weight: 800; letter-spacing: .17em; margin-bottom: 10px; text-transform: uppercase; }
.calendar-toolbar h2 { color: var(--navy); font-size: clamp(37px, 4vw, 58px); line-height: 1; margin: 0; }
.calendar-arrows { display: flex; gap: 9px; }
.calendar-arrows button, .dialog-close {
  align-items: center;
  background: var(--cream-light);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  transition: background .18s ease, transform .18s ease;
  width: 46px;
}
.calendar-arrows button:hover, .dialog-close:hover { background: var(--gold-light); transform: translateY(-2px); }
.calendar-arrows button:disabled { cursor: not-allowed; opacity: .3; transform: none; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays { border-bottom: 1px solid var(--line); color: #7a868d; font-size: 9px; font-weight: 800; letter-spacing: .12em; padding-bottom: 13px; text-align: center; text-transform: uppercase; }
.calendar-grid { background: rgba(7,26,43,.08); gap: 1px; margin-top: 1px; }
.calendar-day {
  background: #fff;
  border: 0;
  color: #6d7a82;
  min-height: 112px;
  padding: 14px;
  position: relative;
  text-align: left;
}
.calendar-day-empty { background: #faf8f3; }
.calendar-number { font-size: 12px; font-weight: 750; }
.calendar-event {
  background: linear-gradient(145deg, #f8f3e7, #fff);
  border-top: 3px solid var(--gold);
  color: var(--navy);
  cursor: pointer;
  transition: box-shadow .18s ease, transform .18s ease;
}
.calendar-event:hover, .calendar-event:focus-visible { box-shadow: inset 0 0 0 2px var(--gold); transform: translateY(-2px); z-index: 2; }
.calendar-event.status-soldout { background: #f2f1ee; border-top-color: #879198; }
.calendar-event.status-almost { background: #fff6e3; border-top-color: #c4772b; }
.calendar-event-label { display: block; font-family: Georgia, serif; font-size: 15px; line-height: 1.2; margin-top: 17px; }
.calendar-status { color: #8a691c; display: block; font-size: 8px; font-weight: 850; letter-spacing: .1em; margin-top: 8px; text-transform: uppercase; }
.status-soldout .calendar-status { color: #6c777e; }
.status-almost .calendar-status { color: #a45d20; }
.calendar-help { color: #69777f; font-size: 12px; line-height: 1.6; margin: 22px 0 0; text-align: center; }
.journey-pricing {
  background: var(--cream);
  display: grid;
  gap: clamp(45px, 7vw, 100px);
  grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr);
  padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px);
}
.journey-pricing h2 { color: var(--navy); font-size: clamp(43px, 5vw, 72px); line-height: 1.02; }
.pricing-cards { display: grid; gap: 14px; grid-template-columns: repeat(3,1fr); }
.pricing-cards article { background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; }
.pricing-cards article > span { color: #80611b; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.pricing-cards article > strong { color: var(--navy); display: block; font-family: Georgia,serif; font-size: 43px; font-weight: 500; margin: 28px 0 6px; }
.pricing-cards p, .pricing-cards li { color: #617078; font-size: 12px; line-height: 1.6; }
.pricing-cards ul { border-top: 1px solid var(--line); list-style: none; margin: 22px 0 0; padding: 17px 0 0; }
.pricing-cards li + li { margin-top: 6px; }
.journey-dialog {
  background: transparent;
  border: 0;
  height: min(92vh, 900px);
  max-height: 92vh;
  max-width: 820px;
  padding: 0;
  width: calc(100% - 28px);
}
.journey-dialog::backdrop { backdrop-filter: blur(8px); background: rgba(3,16,27,.72); }
.journey-dialog-inner { background: var(--cream-light); border-radius: 24px; max-height: 92vh; overflow-y: auto; padding: clamp(25px, 4vw, 50px); position: relative; }
.dialog-close { font-size: 27px; position: absolute; right: 20px; top: 20px; }
.dialog-heading { border-bottom: 1px solid var(--line); padding-right: 54px; }
.dialog-heading h2 { color: var(--navy); font-size: clamp(36px, 4vw, 58px); line-height: 1; margin-bottom: 22px; }
.dialog-event-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.dialog-event-meta span { background: #ebe6dc; border-radius: 999px; color: #53636d; font-size: 10px; font-weight: 750; padding: 9px 12px; }
.dialog-event-meta .dialog-status { background: #e9f1e8; color: #35613c; }
.dialog-event-meta .status-soldout { background: #e8e8e6; color: #5c656a; }
.dialog-event-meta .status-almost { background: #fff0d8; color: #985418; }
.journey-form { padding-top: 30px; }
.journey-fieldset { border: 0; margin: 0 0 28px; padding: 0; }
.journey-fieldset legend, .journey-form-grid label > span { color: var(--navy); display: block; font-size: 11px; font-weight: 800; letter-spacing: .02em; margin-bottom: 10px; }
.journey-form-grid label > span strong { color: #a35c32; }
.format-options { display: grid; gap: 12px; grid-template-columns: repeat(2,1fr); }
.format-card { cursor: pointer; }
.format-card input { opacity: 0; position: absolute; }
.format-card > span { background: #fff; border: 1px solid var(--line); border-radius: 15px; display: flex; flex-direction: column; min-height: 125px; padding: 21px; transition: border .18s ease, box-shadow .18s ease; }
.format-card input:checked + span { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }
.format-card input:focus-visible + span { outline: 3px solid rgba(214,165,43,.35); outline-offset: 2px; }
.format-card input:disabled + span { cursor: not-allowed; opacity: .45; }
.format-card strong { color: var(--navy); font-family: Georgia,serif; font-size: 21px; font-weight: 500; }
.format-card small { color: #68767e; margin-top: 7px; }
.format-card em { color: #8c6b20; font-size: 9px; font-style: normal; font-weight: 800; margin-top: auto; text-transform: uppercase; }
.journey-form-grid { display: grid; gap: 20px; grid-template-columns: repeat(2,1fr); }
.journey-form-full { grid-column: 1 / -1; }
.journey-form-grid input, .journey-form-grid select { background: #fff; border: 1px solid rgba(7,26,43,.18); border-radius: 10px; color: var(--ink); min-height: 48px; padding: 10px 13px; width: 100%; }
.journey-form-grid label > small { color: #758188; display: block; font-size: 10px; margin-top: 8px; }
.in-person-note { background: #eaf0ec; border-left: 3px solid #527f82; border-radius: 10px; color: #41565c; margin-top: 20px; padding: 18px 20px; }
.in-person-note strong, .in-person-note a, .in-person-note p { display: block; }
.in-person-note a { color: var(--navy); font-size: 12px; font-weight: 750; margin: 6px 0; }
.in-person-note p { font-size: 11px; margin: 0; }
.booking-summary { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin-top: 28px; padding: 16px 0; }
.booking-summary > div { color: #617078; display: flex; font-size: 12px; justify-content: space-between; padding: 6px 0; }
.booking-summary strong { color: var(--navy); }
.booking-summary .summary-total { color: var(--navy); font-family: Georgia,serif; font-size: 20px; margin-top: 5px; }
.checkout-note { color: #738088; font-size: 10px; line-height: 1.6; margin: 17px 0; }
.journey-submit { border: 0; cursor: pointer; width: 100%; }
.journey-submit:disabled { cursor: not-allowed; opacity: .5; transform: none; }

/* Daily Thoughts */
.thoughts-hero {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: clamp(100px, 12vw, 170px) clamp(24px, 9vw, 150px) clamp(75px, 9vw, 120px);
  text-align: center;
}
.thoughts-archive { background: var(--cream-light); padding: clamp(75px, 9vw, 130px) clamp(24px, 7vw, 112px); }
.thoughts-grid { display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin: 0 auto; max-width: 1320px; }
.thought-entry { animation: thoughtReveal .55s ease both; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; margin: 0 -1px -1px 0; min-height: 430px; padding: clamp(28px, 3vw, 45px); }
.thought-entry:nth-child(2) { animation-delay: .08s; }
.thought-entry:nth-child(3) { animation-delay: .16s; }
.thought-entry-meta { color: #8a741f; display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .1em; text-transform: uppercase; }
.thought-entry h2 { color: var(--navy); font-size: clamp(30px, 3vw, 44px); line-height: 1.06; margin: 45px 0 20px; }
.thought-entry blockquote { color: #5a6971; font-family: Georgia,serif; font-size: 17px; letter-spacing: -.01em; line-height: 1.7; margin: 0 0 35px; }
.thought-entry .text-link { align-self: flex-start; margin-top: auto; }
.thought-pagination { margin-top: 50px; text-align: center; }
.thought-pagination .nav-links { display: flex; gap: 8px; justify-content: center; }
.thought-pagination a, .thought-pagination .current { background: white; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; min-width: 42px; padding: 11px 15px; }
.thought-pagination .current { background: var(--navy); color: white; }
.thoughts-empty { border: 1px solid var(--line); margin: 0 auto; max-width: 800px; padding: 70px 30px; text-align: center; }
.thoughts-empty h2 { color: var(--navy); font-size: 48px; }
.thought-single { background: var(--cream-light); margin: 0; overflow: hidden; padding: clamp(90px, 11vw, 160px) 24px; }
.thought-single > header, .thought-single-content, .thought-single-footer, .thought-pullquote, .thought-sequence { margin-left: auto; margin-right: auto; max-width: 820px; }
.thought-back { color: #8b6816; display: inline-flex; font-size: 11px; font-weight: 800; letter-spacing: .07em; margin-bottom: 70px; text-transform: uppercase; }
.thought-single header .thought-entry-meta { border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.thought-single h1 { animation: thoughtReveal .62s ease both; color: var(--navy); font-size: clamp(53px, 7vw, 92px); line-height: .98; margin: 48px 0 70px; }
.thought-reading-visual {
  align-items: flex-end;
  background:
    radial-gradient(circle at 80% 20%, rgba(240,207,120,.35), transparent 28%),
    linear-gradient(135deg, #0b2538, #173d57);
  border-radius: 26px;
  color: white;
  display: flex;
  justify-content: space-between;
  margin: 0 auto clamp(65px,8vw,110px);
  max-width: 1120px;
  min-height: clamp(260px,34vw,470px);
  overflow: hidden;
  padding: clamp(30px,5vw,70px);
  position: relative;
}
.thought-reading-visual::before { border: 1px solid rgba(240,207,120,.3); border-radius: 50%; content: ""; height: 430px; position: absolute; right: -80px; top: -150px; width: 430px; }
.thought-reading-visual span { color: var(--gold-light); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.thought-reading-visual strong { font-family: Georgia,serif; font-size: clamp(25px,3.5vw,48px); font-weight: 500; line-height: 1.05; max-width: 570px; position: relative; text-align: right; }
.thought-pullquote { animation: thoughtReveal .65s .08s ease both; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: #8a6716; font-size: clamp(30px,4vw,52px); line-height: 1.2; margin-bottom: 70px; padding: clamp(38px,5vw,65px) 0; }
.thought-single-content { animation: thoughtReveal .65s .14s ease both; color: #34464f; font-family: Georgia,serif; font-size: clamp(19px, 1.6vw, 23px); line-height: 1.85; }
.thought-single-content p { margin-bottom: 1.55em; }
.thought-single-content > p:first-child::first-letter { color: #9a720f; float: left; font-size: 4.4em; line-height: .78; margin: .1em .1em 0 0; }
.thought-sequence { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 70px; }
.thought-sequence-link { background: rgba(255,255,255,.66); border: 1px solid var(--line); border-radius: 18px; color: var(--navy); display: grid; gap: 8px; min-height: 142px; padding: 24px 26px; transition: background .25s ease,border-color .25s ease,transform .25s ease; }
.thought-sequence-link > span { color: #a4770e; font-size: 22px; line-height: 1; }
.thought-sequence-link small { color: #8a741f; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.thought-sequence-link strong { align-self: end; font-family: Georgia,serif; font-size: clamp(18px,2vw,24px); font-weight: 500; line-height: 1.2; }
.thought-sequence-next { text-align: right; }
.thought-sequence-next > span { justify-self: end; }
.thought-sequence-link:hover, .thought-sequence-link:focus-visible { background: white; border-color: #c99a2d; transform: translateY(-3px); }
.thought-sequence-link:focus-visible { outline: 3px solid rgba(201,154,45,.28); outline-offset: 3px; }
.thought-single-footer { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 70px; padding-top: 28px; }
.thought-single-footer p { color: var(--navy); font-family: "Brush Script MT",cursive; font-size: 31px; margin: 0; }
@keyframes thoughtReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; padding: 11px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav {
    background: var(--cream-light);
    border: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(7,26,43,.12);
    display: flex;
    flex-direction: column;
    min-width: 220px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 48px;
  }
  .mobile-menu nav a { border-bottom: 1px solid var(--line); font-family: Georgia, serif; padding: 13px 11px; }
  .hero h1 { font-size: clamp(42px, 6vw, 68px); }
  .hero-portrait { min-height: 570px; }
  .portrait-frame { height: 540px; width: min(100%, 350px); }
  .portrait-note { left: -50px; width: 280px; }
  .about, .speaking { grid-template-columns: 100px minmax(0, 1fr); }
  .about-body, .speaking-topics { grid-column: 2; }
  .venture-list article { grid-template-columns: 130px minmax(180px, .7fr) minmax(220px, 1fr); }
  .book { padding-left: 60px; padding-right: 60px; }
  .journey-pricing { grid-template-columns: 1fr; }
  .thoughts-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .site-header { height: 72px; padding-left: 20px; padding-right: 14px; }
  .header-cta { display: none; }
  .wordmark-name { font-size: 17px; }
  .hero { min-height: calc(100svh - 72px); padding-bottom: 70px; padding-top: 70px; }
  .hero-copy { max-width: min(620px, 92vw); }
  .hero h1 { font-size: clamp(40px, 9vw, 64px); }
  .hero-video { object-position: 61% center; }
  .hero-portrait { justify-self: center; min-height: 620px; width: min(92%, 430px); }
  .portrait-frame { height: 590px; right: 0; width: min(100%, 380px); }
  .portrait-note { left: -8px; }
  .credential-strip { gap: 14px; grid-template-columns: 1fr; padding: 40px 20px; }
  .credential-founder { min-height: 196px; }
  .section, .about, .speaking { grid-template-columns: 1fr; }
  .about-body, .speaking-topics, .section-heading-row, .work-grid { grid-column: 1; }
  .about-body, .speaking-topics { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 35px; }
  .section-heading-row { align-items: start; gap: 28px; grid-template-columns: 1fr; }
  .thought-card { grid-template-columns: 1fr; }
  .thought-card-visual { min-height: 260px; }
  .thought-footer { align-items: flex-start; flex-direction: column; }
  .thoughts > .thought-share { grid-column: 1; }
  .thought-share { align-items: flex-start; grid-template-columns: 1fr; }
  .thought-share-actions { justify-content: flex-start; }
  .thought-share-status { text-align: left; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card, .work-card:nth-child(even) { border-right: 0; min-height: 310px; padding-left: 0; }
  .ventures { grid-template-columns: 1fr; }
  .venture-list article { gap: 13px; grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .story-copy { padding: 40px 0 0; }
  .speaking-inquiry { grid-template-columns: 1fr; }
  .speaking-inquiry-intro { max-width: 650px; }
  .book { grid-template-columns: 1fr; padding: 90px 24px; }
  .book-art { min-height: 500px; }
  .book-halo { height: 360px; width: 360px; }
  .book-art img { height: 470px; }
  .book-reviews { grid-template-columns: 1fr; margin-top: 48px; }
  .review-carousel {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.14);
    min-height: 350px;
    padding-left: 0;
    padding-top: 48px;
  }
  .reviews-heading > p:last-child { max-width: 420px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer > div { justify-self: center; }
  .wordmark-signature { height: 48px; width: 210px; }
  .calendar-day { min-height: 94px; padding: 10px; }
  .calendar-event-label { font-size: 13px; margin-top: 12px; }
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-cards article { min-height: 230px; }
  .thoughts-grid { grid-template-columns: 1fr; }
  .thought-entry { min-height: 330px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 520px) {
  .wordmark-mark { height: 34px; width: 34px; }
  .hero { min-height: 78svh; padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 54px); line-height: 1.06; }
  .hero-video-overlay {
    background:
      linear-gradient(90deg, rgba(0, 29, 105, .94), rgba(0, 29, 105, .58)),
      linear-gradient(180deg, rgba(0, 10, 42, .12), rgba(0, 10, 42, .52));
  }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-portrait { min-height: 530px; width: 100%; }
  .hero-portrait::before { height: 440px; right: -105px; top: -25px; width: 440px; }
  .hero-portrait::after { height: 465px; right: 3px; top: 25px; width: calc(100% - 22px); }
  .portrait-frame { border-radius: 20px; height: 500px; right: 0; width: calc(100% - 20px); }
  .portrait-note { bottom: 14px; left: 0; padding: 15px 17px; width: 252px; }
  .portrait-note p { font-size: 13px; line-height: 1.42; }
  .hero-manifesto { line-height: 1.7; }
  .credential { border-radius: 15px; min-height: 158px; }
  .credential-award-value { grid-template-columns: 72px 1fr; }
  .founder-values { grid-template-columns: 1fr; }
  .venture-name { min-height: 78px; }
  .section { padding-left: 20px; padding-right: 20px; }
  .thought-card-copy { padding: 27px 22px; }
  .thought-card h3 { font-size: 31px; margin-top: 30px; }
  .thought-card blockquote { font-size: 29px; margin: 32px 0 42px; }
  .thought-card-visual { min-height: 220px; }
  .thought-share { border-radius: 15px; padding: 16px; }
  .thought-share-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
  .thought-share-button { justify-content: flex-start; width: 100%; }
  .thought-reading-visual { align-items: flex-start; flex-direction: column; gap: 80px; }
  .thought-reading-visual strong { text-align: left; }
  .thought-entry-meta { flex-wrap: wrap; gap: 10px; }
  .about-heading h2, .section-heading-row h2, .story-copy h2, .speaking-main h2, .venture-intro h2 { font-size: 43px; }
  .book-halo { height: 290px; width: 290px; }
  .book-art { min-height: 430px; }
  .book-art img { height: 410px; }
  .book-copy h2 { font-size: 54px; }
  .book-reviews { padding-top: 45px; }
  .review-stage { min-height: 310px; }
  .review-slide blockquote { font-size: 28px; }
  .speaking-inquiry { padding-left: 20px; padding-right: 20px; }
  .speaking-inquiry-intro h2 { font-size: 47px; }
  .speaking-form { border-radius: 18px; padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: 1; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .form-submit-row button { width: 100%; }
  .contact-orbit { height: 460px; width: 460px; }
  .contact h2 { font-size: 47px; }
  .wordmark { gap: 7px; }
  .wordmark-signature { height: 41px; width: 180px; }
  .calendar-toolbar { align-items: center; }
  .calendar-toolbar h2 { font-size: 34px; }
  .calendar-arrows button { height: 40px; width: 40px; }
  .calendar-weekdays span { font-size: 0; }
  .calendar-weekdays span::first-letter { font-size: 9px; }
  .calendar-day { min-height: 66px; padding: 7px; }
  .calendar-event-label { display: none; }
  .calendar-status { font-size: 0; margin-top: 12px; }
  .calendar-status::before { background: currentColor; border-radius: 50%; content: ""; display: block; height: 7px; width: 7px; }
  .calendar-help { text-align: left; }
  .journey-dialog { height: 96vh; max-height: 96vh; width: calc(100% - 12px); }
  .journey-dialog-inner { border-radius: 17px; max-height: 96vh; padding: 25px 18px; }
  .dialog-close { right: 13px; top: 13px; }
  .dialog-heading { padding-right: 45px; }
  .format-options, .journey-form-grid { grid-template-columns: 1fr; }
  .journey-form-full { grid-column: 1; }
  .format-card > span { min-height: 108px; }
  .thought-single-footer { align-items: flex-start; flex-direction: column; gap: 24px; }
  .thought-sequence { grid-template-columns: 1fr; }
  .thought-sequence-empty { display: none; }
}

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

/* Homepage edition gateway: one finished destination for every format. */
.edition-home{background:linear-gradient(135deg,#faf6ed 0%,#f2f5f8 56%,#eef3fb 100%);display:block;padding:clamp(68px,8vw,125px) clamp(22px,7vw,130px);position:relative}.edition-home::before{background:radial-gradient(circle,rgba(219,174,50,.2),transparent 65%);content:"";height:560px;position:absolute;right:-190px;top:-260px;width:560px}.edition-home__intro{align-items:end;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(220px,.4fr);margin:0 auto 42px;max-width:1280px;position:relative}.edition-home__intro .eyebrow{color:#b68012;margin:0 0 10px}.edition-home__intro h2{color:var(--navy);font-size:clamp(44px,5vw,78px);letter-spacing:-.055em;line-height:.98;margin:0}.edition-home__intro h2 em{color:#c18a18;font-weight:400}.edition-home__intro>p{color:#536574;font-size:15px;line-height:1.55;margin:0 0 8px}.edition-home__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin:auto;max-width:1280px;position:relative}.edition-card{background:#fffdf9;border:1px solid rgba(6,26,67,.13);box-shadow:0 18px 38px rgba(5,24,48,.09);display:grid;grid-template-columns:34% 66%;min-height:330px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.edition-card:hover{box-shadow:0 26px 55px rgba(5,24,48,.16);transform:translateY(-5px)}.edition-card__art{background:#061d50;display:flex;min-height:100%;overflow:hidden;position:relative}.edition-card__art>span{background:#dcad28;color:#071a40;font-size:10px;font-weight:800;left:0;letter-spacing:.08em;padding:7px 10px;position:absolute;text-transform:uppercase;top:0;z-index:2}.edition-card--print .edition-card__art{align-items:center;background:#061d50;justify-content:center}.edition-card--print .edition-card__art img{filter:drop-shadow(0 18px 10px rgba(0,0,0,.36));height:80%;max-width:94%;object-fit:contain;transform:rotate(-2deg)}.edition-card__body{display:flex;flex-direction:column;padding:30px 28px}.edition-card__eyebrow{color:#be8615;font-size:10px;font-weight:800;letter-spacing:.13em;margin:0 0 12px;text-transform:uppercase}.edition-card__body h3{color:#061a43;font-family:Georgia,serif;font-size:clamp(23px,2.1vw,33px);font-weight:400;letter-spacing:-.035em;line-height:.98;margin:0}.edition-card__price{color:#082d83;font-family:Georgia,serif;font-size:29px;margin:13px 0 12px}.edition-card__price del{color:#87919a;font-size:14px;margin-right:5px}.edition-card__price small{font-family:Arial,sans-serif;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.edition-card__body ul{border-bottom:1px solid rgba(6,26,67,.12);border-top:1px solid rgba(6,26,67,.12);list-style:none;margin:0 0 17px;padding:8px 0}.edition-card__body li{color:#566776;font-size:12px;line-height:1.45;padding:4px 0}.edition-card__body li::before{color:#0c4ab3;content:"✓";font-weight:800;margin-right:9px}.edition-card__body>a{color:#b17c0d;font-size:12px;font-weight:800;margin-top:auto;text-decoration:none}.edition-card__button{align-items:center;background:#071d3c!important;border-radius:99px;color:#f4c94f!important;display:flex;justify-content:center;min-height:42px;padding:0 15px}.edition-card__button--gold{background:#dcae26!important;color:#061a43!important}.edition-card--audio{background:#071c35;border-color:#071c35}.edition-card--audio .edition-card__body h3,.edition-card--audio .edition-card__price{color:#fff}.edition-card--audio .edition-card__body li{color:rgba(255,255,255,.72)}.edition-card--audio .edition-card__body li::before{color:#f1c950}.edition-card--audio .edition-card__body ul{border-color:rgba(255,255,255,.16)}.edition-card__art--audio{align-items:end;background:linear-gradient(150deg,#0c294d,#061326);padding:22px}.edition-card__waves{align-items:center;display:flex;gap:5px;margin-bottom:18px}.edition-card__waves b{background:#f3c950;border-radius:9px;display:block;height:23px;width:4px}.edition-card__waves b:nth-child(2),.edition-card__waves b:nth-child(6){height:42px}.edition-card__waves b:nth-child(3),.edition-card__waves b:nth-child(5){height:31px}.edition-card__waves b:nth-child(4){height:54px}.edition-card__art--read{align-items:center;background:radial-gradient(circle at 50% 48%,#c99a28 0 26%,#382505 27% 31%,#061b50 32%)}.edition-card__art--read i{align-items:center;background:linear-gradient(145deg,#f7da77,#a67114);border:8px solid #3f2b08;border-radius:21px;box-shadow:0 0 0 2px #e8bd49,0 16px 22px rgba(0,0,0,.4);color:#071c45;display:flex;font:700 23px Georgia,serif;height:118px;justify-content:center;width:69px}.edition-card__art--chapters{align-items:center;background:linear-gradient(140deg,#123046,#061923);justify-content:center}.edition-card__art--chapters strong{color:#fff;font:700 29px Georgia,serif}.edition-card__art--chapters strong i{background:#dcae26;display:inline-block;height:2px;margin:0 9px;vertical-align:middle;width:34px}.edition-home__continue{align-items:center;background:#e3edfc;border:1px solid #bdcef0;display:grid;gap:14px;grid-template-columns:auto 1fr auto auto;margin:40px auto 0;max-width:1280px;padding:16px 18px;position:relative}.edition-home__continue>span{align-items:center;background:#071d3c;border-radius:50%;color:#f2c94b;display:flex;font-size:10px;font-weight:800;height:32px;justify-content:center;width:32px}.edition-home__continue p{display:grid;margin:0}.edition-home__continue strong{color:#082352;font-size:12px}.edition-home__continue small{color:#637087;font-size:11px;margin-top:3px}.edition-home__continue .button{font-size:11px;min-height:37px;padding:9px 14px}.edition-home__outline{border:1px solid #a7b9d9;color:#09275b;font-size:11px;font-weight:800;padding:10px 14px;text-decoration:none}
@media(max-width:900px){.edition-home__grid{grid-template-columns:1fr}.edition-card{grid-template-columns:210px 1fr}.edition-home__intro{grid-template-columns:1fr}.edition-home__continue{grid-template-columns:auto 1fr}.edition-home__continue .button,.edition-home__outline{grid-column:2}.edition-home__continue .button{justify-self:start}}
@media(max-width:560px){.edition-home{padding:58px 16px}.edition-home__intro{margin-bottom:28px}.edition-home__intro h2{font-size:42px}.edition-card{grid-template-columns:120px 1fr;min-height:0}.edition-card__body{padding:22px 17px}.edition-card__body h3{font-size:24px}.edition-card__art--read i{height:91px;width:54px}.edition-home__continue{grid-template-columns:auto 1fr;padding:15px}.edition-home__continue .button,.edition-home__outline{grid-column:1/-1;width:100%}.edition-home__continue .button{justify-self:stretch}.edition-home__outline{text-align:center}}
.edition-card__print-invitation{color:#4a5865;font:italic 14px/1.52 Georgia,serif;margin:14px 0 3px}.edition-card__print-invitation strong{color:#8e6311;font-style:normal}.edition-card__print-invitation em{color:#061a43;font-weight:700}
.edition-home{color:var(--navy);min-height:0!important;padding-bottom:clamp(58px,6vw,84px)!important;padding-top:clamp(58px,6vw,84px)!important}.edition-home .book-reviews[hidden]{display:none!important}.edition-home__intro{margin-bottom:30px!important}.edition-home__intro h2{max-width:850px}.edition-home__grid{gap:14px!important}.edition-card{min-height:288px}.edition-card__body{padding:24px 25px}.edition-card__body h3{font-size:clamp(22px,1.85vw,30px)}.edition-home__continue{margin-top:22px!important}.edition-home::after{border:1px solid rgba(10,42,93,.08);content:"";inset:18px;pointer-events:none;position:absolute}
@media(max-width:560px){.edition-home{padding-bottom:48px!important;padding-top:48px!important}.edition-home::after{inset:8px}.edition-home__intro{margin-bottom:22px!important}.edition-card{min-height:0}}
/* v2.9.5 — compact editorial rhythm across the home page. */
.hero{min-height:min(78svh,720px);padding-bottom:clamp(54px,7vh,82px);padding-top:clamp(54px,7vh,82px)}.hero-copy{max-width:min(760px,72vw)}.hero h1{font-size:clamp(42px,4.6vw,68px);line-height:1.03}.credential-strip{padding-bottom:clamp(30px,4vw,52px);padding-top:clamp(30px,4vw,52px)}.credential{min-height:142px;padding:23px}.credential-value{gap:11px;padding-top:19px}.founder-values{padding-top:15px}.venture-name{min-height:70px;padding:12px 14px}.section{gap:clamp(28px,4vw,62px);padding-bottom:clamp(62px,7vw,100px);padding-top:clamp(62px,7vw,100px)}.about-heading h2,.section-heading-row h2,.story-copy h2,.speaking-main h2{font-size:clamp(39px,4.25vw,63px)}.about-body p,.story-copy p,.section-heading-row>p,.venture-list p,.contact>p{line-height:1.65}.work-grid{gap:0}.work-card{min-height:255px;padding-top:25px}.work-card h3{font-size:27px;margin:34px 0 14px}.work-card p{line-height:1.58}.work-card a{bottom:25px}.work-card:first-child{background:linear-gradient(135deg,#071a2b,#0c3150);grid-row:span 2;min-height:510px;padding:34px}.work-card:first-child h3,.work-card:first-child p,.work-card:first-child a{color:#fff}.work-card:first-child .work-number{color:var(--gold-light)}.ventures{gap:clamp(35px,5vw,72px);padding-bottom:clamp(62px,7vw,95px);padding-top:clamp(62px,7vw,95px)}.venture-intro h2{font-size:clamp(39px,4.2vw,61px)}.venture-list article{gap:18px;padding:20px 0}.thoughts{padding-bottom:clamp(62px,7vw,100px);padding-top:clamp(62px,7vw,100px)}.thought-card{border-radius:16px}.thought-card-visual{min-height:360px}.thought-card-copy{padding:clamp(27px,3.4vw,48px)}.thought-card h3{margin-top:24px}.thought-card blockquote{font-size:clamp(25px,3vw,45px);margin:28px 0}.thought-card-signature{margin:-13px 0 22px}.story-image{min-height:470px}.story-copy{padding:clamp(30px,4vw,54px)}.story-copy h2{margin-bottom:26px}.speaking-main h2{margin-bottom:28px}.speaking-topics ul{margin-top:22px}.speaking-topics li{font-size:16px;padding:14px 0}.speaking-inquiry{gap:clamp(35px,5vw,70px);padding-bottom:clamp(62px,7vw,95px);padding-top:clamp(62px,7vw,95px)}.speaking-inquiry-intro h2{font-size:clamp(40px,4.2vw,61px)}
.edition-card__art--read{padding:13px}.edition-card__art--read img{border:1px solid rgba(244,206,114,.78);border-radius:14px;box-shadow:0 16px 28px rgba(0,0,0,.38);height:min(82%,230px);object-fit:cover;width:min(78%,160px)}.edition-card__art--read i{display:none}.work-card:first-child{background:#fff!important;grid-row:auto!important;min-height:255px!important;padding:25px clamp(24px,3vw,48px) 35px 0!important}.work-card:first-child h3{color:var(--navy)!important}.work-card:first-child p{color:var(--muted)!important}.work-card:first-child a{color:var(--navy)!important}.work-card:first-child .work-number{color:#a57c17!important}
@media(max-width:820px){.hero{min-height:66svh}.credential{min-height:0}.work-card:first-child{grid-row:auto;min-height:330px}.section{padding-bottom:58px;padding-top:58px}.thought-card-visual{min-height:250px}.story-image{min-height:390px}}
/* Replacement composition for About and Work: no empty grid columns. */
.compact-section{display:grid;gap:28px;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);padding:clamp(54px,6vw,86px) clamp(24px,7vw,112px)}.compact-section header{max-width:780px}.compact-section h2{color:var(--navy);font-size:clamp(39px,4.3vw,64px);line-height:1.02;margin:0}.compact-section header>.eyebrow{margin-bottom:15px}.compact-about__copy{border-left:1px solid var(--line);display:grid;gap:15px;padding-left:clamp(24px,3vw,44px)}.compact-about__copy p{color:#52616b;font-size:15px;line-height:1.65;margin:0}.compact-about__copy .lead{color:var(--ink);font:400 20px/1.45 Georgia,serif}.compact-about__copy .text-link{justify-self:start;margin-top:5px}.compact-work{background:var(--cream-light);display:block}.compact-work header{align-items:end;display:grid;gap:26px;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);max-width:none}.compact-work header>.eyebrow,.compact-work header>h2{grid-column:1}.compact-work header>p{color:#52616b;font-size:15px;grid-column:2;grid-row:1 / span 2;line-height:1.6;margin:0}.compact-work__grid{border-left:1px solid var(--line);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);margin-top:34px}.compact-work__grid article{border-bottom:1px solid var(--line);border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:228px;padding:23px}.compact-work__grid span{color:#a57c17;font:700 10px Arial,sans-serif}.compact-work__grid h3{color:var(--navy);font:400 24px/1.08 Georgia,serif;margin:27px 0 11px}.compact-work__grid p{color:#596a73;font-size:13px;line-height:1.55;margin:0}.compact-work__grid a{color:var(--navy);font-size:12px;font-weight:800;margin-top:auto;text-decoration:none}.compact-work__grid article:hover{background:#fff;box-shadow:0 10px 24px rgba(4,17,31,.07);position:relative;z-index:1}
@media(max-width:900px){.compact-section{grid-template-columns:1fr}.compact-about__copy{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:24px}.compact-work header{grid-template-columns:1fr}.compact-work header>.eyebrow,.compact-work header>h2,.compact-work header>p{grid-column:1;grid-row:auto}.compact-work__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.compact-section{padding:48px 20px}.compact-section h2{font-size:39px}.compact-work__grid{grid-template-columns:1fr}.compact-work__grid article{min-height:190px;padding:21px}}
.pkh-site{display:flex;flex-direction:column}.pkh-site>.hero{order:1}.pkh-site>.credential-strip{order:2}.pkh-site>.about{order:3}.pkh-site>.edition-home{order:4}.pkh-site>.work{order:5}.pkh-site>.ventures{order:6}.pkh-site>.thoughts{order:7}.pkh-site>.story{order:8}.pkh-site>.speaking{order:9}.pkh-site>.speaking-inquiry{order:10}.pkh-site>.contact{order:11}.edition-card__chapters{border-top:1px solid rgba(6,26,67,.12);margin:2px 0 14px;padding-top:10px}.edition-card__chapters summary{color:#b17c0d;cursor:pointer;font-size:12px;font-weight:800;list-style:none}.edition-card__chapters summary::-webkit-details-marker{display:none}.edition-card__chapters summary span{float:right;font-size:17px;line-height:.7}.edition-card__chapters[open] summary span{transform:rotate(45deg)}.edition-card__chapters>div{display:none;margin-top:10px}.edition-card__chapters[open]>div,.edition-card--chapters:hover .edition-card__chapters>div,.edition-card--chapters:focus-within .edition-card__chapters>div{display:block}.edition-card__chapters p{border-left:2px solid #dcae26;color:#516172;font:400 12px/1.4 Georgia,serif;margin:7px 0;padding:3px 0 3px 8px}.edition-card__chapters b{color:#061a43;display:block;font-size:11px}.edition-card__chapters small{color:#8a7448;display:block;font:700 10px Arial,sans-serif;letter-spacing:.05em;margin-top:2px;text-transform:uppercase}
@media(max-width:560px){.edition-card__chapters>div{display:none}.edition-card--chapters:hover .edition-card__chapters>div{display:none}.edition-card__chapters[open]>div{display:block}}
