:root {
  --ivory: #f7f0e8;
  --ivory-soft: #fbf5ed;
  --green: #1f4a42;
  --green-mid: #7f9a99;
  --terracotta: #dfbd96;
  --terracotta-deep: #8f735c;
  --grey-sage: #cbcccb;
  --charcoal: #11100f;
  --muted: #49443f;
  --line: rgba(17, 16, 15, 0.18);
  --shadow: 0 18px 42px rgba(30, 24, 20, 0.1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Avenir, "Avenir Next", Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory-soft);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.65;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(17, 16, 15, 0.14);
  background: rgba(251, 245, 237, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--charcoal);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--green);
}

.section-pad {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0;
}

.hero.section-pad,
.page-hero.section-pad,
.speaker-hero.section-pad,
.book.section-pad {
  padding-top: clamp(56px, 7vw, 96px);
}

.hero,
.page-hero,
.speaker-hero,
.book {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.page-hero,
.speaker-hero {
  grid-template-columns: minmax(320px, 1.08fr) minmax(280px, 0.92fr);
}

.hero-media,
.page-media,
.book-media {
  overflow: hidden;
  min-height: 620px;
  border-radius: 999px 999px 48% 48%;
  box-shadow: none;
  background: #ddd8d3;
}

.page-media {
  min-height: 560px;
}

.story-portrait {
  min-height: 680px;
  border-radius: 999px;
}

.story-portrait img {
  object-position: center top;
}

.coaching-portrait {
  object-position: center center;
}

.consulting-portrait {
  object-position: center center;
}

.book-media {
  min-height: 520px;
  padding: clamp(22px, 4vw, 44px);
  border-radius: 999px;
  background: var(--terracotta);
}

.book-media img {
  object-fit: contain;
}

.book-media.exact-product-image,
.product-image.exact-product-image {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.book-media.exact-product-image img,
.product-image.exact-product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.author-book {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
}

.author-book-media {
  overflow: hidden;
  min-height: 560px;
  border-radius: 999px 999px 46% 46%;
  background: #ddd8d3;
}

.author-book-copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
}

.homecoming-bookshop img {
  object-position: center 18%;
}

.story-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: start;
  border-block: 1px solid rgba(17, 16, 15, 0.16);
}

.story-prose {
  max-width: 760px;
  color: var(--charcoal);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.55;
}

.story-prose p {
  margin: 0 0 28px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--terracotta-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  font-size: clamp(2.7rem, 4.7vw, 5.35rem);
}

.page-hero h1,
.speaker-hero h1,
.book h1 {
  font-size: clamp(2.6rem, 4.2vw, 4.8rem);
}

h2 {
  max-width: 920px;
  font-size: clamp(2.05rem, 3.8vw, 4.05rem);
}

h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--charcoal);
  font-size: clamp(1.16rem, 1.7vw, 1.38rem);
  line-height: 1.45;
}

.hero-copy > p:not(.eyebrow),
.page-copy > p:not(.eyebrow),
.book-copy > p:not(.eyebrow) {
  max-width: 680px;
}

