/* ==========================================================================
   GLOBAL VARIABLES & RESETS
   ========================================================================== */
:root {
  --espresso:   #4A4E57;
  --coffee:     #3A3D44;
  --cream:      #EFEAE1;
  --driftwood:  #D8CFC0;
  --white:      #ffffff;
  --terracotta: #B9784F;
  --terracotta-a11y: #96603C;
  --peach:      #D3A87C;
  --denim:      #B9784F;
  --denim-blue: #6E8FAE;
  --seamist:    #A9C4D4;
  --muted:      #A79684;
  --font-head:  'Urbanist', system-ui, sans-serif;
  --font-body:  'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { max-width: 100vw; }

/* Section scroll indicator */
.scroll-dots { position: fixed; right: 26px; top: 50%; transform: translateY(-50%); z-index: 900; display: flex; flex-direction: column; gap: 22px; cursor: pointer;
  background: rgba(28,25,23,0.65); border: 1px solid rgba(232,217,197,0.16); border-radius: 11px; padding: 15px 11px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .3s ease;
}
.scroll-dots.is-collapsed { transform: translateY(-50%) translateX(calc(100% + 30px)); opacity: 0; pointer-events: none; }
.scroll-dots-restore {
  position: fixed; right: 8px; top: 50%; transform: translateY(-50%) translateX(calc(100% + 20px)); z-index: 899;
  width: 26px; height: 52px; display: flex; align-items: center; justify-content: center;
  background: rgba(28,25,23,0.65); border: 1px solid rgba(232,217,197,0.16); border-radius: 8px 0 0 8px; border-right: none;
  color: var(--cream); cursor: pointer; padding: 0; opacity: 0; pointer-events: none;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .3s ease, background .2s ease;
}
.scroll-dots-restore.is-visible { transform: translateY(-50%) translateX(0); opacity: 1; pointer-events: auto; }
.scroll-dots-restore:hover { background: rgba(245,239,224,0.12); }
.scroll-dots-toggle {
  position: absolute; flex-shrink: 0; left: 100%; margin-left: -1px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 40px; display: flex; align-items: center; justify-content: center;
  background: rgba(28,25,23,0.65); border: 1px solid rgba(232,217,197,0.16); border-left: none; border-radius: 0 8px 8px 0;
  color: var(--cream); cursor: pointer; padding: 0;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: background .2s ease;
}
.scroll-dots-toggle svg { width: 10px; height: 10px; }
.scroll-dots-toggle:hover { background: rgba(245,239,224,0.12); }
.scroll-dots-toggle svg { transition: transform .4s ease; }
.scroll-dots-toggle.is-collapsed svg { transform: rotate(180deg); }
.scroll-dots-toggle.is-collapsed { right: 0; border-radius: 8px 0 0 8px; border-right: none; }
.scroll-dot { position: relative; width: 9px; height: 9px; padding: 0; border: none; background: transparent; cursor: pointer; display: flex; align-items: center; }
.scroll-dot::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: rgba(245,239,224,0.32); border: 1.1px solid rgba(245,239,224,0.55); transition: background .3s ease, transform .3s ease, border-color .3s ease; }
.scroll-dot:hover::before { background: rgba(245,239,224,0.7); }
.scroll-dot.active::before { background: var(--terracotta); border-color: var(--terracotta); box-shadow: none; transform: scale(1.5); animation: dot-breathe 2.4s ease-in-out infinite; }
@keyframes dot-breathe {
  0%, 100% { transform: scale(1.5); box-shadow: 0 0 0 0 rgba(185,120,79,0.45); }
  50% { transform: scale(1.9); box-shadow: 0 0 0 5px rgba(185,120,79,0); }
}
@media (prefers-reduced-motion: reduce) { .scroll-dot.active::before { animation: none; } }
.scroll-dot.active { z-index: 4; }
.scroll-dot[data-target="bcc-smap"].active::before,
.scroll-dot[data-target="bcc-faq"].active::before { background: var(--terracotta); border-color: var(--terracotta); box-shadow: 0 0 0 0 rgba(185,120,79,0.45); animation: dot-breathe 2.4s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .scroll-dot[data-target="bcc-smap"].active::before, .scroll-dot[data-target="bcc-faq"].active::before { animation: none; } }
.goo-track { display: none; }
.goo-blob { position: absolute; left: 50%; top: 0; width: 13px; height: 13px; border-radius: 7px; background: var(--terracotta); transform: translate(-50%, -50%); will-change: top, height; }
.goo-blob--head { transition: top 0.55s cubic-bezier(0.5,0,0.1,1), height 0.55s cubic-bezier(0.5,0,0.1,1); }
.goo-blob--lag  { transition: top 0.82s cubic-bezier(0.5,0,0.1,1), height 0.72s cubic-bezier(0.5,0,0.1,1); }
@media (prefers-reduced-motion: reduce) { .goo-blob { transition: none; } }
.scroll-dot-label { position: absolute; right: 24px; top: 50%; transform: translateY(-50%) translateX(6px); white-space: nowrap; font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); background: rgba(28,25,23,0.82); padding: 5px 10px; border-radius: 6px; opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.scroll-dot:hover .scroll-dot-label, .scroll-dot.active .scroll-dot-label { opacity: 1; transform: translateY(-50%) translateX(0); }
@media (max-width: 980px) {
  .scroll-dots { right: 4px; left: auto; gap: 18px; padding: 14px 10px; }
  .scroll-dots-toggle { }
  .scroll-dots-toggle.is-collapsed { }
  .scroll-dots.is-collapsed { transform: translateY(-50%) translateX(calc(100% + 10px)); }
  .scroll-dot-label { display: none; }
}
body {
  font-family: var(--font-body);
  background:
    radial-gradient(ellipse 70% 55% at 15% 8%, rgba(211,168,124,0.16) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(140,65,40,0.22) 0%, transparent 65%),
    linear-gradient(160deg, #4A2F1F 0%, #3A2A1D 45%, #2A1D14 100%);
  background-size: 200% 200%, 200% 200%, 140% 140%;
  background-attachment: fixed;
  animation: bcc-bg-drift 26s ease-in-out infinite;
  -webkit-font-smoothing: antialiased; color: var(--cream); overflow-x: hidden; }

@keyframes bcc-bg-drift {
  0%, 100% { background-position: 0% 0%, 100% 100%, 50% 50%; }
  50% { background-position: 10% 15%, 90% 85%, 55% 45%; }
}
@media (prefers-reduced-motion: reduce) { body { animation: none; } }
@media (max-width: 768px) {
  body { background-attachment: scroll; background-size: 240% 240%, 240% 240%, 160% 160%; }
}

/* Accessibility Focus */
*:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; border-radius: 3px; }

/* CTA Button (rebuilt from scratch) */
.cta-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--terracotta-a11y);
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 6px;
  min-height: 44px;
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.45s ease-in-out, transform 0.45s ease-in-out, box-shadow 0.45s ease-in-out, background 0.35s ease-in-out;
}
.cta-btn:hover,
.cta-btn:focus-visible,
.cta-btn.is-pressed {
  opacity: 0.88;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(185,120,79,0.35), 0 4px 10px rgba(28,25,23,0.2);
}
.header--past-map .header__actions .cta-btn:not(.cta-btn--secondary) { background: var(--terracotta-a11y); }
.header--past-map .header__actions .cta-btn:not(.cta-btn--secondary):hover,
.header--past-map .header__actions .cta-btn:not(.cta-btn--secondary):focus-visible,
.header--past-map .header__actions .cta-btn:not(.cta-btn--secondary).is-pressed { box-shadow: 0 10px 24px rgba(185,120,79,0.35), 0 4px 10px rgba(28,25,23,0.2); }

