:root {
  --bg: #090b0c;
  --bg-2: #111416;
  --bg-3: #1a1d1f;
  --stone: #d7d3cc;
  --cream: #eeeae2;
  --gold: #d9a35f;
  --gold-soft: #f0c88e;
  --ink: #343a3e;
  --ink-2: #85888a;
  --image-radius: 1.4rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top left, rgba(217, 163, 95, 0.1), transparent 24%), linear-gradient(135deg, var(--bg), var(--bg-2));
  color: var(--cream);
  line-height: 1.7;
  font-size: 1.02rem;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(217, 163, 95, 0.06), transparent 40%, rgba(215, 209, 199, 0.05));
  animation: drift 18s ease-in-out infinite alternate;
  z-index: -1;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.navbar {
  background: rgba(24, 26, 29, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  z-index: 1000;
}
.navbar-brand { color: var(--cream) !important; font-weight: 600; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
}
.brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; line-height: 1; }
.brand-subtitle { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(246,243,239,0.72); }
.nav-link { color: rgba(246,243,239,0.86) !important; transition: color 0.25s ease; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--gold) !important; }

.hero-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(12, 15, 17, 0.82), rgba(23, 26, 29, 0.7));
}
.hero-shell::before,
.hero-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-shell::before {
  background: radial-gradient(circle at 15% 20%, rgba(217, 163, 95, 0.16), transparent 30%), radial-gradient(circle at 85% 20%, rgba(238, 234, 226, 0.1), transparent 34%);
  animation: drift 20s ease-in-out infinite alternate;
}
.hero-shell::after {
  background: linear-gradient(120deg, rgba(10, 12, 14, 0.12), rgba(25, 29, 32, 0.06) 55%, rgba(255, 240, 214, 0.04));
}
.hero-section {
  position: relative;
  min-height: 100vh;
  padding: clamp(9rem, 12vh, 12rem) 0 clamp(5rem, 8vh, 8rem);
  overflow: hidden;
}

.hero-section > .container {
  width: 100%;
  max-width: 1720px;
  padding-left: clamp(1.5rem, 4vw, 5rem);
  padding-right: clamp(1.5rem, 4vw, 5rem);
}

.hero-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.hero-copy {
  width: 100%;
  max-width: 850px;
}

.hero-title {
  margin: 0 0 1.75rem;
  color: #eeeae2;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.5rem, 7.4vw, 9rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-subtitle {
  max-width: 760px;
  margin-bottom: 2rem;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.75;
  color: #d7d3cc;
}

.hero-actions {
  margin-top: 1.75rem;
}

.hero-media {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hero-whitespace {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  aspect-ratio: 4 / 3;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--image-radius);
  background:
    radial-gradient(circle at 24% 22%, rgba(217, 163, 95, 0.14), transparent 34%),
    radial-gradient(circle at 76% 20%, rgba(238, 234, 226, 0.08), transparent 30%),
    radial-gradient(circle at 50% 80%, rgba(19, 22, 24, 0.36), transparent 58%);
  border: 1px solid rgba(215, 209, 199, 0.18);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.2);
}

.hero-whitespace img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.04) brightness(0.9) sepia(0.15);
}

.hero-whitespace::before,
.hero-whitespace::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-whitespace::before {
  background:
    linear-gradient(145deg, rgba(255, 242, 214, 0.09) 0%, rgba(255, 242, 214, 0.03) 30%, transparent 56%),
    linear-gradient(180deg, rgba(3, 5, 7, 0.03) 0%, rgba(3, 5, 7, 0.12) 62%, rgba(3, 5, 7, 0.18) 100%);
  opacity: 0.88;
}

.hero-whitespace::after {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 248, 236, 0.1), transparent 62%),
    radial-gradient(circle at 20% 24%, rgba(249, 192, 102, 0.14), transparent 30%),
    radial-gradient(circle at 82% 26%, rgba(255, 255, 255, 0.08), transparent 32%);
  opacity: 0.82;
}

