@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Syne:wght@400;500;600;700&display=swap');

:root{
  --bg:#05070c;
  --hero:#06090f;
  --gold:#d8b14b;
  --gold-soft:#e6c767;
  --green:#4e8f73;
  --alpine:#4e8f73;
  --blue:#0086c7;
  --void:#06090f;
  --white:#f3efe7;
  --text:#f3efe7;
  --muted:#96a0b0;
  --light:#f5f2ee;
  --ink:#111318;
  --paper:#fffdf8;
  --border-light:rgba(0,0,0,0.09);
  --ease:cubic-bezier(.2,.75,.2,1);
}

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:var(--text);
  font-family:'Syne',sans-serif;
  overflow-x:hidden;
  position:relative;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-30;
  background:
    radial-gradient(circle at 78% 12%, rgba(216,177,75,0.14) 0%, rgba(216,177,75,0.04) 24%, transparent 43%),
    radial-gradient(circle at top center, rgba(18,33,58,0.92) 0%, rgba(6,9,15,0.98) 42%, #05070c 74%);
}
body::after{
  content:"";
  position:absolute;
  top:-120px;
  right:-260px;
  width:980px;
  height:760px;
  z-index:-5;
  pointer-events:none;
  background:radial-gradient(ellipse at center, rgba(74,173,154,0.18) 0%, rgba(216,177,75,0.16) 18%, rgba(74,173,154,0.08) 34%, rgba(0,0,0,0) 70%);
  filter:blur(28px);
  opacity:.9;
}
a{color:inherit;}
button,input{font:inherit;}
button{cursor:pointer;}
.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;}

