/* ============================================================
   Beth Krysciak — Nutrition & Health Coaching
   Lighter palette: off-white · light oak · charcoal brown
   accents: olive / dusty sage · warm beige
   ============================================================ */

:root {
  /* surfaces */
  --bg:        #f8f6f0;   /* off-white, warm */
  --bg-warm:   #f1ebe0;   /* warm beige section */
  --surface:   #fffdf8;   /* card / raised */
  --beige:     #ece3d3;   /* warm beige secondary accent */
  --oak:       #d9c19c;   /* light oak */
  --oak-soft:  #e7d7bd;   /* light oak, washed */

  /* ink */
  --ink:       #34302a;   /* charcoal brown */
  --ink-2:     #4c463d;
  --muted:     #837b6d;
  --line:      rgba(52,48,42,0.12);
  --line-soft: rgba(52,48,42,0.07);

  /* green accent (tweakable) */
  --accent:      #6e7c4c;   /* olive */
  --accent-deep: #58643b;
  --accent-soft: #e6e9da;

  /* type */
  --sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --serif: "Newsreader", Georgia, serif;

  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { margin: 0; font-weight: 800; letter-spacing: -0.025em; line-height: 1.02; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

/* ---------- shared atoms ---------- */
.eyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent-deep);
}
.btn {
  font-family: var(--sans); font-weight: 600; font-size: 15px; cursor: pointer;
  border: none; white-space: nowrap; display: inline-flex; align-items: center;
  gap: 9px; transition: transform .18s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn-solid {
  background: var(--ink); color: #fdfbf6; padding: 15px 30px; border-radius: 999px;
  box-shadow: 0 10px 24px -14px rgba(52,48,42,0.8);
}
.btn-solid:hover { background: var(--accent-deep); }
.btn-accent { background: var(--accent); color: #fff; padding: 15px 30px; border-radius: 999px; }
.btn-accent:hover { background: var(--accent-deep); }
.btn-ghost {
  background: transparent; color: var(--ink); padding: 14px 26px; border-radius: 999px;
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn-text { background: transparent; color: var(--accent-deep); padding: 8px 2px; }
.btn-text:hover { gap: 13px; }
.btn-journey {
  background: #58643bce; color: #fdfbf6; padding: 15px 30px; border-radius: 999px;
  box-shadow: 0 10px 24px -14px rgba(52,48,42,0.7);
}
.btn-journey:hover { background: #58643b; }
.btn-journey:hover span { transform: translateX(3px); }
.btn-journey span { transition: transform .18s ease; display: inline-block; }

.section { padding-block: clamp(44px, 6.5vw, 88px); }
.section-head { max-width: 720px; }
.section-head h2 {
  font-size: clamp(32px, 4.6vw, 54px); color: var(--ink); margin-top: 16px;
  text-wrap: balance;
}
.lead { font-size: 19px; color: var(--muted); line-height: 1.65; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.nav.scrolled { border-color: var(--line); }
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 18px var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
}
.brand { font-family: var(--serif); font-size: 23px; font-weight: 500; letter-spacing: 0; white-space: nowrap; display: inline-flex; align-items: center; gap: 11px; }
.brand b { font-weight: 600; }
.brand-logo { height: 30px; width: auto; display: block; }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font-size: 14.5px; font-weight: 500; color: var(--muted); letter-spacing: 0.01em;
  position: relative; padding: 4px 0; transition: color .2s ease; white-space: nowrap;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--accent); transition: width .25s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  font-family: var(--sans); font-size: 14px; font-weight: 600; cursor: pointer;
  padding: 11px 20px; border-radius: 999px; border: 1px solid var(--accent);
  color: var(--accent-deep); background: transparent; white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.nav-cta:hover { background: var(--accent); color: #fff; }
.nav-burger { display: none; }

/* ============================================================
   HERO  (direction C — bold modern, lightened)
   ============================================================ */
.hero { padding-top: clamp(28px, 4.2vw, 54px); padding-bottom: clamp(26px, 3.5vw, 46px); overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(28px, 4vw, 60px);
  align-items: stretch;
}
.hero-copy { display: flex; flex-direction: column; align-self: center; }

/* full-width hero (no image) — centered, generous measure */
.hero-grid--full { display: block; }
.hero-grid--full .hero-copy { align-items: center; text-align: center; max-width: 1040px; margin: 0 auto; }
.hero-grid--full .hero-sub { max-width: 660px; margin-top: 28px; }
.hero-grid--full .hero-note-lead { max-width: 560px; }
.hero-grid--full .hero-actions { justify-content: center; }
.hero-grid.hero-grid--full h1 { font-size: 54px; line-height: 1.1; margin-bottom: 4px; }
@media (max-width: 760px) { .hero-grid.hero-grid--full h1 { font-size: 38px; } }
@media (max-width: 460px) { .hero-grid.hero-grid--full h1 { font-size: 32px; } }

.hero h1 {
  font-size: clamp(40px, 6vw, 72px); color: var(--ink); margin-top: 20px;
  letter-spacing: -0.035em;
}
.hero h1 .soft { color: var(--accent-deep); }
.hero-sub { font-size: 19px; color: var(--muted); margin-top: 24px; max-width: 460px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; flex-wrap: wrap; }
.hero-note { font-size: 14px; color: var(--muted); }
.creds {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 36px; font-size: 14px; color: var(--muted);
}
.creds strong { color: var(--ink); font-weight: 700; }
.creds .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.stat {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: 14px;
  padding: 16px 18px; display: flex; flex-direction: column; gap: 3px;
}
.stat strong { font-family: var(--serif); font-size: 27px; font-weight: 500; color: var(--accent-deep); letter-spacing: 0; }
.stat span { font-size: 13px; color: var(--muted); }

.hero-art { position: relative; min-height: 460px; display: flex; }
.hero-frame {
  position: relative; flex: 1; border-radius: 20px; overflow: hidden;
  background: var(--oak); box-shadow: 0 30px 60px -36px rgba(52,48,42,0.5);
}
.hero-badge {
  position: absolute; left: -18px; bottom: 36px; z-index: 3;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 16px 20px; box-shadow: 0 20px 44px -22px rgba(52,48,42,0.55);
  display: flex; flex-direction: column;
}
.hero-badge .k { font-family: var(--serif); font-size: 24px; color: var(--accent-deep); line-height: 1; }
.hero-badge .v { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ---------- image placeholder ---------- */
.ph {
  position: relative; background-color: var(--oak-soft);
  background-image: repeating-linear-gradient(135deg, rgba(52,48,42,0.07) 0 2px, transparent 2px 12px);
  display: flex; align-items: flex-end; overflow: hidden;
}
.ph .tag {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px;
  letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink); opacity: 0.6;
  margin: 12px; padding: 5px 9px; background: rgba(248,246,240,0.82); border-radius: 6px; line-height: 1.35;
}

/* ============================================================
   APPROACH / ABOUT
   ============================================================ */
.approach .approach-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.approach-art { position: relative; order: 1; }
.approach-art .ph { border-radius: 24px 24px 24px 4px; aspect-ratio: 4/5; }
/* About portrait — flipped horizontally, kept black & white */
.about-photo { overflow: hidden; background: var(--oak-soft); }
.about-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%;
  display: block;
}
.approach-art .leaf-tag {
  position: absolute; top: 22px; left: -16px; background: var(--accent); color: #fff;
  font-size: 13px; font-weight: 600; padding: 9px 16px; border-radius: 999px;
}
.approach h2 { font-size: clamp(30px, 4vw, 46px); color: var(--ink); line-height: 1.08; }
.pullquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.4; color: var(--accent-deep);
  margin: 26px 0; padding-left: 22px; border-left: 3px solid var(--oak);
}
.approach p + p { margin-top: 16px; }
.approach .body { color: var(--ink-2); font-size: 17px; line-height: 1.7; margin-top: 20px; }
.approach .btn-text { margin-top: 28px; font-size: 16px; }
.approach-art .credentials {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-top: 22px; font-size: 15px; color: var(--ink-2); line-height: 1.5;
}
.approach-art .credentials strong { color: var(--ink); font-weight: 600; }
.approach-art .credentials .dot { color: var(--oak); }
.approach .credentials {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--oak);
  font-size: 15px; color: var(--ink-2); line-height: 1.5;
}
.approach .credentials strong { color: var(--ink); font-weight: 600; }
.approach .credentials .dot { color: var(--oak); }
.approach .btn-journey { margin-top: 26px; }

/* ============================================================
   TESTIMONIAL band
   ============================================================ */
.testimonial { background: var(--bg-warm); }
.testimonial .wrap { text-align: center; max-width: 940px; }
.quote-mark { font-family: var(--serif); font-size: 84px; line-height: 0.5; color: var(--oak); height: 40px; }

/* carousel (crossfade, fixed to tallest slide) */
.t-viewport { position: relative; }
.t-track { position: relative; height: 100%; }
.t-slide {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 4px 8px;
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}
.t-slide.on { opacity: 1; visibility: visible; }
.t-slide blockquote {
  margin: 0; font-family: var(--serif); font-weight: 400;
  font-size: clamp(21px, 2.6vw, 30px); line-height: 1.45; color: var(--ink);
  text-wrap: pretty;
}
.cite {
  display: block; margin-top: 26px; font-style: normal; font-family: var(--sans);
  font-weight: 700; font-size: 15px; color: var(--ink);
}
.cite span { display: block; font-weight: 500; color: var(--muted); font-size: 14px; margin-top: 2px; }

.t-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 34px; }
.t-arrow {
  width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line);
  background: transparent; color: var(--ink); cursor: pointer; display: grid; place-items: center;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.t-arrow svg { width: 18px; height: 18px; }