.map-cta-wrap .cta-btn { background: var(--terracotta-a11y); }
.map-cta-wrap .cta-btn:hover, .map-cta-wrap .cta-btn:focus-visible, .map-cta-wrap .cta-btn.is-pressed { box-shadow: 0 10px 24px rgba(185,120,79,0.35), 0 4px 10px rgba(28,25,23,0.2); }
.cta-btn--secondary {
  background: transparent;
  color: var(--driftwood);
  border: 2px solid var(--driftwood);
  padding: 14px 34px;
}
.cta-btn--secondary:hover,
.cta-btn--secondary:focus-visible,
.cta-btn--secondary.is-pressed {
  opacity: 1;
  background: rgba(245,239,224,0.1);
  color: var(--driftwood);
  border-color: var(--driftwood);
  box-shadow: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
main { padding-top: 0; }
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; width: 100%;
  height: 130px;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  padding: 0 24px;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.header--hidden {
  transform: translateY(-100%);
}
.header::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)'/%3E%3C/svg%3E");
  opacity: 0.05; mix-blend-mode: multiply;
}
.header::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 50% 120% at 88% -10%, rgba(211,168,124,.20) 0%, transparent 65%),
              radial-gradient(ellipse 35% 80%  at  3% 60%,  rgba(211,168,124,.12) 0%, transparent 55%);
}
.header::before, .header::after { display: none; }
.header__inner { position: relative; z-index: 2; max-width: 1220px; margin: 0 auto; padding: 14px 28px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; background: rgba(28,25,23,0.55);  border: 1px solid rgba(232,217,197,0.16); border-radius: 14px; box-shadow: 0 8px 28px rgba(0,0,0,0.25); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }

/* Card styling — flat, no blur (avoids edge-halo artifacts against the flat body color) */

.header__logo { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.header__logo-mark { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex-shrink: 0; box-shadow: 0 0 0 1.5px rgba(28,25,23,.12), 0 2px 8px rgba(28,25,23,.10); }
.header__logo-mark img { width: 46px; height: 46px; display: block; object-fit: cover; }
.header__logo-text { display: flex; flex-direction: column; line-height: 1; }
.header__logo-name { font-family: var(--font-body); font-weight: 600; font-size: 18px; letter-spacing: -.01em; color: var(--cream); }
.header__logo-tag { font-family: var(--font-body); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--cream); margin-top: 2px; }

.header__nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; position: relative; z-index: 2; }
.header__nav-link { font-family: var(--font-body); font-size: 18px; font-weight: 500; color: rgba(245,239,224,.78); text-decoration: none; padding: 10px 18px; border-radius: 6px; transition: color .18s, background .18s; white-space: nowrap; }
.header__nav-link:hover { color: var(--cream); background: rgba(245,239,224,.1); }
.header__nav-link.is-active { color: var(--terracotta); font-weight: 600; }

.header__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; position: relative; z-index: 2; }

.header__burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; border-radius: 6px; transition: background .18s; }
.header__burger:hover { background: rgba(28,25,23,.07); }
.header__burger-bar { display: block; width: 22px; height: 2px; background: var(--cream); border-radius: 2px; transform-origin: center; transition: transform .28s ease, opacity .18s; }
.header.is-open .header__burger-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header.is-open .header__burger-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.header.is-open .header__burger-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


.header__drawer {
  display: flex; position: absolute; top: calc(100% - 24px); left: 24px; right: 24px;
  background: rgba(28,25,23,0.82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); 
  padding: 0 14px; flex-direction: column; gap: 2px;
  border: 1px solid rgba(232,217,197,0.16); border-top: 0; border-radius: 0 0 14px 14px;
  box-shadow: 0 20px 44px rgba(0,0,0,0.42); z-index: 999;
  max-height: 0; opacity: 0; overflow: hidden; pointer-events: none; transform: translateY(-10px);
  transition: max-height .42s cubic-bezier(.4,0,.2,1), opacity .42s ease, transform .42s cubic-bezier(.4,0,.2,1), padding .42s cubic-bezier(.4,0,.2,1);
}
.header__drawer-cta { margin-top: 12px; width: 100%; }
.header__drawer.is-open { max-height: 420px; opacity: 1; pointer-events: auto; transform: translateY(0); padding: 14px 14px 18px; }
.header__drawer-link { font-family: var(--font-body); font-size: 16px; font-weight: 500; color: rgba(245,239,224,.82); text-decoration: none; padding: 14px 10px; border-radius: 6px; border-bottom: 1px solid rgba(232,217,197,.12); transition: color .18s, background .18s; }
.header__drawer-link:last-of-type { border-bottom: none; }
.header__drawer-link:hover { color: var(--cream); background: rgba(245,239,224,.08); }
.header__drawer-link.is-active { color: var(--terracotta); font-weight: 600; }
.header.is-open .header__inner { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

@media (max-width: 860px) { .header__nav, .header__actions .cta-btn { display: none; } .header__burger { display: flex; } }
@media (max-width: 480px) { .header__inner { padding: 0 20px; } }
@media (max-width: 480px) {
  .grid-container.is-carousel .grid-quote { font-size: 11px; line-height: 1.5; max-height: 70px; }
}

@media (max-width: 480px) {
  .map-eyebrow-break { display: block; flex-basis: 100%; height: 0; }
  .map-eyebrow { flex-wrap: wrap; }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
#bcc-hero { background: #1C1917; padding: 152px 0 0; width: 100%; position: relative; overflow: hidden; min-height: 92vh; display: flex; flex-direction: column; justify-content: center; }
#bcc-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 60% at 85% 0%, rgba(211,168,124,.10) 0%, transparent 65%),
              radial-gradient(ellipse 45% 60% at 5% 100%, rgba(211,168,124,.08) 0%, transparent 60%);
}
.hero-bg { display: none; }
.hero-bgimg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(100deg, rgba(28,25,23,0.90) 0%, rgba(28,25,23,0.78) 34%, rgba(28,25,23,0.32) 62%, rgba(28,25,23,0.10) 100%),
              url('../img/hero-sarah.jpg');
  background-size: 82% auto; background-position: 92% 15%; background-repeat: no-repeat;
}
.hero-bgimg::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 160px;
  background: linear-gradient(to bottom, transparent 0%, #1C1917 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 1180px; padding: 0 40px; }

.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); margin: 0 0 26px; }
.hero-eyebrow::before { content: ''; display: block; width: 34px; height: 2px; background: var(--cream); }
.hero-eyebrow::after { content: ''; display: block; width: 34px; height: 2px; background: var(--cream); }

.hero-title { font-family: var(--font-head); font-size: clamp(35px, 6vw, 81px); font-weight: 800; text-transform: uppercase; color: var(--cream); line-height: 0.98; letter-spacing: -0.01em; margin: 0 0 28px; }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line-inner { display: block; }
.hero-title-goo-line { overflow: visible !important; }

.hospi-goo.hero-goo-big { display: block; position: relative; font-size: 1em; height: 1.05em; color: var(--terracotta); text-transform: uppercase; filter: url(#hospiThreshold); }
.hero-goo-big .hospi-word { text-transform: uppercase; letter-spacing: calc(-0.02em + 2px); font-family: "Teenage Workhood Demo", var(--font-head); }

.hero-sub { font-size: 19px; font-weight: 400; color: var(--driftwood); margin: 0 0 36px; line-height: 1.7; max-width: 480px; }

.hero-cta-wrap { position: relative; display: flex; align-items: center; gap: 26px; margin-bottom: 28px; }

.hero-see-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--driftwood); text-decoration: none; transition: color .2s ease; }
.hero-see-link:hover, .hero-see-link:focus-visible { color: var(--peach); }

