/* ════════════════════════════════════════════════════════════
   GINA JONES NUTRITION — shared design system
   ════════════════════════════════════════════════════════════ */

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

:root {
  --royal:   #00528e;
  --teal:    #00b1c5;
  --teal-lt: #c5e8f3;
  --blush:   #ffe2e2;
  --rose:    #bc7d75;
  --mauve:   #aa726b;
  --cream:   #f0eeed;
  --sand:    #e5d9d1;
  --navy:    #2d537e;
  --white:   #ffffff;
  --text:    #1a2b3c;
  --mid:     #3a4f62;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Source Sans 3', system-ui, sans-serif; font-size: 18px;
  color: var(--text); line-height: 1.7; background: #fff;
  overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}

/* Display + UI chrome use Montserrat; body prose uses the more legible Source Sans 3 */
h1, h2, h3, h4, h5, h6,
.btn, .nav-menu a, .label, .hero-badge, .card-label,
.popular-badge, .footer-col h4, .filter-btn, .cred-item span {
  font-family: 'Montserrat', sans-serif;
}

/* Comfortable reading measure for prose */
p { max-width: 68ch; }
.label-center, .symptoms-head p, .ways-head p, .approach-head p,
.creds-head p, .insights-head p, .page-header p { max-width: none; }

img { max-width: 100%; }
a { color: var(--royal); }

