/* ============ Wise Coaching ============ */
:root {
  --cream: #FBF7EC;
  --cream-2: #FDF9F0;
  --card: #FEFBF3;
  --tan: #E4D6B9;
  --tan-soft: #EFE7D3;
  --gold: #C9A96A;
  --gold-dark: #A8894E;
  --ink: #4E4128;
  --ink-soft: #7C6C4B;
  --line: #E0D2B2;
  --radius: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
}
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); text-align: center; }
h3 { font-size: 1.25rem; }
p { margin-bottom: 1em; }
a { color: var(--gold-dark); }
img { max-width: 100%; display: block; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
section { padding: 72px 0; }
.section-tan { background: var(--tan); }
.section-soft { background: var(--tan-soft); }
.rule { width: 70px; height: 3px; background: var(--gold); margin: 18px auto 14px; border: 0; }
.section-sub { text-align: center; color: var(--ink-soft); margin-bottom: 44px; }

/* ---- nav ---- */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 236, .95); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 26px; padding: 16px 0; }
.brand { font-family: "Playfair Display", serif; font-weight: 700; font-size: 1.2rem; color: var(--ink); text-decoration: none; margin-right: auto; }
.nav a.navlink { color: var(--ink); text-decoration: none; font-size: .95rem; }
.nav a.navlink:hover { color: var(--gold-dark); }

/* ---- buttons ---- */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 8px;
  font-family: "EB Garamond", serif; font-size: 1.02rem; text-decoration: none;
  border: 1px solid var(--gold); transition: all .15s ease; cursor: pointer;
}
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); }
.btn-small { padding: 9px 18px; font-size: .92rem; }

/* ---- hero ---- */
.hero { padding: 90px 0; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 14px; }
.hero .tagline { font-family: "Playfair Display", serif; color: var(--gold-dark); font-size: 1.6rem; margin-bottom: 12px; }
.hero .creds { font-weight: 600; margin-bottom: 18px; }
.hero-photo img { border-radius: 18px; box-shadow: 0 14px 40px rgba(78, 65, 40, .18); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* ---- cards / grids ---- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: 0 4px 18px rgba(78, 65, 40, .05);
}
.card h3 { margin-bottom: 10px; }
.card .icon { width: 46px; height: 46px; border-radius: 10px; background: var(--tan-soft); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 14px; }
.card-wide { grid-column: 1 / -1; }
.card-accent { background: var(--tan-soft); }

/* ---- stats ---- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.stat { text-align: center; }
.stat .num { font-family: "Playfair Display", serif; font-size: 2.4rem; font-weight: 700; }
.stat .label { font-weight: 600; }
.stat .sub { color: var(--ink-soft); font-size: .95rem; }

/* ---- prose block ---- */
.prose { max-width: 820px; margin: 0 auto; }
.prose ul { margin: 0 0 1em 1.3em; }
.prose li { margin-bottom: .4em; }

/* ---- testimonials ---- */
.t-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.t-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--tan); display: flex; align-items: center; justify-content: center; font-family: "Playfair Display", serif; font-weight: 700; }
.t-meta .t-name { font-weight: 700; }
.t-meta .t-tag { color: var(--gold-dark); font-size: .9rem; }
blockquote { font-style: italic; color: var(--ink); }

/* ---- featured story ---- */
.featured { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px; }
.featured .f-title { font-family: "Playfair Display", serif; font-size: 1.6rem; margin-bottom: 6px; }
.featured .f-sub { color: var(--gold-dark); margin-bottom: 22px; }
.f-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 26px 0; }
.f-stat { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; text-align: center; padding: 20px; }
.f-stat .num { font-family: "Playfair Display", serif; font-size: 1.7rem; font-weight: 700; }
.pull { border-left: 4px solid var(--gold); padding: 6px 0 6px 20px; margin: 18px 0; font-style: italic; }

/* ---- chips ---- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--gold-dark); color: #fff; border-radius: 8px; padding: 8px 14px; font-size: .92rem; }
.chip-light { background: var(--cream); color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; }

/* ---- pricing ---- */
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card .amount { font-family: "Playfair Display", serif; font-size: 2.8rem; font-weight: 700; text-align: center; }
.price-card .per { text-align: center; color: var(--ink-soft); margin-bottom: 4px; }
.price-card .save { display: block; width: fit-content; margin: 6px auto 0; background: var(--tan-soft); border-radius: 999px; padding: 3px 14px; font-size: .88rem; color: var(--ink-soft); }
.price-card ul { list-style: none; margin: 20px 0 26px; }
.price-card li { padding-left: 26px; position: relative; margin-bottom: 10px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); }
.price-card .btn { margin-top: auto; text-align: center; }
.popular { border: 2px solid var(--gold); }
.popular-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--tan); border-radius: 999px; padding: 4px 18px; font-size: .88rem;
}
.price-note { text-align: center; color: var(--ink-soft); margin-top: 30px; }
.price-h { text-align: center; margin-bottom: 6px; }
.price-d { text-align: center; color: var(--ink-soft); min-height: 3em; }

/* ---- why / checklist ---- */
.check-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; max-width: 820px; margin: 30px auto 0; }
.check { padding-left: 30px; position: relative; margin-bottom: 10px; }
.check::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid var(--gold-dark); border-radius: 50%; color: var(--gold-dark); font-size: .75rem; display: flex; align-items: center; justify-content: center; }

/* ---- steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 900px; margin: 40px auto 0; }
.step { text-align: center; }
.step .bubble { width: 62px; height: 62px; border-radius: 50%; background: var(--gold); color: #fff; font-family: "Playfair Display", serif; font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--ink-soft); font-size: .97rem; }

/* ---- cta band ---- */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { color: var(--ink-soft); margin-bottom: 24px; }

/* ---- form ---- */
.form-card { max-width: 720px; margin: 0 auto; }
label { display: block; font-weight: 600; margin: 18px 0 6px; }
input, select, textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 8px;
  background: var(--cream-2); font-family: "EB Garamond", serif; font-size: 1rem; color: var(--ink);
}
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
form .btn { width: 100%; margin-top: 24px; }

/* ---- footer ---- */
footer { background: var(--tan); padding: 36px 0; }
.foot { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: .95rem; }
.foot a { color: var(--ink); text-decoration: none; margin-left: 18px; }

/* ---- landing page extras ---- */
.lp-hero { padding: 84px 0; text-align: center; }
.lp-hero h1 { max-width: 850px; margin: 0 auto 16px; }
.lp-hero .lp-sub { max-width: 640px; margin: 0 auto 10px; color: var(--ink-soft); font-size: 1.15rem; }
.lp-proof { max-width: 860px; margin: 0 auto; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 340px; }
  .grid-3, .steps, .stats, .f-stats { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .check-cols { grid-template-columns: 1fr; }
  .nav a.navlink { display: none; }
  section { padding: 52px 0; }
}
