/* ============================================================
   Barry Davison, R.M.T. — Design B
   Warm terracotta + cream, bold Fraunces display, magazine layout
   ============================================================ */

:root {
  --cream:    #f5edf0;   /* blush off-white body */
  --cream-dk: #ecdde3;   /* soft blush alt sections */
  --ink:      #2c1c2b;   /* deep aubergine (warm near-black) */
  --ink-soft: #6c5866;   /* muted mauve-grey text */
  --paper:    #fffbfc;   /* card near-white, hint of pink */
  --clay:     #9c3d6a;   /* primary accent: berry / plum-rose */
  --clay-dk:  #7f2f56;   /* darker berry (hover) */
  --ochre:    #b06a8f;   /* secondary accent: dusty mauve-rose */
  --plum:     #45203f;   /* quote band deep plum */
  --dark:     #331a30;   /* dark sections + footer (deep aubergine) */
  --line:     #e7d5dd;   /* blush borders */

  --display: "Fraunces", Georgia, serif;
  --sans:    "DM Sans", system-ui, -apple-system, sans-serif;
  --r: 22px;
  --shadow: 0 30px 60px -28px rgba(40, 28, 20, .35);
  --shadow-sm: 0 10px 30px -16px rgba(40, 28, 20, .3);
  --wrap: 1160px;
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--sans); color: var(--ink); background: var(--cream);
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--clay); text-decoration: none; transition: color .2s; }
a:hover { color: var(--clay-dk); }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.05; letter-spacing: -.01em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h1 em, h2 em { font-style: italic; color: var(--clay); font-weight: 500; }

.kicker { font-family: var(--sans); font-weight: 600; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); display: inline-block; margin-bottom: 1rem; }
.kicker-light { color: var(--ochre); }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-family: var(--sans); font-weight: 600; font-size: .96rem; padding: .95em 1.9em; border-radius: 100px; border: 2px solid transparent; cursor: pointer; transition: transform .18s, background .2s, color .2s, box-shadow .2s; }
.btn-fill { background: var(--clay); color: #fff; box-shadow: var(--shadow-sm); }
.btn-fill:hover { background: var(--clay-dk); color: #fff; transform: translateY(-2px); }
.btn-line { border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }

/* ============================================================
   Nav
   ============================================================ */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(247,242,233,.85); backdrop-filter: blur(10px); transition: box-shadow .3s, background .3s; }
.nav.scrolled { box-shadow: 0 1px 0 var(--line), 0 10px 30px -22px rgba(40,28,20,.4); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.logo { display: flex; align-items: center; gap: .7rem; }
.logo-mark { width: 40px; height: 40px; border-radius: 50%; background: var(--clay); color: #fff; font-family: var(--display); font-weight: 600; font-size: 1.1rem; display: grid; place-items: center; }
.logo-text { display: flex; flex-direction: column; font-family: var(--display); font-weight: 600; font-size: 1.2rem; color: var(--ink); line-height: 1.1; }
.logo-text em { font-family: var(--sans); font-style: normal; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; }

.links { display: flex; align-items: center; gap: 2rem; }
.links a { color: var(--ink); font-weight: 500; font-size: .96rem; position: relative; }
.links a:not(.pill):hover { color: var(--clay); }
.links a:not(.pill)::after { content: ""; position: absolute; left: 0; bottom: -5px; height: 2px; width: 0; background: var(--clay); transition: width .25s; }
.links a:not(.pill):hover::after, .links a.active::after { width: 100%; }
.pill { background: var(--ink); color: var(--cream) !important; padding: .6em 1.3em; border-radius: 100px; }
.pill:hover { background: var(--clay); }

.burger { display: none; flex-direction: column; gap: 6px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }

/* ============================================================
   Hero
   ============================================================ */
.hero { background: radial-gradient(120% 90% at 85% 0%, var(--cream-dk) 0%, var(--cream) 55%); padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 6rem); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.tag { font-family: var(--sans); font-size: .82rem; font-weight: 600; letter-spacing: .06em; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line); padding: .5em 1.1em; border-radius: 100px; display: inline-block; margin-bottom: 1.6rem; }
.hero-text h1 { margin-bottom: 1.5rem; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--ink-soft); max-width: 52ch; margin-bottom: 2.2rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.8rem; }
.hero-meta { font-size: .9rem; color: var(--ink-soft); }

.hero-media { position: relative; }
.hero-photo { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; background: var(--paper); border-radius: 18px; box-shadow: var(--shadow-sm); }
.badge-years { top: 26px; left: -26px; padding: 1rem 1.3rem; text-align: center; border: 1px solid var(--line); }
.badge-years strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--clay); line-height: 1; }
.badge-years span { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }
.badge-face { bottom: 24px; right: -22px; display: flex; align-items: center; gap: .7rem; padding: .7rem .95rem .7rem .7rem; border: 1px solid var(--line); }
.badge-face img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.badge-face span { display: flex; flex-direction: column; font-family: var(--display); font-weight: 600; font-size: .95rem; line-height: 1.15; }
.badge-face em { font-family: var(--sans); font-style: normal; font-size: .64rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); font-weight: 500; }

