/* ============================================================
   Creating A Way Coaching — Ministry
   Design system: Deep Navy + Warm Gold + Ivory
   ============================================================ */

:root {
  --navy-900: #0b1526;
  --navy-800: #101f38;
  --navy-700: #16294a;
  --navy-600: #1f3a66;
  --gold-500: #c9a24b;
  --gold-400: #d9b869;
  --gold-300: #e8d3a0;
  --ivory: #faf6ee;
  --ivory-dark: #f2ebdd;
  --white: #ffffff;
  --ink: #1c2432;
  --ink-soft: #4a5568;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, "Segoe UI", sans-serif;
  --shadow-lg: 0 24px 60px -12px rgba(11, 21, 38, 0.25);
  --shadow-md: 0 12px 32px -8px rgba(11, 21, 38, 0.18);
  --radius: 14px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy-800);
}

img { max-width: 100%; display: block; }
a { color: var(--gold-500); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }

/* ---------- Eyebrow / labels ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-500);
}
.eyebrow.centered { justify-content: center; }
.eyebrow.centered::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-500);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 17px 38px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
  border: none;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  color: var(--navy-900);
  box-shadow: 0 10px 30px -8px rgba(201, 162, 75, 0.55);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 38px -8px rgba(201, 162, 75, 0.7); }
.btn-outline {
  background: transparent;
  color: var(--ivory);
  border: 1.5px solid rgba(250, 246, 238, 0.55);
}
.btn-outline:hover { border-color: var(--gold-400); color: var(--gold-300); transform: translateY(-3px); }
.btn-navy {
  background: var(--navy-800);
  color: var(--ivory);
}
.btn-navy:hover { background: var(--navy-600); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-note {
  display: block;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 12px;
}

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 21, 38, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 162, 75, 0.25);
}
.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ivory);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.nav-logo span { color: var(--gold-400); }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  color: rgba(250, 246, 238, 0.85);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-400); }
.nav-cta {
  padding: 11px 24px !important;
  border-radius: 60px;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  color: var(--navy-900) !important;
  font-weight: 600 !important;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--ivory);
  font-size: 26px;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(31, 58, 102, 0.65), transparent),
    radial-gradient(ellipse 60% 50% at 20% 90%, rgba(201, 162, 75, 0.12), transparent),
    linear-gradient(165deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  color: var(--ivory);
  text-align: center;
  padding: 120px 24px 130px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(to bottom, transparent, rgba(250, 246, 238, 0.06));
}
.hero h1 {
  color: var(--ivory);
  font-size: clamp(40px, 6vw, 68px);
  max-width: 900px;
  margin: 0 auto 26px;
}
.hero h1 em { font-style: italic; color: var(--gold-400); }
.hero .sub {
  font-size: clamp(17px, 2vw, 21px);
  color: rgba(250, 246, 238, 0.82);
  max-width: 680px;
  margin: 0 auto 42px;
  font-weight: 300;
}
.hero-ctas { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
/* Hero photo of Penny & Scott */
.hero-photo {
  display: block;
  width: min(340px, 76vw);
  margin-top: 56px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-photo picture { display: block; }
.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
}
.hero-photo figcaption {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 246, 238, 0.58);
}
@media (max-width: 700px) {
  .hero-photo { width: min(240px, 68vw); margin-top: 44px; }
}

.hero-verse {
  margin-top: 48px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--gold-300);
}
.hero-verse cite { font-style: normal; font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(250,246,238,0.6); display: block; margin-top: 8px; }

/* Inner-page hero (shorter) */
.hero.hero-inner { padding: 90px 24px 96px; }

/* Coach portraits */
.scott-portrait,
.penny-portrait {
  display: block;
  width: 210px;
  height: 210px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  margin: 0 auto 32px;
  border: 4px solid var(--gold-400);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
}
@media (max-width: 640px) {
  .scott-portrait, .penny-portrait { width: 160px; height: 160px; }
}

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-dark { background: var(--navy-800); color: rgba(250, 246, 238, 0.85); }
.section-dark h2, .section-dark h3 { color: var(--ivory); }
.section-tint { background: var(--ivory-dark); }
.section h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 22px; }
.section .lead { font-size: 19px; color: var(--ink-soft); max-width: 720px; }
.section-dark .lead { color: rgba(250, 246, 238, 0.75); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Cards ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 42px 36px;
  box-shadow: var(--shadow-md);
  border-top: 3px solid var(--gold-500);
}
.card h3 { font-size: 24px; margin-bottom: 12px; }
.card p { color: var(--ink-soft); font-size: 16px; }

.card-dark {
  background: var(--navy-700);
  border-radius: var(--radius);
  padding: 42px 36px;
  border: 1px solid rgba(201, 162, 75, 0.25);
}
.card-dark h3 { color: var(--gold-300); font-size: 23px; margin-bottom: 12px; }
.card-dark p { color: rgba(250, 246, 238, 0.75); font-size: 16px; }

