/* ============================================================
   FIDO PLAYHOUSE — BRAND CSS
   Built from 2023 Brand Guidelines (Luna Design)
   ============================================================ */

:root {
  /* PRIMARY (from guidelines — repaletted: 2149C medium blue is now dominant) */
  --bp:        #4C82A8; /* Pantone 2149 C — DOMINANT brand blue (header, hero, footer) */
  --bp-dark:   #4C82A8; /* alias — many existing rules reference this */
  --bp-shadow: #2E5665; /* Pantone 2215 C — deep navy for accents/depth/shadows */
  --bp-mid:    #4C82A8; /* alias for backward compat */
  --bp-light:  #AFCDD7; /* Pantone 2204 C — softness, illustrations, eyebrows on dark */
  --bp-tint:   #EAF1F5; /* very pale tint of brand blue for alt section bgs */
  --off-white: #F6F7F0; /* Off White — text on dark, page bg */

  /* SECONDARY */
  --orange:    #D76B00; /* Pantone 2019 C — CTA only */
  --orange-dk: #BE4D00; /* Pantone 718 C — hover */

  /* GOLD ACCENT (matches Fido admin app) */
  --gold:      #C9A96E;
  --gold-dk:   #A88B4F;
  --gold-soft: rgba(201,169,110,.18);

  /* DERIVED */
  --ink:       #1A3340;            /* deeper navy ink for body text on light bg */
  --ink-soft:  rgba(26,51,64,.72);
  --line:      rgba(76,130,168,.18);
  --line-soft: rgba(76,130,168,.08);
  --surface:   #ffffff;
  --surface-2: rgba(76,130,168,.06);

  /* TYPE */
  --font-display: 'Righteous', system-ui, sans-serif;
  --font-body:    'Lato', system-ui, -apple-system, sans-serif;

  /* SPACING SCALE */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px;

  /* RADII */
  --r-sm: 8px;  --r-md: 14px;  --r-lg: 20px;  --r-pill: 999px;

  /* SHADOWS */
  --shadow-sm: 0 2px 8px rgba(46,86,101,.10);
  --shadow-md: 0 8px 28px rgba(46,86,101,.16);
  --shadow-lg: 0 20px 60px rgba(26,51,64,.28);
}

/* RESET ====================================================== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--off-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* TYPE ======================================================= */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 var(--s-4);
  color: var(--bp-dark);
}
h1 { font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.875rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.625rem); }
h4 { font-size: 1.0625rem; letter-spacing: 0.5px; text-transform: uppercase; }

p { margin: 0 0 var(--s-4); }
.lede { font-size: clamp(1.125rem, 1.6vw, 1.375rem); line-height: 1.55; color: var(--ink); }
.eyebrow {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.5px;
  color: var(--gold);
  margin-bottom: var(--s-3);
  display: inline-block;
}

/* LAYOUT PRIMITIVES ========================================== */
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--s-5); }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 var(--s-5); }
.section { padding: var(--s-9) 0; }
.section-sm { padding: var(--s-7) 0; }
@media (max-width: 720px) {
  .section { padding: var(--s-8) 0; }
  .section-sm { padding: var(--s-6) 0; }
}

