:root {
      --bg: #f8f5ef;
      --surface: #fffdf8;
      --surface-2: #f1ebdf;
      --ink: #181818;
      --muted: #6f6a60;
      --line: #e5dccb;
      --line-dark: #d6c7ae;
      --gold: #b9975b;
      --gold-dark: #8f6e35;
      --green: #1f7a4d;
      --red: #a13b37;
      --amber: #a97922;
      --shadow: 0 24px 70px rgba(25, 21, 15, .08);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      background:
        radial-gradient(circle at top left, rgba(185,151,91,.18), transparent 32rem),
        linear-gradient(180deg, #fffaf1 0%, var(--bg) 42%, #f6f0e5 100%);
      color: var(--ink);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
    }

    a { color: inherit; text-decoration: none; }
    a:hover { color: var(--gold-dark); }

    .container {
      width: min(100% - 32px, var(--max));
      margin-inline: auto;
    }

    .topbar {
      border-bottom: 1px solid rgba(229,220,203,.75);
      background: rgba(255,253,248,.78);
      backdrop-filter: blur(18px);
      position: sticky;
      top: 0;
      z-index: 50;
    }

    .nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -.03em;
      font-size: 1.28rem;
    }

    .brand-mark {
      width: 40px;
      height: 40px;
      border: 1px solid var(--line-dark);
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(145deg, #fff, #efe4d1);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
      color: var(--gold-dark);
      font-weight: 900;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .nav-links a {
      font-size: .92rem;
      color: #3b372f;
      padding: 10px 12px;
      border-radius: 999px;
      font-weight: 700;
    }

    .nav-links a:hover,
    .nav-links a.active {
      background: #efe7d8;
      color: var(--ink);
    }

    .nav-cta {
      background: var(--ink) !important;
      color: #fff !important;
      padding: 11px 16px !important;
      box-shadow: 0 10px 24px rgba(24,24,24,.15);
    }

    .mobile-menu-button {
      display: none;
      border: 1px solid var(--line);
      background: var(--surface);
      border-radius: 12px;
      padding: 9px 11px;
      font-weight: 800;
    }

    .breadcrumbs {
      padding: 22px 0 0;
      font-size: .9rem;
      color: var(--muted);
    }

    .breadcrumbs a {
      color: #5f5545;
      font-weight: 700;
    }

    .hero { padding: 34px 0 34px; }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: stretch;
    }

    .hero-copy {
      background: rgba(255,253,248,.74);
      border: 1px solid rgba(229,220,203,.95);
      border-radius: var(--radius-xl);
      padding: clamp(28px, 5vw, 54px);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .hero-copy::after {
      content: "";
      position: absolute;
      width: 240px;
      height: 240px;
      border: 1px solid rgba(185,151,91,.22);
      border-radius: 50%;
      right: -90px;
      top: -90px;
      pointer-events: none;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--gold-dark);
      background: rgba(185,151,91,.12);
      border: 1px solid rgba(185,151,91,.22);
      border-radius: 999px;
      padding: 8px 12px;
      font-size: .76rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    h1, h2, h3 {
      line-height: 1.12;
      margin: 0;
      letter-spacing: -.04em;
    }

    h1 {
      margin-top: 20px;
      font-family: "Libre Baskerville", Georgia, serif;
      font-size: clamp(2.45rem, 6vw, 5rem);
      max-width: 820px;
    }

    .hero-subtitle {
      margin: 22px 0 0;
      color: var(--muted);
      font-size: clamp(1.04rem, 1.6vw, 1.25rem);
      max-width: 720px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 30px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 999px;
      border: 1px solid var(--line-dark);
      font-weight: 900;
      font-size: .95rem;
      background: var(--surface);
      transition: .18s ease;
      cursor: pointer;
    }

    .button:hover {
      transform: translateY(-1px);
      color: var(--ink);
      box-shadow: 0 14px 30px rgba(25,21,15,.08);
    }

    .button.primary {
      background: var(--ink);
      color: #fff;
      border-color: var(--ink);
    }

    .button.gold {
      background: linear-gradient(135deg, #c8a768, #a57f3e);
      color: #fff;
      border: none;
    }

    .keyword-strip {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 24px;
      position: relative;
      z-index: 1;
    }

    .chip {
      border: 1px solid var(--line);
      background: #faf6ee;
      color: #5f5648;
      border-radius: 999px;
      padding: 7px 10px;
      font-size: .78rem;
      font-weight: 800;
    }

    .status-panel {
      background: #151515;
      color: #f8f5ef;
      border-radius: var(--radius-xl);
      padding: clamp(24px, 4vw, 36px);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
      min-height: 100%;
    }

    .status-panel::before {
      content: "";
      position: absolute;
      inset: -1px;
      background:
        radial-gradient(circle at 80% 20%, rgba(185,151,91,.30), transparent 20rem),
        radial-gradient(circle at 10% 90%, rgba(255,255,255,.10), transparent 16rem);
      pointer-events: none;
    }

    .status-inner {
      position: relative;
      z-index: 1;
    }

    .panel-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .panel-label {
      color: #d7c39a;
      text-transform: uppercase;
      letter-spacing: .14em;
      font-size: .76rem;
      font-weight: 900;
    }

    .smart-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      border-radius: 999px;
      padding: 8px 11px;
      font-size: .72rem;
      font-weight: 900;
      letter-spacing: .09em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .smart-badge::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 0 4px rgba(255,255,255,.08);
    }

    .smart-badge.open {
      color: #aee2a6;
      background: rgba(31,122,77,.18);
    }

    .smart-badge.closed {
      color: #f3b4a8;
      background: rgba(161,59,55,.18);
    }

    .smart-badge.soon {
      color: #f0d08b;
      background: rgba(185,151,91,.20);
    }

    .smart-badge.holiday {
      color: #f3d2a5;
      background: rgba(185,151,91,.20);
    }

    .status-box {
      margin-top: 22px;
      padding: 20px;
      border: 1px solid rgba(215,195,154,.32);
      border-radius: 22px;
      background: rgba(255,255,255,.055);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    }

    .status-headline {
      font-size: clamp(1.35rem, 2.15vw, 1.85rem);
      font-weight: 900;
      line-height: 1.18;
      letter-spacing: -.035em;
      margin: 0;
    }

    .status-date {
      font-family: "Libre Baskerville", Georgia, serif;
      font-size: clamp(1.25rem, 2.4vw, 1.9rem);
      margin-top: 18px;
    }

    .status-note {
      color: #cfc5b4;
      margin-top: 9px;
      font-weight: 600;
    }

    .smart-note {
      color: #b9ae9e;
      font-size: .86rem;
      margin-top: 10px;
    }

    .mini-stats {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .mini-stat {
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      border-radius: 18px;
      padding: 14px;
    }

    .mini-stat span {
      display: block;
      color: #d7c39a;
      font-size: .76rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-weight: 900;
    }

    .mini-stat strong {
      display: block;
      margin-top: 4px;
      font-size: 1.04rem;
    }

    .search-band {
      width: min(100% - 32px, var(--max));
      margin: 28px auto 0;
    }

    .search-box {
      width: 100%;
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      box-shadow: 0 18px 44px rgba(25,21,15,.06);
    }

    .search-box input {
      border: 0;
      outline: 0;
      padding: 16px 18px;
      background: #f8f3e9;
      border-radius: 18px;
      font: inherit;
      min-width: 0;
    }

    .search-box button {
      border: 0;
      border-radius: 18px;
      padding: 0 22px;
      font-weight: 900;
      background: var(--gold);
      color: white;
      cursor: pointer;
    }

    .quick-links {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 12px;
      color: var(--muted);
      font-size: .92rem;
    }

    .quick-links a {
      border-bottom: 1px solid rgba(143,110,53,.35);
      color: #584b35;
      font-weight: 700;
    }

    section { padding: 38px 0; }

    .section-head {
      display: flex;
      justify-content: space-between;
      gap: 22px;
      align-items: end;
      margin-bottom: 18px;
    }

    .section-head h2 {
      font-size: clamp(1.75rem, 3vw, 2.7rem);
      font-family: "Libre Baskerville", Georgia, serif;
    }

    .section-head p {
      margin: 8px 0 0;
      color: var(--muted);
      max-width: 780px;
    }

    .dashboard {
      background: rgba(255,253,248,.65);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      padding: clamp(20px, 3vw, 30px);
      box-shadow: var(--shadow);
    }

    .map-panel {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 18px;
      background: linear-gradient(145deg,#fffdf8,#f6ecdc);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      padding: 18px;
      box-shadow: var(--shadow);
    }

    .map-copy {
      padding: 14px;
    }

    .map-copy h2 {
      font-family: "Libre Baskerville", Georgia, serif;
      font-size: clamp(1.8rem, 3vw, 2.7rem);
    }

    .map-copy p {
      color: var(--muted);
    }

    .map-frame {
      min-height: 430px;
      border-radius: var(--radius-lg);
      overflow: hidden;
      border: 1px solid var(--line-dark);
      background: #eee;
    }

    .map-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .map-note {
      color: var(--muted);
      font-size: .93rem;
      margin-top: 12px;
    }

    .locator-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 18px;
    }

    .small-link {
      display: inline-flex;
      border: 1px solid var(--line-dark);
      background: #fff9ef;
      border-radius: 999px;
      padding: 10px 13px;
      font-size: .84rem;
      font-weight: 900;
      color: #4e432a;
    }

    .holiday-strip {
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: #151515;
      color: #f8f5ef;
      padding: clamp(24px, 4vw, 36px);
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 24px;
      align-items: center;
    }

    .holiday-strip h2 {
      font-family: "Libre Baskerville", Georgia, serif;
      font-size: clamp(1.8rem, 3vw, 3rem);
    }

    .holiday-strip p {
      color: #cfc5b4;
      margin-bottom: 0;
    }

    .holiday-chip-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .holiday-chip {
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      color: #f8f5ef;
      border-radius: 999px;
      padding: 11px 13px;
      font-weight: 900;
    }

    .holiday-chip:hover {
      background: rgba(255,255,255,.12);
      color: #fff;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .category-card,
    .content-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow: 0 16px 44px rgba(25,21,15,.045);
      transition: .18s ease;
      position: relative;
      overflow: hidden;
    }

    .category-card:hover {
      transform: translateY(-2px);
      color: var(--ink);
      box-shadow: 0 22px 54px rgba(25,21,15,.075);
    }

    .category-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      background: #f3ebdd;
      color: var(--gold-dark);
      font-size: 1.25rem;
      margin-bottom: 18px;
    }

    .category-card h3,
    .content-card h3 {
      font-size: 1.22rem;
      letter-spacing: -.03em;
    }

    .category-card p,
    .content-card p {
      color: var(--muted);
      margin: 10px 0 0;
      font-size: .95rem;
    }

    .category-links {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 18px;
      position: relative;
      z-index: 1;
    }

    .category-links span {
      border: 1px solid var(--line);
      background: #faf6ee;
      color: #5f5648;
      border-radius: 999px;
      padding: 6px 9px;
      font-size: .78rem;
      font-weight: 800;
    }

    .coupon-strip {
      background: linear-gradient(135deg,#fffaf0,#efe1c5);
      border: 1px solid rgba(185,151,91,.46);
      border-radius: var(--radius-xl);
      padding: clamp(22px, 3vw, 30px);
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 22px;
      align-items: center;
    }

    .coupon-strip h2 {
      font-family: "Libre Baskerville", Georgia, serif;
      font-size: clamp(1.7rem, 3vw, 2.5rem);
      margin-top: 14px;
    }

    .coupon-strip p {
      color: var(--muted);
      margin: 12px 0 0;
      max-width: 760px;
    }

    .coupon-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 18px;
    }

    .ad-slot {
      margin-top: 12px;
      border: 1px dashed rgba(185,151,91,.68);
      background: linear-gradient(145deg,#fffdf8,#f4ead7);
      border-radius: var(--radius-lg);
      min-height: 112px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 18px;
      color: #776b55;
    }

    .ad-slot small {
      display: block;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-weight: 900;
      color: var(--gold-dark);
    }

    .ad-slot strong {
      display: block;
      margin: 5px 0 3px;
      font-size: 14px;
      color: #3f3a2b;
    }

    .ad-slot span {
      font-size: 13px;
      color: var(--muted);
      max-width: 620px;
    }

    table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 16px 44px rgba(25,21,15,.045);
    }

    th, td {
      text-align: left;
      padding: 17px 18px;
      border-bottom: 1px solid var(--line);
      vertical-align: top;
    }

    th {
      background: #f1e6d4;
      color: #4f452e;
      font-size: .76rem;
      text-transform: uppercase;
      letter-spacing: .09em;
    }

    tr:last-child td { border-bottom: 0; }
    td { color: #565c54; }
    td strong { color: var(--ink); }

    .split-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .link-list {
      display: grid;
      gap: 9px;
      margin-top: 18px;
    }

    .link-list a {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      padding: 12px 14px;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: #fbf7ef;
      font-weight: 900;
    }

    .link-list a::after {
      content: "→";
      color: var(--gold-dark);
    }

    .intent {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .intent-item {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      padding: 18px;
      box-shadow: 0 12px 34px rgba(25,21,15,.035);
    }

    .intent-item strong {
      display: block;
      margin-bottom: 5px;
    }

    .intent-item span {
      color: var(--muted);
      font-size: .92rem;
    }

    details {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 16px 18px;
      margin-bottom: 12px;
    }

    summary {
      cursor: pointer;
      font-weight: 900;
    }

    details p {
      color: var(--muted);
      margin-bottom: 0;
    }

    footer {
      background: #111;
      color: #f5f0e8;
      padding: 46px 0;
      margin-top: 28px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(3, .7fr);
      gap: 26px;
    }

    footer p, footer a { color: #c9c0b2; }

    footer h3 {
      font-size: 1rem;
      margin-bottom: 12px;
      letter-spacing: 0;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.12);
      margin-top: 34px;
      padding-top: 20px;
      color: #a99f91;
      font-size: .9rem;
    }

    @media (max-width: 980px) {
      .hero-grid,
      .holiday-strip,
      .split-row,
      .map-panel,
      .coupon-strip {
        grid-template-columns: 1fr;
      }

      .category-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .nav-links {
        display: none;
        width: 100%;
        padding-bottom: 16px;
      }

      .nav-links.open {
        display: flex;
        justify-content: flex-start;
      }

      .nav { flex-wrap: wrap; }

      .mobile-menu-button { display: block; }
    }

    @media (max-width: 620px) {
      .container,
      .search-band {
        width: min(100% - 22px, var(--max));
      }

      .hero { padding-top: 26px; }

      .category-grid,
      .footer-grid,
      .mini-stats,
      .search-box,
      .intent {
        grid-template-columns: 1fr;
      }

      .search-box button { min-height: 48px; }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .panel-row {
        align-items: flex-start;
        flex-direction: column;
      }

      th,td {
        display: block;
        width: 100%;
      }

      tr {
        display: block;
        border-bottom: 1px solid var(--line);
      }

      tr:last-child { border-bottom: 0; }
      th { display: none; }
    }

/* =========================================================
       STORE HOURS TODAY — LIVE ANSWER SYSTEM
       Additive module only. Existing structural class names above
       remain unchanged and are treated as the template contract.
       ========================================================= */

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 20px;
      position: relative;
      z-index: 1;
    }

    .trust-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 1px solid var(--line);
      background: rgba(255,253,248,.76);
      color: #554c3f;
      border-radius: 999px;
      padding: 8px 11px;
      font-size: .78rem;
      font-weight: 800;
    }

    .trust-pill strong { color: var(--ink); }

    .control-stack {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .control-label {
      display: block;
      color: #d7c39a;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: .7rem;
      font-weight: 900;
      margin-bottom: 7px;
    }

    .membership-toggle {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }

    .membership-option {
      appearance: none;
      border: 1px solid rgba(255,255,255,.15);
      background: rgba(255,255,255,.055);
      color: #eee6d9;
      border-radius: 14px;
      padding: 11px 12px;
      font: inherit;
      font-size: .82rem;
      font-weight: 900;
      cursor: pointer;
      transition: .18s ease;
    }

    .membership-option:hover,
    .membership-option.active {
      border-color: rgba(215,195,154,.65);
      background: rgba(185,151,91,.18);
      color: #fff7e8;
    }

    .timezone-select {
      width: 100%;
      border: 1px solid rgba(255,255,255,.15);
      background: rgba(255,255,255,.07);
      color: #fff;
      border-radius: 14px;
      padding: 11px 12px;
      font: inherit;
      font-size: .82rem;
      font-weight: 800;
      outline: 0;
    }

    .timezone-select option {
      color: #111;
      background: #fff;
    }

    .answer-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .answer-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 22px;
      box-shadow: 0 16px 44px rgba(25,21,15,.045);
      position: relative;
      overflow: hidden;
    }

    .answer-card.featured {
      background: linear-gradient(145deg, #171717, #24211c);
      color: #f8f5ef;
      border-color: #27231d;
    }

    .answer-card .answer-label {
      display: block;
      color: var(--gold-dark);
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: .72rem;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .answer-card.featured .answer-label { color: #d7c39a; }

    .answer-card strong {
      display: block;
      font-size: clamp(1.2rem, 2vw, 1.7rem);
      letter-spacing: -.035em;
      line-height: 1.2;
    }

    .answer-card p {
      color: var(--muted);
      margin: 9px 0 0;
      font-size: .92rem;
    }

    .answer-card.featured p { color: #cfc5b4; }

    .countdown {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-top: 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 7px 10px;
      background: #faf6ee;
      font-size: .78rem;
      font-weight: 900;
      color: #514737;
    }

    .answer-card.featured .countdown {
      border-color: rgba(255,255,255,.14);
      background: rgba(255,255,255,.07);
      color: #f4ead8;
    }

    .today-row td {
      background: #fff8e8;
      font-weight: 700;
    }

    .today-row td:first-child {
      box-shadow: inset 4px 0 0 var(--gold);
    }

    .source-box {
      margin-top: 16px;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 16px 18px;
      background: #fbf7ef;
      color: var(--muted);
      font-size: .9rem;
    }

    .source-box strong { color: var(--ink); }

    .source-box a {
      color: #6e542d;
      border-bottom: 1px solid rgba(143,110,53,.35);
      font-weight: 800;
    }

    .locator-tool {
      height: 100%;
      min-height: 430px;
      display: grid;
      align-content: center;
      padding: clamp(24px, 4vw, 42px);
      background:
        radial-gradient(circle at 85% 15%, rgba(185,151,91,.24), transparent 16rem),
        linear-gradient(145deg,#171717,#28241d);
      color: #f8f5ef;
    }

    .locator-tool h3 {
      font-family: "Libre Baskerville", Georgia, serif;
      font-size: clamp(1.55rem, 2.6vw, 2.2rem);
    }

    .locator-tool p {
      color: #cfc5b4;
      margin: 10px 0 20px;
    }

    .locator-form {
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      gap: 9px;
    }

    .locator-form input {
      width: 100%;
      border: 1px solid rgba(255,255,255,.15);
      background: rgba(255,255,255,.08);
      color: #fff;
      border-radius: 14px;
      padding: 13px 14px;
      font: inherit;
      outline: 0;
    }

    .locator-form input::placeholder { color: #afa797; }

    .locator-form button {
      border: 0;
      border-radius: 14px;
      padding: 13px 16px;
      background: var(--gold);
      color: #fff;
      font: inherit;
      font-weight: 900;
      cursor: pointer;
    }

    .location-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
    }

    .location-action {
      border: 1px solid rgba(255,255,255,.15);
      background: rgba(255,255,255,.06);
      color: #f5eee2;
      border-radius: 999px;
      padding: 9px 11px;
      font: inherit;
      font-size: .78rem;
      font-weight: 900;
      cursor: pointer;
    }

    .location-action:hover { background: rgba(255,255,255,.11); }

    .verification-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 18px;
    }

    .verification-item {
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 16px;
      background: #fbf7ef;
    }

    .verification-item span {
      display: block;
      color: var(--gold-dark);
      font-size: .7rem;
      text-transform: uppercase;
      letter-spacing: .09em;
      font-weight: 900;
    }

    .verification-item strong {
      display: block;
      margin-top: 5px;
      font-size: .96rem;
    }

    .next-closure-box {
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.065);
      border-radius: 20px;
      padding: 18px;
    }

    .next-closure-box span {
      display: block;
      color: #d7c39a;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: .72rem;
      font-weight: 900;
    }

    .next-closure-box strong {
      display: block;
      margin-top: 7px;
      font-size: 1.22rem;
    }

    .next-closure-box p {
      margin: 7px 0 0;
      color: #cfc5b4;
      font-size: .9rem;
    }

    .accuracy-callout {
      border-left: 4px solid var(--gold);
      background: #fff8e8;
      border-radius: 0 16px 16px 0;
      padding: 16px 18px;
      color: #5c5243;
      margin-top: 18px;
    }

    .accuracy-callout strong { color: var(--ink); }

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

    @media (max-width: 620px) {
      .membership-toggle,
      .locator-form {
        grid-template-columns: 1fr;
      }
    }