.t-arrow:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.dots { display: flex; gap: 8px; justify-content: center; }
.t-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--oak); border: none; padding: 0; cursor: pointer; transition: width .25s ease, background .25s ease; }
/* enlarge touch target without changing the visual dot */
.t-dot::after { content: ""; position: absolute; inset: -13px -3px; }
.t-dot.on { background: var(--accent); width: 22px; border-radius: 999px; }

/* ============================================================
   BENEFITS
   ============================================================ */
.benefits .section-head { margin-bottom: 52px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; max-width: none; flex-wrap: wrap; }
.benefits .section-head .left { max-width: 640px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bcard {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 32px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bcard:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -30px rgba(52,48,42,0.4); border-color: var(--line); }
.bcard .num { font-family: var(--serif); font-size: 15px; color: var(--accent); }
.bcard h3 { font-size: 22px; font-weight: 700; color: var(--ink); margin-top: 6px; letter-spacing: -0.01em; }
.bcard ul { margin-top: 18px; display: flex; flex-direction: column; gap: 11px; }
.bcard li { position: relative; padding-left: 24px; font-size: 15.5px; color: var(--ink-2); line-height: 1.45; }
.bcard li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px;
  border-radius: 50% 0 50% 50%; background: var(--accent); transform: rotate(45deg);
}