.hero-stats-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(232,217,197,0.16); margin-top: auto; background: rgba(28,25,23,0.35); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.hero-stat { padding: 26px 40px; border-left: 1px solid rgba(232,217,197,0.14); }
.hero-stat:first-child { border-left: none; }
.hero-stat-n { font-family: var(--font-head); font-weight: 800; font-size: 34px; color: var(--cream); line-height: 1; margin-bottom: 8px; }
.hero-stat-l { font-family: var(--font-body); font-size: 12.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--driftwood); line-height: 1.4; }

/* Hero CTA: stacked diagonal trail + glow on hover */
.bcc-h-cta { transition: box-shadow .5s cubic-bezier(.22,1,.36,1); }
.bcc-h-cta:hover, .bcc-h-cta:focus-visible {
  transform: none;
  box-shadow:
    0 0 0 6px rgba(185,120,79,0.34),
    0 0 0 13px rgba(185,120,79,0.22),
    0 0 0 20px rgba(185,120,79,0.12),
    0 0 0 28px rgba(185,120,79,0.06),
    0 6px 30px rgba(185,120,79,0.6);
}
.bcc-h-cta .cta-ripple { display: none !important; }
.bcc-h-cta:active, .bcc-h-cta.is-pressed { transform: none; }

/* 3D rotating cube CTA (hero) */
.cube-btn {
  position: relative; display: inline-block; width: 226px; height: 56px;
  transform-style: preserve-3d; transform: perspective(900px) rotateX(0deg);
  transition: transform 1.25s cubic-bezier(.4,0,.2,1);
  cursor: pointer; text-decoration: none;
}
.cube-btn:hover, .cube-btn:focus-visible { transform: perspective(900px) rotateX(-360deg); outline: none; }
.cube-btn-face {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-size: 15px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; border-radius: 6px; backface-visibility: hidden;
  background: rgba(185,120,79,0.55);
  border: 1px solid rgba(255,255,255,0.28);
  
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
  transition: background 1.25s ease, border-color 1.25s ease;
}
.cube-btn:hover .cube-btn-face, .cube-btn:focus-visible .cube-btn-face {
  background: rgba(28,25,23,0.55);
  border-color: rgba(232,217,197,0.22);
}
.cube-btn-face:nth-child(1) { transform: rotateX(0deg)   translateZ(28px); }
.cube-btn-face:nth-child(2) { transform: rotateX(90deg)  translateZ(28px); }
.cube-btn-face:nth-child(3) { transform: rotateX(180deg) translateZ(28px); }
.cube-btn-face:nth-child(4) { transform: rotateX(270deg) translateZ(28px); }
@media (prefers-reduced-motion: reduce) {
  .cube-btn, .cube-btn:hover, .cube-btn:focus-visible { transition: none; transform: perspective(900px) rotateX(0deg); }
}