/* ── BUTTONS ── */
.btn {
  display: inline-block; padding: 17px 36px; border-radius: 40px; font-size: 16px;
  font-weight: 700; text-decoration: none; transition: all .22s; border: 2px solid transparent;
  cursor: pointer; line-height: 1; text-align: center;
}
.btn-royal   { background: var(--royal); color: #fff; border-color: var(--royal); }
.btn-royal:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,82,142,.28); }
.btn-teal    { background: var(--teal); color: #fff; border-color: var(--teal); }
.btn-teal:hover { background: #009aac; border-color: #009aac; transform: translateY(-2px); }
.btn-rose    { background: var(--rose); color: #fff; border-color: var(--rose); }
.btn-rose:hover { background: var(--mauve); border-color: var(--mauve); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(170,114,107,.3); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.btn-outline-white:hover { background: rgba(255,255,255,.15); border-color: #fff; transform: translateY(-2px); }
.btn-outline-rose  { background: transparent; color: var(--rose); border-color: var(--rose); }
.btn-outline-rose:hover { background: var(--rose); color: #fff; transform: translateY(-2px); }
.btn-outline-royal { background: transparent; color: var(--royal); border-color: var(--royal); }
.btn-outline-royal:hover { background: var(--royal); color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 20px 44px; font-size: 17px; }

/* ════════════════════════════════════════════════════════════
   NAV  (shared, logo-left / links-right, mobile hamburger)
   ════════════════════════════════════════════════════════════ */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(255,255,255,.97); backdrop-filter: blur(10px);
  box-shadow: 0 1px 12px rgba(0,0,0,.07);
  padding: 0 5%; height: 70px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-menu { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-menu a {
  font-size: 13px; font-weight: 600; color: var(--mid); text-decoration: none;
  letter-spacing: .4px; text-transform: uppercase; transition: color .2s;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--rose); }
.nav-cta {
  background: var(--rose) !important; color: #fff !important; padding: 11px 22px;
  border-radius: 30px; text-transform: uppercase !important;
}
.nav-cta:hover { background: var(--mauve) !important; }

/* hamburger */
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; padding: 8px; position: relative; z-index: 220;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; background: var(--royal);
  margin: 5px auto; transition: transform .25s, opacity .25s;
}
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* spacer so fixed nav doesn't cover content on interior pages */
.nav-spacer { height: 70px; }

/* ════════════════════════════════════════════════════════════
   PAGE HEADER  (interior pages)
   ════════════════════════════════════════════════════════════ */
.page-header {
  background: linear-gradient(135deg, var(--royal) 0%, #004a80 40%, #006da8 100%);
  padding: 124px 6% 70px; text-align: center; position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-header-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  border-radius: 30px; padding: 7px 18px; margin-bottom: 22px;
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,.9);
  letter-spacing: 1.5px; text-transform: uppercase; position: relative;
}
.page-header h1 {
  font-size: clamp(32px, 4.6vw, 52px); font-weight: 800; font-style: normal; letter-spacing: -0.015em;
  color: #fff; line-height: 1.14; margin-bottom: 16px; position: relative;
}
.page-header h1 em { font-style: normal; color: #ffd0d0; }
.page-header p {
  font-size: 18px; font-weight: 500; color: rgba(255,255,255,.85);
  max-width: 640px; margin: 0 auto; position: relative;
}

/* ── SECTIONS / TYPE ── */
section { padding: 104px 5%; }
.inner { max-width: 1200px; margin: 0 auto; }
.label { display: block; font-size: 11px; font-weight: 800; letter-spacing: 3.5px; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; }
.label-teal { color: var(--teal); }
.label-center { text-align: center; }
h2 { font-size: clamp(28px, 3.3vw, 44px); font-weight: 800; font-style: normal; line-height: 1.15; letter-spacing: -0.015em; color: var(--royal); margin-bottom: 16px; }
h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; color: var(--royal); margin-bottom: 8px; }
p  { font-size: 18px; line-height: 1.7; color: var(--mid); }

/* wave divider */
.wave { overflow: hidden; line-height: 0; }
.wave svg { display: block; width: 100%; height: 50px; }

/* ════════════════════════════════════════════════════════════
   PRICING CARDS  (services + homepage teaser)
   ════════════════════════════════════════════════════════════ */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 28px; }
.price-card {
  background: #fff; border-radius: 20px; border: 2px solid #e8e8e8;
  padding: 36px 30px; position: relative; overflow: hidden;
  transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column;
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,.1); }
.price-card.featured { border-color: var(--teal); box-shadow: 0 8px 32px rgba(0,177,197,.18); padding-top: 46px; }
.popular-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: #fff; font-size: 11px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase; padding: 7px 22px; border-radius: 0 0 12px 12px;
}
.card-label { font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; color: var(--royal); }
.card-label.teal { color: var(--teal); }
.card-label.rose { color: var(--rose); }
.card-label.mauve { color: var(--mauve); }
.price-card h3 { font-size: 22px; margin-bottom: 12px; }
.price-card > p { font-size: 16px; margin-bottom: 20px; line-height: 1.55; }
.price-amount { font-size: 36px; font-weight: 900; color: var(--royal); line-height: 1; margin-bottom: 4px; }
.price-amount span { font-size: 22px; font-weight: 600; }
.price-note { font-size: 13px; color: var(--mid); opacity: .75; margin-bottom: 24px; font-weight: 500; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; flex: 1; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text); line-height: 1.45; }
.feature-list li::before { content: '✓'; color: var(--teal); font-weight: 900; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.price-card .btn { width: 100%; display: block; text-align: center; }

/* ── FAQ ── */
.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
details.faq-item { background: var(--sand); border-radius: 10px; overflow: hidden; }
details.faq-item summary {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 28px; font-size: 17px; font-weight: 700; color: var(--rose);
  cursor: pointer; list-style: none; gap: 16px;
}
details.faq-item summary::-webkit-details-marker { display: none; }
.faq-arrow { font-size: 13px; color: var(--rose); transition: transform .2s; flex-shrink: 0; }
details.faq-item[open] .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  padding: 0 28px 24px; font-size: 16px; line-height: 1.75; color: var(--mid);
  border-top: 1px solid rgba(188,125,117,.15); padding-top: 18px;
}

/* ════════════════════════════════════════════════════════════
   FOOTER  (shared)
   ════════════════════════════════════════════════════════════ */
footer.site-footer { background: var(--text); color: rgba(255,255,255,.65); padding: 60px 5% 34px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 52px; margin-bottom: 48px; }
.footer-logo img { height: 42px; margin-bottom: 16px; }
.footer-logo p { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.7; }
.footer-col h4 { font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.58); text-decoration: none; font-size: 15px; transition: color .2s; }
.footer-col a:hover { color: var(--blush); }
.footer-ig { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s; }
.footer-ig svg { flex-shrink: 0; }
.footer-ig:hover { color: var(--blush); }
.footer-bottom {
  max-width: 1200px; margin: 0 auto; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,.32);
  flex-wrap: wrap; gap: 10px;
}
.footer-bottom a { color: rgba(255,255,255,.32); text-decoration: none; }
.footer-bottom a:hover { color: var(--blush); }

/* ════════════════════════════════════════════════════════════
   CLIENT RESULTS — homepage teaser cards
   ════════════════════════════════════════════════════════════ */
.results { background: linear-gradient(165deg, #e9f3f6 0%, var(--cream) 100%); }
.results-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.results-head p { margin-top: 10px; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1080px; margin: 0 auto; }
.result-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--sand);
  border-top: 4px solid var(--teal); border-radius: 14px; padding: 28px 28px 30px; text-decoration: none; color: inherit;
  box-shadow: 0 6px 22px rgba(0,82,142,.09); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.result-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(0,82,142,.20); border-top-color: var(--rose); }
