/* =========================================================
   DESIGN YOUR LIFE CO — Premium Stylesheet v4
   Colours matched directly from DYLC_Design_Reference.png
   Navy: #000c24 | Section: #081828 | Gold: #d8a854
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body { overflow-x: hidden; }

body {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

/* --- Colour Tokens --- */
:root {
  /*
   * COLOUR PALETTE — matched from DYLC_Design_Reference.png
   * The reference shows clear tonal variation:
   *   Hero:         warm atmospheric gold-navy gradient
   *   Mid sections: rich medium navy (#0e2038 range)
   *   Dark accents: deeper navy (#061220)
   *   Light/warm:   off-white (#f9f7f4) and warm cream (#f4f0eb)
   */

  /* Blues — tonal range from reference */
  --navy:          #050f22;   /* nav + footer: deep anchor navy */
  --navy-section:  #0e2038;   /* primary dark sections: rich medium navy */
  --navy-deep:     #061220;   /* accent / pull-quote sections: deepest */
  --navy-mid:      #152840;   /* lighter dark sections — visible variation */
  --navy-card:     #1a3050;   /* cards on dark bg */
  --navy-hover:    #1e3558;   /* hover states */

  /* Hero warm atmosphere */
  --hero-bg:       #0a1628;   /* hero base — slightly warmer than pure navy */

  /* Gold — from reference */
  --gold:          #d8a854;
  --gold-light:    #e8bc6a;
  --gold-warm:     #c89840;   /* deeper warm gold for hero atmosphere */
  --gold-dark:     #b8883a;
  --gold-muted:    rgba(216,168,84,0.12);
  --gold-border:   rgba(216,168,84,0.25);

  /* Text */
  --white:         #ffffff;
  --off-white:     #f9f7f4;
  --cream:         #f4f0eb;   /* warm cream for warm sections */
  --text-dark:     #1a1a1a;
  --text-mid:      #444444;
  --text-muted:    #888888;
  --text-on-dark:  rgba(255,255,255,0.85);
  --text-dim:      rgba(255,255,255,0.45);

  /* Borders */
  --border-light:  rgba(0,0,0,0.09);
  --border-dark:   rgba(216,168,84,0.2);
}

/* --- Typography scale --- */
h1, h2, h3, h4 {
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.8rem, 6.5vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); }

p { margin-bottom: 1.4em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

/* Gold rule */
.gold-rule       { width: 48px; height: 1px; background: var(--gold); margin: 1.5rem auto; }
.gold-rule--left { margin-left: 0; }

/* Section divider */
.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-border), transparent);
}

/* Containers */
.container         { max-width: 1120px; margin: 0 auto; padding: 0 2.5rem; }
.container--narrow { max-width: 780px;  margin: 0 auto; padding: 0 2.5rem; }

/* =========================================================
   NAV
   ========================================================= */
.site-nav {
  background: var(--navy);
  border-bottom: 1px solid var(--gold-border);
  position: sticky;
  top: 0;
  z-index: 200;
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 76px;
}

.site-nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Transparent PNG — no background, sits directly on navy */
.site-nav__logo img {
  height: 54px;
  width: auto;
  display: block;
}

.site-nav__links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.site-nav__links a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75); /* visible at rest — not washed out */
  transition: color 0.2s;
}

.site-nav__links a:hover { color: var(--gold); }
.site-nav__links a:active { color: var(--gold); }
.site-nav__links a[aria-current="page"],
.site-nav__links a.active { color: var(--gold); }

.site-nav__links .nav-cta {
  color: var(--gold);
  border: 1px solid var(--gold-border);
  padding: 0.55rem 1.4rem;
  border-radius: 2px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.site-nav__links .nav-cta:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span { display: block; width: 22px; height: 1px; background: var(--gold); }

/* =========================================================
   HERO — two-column split: text left, contained photo right
   Warm atmospheric golden tones matching reference
   ========================================================= */
.hero-photo {
  background-image: url('assets/IMG_5594.jpg');
  background-size: cover;
  background-position: center 50%;
  width: 100%;
  min-height: clamp(580px, 80vh, 800px);
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

/* Dark overlay: deep navy on left fading to near-transparent on right, plus bottom-up fade */
.hero-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(4,14,30,0.82) 0%, rgba(4,14,30,0.58) 38%, rgba(4,14,30,0.22) 65%, rgba(4,14,30,0.05) 100%),
    linear-gradient(to top, rgba(0,8,22,0.45) 0%, rgba(0,8,22,0.0) 38%);
  pointer-events: none;
  z-index: 1;
}