.hero-stars {
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  background: rgba(28,25,23,0.55); border: 1px solid rgba(232,217,197,0.16);
  margin-top: 4px; margin-bottom: 48px;
  box-shadow: 0 5px 24px rgba(0,0,0,0.18); border-radius: 12px;
  padding: 14px 20px; text-decoration: none; width: fit-content;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.hero-stars:hover, .hero-stars:focus-visible {
  background: rgba(245,239,224,0.1); border-color: rgba(232,217,197,0.3);
  box-shadow: 0 14px 44px rgba(0,0,0,0.32); transform: translateY(-2px);
}
.hero-google-logo { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; flex-shrink: 0; box-shadow: 0 1px 4px rgba(0,0,0,0.25); }
.hero-stars-body { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.hero-stars-top { display: flex; align-items: center; gap: 10px; }
.hero-star-val { font-size: 19px; font-weight: 600; color: var(--cream); }
.hero-star-icons { font-size: 21px; color: var(--terracotta); letter-spacing: 2px; line-height: 1; }
.hero-star-label { font-size: 17px; color: var(--driftwood); font-weight: 400; }
.hero-review-count { font-weight: 600; color: var(--cream); }

.hero-right { display: none; }
.hero-img { display: none; }

/* JS Controlled Animation States */
#bcc-hero.bcc-js .hero-eyebrow       { opacity: 0; transform: translateX(-28px); }
#bcc-hero.bcc-js .hero-title .line-inner { opacity: 0; transform: translateY(105%); }
#bcc-hero.bcc-js .hero-sub           { opacity: 0; transform: translateY(18px); }
#bcc-hero.bcc-js .hero-list li       { opacity: 0; transform: translateX(-22px); }
#bcc-hero.bcc-js .hero-stars         { opacity: 0; transform: translateY(12px); }
#bcc-hero.bcc-js .hero-right         { opacity: 0; transform: translateX(44px) scale(0.97); }

#bcc-hero.bcc-js .hero-eyebrow.in       { animation: anim-slide-r 0.75s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-hero.bcc-js .hero-title .line-inner.in { animation: anim-rise   0.80s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-hero.bcc-js .hero-sub.in           { animation: anim-fade-up 0.70s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-hero.bcc-js .hero-list li.in       { animation: anim-slide-r 0.65s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-hero.bcc-js .hero-stars.in         { animation: anim-fade-up 0.60s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-hero.bcc-js .hero-right.in         { animation: anim-img-in 1.00s cubic-bezier(0.22,1,0.36,1) forwards; }

@keyframes anim-slide-r  { to { opacity:1; transform:translateX(0); } }
@keyframes anim-rise     { to { opacity:1; transform:translateY(0); } }
@keyframes anim-fade-up  { to { opacity:1; transform:translateY(0); } }
@keyframes anim-img-in   { to { opacity:1; transform:translateX(0) scale(1); } }

.bcc-particle { position: fixed; border-radius: 50%; pointer-events: none; z-index: 99999; animation: particle-burst 0.95s ease-out forwards; }
@keyframes particle-burst { 0% { opacity:1; transform:translate(0,0) scale(1); } 100% { opacity:0; transform:var(--pt) scale(0.15); } }

@media (max-width: 860px) {
  #bcc-hero { padding: 132px 0 0; min-height: auto; }
  .hero-bgimg { background-position: 62% 12%; background-image: url('../img/hero-sarah.jpg'); }
  .hero-bgimg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(28,25,23,0.45) 0%, rgba(28,25,23,0.45) 42%, rgba(28,25,23,0.60) 55%, rgba(28,25,23,0.60) 100%); }
  .hero-inner { display: flex; flex-direction: column; padding-top: 30px; }
  .hero-eyebrow { order: 1; }
  .hero-title { order: 2; margin-top: 190px; font-size: clamp(30px, 5.4vw, 72px); }
  .hero-cta-wrap { order: 3; }
  .hero-sub { order: 4; margin-top: 24px; }
  .hero-stars { order: 5; }
  .hero-inner { padding-left: 24px; padding-right: 24px; }
  .hero-eyebrow, .hero-title, .hero-sub { text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta-wrap { flex-direction: column; align-items: center; margin-bottom: 40px; gap: 16px; }
  .hero-stars { margin-left: auto; margin-right: auto; }
  .hero-title-goo-line { text-align: center; }
  .hospi-goo.hero-goo-big { margin: 0 auto; }
  .hero-goo-big .hospi-word { left: 50%; transform: translateX(-50%); }
  .hero-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .hero-stat:nth-child(3) { border-left: none; }
  .hero-stat { padding: 20px 24px; }
}
@media (max-width: 540px) { #bcc-hero { padding: 124px 0 0; } .hero-inner { padding-left: 18px; padding-right: 18px; } }

/* ==========================================================================
   LATTE ART PRINTER (ADD-ON FEATURE)
   ========================================================================== */
.latte-sec { background: transparent; width: 100%; padding: 108px 60px 108px; position: relative; overflow: hidden; isolation: isolate; }
.latte-inner { position: relative; z-index: 1; }
.latte-inner { position: relative; z-index: 1; }
.latte-inner { display: flex; align-items: center; gap: 72px; max-width: 1140px; margin: 0 auto; }

.latte-left { flex-shrink: 0; width: 42%; max-width: 460px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.latte-flipper { width: 100%; aspect-ratio: 4 / 5; position: relative; perspective: 1200px; border-radius: 14px; cursor: pointer; }

.latte-card { position: absolute; inset: 0; border-radius: 14px; overflow: hidden; backface-visibility: hidden; will-change: transform, opacity; box-shadow: 0 16px 56px rgba(28,25,23,0.15); opacity: 0; transform: rotateY(-90deg) scale(0.94); transition: transform 0s, opacity 0s; }
.latte-card .bcc-img-placeholder { width: 100%; height: 100%; border-radius: 14px; }
.latte-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; display: block; }
.latte-card.active {
  opacity: 1; transform: rotateY(0deg) scale(1); z-index: 2;
  transition: transform 0.75s cubic-bezier(0.22,1,0.36,1), opacity 0.4s ease;
}
.latte-card.exiting {
  opacity: 0; transform: rotateY(90deg) scale(0.94); z-index: 1;
  transition: transform 0.55s cubic-bezier(0.55,0,1,0.45), opacity 0.35s ease;
}
.latte-card.peek-1 { opacity: 0.35; transform: rotateY(-6deg) scale(0.96) translateX(-10px); transition: all 0.6s cubic-bezier(0.22,1,0.36,1); z-index: 0; }
.latte-card.peek-2 { opacity: 0.18; transform: rotateY(-10deg) scale(0.92) translateX(-18px); transition: all 0.6s cubic-bezier(0.22,1,0.36,1); z-index: 0; }

.latte-progress { width: 100%; height: 2px; background: rgba(245,239,224,0.16); border-radius: 2px; overflow: hidden; }
.latte-progress-fill { height: 100%; background: var(--terracotta); border-radius: 2px; width: 0%; }

.latte-dots { display: flex; gap: 8px; align-items: center; }
.latte-dot { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: none; cursor: pointer; padding: 0; position: relative; }
.latte-dot::after { content: ''; display: block; width: 12px; height: 12px; border-radius: 50%; background: rgba(245,239,224,0.28); transition: background 0.35s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.latte-dot.active::after { background: var(--terracotta); transform: scale(1.5); }
.latte-dot:focus-visible { outline: 2px solid var(--terracotta); border-radius: 4px; }

.latte-right { flex: 1; min-width: 0; background: rgba(28,25,23,0.55); border: 1px solid rgba(232,217,197,0.14); border-radius: 12px; box-shadow: 0 14px 40px rgba(28,25,23,0.22); padding: 40px 44px; }
.latte-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 15.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream); margin: 0 0 20px; }
.latte-eyebrow::before, .latte-eyebrow::after { content: ''; display: block; width: 28px; height: 1px; background: var(--cream); opacity: 0.5; }

.latte-title { font-family: var(--font-head); font-size: clamp(28px, 3.2vw, 42px); font-weight: 800; color: var(--cream); line-height: 1.18; margin: 0 0 10px; }
.latte-title em { font-style: italic; font-weight: 500; }
.latte-title .line { display: block; overflow: hidden; }
.latte-title .line-inner { display: block; }

.latte-sub { font-family: var(--font-head); font-size: 19px; font-style: italic; font-weight: 500; color: var(--terracotta); margin: 0 0 26px; }

.latte-intro { font-size: 18px; font-weight: 600; color: var(--cream); line-height: 1.55; margin: 0 0 28px; }

.latte-features { display: flex; flex-direction: column; gap: 18px; margin: 0 0 28px; }
.latte-feat { display: flex; align-items: flex-start; gap: 16px; }
.latte-feat-icon { flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px; background: var(--driftwood); color: var(--terracotta); display: flex; align-items: center; justify-content: center; }
.latte-feat-text { flex: 1; }
.latte-feat-title { font-family: var(--font-body); font-size: 16px; font-weight: 700; color: var(--cream); margin: 0 0 3px; }
.latte-feat-desc { font-size: 15px; color: var(--driftwood); line-height: 1.5; margin: 0; }

.latte-callout { display: flex; align-items: center; gap: 10px; background: rgba(28,25,23,0.55); border-left: 3px solid var(--terracotta); border-radius: 8px; padding: 14px 18px; margin: 0 0 32px; }
.latte-callout-text { font-size: 14px; font-weight: 500; color: var(--driftwood); margin: 0; line-height: 1.5; }
.latte-callout-text strong { font-weight: 700; color: var(--cream); }

.latte-cta-wrap { display: inline-block; }

/* Latte Animations (reuses anim-slide-r / anim-rise / anim-fade-up / anim-img-in keyframes defined in HERO above) */
#bcc-latte.bcc-js .latte-left    { opacity: 0; transform: translateX(-40px) scale(0.97); }
#bcc-latte.bcc-js .latte-eyebrow { opacity: 0; transform: translateX(-28px); }
#bcc-latte.bcc-js .latte-title .line-inner { opacity: 0; transform: translateY(105%); }
#bcc-latte.bcc-js .latte-sub     { opacity: 0; transform: translateY(14px); }
#bcc-latte.bcc-js .latte-intro   { opacity: 0; transform: translateY(14px); }
#bcc-latte.bcc-js .latte-feat    { opacity: 0; transform: translateX(-22px); }
#bcc-latte.bcc-js .latte-callout { opacity: 0; transform: translateY(14px); }

#bcc-latte.bcc-js .latte-left.in    { animation: anim-img-in  1.0s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-latte.bcc-js .latte-eyebrow.in { animation: anim-slide-r 0.75s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-latte.bcc-js .latte-title .line-inner.in { animation: anim-rise 0.8s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-latte.bcc-js .latte-sub.in     { animation: anim-fade-up 0.6s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-latte.bcc-js .latte-intro.in   { animation: anim-fade-up 0.6s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-latte.bcc-js .latte-feat.in    { animation: anim-slide-r 0.6s cubic-bezier(0.22,1,0.36,1) forwards; }
#bcc-latte.bcc-js .latte-callout.in { animation: anim-fade-up 0.6s cubic-bezier(0.22,1,0.36,1) forwards; }

@media (max-width: 860px) {
  .latte-sec { padding: 64px 32px 72px; }
  .latte-inner { flex-direction: column; gap: 44px; }
  .latte-left { width: 100%; max-width: 100%; }
  .latte-flipper { aspect-ratio: 1/1; }
  .latte-eyebrow { display: flex; justify-content: center; }
  .latte-title, .latte-sub { text-align: center; }
  .latte-right { text-align: center; }
  .latte-cta-wrap { display: flex; margin-left: auto; margin-right: auto; width: fit-content; }
  .latte-dots { justify-content: center; }
}
@media (max-width: 540px) { .latte-sec { padding: 48px 28px 56px; } }

/* ==========================================================================
   CLIENT STORIES GRID
   ========================================================================== */
.grid-sec { position: relative; width: 100%; display: block; padding-bottom: 76px; background: transparent; overflow: hidden; }
.grid-sec::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 50%; background: url('../img/straight-from-events-bg.jpg') center top / 100% auto no-repeat; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%); pointer-events: none; }
.grid-sec::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 50%; background: rgba(20,16,13,0.42); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%); pointer-events: none; }
.grid-sec > * { position: relative; z-index: 1; }
.grid-cta-wrap { text-align: center; margin: 8px auto 0; }
.grid-header { text-align: center; padding: 44px 48px; margin: 108px auto 44px; max-width: 720px; background: rgba(28,25,23,0.55); border: 1px solid rgba(232,217,197,0.16); border-radius: 10px; box-shadow: 0 5px 24px rgba(0,0,0,0.18); }
.grid-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream); margin: 0 0 22px; line-height: 1; }
.grid-eyebrow::before, .grid-eyebrow::after { content: ''; display: block; width: 40px; height: 1px; background: var(--cream); opacity: 0.5; flex-shrink: 0; }
.grid-title { font-family: var(--font-head); font-size: 42px; font-weight: 800; color: var(--cream); line-height: 1.15; margin: 0 0 18px; }
.grid-title em { font-style: italic; font-weight: 500; }
.grid-blurb { max-width: 620px; margin: 0 auto 26px; font-size: 17px; line-height: 1.7; color: var(--driftwood); text-wrap: pretty; }
.grid-blurb strong { color: var(--cream); font-weight: 600; }
.grid-sub { font-size: 17px; color: var(--driftwood); letter-spacing: 0.04em; margin: 0; line-height: 1.5; }
.grid-sub strong { color: var(--cream); font-weight: 600; }

