/* ============================================================
   VLG GOLD COMPANY — shared stylesheet
   Design tokens: temple maroon + antique gold + emerald accent
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Noto+Serif+Telugu:wght@500;600;700&family=Jost:wght@300;400;500;600;700&family=Noto+Sans+Telugu:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');

:root{
  --maroon-deep:#4A0E1F;
  --maroon:#701A34;
  --maroon-light:#9C2C48;
  --gold:#C9992E;
  --gold-bright:#E9C15E;
  --gold-pale:#F3E3B4;
  --cream:#FBF5E8;
  --cream-dim:#F2E9D8;
  --ink:#241C16;
  --ink-soft:#5B4F42;
  --emerald:#1E5C48;
  --emerald-light:#2C7D63;
  --line: rgba(74,14,31,0.14);
  --shadow: 0 20px 60px -20px rgba(74,14,31,0.35);
  --radius: 18px;
  --font-display:'Cormorant Garamond','Noto Serif Telugu',serif;
  --font-te:'Noto Serif Telugu',serif;
  --font-body:'Jost','Noto Sans Telugu',sans-serif;
  --font-te-body:'Noto Sans Telugu',sans-serif;
  --font-mono:'JetBrains Mono',monospace;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;margin:0 0 .5em;color:var(--maroon-deep);}
.te{font-family:var(--font-te);}
.te-body{font-family:var(--font-te-body);}
p{margin:0 0 1em;}
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px;}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--emerald);background:rgba(30,92,72,0.08);
  border:1px solid rgba(30,92,72,0.25);
  padding:6px 14px;border-radius:99px;margin-bottom:16px;
}
.eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--emerald);}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--font-body);font-weight:600;font-size:.95rem;
  padding:14px 26px;border-radius:99px;border:1px solid transparent;
  cursor:pointer;transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap;
}
.btn-gold{background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:var(--maroon-deep);box-shadow:0 12px 30px -10px rgba(201,153,46,0.65);}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 16px 36px -8px rgba(201,153,46,0.8);}
.btn-outline{border-color:rgba(251,245,232,0.55);color:var(--cream);}
.btn-outline:hover{background:rgba(251,245,232,0.12);transform:translateY(-3px);}
.btn-maroon{background:var(--maroon);color:var(--cream);}
.btn-maroon:hover{background:var(--maroon-deep);transform:translateY(-3px);}
.btn-sm{padding:10px 18px;font-size:.82rem;}
.btn svg{width:18px;height:18px;flex-shrink:0;}

/* ---------- top strip ---------- */
.top-strip{
  background:var(--ink);color:var(--gold-pale);
  font-family:var(--font-mono);font-size:.72rem;letter-spacing:.03em;
  overflow:hidden;position:relative;
}
.top-strip .container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:8px;padding-bottom:8px;}
.top-strip .ticker{flex:1;overflow:hidden;position:relative;height:1.1em;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);}
.top-strip .ticker-track{display:flex;gap:48px;position:absolute;white-space:nowrap;animation:tickerMove 22s linear infinite;}
.top-strip .ticker span{opacity:.85;}
.top-strip .contact-mini{display:flex;gap:18px;align-items:center;flex-shrink:0;}
.top-strip .contact-mini a{display:flex;align-items:center;gap:6px;color:var(--gold-bright);}
.top-strip .contact-mini svg{width:13px;height:13px;}
@keyframes tickerMove{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ---------- header ---------- */
header.site{
  position:sticky;top:0;z-index:100;
  background:rgba(251,245,232,0.92);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:20px;}
.brand{display:flex;align-items:center;gap:12px;}
.brand-mark{width:46px;height:46px;flex-shrink:0;}
.brand-text .en{font-family:var(--font-display);font-weight:700;font-size:1.32rem;color:var(--maroon-deep);line-height:1.05;letter-spacing:.01em;}
.brand-text .te{font-family:var(--font-te);font-size:.78rem;color:var(--gold);letter-spacing:.02em;}
nav.main-nav ul{display:flex;gap:2px;align-items:center;}
nav.main-nav a{
  display:flex;flex-direction:column;align-items:center;line-height:1.15;
  padding:8px 16px;border-radius:10px;font-weight:500;font-size:.88rem;color:var(--ink-soft);
  transition:background .2s ease,color .2s ease;
}
nav.main-nav a .te-body{font-size:.72rem;color:var(--gold);opacity:.85;}
nav.main-nav a:hover, nav.main-nav a.active{background:var(--maroon);color:var(--cream);}
nav.main-nav a:hover .te-body, nav.main-nav a.active .te-body{color:var(--gold-bright);}
.nav-cta{display:flex;gap:10px;align-items:center;}
.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:10px;padding:8px;cursor:pointer;}
.nav-toggle svg{width:22px;height:22px;color:var(--maroon-deep);}

/* ---------- hero ---------- */
.hero{
  position:relative;overflow:hidden;
  background:radial-gradient(120% 140% at 85% -10%, rgba(233,193,94,0.35), transparent 55%), linear-gradient(180deg,var(--maroon-deep),var(--maroon) 60%, #7d2038);
  color:var(--cream);
  padding:78px 0 96px;
}
.hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;opacity:.10;
  background-image:radial-gradient(circle,var(--gold-bright) 1px, transparent 1.4px);
  background-size:26px 26px;
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;}
.hero h1{color:var(--cream);font-size:clamp(2.1rem,4.2vw,3.5rem);line-height:1.08;margin-bottom:.4em;}
.hero h1 .te{display:block;color:var(--gold-bright);font-size:.72em;margin-bottom:.18em;}
.hero-sub{font-size:1.05rem;color:var(--gold-pale);max-width:46ch;margin-bottom:1.6em;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px;}
.hero-badges{display:flex;gap:22px;flex-wrap:wrap;}
.hero-badge{display:flex;align-items:center;gap:10px;font-size:.84rem;color:var(--gold-pale);}
.hero-badge svg{width:20px;height:20px;color:var(--gold-bright);flex-shrink:0;}

