
:root{
  --primary:#b32025;
  --primary-dark:#8d171c;
  --accent:#121212;
  --accent-soft:#262626;
  --gold:#f0b429;
  --bg:#f6f3ee;
  --paper:#ffffff;
  --muted:#60646c;
  --line:#e8e0d6;
  --shadow:0 18px 44px rgba(18,18,18,.08);
  --radius:24px;
  --radius-sm:16px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:#1e1f22;
  background:#fff;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{width:min(calc(100% - 2rem),var(--max));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(179,32,37,.08);
  box-shadow:0 10px 30px rgba(18,18,18,.04);
}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:.9rem;color:#111;min-width:0}
.brand:hover{text-decoration:none}
.brand-logo{
  width:74px;height:54px;object-fit:contain;border-radius:12px;
  background:#fff;padding:.2rem;border:1px solid var(--line);box-shadow:var(--shadow)
}
.brand strong{display:block;font-size:1.02rem;line-height:1.15}
.brand small{display:block;color:var(--muted);margin-top:.12rem}
.brand-mark{display:none}
.main-nav{display:flex;gap:.3rem;flex-wrap:wrap;align-items:center}
.main-nav a{
  color:#23252a;font-weight:700;padding:.6rem .85rem;border-radius:999px;
}
.main-nav a:hover,.main-nav a.active{background:#f5ecec;color:var(--primary);text-decoration:none}
.top-cta{display:flex;gap:.75rem;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  padding:.95rem 1.2rem;border-radius:999px;font-weight:800;border:2px solid var(--primary);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow:0 8px 20px rgba(179,32,37,.08)
}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn-solid{background:var(--primary);color:#fff}
.btn-solid:hover{background:var(--primary-dark)}
.btn-outline{background:#fff;color:var(--primary)}
.hero{
  padding:4.25rem 0 3.25rem;
  background:
    radial-gradient(circle at top left, rgba(179,32,37,.11), transparent 34%),
    linear-gradient(180deg,#fff 0%,#fbf8f4 100%);
}
.hero-grid,.two-col,.footer-grid,.card-grid,.cluster-grid,.city-grid,.stats-grid,.photo-grid{
  display:grid;gap:1.4rem
}
.hero-grid{grid-template-columns:1.12fr .88fr;align-items:center}
.kicker{
  display:inline-block;padding:.45rem .85rem;border-radius:999px;
  background:#faecec;color:var(--primary);font-weight:800;letter-spacing:.01em
}
.hero h1{font-size:clamp(2.2rem,4.8vw,4rem);line-height:1.04;margin:.45rem 0 1rem;max-width:14ch}
.hero p.lead{font-size:1.12rem;color:#30333a;max-width:58ch}
.badges{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.15rem}
.badges span{
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:.6rem .9rem;
  box-shadow:0 8px 22px rgba(18,18,18,.05);font-weight:700;color:#31343a
}
.inline-photo{
  background:linear-gradient(180deg,#fff, #f6f3ee);
  border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);padding:.9rem;
  box-shadow:var(--shadow);overflow:hidden
}
.inline-photo img{
  width:100%;aspect-ratio: 4 / 3;object-fit:cover;border-radius:20px
}
.inline-photo figcaption{font-size:.96rem;color:var(--muted);margin-top:.8rem}
.section{padding:3.4rem 0}
.section.alt{background:var(--bg)}
.section h2{font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.12;margin:0 0 .9rem}
.section h3{margin:0 0 .5rem}
.section p{margin:.6rem 0}
.quick-check{padding-top:0}
.check-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.check-card,.card,.cluster,.stat,.contact-box,.photo-card{
  background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;
  box-shadow:var(--shadow)
}
.check-card strong,.card h3,.cluster h3,.stat h3,.contact-box h3{display:block}
.card-grid{grid-template-columns:repeat(3,1fr)}
.cluster-grid{grid-template-columns:repeat(3,1fr)}
.city-grid{grid-template-columns:repeat(3,1fr)}
.two-col{grid-template-columns:1fr 1fr;align-items:start}
.stats-grid{grid-template-columns:repeat(4,1fr)}
.link-list{padding-left:1.1rem}
.link-list li{margin:.35rem 0}
.service-card,.city-card{position:relative;overflow:hidden}
.service-card::before,.city-card::before{
  content:"";position:absolute;inset:auto auto 0 0;height:4px;width:100%;
  background:linear-gradient(90deg,var(--primary),var(--gold))
}
.steps{padding-left:1.1rem}
.steps li{margin:.55rem 0}
.photo-grid{grid-template-columns:repeat(3,1fr)}
.photo-card{padding:.7rem}
.photo-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px}
.photo-card span{display:block;padding:.8rem .35rem .3rem;font-weight:700;color:#2d3137}
.faq details{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem 1.05rem;
  margin:.85rem 0;box-shadow:0 12px 28px rgba(18,18,18,.05)
}
.faq summary{cursor:pointer;font-weight:800;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq details p{margin:.85rem 0 0;color:#3e434b}
.cta-band{
  padding:2rem 0 2.2rem;
  background:linear-gradient(135deg,var(--accent) 0%,#242933 100%);
  color:#fff
}
.cta-flex{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}
.cta-band .btn-outline{border-color:#fff;color:#fff;background:transparent}
.cta-band .btn-solid{background:#fff;color:var(--accent);border-color:#fff}
.site-footer{
  background:#11161c;color:#dde1e7;padding:2.5rem 0 1.2rem
}
.footer-grid{grid-template-columns:1.1fr .8fr .8fr;align-items:start}
.site-footer a{color:#fff}
.footnote{padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.12);color:#b8bec8;font-size:.95rem}
.note{
  display:inline-block;padding:.65rem .9rem;border-radius:16px;background:#fff6dd;
  border:1px solid #f1d489;color:#5a4708;font-weight:700
}
.clean{padding-left:1.1rem}
.clean li{margin:.35rem 0}
.contact-list{padding-left:0;list-style:none}
.contact-list li{margin:.55rem 0}
.hero .inline-photo,.section .inline-photo{position:relative}
.hero .inline-photo::after,.section .inline-photo::after{
  content:"";position:absolute;inset:auto 18px 18px auto;width:92px;height:92px;
  background:radial-gradient(circle, rgba(240,180,41,.28), rgba(240,180,41,0));
  pointer-events:none
}
@media (max-width: 1080px){
  .hero-grid,.two-col,.footer-grid,.card-grid,.cluster-grid,.city-grid,.stats-grid,.photo-grid{grid-template-columns:1fr 1fr}
  .check-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 760px){
  .topbar{align-items:flex-start}
  .main-nav{order:3;width:100%;overflow:auto;flex-wrap:nowrap;padding-bottom:.2rem}
  .top-cta{width:100%}
  .top-cta .btn{flex:1}
  .hero{padding:3.3rem 0 2.4rem}
  .hero-grid,.two-col,.footer-grid,.card-grid,.cluster-grid,.city-grid,.stats-grid,.photo-grid{grid-template-columns:1fr}
  .check-grid{grid-template-columns:1fr 1fr}
  .hero h1{max-width:none}
  .brand-logo{width:60px;height:44px}
}
@media (max-width: 520px){
  .wrap{width:min(calc(100% - 1.1rem),var(--max))}
  .btn{width:100%}
  .check-grid{grid-template-columns:1fr}
  .section{padding:2.8rem 0}
  .inline-photo img{aspect-ratio:4/3}
}