.result-tag {
  display: inline-flex; align-self: flex-start; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--teal); background: var(--teal-lt); padding: 5px 11px; border-radius: 20px;
  margin-bottom: 16px; transition: background .2s, color .2s;
}
.result-card:hover .result-tag { background: var(--rose); color: #fff; }
.result-bignum { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--teal); font-size: 46px; line-height: 1; letter-spacing: -0.02em; margin-bottom: 6px; }
.result-bignum .arrow { color: var(--rose); font-weight: 700; }
.result-sub { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--mid); margin-bottom: 20px; }
.result-card h3 { font-size: 18px; margin-bottom: 8px; }
.result-card > p { font-size: 15px; line-height: 1.6; color: var(--mid); flex: 1; margin-bottom: 18px; }
.result-link { font-size: 14px; font-weight: 700; color: var(--rose); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.result-card:hover .result-link { gap: 10px; }
.results-disclaimer { text-align: center; font-size: 12.5px; color: var(--mid); opacity: .7; margin-top: 28px; font-style: italic; }

/* ════════════════════════════════════════════════════════════
   CASE STUDY PAGE
   ════════════════════════════════════════════════════════════ */
.cs-wrap { max-width: 820px; margin: 0 auto; padding: 60px 6% 88px; }
.cs-back { font-size: 13px; font-weight: 700; color: var(--rose); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
.cs-meta { font-size: 14px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 1.5px; margin: 24px 0 10px; }
.cs-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.15; letter-spacing: -0.015em; color: var(--royal); margin-bottom: 28px; }
.cs-metrics { display: flex; flex-wrap: wrap; gap: 16px; margin: 0 0 44px; }
.cs-metric { flex: 1; min-width: 150px; background: var(--cream); border-radius: 16px; padding: 24px 22px; text-align: center; border-bottom: 3px solid var(--teal); }
.cs-metric .num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 34px; line-height: 1; color: var(--royal); letter-spacing: -0.02em; }
.cs-metric .num .arrow { color: var(--rose); }
.cs-metric .lbl { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--mid); margin-top: 8px; }
.cs-section { margin-bottom: 38px; }
.cs-section h2 { font-size: 13px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; }
.cs-section p { font-size: 18px; line-height: 1.75; color: var(--text); margin-bottom: 14px; }
.cs-todo { background: #fff7e6; border: 1px dashed #e0b34d; border-radius: 10px; padding: 16px 18px; font-size: 15px; color: #8a6d2f; line-height: 1.5; }
.cs-todo strong { color: #6b521f; }
.cs-outcomes { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 6px; }
.cs-outcomes li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; color: var(--text); }
.cs-outcomes li::before { content: '✓'; color: var(--teal); font-weight: 900; flex-shrink: 0; }
.cs-quote { background: var(--royal); color: #fff; border-radius: 18px; padding: 36px 40px; margin: 40px 0; }
.cs-quote p { font-size: 20px; line-height: 1.6; font-style: italic; color: #fff; margin-bottom: 14px; }
.cs-quote .who { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--teal-lt); }
.cs-cta { text-align: center; background: var(--blush); border-radius: 18px; padding: 44px 30px; margin-top: 44px; }
.cs-cta h3 { font-size: 24px; color: var(--royal); margin-bottom: 8px; }
.cs-cta p { font-size: 16px; color: var(--mid); margin-bottom: 22px; }
.cs-disclaimer { text-align: center; font-size: 12.5px; color: var(--mid); opacity: .7; margin-top: 34px; font-style: italic; }

/* ── Redacted before/after lab panel (PHI-free) ── */
.lab-panel { border: 1px solid var(--sand); border-radius: 16px; overflow: hidden; margin: 10px 0 8px; box-shadow: 0 2px 14px rgba(0,0,0,.05); }
.lab-panel-head { background: var(--royal); color: #fff; padding: 14px 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.lab-panel-head .t { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: .6px; text-transform: uppercase; }
.lab-panel-head .d { font-size: 12px; opacity: .85; font-weight: 600; }
.lab-row { display: grid; grid-template-columns: 1.5fr 1fr 26px 1fr; align-items: center; gap: 14px; padding: 18px 22px; border-top: 1px solid var(--cream); }
.lab-marker strong { display: block; font-size: 15px; color: var(--text); font-style: italic; }
.lab-marker span { font-size: 12px; color: var(--mid); }
.lab-cell { text-align: center; }
.lab-cell .yr { display: block; font-size: 10px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--mid); opacity: .7; margin-bottom: 5px; }
.lab-cell .tag { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; padding: 4px 9px; border-radius: 20px; }
.tag.bad { background: #fde8e8; color: #c0392b; }
.tag.good { background: var(--teal-lt); color: #00788a; }
.lab-cell .val { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; color: var(--mid); margin-top: 5px; }
.lab-arrow2 { color: var(--rose); font-weight: 800; font-size: 18px; text-align: center; }
.lab-foot { font-size: 11.5px; color: var(--mid); padding: 13px 22px; background: var(--cream); line-height: 1.5; }

@media (max-width: 600px) {
  .lab-row { grid-template-columns: 1fr 1fr; gap: 10px 14px; }
  .lab-marker { grid-column: 1 / -1; }
  .lab-arrow2 { display: none; }
}

/* Single-test "findings" panel (when there's no retest) */
.find-row { display: grid; grid-template-columns: 1.7fr auto 1fr; align-items: center; gap: 14px; padding: 17px 22px; border-top: 1px solid var(--cream); }
.find-result { text-align: center; white-space: nowrap; }
.find-result .val { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; color: var(--royal); margin-left: 8px; vertical-align: middle; }
.find-ref { text-align: right; font-size: 12.5px; color: var(--mid); font-weight: 600; }
@media (max-width: 600px) {
  .find-row { grid-template-columns: 1fr auto; }
  .find-ref { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 900px) {
  .results-grid { grid-template-columns: 1fr; max-width: 460px; }
  .cs-outcomes { grid-template-columns: 1fr; }
}

/* ── CTA SECTION ── */
.cta-section { background: var(--blush); text-align: center; padding: 96px 5%; }
.cta-section h2 { margin-bottom: 16px; }
.cta-section p  { font-size: 20px; max-width: 580px; margin: 0 auto 42px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.results-cta { text-align: center; margin-top: 44px; }

/* ═══════════ CLIENT STORIES (stacked block layout) ═══════════ */
.stories-wrap { max-width: 1000px; margin: 0 auto; padding: 8px 5% 24px; }
.story { padding: 54px 0; border-top: 1px solid var(--sand); }
.story:first-child { border-top: none; padding-top: 24px; }
.story-head { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 24px; }
.story-avatar {
  width: 86px; height: 86px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 36px; color: #fff;
  box-shadow: 0 8px 22px rgba(0,82,142,.18);
}
.story-id { flex: 1 1 180px; }
.story-id .name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 25px; color: var(--navy); line-height: 1.1; }
.story-id .tag { color: var(--mid); font-size: 14px; font-weight: 600; margin-top: 5px; }
.story-metric { text-align: right; flex-shrink: 0; margin-left: auto; }
.story-metric .big { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 33px; color: var(--royal); line-height: 1; white-space: nowrap; }
.story-metric .big .arrow { color: var(--teal); font-weight: 700; }
.story-metric .cap { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--mid); margin-top: 9px; }
.story-body > p { margin-bottom: 16px; color: var(--text); font-size: 17px; line-height: 1.72; max-width: none; }
.story-wins {
  background: #fff; border: 1px solid var(--sand);
  border-left: 4px solid var(--teal); border-radius: 12px;
  padding: 22px 26px; margin: 26px 0;
  box-shadow: 0 6px 18px rgba(0,82,142,.06);
}
.story-wins h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--royal); margin-bottom: 13px; }
.story-wins ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin: 0; padding: 0; }
.story-wins li { position: relative; padding-left: 27px; font-size: 15.5px; font-weight: 600; color: var(--text); line-height: 1.45; }
.story-wins li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 17px; height: 17px;
  border-radius: 50%; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;
}
.story-quote {
  border-left: 3px solid var(--rose); padding: 4px 0 4px 22px; margin: 26px 0 0;
  font-family: 'Source Sans 3', sans-serif; font-style: italic; font-size: 18.5px;
  line-height: 1.6; color: var(--navy);
}
.story-quote .who { display: block; font-style: normal; font-weight: 700; font-size: 14px; color: var(--mauve); margin-top: 10px; }
.story-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
@media (max-width: 640px) {
  .story { padding: 40px 0; }
  .story-head { gap: 16px; }
  .story-avatar { width: 64px; height: 64px; font-size: 27px; }
  .story-id { flex-basis: calc(100% - 80px); }
  .story-metric { text-align: left; margin-left: 80px; margin-top: 4px; }
  .story-metric .big { font-size: 28px; }
  .story-wins ul { grid-template-columns: 1fr; }
  .story-actions .btn { flex: 1 1 100%; text-align: center; }
}


