#mcg-root{--sage:#7a9e7e;--sage-light:#a8c4ac;--sage-dark:#4a6b4e;--sand:#e8dcc8;--sand-light:#f5f0e8;--sand-dark:#c4a882;--ocean:#3d6b8a;--ocean-light:#6a9ab8;--redwood:#8b4a3a;--redwood-light:#c07a68;--charcoal:#2a2a2a;--mid:#555;--light-text:#888;--white:#fff;--cream:#faf8f4;--border:rgba(0,0,0,0.1);font-family:DM Sans,sans-serif;background:var(--cream);color:var(--charcoal);line-height:1.6;font-weight:300}#mcg-root *{box-sizing:border-box}#mcg-root .hero{background:var(--charcoal);color:var(--white);min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;padding:72px 48px 64px;position:relative;overflow:hidden}#mcg-root .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 20%,rgba(122,158,126,.25) 0,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(61,107,138,.2) 0,transparent 60%),linear-gradient(135deg,#1a2a1e,#2a2a2a 50%,#1e2d38)}#mcg-root .hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}#mcg-root .hero-label{font-family:DM Mono,monospace;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--sage-light);margin-bottom:16px;display:flex;align-items:center;gap:10px;justify-content:center}#mcg-root .hero-label:before{content:"";display:block;width:32px;height:1px;background:var(--sage-light)}#mcg-root .hero h1{font-family:Playfair Display,serif;font-size:clamp(36px,6vw,72px);font-weight:800;line-height:1.08;margin-bottom:24px;padding-bottom:4px;letter-spacing:-1px}#mcg-root .hero h1 em{font-style:italic;color:var(--sage-light)}#mcg-root .hero-sub{font-size:15px;color:rgba(255,255,255,.65);max-width:720px;margin:0 auto;font-weight:300;line-height:1.7}.explore-guide-hero-stack{position:relative;display:grid;grid-template-areas:"stack";width:100%}.explore-guide-hero-stack>.explore-guide-hero-figure,.explore-guide-hero-stack>.hero-overlay-host{grid-area:stack}.explore-guide-hero-stack>.explore-guide-hero-figure{min-height:min(88vh,780px);height:min(88vh,780px)}.explore-guide-hero-stack>.explore-guide-hero-figure img{position:absolute;inset:0;width:100%;height:100%;max-height:none;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.explore-guide-hero-figure:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;pointer-events:none;height:min(46%,260px);background:linear-gradient(0deg,#2a2a2a 0,rgba(42,42,42,.9) 24%,rgba(42,42,42,.4) 56%,transparent)}html.night-mode .explore-guide-hero-figure:after,html[data-theme=night] .explore-guide-hero-figure:after{background:linear-gradient(0deg,#020617 0,rgba(2,6,23,.92) 24%,rgba(2,6,23,.42) 56%,transparent)}@media (min-width:1024px){.explore-guide-hero-figure:after{height:min(42%,320px)}}.explore-guide-hero-stack>.hero-overlay-host{z-index:2;display:flex;flex-direction:column;justify-content:flex-end;align-self:end;min-height:min(88vh,780px);pointer-events:none}.explore-guide-hero-stack>.hero-overlay-host .hero{pointer-events:auto}#mcg-root .hero.hero--overlay,.hero-overlay-host .hero.hero--overlay{min-height:0;padding:40px 24px 36px;background:linear-gradient(0deg,rgba(15,23,42,.94) 0,rgba(15,23,42,.72) 38%,rgba(15,23,42,.2) 68%,transparent)}#mcg-root .hero.hero--overlay:before,.hero-overlay-host .hero.hero--overlay:before{display:none}#mcg-root .hero.hero--overlay .hero-label,#mcg-root .hero.hero--overlay .hero-sub,#mcg-root .hero.hero--overlay h1,#mcg-root .hero.hero--overlay h1 em,.hero-overlay-host .hero.hero--overlay .hero-label,.hero-overlay-host .hero.hero--overlay .hero-sub,.hero-overlay-host .hero.hero--overlay h1,.hero-overlay-host .hero.hero--overlay h1 em{color:#ffffff}#mcg-root .hero.hero--overlay .hero-label:before,.hero-overlay-host .hero.hero--overlay .hero-label:before{background:rgba(255,255,255,.75)}#mcg-root .hero.hero--overlay .hero-sub,.hero-overlay-host .hero.hero--overlay .hero-sub{color:rgba(255,255,255,.88)}.explore-guide-hero-stack.mcg-night .hero.hero--overlay{background:linear-gradient(0deg,rgba(2,6,23,.96) 0,rgba(2,6,23,.78) 40%,rgba(2,6,23,.25) 70%,transparent)}@media (max-width:1023px){.explore-guide-hero-stack>.hero-overlay-host{min-height:0}#mcg-root .hero.hero--overlay,.hero-overlay-host .hero.hero--overlay{padding:28px 20px 32px}#mcg-root .hero.hero--overlay .hero-label,.hero-overlay-host .hero.hero--overlay .hero-label{display:flex}}#mcg-root .nav-bar{background:var(--white);border-bottom:1px solid var(--border);padding:0 48px;display:flex;align-items:center;justify-content:center;gap:4px;overflow-x:auto;position:sticky;top:calc(72px + env(safe-area-inset-top, 0px));z-index:20;scrollbar-width:none}#mcg-root .nav-bar::-webkit-scrollbar{display:none}#mcg-root .nav-bar{flex-wrap:nowrap}#mcg-root .nav-btn{font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;padding:16px;background:none;cursor:pointer;color:var(--light-text);white-space:nowrap;border:none;border-bottom:2px solid transparent;transition:all .2s}#mcg-root .nav-btn:hover{color:var(--charcoal)}#mcg-root .nav-btn.active{color:var(--sage-dark);border-bottom-color:var(--sage-dark)}#mcg-root .filter-bar{padding:20px 48px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;background:var(--sand-light);border-bottom:1px solid var(--border)}#mcg-root .filter-label{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--light-text);margin-right:6px}#mcg-root .filter-pill{font-size:12px;font-weight:500;padding:6px 14px;border-radius:100px;border:1.5px solid var(--border);background:var(--white);cursor:pointer;transition:all .2s;color:var(--mid);white-space:nowrap}#mcg-root .filter-pill:hover{border-color:var(--sage);color:var(--sage-dark)}#mcg-root .filter-pill.active{background:var(--sage-dark);color:var(--white);border-color:var(--sage-dark)}#mcg-root .main{max-width:1100px;margin:0 auto;padding:48px}#mcg-root .main.main--continuation{padding-top:8px}#mcg-root .region-section{margin-bottom:64px}#mcg-root .region-section.hidden{display:none}#mcg-root .region-header{display:flex;align-items:center;gap:20px;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid var(--border)}#mcg-root .region-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}#mcg-root .region-title{font-family:Playfair Display,serif;font-size:28px;font-weight:600;letter-spacing:-.5px}#mcg-root .region-tagline{font-size:13px;color:var(--light-text);font-style:italic;margin-left:auto}#mcg-root .towns-grid{display:grid;grid-template-columns:1fr;gap:20px}#mcg-root .town-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:transform .2s,box-shadow .2s}#mcg-root .town-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.1)}#mcg-root .town-card.hidden{display:none}#mcg-root .town-card[data-mcg-town-href]{cursor:pointer}#mcg-root .mcg-explore-town-wrap{width:100%;flex-basis:100%;margin-top:6px}#mcg-root .mcg-explore-town-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(61,107,138,.35);color:var(--ocean);background:rgba(106,154,184,.14);transition:background .2s,transform .15s}#mcg-root .town-card[data-mcg-town-href] .mcg-explore-town-link:hover{background:rgba(106,154,184,.26);transform:translateY(-1px)}#mcg-root .mcg-explore-row{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}#mcg-root .mcg-explore-row .mcg-explore-town-link{width:100%;box-sizing:border-box;text-align:center}#mcg-root .card-header{padding:22px 24px 14px;border-bottom:1px solid rgba(0,0,0,.05)}#mcg-root .card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:6px}#mcg-root .town-name{font-family:Playfair Display,serif;font-size:28px;font-weight:700;line-height:1.2}#mcg-root a.mcg-town-title-link{color:inherit;text-decoration:none;border-bottom:1px solid rgba(56,189,248,.45);transition:border-color .2s,color .2s}#mcg-root a.mcg-town-title-link:hover{border-bottom-color:rgba(56,189,248,.85)}#mcg-root .town-type{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:4px 9px;border-radius:4px;margin-top:2px;flex-shrink:0}#mcg-root .town-tagline{font-size:15px;color:var(--mid);font-style:italic;margin-bottom:12px;line-height:1.4}#mcg-root .vibe-tags{display:flex;flex-wrap:wrap;gap:5px}#mcg-root .vibe-tag{font-size:10px;font-weight:600;letter-spacing:.5px;padding:3px 8px;border-radius:3px;text-transform:uppercase}#mcg-root .card-body{padding:18px 24px}#mcg-root .card-body p{font-size:16px;line-height:1.8;color:var(--mid);margin-bottom:16px}#mcg-root .highlights-title{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--light-text);margin:1rem 0 8px}#mcg-root .card-body>p:first-child+.highlights-title{margin-top:1rem}#mcg-root .card-body .highlights-list+.highlights-title{margin-top:1.35rem}#mcg-root .card-body p.mcg-list-heading{font-weight:700;color:var(--charcoal);margin:0 0 10px;font-size:16px;line-height:1.45}#mcg-root .card-body .highlights-list+p.mcg-list-heading{margin-top:1.35rem}#mcg-root .card-body>p.mcg-list-heading:first-child{margin-top:0}#mcg-root h3.mcg-in-card-heading{font-family:Playfair Display,serif;font-size:1.375rem;font-weight:700;color:var(--charcoal);margin:1.35rem 0 .65rem;line-height:1.3;letter-spacing:-.02em;text-transform:none}#mcg-root .card-body>h3.mcg-in-card-heading:first-child{margin-top:0}#mcg-root .highlights-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}#mcg-root .highlights-list li{font-size:14px;color:var(--charcoal);position:relative;padding-left:1.25em;line-height:1.4}#mcg-root .highlights-list li:before{content:"→";position:absolute;left:0;top:2px;color:var(--sage);font-size:11px;line-height:1}#mcg-root .card-footer{padding:12px 24px 16px;border-top:1px solid rgba(0,0,0,.05);display:flex;gap:16px;flex-wrap:wrap}#mcg-root .footer-item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--light-text)}#mcg-root .footer-icon{font-size:13px}#mcg-root .intro-callout{background:var(--charcoal);color:var(--white);border-radius:16px;padding:40px 48px;margin-bottom:48px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}#mcg-root .callout-stat{text-align:center}#mcg-root .callout-num{font-family:Playfair Display,serif;font-size:42px;font-weight:800;color:var(--sage-light);display:block;line-height:1;margin-bottom:6px}#mcg-root .callout-desc{font-size:12px;color:rgba(255,255,255,.55);letter-spacing:.5px;line-height:1.5}#mcg-root .south .region-dot{background:var(--ocean)}#mcg-root .south .region-title{color:var(--ocean)}#mcg-root .south .town-type{background:rgba(61,107,138,.12);color:var(--ocean)}#mcg-root .central .region-dot{background:var(--sage-dark)}#mcg-root .central .region-title{color:var(--sage-dark)}#mcg-root .central .town-type{background:rgba(74,107,78,.12);color:var(--sage-dark)}#mcg-root .north .region-dot{background:var(--redwood)}#mcg-root .north .region-title{color:var(--redwood)}#mcg-root .north .town-type{background:rgba(139,74,58,.12);color:var(--redwood)}#mcg-root .west .region-dot{background:var(--sand-dark)}#mcg-root .west .region-title{color:#8a6a30}#mcg-root .west .town-type{background:rgba(196,168,130,.2);color:#8a6a30}#mcg-root .tag-tourist{background:rgba(61,107,138,.1);color:var(--ocean)}#mcg-root .tag-hiker{background:rgba(74,107,78,.1);color:var(--sage-dark)}#mcg-root .tag-foodie{background:rgba(139,74,58,.1);color:var(--redwood)}#mcg-root .tag-family{background:rgba(122,158,126,.15);color:#4a7a50}#mcg-root .tag-arts{background:rgba(120,80,140,.1);color:#6a3a8a}#mcg-root .tag-nightlife{background:rgba(30,30,30,.08);color:#444}#mcg-root .tag-beach{background:rgba(61,107,138,.1);color:#2a5a7a}#mcg-root .tag-boutique{background:rgba(180,140,90,.12);color:#7a5a20}#mcg-root .tag-commuter{background:rgba(80,80,80,.08);color:#555}#mcg-root .tag-organic{background:rgba(74,107,78,.1);color:var(--sage-dark)}#mcg-root .tips-box{background:linear-gradient(135deg,var(--sage-dark) 0,#2d5a35 100%);border-radius:12px;padding:32px 40px;color:#ffffff;margin-bottom:48px}#mcg-root .tips-box h3{font-family:Playfair Display,serif;font-size:20px;margin-bottom:18px;font-weight:600;color:#ffffff}#mcg-root .tips-box p{font-size:14px;line-height:1.65;color:rgba(255,255,255,.88);margin:18px 0 0}#mcg-root .tips-box p.tips-lead{margin:0 0 20px}#mcg-root .tips-box .highlights-list li{color:rgba(255,255,255,.88)}#mcg-root .guide-callout{font-size:clamp(16px,1.15vw,18px);line-height:1.65;font-weight:500;color:var(--charcoal);margin:0}#mcg-root .guide-callout strong{font-weight:700}#mcg-root .guide-spoken{font-family:Playfair Display,serif;font-size:clamp(1.2rem,2.35vw,1.5rem);font-weight:600;font-style:italic;line-height:1.42;letter-spacing:-.02em;color:var(--charcoal);margin:0 0 4px}#mcg-root .guide-spoken strong{font-weight:700;font-style:italic}#mcg-root .card-body>.guide-spoken:only-child{font-size:clamp(1.35rem,3.25vw,2.05rem);line-height:1.38;margin:0}#mcg-root .town-card:has(.card-body>.guide-spoken:only-child) .card-body{padding:28px 32px 32px}@media (min-width:900px){#mcg-root .card-body>.guide-spoken:only-child{font-size:clamp(1.5rem,2.8vw,2.15rem);line-height:1.36}}#mcg-root .guide-insight{font-family:Playfair Display,serif;font-size:clamp(1.1rem,2vw,1.32rem);font-weight:700;line-height:1.38;letter-spacing:-.015em;color:var(--charcoal);margin:0 0 18px;padding:14px 0 14px 18px;border-left:4px solid var(--sage)}#mcg-root .tips-lead{font-size:14px;line-height:1.65;color:rgba(255,255,255,.88);margin:0 0 20px}#mcg-root .tips-grid{display:grid;grid-template-columns:1fr;gap:14px 20px}@media (min-width:640px){#mcg-root .tips-grid,#mcg-root .tips-grid.tips-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}#mcg-root .tips-grid.tips-grid--three .tip-item:last-child{grid-column:1/-1}}@media (min-width:900px){#mcg-root .tips-grid.tips-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}#mcg-root .tips-grid.tips-grid--three .tip-item:last-child{grid-column:auto}}#mcg-root .tip-item{font-size:13px;line-height:1.6;color:rgba(255,255,255,.8);display:block;position:relative;padding-left:22px}#mcg-root .tip-item:before{content:"✦";color:var(--sage-light);font-size:10px;position:absolute;left:0;top:4px;line-height:1}#mcg-root .mcg-article-photo{margin:48px 0 56px;width:100%}#mcg-root .mcg-article-photo-title{font-family:Playfair Display,serif;font-size:clamp(18px,2.5vw,22px);font-weight:600;margin:0 0 14px;color:var(--charcoal);line-height:1.3}#mcg-root .mcg-article-photo img{display:block;width:100%;height:auto;border-radius:12px}#mcg-root .mcg-article-photo.mcg-article-photo--badge{max-width:100px;margin:40px auto 24px}#mcg-root .mcg-article-photo.mcg-article-photo--badge img{border-radius:8px}#mcg-root .mcg-article-photo-caption{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px 16px;margin:12px 0 0;font-size:11px;font-weight:600;letter-spacing:.02em;line-height:1.4}#mcg-root .mcg-article-photo-location-link{color:var(--charcoal);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:600;transition:color .2s ease}#mcg-root .mcg-article-photo-location-link:hover{color:var(--ocean)}#mcg-root.mcg-night .mcg-article-photo-location-link{color:#cbd5e1}#mcg-root.mcg-night .mcg-article-photo-location-link:hover{color:#fff}#mcg-root.mcg-night .mcg-article-photo-title{color:#f8fafc}#mcg-root a.explore-directory-business-link,#mcg-root a[data-directory-business-id]{color:var(--sage-dark);font-weight:600;text-decoration:underline!important;text-decoration-thickness:2px;text-underline-offset:3px;cursor:pointer;transition:color .2s ease}#mcg-root li a.explore-directory-business-link,#mcg-root strong a.explore-directory-business-link{font-weight:600;text-decoration:underline!important}#mcg-root a.explore-directory-business-link:hover,#mcg-root a[data-directory-business-id]:hover{color:var(--ocean)}#mcg-root.mcg-night a.explore-directory-business-link,#mcg-root.mcg-night a[data-directory-business-id]{color:var(--sage-light)}#mcg-root.mcg-night a.explore-directory-business-link:hover,#mcg-root.mcg-night a[data-directory-business-id]:hover{color:#fff}#mcg-root a.mcg-body-text-link{color:var(--sage-dark);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s ease}#mcg-root a.mcg-body-text-link:hover{color:var(--ocean)}#mcg-root.mcg-night a.mcg-body-text-link{color:var(--sage-light)}#mcg-root.mcg-night a.mcg-body-text-link:hover{color:#fff}@media (max-width:1023px){#mcg-root .hero{min-height:0;padding:28px 20px 32px}#mcg-root .hero .hero-label{display:none}#mcg-root .hero h1{font-size:clamp(1.65rem,6vw,2.25rem);line-height:1.15;margin-bottom:16px}#mcg-root .hero h1 em{display:inline-block;margin-top:.15em}#mcg-root .hero-sub{font-size:14px;line-height:1.65;margin:0 auto;max-width:38rem}#mcg-root .nav-bar{justify-content:flex-start;padding:0 10px;gap:2px;-webkit-overflow-scrolling:touch}#mcg-root .nav-btn{flex:0 0 auto;padding:14px}#mcg-root .filter-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;padding:16px 14px;align-items:stretch}#mcg-root .filter-label{grid-column:1/-1;margin-right:0;text-align:center;margin-bottom:2px}#mcg-root .filter-pill{width:100%;text-align:center;justify-content:center;box-sizing:border-box}#mcg-root .filter-pill[data-mcg-clear]{grid-column:1/-1}}@media (max-width:768px){#mcg-root .hero{padding:24px 18px 28px}#mcg-root .nav-bar{top:calc(64px + env(safe-area-inset-top, 0px));padding:0 8px}#mcg-root .filter-bar{padding:14px 12px}#mcg-root .main{padding:28px 20px 5.5rem}#mcg-root .main.main--continuation{padding-top:4px}#mcg-root .intro-callout{gap:20px;padding:28px}#mcg-root .intro-callout,#mcg-root .towns-grid{grid-template-columns:1fr}#mcg-root .region-tagline{display:none}#mcg-root .region-header{flex-wrap:wrap;gap:12px}#mcg-root .card-body,#mcg-root .card-footer,#mcg-root .card-header{padding-left:18px;padding-right:18px}#mcg-root .town-name{font-size:clamp(1.35rem,5.5vw,1.75rem)}}@media (max-width:640px){#mcg-root .card-body div[style*="flex-wrap:nowrap"]{flex-direction:column!important;align-items:stretch!important;gap:12px!important}#mcg-root .card-body div[style*="flex-wrap:nowrap"] img{width:100%!important;max-width:100%!important;min-height:200px!important}}#mcg-root .no-results{text-align:center;padding:60px 20px;color:var(--light-text);display:none}#mcg-root .no-results.visible{display:block}#mcg-root.mcg-night{--border:rgba(148,163,184,0.22);--white:#0f172a;--cream:#020617;--charcoal:#e2e8f0;--mid:#cbd5e1;--light-text:#94a3b8;color:#e2e8f0;background:#020617}#mcg-root.mcg-night .hero{background:#020617;color:#f8fafc}#mcg-root.mcg-night .hero:before{background:radial-gradient(ellipse at 80% 20%,rgba(30,64,175,.22) 0,transparent 62%),radial-gradient(ellipse at 20% 80%,rgba(15,118,110,.2) 0,transparent 60%),linear-gradient(135deg,#020617,#0f172a 55%,#111827)}#mcg-root.mcg-night .hero h1{color:#f8fafc}#mcg-root.mcg-night .hero h1 em{color:#99f6e4}#mcg-root.mcg-night .hero-label{color:#93c5fd}#mcg-root.mcg-night .hero-label:before{background:#93c5fd}#mcg-root.mcg-night .hero-sub{color:rgba(226,232,240,.84)}#mcg-root.mcg-night .nav-bar{background:#0f172a;border-bottom-color:rgba(148,163,184,.22)}#mcg-root.mcg-night .nav-btn{color:#94a3b8}#mcg-root.mcg-night .nav-btn:hover{color:#e2e8f0}#mcg-root.mcg-night .nav-btn.active{color:#5eead4;border-bottom-color:#5eead4}#mcg-root.mcg-night .filter-bar{background:#111827;border-bottom-color:rgba(148,163,184,.2)}#mcg-root.mcg-night .filter-label{color:#94a3b8}#mcg-root.mcg-night .filter-pill{background:#1e293b;color:#cbd5e1;border-color:rgba(148,163,184,.3)}#mcg-root.mcg-night .filter-pill:hover{border-color:#5eead4;color:#ecfeff}#mcg-root.mcg-night .filter-pill.active{background:#0f766e;border-color:#14b8a6;color:#ecfeff}#mcg-root.mcg-night .main{background:transparent}#mcg-root.mcg-night .town-card{background:#111827;border-color:rgba(148,163,184,.25)}#mcg-root.mcg-night .town-card:hover{box-shadow:0 14px 34px rgba(0,0,0,.42)}#mcg-root.mcg-night .card-header{border-bottom-color:rgba(148,163,184,.2)}#mcg-root.mcg-night .card-body p,#mcg-root.mcg-night .highlights-list li{color:#cbd5e1}#mcg-root.mcg-night .card-body p.mcg-list-heading{color:#f1f5f9}#mcg-root.mcg-night .footer-item,#mcg-root.mcg-night .highlights-title,#mcg-root.mcg-night .no-results,#mcg-root.mcg-night .region-tagline{color:#94a3b8}#mcg-root.mcg-night .card-footer{border-top-color:rgba(148,163,184,.2)}#mcg-root.mcg-night .intro-callout{background:#0f172a;border:1px solid rgba(148,163,184,.2)}#mcg-root.mcg-night .callout-desc{color:rgba(203,213,225,.72)}#mcg-root.mcg-night .tips-box{background:linear-gradient(135deg,#0f766e,#0f172a);border:1px solid rgba(94,234,212,.22)}#mcg-root.mcg-night .tips-box h3{color:#ffffff}#mcg-root.mcg-night .tips-box .highlights-list li,#mcg-root.mcg-night .tips-box p{color:rgba(226,232,240,.9)}#mcg-root.mcg-night .guide-callout{color:#e2e8f0}#mcg-root.mcg-night .guide-spoken{color:#f1f5f9}#mcg-root.mcg-night .guide-insight{color:#f8fafc;border-left-color:var(--sage-light)}#mcg-root.mcg-night .tips-lead{color:rgba(226,232,240,.9)}#mcg-root.mcg-night .tip-item{color:rgba(226,232,240,.86)}#mcg-root.mcg-night .region-header{border-bottom-color:rgba(148,163,184,.24)}#mcg-root.mcg-night .region-title,#mcg-root.mcg-night .town-name{color:#f8fafc}#mcg-root.mcg-night h3.mcg-in-card-heading{color:#f1f5f9}#mcg-root.mcg-night a.mcg-town-title-link{border-bottom-color:rgba(56,189,248,.5)}#mcg-root.mcg-night .mcg-explore-town-link{border-color:rgba(94,234,212,.4);color:#5eead4;background:rgba(15,118,110,.22)}#mcg-root.mcg-night .town-card[data-mcg-town-href] .mcg-explore-town-link:hover{background:rgba(15,118,110,.38)}#mcg-root.mcg-night .mcg-explore-row{border-top-color:rgba(148,163,184,.2)}#mcg-root.mcg-night .town-type{background:rgba(148,163,184,.16);color:#cbd5e1}.mcg-explore-flash-backdrop{position:fixed;inset:0;z-index:99990;background:transparent}.mcg-explore-flash-popover{position:fixed;z-index:99991;width:-moz-max-content;width:max-content;max-width:min(320px,calc(100vw - 32px));padding:0;margin:0;background:transparent;border:none;box-shadow:none;color:inherit}.mcg-explore-flash-actions{display:flex;flex-direction:column;align-items:stretch;gap:6px}.mcg-explore-flash-primary{width:100%;padding:10px 16px;border-radius:999px;border:none;font-size:14px;font-weight:600;letter-spacing:normal;text-transform:none;cursor:pointer;background:#166534;color:#ffffff;box-shadow:0 8px 24px rgba(0,0,0,.18)}.mcg-explore-flash-primary:hover{filter:brightness(1.06)}.mcg-explore-flash-popover-night .mcg-explore-flash-primary{box-shadow:0 8px 28px rgba(0,0,0,.45)}.mcg-explore-flash-secondary{align-self:center;padding:4px 8px;border-radius:8px;border:none;font-size:12px;font-weight:600;cursor:pointer;background:transparent;color:rgba(15,23,42,.55);text-decoration:underline;text-underline-offset:2px}.mcg-explore-flash-secondary:hover{color:rgba(15,23,42,.85)}.mcg-explore-flash-popover-night .mcg-explore-flash-secondary{color:rgba(248,250,252,.65)}.mcg-explore-flash-popover-night .mcg-explore-flash-secondary:hover{color:rgba(248,250,252,.95)}