/* BUTTONS ==================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--s-2);
  padding: 14px 28px;
  border-radius: var(--r-pill);
  font-weight: 700; font-size: 15px;
  letter-spacing: 0.3px;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--orange);
  color: var(--off-white);
  box-shadow: 0 6px 18px rgba(215,107,0,.28);
}
.btn-primary:hover { background: var(--orange-dk); box-shadow: 0 8px 24px rgba(190,77,0,.34); }
.btn-secondary {
  background: var(--bp-dark);
  color: var(--off-white);
}
.btn-secondary:hover { background: var(--ink); }
.btn-ghost {
  background: transparent;
  color: var(--bp-dark);
  border: 1.5px solid var(--bp-dark);
}
.btn-ghost:hover { background: var(--bp-dark); color: var(--off-white); }
.btn-ghost-light {
  background: transparent;
  color: var(--off-white);
  border: 1.5px solid rgba(255,255,255,.4);
}
.btn-ghost-light:hover { background: rgba(255,255,255,.1); border-color: var(--off-white); }
.btn-sm {
  padding: 9px 18px;
  font-size: 13px;
  letter-spacing: 0.4px;
}

/* TOPBAR ===================================================== */
.topbar {
  position: sticky; top: 0; z-index: 100;
  background: var(--bp); /* solid Pantone 2149C — exact match with hero */
  border-bottom: 1px solid rgba(201,169,110,.22); /* subtle gold edge */
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--s-5);
  max-width: 1280px; margin: 0 auto;
  gap: var(--s-4);
}
.brand-link {
  display: flex; align-items: center; gap: var(--s-3);
  flex-shrink: 0;
}
.brand-logo {
  height: 44px; width: auto;
  display: block;
  /* logo PNG is white with alpha — appears white as-is on dark backgrounds */
  transition: opacity .2s ease;
}
.brand-link:hover .brand-logo { opacity: .82; }

.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;
}

.nav { display: flex; gap: var(--s-2); align-items: center; }
.nav a {
  padding: 8px 14px;
  border-radius: var(--r-pill);
  color: rgba(246,247,240,.78);
  font-size: 14px;
  font-weight: 600;
  transition: color .15s, background .15s;
}
.nav a:hover { color: var(--off-white); background: rgba(255,255,255,.08); }
.nav a.active { color: var(--off-white); background: rgba(255,255,255,.14); }

.loc-switcher {
  display: flex; align-items: center; gap: var(--s-2);
  padding: 6px 6px 6px 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-pill);
  color: var(--off-white);
  font-size: 13px;
  font-weight: 600;
}
.loc-switcher .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--bp-light);
  display: inline-block;
}
.loc-switcher select {
  background: transparent; color: var(--off-white);
  border: none; outline: none;
  font: inherit; font-weight: 700;
  padding: 4px 8px;
  cursor: pointer;
}
.loc-switcher select option { color: var(--ink); }

.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--off-white);
  align-items: center; justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 880px) {
  .nav, .loc-switcher { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bp-dark);
    padding: var(--s-3);
    border-bottom: 1px solid rgba(255,255,255,.1);
    gap: 2px;
  }
  .nav.open a { padding: 14px 18px; border-radius: var(--r-md); }
  .loc-switcher.open {
    display: flex;
    margin: var(--s-2) var(--s-3) var(--s-3);
  }
}

/* HERO ======================================================= */
.hero {
  position: relative;
  background: var(--bp); /* solid Pantone 2149C — exact match with topbar */
  color: var(--off-white);
  overflow: hidden;
  padding: var(--s-9) 0;
}
.hero::after {
  /* very subtle decorative wash, kept away from top edge to not clash with header */
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 80%, rgba(201,169,110,.08), transparent 55%),
    radial-gradient(circle at 15% 90%, rgba(255,255,255,.06), transparent 50%);
  pointer-events: none;
}
.hero-pattern {
  position: absolute; inset: 0;
  opacity: .08; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g fill='none' stroke='%23F6F7F0' stroke-width='1.5'><circle cx='30' cy='30' r='10'/><path d='M70 25 q5 -8 12 0 q5 8 -2 14 q-5 4 -10 0 q-7 -6 0 -14z'/><circle cx='95' cy='80' r='8'/><path d='M30 85 q4 -6 9 0 q4 6 -2 10 q-4 3 -7 0 q-5 -4 0 -10z'/></g></svg>");
  background-size: 240px 240px;
}
.hero-inner { position: relative; z-index: 1; }
.hero h1 { color: var(--off-white); margin-bottom: var(--s-5); }
.hero h1 em {
  font-style: normal;
  color: var(--gold);
  font-family: var(--font-display);
}
.hero .lede { color: rgba(246,247,240,.88); max-width: 620px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-6); }

