    /* Size-adjusted system fallbacks — minimize CLS while web fonts load */
    @font-face {
      font-family: 'Cormorant Garamond Fallback';
      src: local('Georgia'), local('Times New Roman');
      size-adjust: 105%; ascent-override: 90%; descent-override: 22%; line-gap-override: 0%;
    }
    @font-face {
      font-family: 'Tenor Sans Fallback';
      src: local('Helvetica Neue'), local('Arial'), local('sans-serif');
      size-adjust: 99%; ascent-override: 95%; descent-override: 24%; line-gap-override: 0%;
    }
    @font-face {
      font-family: 'Lora Fallback';
      src: local('Georgia'), local('Times New Roman');
      size-adjust: 100%; ascent-override: 93%; descent-override: 23%; line-gap-override: 0%;
    }

    /* ── Reset & Variables ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html, body { color: #1A1714 !important; }
    html { background-color: #1A1714 !important; }
    body { background-color: #F5F0E8 !important; }
:root {
  --ivory:      #F5F0E8;
  --ivory-dark: #EDE7DA;
  --ink:        #1A1714;
  --ink-soft:   #2C2824;
  --gold:       #A68A4A;
  --gold-light: #D4B87A;
  --gold-pale:  #F0E8D0;
  --warm-gray:  #736960;
  --rule:       #D6CFC4;
  --rule-dark:  #C4BDB2;
}
html { scroll-behavior: smooth; color-scheme: light only; }
html { overflow-x: clip; }
body { background-color: #F5F0E8; background: var(--ivory); font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif; color: #1A1714; color: var(--ink); overflow-x: clip; }

/* ── Skip link ── */
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--ink); color: var(--ivory); padding: 12px 24px; z-index: 10000; font-size: 0.82rem; letter-spacing: 0.08em; text-decoration: none; border-radius: 0 0 4px 4px; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── Utilities ── */
.gold-rule { width: 40px; height: 1px; background: var(--gold); display: block; }
.section-label { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
    br.mobile-break { display: none; }
    br.desktop-break { display: inline; }
    .condition-type--mobile { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.35s; }
.reveal-delay-4 { transition-delay: 0.5s; }

/* ── Buttons ── */
.btn-primary { font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); background: var(--ink); padding: 14px 32px; text-decoration: none; transition: background 0.25s; display: inline-block; }
.btn-primary:hover { background: var(--gold); color: var(--ivory); }
.btn-ghost { font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--warm-gray); text-decoration: none; border-bottom: 1px solid var(--rule); padding-bottom: 2px; transition: color 0.25s, border-color 0.25s; }
.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }

/* ── Navigation ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 24px 60px; background: var(--ivory-dark); border-bottom: 1px solid var(--rule); transition: padding 0.4s ease, box-shadow 0.4s ease; }
nav.scrolled { padding: 16px 60px; box-shadow: 0 2px 24px rgba(26,23,20,0.06); }
.nav-wordmark { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: 1.25rem; letter-spacing: 0.28em; text-transform: uppercase; color: #000000; text-decoration: none; }
.nav-wordmark .accent { color: #000000; }
.nav-tagline { font-family: 'Lora', 'Lora Fallback', serif; font-style: italic; font-size: 0.62rem; color: var(--gold); letter-spacing: 0.08em; margin-top: 3px; transform: skewX(-8deg); display: inline-block; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
    .nav-links li { display: flex; align-items: center; }
.nav-links a { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--warm-gray); text-decoration: none; transition: color 0.25s; line-height: 1; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); background: var(--ink); padding: 11px 24px; text-decoration: none; transition: background 0.25s; }
.nav-cta:hover { background: var(--gold); color: var(--ivory); }
/* ── Quiet inline CTA link (used across Problem, Hero secondary, Reviews, etc.) ── */
.cta-link-quiet { font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(166,138,74,0.35); padding-bottom: 2px; transition: color 0.3s ease, border-color 0.3s ease; }
.cta-link-quiet:hover { color: var(--gold); border-bottom-color: var(--gold); }
/* ── Inline prose link (used inside flowing body copy — preserves font, adds gold underline) ── */
.prose-link { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(166,138,74,0.4); padding-bottom: 1px; transition: border-color 0.3s ease, color 0.3s ease; }
.prose-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-burger span { display: block; width: 22px; height: 1px; background: var(--ink); transition: all 0.3s; }

/* ── Footer ── */
.footer-wordmark { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: 1.1rem; letter-spacing: 0.28em; text-transform: uppercase; color: #ffffff; text-decoration: none; }
.footer-wordmark .accent { color: #ffffff; }
.footer-center { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.25); text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; list-style: none; }
.footer-links a { font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,240,232,0.3); text-decoration: none; transition: color 0.25s; }
.footer-links a:hover { color: var(--gold); }
    .footer-contact-link:hover { color: var(--gold) !important; }
    .footer-contact-group { flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; gap: 14px !important; }
    .footer-contact-group a + a::before { content: '·'; color: rgba(245,240,232,0.3); margin-right: 14px; }