/* Left column — text content */
.hero-photo__overlay {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 5rem 3rem 5rem 5rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.hero-photo__content {
  width: 100%;
  max-width: 540px;
}

/* Right column — photo floats over the background image */
.hero-photo__frame {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 3.5rem 2rem 0 1rem; /* wider, no side padding clipping arms */
  position: relative;
  z-index: 2;
  overflow: visible; /* allow arms to breathe beyond frame edge */
  min-width: 0;
}

.hero-photo__img {
  /* Full figure visible — use contain so arms are never clipped */
  width: auto;
  max-width: 520px;  /* wide enough for full shoulder-to-shoulder span */
  height: clamp(680px, 105vh, 960px);
  max-height: none;
  object-fit: contain;
  object-position: center bottom; /* anchor waist to bottom, face at top */
  display: block;
  background: transparent;
  /* Warm gold atmospheric glow */
  filter:
    drop-shadow(0 0 32px rgba(200,152,64,0.22))
    drop-shadow(0 0 8px rgba(216,168,84,0.14))
    drop-shadow(0 24px 48px rgba(0,0,0,0.5));
}

/* DESIGN YOUR LIFE CO — gold small-caps above headline */
.hero-eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.8rem;
}

/* YOUR LIFE. — Montserrat Black, large, white, uppercase */
.hero-headline-main {
  display: block;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-size: clamp(3.2rem, 10vw, 7.5rem);
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 0.92;
}

/* Built with Purpose. — Cormorant Garamond italic, gold */
.hero-headline-script {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 9vw, 6.75rem);
  font-weight: 700;
  font-style: italic;
  white-space: nowrap;
  color: var(--gold);
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
  line-height: 1.2;
}

/* Hero sub-text — removed per brief */
.hero-subtext { display: none; }

/* Hero sub-question — gold, under the main question */
.hero-subquestion {
  display: block;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 700;
  font-style: normal;
  color: var(--gold);
  line-height: 1.4;
  margin-top: 3rem;
  max-width: 480px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Hero question — cursive white, left-aligned, under Built with Purpose */
.hero-question {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.45rem, 5.4vw, 4.65rem);
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  line-height: 1.15;
  margin-top: 7rem;
  max-width: 480px;
  letter-spacing: 0.01em;
}

/* =========================================================
   VIDEO SECTION — distinct, dark navy bg
   ========================================================= */
.video-section {
  background: var(--navy-section);
  padding: 6rem 2.5rem;
  text-align: center;
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
}

.video-section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.video-wrapper {
  position: relative;
  max-width: 860px;
  margin: 0 auto 1rem;
  border: 1px solid var(--gold-border);
  overflow: hidden;
  background: #000;
  cursor: pointer;
  aspect-ratio: 16/9;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,8,24,0.32);
  transition: background 0.25s;
}
.play-overlay:hover { background: rgba(0,8,24,0.12); }
.play-overlay.hidden { display: none; }

.play-btn-svg { width: 88px; height: 88px; filter: drop-shadow(0 2px 16px rgba(0,0,0,0.5)); }

/* =========================================================
   LIFESTYLE STRIP — full-width between sections
   ========================================================= */
.lifestyle-strip {
  width: 100%;
  height: clamp(260px, 36vw, 480px);
  overflow: hidden;
}

.lifestyle-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  filter: brightness(0.92) saturate(1.08);
  transition: transform 0.6s ease;
}

/* =========================================================
   SECTIONS
   ========================================================= */
/*
 * SECTION COLOUR VARIATION
 * Reference shows: not all dark sections are the same tone.
 * We alternate between navy-deep, navy-section (medium), and navy-mid (lighter)
 * so the page breathes and sections feel distinct.
 */

/* Deep navy — darkest: used for pull-quote, accent sections */
.dark-section {
  background: var(--navy-section);
  color: var(--text-on-dark);
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--gold);
}
.dark-section p { color: var(--text-on-dark); }
.dark-section .eyebrow { color: var(--gold); }

