:root {
      --teal: #1f5c5c;
      --teal-deep: #143f3f;
      --teal-soft: #2e7d7d;
      --tan: #b08454;
      --tan-soft: #c9a37a;
      --cream: #faf6ef;
      --cream-2: #f3ece0;
      --ink: #25302f;
      --ink-soft: #4c5b59;
      --line: #e6ddcd;
      --gold: #c69a4b;
      --white: #ffffff;
      --shadow-sm: 0 1px 3px rgba(20,63,63,.08), 0 1px 2px rgba(20,63,63,.06);
      --shadow-md: 0 8px 24px rgba(20,63,63,.10);
      --shadow-lg: 0 20px 48px rgba(20,63,63,.14);
      --radius: 16px;
      --radius-lg: 24px;
      --maxw: 1180px;
      --font-display: 'Cinzel', Georgia, serif;
      --font-body: 'Satoshi', system-ui, sans-serif;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font-body);
      color: var(--ink);
      background: var(--cream);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      font-size: 17px;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -0.01em; }
    .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
    .eyebrow {
      font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
      color: var(--teal); display: inline-block; margin-bottom: 14px;
    }
    .eyebrow.on-dark { color: var(--tan-soft); }

    /* ---------- Buttons ---------- */
    .btn {
      display: inline-flex; align-items: center; gap: 9px;
      font-family: var(--font-body); font-weight: 700; font-size: 16px;
      padding: 15px 28px; border-radius: 100px; border: 2px solid transparent;
      cursor: pointer; transition: all .22s ease; white-space: nowrap;
    }
    .btn-primary { background: var(--teal); color: #fff; }
    .btn-primary:hover { background: var(--teal-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); }
    .btn-gold { background: var(--gold); color: #2a2110; }
    .btn-gold:hover { background: #b88a3c; transform: translateY(-2px); box-shadow: var(--shadow-md); }
    .btn-ghost { background: transparent; color: var(--teal); border-color: var(--teal); }
    .btn-ghost:hover { background: var(--teal); color: #fff; }
    .btn-white { background:#fff; color: var(--teal-deep); }
    .btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

    /* ---------- Header ---------- */
    .topbar {
      background: var(--teal-deep); color: #e9f0ee;
      font-size: 14px; padding: 8px 0;
    }
    .topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
    .topbar a { display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
    .topbar a:hover { color: #fff; }
    .topbar .tb-left { display: flex; gap: 22px; flex-wrap: wrap; }

    header {
      position: sticky; top: 0; z-index: 100;
      background: rgba(250,246,239,.92); backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--line);
      transition: box-shadow .3s ease;
    }
    header.scrolled { box-shadow: var(--shadow-sm); }
    .nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 14px 0; gap: 20px; }
    .nav .brand { justify-self: start; }
    .nav nav.menu { justify-self: center; }
    .nav .nav-cta { justify-self: end; }
    .brand { display: flex; align-items: center; gap: 12px; }
    .brand .logo-icon { width: 42px; height: 42px; flex-shrink: 0; color: var(--tan); }
    .brand .name { display: flex; flex-direction: column; line-height: 1; }
    .brand .name .l1 { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--teal-deep); letter-spacing: .01em; }
    .brand .name .l2 { font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--tan); margin-top: 3px; }
    nav.menu { display: flex; align-items: center; gap: 28px; }
    nav.menu a { font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color .18s; }
    nav.menu a:hover { color: var(--teal); }
    .nav-cta { display: flex; align-items: center; gap: 14px; }
    .nav-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--teal-deep); font-size: 16px; white-space: nowrap; }
    .nav-phone svg { color: var(--teal); }
    .menu-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--teal-deep); }

    /* ---------- Hero ---------- */
    .hero { position: relative; overflow: hidden; }
    .hero-grid {
      display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; align-items: stretch;
    }
    .hero-copy { padding: 72px 56px 72px 0; display: flex; flex-direction: column; justify-content: center; }
    .hero-copy h1 { font-size: clamp(40px, 5vw, 60px); color: var(--teal-deep); margin-bottom: 20px; line-height: 1.16; padding-bottom: 0.06em; }
    .hero-copy h1 .accent { color: var(--tan); }
    .hero-copy p.lead { font-size: 18px; color: var(--ink-soft); max-width: 46ch; margin-bottom: 30px; }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
    .hero-trust { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
    .hero-trust .ht { display: flex; flex-direction: column; }
    .hero-trust .ht b { font-family: var(--font-display); font-size: 26px; color: var(--teal); line-height: 1; }
    .hero-trust .ht span { font-size: 13px; color: var(--ink-soft); margin-top: 5px; }
    .hero-media { position: relative; min-height: 540px; }
    .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .hero-badge {
      position: absolute; left: -36px; bottom: 40px; z-index: 3;
      background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
      padding: 18px 22px; display: flex; align-items: center; gap: 14px; max-width: 280px;
    }
    .hero-badge .stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
    .hero-badge b { display:block; font-family: var(--font-display); font-size: 17px; color: var(--teal-deep); }
    .hero-badge small { color: var(--ink-soft); font-size: 13px; }
    .hero-deco { position:absolute; top:0; right:0; width:50%; height:100%; background: var(--cream-2); z-index:-1; }

    /* ---------- Section base ---------- */
    section.block { padding: clamp(64px, 8vw, 104px) 0; }
    .section-head { max-width: 640px; margin-bottom: 48px; }
    .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
    .section-head h2 { font-size: clamp(30px, 3.6vw, 42px); color: var(--teal-deep); margin-bottom: 14px; }
    .section-head p { color: var(--ink-soft); font-size: 17px; }

    /* ---------- Services ---------- */
    .bg-cream2 { background: var(--cream-2); }
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .svc {
      background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
      padding: 32px 28px; transition: transform .25s ease, box-shadow .25s ease;
    }
    .svc:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
    .svc .ico {
      width: 56px; height: 56px; border-radius: 14px; background: var(--cream-2);
      display: grid; place-items: center; color: var(--teal); margin-bottom: 20px;
    }
    .svc:hover .ico { background: var(--teal); color: #fff; }
    .svc h3 { font-size: 21px; color: var(--teal-deep); margin-bottom: 10px; }
    .svc p { color: var(--ink-soft); font-size: 15.5px; }

    /* ---------- Feature split ---------- */
    .split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
    .split.rev .split-media { order: 2; }
    .split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; height: 100%; object-fit: cover; max-height: 460px; }
    .split-copy h2 { font-size: clamp(28px, 3.4vw, 38px); color: var(--teal-deep); margin-bottom: 18px; }
    .split-copy p { color: var(--ink-soft); margin-bottom: 16px; }
    .check-list { list-style: none; margin: 22px 0 28px; display: grid; gap: 13px; }
    .check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
    .check-list svg { color: var(--teal); flex-shrink: 0; margin-top: 3px; }

    /* ---------- Trust band ---------- */
    .trust-band { background: var(--teal-deep); color: #eaf2f0; }
    .trust-band .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
    .trust-stat { text-align: center; }
    .trust-stat b { font-family: var(--font-display); font-size: 44px; color: #fff; display: block; line-height: 1; }
    .trust-stat span { font-size: 14.5px; color: var(--tan-soft); margin-top: 10px; display: block; }

    /* ---------- Testimonials ---------- */
    .reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .review {
      background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
      padding: 30px 28px; display: flex; flex-direction: column;
    }
    .review .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 14px; font-size: 17px; }
    .review p { font-size: 16px; color: var(--ink); margin-bottom: 22px; flex: 1; }
    .review .who { display: flex; align-items: center; gap: 12px; }
    .review .avatar {
      width: 42px; height: 42px; border-radius: 50%; background: var(--teal); color: #fff;
      display: grid; place-items: center; font-weight: 700; font-family: var(--font-display); font-size: 18px;
    }
    .review .who b { font-size: 15px; color: var(--ink); display:block; }
    .review .who small { font-size: 12.5px; color: var(--ink-soft); }

    /* ---------- CTA + Form ---------- */
    .cta-section { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%); color: #fff; }
    .cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
    .cta-copy h2 { font-size: clamp(30px, 3.6vw, 44px); color: #fff; margin-bottom: 18px; }
    .cta-copy p { color: #d4e3e1; margin-bottom: 26px; font-size: 17px; }
    .cta-phone {
      display: inline-flex; align-items: center; gap: 13px; background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2); padding: 16px 24px; border-radius: 14px; margin-bottom: 14px;
    }
    .cta-phone svg { color: var(--gold); }
    .cta-phone div small { display:block; font-size: 12.5px; color: var(--tan-soft); letter-spacing:.05em; }
    .cta-phone div b { font-size: 24px; font-family: var(--font-display); }
    .form-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-lg); }
    .form-card h3 { font-size: 24px; color: var(--teal-deep); margin-bottom: 6px; }
    .form-card .sub { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 22px; }
    .field { margin-bottom: 16px; }
    .field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
    .field input, .field select {
      width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink);
      padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px; background: var(--cream);
      transition: border-color .18s, box-shadow .18s;
    }
    .field input:focus, .field select:focus {
      outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,92,92,.12); background:#fff;
    }
    .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
    .form-note { font-size: 12px; color: var(--ink-soft); text-align: center; margin-top: 14px; }

    /* ---------- FAQ ---------- */
    .faq-list { max-width: 800px; margin: 0 auto; }
    .faq-item { border-bottom: 1px solid var(--line); }
    .faq-q {
      width: 100%; text-align: left; background: none; border: none; cursor: pointer;
      font-family: var(--font-body); font-weight: 600; font-size: 18px; color: var(--teal-deep);
      padding: 24px 40px 24px 0; position: relative; display: flex; align-items: center;
    }
    .faq-q::after {
      content: '+'; position: absolute; right: 6px; font-size: 26px; color: var(--tan);
      font-weight: 400; transition: transform .25s;
    }
    .faq-item.open .faq-q::after { content: '\2212'; }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
    .faq-a p { padding: 0 40px 24px 0; color: var(--ink-soft); font-size: 16px; }

    /* ---------- Footer ---------- */
    footer { background: var(--teal-deep); color: #c9d6d4; padding: 64px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .footer-brand .name .l1 { color: #fff; }
    .footer-brand p { font-size: 14.5px; margin: 18px 0; max-width: 30ch; color: #aebfbc; }
    .footer-contact { display: grid; gap: 11px; }
    .footer-contact a { display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: #d6e2e0; }
    .footer-contact a:hover { color: #fff; }
    .footer-contact svg { color: var(--tan-soft); flex-shrink: 0; }
    footer h4 { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
    .footer-links { display: grid; gap: 11px; }
    .footer-links a { font-size: 14.5px; color: #aebfbc; }
    .footer-links a:hover { color: #fff; }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; flex-wrap: wrap; gap: 16px; }
    .footer-bottom p { font-size: 13px; color: #93a4a1; }
    .socials { display: flex; gap: 12px; }
    .socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #d6e2e0; transition: background .18s; }
    .socials a:hover { background: var(--tan); color: #2a2110; }

    /* ---------- Responsive ---------- */
    @media (max-width: 980px) {
      .nav { display: flex; justify-content: space-between; }
      nav.menu { display: none; }
      .menu-toggle { display: block; }
      .hero-grid { grid-template-columns: 1fr; }
      .hero-copy { padding: 48px 0 40px; text-align: center; align-items: center; }
      .hero-copy p.lead { margin-left: auto; margin-right: auto; }
      .hero-actions, .hero-trust { justify-content: center; }
      .hero-deco { display: none; }
      .hero-media { min-height: 380px; margin: 0 -24px; }
      .hero-badge { left: 16px; }
      .services-grid, .reviews { grid-template-columns: 1fr; }
      .split, .split.rev, .cta-grid { grid-template-columns: 1fr; gap: 36px; }
      .split.rev .split-media { order: 0; }
      .trust-band .wrap { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
      .nav-phone span { display: none; }
      .nav-cta .btn-gold { display: none; }
      .nav-phone { font-size: 0; }
      .nav-phone svg { width: 22px; height: 22px; }
    }
    @media (max-width: 540px) {
      .field-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .topbar .tb-left { gap: 14px; font-size: 13px; }
    }

    .mobile-menu { display: none; flex-direction: column; padding: 12px 24px 20px; gap: 4px; border-top: 1px solid var(--line); background: var(--cream); }
    .mobile-menu.open { display: flex; }
    .mobile-menu a { padding: 12px 0; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line); }
    .mobile-menu .btn { margin-top: 14px; justify-content: center; }

    /* ---------- Interior page hero ---------- */
    .page-hero { position: relative; overflow: hidden; background: var(--cream-2); border-bottom: 1px solid var(--line); padding: clamp(48px,7vw,84px) 0; }
    .page-hero .ring-deco { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 360px; height: 360px; color: var(--tan); opacity: .14; pointer-events: none; }
    .page-hero.teal .ring-deco { color: #fff; opacity: .10; }
    .page-hero .wrap, .page-hero .inner { position: relative; z-index: 1; }
    @media (max-width: 760px) { .page-hero .ring-deco { display: none; } }
    .page-hero.teal { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%); border-bottom: none; color: #fff; }
    .page-hero .inner { max-width: 760px; }
    .page-hero h1 { font-size: clamp(34px,4.5vw,52px); color: var(--teal-deep); margin-bottom: 16px; }
    .page-hero.teal h1 { color: #fff; }
    .page-hero p.lead { font-size: 18px; color: var(--ink-soft); max-width: 56ch; }
    .page-hero.teal p.lead { color: #d4e3e1; }
    .page-hero .crumbs { font-size: 13px; color: var(--ink-soft); margin-bottom: 18px; letter-spacing: .02em; }
    .page-hero.teal .crumbs { color: var(--tan-soft); }
    .page-hero .crumbs a:hover { color: var(--teal); text-decoration: underline; }
    .page-hero.teal .crumbs a:hover { color: #fff; }
    .page-hero .hero-actions { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

    /* ---------- Prose (articles, legal) ---------- */
    .prose { max-width: 760px; margin: 0 auto; }
    .prose h2 { font-size: clamp(26px,3vw,34px); color: var(--teal-deep); margin: 40px 0 14px; }
    .prose h3 { font-size: 21px; color: var(--teal-deep); margin: 28px 0 10px; }
    .prose p { color: var(--ink-soft); margin-bottom: 16px; }
    .prose ul, .prose ol { color: var(--ink-soft); margin: 0 0 18px 22px; display: grid; gap: 8px; }
    .prose li { padding-left: 4px; }
    .prose a { color: var(--teal); text-decoration: underline; }
    .prose a:hover { color: var(--teal-deep); }
    .prose .meta { color: var(--ink-soft); font-size: 14px; margin-bottom: 8px; }
    .prose blockquote { border-left: 3px solid var(--tan); padding: 6px 0 6px 20px; margin: 22px 0; color: var(--ink); font-family: var(--font-display); font-size: 20px; }
    .callout { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; margin: 26px 0; }
    .callout p { margin: 0; color: var(--ink); }

    /* ---------- Cards grid 2-col ---------- */
    .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .info-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px; }
    .info-card h3 { font-size: 20px; color: var(--teal-deep); margin-bottom: 10px; }
    .info-card p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 12px; }
    .info-card .more { color: var(--teal); font-weight: 700; font-size: 14.5px; display:inline-flex; gap:6px; align-items:center; }
    .info-card .more:hover { gap: 10px; }

    /* svc as link */
    a.svc { display:block; color: inherit; }
    a.svc .more { color: var(--teal); font-weight: 700; font-size: 14.5px; margin-top: 14px; display:inline-flex; gap:6px; align-items:center; }
    a.svc:hover .more { gap: 10px; }

    /* media figure */
    .media-figure img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width:100%; object-fit: cover; }
    .figcap { font-size: 13px; color: var(--ink-soft); margin-top: 10px; text-align:center; }

    /* roles list */
    .roles { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
    .role { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
    .role h3 { font-size: 18px; color: var(--teal-deep); margin-bottom: 4px; }
    .role p { font-size: 14px; color: var(--ink-soft); }
    .role .tag { font-size: 12px; font-weight:700; color: var(--teal); background: var(--cream-2); padding: 5px 11px; border-radius: 100px; white-space:nowrap; }

    /* map */
    .map-embed { border-radius: var(--radius-lg); overflow:hidden; box-shadow: var(--shadow-md); border:1px solid var(--line); }
    .map-embed iframe { display:block; width:100%; border:0; }

    /* contact info list */
    .contact-list { display:grid; gap: 20px; }
    .contact-list .ci { display:flex; gap:14px; align-items:flex-start; }
    .contact-list .ci svg { color: var(--teal); flex-shrink:0; margin-top:3px; }
    .contact-list .ci b { display:block; color: var(--teal-deep); font-family: var(--font-display); font-size: 17px; }
    .contact-list .ci span, .contact-list .ci a { color: var(--ink-soft); font-size: 15.5px; }
    .contact-list .ci a:hover { color: var(--teal); }

    @media (max-width: 980px) {
      .grid-2, .roles { grid-template-columns: 1fr; }
    }


    /* ---------- Theme switch (demo) ---------- */
    .theme-switch{position:fixed;right:18px;bottom:18px;z-index:300;display:flex;align-items:center;gap:8px;
      background:#fff;border:1px solid var(--line);border-radius:100px;padding:7px 9px 7px 16px;
      box-shadow:var(--shadow-lg);font-size:13px;}
    .theme-switch .ts-label{font-weight:700;color:var(--ink-soft);letter-spacing:.02em;}
    .theme-switch .ts-btn{font-weight:700;padding:7px 15px;border-radius:100px;color:var(--ink-soft);
      transition:all .18s ease;border:1.5px solid transparent;}
    .theme-switch .ts-btn:hover{color:var(--ink);}
    .theme-switch .ts-btn.active{color:#fff;background:var(--teal);}
    .theme-switch .ts-btn.active{background:var(--teal);}
    @media (max-width:560px){.theme-switch{right:10px;bottom:10px;padding:6px 8px 6px 12px;font-size:12px;}
      .theme-switch .ts-label{display:none;} }

    /* ---------- Real logo images ---------- */
    .site-logo { height: 56px; width: auto; display: block; }
    .footer-brand .rings-mark { width: 38px; height: 42px; }
    @media (max-width: 560px){ .site-logo { height: 46px; } }

    /* Cinzel is all-caps display; tighten line-height + letter-spacing for headings */
    h1, h2, h3 { letter-spacing: .01em; }
    .hero-copy h1, .page-hero h1 { line-height: 1.18; }

    /* ================================================================
       MOBILE FEATURES: top CTA bar, sticky bottom call/text, verify
       ================================================================ */

    /* --- Top mobile CTA strip (Verify Benefits) --- */
    .mtop-cta {
      display: none;
      background: var(--gold); color: #2a2110;
      text-align: center; font-weight: 700; font-size: 14px;
      padding: 9px 16px; letter-spacing: .01em;
    }
    .mtop-cta a { color: #2a2110; text-decoration: underline; text-underline-offset: 2px; }

    /* --- Sticky bottom call/text bar (mobile only) --- */
    .mobile-bar {
      display: none;
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 400;
      background: var(--teal-deep);
      box-shadow: 0 -4px 18px rgba(20,63,63,.28);
      padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
      grid-template-columns: 1fr 1fr 1fr; gap: 8px;
    }
    .mobile-bar a {
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 3px; padding: 9px 6px; border-radius: 12px;
      font-size: 12.5px; font-weight: 700; letter-spacing: .02em; line-height: 1;
      color: #fff; transition: background .18s;
    }
    .mobile-bar a svg { width: 20px; height: 20px; }
    .mobile-bar a.mb-call { background: var(--teal); }
    .mobile-bar a.mb-text { background: rgba(255,255,255,.12); }
    .mobile-bar a.mb-verify { background: var(--gold); color: #2a2110; }
    .mobile-bar a:active { transform: scale(.97); }

    @media (max-width: 760px) {
      .mtop-cta { display: block; }
      .mobile-bar { display: grid; }
      /* lift fixed theme switch above the bottom bar */
      .theme-switch { bottom: 84px; }
      /* prevent bottom bar from covering footer content */
      body { padding-bottom: 70px; }
    }

    /* --- Verify Benefits / Coverage form modal --- */
    .verify-overlay {
      display: none; position: fixed; inset: 0; z-index: 500;
      background: rgba(20,40,40,.55); backdrop-filter: blur(3px);
      align-items: center; justify-content: center; padding: 20px;
    }
    .verify-overlay.open { display: flex; }
    .verify-modal {
      background: #fff; border-radius: var(--radius-lg); max-width: 480px; width: 100%;
      padding: 34px 32px; box-shadow: var(--shadow-lg); position: relative;
      max-height: 92vh; overflow-y: auto;
    }
    .verify-modal .vm-close {
      position: absolute; top: 16px; right: 16px; background: var(--cream-2); border: none;
      width: 34px; height: 34px; border-radius: 50%; cursor: pointer; color: var(--ink-soft);
      font-size: 20px; line-height: 1; display: grid; place-items: center;
    }
    .verify-modal .vm-close:hover { background: var(--line); color: var(--ink); }
    .verify-modal .eyebrow { margin-bottom: 8px; }
    .verify-modal h3 { font-size: 24px; color: var(--teal-deep); margin-bottom: 8px; }
    .verify-modal .sub { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 22px; }
    .verify-modal .btn { width: 100%; justify-content: center; margin-top: 6px; }
    .verify-modal .vm-note { font-size: 12px; color: var(--ink-soft); text-align: center; margin-top: 14px; }
    .verify-modal .vm-ok { text-align: center; padding: 14px 0 6px; }
    .verify-modal .vm-ok .ok-ico { width: 56px; height: 56px; border-radius: 50%; background: var(--cream-2); color: var(--teal); display: grid; place-items: center; margin: 0 auto 16px; }

/* ===== FACILITY ACCENT THEME: angeloak ===== */
:root {
  --accent: #c69a4b;
  --accent-deep: #a87d2e;
  --accent-soft: #e3c987;
}
/* accent-driven elements */
.eyebrow { color: var(--accent-deep); }
.btn-accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-accent:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.hero-copy h1 .accent { color: var(--accent-deep); }
.hero-badge .stars { color: var(--accent); }
.accent-rule { height: 4px; width: 64px; background: var(--accent); border-radius: 4px; margin: 0 0 22px; }

/* USP band - signature per facility */
.usp-band { background: linear-gradient(135deg, var(--teal-deep), var(--teal)); color: #eaf2f0; }
.usp-band .eyebrow { color: var(--accent-soft); }
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 36px; }
.usp-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 28px 26px; }
.usp-card .usp-ico { width: 46px; height: 46px; color: var(--accent-soft); margin-bottom: 16px; }
.usp-card h3 { font-family: var(--font-display); color: #fff; font-size: 20px; margin-bottom: 10px; }
.usp-card p { color: #cfe0dc; font-size: 15px; line-height: 1.6; }
.usp-feature { display:grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.usp-feature img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.usp-feature .usp-list { list-style: none; margin-top: 18px; display: grid; gap: 14px; }
.usp-feature .usp-list li { display:flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); }
.usp-feature .usp-list svg { color: var(--accent); flex-shrink: 0; margin-top: 3px; }
@media (max-width: 820px) { .usp-grid { grid-template-columns: 1fr; } .usp-feature { grid-template-columns: 1fr; gap: 28px; } }

/* SEO landing page styling */
.seo-hero { background: var(--cream-2); padding: 64px 0 48px; }
.seo-hero h1 { font-size: clamp(32px, 4.5vw, 50px); color: var(--teal-deep); margin-bottom: 18px; line-height: 1.15; }
.seo-hero .lead { font-size: 18px; color: var(--ink-soft); max-width: 58ch; }
.seo-section { padding: 48px 0; }
.seo-section h2 { font-family: var(--font-display); color: var(--teal-deep); font-size: 26px; margin-bottom: 18px; }
.seo-cols { display:grid; grid-template-columns: 1.5fr 1fr; gap: 48px; }
.seo-checklist { list-style:none; display:grid; gap: 12px; }
.seo-checklist li { display:flex; gap: 11px; align-items:flex-start; }
.seo-checklist svg { color: var(--accent); flex-shrink:0; margin-top:3px; }
.seo-aside { background: var(--cream); border:1px solid var(--line); border-radius: var(--radius); padding: 28px; height: fit-content; position: sticky; top: 90px; }
.seo-aside h3 { font-family: var(--font-display); color: var(--teal-deep); font-size:19px; margin-bottom: 12px; }
.seo-faq { border-top: 1px solid var(--line); }
.seo-faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.seo-faq summary { font-weight: 700; color: var(--teal-deep); cursor: pointer; font-size: 17px; list-style: none; }
.seo-faq summary::-webkit-details-marker { display:none; }
.seo-faq p { color: var(--ink-soft); margin-top: 10px; }
.local-note { background: var(--cream-2); border-left: 4px solid var(--accent); padding: 20px 24px; border-radius: 8px; color: var(--ink-soft); }
@media (max-width: 820px) { .seo-cols { grid-template-columns: 1fr; gap: 28px; } .seo-aside { position: static; } }


/* ===== SEO: clickable service cards ===== */
a.svc.svc-link { display:flex; flex-direction:column; color:inherit; text-decoration:none; height:100%; }
a.svc.svc-link:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
a.svc.svc-link:hover .ico { background: var(--accent, var(--teal)); color:#fff; }
.svc-more { color: var(--accent-deep, var(--teal)); font-weight:700; font-size:14.5px; margin-top:auto; padding-top:14px; display:inline-flex; gap:6px; align-items:center; transition: gap .2s ease; }
a.svc.svc-link:hover .svc-more { gap:11px; }

/* ===== SEO INTERLINK STYLES ===== */
.seo-interlink { background: var(--cream-2, #f3ece0); }
.interlink-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-top:28px; }
.interlink-col h3 { font-size:18px; color:var(--accent-deep, var(--teal-deep)); margin-bottom:14px; }
.interlink-col ul { list-style:none; padding:0; margin:0; }
.interlink-col li { margin-bottom:10px; }
.interlink-col a { color:var(--teal-deep); text-decoration:none; font-weight:600; border-bottom:1px solid transparent; transition:border-color .15s ease; }
.interlink-col a:hover { border-bottom-color: var(--accent, var(--teal)); }
@media (max-width:760px){ .interlink-grid { grid-template-columns:1fr; gap:28px; } }


/* clickable community cards */
a.info-card-link{display:block;text-decoration:none;color:inherit;transition:transform .18s ease, box-shadow .18s ease;}
a.info-card-link:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.10);}
a.info-card-link .card-more{display:inline-block;margin-top:10px;color:var(--accent-deep, var(--teal));font-weight:600;}