.card-icon {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(201, 162, 75, 0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 22px;
  color: var(--gold-500);
}

/* ---------- Coach cards ---------- */
.coach-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}
.coach-banner {
  height: 140px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  position: relative;
}
.coach-banner.gold { background: linear-gradient(135deg, #8a6d2f, var(--gold-500)); }
.coach-initial {
  position: absolute;
  bottom: -75px;
  left: 40px;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: var(--ivory);
  border: 4px solid var(--gold-500);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 62px;
  color: var(--navy-800);
}
.coach-photo {
  position: absolute;
  bottom: -75px;
  left: 40px;
  width: 150px; height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: var(--ivory);
  border: 4px solid var(--gold-500);
  box-shadow: 0 8px 24px rgba(28, 42, 56, 0.22);
}
.coach-body { padding: 96px 40px 40px; flex: 1; display: flex; flex-direction: column; }
.coach-body h3 { font-size: 27px; }
.coach-role { color: var(--gold-500); font-size: 13px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin: 6px 0 18px; }
.coach-body p { color: var(--ink-soft); font-size: 16px; flex: 1; }
.coach-body .btn { margin-top: 28px; align-self: flex-start; }

/* ---------- Testimonials ---------- */
.testimonial {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  position: relative;
}
.testimonial::before {
  content: "\201C";
  font-family: var(--serif);
  font-size: 90px;
  color: var(--gold-300);
  position: absolute;
  top: 6px; left: 26px;
  line-height: 1;
}
.testimonial p { font-family: var(--serif); font-size: 19px; font-style: italic; color: var(--navy-800); position: relative; z-index: 1; padding-top: 26px; }
.testimonial footer { margin-top: 20px; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-500); }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step { text-align: center; padding: 0 12px; }
.step .num {
  width: 64px; height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 2px solid var(--gold-500);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 26px;
  color: var(--gold-500);
}
.step h3 { font-size: 22px; margin-bottom: 10px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }
.section-dark .step p { color: rgba(250, 246, 238, 0.72); }
.section-dark .step .num { border-color: var(--gold-400); color: var(--gold-400); }

/* ---------- FAQ ---------- */
.faq details {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 14px;
  box-shadow: 0 4px 16px -6px rgba(11, 21, 38, 0.1);
  overflow: hidden;
}
.faq summary {
  padding: 24px 30px;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--navy-800);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--gold-500); transition: transform 0.25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details div { padding: 0 30px 26px; color: var(--ink-soft); font-size: 16px; }

/* ---------- Pricing panel ---------- */
.price-panel {
  background: var(--navy-800);
  border-radius: 20px;
  padding: 60px 48px;
  text-align: center;
  color: rgba(250, 246, 238, 0.85);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(201, 162, 75, 0.3);
  max-width: 560px;
  margin: 0 auto;
}
.price-panel h3 { color: var(--ivory); font-size: 26px; }
.price-panel .price { font-family: var(--serif); font-size: 68px; color: var(--gold-400); margin: 18px 0 4px; }
.price-panel .per { font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,246,238,0.6); margin-bottom: 28px; }
.price-panel ul { list-style: none; text-align: left; margin: 0 auto 34px; max-width: 360px; }
.price-panel li { padding: 10px 0 10px 34px; position: relative; border-bottom: 1px solid rgba(250,246,238,0.1); font-size: 15.5px; }
.price-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-400); font-weight: 700; }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(ellipse 70% 90% at 50% 110%, rgba(201, 162, 75, 0.2), transparent),
    linear-gradient(150deg, var(--navy-900), var(--navy-700));
  text-align: center;
  padding: 100px 24px;
  color: var(--ivory);
}
.cta-band h2 { color: var(--ivory); font-size: clamp(30px, 4vw, 46px); max-width: 760px; margin: 0 auto 20px; }
.cta-band h2 em { color: var(--gold-400); font-style: italic; }
.cta-band p { color: rgba(250,246,238,0.75); max-width: 600px; margin: 0 auto 38px; font-size: 18px; }

/* ---------- Footer ---------- */
.footer {
  background: var(--navy-900);
  color: rgba(250, 246, 238, 0.6);
  padding: 60px 0 36px;
  font-size: 14.5px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer h4 { color: var(--gold-400); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; font-family: var(--sans); }
.footer a { color: rgba(250, 246, 238, 0.75); text-decoration: none; }
.footer a:hover { color: var(--gold-400); }
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; }
.footer-logo { font-family: var(--serif); font-size: 24px; color: var(--ivory); margin-bottom: 14px; }
.footer-logo span { color: var(--gold-400); }
.footer-verse { font-family: var(--serif); font-style: italic; font-size: 16px; color: rgba(250,246,238,0.55); max-width: 320px; }
.footer-bottom { border-top: 1px solid rgba(250,246,238,0.1); padding-top: 28px; text-align: center; font-size: 13px; color: rgba(250,246,238,0.4); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Story / about ---------- */
.story p { margin-bottom: 22px; font-size: 17.5px; color: var(--ink-soft); }
.story .drop::first-letter {
  font-family: var(--serif);
  font-size: 64px;
  float: left;
  line-height: 0.85;
  padding-right: 12px;
  color: var(--gold-500);
}
.pullquote {
  border-left: 3px solid var(--gold-500);
  padding: 8px 0 8px 30px;
  margin: 40px 0;
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  color: var(--navy-800);
}
.stat-row { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; margin-top: 50px; }
.stat { text-align: center; }
.stat .n { font-family: var(--serif); font-size: 56px; color: var(--gold-400); line-height: 1; }
.stat .l { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,246,238,0.65); margin-top: 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-2, .grid-3, .steps, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .hero { padding: 84px 24px 92px; }
  .nav-links {
    display: none;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: var(--navy-900);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid rgba(201,162,75,0.3);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
}

@media (max-width: 560px) {
  .coach-photo, .coach-initial {
    width: 124px; height: 124px;
    bottom: -62px;
    left: 28px;
  }
  .coach-initial { font-size: 52px; }
  .coach-body { padding: 80px 28px 34px; }
}
