/* Minimal static build (no fetch, no video) */
:root{--bg:#fff;--text:#0f172a;--muted:#475569;--primary:#0ea5e9;--accent:#22c55e;--surface:#f8fafc}
*{box-sizing:border-box} html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
img{max-width:100%;display:block}

.container{width:min(1100px,92%);margin-inline:auto}
.flex{display:flex}.between{justify-content:space-between}.center-v{align-items:center}
.grid2{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}
@media (max-width:900px){.grid2{grid-template-columns:1fr}}

h1{font-size:clamp(28px,4vw,44px);line-height:1.2;margin:0 0 10px}
h2{font-size:clamp(24px,3.2vw,36px);margin:0 0 8px}
h3{margin:0 0 6px}
p{margin:0 0 10px}
.muted{color:var(--muted)} .center{text-align:center}

.btn{display:inline-block;padding:.9rem 1.2rem;border-radius:14px;border:1px solid transparent;text-decoration:none;font-weight:600;cursor:pointer;transition:.2s}
.btn.small{padding:.5rem .8rem;border-radius:12px;font-size:.9rem}
.btn.primary{background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff}
.btn.whats{background:#25D366;color:#fff}
.btn:hover{transform:translateY(-2px)}

.section{padding:64px 0} .section.alt{background:var(--surface)}

/* Header */
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:40}
.nav{display:flex;gap:16px}
.nav a{color:var(--text);text-decoration:none;padding:14px 6px;border-radius:8px}
.nav a:hover{background:#f1f5f9}
.menu-btn{display:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.6rem .8rem}
@media (max-width:900px){
  .nav{display:none;position:absolute;right:16px;top:64px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:8px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
  .menu-btn{display:block}
  .nav.show{display:flex}
}

/* Hero with static background */
.hero-video-hero{position:relative;min-height:56vh;display:flex;align-items:flex-end;padding:0;background:linear-gradient(180deg,#ffffff,#f8fafc)}
.hero-video-hero .hero-bg{position:absolute;inset:0;overflow:hidden}
.hero-video-hero .bgimg{width:100%;height:100%;object-fit:cover}
.hero-video-hero .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.25),rgba(2,6,23,.45))}
.hero-video-hero .hero-overlay{position:relative;padding:48px 0 56px;color:#fff;z-index:2}
.hero .accent{background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-overlay h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.hero-overlay p{color:#e2e8f0;max-width:760px}
.cta-row{display:flex;gap:12px;margin:16px 0}
.hero-bullets{margin:12px 0 0;padding-left:18px}

/* Cards */
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}
@media (max-width:1100px){.cards{grid-template-columns:repeat(3,1fr)}}
@media (max-width:800px){.cards{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.cards{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:8px}

/* Checklist & Steps */
.checklist{list-style:none;padding-left:0;display:grid;gap:8px}
.checklist li{position:relative;padding-left:28px}
.checklist li::before{content:"✓";position:absolute;left:0;top:0;color:var(--accent);font-weight:900}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media (max-width:900px){.steps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.steps{grid-template-columns:1fr}}
.step{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;display:flex;gap:12px;align-items:flex-start}
.step span{display:inline-grid;place-items:center;min-width:36px;height:36px;border-radius:10px;background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;font-weight:800}

/* Map & Contact */
.map-embed iframe{width:100%;height:260px;border:0;border-radius:14px}
.contact-list{list-style:none;padding-left:0;display:grid;gap:6px}
.contact-form{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;display:grid;gap:10px}
.contact-form input,.contact-form textarea{padding:.9rem 1rem;border-radius:12px;border:1px solid #e5e7eb;font:inherit}
.contact-form button{margin-top:6px}

/* Footer */
.site-footer{padding:18px 0;border-top:1px solid #e5e7eb;background:#fff;position:sticky;bottom:0}
.site-footer .container{gap:12px}


/* Instagram nav icon */
.insta-link img{display:inline-block;vertical-align:middle}
.nav .insta-link{padding:8px}






/* Brand uses Instagram icon as logo */
.brand img.brand-logo{height:32px;width:auto;display:block}
@media(max-width:640px){.brand img.brand-logo{height:26px}}


/* --- Header brand row: logo + Instagram icon --- */
.brand-row{display:flex;align-items:center;gap:10px}
.brand-row .brand-logo{height:36px;width:auto;display:block}
.brand-row .insta-img{height:22px;width:22px;display:block}
@media(max-width:640px){
  .brand-row .brand-logo{height:32px}
  .brand-row .insta-img{height:20px;width:20px}
}


/* Reviews */
.review-videos{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin:16px 0}
.review-videos .rv{width:min(480px,100%);border-radius:12px;border:1px solid #e5e7eb}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}
@media (max-width:1100px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.reviews-grid{grid-template-columns:1fr}}
.review-img{width:100%;height:auto;border-radius:12px;display:block;aspect-ratio:4/3;object-fit:cover}
.mini-logo{width:72px;height:auto;border-radius:8px;margin:6px 0 10px;display:block;opacity:.95}
@media (max-width:600px){.mini-logo{width:56px}}


/* Ensure header brand logo is visible and sized */
.site-header .brand img.brand-logo{height:44px;width:auto;display:block}
@media (max-width:640px){.site-header .brand img.brand-logo{height:36px}}