.credibility {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.credibility span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(203, 204, 203, 0.35);
  color: var(--charcoal);
  font-size: 0.86rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 1rem;
  font-weight: 500;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.circle-actions {
  gap: 18px;
  align-items: center;
}

.circle-actions .button {
  width: clamp(132px, 12vw, 174px);
  min-height: auto;
  aspect-ratio: 1;
  border-radius: 999px;
  padding: 16px;
  text-align: center;
  line-height: 1.2;
}

.primary {
  border-color: rgba(17, 16, 15, 0.62);
  background: var(--terracotta);
  color: var(--charcoal);
  box-shadow: none;
}

.secondary,
.tertiary {
  border-color: rgba(17, 16, 15, 0.42);
  background: var(--grey-sage);
  color: var(--charcoal);
}

.tertiary {
  border-color: rgba(31, 74, 66, 0.55);
  background: transparent;
  color: var(--charcoal);
}

.light {
  background: #fff8ed;
  color: var(--green);
}

.outline-light {
  border-color: rgba(255, 248, 237, 0.48);
  color: #fff8ed;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 40px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.section-heading.narrow {
  display: block;
  max-width: 870px;
}

.card-grid,
.quote-grid,
.editorial-columns,
.product-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.quote-card,
.speaker-panel,
.editorial-columns article,
.product-card,
.package-card {
  border: 1px solid rgba(17, 16, 15, 0.2);
  border-radius: 28px;
  background: rgba(251, 245, 237, 0.72);
  box-shadow: none;
}

.service-card {
  min-height: 360px;
  padding: clamp(26px, 4vw, 42px);
}

.package-card,
.product-card {
  padding: clamp(26px, 4vw, 42px);
}

.feature-package {
  background: rgba(223, 189, 150, 0.28);
}

.card-index {
  margin: 0 0 52px;
  color: var(--terracotta-deep);
  font-family: var(--sans);
  font-size: 1.7rem;
}

.service-card p:not(.card-index) {
  color: var(--muted);
}

.package-card p,
.product-card p {
  color: var(--muted);
}

.buy-options {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.buy-option {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 16, 15, 0.2);
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.68);
  color: var(--charcoal);
  transition: transform 180ms ease, background 180ms ease;
}

.buy-option:hover {
  transform: translateY(-2px);
  background: rgba(223, 189, 150, 0.22);
}

.buy-logo {
  color: var(--charcoal);
  font-weight: 800;
  line-height: 1.1;
}

.buy-logo.logo-image {
  display: block;
  width: min(180px, 72%);
  height: 36px;
}

.buy-logo.logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.buy-option span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.buy-option.amazon .buy-logo.logo-image {
  width: min(170px, 70%);
}

.buy-option.gleebooks .buy-logo.logo-image {
  width: min(190px, 76%);
}

.buy-option.signed .buy-logo {
  color: var(--terracotta-deep);
}