.hero-quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
  margin-top: var(--s-8);
  padding-top: var(--s-7);
  border-top: 1px solid rgba(201,169,110,.30);
}
.hero-quick-item .label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(246,247,240,.55);
  margin-bottom: 6px;
}
.hero-quick-item .value {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: var(--off-white);
  line-height: 1.3;
}
.hero-quick-item a { color: inherit; border-bottom: 1px solid rgba(255,255,255,.25); }
.hero-quick-item a:hover { border-bottom-color: var(--off-white); }
@media (max-width: 720px) {
  .hero-quick { grid-template-columns: 1fr; gap: var(--s-5); }
}

/* FIDO PHILOSOPHY (4 cards) ================================== */
.philosophy {
  background: var(--off-white);
}
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-4);
  margin-top: var(--s-7);
}
@media (max-width: 900px) { .philosophy-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .philosophy-grid { grid-template-columns: 1fr; } }

.phil-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--s-6) var(--s-5);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.phil-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}
.phil-letter {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  color: var(--gold);
  margin-bottom: var(--s-4);
}
.phil-card h3 { color: var(--bp-shadow); margin-bottom: var(--s-2); }
.phil-card p { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* SERVICE TILES ============================================== */
.services-bg {
  background: var(--bp);
  color: var(--off-white);
  position: relative;
  overflow: hidden;
}
.services-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(255,255,255,.08), transparent 50%),
    radial-gradient(circle at 20% 100%, rgba(201,169,110,.10), transparent 55%);
  pointer-events: none;
}
.services-bg h2 { color: var(--off-white); }
.services-bg .eyebrow { color: var(--gold); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
  margin-top: var(--s-6);
  position: relative;
}
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

.svc-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.svc-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.1);
  border-color: var(--gold);
}
.svc-icon {
  width: 62px; height: 62px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--s-4);
  color: var(--gold);
  transition: background .25s ease, color .25s ease;
}
.svc-card:hover .svc-icon {
  background: rgba(201,169,110,.32);
  color: var(--off-white);
}
.svc-icon svg { width: 32px; height: 32px; }
.svc-card h3 { color: var(--off-white); margin-bottom: var(--s-3); }
.svc-card p { color: rgba(246,247,240,.78); font-size: 14.5px; margin: 0; line-height: 1.55; }

/* SERVICES PAGE — detail rows */
.svc-detail {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: var(--s-5);
  padding: var(--s-6);
  align-items: start;
}
@media (max-width: 600px) {
  .svc-detail { grid-template-columns: 1fr; gap: var(--s-3); }
}
.svc-detail-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--bp-shadow);
  flex-shrink: 0;
}
.svc-detail-icon svg { width: 38px; height: 38px; }
.svc-detail h3 { color: var(--bp-shadow); margin-bottom: var(--s-3); }

/* INFO STRIP (address / hours / phone) ======================= */
.info-strip {
  background: var(--bp-light);
  color: var(--bp-shadow);
  padding: var(--s-7) 0;
  position: relative;
}
.info-strip::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--gold);
  opacity: .6;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
@media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

.info-card {
  display: flex; gap: var(--s-4); align-items: flex-start;
}
.info-card .ico {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bp);
  color: var(--gold);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.info-card .ico svg { width: 20px; height: 20px; }
.info-card .label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--bp-shadow);
  opacity: .7;
  margin-bottom: 4px;
}
.info-card .value {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--bp-shadow);
  line-height: 1.4;
}
.info-card a { border-bottom: 1px solid rgba(46,86,101,.3); }
.info-card a:hover { border-bottom-color: var(--bp-shadow); }

/* RATES PAGE ================================================= */
.rates-section { background: var(--off-white); }
.rates-section-alt { background: var(--bp-tint); }

.section-head {
  margin-bottom: var(--s-6);
  max-width: 720px;
}
.section-head .num {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: var(--s-2);
}
.section-head h2 {
  color: var(--bp-shadow);
  margin-bottom: var(--s-3);
  position: relative;
  padding-bottom: var(--s-3);
}
.section-head h2::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 48px; height: 2px;
  background: var(--gold);
}
.section-head p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.rates-grid {
  display: grid;
  gap: var(--s-5);
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .rates-grid-2 { grid-template-columns: repeat(2, 1fr); }
}