.hero-whitespace-glow,
.hero-whitespace-haze {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-whitespace-glow {
  background: radial-gradient(circle at 54% 18%, rgba(249, 192, 102, 0.09), transparent 42%);
  mix-blend-mode: screen;
}

.hero-whitespace-haze {
  background: linear-gradient(120deg, transparent 0%, rgba(255, 247, 231, 0.05) 24%, transparent 48%, rgba(255, 247, 231, 0.04) 72%, transparent 100%);
  transform: translateX(-6%) translateY(-4%);
  animation: mistDrift 14s ease-in-out infinite alternate;
  filter: blur(8px);
}

.hero-card {
  width: 100%;
  max-width: 560px;
  margin-top: 1rem;
  margin-left: auto;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(217, 163, 95, 0.16);
  border-radius: 1.25rem;
  background: rgba(18, 21, 24, 0.72);
  color: #eeeae2;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
}

.hero-card .small-label {
  color: #f0c88e;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.btn-gold {
  background: var(--gold);
  color: var(--cream);
  border: 1px solid var(--gold);
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(176,141,87,0.24);
  background: #a67e45;
  border-color: #a67e45;
  color: var(--cream);
}
.btn-gold:focus-visible,
.btn-outline:focus-visible,
.nav-link:focus-visible,
.footer-links a:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}
.btn-outline {
  color: var(--cream);
  border: 1px solid rgba(246,243,239,0.38);
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-outline:hover {
  transform: translateY(-2px);
  background: rgba(246,243,239,0.1);
  border-color: rgba(246,243,239,0.58);
  color: var(--cream);
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

@media (min-width: 992px) {
  .hero-section .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .hero-section .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .hero-media {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding-top: 8.5rem;
  }

  .hero-media {
    margin-top: 1rem;
  }

  .hero-visual {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 575.98px) {
  .hero-section > .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-title {
    font-size: clamp(3.25rem, 18vw, 5rem);
    line-height: 0.88;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

section.container { position: relative; z-index: 2; }
section.container.py-5.py-lg-6.reveal {
  padding-top: clamp(5rem, 7vw, 6.5rem);
  padding-bottom: clamp(5rem, 7vw, 6.5rem);
}

.home-section {
  padding-top: clamp(5rem, 7vw, 6.5rem);
  padding-bottom: clamp(5rem, 7vw, 6.5rem);
}

.coaching-visual {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--image-radius);
  border: 1px solid rgba(217, 163, 95, 0.22);
  background: linear-gradient(135deg, #12161a 0%, #1a2024 100%);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.18);
}

.coaching-visual picture,
.coaching-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.py-6 { padding-top: 7rem; padding-bottom: 5rem; }
.py-lg-6 { padding-top: 6rem; padding-bottom: 6rem; }
.section-title {
  color: var(--cream);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin-bottom: 1rem;
}
.book-shell, .book-visual, .topic-card, .info-card, .quote-panel, .timeline-card, .contact-card {
  background: rgba(238,234,226,0.06);
  border: 1px solid rgba(215,209,199,0.12);
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.book-shell {
  padding: 2.2rem 2.25rem;
  max-width: 640px;
  margin-right: auto;
}
.book-visual {
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  background: linear-gradient(145deg, rgba(20, 23, 25, 0.96), rgba(12, 14, 16, 0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), inset 0 -1px 0 rgba(0,0,0,0.35), 0 18px 34px rgba(0,0,0,0.2);
  border: 1px solid rgba(217,163,95,0.14);
}
.book-author {
  font-size: 0.98rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 1.1rem;
}
.book-cover-picture {
  display: block;
  width: min(100%, 462px);
  position: relative;
  transform: perspective(1400px) rotateY(-8deg) rotateX(4deg);
  animation: floatBook 5.2s ease-in-out infinite alternate;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.34));
  margin-top: 0;
}
.book-cover-picture::before {
  content: '';
  position: absolute;
  inset: 8% 10% 10% -8%;
  background: linear-gradient(90deg, rgba(0,0,0,0.22), transparent 48%, rgba(255,255,255,0.16));
  transform: skewY(-10deg);
  filter: blur(5px);
  z-index: -1;
  opacity: 0.7;
}
.book-cover-picture::after {
  content: '';
  position: absolute;
  inset: auto 12% -12% 10%;
  height: 20%;
  background: radial-gradient(ellipse, rgba(217,163,95,0.22), transparent 70%);
  filter: blur(24px);
  z-index: -2;
}
.book-cover-picture img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 14px 26px rgba(0,0,0,0.24);
  object-fit: contain;
  border-radius: 0.2rem;
}
.book-cover-picture:hover {
  transform: perspective(1400px) rotateY(-10deg) rotateX(5deg) translateY(-2px);
}
.book-shell .eyebrow,
.book-shell .section-title,
.book-shell .book-author,
.book-shell .lead-text,
.book-shell p,
.book-shell .book-meta,
.book-shell .btn {
  position: relative;
  z-index: 2;
}
.book-shell .lead-text,
.book-shell p {
  max-width: 580px;
  line-height: 1.8;
}
.book-shell .section-title {
  margin-bottom: 0.7rem;
}
.book-shell .book-author {
  margin-bottom: 1.1rem;
}
.book-shell .book-meta {
  margin-top: 1.35rem;
  margin-bottom: 1.35rem;
}
.book-shell .btn {
  margin-top: 0.2rem;
}
.topic-card, .info-card { padding: 1.4rem; }
.quote-panel {
  padding: 1.7rem;
  background: linear-gradient(145deg, rgba(24,26,29,0.96), rgba(34,38,40,0.92));
  border: 1px solid rgba(215,209,199,0.18);
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
  border-radius: 1.4rem;
}
.timeline-card { padding: 1.2rem; }
.contact-card { padding: 1.6rem; background: linear-gradient(135deg, rgba(176,141,87,0.18), rgba(37,42,48,0.95)); }
.book-shell:hover, .book-visual:hover, .topic-card:hover, .info-card:hover, .quote-panel:hover, .timeline-card:hover, .contact-card:hover, .hero-placeholder:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0,0,0,0.22);
  border-color: rgba(176,141,87,0.4);
}
.topic-card h3, .info-card h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--stone);
  margin-bottom: 0.6rem;
}
.book-meta span {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(176,141,87,0.35);
  border-radius: 999px;
  color: var(--stone);
  font-size: 0.86rem;
}
.feature-list { padding-left: 1.1rem; color: rgba(246,243,239,0.84); }
.feature-list li { margin-bottom: 0.55rem; }