/* HEADER */
.site-header{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 66px;
  border-bottom:1px solid rgba(255,255,255,0.05);
  position:relative;
  z-index:20;
}
.logo-link{display:flex;align-items:center;gap:16px;text-decoration:none;min-width:0;}
.site-logo{width:54px;height:54px;object-fit:contain;}
.logo-text{display:flex;flex-direction:column;line-height:1;}
.logo-main{color:white;font-size:28px;letter-spacing:.12em;font-weight:700;white-space:nowrap;}
.logo-sub{margin-top:6px;color:var(--gold);font-size:13px;letter-spacing:.18em;font-weight:700;white-space:nowrap;}
.header-right{display:flex;align-items:center;gap:14px;}
.data-badge,.lang-btn,.profile-btn{
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.02);
  color:#f4f4f4;
  backdrop-filter:blur(10px);
  font-family:inherit;
}
.data-badge{display:flex;align-items:center;padding:0 22px;color:#74d6b7;letter-spacing:.12em;font-size:13px;font-weight:600;}
.lang-btn{width:56px;cursor:pointer;}
.profile-btn{padding:0 18px;display:flex;align-items:center;gap:10px;cursor:pointer;}
.profile-btn svg{width:18px;height:18px;}

/* HERO */
.hero{position:relative;padding:62px 68px 26px;z-index:5;}
.hero-eyebrow{margin:0 0 22px;color:var(--gold);letter-spacing:.22em;font-size:14px;font-weight:700;}
.hero-title{margin:0;max-width:760px;font-family:'Cormorant Garamond',serif;font-size:88px;line-height:.92;font-weight:600;letter-spacing:-.04em;color:#fffdf7;}
.hero-title em{color:var(--gold);font-style:italic;}
.hero-copy{margin-top:24px;max-width:760px;font-size:22px;line-height:1.45;font-weight:600;color:#ece6da;}
.hero-sub{margin-top:18px;color:var(--muted);font-size:16px;}

/* DISCOVERY */
.discovery-section{
  position:relative;
  z-index:10;
  padding:0 68px 42px;
}
.discover-btn{
  width:100%;
  max-width:560px;
  height:84px;
  border:none;
  border-radius:22px;
  background:linear-gradient(135deg,#e0b84d,#d3a437);
  color:#111;
  font-size:24px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  cursor:pointer;
  box-shadow:0 18px 40px rgba(216,177,75,.25);
  margin-bottom:22px;
}
.discover-btn img{width:42px;height:auto;}
.discover-btn.is-loading{opacity:.74;}
.location-search{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  max-width:920px;
}
.location-input{
  flex:1;
  min-width:280px;
  height:62px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.96);
  color:#111318;
  padding:0 22px;
  font-size:18px;
  outline:none;
}
.location-input::placeholder{color:#7c8594;}
.radius-select{
  height:62px;
  border-radius:16px;
  background:rgba(255,255,255,0.96);
  border:1px solid rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 16px;
  color:#111318;
}
.radius-select input{
  width:58px;
  border:0;
  outline:none;
  background:transparent;
  color:#111318;
  font-size:18px;
  font-weight:700;
}
.radius-select span{color:#697282;font-weight:700;}
.find-btn{
  height:62px;
  padding:0 28px;
  border:none;
  border-radius:16px;
  background:var(--green);
  color:white;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
}
.location-status,.radius-hint{
  margin:14px 0 0;
  color:#8f98a8;
  font-size:13px;
  font-weight:600;
}
.location-status[data-mode="error"]{color:#ff9d88;}
.location-status[data-mode="success"]{color:#74d6b7;}

/* AI SEARCH */
.ai-search-section{
  max-width:1180px;
  margin:26px 0 0;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(0,0,0,0.07);
}
.search-label{
  display:block;
  margin-bottom:12px;
  color:#777;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:700;
}
.search-row{display:flex;align-items:center;gap:12px;max-width:980px;}
.search-input{
  flex:1;
  min-width:280px;
  height:58px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,0.10);
  background:white;
  padding:0 20px;
  color:#111318;
  font-size:16px;
  outline:none;
}
.search-input::placeholder{color:#7e8796;}
.search-btn{
  height:58px;
  padding:0 22px;
  border:none;
  border-radius:16px;
  white-space:nowrap;
  background:linear-gradient(135deg,#e0b84d,#d3a437);
  color:#171717;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(216,177,75,.17);
}
.search-btn svg{width:19px;height:19px;}
.clear-btn{
  width:58px;
  height:58px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,0.10);
  background:white;
  color:#555;
  font-size:30px;
  cursor:pointer;
}

/* LIGHT AREA */
.filter-wrap,.main{background:var(--light);color:#111;}
.filter-wrap{position:relative;z-index:10;padding:32px 68px 26px;}
.main{position:relative;padding:26px 68px 320px;overflow:visible;min-height:640px;}
.main::before{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:300px;
  z-index:1;
  pointer-events:none;
  background-image:url("../images/Citykis-Footer.png"), url("../images/Citykis-Footer_gradient.png");
  background-repeat:no-repeat, repeat-x;
  background-position:center bottom, center bottom;
  background-size:1200px 300px, 1px 300px;
}
.main > *{position:relative;z-index:5;}

/* FILTERS */
.filter-title{
  display:block;
  margin:0 0 12px;
  color:#777;
  font-size:12px;
  letter-spacing:.18em;
  font-weight:700;
}
.chip-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px;}
.chip-row--cats{margin-bottom:0;}
.chip{height:44px;border-radius:999px;border:1px solid rgba(0,0,0,0.10);background:rgba(255,255,255,0.8);color:#2a2a2a;padding:0 18px;font-family:inherit;font-size:15px;cursor:pointer;}
.chip.active{background:#dcb24b;border-color:#dcb24b;color:#111;}

/* RESULTS */
.results-head{
  margin:0 0 24px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  max-width:1100px;
}
.results-head h2{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:46px;
  line-height:1;
  color:#1c2430;
  letter-spacing:-.02em;
}
.results-count{color:#6c7380;font-size:16px;font-weight:700;}
.results-info{color:#6c7380;letter-spacing:.16em;font-size:13px;font-weight:700;}
.grid{margin-top:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;max-width:1100px;}
.card{background:rgba(255,255,255,0.84);border-radius:22px;overflow:hidden;backdrop-filter:blur(8px);box-shadow:0 10px 28px rgba(0,0,0,0.08);}
.card-media{height:190px;background:#d8ddd6;display:flex;align-items:center;justify-content:center;}
.card-emoji{font-size:44px;}
.card-body{padding:22px;}
.card-cat{color:#4d8d7a;letter-spacing:.18em;font-size:12px;margin-bottom:12px;}
.card-name{margin:0 0 14px;font-family:'Cormorant Garamond',serif;font-size:28px;line-height:1;}
.card-meta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px;color:#707887;font-size:14px;}
.card-desc{margin:0;color:#666f7d;line-height:1.6;}
.card-foot{height:54px;border-top:1px solid rgba(0,0,0,0.06);display:flex;align-items:center;padding:0 22px;color:#75808f;}

/* FOOTER */
.site-footer{position:relative;z-index:20;background:linear-gradient(180deg,rgba(7,9,14,0.92),rgba(5,7,11,1));border-top:1px solid rgba(255,255,255,0.05);}
.footer-inner{padding:34px 68px 40px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;}
.footer-quote{color:#8a93a2;font-size:20px;line-height:1.7;}
.footer-bottom{text-align:right;}
.footer-attrib{color:#8f98a8;font-size:16px;margin:0 0 14px;}
.footer-links{display:flex;justify-content:flex-end;gap:28px;}
.footer-links a{color:#f2f4f8;text-decoration:none;font-size:22px;font-weight:600;}
.footer-links a:hover{color:var(--gold);}

/* ABOUT PAGE */
.about-page{max-width:800px;margin:0 auto;padding:64px 32px 120px;}
.about-eyebrow{font-size:10px;letter-spacing:3.5px;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:22px;}
.about-title{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,6vw,72px);font-weight:600;line-height:1.0;letter-spacing:-1.2px;color:var(--text);margin:0 0 14px;}
.about-title em{font-style:italic;font-weight:500;color:var(--gold-soft);}
.about-lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:600px;margin-bottom:52px;font-weight:400;}
.about-divider{width:48px;height:3px;background:linear-gradient(90deg,var(--gold),var(--blue));border-radius:999px;margin-bottom:48px;}
.back-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);font-weight:600;margin-bottom:48px;transition:color .15s;text-decoration:none;}
.back-link:hover{color:var(--gold);}
.map-section{margin:0 -32px 56px;position:relative;overflow:hidden;}
.map-inner{background:linear-gradient(160deg,var(--void) 0%,#0d1520 100%);padding:40px 32px 32px;position:relative;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);}
.map-inner::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 50%, rgba(20,118,198,0.12), transparent 50%), radial-gradient(circle at 20% 80%, rgba(210,168,74,0.08), transparent 40%);pointer-events:none;}
.map-label{position:relative;z-index:2;font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);font-weight:700;margin:0 0 20px;}
.map-caption{position:relative;z-index:2;font-family:'Cormorant Garamond',serif;font-size:clamp(22px,3.5vw,32px);font-weight:600;color:var(--white);line-height:1.2;margin:0 0 28px;max-width:480px;}
.map-caption em{font-style:italic;color:#c5d4e6;}
.map-img-wrap{position:relative;z-index:2;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,0.4);background:white;}
.map-img-wrap img{width:100%;height:auto;display:block;}
.map-regions{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.region-tag{padding:6px 14px;border-radius:999px;border:1px solid rgba(255,255,255,0.10);background:rgba(255,255,255,0.04);color:#8fa3b8;font-size:11px;font-weight:600;letter-spacing:0.5px;}
.region-tag.active{border-color:rgba(210,168,74,0.35);background:rgba(210,168,74,0.08);color:var(--gold-soft);}
.about-body{font-size:16px;line-height:1.9;color:#c7ced9;}
.about-body p{margin:0 0 24px;}
.about-pullquote{margin:40px 0;padding:28px 32px;border-left:3px solid var(--gold);background:rgba(210,168,74,0.04);border-radius:0 16px 16px 0;}
.about-pullquote p{font-family:'Cormorant Garamond',serif;font-size:clamp(22px,3vw,30px);font-weight:500;font-style:italic;line-height:1.4;color:var(--text);margin-bottom:0!important;}
.about-highlight{color:var(--gold-soft);font-weight:600;}
.about-closing{margin-top:56px;padding-top:40px;border-top:1px solid rgba(255,255,255,.10);}
.about-closing-text{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4vw,46px);font-weight:600;line-height:1.15;letter-spacing:-0.5px;color:var(--text);}
.about-closing-text em{font-style:italic;color:var(--gold-soft);}
.about-cta{margin-top:36px;display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:999px;background:linear-gradient(135deg,#ddb861,#c89935);color:#11161e;font-size:14px;font-weight:700;font-family:'Syne',sans-serif;box-shadow:0 14px 36px rgba(210,168,74,0.22);transition:all .22s var(--ease);text-decoration:none;}
.about-cta:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(210,168,74,0.30);}
.about-cta svg{width:16px;height:16px;}

/* LEGAL PAGE */
.legal-page{max-width:840px;margin:0 auto;padding:56px 32px 100px;}
.legal-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:14px;}
.legal-page-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,5vw,54px);font-weight:600;color:var(--text);line-height:1.08;margin:0 0 8px;}
.legal-meta{font-size:12px;color:var(--muted);margin-bottom:52px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.10);}
.legal-tabs{display:flex;gap:6px;margin-bottom:40px;flex-wrap:wrap;}
.legal-tab{padding:9px 20px;border-radius:999px;border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,.03);color:var(--muted);font-family:'Syne',sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;}
.legal-tab:hover{border-color:var(--gold);color:var(--gold);}
.legal-tab.active{background:var(--gold);border-color:var(--gold);color:#111;}
.legal-section{display:none;}
.legal-section.active{display:block;}
.legal-block{margin-bottom:36px;padding:0 0 4px;}
.legal-block h2{font-family:'Cormorant Garamond',serif;font-size:27px;font-weight:600;color:var(--text);margin:0 0 14px;padding-bottom:10px;border-bottom:2px solid var(--gold);display:inline-block;}
.legal-block h3{font-size:13px;font-weight:700;color:#e8edf4;text-transform:uppercase;letter-spacing:0.5px;margin:20px 0 8px;}
.legal-block p{font-size:14px;line-height:1.85;color:#c3cad6;margin:0 0 10px;}
.legal-block ul{margin:8px 0 12px 20px;padding:0;}
.legal-block ul li{font-size:14px;line-height:1.8;color:#c3cad6;margin-bottom:4px;}
.legal-block a{color:var(--gold-soft);text-decoration:none;border-bottom:1px solid rgba(216,177,75,.34);}
.legal-block a:hover{color:#fff;}
.info-box{background:rgba(63,123,108,0.12);border-left:3px solid var(--alpine);border-radius:0 12px 12px 0;padding:14px 18px;margin:16px 0;}
.info-box p{margin-bottom:0!important;color:#d8e4de!important;}
.warn-box{background:rgba(210,168,74,0.10);border-left:3px solid var(--gold);border-radius:0 12px 12px 0;padding:14px 18px;margin:16px 0;}
.warn-box p{margin-bottom:0!important;color:#f1dfb2!important;}
.attrib-block{background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.08);border-radius:14px;padding:16px 20px;margin:12px 0;}
.attrib-block p{margin-bottom:6px;}
.attrib-block p:last-child{margin-bottom:0;}

@media (max-width:900px){
  .site-header{padding-left:28px;padding-right:28px;}
  .hero-title{font-size:64px;}
  .location-search,.search-row{flex-direction:column;align-items:stretch;}
  .location-input,.search-input{width:100%;min-width:0;flex:none;}
  .discover-btn,.find-btn,.search-btn{justify-content:center;}
  .radius-select{width:100%;justify-content:center;}
  .clear-btn{width:100%;}
  .results-head{align-items:flex-start;flex-direction:column;}
  .footer-inner{flex-direction:column;align-items:flex-start;}
  .footer-bottom{text-align:left;}
  .footer-links{justify-content:flex-start;flex-wrap:wrap;}
}

@media (max-width:640px){
  .site-header,.hero,.discovery-section,.filter-wrap,.main,.footer-inner{padding-left:20px;padding-right:20px;}
  .site-header{min-height:82px;align-items:flex-start;}
  .logo-main{font-size:20px;letter-spacing:.10em;}
  .logo-sub{font-size:10px;}
  .site-logo{width:42px;height:42px;}
  .data-badge{display:none;}
  .profile-btn span{display:none;}
  .profile-btn{width:46px;padding:0;justify-content:center;}
  .hero{padding-top:48px;padding-bottom:24px;}
  .hero-eyebrow{font-size:12px;letter-spacing:.16em;line-height:1.8;}
  .hero-title{font-size:52px;}
  .hero-copy{font-size:20px;}
  .discovery-section{padding-bottom:30px;}
  .discover-btn{height:78px;font-size:21px;max-width:none;}
  .discover-btn img{width:38px;}
  .ai-search-section{padding:16px;margin-top:22px;}
  .search-btn{font-size:17px;}
  .chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;}
  .chip{white-space:nowrap;}
  .results-head h2{font-size:38px;}
  .grid{grid-template-columns:1fr;}
  .main{padding-bottom:250px;}
  .main::before{height:220px;background-size:880px 220px, 1px 220px;}
  .footer-links a{font-size:19px;}
  .footer-quote{font-size:18px;}
  .about-page,.legal-page{padding:36px 20px 80px;}
  .map-section{margin:0 0 44px;}
  .map-inner{padding:28px 18px 24px;border-radius:18px;}
  .about-pullquote{margin:28px 0;padding:20px 20px;}
  .about-body{font-size:15px;}
  .legal-tabs{gap:8px;}
  .legal-tab{padding:8px 16px;font-size:11px;}
}


/* =========================================================
SUBPAGES — MATCH HOMEPAGE STYLE
========================================================= */

body.about-template::after,
body.legal-template::after{
  display:none;
}

body.about-template,
body.legal-template{
  background:#05070c;
}

body.about-template::before,
body.legal-template::before{
  background:
    radial-gradient(circle at 82% 8%, rgba(216,177,75,0.13) 0%, rgba(216,177,75,0.03) 25%, transparent 44%),
    radial-gradient(circle at top center, rgba(18,33,58,0.94) 0%, rgba(6,9,15,0.98) 42%, #05070c 74%);
}

.about-page,
.legal-page{
  width:min(1180px, calc(100% - 40px));
  max-width:none;
  margin:0 auto;
  padding:64px 0 120px;
}

.about-page > .back-link,
.legal-page > .back-link{
  margin-bottom:34px;
  color:#8b93a2;
}

.about-eyebrow,
.legal-eyebrow{
  color:var(--gold);
  letter-spacing:.22em;
  font-size:13px;
  margin-bottom:22px;
}

.about-title,
.legal-page-title{
  max-width:850px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(48px, 7vw, 86px);
  line-height:.94;
  letter-spacing:-.04em;
  color:#fffdf7;
  margin:0 0 22px;
}

.about-title em,
.legal-page-title em{
  color:var(--gold-soft);
}

.about-lead,
.legal-meta{
  max-width:760px;
  color:#c4cad6;
  font-size:20px;
  line-height:1.55;
  margin-bottom:42px;
  border-bottom:0;
  padding-bottom:0;
}

.about-divider{
  width:56px;
  height:3px;
  margin:0 0 42px;
  background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.22));
}

.map-section{
  max-width:960px;
  margin:0 0 54px;
  overflow:visible;
}

.map-inner{
  border-radius:28px;
  background:linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.map-inner::before{
  background:linear-gradient(135deg, rgba(216,177,75,.08), transparent 42%);
}

.map-img-wrap{
  box-shadow:0 20px 50px rgba(0,0,0,.24);
  background:#fff;
}

.about-body,
.legal-tabs,
.legal-section.active{
  background:var(--light);
  color:#111318;
  border-radius:28px;
  box-shadow:0 18px 52px rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.75);
}

.about-body{
  max-width:880px;
  padding:42px 46px 46px;
  font-size:17px;
  line-height:1.9;
  color:#39414d;
}

.about-body p{
  color:#39414d;
}

.about-highlight{
  color:#3f7b6c;
  font-weight:700;
}

.about-pullquote{
  margin:42px 0;
  padding:30px 34px;
  border-left:4px solid var(--gold);
  background:rgba(216,177,75,.10);
}

.about-pullquote p{
  color:#171717;
}

.about-closing{
  max-width:880px;
  margin-top:34px;
  padding:42px 46px;
  border:0;
  border-radius:28px;
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
}

.about-closing-text{
  margin:0;
  color:#fffdf7;
}

.legal-tabs{
  max-width:840px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  padding:10px;
  margin-bottom:24px;
  box-shadow:0 12px 32px rgba(0,0,0,.10);
}

.legal-tab{
  background:#fff;
  color:#4a5260;
  border:1px solid rgba(0,0,0,.10);
}

.legal-tab:hover{
  border-color:var(--gold);
  color:#111;
}

.legal-tab.active{
  background:var(--gold);
  color:#111;
  border-color:var(--gold);
}

.legal-section.active{
  max-width:920px;
  padding:42px 46px;
}

.legal-block h2{
  color:#111318;
}

.legal-block h3{
  color:#222a33;
}

.legal-block p,
.legal-block ul li{
  color:#3f4652;
}

.legal-block a{
  color:#3f7b6c;
  border-bottom:1px solid rgba(63,123,108,.28);
}

.legal-block a:hover{
  color:#111;
}

.info-box{
  background:rgba(63,123,108,.08);
}

.info-box p{
  color:#273c35!important;
}

.warn-box{
  background:rgba(216,177,75,.12);
}

.warn-box p{
  color:#4a3b18!important;
}

.attrib-block{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(0,0,0,.08);
}

body.about-template .site-footer,
body.legal-template .site-footer{
  margin-top:0;
}

@media (max-width:900px){
  .about-page,
  .legal-page{
    width:calc(100% - 40px);
    padding-top:46px;
  }

  .about-body,
  .about-closing,
  .legal-section.active{
    padding:32px 28px;
  }
}

@media (max-width:640px){
  .about-page,
  .legal-page{
    width:calc(100% - 36px);
    padding-top:34px;
    padding-bottom:74px;
  }

  .about-title,
  .legal-page-title{
    font-size:clamp(42px, 13vw, 58px);
  }

  .about-lead,
  .legal-meta{
    font-size:18px;
  }

  .map-section{
    margin:0 0 34px;
  }

  .map-inner{
    padding:24px 18px;
  }

  .about-body,
  .about-closing,
  .legal-section.active{
    padding:28px 22px;
    border-radius:22px;
  }

  .legal-tabs{
    border-radius:22px;
  }
}


/* =========================================================
RESULTS HEADER ALIGNMENT + LOCATION STATUS
========================================================= */

.main .results-head,
.main .results-header,
.main .results-bar{
  max-width:1100px;
  margin-left:0;
  margin-right:auto;
}

.main .results-head,
.main .results-header{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  margin-bottom:24px;
}

.main .results-head h2,
.main .results-header h2{
  margin:0;
}

.main .results-count,
.main .results-info{
  display:block;
  margin:0;
  padding:0;
  text-align:left;
}

.location-status{
  line-height:1.45;
}

@media (max-width:640px){
  .main .results-head,
  .main .results-header,
  .main .results-bar{
    max-width:none;
    width:100%;
  }
}