/* Medium navy variant — slightly lighter, used for 'about-mid-section' on About page */
.about-mid-section {
  background: var(--navy-mid);
  color: var(--text-on-dark);
}
.about-mid-section h1, .about-mid-section h2, .about-mid-section h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--gold);
}
.about-mid-section p { color: var(--text-on-dark); }
.about-mid-section .eyebrow { color: var(--gold); }

/* Opening / lighter dark tone for About intro */
.about-opening-section {
  background: #f0ebe3;   /* warm ivory — light, premium */
  color: var(--text-dark);
}
.about-opening-section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--navy);
}
.about-opening-section .eyebrow { color: var(--gold-dark); }
.about-opening-section p { color: var(--text-mid); }

/* System section — warm off-white / cream to break the dark sequence */
.about-system-section {
  background: var(--cream);
  color: var(--text-dark);
}
.about-system-section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--navy);
}
.about-system-section .eyebrow { color: var(--gold-dark); }
.about-system-section p { color: var(--text-mid); }

/* Light / white sections */
.light-section { background: var(--white); color: var(--text-dark); }
.light-section h1, .light-section h2, .light-section h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--navy);
}
.light-section .eyebrow { color: var(--gold-dark); }

/* Warm off-white sections */
.warm-section { background: var(--off-white); color: var(--text-dark); }

/* ===== THE PROOF ===== */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3rem;
  margin: 0 auto;
  max-width: 680px;
}
.proof-stat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.proof-number {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900;
  color: #0D4F7C;
  line-height: 1;
  letter-spacing: -0.02em;
}
.proof-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-mid);
}
@media (max-width: 540px) {
  .proof-grid { grid-template-columns: 1fr; }
}

/* ===== TESTIMONIALS ===== */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  text-align: left;
}
.testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(216,168,84,0.18);
  border-radius: 4px;
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.testimonial-card--placeholder {
  opacity: 0.4;
  border-style: dashed;
}
.testimonial-quote {
  font-size: 0.97rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.80);
  font-style: italic;
  flex: 1;
  margin: 0 0 1.5rem;
}
.testimonial-name {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #d8a854;
  margin: 0;
}
@media (max-width: 768px) {
  .testimonial-grid { grid-template-columns: 1fr; }
}

/* ===== CLOSING SECTION (Section 5) ===== */
.closing-section {
  background: #050f22;
  color: rgba(255,255,255,0.88);
  padding: clamp(5rem, 10vh, 9rem) 0;
}
.closing-section__inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2rem;
}
.closing-para {
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.85;
  color: rgba(255,255,255,0.82);
  margin: 0 0 2.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.closing-para--emphasis {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-style: italic;
  color: #d8a854;
  font-weight: 400;
  margin: 0 0 3.5rem;
}
.closing-cta {
  margin-top: 1rem;
  padding-top: 1rem;
}
.btn--closing {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  padding: 1.1rem 3rem;
}
.warm-section h1, .warm-section h2, .warm-section h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--navy);
}
.warm-section .eyebrow { color: var(--gold-dark); }

.section    { padding: 6rem 0; }
.section--sm { padding: 4rem 0; }

.section__header { text-align: center; margin-bottom: 4.5rem; }
.section__header h2 { margin-bottom: 0.75rem; }
.section__header .lead { max-width: 640px; margin: 0 auto; font-size: 1.05rem; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-block;
  padding: 1rem 2.6rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }

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

.btn--outline-gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold-border);
}
.btn--outline-gold:hover { background: var(--gold-muted); border-color: var(--gold); }

.btn--outline-navy {
  background: transparent;
  color: var(--navy);
  border-color: rgba(0,12,36,0.3);
}
.btn--outline-navy:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* =========================================================
   PROGRAM CARDS
   ========================================================= */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.card {
  background: var(--navy-card);
  border: 1px solid var(--gold-border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.card:hover { box-shadow: 0 8px 40px rgba(0,12,36,0.18); }

.card--featured {
  border-color: var(--gold);
  box-shadow: 0 0 48px rgba(216,168,84,0.12);
}

.card__image { width: 100%; height: 210px; overflow: hidden; }
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(1.08);
  transition: transform 0.5s ease;
}
.card:hover .card__image img { transform: scale(1.04); }

.card__body { padding: 2rem 1.8rem; flex: 1; display: flex; flex-direction: column; }

.card__tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
  display: block;
}