.feature-checklist {
  list-style: none;
  padding-left: 0;
}

.feature-checklist li {
  position: relative;
  padding-left: 1.65rem;
}

.feature-checklist li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: var(--gold);
  font-weight: 600;
}
.timeline-item + .timeline-item { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(215,209,199,0.14); }
.timeline-year {
  display: inline-block;
  margin-bottom: 0.3rem;
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.inner-header {
  padding-top: 5rem;
  min-height: 46vh;
  background: linear-gradient(130deg, rgba(24,26,29,0.92), rgba(37,42,48,0.78));
}
.footer {
  background: rgba(10,10,11,0.94);
  color: rgba(246,243,239,0.78);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-links a { margin-left: 1rem; color: rgba(246,243,239,0.78); transition: color 0.2s ease; }
.footer-links a:hover { color: var(--gold); }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.parallax { will-change: transform; }

@keyframes drift {
  from { transform: translate3d(-1.5%, -1%, 0); }
  to { transform: translate3d(1.5%, 1.5%, 0); }
}

@keyframes breathe {
  from { transform: scale(1); opacity: 0.7; }
  to { transform: scale(1.04); opacity: 0.95; }
}

@keyframes floatBook {
  from { transform: perspective(1400px) rotateY(-8deg) rotateX(4deg) translateY(0); }
  to { transform: perspective(1400px) rotateY(-8deg) rotateX(4deg) translateY(-6px); }
}

@keyframes mistDrift {
  from { transform: translateX(-8%) translateY(-6%); opacity: 0.8; }
  to { transform: translateX(4%) translateY(2%); opacity: 1; }
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.2rem;
}

.help-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.help-card {
  border-radius: var(--image-radius);
  overflow: hidden;
  border: 1px solid rgba(215,209,199,0.12);
  background: rgba(238,234,226,0.05);
  box-shadow: 0 16px 40px rgba(0,0,0,0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(0,0,0,0.22);
  border-color: rgba(176,141,87,0.4);
}

.help-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--image-radius);
  background: linear-gradient(135deg, #1a2023 0%, #283138 100%);
}

.help-card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9,11,12,0.15) 0%, rgba(9,11,12,0.3) 100%),
    radial-gradient(circle at 76% 16%, rgba(240, 200, 142, 0.18), transparent 40%),
    linear-gradient(130deg, rgba(238, 234, 226, 0.09), transparent 38%);
  pointer-events: none;
  z-index: 1;
}