.rate-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rate-card:hover {
  border-color: var(--bp-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px -16px rgba(46,86,101,.35);
}
.rate-card-head {
  padding: var(--s-5) var(--s-5) var(--s-3);
  border-bottom: 1px solid var(--line-soft);
}
.rate-card-head h3 {
  font-family: var(--font-display);
  color: var(--bp-dark);
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 4px;
  letter-spacing: .3px;
}
.rate-card-head p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
}
.rate-rows { padding: var(--s-3) var(--s-5) var(--s-5); }
.rate-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 10px;
  padding: 12px 0;
}
.rate-row + .rate-row { border-top: 1px dashed var(--line); }
.rate-row .rr-label {
  color: var(--ink);
  font-weight: 600;
  font-size: 15px;
}
.rate-row .rr-dots {
  border-bottom: 2px dotted var(--line);
  height: 1px;
  align-self: end;
  margin-bottom: 6px;
}
.rate-row .rr-price {
  font-family: var(--font-display);
  color: var(--orange);
  font-size: 19px;
  letter-spacing: .5px;
  white-space: nowrap;
}

/* Location toggle on rates page */
.rate-location-toggle {
  display: inline-flex;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  margin-top: var(--s-5);
  gap: 4px;
}
.rate-location-toggle a {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 9px 18px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease;
}
.rate-location-toggle a:hover { color: var(--bp-dark); }
.rate-location-toggle a.is-active {
  background: var(--bp);
  color: var(--off-white);
}

.notes-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: var(--r-md);
  padding: var(--s-5) var(--s-6);
}
.notes-card ul { margin: 0; padding-left: 22px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.notes-card li + li { margin-top: 8px; }

/* PAGE HEADER (subpages) ===================================== */
.page-head {
  background: var(--bp-dark);
  color: var(--off-white);
  padding: var(--s-8) 0 var(--s-7);
  position: relative;
  overflow: hidden;
}
.page-head::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 50%, rgba(175,205,215,.14), transparent 40%);
}
.page-head-inner { position: relative; z-index: 1; }
.page-head h1 { color: var(--off-white); margin-bottom: var(--s-3); }
.page-head .subtitle { font-size: 1.125rem; color: rgba(246,247,240,.78); max-width: 660px; }
.page-head .breadcrumb {
  font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--bp-light);
  margin-bottom: var(--s-3);
}

/* ABOUT — STORY ============================================== */
.story {
  background: var(--off-white);
}
.story p {
  font-size: 1.0625rem;
  color: var(--ink);
  line-height: 1.75;
}
.story p + p { margin-top: var(--s-4); }
.story .pull {
  border-left: 3px solid var(--orange);
  padding-left: var(--s-5);
  margin: var(--s-6) 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--bp-dark);
  line-height: 1.3;
}

/* GALLERY ==================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
}
@media (max-width: 800px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

.gal-tile {
  aspect-ratio: 1/1;
  background: var(--bp-light);
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  color: var(--bp-dark);
}
.gal-tile.tall { aspect-ratio: 1/1.4; }
.gal-tile.wide { aspect-ratio: 1.5/1; }
.gal-tile svg { width: 60px; height: 60px; opacity: .5; }
.gal-tile .placeholder-text {
  position: absolute; bottom: var(--s-3);
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  opacity: .55;
}

/* FOOTER ===================================================== */
.foot {
  background: var(--bp); /* Pantone 2149C — same as header */
  color: rgba(246,247,240,.85);
  padding: var(--s-8) 0 var(--s-5);
  margin-top: var(--s-9);
  border-top: 3px solid var(--gold);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--s-5);
}
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }

.foot h4 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--s-3);
}
.foot a { color: rgba(246,247,240,.78); transition: color .15s ease; }
.foot a:hover { color: var(--gold); }
.foot a.btn-primary { color: var(--off-white); }
.foot a.btn-primary:hover { color: var(--off-white); }
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot li + li { margin-top: 8px; }