/* ============================================================
   Marquee strip
   ============================================================ */
.strip { background: var(--clay); color: #fff; overflow: hidden; padding: .85rem 0; }
.strip-track { display: flex; gap: 2rem; white-space: nowrap; width: max-content; animation: marquee 24s linear infinite; font-family: var(--display); font-size: 1.25rem; font-style: italic; }
.strip-track .sep { opacity: .6; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   Sections
   ============================================================ */
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.section-warm { background: var(--cream-dk); }
.head { max-width: 760px; margin: 0 auto 3.5rem; text-align: center; }
.head-lead { color: var(--ink-soft); font-size: 1.12rem; margin-top: 1.1rem; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; max-width: 340px; border-radius: var(--r); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; background: var(--cream-dk); }
.about-sig { position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-family: var(--display); font-style: italic; font-size: 1.05rem; padding: .5em 1.3em; border-radius: 100px; white-space: nowrap; }
.about-body p { color: var(--ink-soft); margin-top: 1.1rem; }
.about-body h2 { margin-bottom: .3rem; }
.facts { list-style: none; display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.2rem; }
.facts li { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.3rem; font-size: .9rem; color: var(--ink-soft); }
.facts b { display: block; font-family: var(--display); font-size: 1.5rem; color: var(--ink); margin-bottom: .1rem; }

/* ---------- Benefits ---------- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.benefit { background: var(--paper); border-radius: var(--r); padding: 2.4rem 2rem; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-num { font-family: var(--display); font-size: 2.4rem; color: var(--ochre); font-weight: 600; display: block; margin-bottom: .6rem; }
.benefit h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.benefit p { color: var(--ink-soft); font-size: .98rem; }

/* ---------- Quote band ---------- */
.quote-band { background: var(--plum); color: var(--cream); padding: clamp(3.5rem, 7vw, 6rem) 0; }
.quote-band blockquote { font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 500; line-height: 1.3; text-align: center; max-width: 900px; margin: 0 auto; font-style: italic; }
.quote-band cite { display: block; font-style: normal; font-family: var(--sans); font-size: .95rem; letter-spacing: .04em; color: var(--ochre); margin-top: 1.4rem; }

/* ---------- Plans / pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: stretch; }
.plan { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 2.4rem 2rem; display: flex; flex-direction: column; }
.plan-feature { background: var(--ink); color: var(--cream); border-color: var(--ink); box-shadow: var(--shadow); }
.plan-feature h3 { color: #fff; }
.plan-feature p { color: rgba(255,255,255,.75) !important; }
.plan-flag { position: absolute; top: -13px; left: 2rem; background: var(--clay); color: #fff; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .4em 1em; border-radius: 100px; }
.plan-top { flex-grow: 1; }
.plan h3 { font-size: 1.5rem; margin-bottom: .7rem; }
.plan-top p { color: var(--ink-soft); font-size: .96rem; }
.plan-rates { margin-top: 1.8rem; border-top: 1px solid var(--line); }
.plan-feature .plan-rates { border-color: rgba(255,255,255,.18); }
.rate { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.plan-feature .rate { border-color: rgba(255,255,255,.14); }
.rate:last-child { border-bottom: 0; }
.rate span { font-size: .92rem; color: var(--ink-soft); }
.plan-feature .rate span { color: rgba(255,255,255,.8); }
.rate b { font-family: var(--display); font-size: 1.7rem; color: var(--ink); white-space: nowrap; }
.plan-feature .rate b { color: #fff; }
.rate small { font-family: var(--sans); font-size: .7rem; color: var(--ink-soft); font-weight: 400; }
.plans-note { text-align: center; margin-top: 2.4rem; color: var(--ink-soft); }

/* ---------- Teaching (dark) ---------- */
.section-dark { background: var(--dark); color: var(--cream); }
.section-dark h2 { color: #fff; }
.teaching { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.teaching-lead p { color: rgba(255,255,255,.72); margin-top: 1.1rem; }
.teaching-cols { display: grid; gap: 2.4rem; }
.teaching h4 { font-family: var(--sans); font-weight: 600; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ochre); margin-bottom: 1rem; }
.chip-list { list-style: none; display: flex; flex-wrap: wrap; gap: .55rem; }
.chip-list li { border: 1px solid rgba(255,255,255,.2); border-radius: 100px; padding: .5em 1.1em; font-size: .86rem; color: rgba(255,255,255,.85); }
.time { list-style: none; display: grid; gap: 1.1rem; }
.time li { color: rgba(255,255,255,.75); font-size: .95rem; padding-left: 1.2rem; border-left: 2px solid var(--clay); }
.time b { display: block; font-family: var(--display); font-size: 1.15rem; color: #fff; }

/* ---------- Contact ---------- */
.section-contact { background: var(--cream-dk); }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 6vw, 4.5rem); align-items: center; }
.contact-lead h2 { margin-bottom: .8rem; }
.contact-lead p { color: var(--ink-soft); font-size: 1.08rem; max-width: 46ch; }
.contact-lead p a { text-decoration: underline; text-underline-offset: 3px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.contact-info { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 2rem; box-shadow: var(--shadow-sm); display: grid; gap: 1.3rem; }
.info-item { display: flex; flex-direction: column; gap: .2rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
.info-item:last-child { padding-bottom: 0; border-bottom: 0; }
.info-label { font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); }
.info-item a, .info-item > span { font-size: 1.06rem; color: var(--ink); font-weight: 500; }
.info-item a:hover { color: var(--clay); }
.info-second { margin-top: .6rem; padding-top: .6rem; border-top: 1px dashed var(--line); font-weight: 400 !important; font-size: .98rem !important; color: var(--ink-soft) !important; }

/* ---------- Footer ---------- */
.foot { background: var(--dark); color: rgba(255,255,255,.75); padding: 3rem 0; }
.foot-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .5rem; }
.foot-brand { font-family: var(--display); font-size: 1.4rem; color: #fff; }
.foot-sub { font-size: .88rem; color: rgba(255,255,255,.6); }
.foot-fine { font-size: .78rem; color: rgba(255,255,255,.45); margin-top: .6rem; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 420px; margin: 0 auto; }
  .badge-face { right: 0; }
  .badge-years { left: 0; }
  .about { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .about-body { text-align: center; }
  .facts { justify-content: center; }
  .benefits, .plans { grid-template-columns: 1fr; }
  .plan-feature { order: -1; }
  .teaching, .contact { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .burger { display: flex; }
  .links { position: fixed; inset: 82px 0 auto 0; background: var(--cream); flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem 26px 1.6rem; box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .3s; visibility: hidden; }
  .links.open { transform: translateY(0); visibility: visible; }
  .links a { width: 100%; padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .links a:not(.pill)::after { display: none; }
  .pill { width: 100%; text-align: center; margin-top: .8rem; }
  .burger.open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .burger.open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .strip-track { animation: none; }
}