/* ── STICKY BOOK CTA (appears on scroll, all pages except /book) ── */
/* Floating "now accepting clients" card — soft scarcity + the booking CTA in one */
.sticky-cta {
  position: fixed; right: 22px; bottom: 22px; z-index: 300;
  width: 330px; max-width: calc(100vw - 32px);
  background: #fff; border-radius: 18px; padding: 17px 18px 16px;
  box-shadow: 0 16px 44px rgba(0,82,142,.20); border: 1px solid var(--sand);
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sticky-cta-msg { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; color: var(--mid); margin-bottom: 14px; }
.sticky-cta-msg strong { color: var(--royal); font-weight: 800; }
.sticky-dot { flex-shrink: 0; width: 9px; height: 9px; border-radius: 50%; background: #28c07a; margin-top: 5px; animation: stickyPulse 2.2s infinite; }
@keyframes stickyPulse {
  0%   { box-shadow: 0 0 0 0 rgba(40,192,122,.55); }
  70%  { box-shadow: 0 0 0 9px rgba(40,192,122,0); }
  100% { box-shadow: 0 0 0 0 rgba(40,192,122,0); }
}
.sticky-cta-btn {
  display: block; text-align: center; background: var(--rose); color: #fff;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: .4px; text-transform: uppercase; padding: 13px 16px;
  border-radius: 30px; text-decoration: none; transition: background .2s;
}
.sticky-cta-btn:hover { background: var(--mauve); }
.sticky-cta-close {
  position: absolute; top: 9px; right: 11px; width: 20px; height: 20px; border: none;
  background: none; color: var(--mid); opacity: .45; cursor: pointer; font-size: 17px;
  line-height: 1; padding: 0; transition: opacity .2s;
}
.sticky-cta-close:hover { opacity: .9; }
@media (max-width: 700px) {
  .sticky-cta { left: 12px; right: 12px; bottom: 12px; width: auto; padding: 14px 15px 13px; }
  .sticky-cta-msg { font-size: 13px; margin-bottom: 12px; }
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE / MOBILE NAV
   ════════════════════════════════════════════════════════════ */
@media (max-width: 1050px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed; top: 70px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.1);
    max-height: 0; overflow: hidden; transition: max-height .3s ease;
    border-top: 1px solid var(--sand);
  }
  .nav-menu li { width: 100%; }
  .nav-menu a { display: block; padding: 18px 8%; font-size: 14px; border-bottom: 1px solid var(--cream); }
  .nav-cta { background: transparent !important; color: var(--rose) !important; border-radius: 0; }
  body.menu-open .nav-menu { max-height: 460px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  section { padding: 64px 5%; }
  .page-header { padding: 104px 5% 52px; }
  .footer-bottom { flex-direction: column; }
}

/* ═══════════ BLOG / ARTICLE PAGES ═══════════ */
.post-wrap { max-width: 760px; margin: 0 auto; padding: 14px 6% 30px; }
.post-back { display: inline-block; font-size: 14px; font-weight: 700; color: var(--teal); text-decoration: none; margin-bottom: 22px; }
.post-back:hover { color: var(--royal); }
.post-tag { font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rose); display: block; margin-bottom: 12px; }
.post-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; color: var(--royal); letter-spacing: -.01em; margin-bottom: 30px; }
.post-body { font-size: 17px; line-height: 1.75; color: var(--text); }
.post-body > p { margin-bottom: 18px; }
.post-body h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(22px, 2.6vw, 27px); color: var(--royal); margin: 40px 0 14px; line-height: 1.25; }
.post-body h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; color: var(--navy); margin: 28px 0 10px; }
.post-body ul, .post-body ol { margin: 0 0 20px 24px; }
.post-body li { margin-bottom: 9px; }
.post-body a { color: var(--royal); text-decoration: underline; }
.post-body a:hover { color: var(--rose); }
.post-body strong { color: var(--navy); }
.post-body img { max-width: 100%; height: auto; border-radius: 14px; display: block; margin: 26px auto; box-shadow: 0 10px 30px rgba(0,82,142,.12); }
.post-body figure { margin: 26px 0; }
.post-body figcaption { font-size: 13px; color: var(--mid); text-align: center; margin-top: 8px; font-style: italic; }
.post-body blockquote { border-left: 4px solid var(--teal); padding: 4px 0 4px 20px; margin: 24px 0; font-style: italic; color: var(--navy); }
.post-body hr { border: none; border-top: 1px solid var(--sand); margin: 34px 0; }
