:root{
  --bg:#f2ede4;
  --bg-soft:#fbf8f2;
  --surface:#fffdf8;
  --surface-strong:#fffaf2;
  --ink:#1d2b33;
  --muted:#5e6d74;
  --line:rgba(20,41,52,.12);
  --brand:#143848;
  --brand-strong:#0b2430;
  --accent:#cf5d23;
  --accent-soft:#f4d9c7;
  --success:#2d6c57;
  --white:#ffffff;
  --shadow:0 24px 60px rgba(11,36,48,.12);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --container:min(1180px,calc(100% - 32px));
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Trebuchet MS","Segoe UI",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left,rgba(207,93,35,.14),transparent 28%),
    radial-gradient(circle at right 15%,rgba(20,56,72,.12),transparent 24%),
    linear-gradient(180deg,#f7f2ea 0%,#efe7db 100%);
  line-height:1.65;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
p{margin:0 0 1rem}
ul{margin:0;padding:0;list-style:none}
iframe{border:0}
.container{width:var(--container);margin:0 auto}
.section{padding:88px 0}
.section-tight{padding:64px 0}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(20,56,72,.09);
  color:var(--brand);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent);
}
h1,h2,h3{
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.08;
  color:var(--brand-strong);
}
h1{font-size:clamp(2.35rem,4.6vw,4.6rem)}
h2{font-size:clamp(1.9rem,3vw,3rem)}
h3{font-size:1.28rem}
.lead{font-size:1.08rem;color:#41535b}
.btn,.btn-secondary,.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  border:2px solid transparent;
  font-weight:800;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.btn:hover,.btn-secondary:hover,.btn-ghost:hover{transform:translateY(-1px)}
.btn{
  background:linear-gradient(135deg,var(--accent),#e7834e);
  color:var(--white);
  box-shadow:0 14px 32px rgba(207,93,35,.24);
}
.btn-secondary{
  background:var(--brand);
  color:var(--white);
  box-shadow:0 14px 32px rgba(20,56,72,.18);
}
.btn-ghost{
  background:transparent;
  color:var(--white);
  border-color:rgba(255,255,255,.42);
}
.site-header{position:sticky;top:0;z-index:40}
.topbar{
  background:var(--brand-strong);
  color:rgba(255,255,255,.92);
  font-size:.92rem;
}
.topbar .container,.nav-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.topbar .container{min-height:46px}
.topbar-info,.topbar-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.topbar a{color:var(--white)}
.nav-panel{
  background:rgba(255,250,242,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(20,56,72,.08);
}
.nav-shell{position:relative;min-height:88px}
.brand{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:14px;
  align-items:center;
  max-width:320px;
}
.brand img{width:64px;height:64px;object-fit:contain}
.brand-copy strong{
  display:block;
  color:var(--brand-strong);
  font-size:1.03rem;
}
.brand-copy span{display:block;color:var(--muted);font-size:.92rem}
.nav-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:1 1 auto;
}
.nav-menu a{
  padding:11px 15px;
  border-radius:999px;
  color:#223741;
  font-weight:700;
}
.nav-menu a.active,.nav-menu a:hover{background:rgba(20,56,72,.08);color:var(--brand)}
.nav-toggle{
  display:none;
  width:48px;
  height:48px;
  border:0;
  border-radius:16px;
  background:var(--brand);
  color:var(--white);
  font-weight:800;
}
.hero{padding:56px 0 40px}
.hero-shell{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:26px;
  align-items:stretch;
}
.hero-copy,.hero-side,.panel,.service-card,.stat-card,.zone-card,.map-card,.faq-card,.trust-card,.cta-band,.review-card,.contact-card,.mini-panel{
  border:1px solid rgba(20,56,72,.08);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
}
.hero-copy{
  position:relative;
  overflow:hidden;
  padding:44px;
  background:
    linear-gradient(135deg,rgba(11,36,48,.96),rgba(20,56,72,.9) 54%,rgba(207,93,35,.82)),
    linear-gradient(180deg,#204a5b,#163541);
  color:var(--white);
}
.hero-copy::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-70px;
  width:230px;
  height:230px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.hero-copy h1,.hero-copy h2,.hero-copy h3,.hero-copy p,.hero-copy li,.hero-copy strong{color:var(--white)}
.hero-copy .lead{color:rgba(255,255,255,.88)}
.hero-copy a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.hero-copy .eyebrow{background:rgba(255,255,255,.12);color:var(--white)}
.hero-note,.hero-badges,.chip-row,.contact-actions,.button-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.hero-badges{margin:22px 0}
.hero-badges span,.chip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:var(--white);
  font-weight:700;
  font-size:.92rem;
}
.hero-note{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.hero-note div{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.1);
}
.hero-note strong{display:block;margin-bottom:6px}
.hero-side{
  overflow:hidden;
  background:var(--surface);
  display:grid;
  grid-template-rows:minmax(320px,1fr) auto;
}
.hero-side img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-side-card{
  padding:26px;
  background:linear-gradient(180deg,#fffaf4,#f3e7d9);
}
.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
  font-size:.92rem;
  color:rgba(255,255,255,.78);
}
.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.panel,.service-card,.stat-card,.zone-card,.faq-card,.trust-card,.review-card,.contact-card,.mini-panel,.map-card{
  padding:28px;
  background:var(--surface);
}
.section-header{max-width:760px;margin-bottom:28px}
.section-header p,.panel p,.service-card p,.stat-card p,.zone-card p,.trust-card p,.review-card p,.contact-card p,.mini-panel p{color:#475a62}
.grid-2,.grid-3,.grid-4,.services-grid,.stats-grid,.zones-grid,.faq-grid,.reviews-grid,.contact-grid,.mini-grid{
  display:grid;
  gap:20px;
}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4,.services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.zones-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.contact-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
.mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.icon{
  width:50px;
  height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--accent-soft);
  color:var(--brand);
  font-weight:800;
  margin-bottom:16px;
}
.list-check li{
  position:relative;
  padding-left:28px;
  margin-bottom:12px;
  color:#41535b;
}
.list-check li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--accent);
}
.split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);
  gap:24px;
  align-items:center;
}
.split-reverse{
  display:grid;
  grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);
  gap:24px;
  align-items:center;
}
.photo-card{
  overflow:hidden;
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  min-height:100%;
}
.photo-card img{width:100%;height:100%;object-fit:cover}
.service-card{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.service-card a:last-child,.zone-card a:last-child,.cta-band .btn,.cta-band .btn-secondary{margin-top:auto}
.service-card strong,.zone-card strong,.review-card strong{color:var(--brand-strong)}
.accent-box{
  padding:26px;
  border-radius:var(--radius-xl);
  background:linear-gradient(135deg,#f8ede1,#fffaf4);
  border:1px solid rgba(20,56,72,.08);
}
.cta-band{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:30px;
  background:linear-gradient(135deg,var(--brand),var(--brand-strong));
  color:var(--white);
}
.cta-band h2,.cta-band h3,.cta-band p,.cta-band a{color:var(--white)}
.map-frame{
  overflow:hidden;
  border-radius:24px;
}
.map-frame iframe{width:100%;min-height:420px}
.contact-list li{
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.contact-list li:last-child{border-bottom:0}
.zone-card{
  background:
    linear-gradient(180deg,#fffdf8 0%,#faf2e8 100%);
}
.zone-link{
  display:inline-flex;
  margin-top:12px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(20,56,72,.08);
  color:var(--brand);
  font-weight:700;
}
.faq-card summary{
  cursor:pointer;
  font-weight:800;
  color:var(--brand-strong);
  list-style:none;
}
.faq-card summary::-webkit-details-marker{display:none}
.faq-card[open]{border-color:rgba(207,93,35,.34)}
.faq-card p{margin-top:14px}
.footer{
  margin-top:84px;
  background:linear-gradient(180deg,#102b38,#071821);
  color:rgba(255,255,255,.82);
}
.footer-top{
  display:grid;
  grid-template-columns:1.15fr .9fr .95fr .9fr;
  gap:24px;
  padding:56px 0 30px;
}
.footer h3,.footer .brand-copy strong{color:var(--white)}
.footer p,.footer a,.footer .brand-copy span{color:rgba(255,255,255,.78)}
.footer a:hover{color:var(--white)}
.footer-list li{margin-bottom:10px}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding:18px 0 34px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:.92rem;
}
.mobile-bar{
  position:fixed;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  width:min(94vw,520px);
  display:none;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  padding:10px;
  border-radius:24px;
  background:rgba(7,24,33,.94);
  box-shadow:0 22px 44px rgba(7,24,33,.3);
  z-index:50;
}
.mobile-bar a{min-height:50px}
.text-link{
  color:var(--brand);
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:700;
}
.text-link-light{
  color:var(--white);
  text-decoration:underline;
  text-underline-offset:3px;
}
strong{color:inherit}

@media (max-width:1100px){
  .hero-shell,.split,.split-reverse,.contact-grid,.footer-top,.stats-grid,.grid-4,.services-grid,.mini-grid,.faq-grid,.zones-grid,.cta-band{grid-template-columns:1fr}
  .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cta-band{align-items:flex-start}
}

@media (max-width:900px){
  .topbar{display:none}
  .nav-shell{min-height:78px}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center}
  .nav-menu{
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    background:rgba(255,250,242,.98);
    border-radius:24px;
    border:1px solid rgba(20,56,72,.1);
    box-shadow:var(--shadow);
  }
  .nav-menu.open{display:flex}
  .nav-cta{display:none}
  .hero-copy,.hero-side-card,.panel,.service-card,.stat-card,.zone-card,.faq-card,.trust-card,.review-card,.contact-card,.mini-panel,.map-card,.cta-band{padding:24px}
  .hero-note,.grid-2,.grid-3{grid-template-columns:1fr}
  .mobile-bar{display:grid}
}

@media (max-width:640px){
  .section{padding:64px 0}
  .section-tight{padding:50px 0}
  .hero{padding-top:34px}
  h1{font-size:clamp(2rem,10vw,3rem)}
  h2{font-size:clamp(1.7rem,7vw,2.3rem)}
  .btn,.btn-secondary,.btn-ghost{width:100%}
  .hero-badges,.button-row,.contact-actions{flex-direction:column;align-items:stretch}
  .footer{padding-bottom:92px}
}
