:root {
  --bg: #080808;
  --panel: #101010;
  --panel-soft: #161616;
  --text: #f4f0e8;
  --muted: #bbb2a6;
  --gold: #c7a45a;
  --gold-soft: rgba(199, 164, 90, 0.18);
  --line: rgba(244, 240, 232, 0.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top right, rgba(199,164,90,0.12), transparent 28%), var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(20px, 5vw, 70px);
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav { display: flex; gap: 24px; font-size: 14px; color: var(--muted); }
.nav a:hover { color: var(--gold); }

.section-pad, .section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px clamp(20px, 4vw, 38px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.75fr);
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 78px);
}

.eyebrow, .section-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 18px;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.04;
  margin: 0;
}

h1 { font-size: clamp(68px, 12vw, 138px); letter-spacing: -0.04em; }
h2 { font-size: clamp(40px, 6vw, 72px); letter-spacing: -0.035em; }
h3 { font-size: 31px; color: var(--text); }

.hero-subtitle {
  font-size: clamp(21px, 3vw, 34px);
  color: var(--muted);
  margin: 8px 0 20px;
}
.statement {
  font-size: clamp(23px, 3vw, 38px);
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 26px;
}
.intro { max-width: 690px; color: var(--muted); font-size: 18px; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.button.primary { background: var(--gold); color: #111; }
.button.secondary { color: var(--gold); }
.button:hover { transform: translateY(-1px); }

.hero-image-wrap {
  border: 1px solid var(--line);
  padding: 14px;
  background: linear-gradient(140deg, rgba(255,255,255,0.08), rgba(255,255,255,0.01));
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
}
.hero-image {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  filter: grayscale(100%);
  display: block;
}

.section-narrow { max-width: 900px; }
.section-narrow p, .rich-copy p { color: var(--muted); font-size: 18px; }
.section-narrow h2 { margin-bottom: 26px; }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.05fr);
  gap: 64px;
  border-top: 1px solid var(--line);
}

.dark-panel {
  background: linear-gradient(180deg, var(--panel), var(--panel-soft));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 58px clamp(20px, 4vw, 54px);
}
.dark-panel h2 { max-width: 850px; margin-bottom: 34px; }

.card-grid, .credential-grid, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.card, .price-card, .credential-grid > div {
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
}
.card p, .price-card p, .credential-grid span { color: var(--muted); }
.card h3 { font-size: 28px; margin-bottom: 14px; }

.philosophy { border-top: none; }
.inline-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.inline-list span {
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(199,164,90,0.06);
  font-size: 14px;
}

.credentials h2, .sessions h2 { max-width: 850px; margin-bottom: 34px; }
.media-section h2 { max-width: 850px; margin-bottom: 34px; }

.credential-grid strong { display: block; font-size: 17px; margin-bottom: 8px; color: var(--gold); }
.credential-grid span { display: block; font-size: 15px; }

.price-card { min-height: 300px; display: flex; flex-direction: column; }
.price-card h3 { margin-bottom: 15px; }
.price-card strong { display: block; margin-top: auto; color: var(--text); }
.price-card span { color: var(--gold); font-weight: 800; margin-top: 8px; }
.price-card.featured { border-color: rgba(199,164,90,0.55); background: rgba(199,164,90,0.08); }