/* ============================================================
   PACKAGES
   ============================================================ */
.packages { background: var(--bg-warm); }
.pkg-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.pkg-head h2 { font-size: clamp(30px, 4.4vw, 50px); color: var(--ink); margin-top: 14px; text-wrap: balance; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.pkg {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
  padding: 34px 30px; display: flex; flex-direction: column; height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pkg:hover { transform: translateY(-5px); box-shadow: 0 30px 56px -34px rgba(52,48,42,0.45); }
.pkg.featured { background: var(--ink); color: #efe9df; border-color: var(--ink); transform: scale(1.03); }
.pkg.featured:hover { transform: scale(1.03) translateY(-5px); }
.pkg .tier { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); }
.pkg.featured .tier { color: var(--oak); }
.pkg .pkg-name { font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: 0; margin-top: 12px; color: var(--ink); }
.pkg.featured .pkg-name { color: #fdfbf6; }
.pkg .desc { font-size: 15px; color: var(--muted); margin-top: 12px; line-height: 1.55; min-height: 66px; }
.pkg.featured .desc { color: #c9c1b2; }
.pkg .badge {
  align-self: flex-start; margin-top: 18px; font-size: 12.5px; font-weight: 600;
  padding: 6px 13px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-deep);
}
.pkg.featured .badge { background: rgba(217,193,156,0.22); color: var(--oak); }
.pkg .pop { align-self: flex-start; margin-top: 18px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--oak); }
.pkg ul { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pkg li { position: relative; padding-left: 26px; font-size: 14.5px; line-height: 1.45; color: var(--ink-2); }
.pkg.featured li { color: #d8d1c4; }
.pkg li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 14px;
  border-radius: 50%; background: var(--accent-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e7c4c' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px; background-repeat: no-repeat; background-position: center;
}
.pkg .btn { margin-top: 28px; justify-content: center; }
.pkg.featured .btn-ghost { border-color: rgba(239,233,223,0.3); color: #efe9df; }
.pkg.featured .btn-ghost:hover { border-color: var(--oak); background: rgba(217,193,156,0.12); }

.pkg-cta { text-align: center; margin-top: 52px; }
.pkg-cta .btn { font-size: 16px; padding: 18px 36px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px, 6vw, 88px); align-items: start; }
.contact h2 { font-size: clamp(30px, 4vw, 48px); color: var(--ink); }
.contact .lead { margin-top: 20px; max-width: 420px; }
.contact-meta { margin-top: 34px; display: flex; flex-direction: column; gap: 16px; }
.contact-meta a { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink); }
.contact-meta .ic { width: 38px; height: 38px; border-radius: 11px; background: var(--accent-soft); display: grid; place-items: center; color: var(--accent-deep); }
.contact-meta .ic svg { width: 18px; height: 18px; }
.contact-meta small { display: block; font-weight: 500; color: var(--muted); font-size: 13px; }

form.card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: clamp(24px, 3vw, 40px); }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.field label .req { color: var(--accent); }
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 16px; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); border-radius: 11px;
  padding: 13px 15px; transition: border-color .2s ease, box-shadow .2s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #aaa395; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.field textarea { resize: vertical; min-height: 120px; }
.field.invalid input, .field.invalid textarea { border-color: #b4623f; box-shadow: 0 0 0 3px rgba(180,98,63,0.12); }
.err { display: none; color: #b4623f; font-size: 12.5px; margin-top: 6px; }
.field.invalid .err { display: block; }
.check { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 14px; font-size: 13.5px; color: var(--ink-2); }
.check input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--accent); flex: none; }
.check a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 2px; }
form .btn-accent { width: 100%; justify-content: center; margin-top: 8px; font-size: 16px; padding: 16px; }
.form-success {
  display: none; text-align: center; padding: 18px; border-radius: 12px;
  background: var(--accent-soft); color: var(--accent-deep); font-weight: 600; margin-top: 16px;
}
.form-success.show { display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: #cdc6b9; padding-block: 64px 32px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(239,233,223,0.12); }
.footer .brand { color: #fdfbf6; font-size: 26px; gap: 13px; }
.footer .brand-logo { height: 34px; filter: invert(1) brightness(1.6); }
.footer-tag { color: #a59d8e; margin-top: 12px; max-width: 300px; font-size: 15px; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-col h4 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #8d8576; font-weight: 700; margin-bottom: 16px; white-space: nowrap; }
.footer-col a { display: block; color: #cdc6b9; font-size: 15px; padding: 5px 0; transition: color .2s ease; white-space: nowrap; }
.footer-col a:hover { color: var(--oak); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 28px; font-size: 13.5px; color: #8d8576; }
.footer-bottom a { color: #8d8576; }
.footer-bottom a:hover { color: #cdc6b9; }

/* ============================================================
   LEGAL PAGES — privacy policy / terms & conditions
   ============================================================ */
.legal-hero {
  background: var(--bg-warm);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(56px, 8vw, 104px) clamp(34px, 5vw, 52px);
}
.legal-hero .eyebrow { margin-bottom: 18px; }
.legal-hero h1 {
  font-family: var(--serif); font-weight: 500; letter-spacing: -0.02em;
  font-size: clamp(38px, 6vw, 62px); line-height: 1.05; max-width: 18ch;
}
.legal-hero .lead {
  margin-top: 22px; max-width: 62ch; color: var(--ink-2);
  font-size: clamp(17px, 1.6vw, 19px); line-height: 1.65;
}
.legal-meta {
  margin-top: 24px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}

.legal-body { padding-block: clamp(48px, 7vw, 88px); }
.legal-doc { max-width: 768px; counter-reset: sec; }
.legal-doc .legal-intro p { margin-top: 18px; color: var(--ink-2); line-height: 1.78; }
.legal-doc .legal-intro p:first-child { margin-top: 0; }

.legal-doc h2 {
  font-family: var(--serif); font-weight: 500; letter-spacing: -0.012em;
  font-size: clamp(24px, 3vw, 31px); line-height: 1.12;
  margin-top: 56px; padding-top: 30px; border-top: 1px solid var(--line);
}
.legal-doc h2.counted::before {
  counter-increment: sec;
  content: counter(sec, decimal-leading-zero);
  display: block; margin-bottom: 12px;
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; color: var(--accent-deep);
}
.legal-doc h3 {
  font-family: var(--sans); font-weight: 700; font-size: 16.5px;
  letter-spacing: 0; margin-top: 30px; color: var(--ink);
}
.legal-doc p { margin-top: 16px; color: var(--ink-2); line-height: 1.78; }
.legal-doc ul { margin-top: 18px; display: flex; flex-direction: column; gap: 11px; }
.legal-doc li { position: relative; padding-left: 26px; color: var(--ink-2); line-height: 1.65; }
.legal-doc li::before {
  content: ""; position: absolute; left: 5px; top: 11px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.legal-doc a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-doc a:hover { color: var(--accent); }

.legal-card {
  margin-top: 20px; padding: 24px 26px; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  font-style: normal; line-height: 1.8; color: var(--ink-2);
}
.legal-card strong { color: var(--ink); font-weight: 600; }

.legal-cta {
  margin-top: 64px; padding: 32px 34px; background: var(--bg-warm);
  border: 1px solid var(--line); border-radius: var(--radius);
}
.legal-cta h3 { font-family: var(--serif); font-weight: 500; font-size: 22px; margin: 0 0 8px; }
.legal-cta p { margin: 0 0 20px; }
.legal-cta .btn-journey { margin-top: 0; }

/* ============================================================
   ADDED CONTENT SECTIONS (uploaded copy)
   ============================================================ */
.center { text-align: center; }
.section-head.center { display: block; max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-head.center .lead { margin: 18px auto 0; max-width: 620px; }
.lead-sm { font-size: 17px; color: var(--muted); line-height: 1.6; margin-top: 14px; }

/* hero supporting line */
.hero-note-lead { font-size: 15.5px; color: var(--muted); margin-top: 35px; max-width: 440px; line-height: 1.55; font-style: italic; font-family: var(--serif); }

/* generic prose block */
.body { color: var(--ink-2); font-size: 17px; line-height: 1.7; }
.body p + p { margin-top: 16px; }
.body em { font-style: italic; }

/* ---- Is this you? (editorial numbered, split) ---- */
.q-wrap { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.q-left h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 5vw, 60px); line-height: 1.0; color: var(--ink); margin-top: 16px; letter-spacing: -0.02em; }
.q-intro { margin-top: 22px; color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 30ch; }
.question { display: flex; gap: 24px; align-items: baseline; padding: 26px 0; border-top: 1px solid var(--line); }
.question:last-child { border-bottom: 1px solid var(--line); }
.q-num { font-family: var(--serif); font-size: 18px; color: var(--accent); font-weight: 500; flex: none; width: 34px; }
.question p { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2.8vw, 30px); line-height: 1.22; color: var(--ink); letter-spacing: -0.01em; text-wrap: balance; }

/* ---- split (two-column copy + image) ---- */
.split { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.cycle .split { grid-template-columns: 0.92fr 1fr; }
.split-copy h2 { font-size: clamp(30px, 4vw, 46px); color: var(--ink); line-height: 1.08; margin-top: 16px; margin-bottom: 22px; }
.split-copy .eyebrow { display: block; margin-bottom: 4px; }
.split-art { position: relative; }
.split-art .ph { border-radius: 24px 24px 24px 4px; aspect-ratio: 5/4; }
.built-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; display: block; }

/* ---- cycle diagram (replaces stock photo in "the cycle" section) ---- */
.cycle-diagram {
  position: relative; width: 100%; max-width: 460px; margin: 0 auto;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 50% 46%, var(--surface) 0%, var(--bg-warm) 78%);
  border: 1px solid var(--line); border-radius: 24px;
}
.cycle-ring { position: absolute; inset: 8%; width: 84%; height: 84%; overflow: visible; }
.cyc-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 30%; aspect-ratio: 1; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; box-shadow: 0 12px 26px -12px color-mix(in srgb, var(--accent) 70%, transparent);
}
.cyc-center-k { font-size: 12px; font-weight: 600; opacity: 0.85; letter-spacing: 0.04em; }
.cyc-center-v { font-family: var(--serif); font-size: clamp(15px, 2vw, 18px); font-weight: 500; line-height: 1.05; }
.cyc-node {
  position: absolute; width: 38%;
  background: var(--surface); border: 1px solid var(--line); border-radius: 13px;
  padding: 11px 13px 12px; text-align: center;
  box-shadow: 0 10px 24px -16px rgba(52,48,42,0.5);
}
.cyc-node .cyc-step { display: block; font-family: var(--serif); font-size: 12px; color: var(--accent); margin-bottom: 1px; }
.cyc-node strong { display: block; font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.cyc-node em { display: block; font-style: normal; font-size: 11.5px; line-height: 1.35; color: var(--muted); margin-top: 3px; }
.cyc-node--top { top: 1%; left: 50%; transform: translateX(-50%); }
.cyc-node--bottom { bottom: 1%; left: 50%; transform: translateX(-50%); }
.cyc-node--left { top: 50%; left: 1%; transform: translateY(-50%); }
.cyc-node--right { top: 50%; right: 1%; transform: translateY(-50%); }
@media (prefers-reduced-motion: no-preference) {
  .reveal.in .cyc-node { animation: cycPop .5s both; }
  .cyc-node--right { animation-delay: .08s; }
  .cyc-node--bottom { animation-delay: .16s; }
  .cyc-node--left { animation-delay: .24s; }
  @keyframes cycPop { from { opacity: 0; transform: translate(var(--tx,0), var(--ty,0)) scale(.92); } }
}
.art-caption {
  margin-top: 16px; font-size: 14px; color: var(--muted); line-height: 1.5;
  padding-left: 16px; border-left: 2px solid var(--oak); max-width: 420px;
}

/* ---- three-up card grid (difference / support) ---- */
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bcard-body { font-size: 15.5px; color: var(--muted); line-height: 1.6; margin-top: 14px; }
.bcard h3 { text-wrap: balance; }

/* support card visual */
.svisual { aspect-ratio: 16/10; border-radius: 12px; margin-bottom: 22px; }
.svisual .tag { font-size: 11px; }

/* ---- "What support looks like" — notched floating tiles ---- */
.support .three-grid { gap: 40px; }
.support .bcard {
  background: transparent; border: none; padding: 0; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.support .bcard:hover { transform: none; box-shadow: none; border-color: transparent; }
.support .svisual {
  position: relative; width: 100%; aspect-ratio: 16/10;
  margin: 0 auto 24px;
  /* notched: soft rounded corners with one squared corner */
  border-radius: 24px 24px 24px 4px;
  align-items: center; justify-content: center;
  box-shadow: 0 20px 40px -26px rgba(52,48,42,0.5);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
}
.support .bcard:hover .svisual {
  transform: translateY(-6px);
  box-shadow: 0 30px 54px -28px rgba(52,48,42,0.55);
}
.support .svisual .tag { margin-bottom: 24px; }
/* photo fills the tile */
.support .svisual.has-photo { overflow: hidden; background: var(--oak-soft); }
.support .svisual.has-photo img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 32%;
}
.support .bcard:nth-child(2) .svisual.has-photo img { object-position: 46% 58%; }
.support .bcard:nth-child(3) .svisual.has-photo img { object-position: center 62%; }
.support .bcard h3 { margin-top: 0; font-size: 21px; }
.support .bcard-body { max-width: 32ch; margin-inline: auto; }
/* warm tonal variation across the three arches */
.support .bcard:nth-child(1) .svisual { background: var(--oak-soft); }
.support .bcard:nth-child(2) .svisual { background: var(--accent-soft); }
.support .bcard:nth-child(3) .svisual { background: var(--beige); }
/* photo variant — warm duotone so a B&W photo fits the oak/cream palette */
.hero-frame-photo { position: relative; overflow: hidden; background: var(--oak-soft); }
.hero-frame-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%;
  display: block;
  filter: grayscale(1) sepia(0.4) saturate(1.45) brightness(1.04) contrast(0.97) hue-rotate(-6deg);
}
.hero-frame-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(52,48,42,0.14));
  mix-blend-mode: multiply; pointer-events: none;
}

/* ---- bullet list (built around you) ---- */
.bullet-list { display: flex; flex-direction: column; gap: 14px; margin-top: 26px; }
.bullet-list li {
  position: relative; padding-left: 34px; font-size: 16.5px; color: var(--ink-2); line-height: 1.5;
}
.bullet-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px;
  border-radius: 50%; background: var(--accent-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e7c4c' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 13px; background-repeat: no-repeat; background-position: center;
}
.built-foot { margin-top: 26px; font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--accent-deep); }

/* ============================================================
   WHAT YOU'LL GET
   ============================================================ */
.getplan-grid {
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.getplan-art { order: -1; }
.getplan-copy h2 { font-size: clamp(30px, 4vw, 46px); color: var(--ink); line-height: 1.08; margin-top: 16px; }
.getplan-copy .eyebrow { display: block; }
.getplan-body { color: var(--ink-2); font-size: 17px; line-height: 1.7; margin-top: 22px; max-width: 46ch; }
.getplan-body strong { color: var(--ink); font-weight: 600; }
.getplan-steps { margin-top: 32px; }
.getplan-step { display: grid; grid-template-columns: 30px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.getplan-step:last-child { border-bottom: 1px solid var(--line); }
.getplan-step .n { font-family: var(--serif); font-size: 17px; color: var(--accent); font-weight: 500; }
.getplan-step h4 { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 5px; letter-spacing: -0.01em; }
.getplan-step p { margin: 0; font-size: 15px; color: var(--muted); line-height: 1.55; }
.getplan-copy .btn-journey { margin-top: 30px; }
.getplan-art { position: relative; }
.getplan-art .ph { border-radius: 24px 24px 24px 4px; aspect-ratio: 5/4; }

/* "your plan" card visual */
.plan-card {
  margin: 0; background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px 24px 24px 4px; padding: clamp(26px, 3vw, 38px);
  box-shadow: 0 30px 60px -38px rgba(52,48,42,0.5);
}
.plan-tab {
  display: inline-block; font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-deep); background: var(--accent-soft);
  padding: 7px 13px; border-radius: 999px; margin-bottom: 20px;
}
.plan-card-head h3 { font-family: var(--serif); font-weight: 500; font-size: 28px; color: var(--ink); margin: 0; line-height: 1; }
.plan-card-head p { font-size: 14px; color: var(--muted); margin: 6px 0 0; }
.plan-pillars { margin-top: 24px; }
.plan-pillars li { display: grid; grid-template-columns: 26px 1fr; gap: 15px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line-soft); }
.plan-pillars li:first-child { border-top: none; }
.pl-ic { width: 26px; height: 26px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; }
.pl-ic svg { width: 13px; height: 13px; }
.plan-pillars strong { display: block; font-size: 15.5px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.plan-pillars em { display: block; font-style: normal; font-size: 13px; color: var(--muted); line-height: 1.45; margin-top: 3px; }
.plan-foot { margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--accent-deep); }

/* ============================================================
   reveal-on-scroll
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal { transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
  .reveal.in { transform: none; }
  /* opacity fade is only applied once JS confirms it's running & can reveal,
     so a frozen/no-JS context never leaves content stuck invisible */
  .js-anim .reveal { opacity: 0.001; }
  .js-anim .reveal.in { opacity: 1; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .pkg.featured { transform: none; }
  .pkg.featured:hover { transform: translateY(-5px); }
}
@media (max-width: 920px) {
  .hero-grid, .approach .approach-grid, .contact-grid, .split, .cycle .split, .q-wrap, .getplan-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 380px; order: -1; }
  .approach-art { max-width: 460px; }
  .getplan-art { max-width: 460px; }
  .getplan-art, .approach-art { order: 0; }
  .benefit-grid, .three-grid { grid-template-columns: 1fr; }
  .split-art { max-width: 520px; }
  .pkg-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: inline-flex; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
}

/* mobile menu */
.nav-burger {
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 11px;
  background: transparent; cursor: pointer; align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.nav-burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.mobile-menu {
  display: none; flex-direction: column; gap: 4px; padding: 8px var(--gutter) 20px;
  border-bottom: 1px solid var(--line); background: var(--bg);
}
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 12px 0; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line-soft); }
.mobile-menu .btn-accent { margin-top: 12px; justify-content: center; }

/* ============================================================
   COOKIE CONSENT
   ============================================================ */
.cookie-consent {
  position: fixed; left: 50%; bottom: clamp(16px, 3vw, 28px); z-index: 1200;
  width: min(720px, calc(100vw - 32px)); transform: translate(-50%, calc(100% + 40px));
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 26px 60px -28px rgba(52,48,42,0.55);
  opacity: 0; transition: transform .5s cubic-bezier(.2,.7,.3,1), opacity .4s ease;
}
.cookie-consent.show { transform: translate(-50%, 0); opacity: 1; }
.cookie-inner {
  display: flex; align-items: center; gap: clamp(16px, 3vw, 32px);
  padding: clamp(18px, 2.4vw, 24px) clamp(20px, 2.6vw, 28px);
}
.cookie-text { font-size: 14.5px; line-height: 1.6; color: var(--ink-2); margin: 0; }
.cookie-text a { color: var(--accent-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { padding: 12px 22px; font-size: 14px; }

@media (max-width: 620px) {
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 16px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .cookie-btn { flex: 1; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent { transition: opacity .3s ease; transform: translate(-50%, 0); }
}