.grid-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1140px; margin: 0 auto; padding: 0 40px 60px; }
.grid-card { background: rgba(28,25,23,0.55); border-radius: 10px; border: 1px solid rgba(232,217,197,0.16); box-shadow: 0 5px 24px rgba(0,0,0,0.18); overflow: hidden; display: flex; flex-direction: column; opacity: 0; transform: translateY(60px) scale(0.97); transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease; }
.grid-card.bcc-visible { opacity: 1; transform: translateY(0) scale(1); }
.grid-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0,0,0,0.32); background: rgba(28,25,23,0.68); border-color: rgba(232,217,197,0.3); }

.grid-photo { width: 100%; display: block; object-fit: cover; background: var(--driftwood); flex-shrink: 0; }
.grid-card:nth-child(1) .grid-photo { height: 340px; }
.grid-card:nth-child(2) .grid-photo { height: 280px; }
.grid-card:nth-child(3) .grid-photo { height: 320px; }
.grid-card:nth-child(4) .grid-photo { height: 290px; }
.grid-card:nth-child(5) .grid-photo { height: 330px; }
.grid-card:nth-child(6) .grid-photo { height: 275px; }
.grid-card:nth-child(5) .grid-photo { object-position: center 88%; }

.grid-body { padding: 28px 30px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.grid-type { font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--peach); display: inline-block; line-height: 1.6; align-self: flex-start; background: rgba(185,120,79,0.16); border: 1px solid rgba(185,120,79,0.3); border-radius: 5px; padding: 3px 10px; }
.grid-reviewer { display: flex; align-items: center; gap: 14px; }
.grid-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--driftwood); display: block; }
.grid-name { font-size: 17px; font-weight: 600; color: var(--cream); line-height: 1.3; }
.grid-guests { font-size: 14px; color: var(--driftwood); margin: 2px 0 0; display: flex; align-items: center; gap: 4px; line-height: 1; }

.grid-quote-wrap { display: flex; flex-direction: column; gap: 8px; }
.grid-quote { position: relative; display: block; max-height: 110px; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); font-size: 16px; color: var(--cream); line-height: 1.75; }
.grid-quote:not(.expanded)::after { content: none; }
.grid-quote.expanded { max-height: 600px; }
.grid-quote.expanded::after { opacity: 0; }

.grid-readmore { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--denim); background: none; border: none; padding: 0; cursor: pointer; letter-spacing: 0.02em; display: inline-block; line-height: 1; align-self: flex-start; transition: opacity 0.45s ease-in-out; }
.grid-readmore:hover { opacity: 0.6; }
.grid-stars { font-size: 20px; color: var(--peach); letter-spacing: 2px; margin: auto 0 0; display: block; line-height: 1; }

/* Testimonials carousel */
.grid-carousel { position: relative; max-width: 1240px; margin: 0 auto; padding: 0 56px; }
.grid-viewport { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%); }
.grid-container.is-carousel { display: flex; grid-template-columns: none; max-width: none; width: max-content; margin: 0; padding: 6px 0 40px; gap: 0; will-change: transform; }
.grid-container.is-carousel .grid-card { flex: 0 0 auto; opacity: 1 !important; transform: none !important; }
.grid-container.is-carousel .grid-card:hover { transform: translateY(-4px) !important; }
.grid-container.is-carousel .grid-photo { height: 250px !important; }
.grid-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(232,217,197,0.28); background: rgba(28,25,23,0.72); color: var(--cream); font-size: 26px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 4; transition: background .2s, border-color .2s; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.grid-arrow:hover { background: var(--terracotta); border-color: var(--terracotta); }
.grid-arrow--prev { left: 4px; }
.grid-arrow--next { right: 4px; }
@media (max-width: 640px) { .grid-carousel { padding: 0 40px; } .grid-arrow { width: 38px; height: 38px; font-size: 22px; } }
@media (max-width: 1000px) {
  .grid-container.is-carousel .grid-photo { height: 172px !important; }
  .grid-container.is-carousel .grid-body { padding: 18px 18px; gap: 11px; }
  .grid-container.is-carousel .grid-quote { font-size: 12.5px; line-height: 1.55; max-height: 84px; }
  .grid-container.is-carousel .grid-type { font-size: 11px; }
  .grid-container.is-carousel .grid-name { font-size: 15px; }  .grid-container.is-carousel .grid-guests { font-size: 12.5px; }
  .grid-container.is-carousel .grid-avatar { width: 42px; height: 42px; }
  .grid-container.is-carousel .grid-reviewer { gap: 11px; }
  .grid-container.is-carousel .grid-stars { font-size: 16px; }
  .grid-container.is-carousel .grid-readmore { font-size: 12px; }
  .grid-blurb { font-size: 15px; }
  .grid-sub .hero-stars { transform: scale(0.78); transform-origin: center; padding: 12px 16px; }
  .grid-container.is-carousel .grid-quote.expanded { max-height: 800px; }
}

@media (max-width: 860px) {
  .grid-header { padding: 36px 24px; margin: 60px 32px 40px; }
  .grid-container { grid-template-columns: repeat(2, 1fr); padding: 0 24px 60px; }
  .grid-title { font-size: 30px; }
  .grid-blurb { font-size: 15px; }
}
@media (max-width: 540px) {
  .grid-container { grid-template-columns: 1fr; padding: 0 28px 48px; }
  .grid-card:nth-child(n) .grid-photo { height: 240px; }
  .grid-title { font-size: 25px; line-height: 1.2; }
  .grid-blurb { font-size: 14px; line-height: 1.6; margin-bottom: 22px; }
}
@media (max-width: 480px) {
  .grid-header { padding: 16px 14px; margin: 56px 32px 18px; }
  .grid-eyebrow { font-size: 11px; margin-bottom: 10px; }
  .grid-title { font-size: 18px; margin-bottom: 8px; }
  .grid-blurb { font-size: 12px; margin-bottom: 12px; }
  .grid-sub { font-size: 12px; }
}

/* ==========================================================================
   MAP SECTION
   ========================================================================== */