/* signature scale illustration */
.scale-wrap{position:relative;display:flex;align-items:center;justify-content:center;}
.scale-photo-ring{
  position:absolute;width:78%;aspect-ratio:1;border-radius:50%;
  background:linear-gradient(135deg,var(--gold-bright),var(--gold));
  box-shadow:0 30px 70px -20px rgba(0,0,0,0.5);
  overflow:hidden;
}
.scale-photo-ring img{width:100%;height:100%;object-fit:cover;mix-blend-mode:normal;opacity:.92;}
.scale-svg{position:relative;z-index:3;width:100%;max-width:420px;filter:drop-shadow(0 20px 30px rgba(0,0,0,.35));}
.scale-beam{transform-origin:210px 96px;animation:beamTilt 4.5s ease-in-out infinite;}
@keyframes beamTilt{0%,100%{transform:rotate(-3.5deg);}50%{transform:rotate(3.5deg);}}
.pan-left{animation:panLeft 4.5s ease-in-out infinite;}
.pan-right{animation:panRight 4.5s ease-in-out infinite;}
@keyframes panLeft{0%,100%{transform:translateY(-6px);}50%{transform:translateY(8px);}}
@keyframes panRight{0%,100%{transform:translateY(8px);}50%{transform:translateY(-6px);}}
.coin-spin{animation:coinSpin 6s linear infinite;transform-origin:center;}
@keyframes coinSpin{from{transform:scaleX(1);}25%{transform:scaleX(.15);}50%{transform:scaleX(1);}75%{transform:scaleX(.15);}to{transform:scaleX(1);}}
.glow-pulse{animation:glowPulse 3s ease-in-out infinite;}
@keyframes glowPulse{0%,100%{opacity:.35;}50%{opacity:.75;}}

/* floating gold flecks */
.flecks span{position:absolute;border-radius:50%;background:var(--gold-bright);opacity:.55;animation:floatUp linear infinite;}
@keyframes floatUp{0%{transform:translateY(20px) scale(.6);opacity:0;}10%{opacity:.7;}100%{transform:translateY(-140px) scale(1);opacity:0;}}

/* ---------- reveal ---------- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);}
.reveal.in{opacity:1;transform:translateY(0);}
.reveal-delay-1{transition-delay:.08s;}
.reveal-delay-2{transition-delay:.16s;}
.reveal-delay-3{transition-delay:.24s;}
.reveal-delay-4{transition-delay:.32s;}
.reveal-delay-5{transition-delay:.4s;}

/* ---------- sections ---------- */
section{padding:88px 0;}
.section-cream{background:var(--cream);}
.section-dim{background:var(--cream-dim);}
.section-dark{background:linear-gradient(180deg,#3B0B18,var(--maroon-deep));color:var(--cream);}
.section-dark h2{color:var(--cream);}
.section-head{max-width:680px;margin:0 auto 52px;text-align:center;}
.section-head p{color:var(--ink-soft);font-size:1.05rem;}
.section-head.left{margin:0 0 44px;text-align:left;}

/* ---------- service cards ---------- */
.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px;}
.svc-card{
  background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);
  padding:28px 22px;text-align:left;transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position:relative;overflow:hidden;
}
.svc-card::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(201,153,46,0.12),transparent 55%);opacity:0;transition:opacity .3s ease;}
.svc-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:var(--gold);}
.svc-card:hover::after{opacity:1;}
.svc-icon{
  width:52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg,var(--gold-bright),var(--gold));
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
  box-shadow:0 10px 22px -8px rgba(201,153,46,0.7);
}
.svc-icon svg{width:26px;height:26px;color:var(--maroon-deep);}
.svc-card h3{font-size:1.18rem;margin-bottom:.25em;}
.svc-card .te-body{display:block;color:var(--gold);font-size:.82rem;margin-bottom:10px;}
.svc-card p{color:var(--ink-soft);font-size:.92rem;margin-bottom:12px;}
.svc-card .learn{font-family:var(--font-mono);font-size:.76rem;letter-spacing:.06em;color:var(--emerald);text-transform:uppercase;}

/* ---------- steps ---------- */
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.step{position:relative;padding-left:0;}
.step-num{
  font-family:var(--font-display);font-size:2.6rem;font-weight:700;color:var(--gold);
  line-height:1;margin-bottom:10px;
}
.step h4{margin-bottom:6px;}
.step p{color:var(--ink-soft);font-size:.92rem;}
.step-line{position:absolute;top:26px;left:100%;width:30px;height:2px;background:var(--gold-pale);}

/* ---------- trust / why ---------- */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.why-list li{display:flex;gap:16px;padding:16px 0;border-top:1px solid var(--line);}
.why-list li:first-child{border-top:none;}
.why-list svg{width:24px;height:24px;color:var(--emerald);flex-shrink:0;margin-top:2px;}
.why-list h4{margin-bottom:2px;font-size:1.02rem;}
.why-list p{color:var(--ink-soft);font-size:.9rem;margin:0;}
.why-photo{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5;}
.why-photo img{width:100%;height:100%;object-fit:cover;}
.why-photo .tag{
  position:absolute;left:18px;bottom:18px;background:rgba(36,28,22,0.78);color:var(--gold-pale);
  padding:10px 16px;border-radius:12px;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;
  backdrop-filter:blur(4px);
}

/* ---------- gallery ---------- */
.gallery-band{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:18px;}
.gallery-band .g-item{border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow);}
.gallery-band .g-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.gallery-band .g-item:hover img{transform:scale(1.06);}
.gallery-band .g-item.tall{aspect-ratio:3/4;}
.gallery-band .g-side{display:flex;flex-direction:column;gap:18px;}
.gallery-band .g-side .g-item{flex:1;aspect-ratio:4/3;}

