:root {
  --bg-cream: #f7f3ee;
  --bg-warm: #efe6dc;
  --bg-card: #fffaf5;
  --bg-navy: #171513;
  --bg-navy-soft: #241f1b;
  --accent: #9a6f50;
  --accent-strong: #7f573a;
  --accent-soft: #c9ae95;
  --text: #1e1815;
  --text-body: #534842;
  --text-muted: #85776e;
  --text-inverse: #f6efe7;
  --text-inverse-muted: #d2c3b6;
  --border: rgba(125, 96, 73, 0.18);
  --border-light: rgba(125, 96, 73, 0.12);
  --border-dark: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 24px 60px rgba(45, 30, 18, 0.08);
  --shadow-strong: 0 36px 90px rgba(20, 12, 7, 0.22);
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg-cream);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

img {
  display: block;
  max-width: 100%;
}

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

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 34px;
  background: rgba(247, 243, 238, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(125, 96, 73, 0.12);
}

.nav__logo {
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.nav__logo span {
  color: var(--accent);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav__links a {
  font-size: 14px;
  color: var(--text-body);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(127, 87, 58, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(127, 87, 58, 0.3);
  filter: brightness(1.03);
}

.section {
  padding: 96px 34px;
}

.section--cream {
  background: linear-gradient(180deg, #f9f4ee 0%, #f5eee6 100%);
}

.section--warm {
  background:
    radial-gradient(circle at top left, rgba(154, 111, 80, 0.08), transparent 28%),
    linear-gradient(180deg, #efe5db 0%, #f4ece4 100%);
}

.section--navy {
  background:
    radial-gradient(circle at top right, rgba(201, 174, 149, 0.08), transparent 24%),
    linear-gradient(180deg, var(--bg-navy) 0%, #110f0d 100%);
  color: var(--text-inverse);
}

.section__intro {
  max-width: 740px;
  margin: 0 auto 48px;
  text-align: center;
}

.section__intro h2 {
  font-size: clamp(34px, 4.2vw, 54px);
}

.section__intro--light h2,
.section__intro--light .eyebrow {
  color: var(--text-inverse);
}

.eyebrow {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.section--navy .eyebrow {
  color: var(--accent-soft);
}

.hero-section {
  padding-top: 118px;
}

.hero-image {
  position: relative;
  max-width: var(--max);
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(201, 174, 149, 0.18);
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
}

/* Hero image is now full-bleed — no overlay, image speaks for itself */
.hero-cta {
  max-width: var(--max);
  margin: 32px auto 0;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(20, 16, 14, 0.55);
}

.btn--ghost:hover {
  background: rgba(20, 16, 14, 0.05);
}

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

.hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 72px);
  color: var(--text-inverse);
}

.hero-copy__subline {
  margin-bottom: 22px;
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-style: italic;
  color: var(--accent-soft);
}

.hero-copy__body {
  max-width: 580px;
  margin-bottom: 30px;
  font-size: 18px;
  color: var(--text-inverse-muted);
}

.audience-grid,
.product-grid,
.testimonial-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

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

.audience-card,
.product-card,
.testimonial-card {
  border-radius: var(--radius-lg);
}

.audience-card {
  padding: 22px;
  background: rgba(255, 250, 245, 0.88);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.audience-card h3,
.product-card h3 {
  margin: 18px 0 10px;
  font-size: 28px;
  line-height: 1.2;
}

.product-card__subtitle {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: var(--text-body);
  margin-top: 4px;
}

.audience-card p {
  color: var(--text-body);
}

.split-layout {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.split-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
}

.split-copy p {
  margin-bottom: 16px;
  max-width: 620px;
  color: var(--text-body);
  font-size: 17px;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--accent-strong);
}

.free-guide-cover {
  aspect-ratio: 2 / 3;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: var(--shadow-strong);
  background: transparent;
}

.about-jane-image {
  min-height: 520px;
  border-radius: 30px;
  box-shadow: var(--shadow-strong);
}

.resources-section .section__intro {
  margin-bottom: 56px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 249, 244, 0.98) 0%, rgba(244, 235, 226, 0.96) 100%);
  color: var(--text);
  border: 1px solid rgba(201, 174, 149, 0.16);
  box-shadow: 0 30px 70px rgba(10, 7, 5, 0.2);
}

.product-card--featured {
  border: 1px solid rgba(246, 239, 231, 0.45);
  box-shadow: 0 34px 88px rgba(8, 5, 4, 0.34);
}

.product-card__image {
  min-height: 380px;
  border-radius: 22px;
  background: rgba(20, 16, 14, 0.04);
}

.product-card__desc {
  margin-bottom: 14px;
  color: var(--text-body);
}

.product-card__price {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.product-card .btn {
  margin-top: auto;
  width: fit-content;
}

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

.testimonial-card {
  padding: 32px 30px;
  background: rgba(255, 250, 245, 0.9);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.testimonial-card__quote {
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  color: var(--text);
}

.testimonial-card__name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.footer {
  padding-top: 88px;
  padding-bottom: 48px;
}

.footer__inner,
.footer__bottom {
  max-width: var(--max);
  margin: 0 auto;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 48px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__title {
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  font-size: 34px;
}

.footer__body,
.footer__contact,
.footer__bottom p {
  color: var(--text-inverse-muted);
}

.footer__contact {
  margin-top: 16px;
}

.footer__links-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.footer__label {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.footer__links {
  list-style: none;
  display: grid;
  gap: 10px;
}

.footer__links a {
  color: var(--text-inverse-muted);
}

.footer__bottom {
  padding-top: 28px;
  display: grid;
  gap: 12px;
}

.image-placeholder {
  position: relative;
  overflow: hidden;
}

/* Only show the dashed placeholder styling when there's no real image inside */
.image-placeholder:not(:has(img)) {
  border: 1px dashed rgba(201, 174, 149, 0.55);
  background:
    linear-gradient(135deg, rgba(201, 174, 149, 0.18) 0%, rgba(255, 250, 245, 0.12) 100%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(255, 250, 245, 0.08) 0%, rgba(23, 21, 19, 0.12) 100%);
}

.image-placeholder[data-label]::after {
  content: attr(data-label);
  position: absolute;
  inset: auto 18px 18px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 21, 19, 0.64);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

/* Atmospheric / hero / audience / about photos fill their container */
.hero-image img,
.audience-card-image img,
.about-jane-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Free guide cover container matches book cover aspect ratio, image fills exactly */
.free-guide-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Product card covers preserve full design (no cropping) */
.product-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 12px;
}

.audience-card-image {
  min-height: 170px;
  border-radius: 22px;
}

.audience-card-image--questioning {
  background:
    linear-gradient(180deg, rgba(89, 78, 69, 0.1), rgba(154, 111, 80, 0.18)),
    linear-gradient(135deg, #f4ebe1 0%, #d7c4b2 100%);
}

.audience-card-image--in-relationship {
  background:
    linear-gradient(180deg, rgba(23, 21, 19, 0.08), rgba(127, 87, 58, 0.2)),
    linear-gradient(135deg, #efe1d3 0%, #ccb09a 100%);
}

.audience-card-image--rebuilding {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(154, 111, 80, 0.14)),
    linear-gradient(135deg, #fbf6ef 0%, #dfc7b0 100%);
}

.audience-card-image--family-patterns {
  background:
    linear-gradient(180deg, rgba(23, 21, 19, 0.08), rgba(89, 78, 69, 0.16)),
    linear-gradient(135deg, #efe7de 0%, #c7aa92 100%);
}

/* free-guide-cover background removed — image fills the container at 2:3 aspect */

.product-image-healing-in-the-dark {
  background:
    linear-gradient(160deg, rgba(255, 250, 245, 0.96) 0%, rgba(201, 174, 149, 0.28) 100%),
    linear-gradient(135deg, #f4ede4 0%, #dbc3ac 100%);
}

.product-image-it-wasnt-normal {
  background:
    linear-gradient(160deg, rgba(255, 250, 245, 0.94) 0%, rgba(154, 111, 80, 0.28) 100%),
    linear-gradient(135deg, #f1e6da 0%, #c99d77 100%);
}

.product-image-when-you-know-but-cant-leave {
  background:
    linear-gradient(160deg, rgba(255, 250, 245, 0.92) 0%, rgba(127, 87, 58, 0.3) 100%),
    linear-gradient(135deg, #efe3d7 0%, #b98563 100%);
}

.product-image-breaking-free-for-good-skool {
  background:
    linear-gradient(160deg, rgba(255, 250, 245, 0.92) 0%, rgba(89, 78, 69, 0.28) 100%),
    linear-gradient(135deg, #f0e3d8 0%, #b39d8a 100%);
}

.about-jane-image {
  background:
    linear-gradient(180deg, rgba(23, 21, 19, 0.14), rgba(23, 21, 19, 0.36)),
    linear-gradient(135deg, #d7c0aa 0%, #7c6658 100%);
}

.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* No-JS fallback: if JS doesn't run, still show everything instead of leaving the page blank */
@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; }
}
.no-js .fade-up { opacity: 1; transform: none; }

/* ============================================================
   PROGRAMME SECTION (the £147 Skool community deep-sell)
   ============================================================ */

.programme-section {
  background: linear-gradient(180deg, #f7efe5 0%, #efe1d0 100%);
}

.programme-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.programme-section .section__intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.programme-section .lead {
  font-size: 22px;
  line-height: 1.5;
  color: var(--text-body);
  margin-top: 18px;
}

.programme-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.programme-pillar {
  background: rgba(255, 250, 245, 0.85);
  border: 1px solid rgba(201, 174, 149, 0.28);
  border-radius: 18px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(20, 16, 14, 0.08);
}

.programme-pillar__step {
  font-family: var(--font-display, "Playfair Display", serif);
  font-style: italic;
  font-size: 15px;
  color: var(--accent, #9a6f50);
  margin: 0;
  letter-spacing: 0.04em;
}

.programme-pillar h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.25;
}

.programme-pillar p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-body);
  margin: 0;
}

.programme-curriculum {
  background: rgba(255, 250, 245, 0.55);
  border-radius: 26px;
  padding: 48px 40px;
  border: 1px solid rgba(201, 174, 149, 0.22);
}

.programme-curriculum > .eyebrow {
  text-align: center;
  margin: 0 0 12px;
}

.programme-curriculum > h3 {
  font-size: 28px;
  margin: 0 auto 36px;
  max-width: 680px;
  text-align: center;
  line-height: 1.35;
}

.programme-modules {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.programme-module {
  background: rgba(255, 250, 245, 0.92);
  border: 1px solid rgba(201, 174, 149, 0.28);
  border-radius: 18px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 14px 32px rgba(20, 16, 14, 0.06);
}

.programme-module__num {
  font-family: var(--font-display, "Playfair Display", serif);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent, #9a6f50);
  margin: 0;
}

.programme-module h4 {
  font-family: var(--font-display, "Playfair Display", serif);
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
  color: var(--text);
}

.programme-module__sub {
  font-style: italic;
  font-size: 16px;
  color: var(--text-body);
  margin: 0 0 6px;
  line-height: 1.4;
}

.programme-module p:not(.programme-module__sub):not(.programme-module__num) {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-body);
  margin: 0;
}

.programme-inside,
.programme-for {
  background: rgba(255, 250, 245, 0.7);
  border-radius: 22px;
  padding: 36px 40px;
  border: 1px solid rgba(201, 174, 149, 0.2);
}

.programme-inside h3,
.programme-for h3 {
  font-size: 28px;
  margin: 0 0 22px;
}

.programme-features,
.programme-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.programme-features li,
.programme-checklist li {
  position: relative;
  padding-left: 32px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
}

.programme-features li::before {
  content: "›";
  position: absolute;
  left: 6px;
  top: -2px;
  font-size: 24px;
  color: var(--accent, #9a6f50);
  font-weight: 600;
}

.programme-checklist li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 18px;
  color: var(--accent, #9a6f50);
  font-weight: 600;
}

.programme-cta {
  text-align: center;
  padding: 40px 20px 10px;
}

.programme-cta__price {
  font-family: var(--font-display, "Playfair Display", serif);
  font-size: 32px;
  margin: 0 0 24px;
  color: var(--text);
}

.programme-cta .btn--lg {
  font-size: 18px;
  padding: 18px 36px;
}

.programme-cta__note {
  margin-top: 22px;
  font-size: 14px;
  color: var(--text-body);
  font-style: italic;
}

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

  .hero-image,
  .hero-image__overlay {
    min-height: 660px;
  }

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

@media (max-width: 920px) {
  .nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 20px;
  }

  .nav__links {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav__cta {
    display: none;
  }

  .section {
    padding: 84px 20px;
  }

  .hero-section {
    padding-top: 136px;
  }

  .split-layout,
  .footer__inner,
  .testimonial-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .footer__links-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav__links {
    display: none;
  }

  .hero-image,
  .hero-image__overlay {
    min-height: 0;
  }

  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-image {
    border-radius: 24px;
    background: var(--bg-navy);
  }

  .hero-image img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .hero-image__overlay {
    padding: 26px;
  }

  .hero-cta {
    margin-top: 24px;
  }

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

  .audience-grid,
  .footer__links-wrap,
  .programme-pillars,
  .programme-modules {
    grid-template-columns: 1fr;
  }

  .programme-inside,
  .programme-for,
  .programme-curriculum {
    padding: 28px 22px;
  }

  .programme-curriculum > h3 {
    font-size: 22px;
  }

  .programme-section .lead {
    font-size: 19px;
  }

  .programme-cta__price {
    font-size: 26px;
  }

  .hero-copy__body,
  .split-copy p,
  .audience-card p,
  .product-card__desc {
    font-size: 16px;
  }

  .audience-card h3,
  .product-card h3 {
    font-size: 24px;
  }

  .testimonial-card__quote {
    font-size: 21px;
  }
}