.card__body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--white);
  margin-bottom: 0.4rem;
}

.card__price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0.4rem 0 1rem;
}

.card__body p { color: rgba(255,255,255,0.62); font-size: 0.92rem; flex: 1; line-height: 1.7; }
.card__action { margin-top: 1.75rem; }

/* Include list (programs page) */
.include-list { margin: 1rem 0 1.5rem; }
.include-list li {
  padding: 0.5rem 0 0.5rem 1.4rem;
  position: relative;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.72);
  border-bottom: 1px solid rgba(216,168,84,0.1);
}
.include-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.include-list li:last-child { border-bottom: none; }

/* =========================================================
   SESSION TABLE (programs page)
   ========================================================= */
.session-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.session-table th {
  text-align: left;
  padding: 0.7rem 1rem;
  background: rgba(216,168,84,0.1);
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid var(--gold-border);
}
.session-table td {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(216,168,84,0.1);
  color: rgba(255,255,255,0.72);
  vertical-align: top;
  font-size: 0.9rem;
}
.session-table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }

/* =========================================================
   PULL QUOTE
   ========================================================= */
.pull-quote {
  border-left: 2px solid var(--gold);
  padding: 0.25rem 0 0.25rem 1.75rem;
  margin: 2rem 0;
}
.pull-quote p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.45;
  margin: 0;
}
.dark-section .pull-quote p { color: rgba(255,255,255,0.9); }
.light-section .pull-quote p, .warm-section .pull-quote p { color: var(--navy); }

/* =========================================================
   PROSE
   ========================================================= */
.prose h2 { margin: 2.5rem 0 1rem; }
.prose h3 { margin: 2rem 0 0.75rem; }
.prose p  { margin-bottom: 1.5em; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border-light); padding: 2rem 0; }
.faq-item:first-child { border-top: 1px solid var(--border-light); }
.faq-item__q {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.faq-item__a { color: var(--text-mid); font-size: 0.97rem; line-height: 1.75; }

/* Barrier list */
.barrier-list { margin: 2.5rem 0; }
.barrier-item { display: flex; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--border-light); }
.barrier-item:first-child { border-top: 1px solid var(--border-light); }
.barrier-item__num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--gold-dark);
  min-width: 2.5rem;
  line-height: 1;
  flex-shrink: 0;
}
.barrier-item__text { font-size: 0.97rem; color: var(--text-mid); padding-top: 0.4rem; line-height: 1.75; }

/* =========================================================
   FORM
   ========================================================= */
.form-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  padding: 3.5rem 3rem;
  max-width: 680px;
  margin: 0 auto;
}

.form-group { margin-bottom: 2rem; }
.form-group label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 0.6rem;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  background: #fafafa;
  border: 1px solid #d5d0c8;
  font-size: 1rem;
  font-family: inherit;
  color: var(--text-dark);
  transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group textarea:focus { outline: none; border-color: var(--gold-dark); background: #fff; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: #aaa; }
.form-group textarea { min-height: 80px; resize: vertical; }

.radio-group { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.6rem; }
.radio-group label {
  font-weight: 400; text-transform: none; letter-spacing: 0;
  display: flex; align-items: flex-start; gap: 0.6rem;
  cursor: pointer; font-size: 0.97rem; color: var(--text-dark);
}
.radio-group input[type="radio"] { margin-top: 3px; accent-color: var(--gold-dark); }
.form-submit { margin-top: 2.5rem; }

/* =========================================================
   PAGE HERO (inner pages)
   ========================================================= */
.page-hero {
  background: var(--navy);
  padding: 5.5rem 2.5rem 5rem;
  text-align: center;
  border-bottom: 1px solid var(--gold-border);
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--white);
  margin-bottom: 1rem;
}
.page-hero .sub { color: rgba(255,255,255,0.6); max-width: 580px; margin: 0 auto; font-size: 1.05rem; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--navy);
  border-top: 1px solid var(--gold-border);
  padding: 5.5rem 2.5rem 2.5rem;
}

.site-footer__inner { max-width: 1120px; margin: 0 auto; }