/* ---------- area / districts ---------- */
.state-block{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:32px;}
.state-block h3{display:flex;align-items:center;gap:10px;}
.state-block h3 .flag-dot{width:10px;height:10px;border-radius:50%;background:var(--emerald);}
.district-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px;}
.district-chips span{
  font-size:.82rem;padding:7px 13px;border-radius:99px;
  background:var(--cream-dim);border:1px solid var(--line);color:var(--ink-soft);
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.district-chips span:hover{background:var(--maroon);color:var(--cream);border-color:var(--maroon);}

/* ---------- CTA banner ---------- */
.cta-band{
  background:linear-gradient(120deg,var(--maroon-deep),var(--maroon) 60%,var(--maroon-light));
  color:var(--cream);border-radius:28px;padding:56px 48px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;
  position:relative;overflow:hidden;
}
.cta-band::before{content:'';position:absolute;right:-60px;top:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(233,193,94,0.35),transparent 70%);}
.cta-band h2{color:var(--cream);margin-bottom:.25em;}
.cta-band p{color:var(--gold-pale);margin:0;max-width:44ch;}
.cta-actions{display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:2;}

/* ---------- footer ---------- */
footer.site{background:var(--ink);color:var(--gold-pale);padding:64px 0 26px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:40px;}
.footer-grid h5{font-family:var(--font-display);color:var(--gold-bright);font-size:1.05rem;margin-bottom:16px;}
.footer-grid p, .footer-grid a{color:rgba(243,227,180,0.75);font-size:.9rem;}
.footer-grid ul li{margin-bottom:10px;}
.footer-grid ul a:hover{color:var(--gold-bright);}
.foot-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.foot-brand .brand-mark{width:38px;height:38px;}
.foot-brand .en{font-family:var(--font-display);font-size:1.15rem;color:var(--cream);}
.foot-bottom{border-top:1px solid rgba(243,227,180,0.14);margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.8rem;color:rgba(243,227,180,0.55);}
.social-row{display:flex;gap:10px;margin-top:14px;}
.social-row a{width:36px;height:36px;border-radius:10px;border:1px solid rgba(243,227,180,0.25);display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease;}
.social-row a:hover{background:var(--gold);border-color:var(--gold);}
.social-row svg{width:16px;height:16px;}

/* ---------- floating whatsapp ---------- */
.float-wa{
  position:fixed;bottom:22px;right:22px;z-index:200;
  width:58px;height:58px;border-radius:50%;
  background:#25D366;display:flex;align-items:center;justify-content:center;
  box-shadow:0 14px 30px -8px rgba(0,0,0,0.45);
  animation:waPulse 2.6s ease-in-out infinite;
}
.float-wa svg{width:28px;height:28px;color:#fff;}
@keyframes waPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.08);}}

/* ---------- page hero (inner pages) ---------- */
.page-hero{
  background:linear-gradient(180deg,var(--maroon-deep),var(--maroon));
  color:var(--cream);padding:70px 0 60px;position:relative;overflow:hidden;
}
.page-hero::before{content:'';position:absolute;inset:0;opacity:.1;background-image:radial-gradient(circle,var(--gold-bright) 1px, transparent 1.4px);background-size:24px 24px;}
.page-hero .container{position:relative;z-index:2;}
.breadcrumb{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.06em;color:var(--gold-pale);opacity:.8;margin-bottom:14px;}
.page-hero h1{color:var(--cream);font-size:clamp(2rem,3.6vw,2.9rem);}
.page-hero .te{display:block;color:var(--gold-bright);font-size:.68em;margin-bottom:.2em;}
.page-hero p.sub{color:var(--gold-pale);max-width:60ch;font-size:1.02rem;}

/* ---------- FAQ ---------- */
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;cursor:pointer;font-weight:600;font-size:1.02rem;color:var(--maroon-deep);}
.faq-q svg{width:20px;height:20px;flex-shrink:0;transition:transform .3s ease;color:var(--gold);}
.faq-item.open .faq-q svg{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-a p{color:var(--ink-soft);padding-bottom:20px;margin:0;font-size:.94rem;}

/* ---------- about page bits ---------- */
.value-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:26px;}
.value-card .num{font-family:var(--font-mono);color:var(--gold);font-size:.78rem;letter-spacing:.08em;}
.value-card h4{margin:10px 0 8px;}
.value-card p{color:var(--ink-soft);font-size:.9rem;margin:0;}

/* ---------- contact page ---------- */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;}
.contact-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:30px;margin-bottom:20px;}
.contact-card h4{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.contact-card h4 svg{width:20px;height:20px;color:var(--emerald);}
.contact-card p{color:var(--ink-soft);margin:0;}
.contact-card a.big{font-family:var(--font-display);font-size:1.6rem;color:var(--maroon-deep);}
form.enquire{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:34px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.form-row.full{grid-template-columns:1fr;}
label{display:block;font-size:.82rem;font-weight:600;color:var(--ink-soft);margin-bottom:6px;}
input,select,textarea{
  width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line);
  background:#fff;font-family:var(--font-body);font-size:.94rem;color:var(--ink);
}
input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:1px;}
textarea{resize:vertical;min-height:100px;}
.map-frame{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);height:280px;margin-top:20px;}
.map-frame iframe{width:100%;height:100%;border:0;}

/* ---------- responsive ---------- */
@media (max-width:1080px){
  .grid-5{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .gallery-band{grid-template-columns:1fr 1fr;}
  .gallery-band .g-item.tall{grid-row:span 2;}
}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;}
  .scale-wrap{order:-1;max-width:320px;margin:0 auto 20px;}
  .why-grid, .contact-grid, .grid-2{grid-template-columns:1fr;}
  .grid-3{grid-template-columns:1fr 1fr;}
  .steps{grid-template-columns:1fr;}
  .step-line{display:none;}
}
@media (max-width:760px){
  nav.main-nav{position:fixed;inset:64px 0 0 0;background:var(--cream);flex-direction:column;padding:20px;transform:translateY(-110%);transition:transform .3s ease;z-index:99;overflow:auto;}
  nav.main-nav.open{transform:translateY(0);}
  nav.main-nav ul{flex-direction:column;width:100%;gap:6px;}
  nav.main-nav a{flex-direction:row;justify-content:space-between;width:100%;padding:14px 16px;}
  .nav-toggle{display:block;}
  .nav-cta{display:none;}
  .grid-5,.grid-3{grid-template-columns:1fr 1fr;}
  .form-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .gallery-band{grid-template-columns:1fr;}
  .gallery-band .g-item.tall{grid-row:auto;aspect-ratio:16/10;}
  .cta-band{padding:38px 26px;}
}
@media (max-width:520px){
  .grid-5,.grid-3{grid-template-columns:1fr;}
  section{padding:64px 0;}
}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;}
}