.help-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(238, 234, 226, 0.09), transparent 35%, rgba(32, 36, 40, 0.18) 75%);
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 1;
}

.help-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.68) contrast(1.03) brightness(0.91) sepia(0.18);
}

.coaching-visual img {
  filter: saturate(0.72) contrast(1.02) brightness(0.94) sepia(0.12);
}

.help-card-body {
  padding: 1.35rem 1.3rem 1.4rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.help-card h3 {
  margin: 0 0 0.6rem 0;
  font-family: 'Cormorant Garamond', serif;
  color: var(--stone);
  font-size: 1.25rem;
  font-weight: 600;
}

.help-card p {
  margin: 0 0 1.1rem 0;
  color: rgba(246,243,239,0.82);
  font-size: 0.98rem;
  line-height: 1.7;
  flex-grow: 1;
}

.help-card-link {
  display: inline-block;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(217,163,95,0.4);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.help-card-link:hover {
  color: var(--gold-soft);
  border-bottom-color: rgba(217,163,95,0.8);
}

@media (max-width: 991.5px) {
  .hero-section .row { width: 100%; }
  .hero-placeholder { min-height: 420px; max-width: 100%; margin-left: 0; }
  .help-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.5px) {
  .hero-section { padding-top: 6.6rem; padding-inline: 1rem; }
  .hero-section h1 { font-size: 2.8rem; }
  .hero-actions .btn { width: 100%; }
  .hero-placeholder { min-height: 320px; }
  .hero-whitespace { min-height: 280px; max-width: 100%; }
  .help-card-grid { grid-template-columns: 1fr; }
  .book-visual { min-height: 300px; padding: 1rem; }
  .book-cover-picture { width: min(100%, 290px); }
  .footer { text-align: center; }
  .footer-links a { margin: 0 0.5rem; }
}

@media (max-width: 575.98px) {
  .hero-whitespace { min-height: 240px; }
  .help-card-image { aspect-ratio: 4 / 3; }
  .help-card h3 { font-size: 1.1rem; }
  .help-card-body { padding: 1rem 1rem 1.1rem; }
}

@media (max-width: 399px) {
  .hero-section h1 { font-size: 2.45rem; }
  .book-shell { padding: 1.3rem; }
  .hero-card { padding: 0.95rem; }
  .hero-actions .btn { padding: 0.75rem 1rem; }
  .book-meta span { display: block; text-align: center; }
}

/* Homepage rebuild overrides */
body.home-page {
  --page: #0d1011;
  --page-soft: #111516;
  --panel: #171b1c;
  --panel-soft: #1c2021;
  --border: rgba(197, 154, 99, 0.32);
  --border-soft: rgba(238, 233, 226, 0.1);
  --text: #eee9e2;
  --text-soft: #cec8c0;
  --muted: #99938c;
  --gold: #c59a63;
  --gold-light: #d9ac6a;
  background:
    radial-gradient(circle at 20% 10%, rgba(197, 154, 99, 0.08), transparent 26%),
    linear-gradient(180deg, var(--page) 0%, var(--page-soft) 100%);
  color: var(--text);
}

body.home-page .home-shell,
body.home-page .home-main,
body.home-page .home-footer {
  position: relative;
  z-index: 1;
}

body.home-page .site-nav {
  background: rgba(13, 16, 17, 0.82);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.home-page .site-nav .navbar-brand {
  gap: 0.7rem !important;
}

body.home-page .site-nav .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  border-color: var(--gold);
  color: var(--gold);
  font-size: 0.92rem;
}

body.home-page .site-nav .brand-name {
  font-size: 0.98rem;
}

body.home-page .site-nav .brand-subtitle {
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  color: rgba(238, 233, 226, 0.7);
}

body.home-page .site-nav .nav-link {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

body.home-page .site-nav .navbar-toggler {
  border-color: rgba(238, 233, 226, 0.18);
}

body.home-page .site-nav .navbar-toggler-icon {
  filter: brightness(0.9) saturate(0.2);
}

body.home-page .home-container {
  width: min(100%, 1480px);
  padding-left: clamp(1.1rem, 3vw, 2rem);
  padding-right: clamp(1.1rem, 3vw, 2rem);
}

body.home-page .section-frame {
  padding: clamp(3.75rem, 5vw, 5.25rem) 0;
}

body.home-page .home-hero {
  padding-top: clamp(7.4rem, 9vw, 8.8rem);
  padding-bottom: clamp(3.5rem, 4.8vw, 5rem);
}

body.home-page .home-hero-grid {
  align-items: center;
}

body.home-page .home-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.home-page .home-hero-title,
body.home-page .section-heading-lg,
body.home-page .section-heading-xl {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -0.05em;
  line-height: 0.88;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
}

body.home-page .home-hero-title {
  font-size: clamp(4.1rem, 7vw, 7.8rem);
}

body.home-page .home-hero-title span {
  display: block;
}

body.home-page .home-hero-subtitle,
body.home-page .lead-text {
  color: var(--text-soft);
  font-size: clamp(1.02rem, 1.08vw, 1.14rem);
  line-height: 1.75;
}

body.home-page .home-actions {
  margin-top: 0.2rem;
}

body.home-page .home-quote-panel {
  max-width: 32rem;
  padding: 1rem 1.15rem;
  border-radius: 1.1rem;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(28, 32, 33, 0.95), rgba(17, 21, 22, 0.88));
  color: var(--text);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

body.home-page .home-quote-panel p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

body.home-page .home-hero-media {
  display: flex;
  justify-content: flex-end;
}

body.home-page .media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid var(--border-soft);
  background:
    radial-gradient(circle at 18% 18%, rgba(197, 154, 99, 0.16), transparent 32%),
    linear-gradient(145deg, #131718 0%, #1d2122 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

body.home-page .media-frame::before,
body.home-page .media-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home-page .media-frame::before {
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.05), rgba(255, 248, 235, 0));
  z-index: 1;
}

body.home-page .media-frame::after {
  background: radial-gradient(circle at 50% 18%, rgba(217, 172, 106, 0.12), transparent 30%);
  z-index: 1;
}

body.home-page .media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

body.home-page .media-image.is-loaded {
  opacity: 1;
}

body.home-page .media-frame.is-missing .media-image {
  display: none;
}

body.home-page .hero-frame {
  width: min(100%, 100%);
  aspect-ratio: 16 / 9;
  max-height: 760px;
}

body.home-page .hero-frame .media-image {
  filter: saturate(0.82) contrast(1.06) brightness(0.88) sepia(0.08);
}

body.home-page .featured-book-panel,
body.home-page .coach-panel,
body.home-page .podcast-panel,
body.home-page .contact-panel {
  border-radius: 1.45rem;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(23, 27, 28, 0.98), rgba(17, 21, 22, 0.98));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

body.home-page .featured-book-panel {
  padding: clamp(1.15rem, 2vw, 1.6rem);
}

body.home-page .featured-book-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home-page .featured-book-frame {
  width: min(100%, 390px);
  aspect-ratio: 9 / 11;
}

body.home-page .featured-book-frame .media-image {
  object-fit: contain;
  padding: 0.2rem;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.34));
}