.map-sec { background: transparent; width: 100%; padding: 108px 60px 108px; display: block; position: relative; }
.map-header { text-align: center; margin-bottom: 40px; }
.map-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--cream); margin-bottom: 18px; }
.map-eyebrow-break { display: none; }
.map-eyebrow::before, .map-eyebrow::after { content: ''; width: 32px; height: 1px; background: var(--cream); opacity: .5; display: block; }
.map-title { font-family: var(--font-head); font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; color: var(--cream); line-height: 1.14; margin-bottom: 14px; }
.map-title em { font-style: italic; font-weight: 500; }
.map-title .line { display: block; overflow: hidden; }
.map-title .line-inner { display: block; }
.map-italic-sub { font-family: var(--font-head); font-size: 19px; font-style: italic; font-weight: 500; color: var(--terracotta); margin: 0 0 16px; }
.map-sub { font-size: 17px; color: var(--driftwood); line-height: 1.65; max-width: 560px; margin: 0 auto; }

.map-body { display: grid; grid-template-columns: 340px 1fr; gap: 24px; max-width: 1140px; margin: 0 auto; align-items: stretch; }
.map-regions { display: flex; flex-direction: column; gap: 12px; }
.map-region { background: rgba(28,25,23,0.55); border: 1px solid rgba(232,217,197,0.16); border-radius: 12px; padding: 18px 20px 16px; position: relative; cursor: pointer; box-shadow: 0 5px 24px rgba(0,0,0,0.18); transition: box-shadow .3s ease, transform .25s cubic-bezier(.16,1,.3,1), background .25s ease, border-color .25s ease; overflow: hidden; text-decoration: none; display: block; --mx: 50%; --my: 50%; }
.map-region::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--terracotta); transform: scaleY(0); transform-origin: top; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.map-region:hover, .map-region.active { box-shadow: 0 14px 44px rgba(0,0,0,0.32); border-color: rgba(232,217,197,0.34); transform: translateX(3px); background: rgba(28,25,23,0.68); }
.map-region:hover::before, .map-region.active::before { transform: scaleY(1); }

.map-region-label, .map-region-name, .map-region-cities, .map-region-link { position: relative; z-index: 1; }
.map-region-label { font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--peach); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.map-region-label::after { content: ''; flex: 1; height: 1px; background: linear-gradient(to right, rgba(211,168,124,.5), transparent); }
.map-region-name { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--cream); margin-bottom: 6px; line-height: 1.2; }
.map-region-cities { font-size: 12.5px; color: var(--driftwood); font-weight: 400; line-height: 1.4; }
.map-region-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--peach); text-decoration: none; opacity: 0; transform: translateY(5px); transition: opacity .25s ease, transform .25s cubic-bezier(.16,1,.3,1), color .2s; }
.map-region:hover .map-region-link, .map-region.active .map-region-link { opacity: 1; transform: translateY(0); }
.map-region-link:hover { color: var(--cream); }

.map-wrap { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 32px rgba(28,25,23,.12); border: 1px solid rgba(28,25,23,.08); height: 100%; min-height: 520px; position: relative; }
#bsm-map { width: 100%; height: 100%; }
#bsm-map .leaflet-container { width: 100%; height: 100%; background: #1c0d02; font-family: var(--font-body); }
#bsm-map .leaflet-tile-pane { filter: brightness(1.8) saturate(0.9); }

.bsm-anchor { width: 0; height: 0; overflow: visible; }
.bsm-dot { position: absolute; top: -5px; left: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--terracotta); border: 2px solid var(--white); box-shadow: 0 2px 6px rgba(35,18,9,.25); cursor: pointer; transform-origin: center center; transition: transform .25s cubic-bezier(.34,1.56,.64,1), background .2s, opacity .2s, box-shadow .2s; }
.bsm-dot:hover { transform: scale(1.55); }
.bsm-dot.active { background: var(--terracotta); border-color: var(--espresso); border-width: 2.5px; transform: scale(1.5); box-shadow: 0 0 0 5px rgba(185,120,79,.3), 0 2px 6px rgba(0,0,0,.4); }
.bsm-dot.dimmed { opacity: 0.32; transform: scale(0.8); }

.bsm-popup .leaflet-popup-content-wrapper { background: var(--espresso); color: var(--cream); border-radius: 8px; padding: 0; box-shadow: 0 8px 24px rgba(35,18,9,.3); border: none; }
.bsm-popup .leaflet-popup-content { margin: 12px 16px; font-family: var(--font-body); line-height: 1.4; }
.bsm-popup .leaflet-popup-tip { background: var(--espresso); box-shadow: none; }
.bsm-popup .leaflet-popup-close-button { display: none; }
.bsm-popup-city { font-size: 13px; font-weight: 600; color: var(--cream); margin-bottom: 2px; }
.bsm-popup-region { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--seamist); margin-bottom: 8px; }
.bsm-popup-link { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; color: var(--peach); text-decoration: none; letter-spacing: .04em; }
.bsm-popup-link:hover { color: var(--white); }

#bsm-map .leaflet-control-attribution { display: none; }
#bsm-map .leaflet-control-zoom a { background: var(--terracotta); color: var(--white); border-color: rgba(35,18,9,.12); font-size: 16px; line-height: 26px; width: 26px; height: 26px; display: block; }
#bsm-map .leaflet-control-zoom a:hover { background: #a3673f; color: var(--white); }
#bsm-map .leaflet-control { margin: 10px; }
#bsm-map .leaflet-popup-tip-container { width: 40px; height: 20px; margin: -1px auto 0; padding: 0; overflow: hidden; pointer-events: none; }

.map-seo-note { text-align: center; font-size: 13px; color: var(--driftwood); max-width: 780px; margin: 36px auto 0; line-height: 1.75; }
.map-cta-wrap { text-align: center; margin: 44px auto 0; }

/* Map Animations */
.bcc-js .map-eyebrow    { opacity:0; transform:translateY(14px); }
.bcc-js .map-title .line-inner { opacity:0; transform:translateY(105%); }
.bcc-js .map-italic-sub { opacity:0; transform:translateY(12px); }
.bcc-js .map-sub        { opacity:0; transform:translateY(12px); }
.bcc-js .map-region     { opacity:0; transform:translateX(-16px); }
.bcc-js .map-wrap       { opacity:0; transform:scale(0.97); }

.bcc-js .map-eyebrow.in    { animation: sm-up   .8s cubic-bezier(.16,1,.3,1) forwards; }
.bcc-js .map-title .line-inner.in { animation: sm-clip .9s cubic-bezier(.16,1,.3,1) forwards; }
.bcc-js .map-italic-sub.in { animation: sm-up   .7s cubic-bezier(.16,1,.3,1) forwards; }
.bcc-js .map-sub.in        { animation: sm-up   .7s cubic-bezier(.16,1,.3,1) forwards; }
.bcc-js .map-region.in     { animation: sm-slide .7s cubic-bezier(.16,1,.3,1) forwards; }
.bcc-js .map-wrap.in       { animation: sm-map  1s  cubic-bezier(.16,1,.3,1) forwards; }

@keyframes sm-up    { to { opacity:1; transform:translateY(0); } }
@keyframes sm-clip  { to { opacity:1; transform:translateY(0); } }
@keyframes sm-slide { to { opacity:1; transform:translateX(0); } }
@keyframes sm-map   { to { opacity:1; transform:scale(1); } }

@media (max-width: 880px) {
  .map-sec { padding: 72px 28px 56px; }
  .map-body { grid-template-columns: 1fr; gap: 16px; }
  .map-wrap { height: 360px; min-height: 360px; }
  #bsm-map { height: 360px; }
  #bsm-map .leaflet-container { height: 360px; }
  .map-cta-wrap { margin-top: 24px; }
  .map-seo-note { margin-top: 24px; }
}
@media (max-width: 860px) { .flow-layer { display: none !important; } }
@media (max-width: 540px) { .map-sec { padding: 56px 28px 44px; } }

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.faq-sec { background: transparent; width: 100%; padding: 108px 60px 108px; position: relative; }
.faq-header { text-align: center; max-width: 680px; margin: 0 auto 40px; }
.faq-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--cream); margin-bottom: 18px; }
.faq-eyebrow::before, .faq-eyebrow::after { content: ''; width: 32px; height: 1px; background: var(--cream); opacity: .5; display: block; }
.faq-title { font-family: var(--font-head); font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; color: var(--cream); line-height: 1.14; margin-bottom: 14px; }
.faq-title em { font-style: italic; font-weight: 500; }
.faq-title .line { display: block; overflow: hidden; }
.faq-title .line-inner { display: block; }
.faq-sub { font-size: 17px; color: var(--driftwood); line-height: 1.65; }

.faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 800px; margin: 0 auto; }
.faq-item {
  background: rgba(28,25,23,0.55); border-radius: 10px; border: 1px solid rgba(232,217,197,0.16);
  box-shadow: 0 5px 24px rgba(0,0,0,0.18); overflow: hidden;
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.faq-item.bcc-visible { opacity: 1; transform: translateY(0); }
.faq-item:hover { box-shadow: 0 14px 44px rgba(0,0,0,0.32); background: rgba(28,25,23,0.68); border-color: rgba(232,217,197,0.3); }

.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  text-align: left; background: none; border: none; cursor: pointer; padding: 22px 26px;
  font-family: var(--font-body); font-size: 17px; font-weight: 600; color: var(--cream);
  -webkit-tap-highlight-color: transparent; transition: color .18s;
}
.faq-question:hover, .faq-question:focus-visible { color: var(--peach); }

.faq-icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; transition: transform .45s cubic-bezier(.4,0,.2,1); }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--terracotta); border-radius: 1px; transition: transform .3s cubic-bezier(.4,0,.2,1); }
.faq-cta-wrap .cta-btn:not(.cta-btn--secondary) { background: var(--terracotta-a11y); }
.faq-cta-wrap .cta-btn:not(.cta-btn--secondary):hover, .faq-cta-wrap .cta-btn:not(.cta-btn--secondary):focus-visible, .faq-cta-wrap .cta-btn:not(.cta-btn--secondary).is-pressed { box-shadow: 0 10px 24px rgba(185,120,79,0.35), 0 4px 10px rgba(28,25,23,0.2); }
.faq-icon::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.faq-icon::after { left: 50%; top: 0; width: 2px; height: 100%; transform: translateX(-50%); }
.faq-item.is-open .faq-icon { transform: rotate(225deg); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.4,0,.2,1); }
.faq-answer p { padding: 0 26px 22px; font-size: 15.5px; color: var(--driftwood); line-height: 1.75; }
.faq-answer strong { color: var(--cream); }
.faq-answer a { color: var(--terracotta); text-decoration: underline; text-decoration-color: rgba(185,120,79,0.35); text-underline-offset: 2px; transition: color .18s, text-decoration-color .18s; }
.faq-answer a:hover, .faq-answer a:focus-visible { color: var(--cream); text-decoration-color: var(--cream); }

.faq-cta-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; margin-top: 48px; flex-wrap: wrap; }

/* FAQ Animations (reuses sm-up / sm-clip keyframes defined in MAP SECTION above) */
.bcc-js .faq-eyebrow         { opacity: 0; transform: translateY(14px); }
.bcc-js .faq-title .line-inner { opacity: 0; transform: translateY(105%); }
.bcc-js .faq-sub             { opacity: 0; transform: translateY(12px); }

.bcc-js .faq-eyebrow.in         { animation: sm-up  .8s cubic-bezier(.16,1,.3,1) forwards; }
.bcc-js .faq-title .line-inner.in { animation: sm-clip .9s cubic-bezier(.16,1,.3,1) forwards; }
.bcc-js .faq-sub.in             { animation: sm-up  .7s cubic-bezier(.16,1,.3,1) forwards; }

@media (max-width: 860px) { .faq-sec { padding: 72px 28px 80px; } }

/* ============================================================
   REVEAL ANIMATIONS DISABLED — show all content immediately
   ============================================================ */
#bcc-hero.bcc-js .hero-eyebrow, #bcc-hero.bcc-js .hero-title .line-inner,
#bcc-hero.bcc-js .hero-sub, #bcc-hero.bcc-js .hero-list li,
#bcc-hero.bcc-js .hero-stars, #bcc-hero.bcc-js .hero-right,
#bcc-latte.bcc-js .latte-left, #bcc-latte.bcc-js .latte-eyebrow,
#bcc-latte.bcc-js .latte-title .line-inner, #bcc-latte.bcc-js .latte-sub,
#bcc-latte.bcc-js .latte-intro, #bcc-latte.bcc-js .latte-feat,
#bcc-latte.bcc-js .latte-callout,
.bcc-js .map-eyebrow, .bcc-js .map-title .line-inner, .bcc-js .map-italic-sub,
.bcc-js .map-sub, .bcc-js .map-region, .bcc-js .map-wrap,
.bcc-js .faq-eyebrow, .bcc-js .faq-title .line-inner, .bcc-js .faq-sub,
.grid-card {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
@media (max-width: 540px) {
  .faq-sec { padding: 56px 28px 64px; }
  .faq-question { font-size: 15.5px; padding: 18px 20px; }
  .faq-answer p { padding: 0 20px 18px; font-size: 14.5px; }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: transparent; color: var(--cream); padding: 96px 60px 64px; }
.footer-inner { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 56px; align-items: start; background: rgba(28,25,23,0.55); border: 1px solid rgba(232,217,197,0.16); border-radius: 16px; box-shadow: 0 8px 28px rgba(0,0,0,0.25);  padding: 56px 60px; }

.footer-map { height: 450px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(245,239,224,.14); box-shadow: 0 10px 28px rgba(0,0,0,.3); }
.footer-map iframe { display: block; width: 100%; height: 100%; filter: invert(0.92) hue-rotate(180deg) saturate(0.8) brightness(0.95); }

.footer-col { text-align: center; }
.footer-heading { font-family: var(--font-head); font-weight: 800; font-size: 26px; color: var(--terracotta); margin-bottom: 26px; }

.footer-area-list { list-style: none; display: flex; flex-direction: column; gap: 15px; }
.footer-area-list li { font-size: 16px; font-weight: 400; color: var(--driftwood); }

.footer-contact { display: flex; flex-direction: column; align-items: center; }
.footer-email { color: var(--cream); text-decoration: none; font-size: 16px; margin-bottom: 14px; transition: color .2s; word-break: break-word; }
.footer-email:hover { color: var(--driftwood); }
.footer-phone { color: var(--cream); text-decoration: none; font-size: 18px; font-weight: 500; margin-bottom: 26px; transition: color .2s; }
.footer-phone:hover { color: var(--driftwood); }
.footer-cta { margin-bottom: 30px; background: var(--terracotta-a11y); }
.footer-cta:hover, .footer-cta:focus-visible, .footer-cta.is-pressed { box-shadow: 0 10px 24px rgba(185,120,79,0.35), 0 4px 10px rgba(28,25,23,0.2); }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: var(--cream); text-decoration: none; font-size: 15px; font-style: normal; transition: color .2s; }
.footer-links a:hover { color: var(--driftwood); }

@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr; gap: 44px; justify-items: center; }
  .footer-map { width: 100%; max-width: 480px; }
}
@media (max-width: 480px) {
  .site-footer { padding: 48px 24px 40px; }
}