.contact-section {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 46px;
  align-items: start;
  border-top: 1px solid var(--line);
}
.contact-section p { color: var(--muted); }
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  display: grid;
  gap: 12px;
}
.contact-card a {
  display: block;
  color: var(--muted);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.contact-card a:last-child { border-bottom: none; padding-bottom: 0; }
.contact-card a:hover { color: var(--gold); }

.site-footer {
  padding: 30px clamp(20px, 5vw, 70px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .nav { display: none; }
  .hero, .split-section, .contact-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero-image-wrap { max-width: 390px; }
  .card-grid, .credential-grid, .pricing-grid { grid-template-columns: 1fr; }
  .section-pad, .section { padding-top: 64px; padding-bottom: 64px; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header { padding: 18px 20px; }
  .brand { font-size: 22px; }
  h1 { font-size: 62px; }
  h2 { font-size: 39px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}


/* v5.3: decorative icons for boxed sections */
.card, .price-card, .credential-grid > div {
  position: relative;
}

.card::before,
.price-card::before,
.credential-grid > div::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid rgba(199, 164, 90, 0.55);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  background: rgba(199, 164, 90, 0.06);
}

/* Highlights & Experience */
.dark-panel:first-of-type .card:nth-child(1)::before { content: "20+"; font-size: 15px; }
.dark-panel:first-of-type .card:nth-child(2)::before { content: "♟"; }
.dark-panel:first-of-type .card:nth-child(3)::before { content: "⌂"; }
.dark-panel:first-of-type .card:nth-child(4)::before { content: "£"; }
.dark-panel:first-of-type .card:nth-child(5)::before { content: "◈"; }
.dark-panel:first-of-type .card:nth-child(6)::before { content: "✒"; }
.dark-panel:first-of-type .card:nth-child(7)::before { content: "◎"; }
.dark-panel:first-of-type .card:nth-child(8)::before { content: "✦"; }
.dark-panel:first-of-type .card:nth-child(9)::before { content: "♞"; }

/* Areas of Focus */
#focus .card:nth-child(1)::before { content: "◇"; }
#focus .card:nth-child(2)::before { content: "▣"; }
#focus .card:nth-child(3)::before { content: "◉"; }
#focus .card:nth-child(4)::before { content: "◎"; }
#focus .card:nth-child(5)::before { content: "↗"; }
#focus .card:nth-child(6)::before { content: "✦"; }

/* Background and Media grids */
.credential-grid > div:nth-child(1)::before { content: "◆"; }
.credential-grid > div:nth-child(2)::before { content: "↗"; }
.credential-grid > div:nth-child(3)::before { content: "◈"; }
.credential-grid > div:nth-child(4)::before { content: "◎"; }
.credential-grid > div:nth-child(5)::before { content: "✦"; }
.credential-grid > div:nth-child(6)::before { content: "✒"; }

.media-section .credential-grid > div:nth-child(1)::before { content: "FT"; font-size: 15px; }
.media-section .credential-grid > div:nth-child(2)::before { content: "◉"; }
.media-section .credential-grid > div:nth-child(3)::before { content: "♟"; }
.media-section .credential-grid > div:nth-child(4)::before { content: "◎"; }
.media-section .credential-grid > div:nth-child(5)::before { content: "↗"; }
.media-section .credential-grid > div:nth-child(6)::before { content: "★"; }

/* Working Together */
.price-card:nth-child(1)::before { content: "◇"; }
.price-card:nth-child(2)::before { content: "◆"; }
.price-card:nth-child(3)::before { content: "♞"; }

@media (min-width: 901px) {
  .card, .credential-grid > div {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
    align-items: start;
  }

  .card::before, .credential-grid > div::before {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .card h3, .card p,
  .credential-grid strong, .credential-grid span {
    grid-column: 2;
  }

  .price-card::before {
    margin-bottom: 18px;
  }
}


/* v5.3 alignment fix: ensure Highlights & Experience icons display on the top card grid */
section.dark-panel .card-grid .card::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid rgba(199, 164, 90, 0.55);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  background: rgba(199, 164, 90, 0.06);
  flex-shrink: 0;
}

section.dark-panel .card-grid .card:nth-child(1)::before { content: "20+"; font-size: 15px; }
section.dark-panel .card-grid .card:nth-child(2)::before { content: "♟"; }
section.dark-panel .card-grid .card:nth-child(3)::before { content: "⌂"; }
section.dark-panel .card-grid .card:nth-child(4)::before { content: "£"; }
section.dark-panel .card-grid .card:nth-child(5)::before { content: "◈"; }
section.dark-panel .card-grid .card:nth-child(6)::before { content: "✒"; }
section.dark-panel .card-grid .card:nth-child(7)::before { content: "◎"; }
section.dark-panel .card-grid .card:nth-child(8)::before { content: "✦"; }
section.dark-panel .card-grid .card:nth-child(9)::before { content: "♞"; }

@media (min-width: 901px) {
  section.dark-panel .card-grid .card {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
    align-items: start;
  }

  section.dark-panel .card-grid .card::before {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  section.dark-panel .card-grid .card h3,
  section.dark-panel .card-grid .card p {
    grid-column: 2;
  }
}


/* v5.3.1 mobile-only icon fallback */
@media (max-width: 900px) {

  .dark-panel:first-of-type .card:nth-child(2)::before { content: "◈"; } /* was chess */
  .dark-panel:first-of-type .card:nth-child(6)::before { content: "◆"; } /* was pen */

  .credential-grid > div:nth-child(2)::before { content: "▲"; } /* was arrow */
  .media-section .credential-grid > div:nth-child(3)::before { content: "◈"; } /* chess */
  .media-section .credential-grid > div:nth-child(5)::before { content: "▲"; } /* arrow */

  .price-card:nth-child(3)::before { content: "◈"; } /* chess */
}