body.home-page .featured-book-copy {
  padding-right: clamp(0.3rem, 1vw, 1rem);
}

body.home-page .section-heading-xl {
  font-size: clamp(3.2rem, 4.8vw, 5rem);
  margin-bottom: 0.3rem;
  text-transform: none;
  letter-spacing: -0.05em;
}

body.home-page .section-heading-lg {
  font-size: clamp(2.15rem, 3.15vw, 3rem);
  text-transform: none;
}

body.home-page .author-line {
  margin: 0 0 0.95rem;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
}

body.home-page .featured-book-intro {
  max-width: 58rem;
}

body.home-page .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

body.home-page .tag-row span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.85rem;
}

body.home-page .section-intro,
body.home-page .mind-intro,
body.home-page .podcast-copy {
  max-width: 44rem;
  margin-bottom: 1.4rem;
}

body.home-page .section-intro-wide {
  max-width: 56rem;
}

body.home-page .services-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

body.home-page .service-card {
  min-width: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(23, 27, 28, 0.98), rgba(18, 21, 23, 0.98));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.home-page .service-card:hover,
body.home-page .mind-card:hover,
body.home-page .coach-panel:hover,
body.home-page .podcast-quote:hover,
body.home-page .contact-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(197, 154, 99, 0.4);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

body.home-page .service-media {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 25% 20%, rgba(217, 172, 106, 0.16), transparent 30%),
    linear-gradient(135deg, #15191a 0%, #222728 100%);
}