.foot .brand {
  display: flex; align-items: center; gap: var(--s-3);
  margin-bottom: var(--s-4);
}
.brand-logo-foot {
  height: 80px; width: auto;
  /* white logo on navy footer — appears as-is */
  opacity: .95;
}
.foot .tagline { font-size: 14px; max-width: 320px; line-height: 1.55; }

.foot-bottom {
  margin-top: var(--s-7);
  padding-top: var(--s-4);
  border-top: 1px solid var(--gold);
  display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: var(--s-3);
  font-size: 13px;
  color: rgba(246,247,240,.55);
}

/* MODAL — LOCATION PICKER ==================================== */
.loc-modal {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(26,51,64,.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  padding: var(--s-5);
  opacity: 0; pointer-events: none;
  transition: opacity .35s ease;
}
.loc-modal.show { opacity: 1; pointer-events: auto; }

.loc-modal-card {
  background: var(--off-white);
  border-radius: var(--r-lg);
  max-width: 760px; width: 100%;
  padding: var(--s-7) var(--s-6);
  box-shadow: var(--shadow-lg);
  transform: translateY(20px) scale(.98);
  transition: transform .35s ease;
  position: relative;
}
.loc-modal.show .loc-modal-card { transform: translateY(0) scale(1); }

.brand-logo-modal {
  width: 110px; height: auto;
  margin: 0 auto var(--s-4);
  display: block;
  /* white PNG → invert to black → tint to Pantone 2149C blue */
  filter: brightness(0) saturate(100%) invert(50%) sepia(28%) saturate(890%) hue-rotate(170deg) brightness(91%) contrast(89%);
}
.loc-modal h2 { text-align: center; margin-bottom: var(--s-2); }
.loc-modal .modal-sub {
  text-align: center;
  font-size: 1rem;
  color: var(--ink-soft);
  margin-bottom: var(--s-6);
}

.loc-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-4);
}
@media (max-width: 600px) { .loc-options { grid-template-columns: 1fr; } }

.loc-option {
  display: block;
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--s-5);
  text-align: left;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.loc-option:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.loc-option .name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--bp-dark);
  margin-bottom: 4px;
}
.loc-option .tag {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: var(--s-3);
}
.loc-option .addr {
  font-size: 13px;
  color: var(--bp-dark);
  font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.loc-option .addr svg { width: 14px; height: 14px; }

.modal-foot {
  margin-top: var(--s-5);
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
}

/* SECTION HEADERS w/ alignment helpers ======================= */
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; max-width: 680px; }

/* UTILITIES ================================================== */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

/* FADE-IN ANIMATION ========================================== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .6s ease both; }
.fade-up.d1 { animation-delay: .08s; }
.fade-up.d2 { animation-delay: .16s; }
.fade-up.d3 { animation-delay: .24s; }
.fade-up.d4 { animation-delay: .32s; }

/* BECOME-CLIENT PAGE — steps + checklist =================== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
@media (max-width: 820px) { .steps-grid { grid-template-columns: 1fr; } }

.step-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.step-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
}
.step-num {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: var(--s-3);
  display: inline-block;
}
.step-card h3 { color: var(--bp-shadow); margin-bottom: var(--s-3); }
.step-card p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; margin: 0; }

.checklist-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--r-md);
  padding: var(--s-6);
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li {
  padding: var(--s-3) 0 var(--s-3) 36px;
  border-bottom: 1px dashed var(--line);
  position: relative;
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.55;
}
.checklist li:last-child { border-bottom: 0; }
.checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 18px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold-soft);
  border: 2px solid var(--gold);
}
.checklist li::after {
  content: '';
  position: absolute;
  left: 7px; top: 22px;
  width: 6px; height: 12px;
  border-right: 2px solid var(--gold-dk);
  border-bottom: 2px solid var(--gold-dk);
  transform: rotate(45deg);
}
.checklist li strong { color: var(--bp-shadow); }