.site-footer__top {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 3.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(216,168,84,0.12);
}

.footer-logo img { height: 52px; width: auto; margin-bottom: 1.25rem; }

.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 1rem;
}

.footer-note { font-size: 0.83rem; line-height: 1.78; color: rgba(255,255,255,0.32); }

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.footer-col ul li { margin-bottom: 0.65rem; }
.footer-col ul li a { font-size: 0.86rem; color: rgba(255,255,255,0.38); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }

.site-footer__bottom {
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.22);
}
.site-footer__bottom a { color: rgba(255,255,255,0.3); transition: color 0.2s; }
.site-footer__bottom a:hover { color: var(--gold); }

/* Footer handle — hidden, only platform name shown */
.footer-handle {
  display: none;
}

/* =========================================================
   ABOUT — TRANSITION QUOTE BOX
   ========================================================= */
.about-transition-quote {
  background: var(--navy-deep);
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  padding: 4rem 2.5rem;
}

.about-transition-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-style: italic;
  font-weight: 600;
  color: var(--white);
  line-height: 1.45;
  margin: 0;
  border-left: 3px solid var(--gold);
  padding-left: 2rem;
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}

/* =========================================================
   ABOUT PAGE — specific styles
   ========================================================= */

.about-page-hero {
  background: var(--navy);
  padding: 6rem 2.5rem 4.5rem;
  border-bottom: 1px solid var(--gold-border);
}
.about-page-hero .eyebrow { margin-bottom: 1.2rem; }
.about-page-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  color: var(--white);
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.05;
}

.about-sub-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.about-sign-off {
  color: rgba(100,80,50,0.7);
  font-style: italic;
  margin-top: 2.5rem;
  margin-bottom: 0.25rem;
}

.about-signature {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-style: italic;
  color: var(--navy);
  font-weight: 600;
  margin: 0;
}

.about-system-emphasis {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  color: var(--gold-dark);
  text-align: center;
  margin: 2rem 0;
  letter-spacing: 0.02em;
}

/* Pull-quote colour on light/cream sections */
.about-mid-section .pull-quote p { color: rgba(255,255,255,0.9); }
.about-system-section .pull-quote p { color: var(--navy); }
.about-system-section .pull-quote { border-left-color: var(--gold-dark); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
  /* Hero: stack vertically on tablets/mobile */
  .hero-photo {
    flex-direction: column;
    min-height: auto;
    overflow: hidden;
  }
  .hero-photo__overlay {
    width: 100%;
    padding: 3.5rem 2rem 2rem;
    order: 1;
    position: relative;
    z-index: 3;
  }
  .hero-photo__frame {
    order: 2;
    padding: 0 2rem 0;
    justify-content: center;
    overflow: hidden;
    max-height: 420px;
  }
  .hero-photo__img {
    max-width: 100%;
    width: auto;
    height: clamp(280px, 60vw, 420px);
    object-fit: contain;
    object-position: center bottom;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .site-nav__links {
    display: none; flex-direction: column;
    position: absolute; top: 76px; left: 0; right: 0;
    background: var(--navy); border-bottom: 1px solid var(--gold-border);
    padding: 1.5rem 2rem; gap: 1.25rem;
  }
  .site-nav__links.open { display: flex; }
  .site-nav__inner { position: relative; }
  .nav-toggle { display: flex; }
  .card-grid { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer__bottom { flex-direction: column; text-align: center; }
  .section { padding: 4.5rem 0; }
  .container, .container--narrow { padding: 0 1.5rem; }
  .form-card { padding: 2.5rem 1.5rem; }
  .hero-headline-main { font-size: clamp(2.4rem, 9vw, 7.5rem); white-space: nowrap; }
  .hero-headline-script { font-size: clamp(2.1rem, 7.5vw, 6.75rem); white-space: nowrap; }
  .hero-photo__overlay { padding: 2.5rem 1.5rem 2rem; }
  .hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.22em; }
  .hero-cta-row { gap: 1.25rem; }
  /* Fix CTA buttons overflowing on mobile */
  .btn {
    white-space: normal;
    word-break: break-word;
    text-align: center;
    padding: 0.85rem 1.4rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    display: block;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn--gold, .btn--outline-gold { display: block; }
}