body.home-page .service-media .media-image {
  filter: saturate(0.78) contrast(1.05) brightness(0.9) sepia(0.1);
}

body.home-page .service-media.is-missing::after {
  background:
    radial-gradient(circle at 35% 25%, rgba(197, 154, 99, 0.18), transparent 26%),
    radial-gradient(circle at 72% 30%, rgba(238, 233, 226, 0.08), transparent 25%),
    linear-gradient(145deg, rgba(16, 19, 20, 1), rgba(31, 35, 36, 1));
}

body.home-page .service-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 154, 99, 0.5);
  background: rgba(13, 16, 17, 0.72);
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 600;
}

body.home-page .service-body {
  padding: 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

body.home-page .service-body h3,
body.home-page .mind-card h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.home-page .service-body h3 {
  font-size: 1.42rem;
}

body.home-page .service-body p,
body.home-page .mind-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.65;
}

body.home-page .service-body a {
  margin-top: auto;
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home-page .mind-layout {
  display: grid;
  gap: 1.2rem;
}

body.home-page .mind-intro {
  max-width: 38rem;
}

body.home-page .mind-grid {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

body.home-page .mind-card {
  min-width: 0;
  padding: 1rem 1rem 0.95rem;
  border-radius: 1.1rem;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(23, 27, 28, 0.98), rgba(19, 22, 23, 0.98));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.home-page .mind-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 154, 99, 0.42);
  background:
    radial-gradient(circle at 50% 50%, rgba(197, 154, 99, 0.45), transparent 58%),
    linear-gradient(90deg, transparent 0 32%, rgba(197, 154, 99, 0.58) 32% 68%, transparent 68% 100%);
}

body.home-page .coach-panel {
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

body.home-page .coach-frame {
  aspect-ratio: 4 / 3;
}

body.home-page .coach-frame .media-image {
  object-fit: cover;
  object-position: center;
}

body.home-page .coach-copy {
  padding-right: clamp(0.2rem, 1vw, 1rem);
}

body.home-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.35rem;
  max-width: 40rem;
  margin: 1rem 0 0;
  padding-left: 0;
}

body.home-page .feature-grid li {
  margin: 0;
  font-size: 0.98rem;
}

body.home-page .podcast-panel {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr);
  align-items: center;
}

body.home-page .podcast-quote {
  padding: 1.15rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(28, 32, 33, 0.98), rgba(17, 21, 22, 0.94));
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

body.home-page .podcast-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(197, 154, 99, 0.34);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 0.25rem;
}

body.home-page .podcast-icon img {
  width: 1.8rem;
  height: 1.8rem;
}

body.home-page .small-label {
  margin: 0;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

body.home-page .contact-panel {
  padding: clamp(1.15rem, 2vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.home-page .contact-panel .lead-text {
  max-width: 42rem;
}

body.home-page .footer.home-footer {
  border-top: 1px solid var(--border-soft);
  background: rgba(13, 16, 17, 0.96);
  color: rgba(238, 233, 226, 0.8);
}

body.home-page .footer.home-footer .footer-links a {
  color: rgba(238, 233, 226, 0.78);
}

body.home-page .footer.home-footer .footer-links a:hover {
  color: var(--gold-light);
}

body.home-page .btn-gold,
body.home-page .btn-outline {
  min-height: 2.9rem;
}

body.home-page .btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--page);
}

body.home-page .btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--page);
}

body.home-page .btn-outline {
  border-color: rgba(238, 233, 226, 0.24);
  color: var(--text);
}

body.home-page .btn-outline:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(238, 233, 226, 0.42);
  color: var(--text);
}

body.home-page .reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