/* Accessibility - Reduced Motion Fallbacks */
.bcc-js *:not(.cta-btn):not(.latte-card):not(.hospi-word):not(#bsm-map):not(#bsm-map *):not(.faq-icon):not(.faq-icon *) { opacity: 1 !important; transform: none !important; animation: none !important; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
/* ── IMAGE PLACEHOLDERS (temporary, for debugging image-related issues) ── */
.bcc-img-placeholder {
  background-color: var(--driftwood);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--coffee);
  font-family: sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
  min-height: 80px;
}
.bcc-img-placeholder-text {
  padding: 8px;
}

/* ============================================================
   CTA CLICK RIPPLE + ACTIVE PRESS
   ============================================================ */
.cta-btn > * { position: relative; z-index: 2; }
.cta-btn:active { transform: translateY(-1px) scale(0.97); transition: transform 0.12s ease; }
.cta-ripple {
  position: absolute; z-index: 1; border-radius: 50%; pointer-events: none;
  background: rgba(255,255,255,0.45); transform: translate(-50%, -50%) scale(0);
  animation: cta-ripple 0.6s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes cta-ripple { to { transform: translate(-50%, -50%) scale(1); opacity: 0; } }

/* ============================================================
   HERO SCROLL-FLOW CUE
   ============================================================ */
.scroll-cue {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 3; display: block;
  text-decoration: none;
}
.scroll-cue:hover .scroll-cue-line::before { opacity: 0.9; }
.scroll-cue-line {
  display: block; width: 100%; height: 3px; position: relative; overflow: hidden;
}
.scroll-cue-line::before {
  content: ''; position: absolute; left: -100%; top: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(245,239,224,0) 0%, rgba(245,239,224,0.16) 50%, rgba(245,239,224,0) 100%);
  opacity: 0.7; transition: opacity 0.3s ease;
  animation: scroll-cue-sweep 3.2s ease-in-out infinite;
}
@keyframes scroll-cue-sweep { 0% { left: -100%; } 100% { left: 100%; } }
@media (prefers-reduced-motion: reduce) { .scroll-cue-line::before { animation: none; left: 0; } }

/* ============================================================
   FLOW-STATE PARALLAX LAYER (bottom of page, fades in at map)
   ============================================================ */
.flow-layer {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: var(--espresso) linear-gradient(rgba(28,25,23,0.6), rgba(28,25,23,0.6)), url('../img/flow-state.jpg') center top / cover no-repeat;
  opacity: 0; will-change: opacity, background-position;
  transition: opacity 0.15s linear;
}
main, .site-footer { position: relative; z-index: 1; }

/* ============================================================
   TRUSTED BY / LOGO MARQUEE
   ============================================================ */
.trust-sec { width: 100%; padding: 0; display: block; }
.trust-card { width: 100%; max-width: none; background: transparent; border: 0; border-radius: 0; box-shadow: none; padding: 108px 24px 108px; }
.trust-head { text-align: center; max-width: 760px; margin: 0 auto 36px; padding: 0 24px; }
.trust-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream); margin: 0 0 16px; }
.trust-eyebrow::before, .trust-eyebrow::after { content: ''; display: block; width: 26px; height: 1px; background: var(--cream); opacity: 0.5; }
.trust-title { font-family: var(--font-head); font-size: clamp(26px, 3vw, 38px); font-weight: 800; color: var(--cream); line-height: 1.18; margin: 0 0 12px; }
.trust-sub { font-family: var(--font-body); font-size: 15.5px; color: var(--driftwood); line-height: 1.55; margin: 0; }
.trust-sub em { font-style: italic; color: var(--peach); }

.trust-rows { display: flex; flex-direction: column; gap: 28px; margin: 0 0 48px; overflow: visible; }
.trust-marquee { overflow: hidden; padding: 6px 0; -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent); }
.trust-track { display: flex; width: max-content; will-change: transform; backface-visibility: hidden; transform: translateZ(0); }
.trust-track--left { animation: trust-scroll-left 30s linear infinite; }
.trust-track--right { animation: trust-scroll-right 30s linear infinite; }
.trust-marquee:hover .trust-track { animation-play-state: paused; }
.trust-logo { position: relative; flex: 0 0 auto; width: 220px; height: 108px; margin-right: 20px; background: rgba(28,25,23,0.55); border: 1px solid rgba(232,217,197,0.16); border-radius: 13px; box-shadow: 0 4px 14px rgba(0,0,0,0.18); transition: transform .2s ease, box-shadow .2s ease, background .25s ease, border-color .25s ease; }tems: center; justify-content: center; padding: 16px 24px; box-shadow: 0 4px 14px rgba(0,0,0,0.18); rgba(0,0,0,0.18); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.trust-logo:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(0,0,0,0.3); background: var(--cream); border-color: rgba(232,217,197,0.4); }
.trust-logo:hover .tl-mono { opacity: 0; }
.trust-logo:hover .tl-color { opacity: 1; }
.trust-logo img { position: absolute; inset: 0; margin: auto; max-width: calc(100% - 40px); max-height: calc(100% - 36px); width: auto; height: auto; object-fit: contain; display: block; transition: opacity .25s ease; }
.trust-logo .tl-color { opacity: 0; }
@keyframes trust-scroll-left  { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes trust-scroll-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { .trust-track--left, .trust-track--right { animation: none; } }

.trust-cta-wrap { display: flex; justify-content: center; }
@media (max-width: 860px) { .trust-card { padding: 56px 16px 60px; } .trust-logo { width: 176px; height: 88px; } }

/* ============================================================
   HOSPITALITY LEAD MAGNET (text-flip)
   ============================================================ */
.hospi-goo-filter { position: absolute; width: 0; height: 0; }
.hero-morph-row { margin-top: 44px; padding-top: 40px; border-top: 1px solid rgba(232,217,197,0.14); }
.hospi-kicker { font-family: var(--font-head); font-weight: 800; font-size: clamp(30px, 3.4vw, 46px); color: var(--cream); line-height: 1.1; margin: 0 0 4px; }
.hospi-mega { margin: 0; }
.hospi-goo { display: block; position: relative; font-family: var(--font-head); font-weight: 800; font-size: clamp(48px, 8.8vw, 138px); line-height: 1; height: 1em; filter: url(#hospiThreshold); }
.hospi-word { position: absolute; left: 0; top: 0; display: inline-block; font-style: italic; font-size: 1em; line-height: 1; letter-spacing: -0.02em; color: var(--terracotta); white-space: nowrap; }

.hospi-bottom { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; margin-top: 28px; }
.hospi-sub { font-family: var(--font-body); font-size: 18px; line-height: 1.7; color: var(--driftwood); max-width: 560px; margin: 0; }
.hospi-cta-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.hospi-cta-note { font-family: var(--font-body); font-size: 13.5px; letter-spacing: 0.02em; color: var(--muted); }

.hospi-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border-top: 1px solid rgba(232,217,197,0.16); border-bottom: 1px solid rgba(232,217,197,0.16); }
.hospi-stat { padding: 30px 24px; border-left: 1px solid rgba(232,217,197,0.12); }
.hospi-stat:first-child { border-left: none; padding-left: 0; }
.hospi-stat-n { font-family: var(--font-head); font-weight: 800; font-size: 36px; color: var(--terracotta); line-height: 1; margin-bottom: 8px; }
.hospi-stat-l { font-family: var(--font-body); font-size: 13px; letter-spacing: 0.04em; color: var(--driftwood); line-height: 1.4; }

@media (max-width: 860px) {
  .hero-morph-row { margin-top: 32px; padding-top: 28px; }
  .hospi-bottom { grid-template-columns: 1fr; gap: 26px; }
  .hospi-strip { grid-template-columns: repeat(2, 1fr); }
  .hospi-stat:nth-child(3) { border-left: none; padding-left: 0; }
  .hospi-stat { padding: 24px 18px; }
  .hospi-stat:nth-child(odd) { padding-left: 0; }
}