/* ---------- constituency/district brochure banner (SVG, inline for crisp text) ---------- */
.district-banner{
  width:100%;border-radius:20px;overflow:hidden;box-shadow:var(--shadow, 0 20px 60px -20px rgba(74,14,31,0.35));
  margin-bottom:8px;border:1px solid rgba(233,193,94,0.35);
}
.banner-svg{display:block;width:100%;height:auto;}

/* ============================================================
   PREMIUM LOCATION PAGE THEME — design-only enhancement
   Scoped to generated gold-buyers-* pages so other site pages
   keep their existing look. SEO/meta/content is untouched.
   ============================================================ */
body.premium-location-page{
  --premium-black:#07090c;
  --premium-black-2:#101318;
  --premium-gold:#d7a72f;
  --premium-gold-2:#ffd86a;
  --premium-paper:#fffdf8;
  --premium-green:#08a84f;
  --premium-green-2:#20c96b;
  background:#f6f3ec;
  color:#16191d;
}

/* Top information strip */
body.premium-location-page .top-strip{
  background:linear-gradient(90deg,#050608,#11151a 55%,#050608);
  color:#f3e3b4;
  border-bottom:1px solid rgba(255,216,106,.16);
}
body.premium-location-page .top-strip .contact-mini a{color:var(--premium-gold-2);font-weight:700;}

/* Premium white/black navigation */
body.premium-location-page header.site{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 28px rgba(0,0,0,.07);
  backdrop-filter:blur(16px);
}
body.premium-location-page .nav-wrap{padding-top:12px;padding-bottom:12px;}
body.premium-location-page .brand-mark circle{fill:#080a0d !important;}
body.premium-location-page .brand-mark path{stroke:#f2c84b !important;}
body.premium-location-page .brand-text .en{color:#111317;font-weight:700;}
body.premium-location-page .brand-text .te{color:#a97d13;}
body.premium-location-page nav.main-nav a{color:#2c3036;font-weight:600;}
body.premium-location-page nav.main-nav a:hover,
body.premium-location-page nav.main-nav a.active{
  background:#090b0e;color:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}
body.premium-location-page nav.main-nav a:hover .te-body,
body.premium-location-page nav.main-nav a.active .te-body{color:#ffd86a;}
body.premium-location-page .nav-toggle{background:#0a0c0f;border-color:#0a0c0f;box-shadow:0 8px 18px rgba(0,0,0,.14);}
body.premium-location-page .nav-toggle svg{color:#ffd86a;}

/* Premium buttons */
body.premium-location-page .btn{
  border-radius:13px;
  min-height:46px;
  font-weight:700;
  letter-spacing:.01em;
}
body.premium-location-page .btn-gold{
  background:linear-gradient(135deg,#ffe27d,#e1ab2f 70%,#c88e12);
  color:#101215;
  border-color:rgba(176,122,8,.28);
  box-shadow:0 10px 24px rgba(201,153,46,.3), inset 0 1px 0 rgba(255,255,255,.7);
}
body.premium-location-page .btn-gold:hover{box-shadow:0 15px 32px rgba(201,153,46,.42);}
body.premium-location-page .btn-maroon{
  background:linear-gradient(135deg,#0b0e12,#252a31);
  color:#fff;
  border:1px solid rgba(255,216,106,.38);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
body.premium-location-page .btn-maroon:hover{background:#050608;}
body.premium-location-page .btn-outline{
  border-color:rgba(255,216,106,.52);
  color:#fff;
  background:rgba(255,255,255,.04);
}
body.premium-location-page .nav-cta .btn:first-child{
  background:linear-gradient(135deg,#ffe27d,#d9a125);
  color:#0c0e11;border:none;
}
body.premium-location-page .nav-cta .btn:last-child{
  background:linear-gradient(135deg,#079c49,#12b95c);
  color:#fff;border:none;
  box-shadow:0 10px 24px rgba(5,151,70,.22);
}

/* Cinematic location hero — uses the site's existing social image only */
body.premium-location-page .page-hero{
  min-height:430px;
  padding:76px 0 70px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(3,4,6,.98) 0%,rgba(5,7,9,.95) 38%,rgba(5,7,9,.72) 62%,rgba(5,7,9,.38) 100%),
    url('https://images.unsplash.com/photo-1567567557645-8450247d194a?w=1400&auto=format&fit=crop&q=82') center right/cover no-repeat;
  border-bottom:3px solid #d9a82e;
}
body.premium-location-page .page-hero::before{
  opacity:.2;
  background-image:linear-gradient(120deg,transparent 0 62%,rgba(255,216,106,.15) 62% 63%,transparent 63%),radial-gradient(circle,rgba(255,216,106,.7) 1px,transparent 1.5px);
  background-size:auto,28px 28px;
  mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.2));
}
body.premium-location-page .page-hero .container{max-width:1180px;}
body.premium-location-page .page-hero .container>*{max-width:720px;}
body.premium-location-page .breadcrumb{
  display:inline-flex;
  padding:7px 12px;
  border:1px solid rgba(255,216,106,.34);
  background:rgba(0,0,0,.3);
  border-radius:999px;
  color:#ffe07b;
  margin-bottom:18px;
}
body.premium-location-page .page-hero h1{
  color:#fff;
  font-size:clamp(2.35rem,4.5vw,4.25rem);
  line-height:1.02;
  text-shadow:0 4px 26px rgba(0,0,0,.34);
  margin-bottom:18px;
}
body.premium-location-page .page-hero h1 .te{
  color:#ffd85f;
  font-size:.62em;
  line-height:1.25;
  margin-bottom:10px;
}
body.premium-location-page .page-hero p.sub{
  color:rgba(255,255,255,.88);
  font-size:1.05rem;
  line-height:1.72;
  max-width:68ch;
  text-shadow:0 2px 14px rgba(0,0,0,.28);
}

/* Premium section rhythm */
body.premium-location-page section{padding-top:78px;padding-bottom:78px;}
body.premium-location-page .section-cream{background:var(--premium-paper);}
body.premium-location-page .section-dim{background:#f3efe5;}
body.premium-location-page .section-head .eyebrow,
body.premium-location-page .eyebrow{
  color:#87600a;
  background:#fff8dc;
  border-color:#ecd278;
  font-weight:700;
}
body.premium-location-page .eyebrow::before{background:#d8a52a;box-shadow:0 0 0 4px rgba(216,165,42,.14);}
body.premium-location-page h1,
body.premium-location-page h2,
body.premium-location-page h3,
body.premium-location-page h4{color:#111318;}
body.premium-location-page .section-head h2{font-size:clamp(2rem,3.2vw,3rem);line-height:1.08;}
body.premium-location-page .section-head.left{position:relative;padding-left:18px;}
body.premium-location-page .section-head.left::before{
  content:'';position:absolute;left:0;top:3px;bottom:3px;width:4px;border-radius:5px;background:linear-gradient(#ffd86a,#c58a10);
}

/* Service cards */
body.premium-location-page .grid-5{gap:16px;}
body.premium-location-page .svc-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:16px;
  padding:25px 20px 23px;
  box-shadow:0 12px 30px rgba(19,23,29,.07);
  min-height:100%;
}
body.premium-location-page .svc-card::before{
  content:'';position:absolute;left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,#c99019,#ffdf73,#c99019);
}
body.premium-location-page .svc-card::after{background:linear-gradient(160deg,rgba(255,216,106,.13),transparent 54%);}
body.premium-location-page .svc-card:hover{transform:translateY(-7px);border-color:rgba(211,161,35,.38);box-shadow:0 20px 42px rgba(19,23,29,.12);}
body.premium-location-page .svc-icon{
  width:54px;height:54px;
  background:linear-gradient(145deg,#171a1f,#060708);
  border:1px solid rgba(255,216,106,.35);
  box-shadow:0 10px 20px rgba(0,0,0,.13);
}
body.premium-location-page .svc-icon svg{color:#ffd65b;}
body.premium-location-page .svc-card h3{font-size:1.25rem;}
body.premium-location-page .svc-card .learn{color:#9b6e0b;font-weight:700;}

/* Coverage / content cards */
body.premium-location-page .state-block{
  background:linear-gradient(145deg,#fff,#fffaf0);
  border:1px solid rgba(201,153,46,.25);
  box-shadow:0 16px 34px rgba(35,28,18,.07);
}
body.premium-location-page .state-block h3 .flag-dot{background:#d3a023;box-shadow:0 0 0 5px rgba(211,160,35,.12);}
body.premium-location-page .district-chips span{
  background:#fff;border-color:rgba(0,0,0,.09);color:#31353a;font-weight:600;
}
body.premium-location-page .district-chips span:hover{background:#101318;color:#ffd968;border-color:#101318;}
body.premium-location-page .why-photo{border:1px solid rgba(207,157,37,.22);box-shadow:0 24px 58px rgba(0,0,0,.15);}
body.premium-location-page .why-photo .tag{background:rgba(6,8,10,.86);color:#ffd967;border:1px solid rgba(255,216,106,.24);}

/* FAQ */
body.premium-location-page .faq-item{
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:14px;
  margin-bottom:12px;
  padding:0 20px;
  box-shadow:0 8px 20px rgba(0,0,0,.035);
}
body.premium-location-page .faq-q{color:#171a1e;}
body.premium-location-page .faq-q svg{color:#c99018;}

/* Premium closing CTA */
body.premium-location-page .cta-band{
  background:
    radial-gradient(circle at 85% 0,rgba(255,216,106,.26),transparent 35%),
    linear-gradient(120deg,#060709,#101318 58%,#1b1710);
  border:1px solid rgba(255,216,106,.25);
  border-radius:22px;
  box-shadow:0 26px 60px rgba(0,0,0,.18);
}
body.premium-location-page .cta-band h2{color:#fff;}
body.premium-location-page .cta-band p{color:rgba(255,255,255,.72);}
body.premium-location-page .cta-band .btn-outline{
  background:linear-gradient(135deg,#079f4b,#13bb5d);
  border-color:#13bb5d;color:#fff;
  box-shadow:0 10px 24px rgba(5,151,70,.28);
}

/* Footer */
body.premium-location-page footer.site{
  background:linear-gradient(180deg,#090b0e,#030405);
  border-top:1px solid rgba(255,216,106,.18);
}
body.premium-location-page .foot-brand .brand-mark circle{fill:#050608 !important;}
body.premium-location-page .footer-grid h5{color:#ffd863;}

/* Desktop floating WhatsApp becomes compact premium pill */
body.premium-location-page .float-wa{
  width:58px;height:58px;
  right:22px;bottom:24px;
  border:2px solid rgba(255,255,255,.9);
  background:linear-gradient(145deg,#06a24b,#20c96b);
  box-shadow:0 15px 36px rgba(0,0,0,.3),0 0 0 6px rgba(16,185,89,.09);
}

/* Mobile premium contact dock: design-only contact controls */
.premium-contact-dock{display:none;}

@media (max-width:760px){
  body.premium-location-page{padding-bottom:78px;}
  body.premium-location-page .top-strip{display:none;}
  body.premium-location-page header.site{top:0;}
  body.premium-location-page .nav-wrap{padding:10px 14px;}
  body.premium-location-page .brand-mark{width:38px;height:38px;}
  body.premium-location-page .brand-text .en{font-size:1.08rem;}
  body.premium-location-page .brand-text .te{font-size:.66rem;}
  body.premium-location-page nav.main-nav{
    inset:60px 0 0 0;
    background:rgba(8,10,13,.985);
    padding:18px 16px 100px;
  }
  body.premium-location-page nav.main-nav a{color:#fff;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025);}
  body.premium-location-page nav.main-nav a .te-body{color:#d8b85a;}
  body.premium-location-page nav.main-nav a:hover,
  body.premium-location-page nav.main-nav a.active{background:#171a1f;color:#ffd863;border-color:rgba(255,216,106,.24);}

  body.premium-location-page .page-hero{
    min-height:auto;
    padding:50px 0 44px;
    background:
      linear-gradient(180deg,rgba(3,4,6,.78) 0%,rgba(3,4,6,.88) 52%,rgba(3,4,6,.98) 100%),
      url('https://images.unsplash.com/photo-1567567557645-8450247d194a?w=900&auto=format&fit=crop&q=82') center/cover no-repeat;
  }
  body.premium-location-page .page-hero::before{opacity:.12;}
  body.premium-location-page .page-hero .container{padding:0 18px;}
  body.premium-location-page .breadcrumb{font-size:.64rem;padding:6px 10px;margin-bottom:14px;}
  body.premium-location-page .page-hero h1{font-size:clamp(2.15rem,10vw,3.05rem);line-height:1.02;margin-bottom:16px;}
  body.premium-location-page .page-hero h1 .te{font-size:.58em;line-height:1.34;}
  body.premium-location-page .page-hero p.sub{font-size:.94rem;line-height:1.62;color:rgba(255,255,255,.88);}
  body.premium-location-page section{padding:54px 0;}
  body.premium-location-page .container{padding-left:16px;padding-right:16px;}
  body.premium-location-page .section-head{margin-bottom:28px;}
  body.premium-location-page .section-head.left{padding-left:13px;}
  body.premium-location-page .section-head h2{font-size:2rem;}

  body.premium-location-page .grid-5,
  body.premium-location-page .grid-3{grid-template-columns:1fr 1fr;gap:10px;}
  body.premium-location-page .svc-card{padding:17px 12px 15px;border-radius:13px;text-align:center;}
  body.premium-location-page .svc-icon{width:46px;height:46px;margin:0 auto 12px;}
  body.premium-location-page .svc-card h3{font-size:1rem;line-height:1.08;margin-bottom:6px;}
  body.premium-location-page .svc-card .te-body{font-size:.72rem;}
  body.premium-location-page .svc-card p{font-size:.78rem;line-height:1.45;text-align:left;margin-top:9px;}
  body.premium-location-page .svc-card .learn{font-size:.75rem;}
  body.premium-location-page .state-block{padding:22px 17px;border-radius:15px;}
  body.premium-location-page .district-chips{gap:7px;}
  body.premium-location-page .district-chips span{font-size:.73rem;padding:6px 10px;}
  body.premium-location-page .cta-band{padding:30px 20px;border-radius:18px;}
  body.premium-location-page .cta-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:9px;}
  body.premium-location-page .cta-actions .btn{justify-content:center;padding:12px 9px;font-size:.78rem;}

  body.premium-location-page .float-wa{display:none;}
  .premium-contact-dock{
    position:fixed;
    left:0;right:0;bottom:0;z-index:500;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));
    background:rgba(7,9,12,.96);
    border-top:1px solid rgba(255,216,106,.28);
    box-shadow:0 -16px 38px rgba(0,0,0,.24);
    backdrop-filter:blur(14px);
  }
  .premium-contact-dock a{
    min-height:56px;
    display:flex;align-items:center;justify-content:center;gap:9px;
    font-family:var(--font-body);font-weight:800;font-size:.89rem;line-height:1.1;
  }
  .premium-contact-dock a:first-child{
    color:#fff;
    background:linear-gradient(135deg,#079d49,#1ac361);
    border-radius:13px 0 0 13px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
  }
  .premium-contact-dock a:last-child{
    color:#101215;
    background:linear-gradient(135deg,#ffe37c,#dfa729);
    border-radius:0 13px 13px 0;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
  }
  .premium-contact-dock svg{width:24px;height:24px;flex:0 0 auto;}
  .premium-contact-dock .dock-copy{display:flex;flex-direction:column;align-items:flex-start;}
  .premium-contact-dock .dock-copy small{font-size:.62rem;font-weight:600;opacity:.82;letter-spacing:.02em;}
  .premium-contact-dock .dock-copy strong{font-size:.84rem;}
}

@media (max-width:380px){
  .premium-contact-dock a{gap:6px;font-size:.8rem;}
  .premium-contact-dock svg{width:21px;height:21px;}
  .premium-contact-dock .dock-copy strong{font-size:.76rem;}
  body.premium-location-page .brand-text .te{display:none;}
}

/* ============================================================
   PREMIUM LOCAL IMAGE ASSETS — hero + service artwork
   ============================================================ */
body.premium-location-page .page-hero{
  min-height:500px;
  background:
    radial-gradient(circle at 76% 18%,rgba(255,216,106,.13),transparent 28%),
    linear-gradient(115deg,#030405 0%,#090b0e 54%,#16130c 100%);
}
body.premium-location-page .page-hero .container>*{max-width:none;}
body.premium-location-page .premium-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
  align-items:center;
  gap:48px;
}
body.premium-location-page .premium-hero-copy>*{max-width:720px;}
body.premium-location-page .premium-hero-media{
  position:relative;
  aspect-ratio:3/2;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,218,103,.34);
  background:#100d07;
  box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 0 7px rgba(255,216,106,.035);
  transform:perspective(1100px) rotateY(-3deg);
}
body.premium-location-page .premium-hero-media::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(255,235,160,.12),transparent 28%,transparent 70%,rgba(0,0,0,.22));
  pointer-events:none;
}
body.premium-location-page .premium-hero-media img{
  width:100%;height:100%;object-fit:cover;transform:scale(1.015);
}
body.premium-location-page .premium-hero-shine{
  position:absolute;inset:-55% 45% -55% -25%;
  background:linear-gradient(90deg,transparent,rgba(255,239,185,.14),transparent);
  transform:rotate(18deg);
  animation:premiumHeroShine 7s ease-in-out infinite;
  pointer-events:none;
}
@keyframes premiumHeroShine{
  0%,70%{transform:translateX(-35%) rotate(18deg);opacity:0;}
  78%{opacity:.8;}
  100%{transform:translateX(170%) rotate(18deg);opacity:0;}
}
body.premium-location-page .grid-5{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;}
body.premium-location-page .svc-card{padding:0 0 20px;display:flex;flex-direction:column;}
body.premium-location-page .svc-photo{
  width:100%;aspect-ratio:1.72/1;height:auto;object-fit:cover;
  border-bottom:1px solid rgba(194,139,19,.18);background:#fffaf0;
  transition:transform .38s ease,filter .38s ease;
}
body.premium-location-page .svc-card:hover .svc-photo{transform:scale(1.035);filter:saturate(1.06) contrast(1.02);}
body.premium-location-page .svc-icon{display:none;}
body.premium-location-page .svc-card h3{margin:17px 18px 4px;line-height:1.08;}
body.premium-location-page .svc-card > .te-body{margin:0 18px 10px;}
body.premium-location-page .svc-card p{margin:0 18px 14px;flex:1;}
body.premium-location-page .svc-card .learn{margin:0 18px;align-self:flex-start;}
@media (max-width:980px){
  body.premium-location-page .premium-hero-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:30px;}
  body.premium-location-page .grid-5{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:760px){
  body.premium-location-page .page-hero{
    padding:34px 0 34px;
    background:radial-gradient(circle at 88% 12%,rgba(255,216,106,.13),transparent 30%),linear-gradient(180deg,#040506 0%,#0b0d10 68%,#151109 100%);
  }
  body.premium-location-page .premium-hero-grid{grid-template-columns:1fr;gap:22px;}
  body.premium-location-page .premium-hero-media{
    width:100%;max-width:520px;justify-self:center;border-radius:19px;transform:none;
    box-shadow:0 20px 45px rgba(0,0,0,.38),0 0 0 5px rgba(255,216,106,.035);
  }
  body.premium-location-page .grid-5{grid-template-columns:1fr 1fr;gap:11px;}
  body.premium-location-page .svc-card{padding:0 0 14px;}
  body.premium-location-page .svc-photo{aspect-ratio:1.58/1;}
  body.premium-location-page .svc-card h3{margin:11px 10px 4px;font-size:.98rem;}
  body.premium-location-page .svc-card > .te-body{margin:0 10px 8px;font-size:.68rem;}
  body.premium-location-page .svc-card p{margin:0 10px 10px;font-size:.76rem;line-height:1.42;}
  body.premium-location-page .svc-card .learn{margin:0 10px;font-size:.68rem;}
}
@media (max-width:390px){
  body.premium-location-page .premium-hero-media{border-radius:16px;}
  body.premium-location-page .svc-card h3{font-size:.92rem;}
}

/* ============================================================
   MOBILE CLEANUP v2 — location pages only
   Keeps desktop, SEO content and page structure unchanged.
   ============================================================ */
@media (max-width:760px){
  body.premium-location-page{
    padding-bottom:calc(82px + env(safe-area-inset-bottom));
  }

  /* Cleaner hero: copy first, compact visual, no decorative motion */
  body.premium-location-page .page-hero{
    padding:28px 0 30px;
  }
  body.premium-location-page .premium-hero-grid{
    gap:18px;
  }
  body.premium-location-page .breadcrumb{
    margin-bottom:12px;
  }
  body.premium-location-page .page-hero h1{
    font-size:clamp(2rem,9vw,2.72rem);
    line-height:1.04;
    margin-bottom:13px;
  }
  body.premium-location-page .page-hero h1 .te{
    font-size:.54em;
    margin-bottom:7px;
  }
  body.premium-location-page .page-hero p.sub{
    font-size:.96rem;
    line-height:1.58;
    margin:0;
  }
  body.premium-location-page .premium-hero-media{
    aspect-ratio:16/9;
    max-height:270px;
    border-radius:16px;
    box-shadow:0 15px 34px rgba(0,0,0,.34);
  }
  body.premium-location-page .premium-hero-media img{
    object-position:center;
  }
  body.premium-location-page .premium-hero-shine{
    display:none;
  }

  /* Two-column services, but with readable type and more breathing room */
  body.premium-location-page .grid-5,
  body.premium-location-page .grid-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  body.premium-location-page .svc-card{
    border-radius:14px;
    padding-bottom:14px;
    text-align:left;
    overflow:hidden;
  }
  body.premium-location-page .svc-photo{
    aspect-ratio:4/3;
  }
  body.premium-location-page .svc-card h3{
    margin:12px 11px 4px;
    font-size:1rem;
    line-height:1.18;
  }
  body.premium-location-page .svc-card > .te-body{
    margin:0 11px 8px;
    font-size:.72rem;
    line-height:1.35;
  }
  body.premium-location-page .svc-card p{
    margin:0 11px 10px;
    font-size:.82rem;
    line-height:1.5;
  }
  body.premium-location-page .svc-card .learn{
    margin:0 11px;
    font-size:.76rem;
  }

  /* One clean contact layer only */
  body.premium-location-page .float-wa{
    display:none !important;
  }
  .premium-contact-dock{
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));
    background:rgba(7,9,12,.97);
    border-top:1px solid rgba(255,216,106,.22);
    box-shadow:0 -10px 28px rgba(0,0,0,.23);
  }
  .premium-contact-dock a{
    min-height:58px;
    border-radius:14px !important;
    gap:8px;
    box-shadow:none !important;
  }
  .premium-contact-dock .dock-copy small{
    display:none;
  }
  .premium-contact-dock .dock-copy{
    align-items:center;
  }
  .premium-contact-dock .dock-copy strong{
    font-size:.94rem;
    line-height:1;
  }
  .premium-contact-dock svg{
    width:25px;
    height:25px;
  }

  /* Keep footer content fully visible above the fixed dock */
  body.premium-location-page footer.site{
    padding-bottom:18px;
  }
}

@media (max-width:390px){
  body.premium-location-page .page-hero h1{
    font-size:clamp(1.9rem,9.2vw,2.38rem);
  }
  body.premium-location-page .premium-hero-media{
    max-height:230px;
  }
  body.premium-location-page .svc-card h3{
    font-size:.93rem;
  }
  body.premium-location-page .svc-card p{
    font-size:.78rem;
  }
  .premium-contact-dock{
    gap:6px;
    padding-left:7px;
    padding-right:7px;
  }
  .premium-contact-dock a{
    min-height:56px;
    gap:6px;
  }
  .premium-contact-dock .dock-copy strong{
    font-size:.86rem;
  }
  .premium-contact-dock svg{
    width:23px;
    height:23px;
  }
}

/* ============================================================
   SITE-WIDE MOBILE NAV PANEL FIX — 2026-09-07
   Makes the top mobile menu a large, readable full-screen panel.
   Shared across every page; does not change SEO/content metadata.
   ============================================================ */
@media (max-width:760px){
  body.menu-open{overflow:hidden;touch-action:none;}

  header.site .nav-wrap{
    min-height:62px;
    padding:9px 14px;
  }

  header.site .nav-toggle{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    padding:0;
    border-radius:14px;
    flex:0 0 46px;
    position:relative;
    z-index:102;
    transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
  }
  header.site .nav-toggle svg{width:25px;height:25px;}
  header.site .nav-toggle.is-open{
    transform:scale(.97);
    box-shadow:0 10px 26px rgba(0,0,0,.14);
  }

  header.site nav.main-nav{
    position:fixed;
    top:62px;
    left:0;
    right:0;
    bottom:0;
    width:100vw;
    height:calc(100dvh - 62px);
    max-height:calc(100dvh - 62px);
    box-sizing:border-box;
    margin:0;
    padding:18px 14px calc(28px + env(safe-area-inset-bottom));
    background:rgba(255,250,241,.985);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:0;
    border-top:1px solid var(--line);
    box-shadow:0 24px 50px rgba(41,23,14,.16);
    overflow-y:auto;
    overscroll-behavior:contain;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-14px) scale(.985);
    transform-origin:top center;
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
    z-index:101;
  }
  header.site nav.main-nav.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }

  header.site nav.main-nav ul{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:min(100%,560px);
    margin:0 auto;
    gap:10px;
    padding:0;
  }

  header.site nav.main-nav li{width:100%;}
  header.site nav.main-nav a{
    width:100%;
    min-height:64px;
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:13px 16px;
    border:1px solid rgba(116,78,25,.14);
    border-radius:16px;
    background:#fffdf8;
    color:var(--ink-soft);
    font-size:1rem;
    font-weight:750;
    line-height:1.15;
    box-shadow:0 8px 20px rgba(74,14,31,.045);
  }
  header.site nav.main-nav a .te-body{
    font-size:.78rem;
    line-height:1.25;
    text-align:right;
    color:var(--gold);
    opacity:1;
    white-space:normal;
  }
  header.site nav.main-nav a.active,
  header.site nav.main-nav a:hover{
    background:var(--maroon);
    border-color:var(--maroon);
    color:var(--cream);
  }
  header.site nav.main-nav a.active .te-body,
  header.site nav.main-nav a:hover .te-body{color:var(--gold-bright);}

  /* premium pages keep the same large panel, with premium dark treatment */
  body.premium-location-page header.site nav.main-nav{
    top:58px;
    height:calc(100dvh - 58px);
    max-height:calc(100dvh - 58px);
    inset:auto 0 0 0;
    width:100vw;
    padding:18px 14px calc(104px + env(safe-area-inset-bottom));
    background:rgba(7,9,12,.99);
    border-top:1px solid rgba(255,216,106,.20);
    box-shadow:0 28px 60px rgba(0,0,0,.38);
  }
  body.premium-location-page header.site nav.main-nav a{
    min-height:64px;
    padding:13px 16px;
    border-radius:16px;
    background:#11151a;
    border:1px solid rgba(255,255,255,.09);
    color:#fff;
    box-shadow:0 10px 22px rgba(0,0,0,.14);
  }
  body.premium-location-page header.site nav.main-nav a .te-body{color:#d8b85a;}
  body.premium-location-page header.site nav.main-nav a.active,
  body.premium-location-page header.site nav.main-nav a:hover{
    background:linear-gradient(135deg,#1b1f25,#111419);
    color:#ffd863;
    border-color:rgba(255,216,106,.38);
  }
}

@media (max-width:380px){
  header.site nav.main-nav{padding-left:10px;padding-right:10px;}
  header.site nav.main-nav a{min-height:60px;padding:12px 13px;font-size:.94rem;}
  header.site nav.main-nav a .te-body{font-size:.72rem;}
}

/* small compatibility/accessibility refinements for the site-wide mobile panel */
@media (max-width:760px){
  header.site nav.main-nav{
    height:calc(100vh - 62px);
    max-height:calc(100vh - 62px);
  }
  @supports (height:100dvh){
    header.site nav.main-nav{
      height:calc(100dvh - 62px);
      max-height:calc(100dvh - 62px);
    }
  }
  body.premium-location-page header.site nav.main-nav{
    top:62px;
    height:calc(100vh - 62px);
    max-height:calc(100vh - 62px);
  }
  @supports (height:100dvh){
    body.premium-location-page header.site nav.main-nav{
      height:calc(100dvh - 62px);
      max-height:calc(100dvh - 62px);
    }
  }
  header.site .nav-toggle::before{
    content:'×';
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    font-size:31px;
    line-height:1;
    font-weight:400;
    opacity:0;
    transform:scale(.8);
    transition:opacity .18s ease,transform .18s ease;
  }
  header.site .nav-toggle.is-open svg{opacity:0;}
  header.site .nav-toggle.is-open::before{opacity:1;transform:scale(1);}
  body.premium-location-page header.site .nav-toggle.is-open::before{color:#ffd86a;}
}

/* ============================================================
   DESKTOP CONTACT CLEANUP — 2026-09-07
   Desktop/tablet-wide: no bottom/floating contact icons.
   Mobile premium location pages keep the two-button contact dock.
   ============================================================ */
@media (min-width:761px){
  .premium-contact-dock{
    display:none !important;
  }
  .float-wa{
    display:none !important;
  }
  footer.site .social-row{
    display:none !important;
  }
}


/* ============================================================
   MOBILE MENU — DEFAULT CLOSED, CLICK TO OPEN — 2026-09-07
   Guarantees About / Services / Service Area / Blog / Contact
   stay hidden on mobile until the user taps the menu button.
   Desktop navigation remains unchanged.
   ============================================================ */
@media (max-width:760px){
  header.site nav.main-nav{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:none !important;
  }
  header.site nav.main-nav.open{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
  }
  header.site .nav-toggle{
    display:grid !important;
  }
}