.footer-legal a:hover { color: var(--gold) !important; }

/* ── Instagram link ── */
.ig-link { opacity: 0.6; transition: opacity 0.25s; }
.ig-link:hover { opacity: 1; }
.ig-link--footer { opacity: 0.7; }
.ig-link--footer:hover { opacity: 1; }

/* ── Mobile drawer ── */
.mobile-drawer { display: none; }
.mobile-backdrop { display: none; }
body.menu-open { overflow: hidden; }

/* ── Animation ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ── Responsive: shared ── */
@media (max-width: 768px) {
  nav { padding: 18px 24px; }
  nav.scrolled { padding: 14px 24px; }
  .nav-links, .nav-cta-wrap { display: none; }
  .nav-burger { display: flex; }
  footer { padding: 36px 24px !important; }
  .footer-links { justify-content: center; flex-wrap: wrap; gap: 12px 20px; }

  /* Mobile drawer */
  .mobile-drawer {
    display: block;
    position: fixed; top: 0; right: 0;
    width: 280px; height: 100vh; height: 100dvh;
    background: var(--ivory);
    border-left: 1px solid var(--rule);
    z-index: 101;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto; -webkit-overflow-scrolling: touch;
  }
  .mobile-drawer[aria-hidden="false"] { transform: translateX(0); }
  .mobile-drawer-inner {
    padding: 100px 32px 48px;
    display: flex; flex-direction: column; gap: 40px; min-height: 100%;
  }
  .mobile-nav-links { list-style: none; display: flex; flex-direction: column; gap: 0; }
  .mobile-nav-links li { border-bottom: 1px solid var(--rule); }
  .mobile-nav-links li:first-child { border-top: 1px solid var(--rule); }
  .mobile-nav-links a {
    display: block; padding: 20px 0;
    font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--ink); text-decoration: none; transition: color 0.25s;
  }
  .mobile-nav-links a:hover, .mobile-nav-links a:focus { color: var(--gold); }
  .mobile-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 16px; }
  .mobile-cta-wrap .nav-cta { width: 100%; text-align: center; }
  .mobile-phone {
    font-family: 'Lora', 'Lora Fallback', serif; font-style: italic;
    font-size: 0.75rem; letter-spacing: 0.06em; color: var(--gold); text-decoration: none;
  }
  .mobile-backdrop {
    display: block; position: fixed; inset: 0;
    background: rgba(26,23,20,0.4); z-index: 100;
    opacity: 0; visibility: hidden; transition: opacity 0.35s, visibility 0.35s;
  }
  .mobile-backdrop.active { opacity: 1; visibility: visible; }
  .nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-burger { z-index: 102; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .mobile-drawer { transition: none; }
  .mobile-backdrop { transition: none; }
  .nav-burger span { transition: none; }
}


    /* ── Conditions Dropdown — DESKTOP ── */
    .nav-conditions-wrap { position: relative; display: flex; align-items: center; }
    .nav-conditions-trigger {
      font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif;
      font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--warm-gray); text-decoration: none; transition: color 0.25s;
      cursor: pointer; display: inline-flex; align-items: center; gap: 5px;
      background: none; border: none; padding: 0; margin: 0; line-height: 1; vertical-align: baseline;
    }
    .nav-conditions-trigger:hover { color: var(--ink); }
    .nav-conditions-trigger svg {
      width: 8px; height: 8px; stroke: var(--warm-gray);
      transition: transform 0.3s, stroke 0.25s;
      flex-shrink: 0; vertical-align: middle;
    }
    .nav-conditions-trigger:hover svg { stroke: var(--ink); }
    .nav-conditions-wrap:hover .nav-conditions-trigger svg,
    .nav-conditions-wrap.open .nav-conditions-trigger svg {
      transform: rotate(180deg);
    }
    .nav-dropdown {
      position: absolute; top: calc(100% + 20px); left: 50%; transform: translateX(-50%);
      width: 720px;
      background: var(--ivory-dark);
      border: 1px solid var(--rule);
      box-shadow: 0 12px 40px rgba(26,23,20,0.10);
      opacity: 0; visibility: hidden;
      transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
      transform: translateX(-50%) translateY(6px);
      z-index: 200;
    }
    .nav-conditions-wrap:hover .nav-dropdown,
    .nav-conditions-wrap.open .nav-dropdown {
      opacity: 1; visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
    .nav-dropdown::before {
      content: ''; position: absolute; top: -24px; left: 0; right: 0; height: 24px;
    }
    .nav-dropdown-header {
      padding: 24px 32px 20px;
      border-bottom: 1px solid var(--rule);
      font-size: 0.70rem; letter-spacing: 0.25em; text-transform: uppercase;
      color: var(--gold);
    }
    .nav-dropdown-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 0; padding: 0;
    }
    .nav-dropdown-link {
      display: flex; justify-content: space-between; align-items: center;
      padding: 22px 32px;
      font-size: 0.99rem; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--ink); text-decoration: none;
      border-bottom: 1px solid rgba(214,207,196,0.5);
      transition: background 0.2s, color 0.2s;
    }
    .nav-dropdown-link:nth-child(odd) {
      border-right: 1px solid rgba(214,207,196,0.5);
    }
    .nav-dropdown-link:hover {
      background: var(--gold-pale); color: var(--gold);
    }
    .nav-dropdown-link.current {
      background: var(--gold-pale);
      border-left: 2px solid var(--gold);
      color: var(--gold);
    }
    .nav-dropdown-link .link-type {
      font-size: 0.56rem; letter-spacing: 0.1em; color: var(--warm-gray); opacity: 0.75;
      transition: color 0.2s;
    }
    .nav-dropdown-link:hover .link-type { color: var(--gold); }
    .nav-dropdown-footer {
      padding: 22px 32px;
      border-top: 1px solid var(--rule);
      text-align: center;
    }
    .nav-dropdown-footer a {
      font-size: 0.70rem; letter-spacing: 0.16em; text-transform: uppercase;
      color: var(--warm-gray); text-decoration: none;
      border-bottom: 1px solid var(--rule); padding-bottom: 2px;
      transition: color 0.25s, border-color 0.25s;
    }
    .nav-dropdown-footer a:hover { color: var(--gold); border-color: var(--gold); }

    /* ── Mobile Conditions Sub-menu ── */
    .mobile-conditions-toggle {
      display: flex; justify-content: space-between; align-items: center;
      width: 100%; padding: 20px 0;
      font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif;
      font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--ink); text-decoration: none;
      background: none; border: none; cursor: pointer; transition: color 0.25s;
    }
    .mobile-conditions-toggle:hover,
    .mobile-conditions-toggle:focus { color: var(--gold); }
    .mobile-conditions-toggle svg {
      width: 10px; height: 10px; stroke: var(--warm-gray);
      transition: transform 0.3s;
    }
    .mobile-conditions-toggle.expanded svg { transform: rotate(180deg); }
    .mobile-conditions-list {
      max-height: 0; overflow: hidden;
      transition: max-height 0.4s ease;
    }
    .mobile-conditions-list.expanded { max-height: 800px; }
    .mobile-conditions-list a {
      display: block; padding: 14px 0 14px 44px;
      font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--warm-gray); text-decoration: none;
      border-bottom: 1px solid rgba(214,207,196,0.5);
      transition: color 0.25s;
    }
    .mobile-conditions-list a:first-child {
      border-top: 1px solid rgba(214,207,196,0.5);
    }
    .mobile-conditions-list a:hover { color: var(--gold); }
    .mobile-conditions-list a.current {
      color: var(--gold);
      border-left: 2px solid var(--gold);
      padding-left: 18px;
    }

    #hero { padding-top: 85px; min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background-color: #F5F0E8; background-color: var(--ivory); }
    .hero-left { padding: 80px 60px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--rule); }
    .hero-headline { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(3.6rem, 5.8vw, 6.4rem); line-height: 0.95; letter-spacing: -0.02em; margin-top: 28px; animation: fadeUp 0.9s ease 0.4s both; }
    .hero-headline em { font-style: italic; color: var(--gold); display: block; }
    .hero-body { font-size: 0.92rem; letter-spacing: 0.07em; line-height: 2; color: var(--warm-gray); max-width: 400px; margin-top: 36px; animation: fadeUp 0.9s ease 0.6s both; }
    .hero-bottom { animation: fadeUp 0.9s ease 0.9s both; }
    .hero-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
    .cta-schedule:hover { background: var(--gold) !important; color: var(--ivory) !important; border-color: var(--gold) !important; }
    .cta-call:hover { background: rgba(245,240,232,0.12) !important; border-color: rgba(245,240,232,0.7) !important; color: var(--ivory) !important; }
    .hero-right {
      padding: 80px 60px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 40px;
      position: relative;
      background: url('/images/hero-right-bg.jpg') center/cover no-repeat;
    }
    .hero-right::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        135deg,
        rgba(245,240,232,0.85) 0%,
        rgba(237,231,218,0.78) 40%,
        rgba(237,231,218,0.72) 100%
      );
      z-index: 0;
    }
    .hero-right > * { position: relative; z-index: 1; }
    .hero-pillars { animation: fadeUp 0.9s ease 0.9s both; }
    .pillar { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--rule); }
    .pillar > div { flex: 1; text-align: center; max-width: 440px; margin-left: auto; margin-right: auto; }
    .pillar:first-child { border-top: 1px solid var(--rule); }
    .pillar-n { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-size: 0.78rem; color: var(--gold); letter-spacing: 0.08em; flex-shrink: 0; padding-top: 2px; }
    .pillar-title { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); line-height: 1; }
    .pillar-method { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 6px; opacity: 0.9; }
    .pillar-desc { font-size: 0.7rem; color: var(--warm-gray); margin-top: 5px; line-height: 1.7; letter-spacing: 0.04em; }
    .hero-location { display: flex; align-items: center; gap: 10px; animation: fadeUp 0.8s ease 1.1s both; }
    .loc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
    .loc-text { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); }
    .method-icon-wrap { width: 44px; height: 44px; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; }
    .method-icon { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.2; }
    .method-name { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
    .method-desc { font-size: 0.82rem; line-height: 1.85; color: var(--warm-gray); letter-spacing: 0.04em; }
    #problem {
      padding: 95px 60px 105px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
      background: linear-gradient(rgba(26,23,20,0.90), rgba(26,23,20,0.90)), url('/images/problem-bg.jpg') center/cover no-repeat;
    }
    #problem .section-label { color: var(--gold); margin-bottom: 20px; }
    .problem-headline { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(2.4rem, 3.8vw, 3.8rem); line-height: 1.1; color: var(--ivory); letter-spacing: -0.01em; margin-bottom: 32px; text-align: center; }
    .problem-headline em { font-style: italic; color: var(--gold); }
    .problem-body { font-size: 0.88rem; line-height: 2; color: rgba(245,240,232,0.55); letter-spacing: 0.05em; margin-bottom: 20px; text-align: center; }
    .problem-right { display: flex; flex-direction: column; gap: 28px; margin-top: 40px; }
    .pain-item { padding: 28px 32px; border: 1px solid rgba(214,207,196,0.15); position: relative; overflow: hidden; transition: border-color 0.3s; text-align: center; }
    .pain-item::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: var(--gold); transform: scaleY(0); transform-origin: bottom; transition: transform 0.4s ease; }
    .pain-item:hover::before { transform: scaleY(1); }
    .pain-item:hover { border-color: rgba(166,138,74,0.3); }
    .pain-title { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
    .pain-text { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-style: italic; font-size: 1.1rem; line-height: 1.6; color: rgba(245,240,232,0.8); }
    #transformation {
      padding: 100px 60px 130px;
      text-align: center;
      border-bottom: 1px solid var(--rule);
      position: relative;
      overflow: hidden;
      background: linear-gradient(
        rgba(245,240,232,0.86) 0%,
        rgba(245,240,232,0.78) 40%,
        rgba(245,240,232,0.83) 100%
      ), url('/images/transformation-bg.jpg') center/cover no-repeat;
    }
    #transformation::before { content: 'RESOLVE'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-size: clamp(8rem, 18vw, 18rem); font-weight: 300; color: rgba(166,138,74,0.15); letter-spacing: 0.3em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; }
    .transformation-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
    .transformation-inner .section-label { display: block; margin-bottom: 24px; }
    .transformation-headline { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(2.6rem, 4.5vw, 4.8rem); line-height: 1.1; letter-spacing: -0.01em; margin-top: 28px; margin-bottom: 36px; }
    .transformation-headline em { font-style: italic; color: var(--gold); }
    .transformation-body { font-size: 0.88rem; line-height: 2; color: var(--warm-gray); letter-spacing: 0.06em; max-width: 560px; margin: 0 auto 60px; }
    #how-it-works { padding: 100px 60px 120px; background: var(--ivory); border-bottom: 1px solid var(--rule); }
    #how-it-works .section-label { margin-bottom: 20px; display: block; text-align: center; }
    .how-heading { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(2.2rem, 3.4vw, 3.4rem); line-height: 1.1; letter-spacing: -0.01em; text-align: center; margin-bottom: 64px; color: var(--ink); }
    .how-heading em { font-style: italic; color: var(--gold); }
    .steps-row { display: flex; align-items: flex-start; justify-content: center; max-width: 860px; margin: 0 auto; }
    .step-card { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 36px 24px 32px; border: 1px solid var(--rule); background: var(--ivory); transition: border-color 0.25s; }
    .step-card.featured { border-color: var(--gold); background: var(--ivory-dark); }
    .step-pill { font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif; font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--rule-dark); padding: 5px 14px; margin-bottom: 24px; }
    .step-card.featured .step-pill { background: var(--gold); color: var(--ivory); border-color: var(--gold); }
    .step-icon-wrap { width: 40px; height: 40px; margin-bottom: 20px; opacity: 0.55; }
    .step-card.featured .step-icon-wrap { opacity: 1; }
    .step-title { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-size: 1.2rem; font-weight: 400; line-height: 1.25; color: var(--ink); margin-bottom: 12px; }
    .step-desc { font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif; font-size: 0.75rem; line-height: 1.85; color: var(--warm-gray); letter-spacing: 0.04em; }
    .step-card.featured .step-desc { color: var(--ink-soft); }
    .step-arrow { display: flex; align-items: flex-start; padding-top: 58px; color: var(--gold); font-size: 1rem; opacity: 0.45; flex-shrink: 0; width: 40px; justify-content: center; }
    .steps-footer { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 52px; }
    .steps-footer-rule { width: 40px; height: 1px; background: var(--gold); opacity: 0.4; margin-bottom: 4px; }
    @media (max-width: 640px) {
      .steps-row { flex-direction: column; align-items: stretch; }
      .step-card { max-width: 100%; padding: 28px 16px 24px; }
      .step-arrow { transform: rotate(90deg); padding-top: 0; width: 100%; justify-content: center; height: 36px; }
    }
    #conditions { padding: 100px 60px 120px; border-bottom: 1px solid var(--rule); }
    .conditions-intro { max-width: 640px; margin: 0 auto 28px; text-align: center; }
    .conditions-intro .section-label { display: block; margin-bottom: 24px; }
    .conditions-intro-head { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 12px; text-align: center; }
    .conditions-intro-head em { font-style: italic; color: var(--gold); }
    .conditions-intro-body { font-size: 0.82rem; line-height: 1.9; color: var(--warm-gray); letter-spacing: 0.04em; text-align: center; }
    .conditions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); align-content: start; max-width: 1000px; margin: 0 auto; }
    .condition-cell { background: var(--ivory); padding: 24px 28px; cursor: pointer; transition: background 0.25s, border-left 0.25s; display: block; position: relative; overflow: hidden; }
    .condition-cell::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s ease; }
    .condition-cell:hover::after { width: 100%; }
    .condition-cell:hover { background: var(--gold-pale); }
    .condition-cell--featured { background: var(--gold-pale); }
    .condition-cell--featured:hover { background: #E8DDBE; }
    .condition-name { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); line-height: 1.5; }
    .condition-type { font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
    .condition-cell--featured .condition-type { display: inline-block; background: var(--gold); color: var(--ivory); padding: 5px 12px; margin-top: 10px; font-size: 0.58rem; letter-spacing: 0.18em; border: none; }
    #about { background: var(--ivory-dark); padding: 100px 60px 120px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; border-bottom: 1px solid var(--rule); }
    .about-left .section-label { margin-bottom: 20px; }
    .about-headline { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(2.4rem, 3.6vw, 3.6rem); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 32px; }
    .about-headline em { font-style: italic; color: var(--gold); }
    .about-body { font-size: 0.88rem; line-height: 2; color: var(--warm-gray); letter-spacing: 0.05em; margin: 0 auto 20px; max-width: 560px; }
    .credential-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
    .credential { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--warm-gray); border: 1px solid var(--rule-dark); padding: 8px 16px; }
    .about-right { display: flex; flex-direction: column; gap: 0; }
    .value-row { padding: 22px 0; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
    .value-row > div:last-child { text-align: center; max-width: 440px; margin-left: auto; margin-right: auto; }
    .value-row:first-child { border-top: 1px solid var(--rule); }
    .value-num { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-size: 1.6rem; font-weight: 300; color: var(--gold); line-height: 1; }
    .value-title { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-bottom: 4px; }
    .value-text { font-size: 0.82rem; line-height: 1.75; color: var(--warm-gray); letter-spacing: 0.04em; }
    #logistics { padding: 100px 60px; border-bottom: 1px solid var(--rule); }
    .logistics-left { max-width: 680px; margin: 0 auto 56px; text-align: center; }
    .logistics-left .section-label { display: block; margin-bottom: 24px; }
    .logistics-head { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 28px; text-align: center; }
    .logistics-body { font-size: 0.85rem; line-height: 1.95; color: var(--warm-gray); letter-spacing: 0.05em; text-align: center; }
    .logistics-right { display: flex; flex-direction: column; gap: 20px; max-width: 720px; margin: 0 auto; }
    .info-block { padding: 20px 28px; border: 1px solid var(--rule); display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; gap: 18px; text-align: center; transition: border-color 0.25s; }
    .info-block:hover { border-color: var(--gold); }
    .info-icon { width: 36px; height: 36px; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .info-icon svg { width: 16px; height: 16px; fill: none; stroke: var(--gold); stroke-width: 1.3; }
    .info-label { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
    .info-value { font-size: 0.82rem; line-height: 1.7; color: var(--ink); letter-spacing: 0.04em; }
    #cta { background: var(--ink); padding: 100px 60px 140px; text-align: center; position: relative; overflow: hidden; }
    #cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 20% 50%, rgba(166,138,74,0.06) 0%, transparent 70%), radial-gradient(ellipse 60% 50% at 80% 50%, rgba(166,138,74,0.04) 0%, transparent 70%); pointer-events: none; }
    .cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
    .cta-label { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
    .cta-headline { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.05; color: var(--ivory); letter-spacing: -0.01em; margin-bottom: 32px; }
    .cta-headline em { font-style: italic; color: var(--gold); }
    .footer-wordmark { font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif; font-weight: 300; font-size: 1.1rem; letter-spacing: 0.28em; text-transform: uppercase; color: #ffffff; text-decoration: none; }
    .footer-wordmark .accent { color: #ffffff; }
    .footer-center { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.25); text-align: center; }
    .footer-links { display: flex; justify-content: flex-end; gap: 28px; list-style: none; }
    .footer-links a { font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,240,232,0.3); text-decoration: none; transition: color 0.25s; }
    .footer-links a:hover { color: var(--gold); }
    .footer-legal a:hover { color: var(--gold) !important; }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
    @media (max-width: 1024px) {
      #problem, #about, #conditions { grid-template-columns: 1fr; gap: 48px; }
      .value-row { grid-template-columns: 1fr !important; text-align: center !important; justify-items: center !important; gap: 8px !important; }
      .value-num { margin: 0 auto; }
      .about-left { text-align: center; }
      .about-headline { text-align: center; }
      .about-body { text-align: center; }
      .credential-row { justify-content: center; }
      .conditions-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (min-width: 769px) {
      .compensating-line { max-width: none !important; }
      .comp-line-2 { white-space: nowrap; }
      .compound-line { max-width: none !important; }
      .compound-line-1 { white-space: nowrap; }
    }
    @media (max-width: 768px) {
      nav { padding: 18px 24px; }
      nav.scrolled { padding: 14px 24px; }
      .nav-links { display: none; }
      .nav-wordmark { font-size: 1.25rem !important; letter-spacing: 0.18em !important; font-weight: 500 !important; }
      .nav-brand { align-items: center !important; margin-top: 6px !important; }
      .nav-tagline { text-align: center !important; align-self: center !important; margin-top: 4px !important; transform: skewX(-8deg) translateX(-8px) !important; }
      .nav-cta-wrap { display: flex !important; flex-direction: column !important; gap: 4px !important; align-items: center !important; margin-right: 0 !important; }
      .nav-cta-wrap .nav-phone { display: inline-block !important; font-size: 0.56rem !important; letter-spacing: 0.06em !important; }
      .nav-cta-wrap .nav-cta { font-size: 0.58rem !important; letter-spacing: 0.14em !important; padding: 7px 14px !important; }
      .nav-burger { display: flex; margin-top: -10px; }
      #hero { grid-template-columns: 1fr; padding-top: 70px; }
      .hero-left { padding: 52px 24px; border-right: none; border-bottom: 1px solid var(--rule); }
      .hero-right { padding: 52px 24px; }
      .hero-subhead { white-space: normal !important; }
      #problem, #about, #logistics, #conditions, #cta { padding: 80px 24px; }
      #about { padding-top: 56px !important; padding-bottom: 104px !important; }
      #cta { padding-top: 48px !important; }
      #cta > p { margin-top: 14px !important; }
      #problem { gap: 0 !important; padding-top: 80px !important; }
      /* Portrait mobile — use cover with custom positioning so the chair
         sits in the middle (problem) and the runner's full path shows
         (transformation). */
      #problem {
        background: linear-gradient(rgba(26,23,20,0.90), rgba(26,23,20,0.90)),
                    url('/images/problem-bg.jpg') center 60% / cover no-repeat !important;
      }
      #transformation {
        background: linear-gradient(
          rgba(245,240,232,0.86) 0%,
          rgba(245,240,232,0.78) 40%,
          rgba(245,240,232,0.83) 100%
        ),
        url('/images/transformation-bg.jpg') center center / cover no-repeat !important;
      }
      .problem-subtitle { margin-top: 6px !important; margin-bottom: 24px !important; }
      .problem-body { text-align: center !important; margin-bottom: 28px !important; }
      .problem-body:last-of-type { margin-bottom: 56px !important; }
      .problem-headline { margin-top: 0 !important; margin-bottom: 48px !important; }
      #transformation, #how-it-works { padding: 80px 16px; }
      #how-it-works { padding-top: 72px !important; }
      .how-heading { margin-bottom: 32px !important; }
      #approach { padding: 72px 16px 120px !important; }
      #approach > div { padding: 0 !important; }
      .approach-methods { grid-template-columns: 1fr !important; }
      .approach-methods > div { text-align: center !important; padding-bottom: 20px !important; }
      .approach-methods > div > div:first-child { justify-content: center !important; flex-direction: column !important; gap: 12px !important; }
      .method-name { text-align: center !important; }
      .method-desc { text-align: center !important; }
      .acu-detail-grid { grid-template-columns: 1fr !important; }
      .acu-detail-grid > div { text-align: center !important; }
      #reviews { padding: 64px 24px 80px !important; }
      #reviews h2 { margin-top: 20px !important; }
      .reviews-desktop { display: none !important; }
      .reviews-carousel { display: block !important; }
      /* Portrait mobile — center stars row, quote, name, conditions in carousel slides */
      .reviews-carousel .carousel-slide { text-align: center !important; }
      .reviews-carousel .carousel-slide > div { text-align: center !important; justify-content: center !important; }
      footer { padding: 36px 24px 8px; grid-template-columns: 1fr; gap: 24px; text-align: center; }
      footer > div { padding: 28px 24px 16px !important; gap: 3px !important; }
      .footer-brand-group { margin-bottom: 22px !important; }
      .footer-contact-group { flex-direction: row !important; flex-wrap: nowrap !important; gap: 10px !important; font-size: 0.52rem !important; letter-spacing: 0.08em !important; }
      .footer-contact-group a + a::before { content: '·'; color: rgba(245,240,232,0.3); margin-right: 10px; }
      .footer-links { justify-content: center; flex-wrap: nowrap !important; gap: 10px !important; padding: 0 !important; margin: 0 !important; }
      .footer-links a { font-size: 0.5rem !important; letter-spacing: 0.08em !important; white-space: nowrap; }
      .footer-links li { margin: 0 !important; padding: 0 !important; }
      .footer-legal { margin-top: 2px !important; }
      .conditions-grid { grid-template-columns: 1fr 1fr; }
      .about-body--intro { margin-bottom: 40px !important; }
      .about-headline { font-size: clamp(1.3rem, 5.5vw, 1.8rem) !important; line-height: 1.25 !important; padding: 0 8px !important; }
      .about-headline br { display: none !important; }
      .insurance-line { white-space: normal !important; font-size: 0.78rem !important; letter-spacing: 0.01em !important; }
      .pay-options { white-space: normal !important; font-size: 0.74rem !important; letter-spacing: 0.01em !important; }
      br.mobile-break { display: inline !important; }
      br.desktop-break { display: none !important; }
      .stakes-section { padding: 64px 16px !important; }
      .stakes-line { font-size: 1rem !important; line-height: 1.5 !important; }
      .stakes-line-1, .stakes-line-2 { white-space: nowrap; display: inline-block; }
      .condition-type--desktop { display: none !important; }
      .condition-type--mobile { display: block !important; }
      a[href="/conditions/hip-glute-pain"].condition-cell { background: var(--gold-pale); }
      a[href="/conditions/hip-glute-pain"].condition-cell .condition-type--mobile { display: inline-block !important; background: var(--gold); color: var(--ivory); padding: 5px 12px; margin-top: 10px; font-size: 0.58rem; letter-spacing: 0.18em; border: none; }
      #faq-heading { text-align: center !important; }
      #faq { padding-top: 64px !important; }

      /* ── Mobile hero: center and balance all text ── */
      .hero-left { text-align: center !important; align-items: center !important; }
      .hero-left > div { width: 100%; }
      .hero-subhead { white-space: normal !important; text-align: center !important; }
      .hero-body { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
      .hero-actions { justify-content: center !important; }
      .hero-right { text-align: center !important; padding-top: 52px !important; }
      .hero-pillars { text-align: center; }
      .pillar { flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 6px !important; padding: 22px 0 !important; }
      .pillar-n { padding-top: 0 !important; }
      .pillar > div { width: 100%; }
      .hero-location { display: block !important; text-align: center !important; }
      .hero-location .loc-dot { display: none !important; }
      .hero-location .loc-text { text-align: center !important; width: 100% !important; display: block !important; }
      .hero-location .loc-sep { display: none !important; }
      .hero-location .loc-break::before { content: "\A"; white-space: pre; }

      /* ── Mobile: center pain boxes (Cycle / Misconception) ── */
      .pain-item { text-align: center; }
      .pain-item::before { display: none; }
      .problem-right { margin-top: 0 !important; }

      /* ── Mobile: center condition cells ── */
      .condition-cell { text-align: center; padding: 20px 16px !important; }
      .condition-name { text-align: center; }
      .condition-type { text-align: center; }
      .condition-cell--featured .condition-type { margin-left: auto; margin-right: auto; }

      /* ── Mobile: tighten info-block layout so text centers properly ── */
      .info-block { grid-template-columns: 1fr !important; gap: 10px !important; padding: 18px 16px !important; }
      .info-icon { margin: 0 auto; }
    }

    .ig-link { opacity: 0.6; transition: opacity 0.25s; }
    .ig-link:hover { opacity: 1; }
    .ig-link--footer { opacity: 0.7; }
    .ig-link--footer:hover { opacity: 1; }

    /* ── Mobile drawer ── */
    .mobile-drawer { display: none; }
    .mobile-backdrop { display: none; }
    body.menu-open { overflow: hidden; }

    @media (max-width: 768px) {
      .mobile-drawer {
        display: block;
        position: fixed;
        top: 0; right: 0;
        width: 280px; height: 100vh; height: 100dvh;
        background: var(--ivory);
        border-left: 1px solid var(--rule);
        z-index: 101;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }
      .mobile-drawer[aria-hidden="false"] {
        transform: translateX(0);
      }
      .mobile-drawer-inner {
        padding: 36px 32px 40px;
        display: flex; flex-direction: column; gap: 28px;
        min-height: 100%;
      }
      .mobile-drawer-brand {
        display: flex; justify-content: center;
        padding: 12px 0 20px;
        text-decoration: none;
      }
      .mobile-drawer-wordmark {
        font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif;
        font-weight: 300; font-size: 1.05rem;
        letter-spacing: 0.28em; text-transform: uppercase;
        color: var(--ink);
      }
      .mobile-drawer-wordmark .accent { color: var(--ink); }
      .mobile-drawer-ig {
        display: inline-flex; align-items: center; justify-content: center;
        margin-top: 4px; opacity: 0.7; transition: opacity 0.25s;
      }
      .mobile-drawer-ig:hover { opacity: 1; }
      .mobile-nav-links {
        list-style: none; display: flex; flex-direction: column; gap: 0;
      }
      .mobile-nav-links li {
        border-bottom: 1px solid var(--rule);
      }
      .mobile-nav-links li:first-child {
        border-top: 1px solid var(--rule);
      }
      .mobile-nav-links a {
        display: block; padding: 20px 0;
        font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
        color: var(--ink); text-decoration: none;
        transition: color 0.25s;
      }
      .mobile-nav-links a:hover,
      .mobile-nav-links a:focus { color: var(--gold); }
      .mobile-cta-wrap {
        display: flex; flex-direction: column; align-items: center; gap: 16px;
      }
      .mobile-cta-wrap .nav-cta {
        width: 100%; text-align: center;
      }
      .mobile-phone {
        font-family: 'Lora', 'Lora Fallback', serif; font-style: italic;
        font-size: 0.75rem; letter-spacing: 0.06em;
        color: var(--gold); text-decoration: none;
      }
      .mobile-backdrop {
        display: block;
        position: fixed; inset: 0;
        background: rgba(26,23,20,0.4);
        z-index: 100;
        opacity: 0; visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s;
      }
      .mobile-backdrop.active {
        opacity: 1; visibility: visible;
      }
      /* Burger → X animation */
      .nav-burger[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
      }
      .nav-burger[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
      }
      .nav-burger[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
      }
      .nav-burger { z-index: 102; }
    }

    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1; transform: none; transition: none; }
      .mobile-drawer { transition: none; }
      .mobile-backdrop { transition: none; }
      .nav-burger span { transition: none; }
      .carousel-track { transition: none; }
    }

    /* ── Reviews carousel ── */
    .reviews-carousel { display: none; position: relative; overflow: hidden; max-width: 600px; margin: 0 auto; touch-action: pan-y; }
    .carousel-track { touch-action: pan-y; }
    .carousel-track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
    }
    .carousel-slide {
      flex: 0 0 100%;
      min-width: 0;
      padding: 32px 8px;
      border: 1px solid rgba(166,138,74,0.15);
      border-radius: 2px;
    }
    .carousel-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-top: 32px;
    }
    .carousel-btn {
      background: none; border: 1px solid rgba(166,138,74,0.3);
      width: 40px; height: 40px;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: border-color 0.25s;
    }
    .carousel-btn:hover,
    .carousel-btn:focus-visible { border-color: var(--gold); }
    .carousel-btn:disabled { opacity: 0.25; cursor: default; }
    .carousel-btn:disabled:hover { border-color: rgba(166,138,74,0.3); }
    .carousel-dots { display: flex; gap: 10px; }
    .carousel-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: rgba(166,138,74,0.25);
      border: none; cursor: pointer; padding: 0;
      transition: background 0.25s, transform 0.25s;
    }
    .carousel-dot[aria-selected="true"] {
      background: var(--gold);
      transform: scale(1.3);
    }
    .carousel-dot:focus-visible {
      outline: 2px solid var(--gold); outline-offset: 3px;
    }

    /* ── Google Business Profile badge ── */
    .gbp-badge {
      display: inline-block; text-decoration: none;
      border: 1px solid rgba(166,138,74,0.2);
      padding: 20px 36px;
      transition: border-color 0.3s, background 0.3s;
    }
    .gbp-badge:hover {
      border-color: rgba(166,138,74,0.5);
      background: rgba(166,138,74,0.04);
    }
    .gbp-badge-inner {
      display: flex; align-items: center; gap: 16px;
    }
    .gbp-google-icon { flex-shrink: 0; }
    .gbp-badge-content {
      display: flex; flex-direction: column; gap: 2px; text-align: left;
    }
    .gbp-badge-rating {
      display: flex; align-items: center; gap: 8px;
    }
    .gbp-stars {
      color: #FBBC05; font-size: 0.85rem; letter-spacing: 2px; line-height: 1;
    }
    .gbp-score {
      font-family: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif;
      font-weight: 600; font-size: 1.1rem; color: var(--ivory);
      line-height: 1;
    }
    .gbp-badge-meta {
      font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif;
      font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase;
      color: rgba(245,240,232,0.4);
    }
    .gbp-badge-cta {
      font-family: 'Tenor Sans', 'Tenor Sans Fallback', sans-serif;
      font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--gold); margin-left: 12px; flex-shrink: 0;
      border-bottom: 1px solid rgba(166,138,74,0.3); padding-bottom: 2px;
      transition: border-color 0.25s;
    }
    .gbp-badge:hover .gbp-badge-cta { border-color: var(--gold); }
    @media (max-width: 768px) {
      .gbp-badge { padding: 16px 24px; }
      .gbp-badge-inner { flex-wrap: wrap; justify-content: center; gap: 12px; }
      .gbp-badge-content { align-items: center; text-align: center; }
      .gbp-badge-cta { margin-left: 0; margin-top: 4px; }
    }

    /* Landscape phone layout — moved to /styles/landscape.css */