.package-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.package-meta span {
  border: 1px solid rgba(17, 16, 15, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(203, 204, 203, 0.28);
  color: var(--charcoal);
  font-size: 0.88rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 20px;
}

.detail-card {
  border: 1px solid rgba(17, 16, 15, 0.2);
  border-radius: 28px;
  background: rgba(251, 245, 237, 0.72);
  padding: clamp(26px, 4vw, 42px);
}

.detail-card p,
.detail-card li {
  color: var(--muted);
}

.detail-card ul,
.product-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.detail-card li,
.product-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.product-list {
  margin-bottom: 28px;
}

.product-list strong {
  color: var(--charcoal);
}

.client-logos {
  padding-top: 0;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.client-logo {
  display: grid;
  min-height: 118px;
  place-items: center;
  border: 1px solid rgba(17, 16, 15, 0.18);
  border-radius: 999px;
  background: rgba(251, 245, 237, 0.74);
  overflow: hidden;
  padding: 20px;
}

.client-logo img {
  width: 100%;
  max-width: 170px;
  max-height: 72px;
  object-fit: contain;
}

.client-logo .logo-gsk {
  max-width: 118px;
  max-height: 82px;
}

.client-logo .logo-jnj {
  max-width: 92px;
  max-height: 92px;
}

.client-logo .logo-vitality,
.client-logo .logo-thrive {
  max-width: 190px;
}

.client-logo .logo-haleon {
  max-width: 176px;
}

.product-image {
  display: grid;
  min-height: 360px;
  margin-bottom: 28px;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: var(--terracotta);
}

.product-image img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.cover-product {
  background: var(--grey-sage);
}

.service-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--charcoal);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.difference {
  border-block: 1px solid rgba(17, 16, 15, 0.16);
}

.editorial-columns article {
  min-height: 300px;
  padding: clamp(28px, 4vw, 44px);
}

.editorial-columns ul,
.clean-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.editorial-columns li,
.clean-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.editorial-columns .moat,
.moat {
  background: var(--green);
}

.editorial-columns .moat h3,
.editorial-columns .moat p,
.moat h3,
.moat p {
  color: #fff8ed;
}

.moat p,
.book-copy > p,
.speaker-panel p {
  color: var(--muted);
  font-size: 1.05rem;
}

.editorial-columns .moat p,
.moat p {
  color: rgba(255, 248, 237, 0.82);
}

blockquote {
  margin: 34px 0 0;
  padding-left: 24px;
  border-left: 2px solid var(--terracotta-deep);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: clamp(1.55rem, 2.6vw, 2.55rem);
  line-height: 1.18;
}

.speaking-head {
  max-width: 950px;
}

.speaking-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.image-stack {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(170px, 0.74fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: end;
}

.image-stack img {
  width: 100%;
  height: clamp(500px, 54vw, 680px);
  min-height: 0;
  border-radius: 999px 999px 28px 28px;
  object-fit: cover;
  object-position: center top;
  box-shadow: none;
}

.image-stack .wide {
  height: clamp(560px, 62vw, 780px);
  min-height: 0;
  object-position: center top;
}

.hero-stack {
  margin-top: 40px;
}

.speaker-portrait {
  width: min(420px, 100%);
  min-height: 620px;
  margin: 32px auto 0;
  overflow: hidden;
  border-radius: 999px 999px 46% 46%;
  background: #ddd8d3;
}

.speaker-portrait img {
  object-position: center top;
}

.speaker-panel {
  padding: clamp(28px, 4vw, 44px);
}

.panel-kicker {
  margin-top: 0;
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 1.45rem;
  line-height: 1.25;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.topic-list span {
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(17, 16, 15, 0.28);
  background: var(--grey-sage);
  color: var(--charcoal);
  font-weight: 500;
  font-size: 0.88rem;
}

.event-proof {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.quote-card {
  margin: 0;
  padding: clamp(28px, 4vw, 42px);
}

.quote-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.quote-card figcaption {
  margin-top: 26px;
  color: var(--terracotta);
  font-weight: 800;
}

.final-cta {
  padding: clamp(72px, 10vw, 124px) 20px;
  background: var(--green);
  color: #fff8ed;
}

.final-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.final-inner h2,
.final-inner .eyebrow {
  color: #fff8ed;
}

.final-inner h2 {
  margin: 0 auto;
}

.site-footer {
  border-top: 1px solid rgba(17, 16, 15, 0.16);
  background: var(--ivory-soft);
  padding: 28px clamp(20px, 4vw, 56px);
}

.footer-inner {
  display: flex;
  width: min(var(--max), 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(17, 16, 15, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--charcoal);
  font-size: 0.9rem;
}

.social-links a:hover {
  background: var(--grey-sage);
}

.page-copy,
.book-copy,
.hero-copy {
  min-width: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .page-hero,
  .speaker-hero,
  .book,
  .author-book,
  .story-body,
  .speaking-layout,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .page-media,
  .book-media,
  .author-book-media {
    min-height: 440px;
  }

  .story-portrait {
    min-height: 560px;
  }

  .card-grid,
  .quote-grid,
  .editorial-columns,
  .product-grid,
  .package-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .package-card,
  .editorial-columns article {
    min-height: auto;
  }

  .card-index {
    margin-bottom: 34px;
  }
}

@media (max-width: 620px) {
  .section-pad {
    width: min(100% - 28px, var(--max));
    padding: 64px 0;
  }

  h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .actions:not(.circle-actions),
  .actions:not(.circle-actions) .button {
    width: 100%;
  }

  .circle-actions {
    justify-content: center;
  }

  .circle-actions .button {
    width: min(42vw, 156px);
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    grid-template-columns: 1fr;
  }

  .image-stack img,
  .image-stack .wide {
    height: 520px;
    min-height: 0;
  }

  .speaker-portrait {
    min-height: 520px;
  }

  .book-media img {
    object-fit: contain;
  }
}