@media (min-width: 1500px) {
  body.home-page .services-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  body.home-page .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home-page .mind-layout {
    grid-template-columns: 34% 1fr;
    align-items: start;
  }

  body.home-page .mind-intro {
    margin-bottom: 0;
  }

  body.home-page .mind-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.home-page .services-grid,
  body.home-page .mind-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-page .mind-layout {
    grid-template-columns: 1fr;
  }

  body.home-page .podcast-panel,
  body.home-page .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.home-page .home-hero {
    padding-top: 7rem;
  }

  body.home-page .home-hero-media {
    order: 2;
    justify-content: stretch;
  }

  body.home-page .home-hero-copy {
    order: 1;
  }

  body.home-page .home-hero-title {
    font-size: clamp(3.35rem, 15vw, 5rem);
  }

  body.home-page .home-actions .btn {
    width: 100%;
  }

  body.home-page .home-quote-panel {
    max-width: 100%;
  }

  body.home-page .hero-frame,
  body.home-page .featured-book-frame,
  body.home-page .coach-frame {
    width: 100%;
  }

  body.home-page .services-grid,
  body.home-page .mind-grid,
  body.home-page .podcast-panel,
  body.home-page .contact-panel,
  body.home-page .feature-grid {
    grid-template-columns: 1fr;
  }

  body.home-page .contact-panel {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  body.home-page .home-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.home-page .section-frame {
    padding: 3rem 0;
  }

  body.home-page .home-hero-title {
    font-size: clamp(2.95rem, 16vw, 4.35rem);
  }

  body.home-page .featured-book-panel,
  body.home-page .coach-panel,
  body.home-page .podcast-panel,
  body.home-page .contact-panel {
    padding: 1rem;
  }

  body.home-page .service-body,
  body.home-page .mind-card {
    padding: 0.95rem;
  }

  body.home-page .service-body h3 {
    font-size: 1.26rem;
  }

  body.home-page .section-heading-lg {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page *,
  body.home-page *::before,
  body.home-page *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* --- V3 Home Layout --- */

.services-grid,
.help-grid,
.cards-grid,
.services-cards {
    margin-top: -70px !important;
    position: relative;
    z-index: 2;
}

.services-section,
.help-section {
    padding-bottom: 40px !important;
}


/* Move Featured Book closer to Hero */

.featured-book,
.book-section {
    margin-top: -140px !important;
    position: relative;
    z-index: 10;
}


.hero-quote-mark{
display:block;
font-size:3rem;
color:#c89b5d;
font-family:Georgia,serif;
line-height:1;
margin-bottom:.25rem;
}

.hero-quote-mark.end{
margin-top:.25rem;
margin-bottom:1rem;
}

.eyebrow{
font-size:.95rem;
letter-spacing:.28em;
text-transform:uppercase;
color:#c89b5d;
font-weight:600;
line-height:1.8;
margin-bottom:2rem;
max-width:420px;
}


/* ===== Premium Hero ===== */

.hero-copy{
    max-width:640px;
}

.eyebrow{
    color:#c89b5d;
    text-transform:uppercase;
    letter-spacing:6px;
    font-size:15px;
    font-weight:700;
    line-height:1.7;
    margin-bottom:18px;
}

.eyebrow::after{
    content:"";
    display:block;
    width:70px;
    height:2px;
    background:#c89b5d;
    margin-top:18px;
}

.hero-copy h1{
    font-size:7rem;
    line-height:.92;
    margin:34px 0 28px;
    font-weight:400;
    letter-spacing:-3px;
}

.hero-copy p{
    font-size:1.45rem;
    line-height:1.85;
    color:#d4d4d4;
    max-width:650px;
    margin-bottom:34px;
}

.hero-actions{
    margin:40px 0 44px;
}

.hero-quote{
    display:flex;
    align-items:center;
    gap:28px;
    margin-top:42px;
    padding:34px;
    border:1px solid rgba(201,155,93,.28);
    border-radius:22px;
    background:linear-gradient(180deg,rgba(20,20,20,.70),rgba(8,8,8,.90));
    backdrop-filter:blur(14px);
    box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.quote-mark{
    font-size:92px;
    color:#c89b5d;
    line-height:.7;
    font-family:Georgia,serif;
    flex-shrink:0;
    text-shadow:0 0 30px rgba(200,155,93,.30);
}

.quote-title{
    color:#ffffff;
    font-size:1.55rem;
    font-weight:600;
    margin-bottom:10px;
    font-family:"Cormorant Garamond",serif;
}

.quote-text{
    color:#b8b8b8;
    font-size:1.08rem;
    line-height:1.9;
}

.quote-text::after{
    content:"— Walking the Grey";
    display:block;
    margin-top:18px;
    color:#c89b5d;
    letter-spacing:3px;
    font-size:.82rem;
    text-transform:uppercase;
}



/* ===== SECTION 2: THE GREY PHILOSOPHY ===== */

.grey-philosophy-section{
    position:relative;
    overflow:hidden;
    padding-top:clamp(5rem,9vw,9rem);
    padding-bottom:clamp(5rem,9vw,9rem);
    background:
        radial-gradient(circle at 50% 0%,rgba(198,154,91,.08),transparent 35%),
        linear-gradient(180deg,#101214 0%,#0c0e10 100%);
}

.grey-philosophy-section::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,transparent,rgba(255,255,255,.015),transparent);
}

.grey-philosophy-header{
    position:relative;
    z-index:1;
    max-width:900px;
    margin:0 auto clamp(3.5rem,7vw,6rem);
    text-align:center;
}

.grey-philosophy-header .eyebrow{
    margin-bottom:1.2rem;
}

.grey-philosophy-header .section-heading-xl{
    margin-bottom:1.5rem;
}

.grey-philosophy-lead{
    max-width:780px;
    margin:0 auto 1.5rem;
    color:#f2eee8;
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:clamp(1.55rem,3vw,2.25rem);
    line-height:1.45;
}

.grey-philosophy-copy{
    max-width:750px;
    margin:0 auto;
    color:rgba(242,238,232,.68);
    font-size:clamp(1rem,1.5vw,1.14rem);
    line-height:1.9;
}

.grey-principles-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:1.25rem;
}

.grey-principle{
    position:relative;
    min-height:290px;
    padding:2.25rem 2rem;
    border:1px solid rgba(198,154,91,.2);
    border-radius:20px;
    background:
        linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
    box-shadow:0 20px 60px rgba(0,0,0,.18);
    transition:
        transform .35s ease,
        border-color .35s ease,
        background .35s ease;
}

.grey-principle::after{
    content:"";
    position:absolute;
    right:2rem;
    bottom:1.8rem;
    width:38px;
    height:1px;
    background:#c69a5b;
    opacity:.55;
}

.grey-principle:hover{
    transform:translateY(-8px);
    border-color:rgba(198,154,91,.55);
    background:
        linear-gradient(145deg,rgba(198,154,91,.08),rgba(255,255,255,.018));
}

.grey-principle-number{
    display:block;
    margin-bottom:2.8rem;
    color:#c69a5b;
    font-size:.75rem;
    font-weight:600;
    letter-spacing:.24em;
}

.grey-principle h3{
    margin:0 0 1rem;
    color:#f5f1ea;
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:clamp(1.8rem,2.4vw,2.35rem);
    font-weight:600;
}

.grey-principle p{
    margin:0;
    color:rgba(242,238,232,.66);
    font-size:.98rem;
    line-height:1.8;
}

.grey-philosophy-statement{
    position:relative;
    z-index:1;
    max-width:900px;
    margin:clamp(4rem,8vw,7rem) auto 0;
    padding-top:clamp(2.5rem,5vw,4rem);
    border-top:1px solid rgba(198,154,91,.22);
    text-align:center;
}

.grey-statement-mark{
    display:block;
    height:48px;
    color:#c69a5b;
    font-family:Georgia,serif;
    font-size:4.5rem;
    line-height:1;
    opacity:.85;
}

.grey-philosophy-statement p{
    max-width:760px;
    margin:1rem auto 0;
    color:#f2eee8;
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:clamp(1.7rem,3vw,2.6rem);
    font-style:italic;
    line-height:1.45;
}

@media (max-width:1100px){
    .grey-principles-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:650px){
    .grey-principles-grid{
        grid-template-columns:1fr;
    }

    .grey-principle{
        min-height:auto;
        padding:2rem 1.6rem;
    }

    .grey-principle-number{
        margin-bottom:2rem;
    }
}
