/* ============================================================
   DESIGN TOKENS — change these 8 variables to re-theme the
   entire site for a new client. Nothing else needs to change.
   ============================================================ */
:root{
  --color-bg:         #F5F7FA;  /* page background, cool light gray-blue */
  --color-bg-alt:      #E8EDF3; /* alternating section background */
  --color-ink:         #1B2430; /* body text, deep navy-charcoal */
  --color-navy:        #1E3A5F; /* primary brand color */
  --color-navy-dk:     #142942; /* darker brand shade, hero bg */
  --color-cyan:         #17A6B0;/* accent / CTA */
  --color-cyan-soft:    #8FE0E6;/* highlight / hover */
  --radius: 14px;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', 'Noto Sans Myanmar', sans-serif;
  --font-mm: 'Noto Sans Myanmar', sans-serif;
  --max-width: 1160px;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } *{ animation:none !important; transition:none !important; } }

body{
  overflow-x:hidden;
  font-family: var(--font-body);
  color: var(--color-ink);
  background: var(--color-bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; }
.container{ max-width:var(--max-width); margin:0 auto; padding:0 24px; }
.mm{ font-family:var(--font-mm); }
h1,h2,h3{ font-family:var(--font-display); line-height:1.15; font-weight:700; }
:focus-visible{ outline:3px solid var(--color-cyan); outline-offset:3px; }

section{ padding:88px 0; }
.section-alt{ background:var(--color-bg-alt); }
.eyebrow{ font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; color:var(--color-cyan); font-weight:700; margin-bottom:12px; display:block; }
.section-head{ max-width:640px; margin-bottom:44px; }
.section-head h2{ font-size:clamp(1.8rem,3.6vw,2.6rem); }
.section-head p{ margin-top:14px; color:#4c5566; font-size:1.02rem; }

.btn{ display:inline-flex; align-items:center; gap:8px; padding:14px 28px; border-radius:10px; font-weight:700; text-decoration:none; border:2px solid transparent; cursor:pointer; font-size:.95rem; transition: transform .15s ease, background .2s ease; }
.btn:hover{ transform:translateY(-2px); }
.btn-cyan{ background:var(--color-cyan); color:#04262a; }
.btn-cyan:hover{ background:var(--color-cyan-soft); }
.btn-outline{ border-color:rgba(255,255,255,.5); color:#fff; }
.btn-outline:hover{ border-color:#fff; background:rgba(255,255,255,.08); }
.btn-call{ background:#fff; color:var(--color-navy-dk); }
.btn-call:hover{ background:var(--color-cyan-soft); }

/* ---------- Header — phone number stays visible even on mobile,
   since click-to-call is the primary action for an urgent home service ---------- */
header{ position:sticky; top:0; z-index:50; background:rgba(245,247,250,.94); backdrop-filter:blur(8px); border-bottom:1px solid rgba(0,0,0,.06); }
.topbar{ background:var(--color-navy-dk); color:#e7f6f7; font-size:.8rem; padding:7px 24px; display:flex; justify-content:center; gap:6px; text-align:center; }
.topbar strong{ color:var(--color-cyan-soft); }
.nav{ display:flex; align-items:center; justify-content:space-between; padding:14px 24px; gap:12px; }
.logo{ font-family:var(--font-display); font-weight:700; font-size:1.25rem; color:var(--color-navy); text-decoration:none; white-space:nowrap; }
.nav-links{ display:none; gap:26px; list-style:none; }
.nav-links a{ text-decoration:none; font-weight:500; font-size:.92rem; position:relative; }
.nav-links a::after{ content:''; position:absolute; left:0; bottom:-4px; width:0; height:2px; background:var(--color-cyan); transition:width .2s; }
.nav-links a:hover::after{ width:100%; }
.nav-right{ display:flex; align-items:center; gap:10px; }
.call-pill{ display:flex; align-items:center; gap:8px; background:var(--color-navy); color:#fff; padding:9px 16px; border-radius:999px; text-decoration:none; font-weight:700; font-size:.85rem; white-space:nowrap; }
.call-pill:hover{ background:var(--color-cyan); color:#04262a; }
.call-pill .dot{ width:8px; height:8px; border-radius:50%; background:#4CD964; flex-shrink:0; }
.hamburger{ display:flex; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.hamburger span{ width:22px; height:2px; background:var(--color-ink); display:block; }
.mobile-menu{ display:none; flex-direction:column; gap:0; background:var(--color-bg); border-top:1px solid rgba(0,0,0,.06); }
.mobile-menu.open{ display:flex; }
.mobile-menu a{ padding:15px 24px; text-decoration:none; border-bottom:1px solid rgba(0,0,0,.05); font-weight:500; }

@media(min-width:900px){
  .hamburger{ display:none; }
  .mobile-menu{ display:none !important; }
  .nav-links{ display:flex; }
}

/* ---------- Hero ---------- */
.hero{ position:relative; background:var(--color-navy-dk); color:#f2f8f8; overflow:hidden; padding:76px 0 0; }
.hero-glow{ position:absolute; top:-25%; right:-10%; width:60vw; height:60vw; max-width:700px; max-height:700px; background:radial-gradient(circle, rgba(23,166,176,.32) 0%, rgba(23,166,176,0) 70%); pointer-events:none; }
.hero-inner{ position:relative; max-width:680px; padding-bottom:60px; }
.hero h1{ font-size:clamp(2.3rem,5.6vw,3.6rem); }
.hero .tagline-mm{ font-family:var(--font-mm); font-size:1.1rem; opacity:.85; margin-top:14px; }
.hero p.sub{ margin-top:18px; font-size:1.05rem; opacity:.85; max-width:520px; }
.hero-actions{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }

/* Trust stat strip — sits at the base of the hero, breaking out of the
   dark background onto a light card row, common in service-business UX
   to establish credibility before the visitor scrolls further */
.stat-strip{ position:relative; background:var(--color-bg); border-radius:var(--radius) var(--radius) 0 0; margin-top:0; padding:32px 24px; display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
@media(min-width:700px){ .stat-strip{ grid-template-columns:repeat(4,1fr); } }
.stat{ text-align:center; }
.stat .num{ font-family:var(--font-display); font-size:clamp(1.6rem,3vw,2.2rem); font-weight:700; color:var(--color-navy); }
.stat .label{ font-size:.82rem; color:#5c6577; margin-top:2px; }

/* Signature divider — angled parallel lines evoke AC vent louvers /
   airflow slats, tying the motif directly to the service itself */
.vent-divider{ height:22px; width:100%;
  background-image: repeating-linear-gradient(115deg, var(--color-cyan) 0 3px, transparent 3px 22px);
  opacity:.5; }
.vent-divider.on-bg{ background-color:var(--color-bg); }
.vent-divider.on-alt{ background-color:var(--color-bg-alt); }

/* ---------- Services ---------- */
.card-grid{ display:grid; grid-template-columns:1fr; gap:22px; }
@media(min-width:640px){ .card-grid{ grid-template-columns:1fr 1fr; } }
@media(min-width:960px){ .card-grid{ grid-template-columns:repeat(3,1fr); } }
.card{ background:var(--color-bg); border-radius:var(--radius); padding:26px; border:1px solid rgba(0,0,0,.06); transition:transform .2s ease, box-shadow .2s ease; }
.card:hover{ transform:translateY(-4px); box-shadow:0 14px 30px rgba(20,41,66,.12); }
.card .icon{ width:44px; height:44px; border-radius:10px; background:var(--color-navy); color:var(--color-cyan-soft); display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-size:1.15rem; }
.card h3{ font-size:1.1rem; margin-bottom:6px; }
.card p{ color:#4c5566; font-size:.92rem; }
.card .price{ margin-top:12px; font-weight:700; color:var(--color-navy); font-size:.92rem; }

/* ---------- How It Works — horizontal step timeline (new pattern,
   not used in the café/boutique/salon templates) ---------- */
.steps{ display:grid; grid-template-columns:1fr; gap:0; counter-reset:step; position:relative; }
@media(min-width:800px){ .steps{ grid-template-columns:repeat(3,1fr); } }
.step{ position:relative; padding:0 8px 8px 0; counter-increment:step; }
.step .step-num{ width:46px; height:46px; border-radius:50%; background:var(--color-navy); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; font-size:1.15rem; margin-bottom:16px; }
.step h3{ font-size:1.1rem; margin-bottom:8px; }
.step p{ color:#4c5566; font-size:.92rem; }
@media(min-width:800px){
  .step:not(:last-child)::after{ content:''; position:absolute; top:23px; left:calc(100% - 8px); width:calc(100% - 46px); height:2px; background:repeating-linear-gradient(90deg, var(--color-cyan) 0 8px, transparent 8px 16px); }
}

/* ---------- Coverage area chips (new pattern) ---------- */
.coverage-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.chip{ background:var(--color-bg); border:1.5px solid rgba(30,58,95,.18); color:var(--color-navy); padding:9px 18px; border-radius:999px; font-size:.88rem; font-weight:600; }
.coverage-note{ margin-top:22px; font-size:.92rem; color:#4c5566; }

/* ---------- Gallery ---------- */
.gallery-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media(min-width:760px){ .gallery-grid{ grid-template-columns:repeat(4,1fr); } }
.placeholder-img{ border-radius:var(--radius); aspect-ratio:1/1; background:linear-gradient(140deg,var(--color-navy),var(--color-cyan)); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.9); font-size:.75rem; text-align:center; padding:14px; }

/* ---------- Testimonials ---------- */
.testimonials{ background:var(--color-navy-dk); color:#f2f8f8; }
.t-scroll{ display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; margin-top:12px; scrollbar-width:none; -ms-overflow-style:none; }
.t-scroll::-webkit-scrollbar{ display:none; }
.t-card{ scroll-snap-align:start; flex:0 0 min(85%,340px); background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:var(--radius); padding:26px; }
.t-card p.quote{ font-size:1rem; }
.t-card .who{ margin-top:14px; font-weight:700; color:var(--color-cyan-soft); font-size:.85rem; }

/* ---------- FAQ accordion (new interactive pattern) ---------- */
.faq-list{ max-width:760px; }
.faq-item{ border-bottom:1px solid rgba(0,0,0,.1); }
.faq-q{ width:100%; text-align:left; background:none; border:none; padding:20px 4px; display:flex; justify-content:space-between; align-items:center; gap:16px; cursor:pointer; font-family:var(--font-body); font-weight:600; font-size:1rem; color:var(--color-ink); }
.faq-q .plus{ font-size:1.3rem; color:var(--color-cyan); flex-shrink:0; transition:transform .25s ease; line-height:1; }
.faq-item.open .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-a p{ padding:0 4px 20px; color:#4c5566; font-size:.94rem; max-width:640px; }

/* ---------- Contact ---------- */
.contact-grid{ display:grid; grid-template-columns:1fr; gap:44px; }
@media(min-width:900px){ .contact-grid{ grid-template-columns:1.1fr 1fr; } }
.form-field{ margin-bottom:18px; }
.form-field label{ display:block; font-weight:600; margin-bottom:6px; font-size:.88rem; }
.form-field input, .form-field textarea{ width:100%; padding:13px 14px; border-radius:10px; border:1.5px solid rgba(0,0,0,.15); font-family:var(--font-body); font-size:.95rem; background:#fff; }
.form-field input:focus, .form-field textarea:focus{ border-color:var(--color-navy); }
.hp-field{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.form-msg{ margin-top:14px; font-size:.9rem; display:none; padding:12px 14px; border-radius:10px; }
.form-msg.show{ display:block; }
.form-msg.ok{ background:#e3f3f2; color:#134f4f; }
.form-msg.err{ background:#fbe7e4; color:#8a2c1d; }

.info-card{ background:var(--color-navy); color:#f2f8f8; border-radius:var(--radius); padding:30px; }
.info-row{ display:flex; gap:14px; margin-bottom:16px; align-items:flex-start; }
.info-row .ic{ width:22px; text-align:center; opacity:.85; }
.emergency-note{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); border-radius:10px; padding:14px 16px; font-size:.88rem; margin-bottom:20px; }
.hours-table{ width:100%; border-collapse:collapse; margin-top:6px; font-size:.9rem; }
.hours-table td{ padding:4px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.hours-table td:last-child{ text-align:right; }
.map-embed{ margin-top:18px; border-radius:10px; overflow:hidden; border:1px solid rgba(255,255,255,.15); }
.map-embed iframe{ width:100%; height:200px; border:0; filter:grayscale(.2); }
.social-row{ display:flex; gap:12px; margin-top:20px; }
.social-row a{ width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; text-decoration:none; color:#fff; font-size:1rem; transition:background .2s; }
.social-row a:hover{ background:var(--color-cyan); color:#04262a; }

/* ---------- Footer ---------- */
footer{ background:var(--color-navy-dk); color:rgba(255,255,255,.72); padding:52px 0 26px; }
.footer-grid{ display:grid; grid-template-columns:1fr; gap:32px; margin-bottom:32px; }
@media(min-width:760px){ .footer-grid{ grid-template-columns:2fr 1fr 1fr; } }
.footer-grid h4{ color:#f2f8f8; font-size:.9rem; margin-bottom:12px; }
.footer-grid ul{ list-style:none; }
.footer-grid ul li{ margin-bottom:9px; }
.footer-grid ul a{ text-decoration:none; color:rgba(255,255,255,.72); font-size:.9rem; }
.footer-grid ul a:hover{ color:var(--color-cyan-soft); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); padding-top:20px; font-size:.8rem; display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px; }

/* Scroll-reveal */
.reveal{ opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }

.cookie-banner{ position:fixed; left:0; right:0; bottom:0; background:var(--color-ink); color:#f2f8f8; padding:16px 20px; display:flex; gap:16px; flex-wrap:wrap; align-items:center; justify-content:space-between; z-index:70; transform:translateY(100%); transition:transform .3s ease; }
.cookie-banner.show{ transform:translateY(0); }
.cookie-banner p{ font-size:.85rem; max-width:600px; }
.cookie-banner button{ background:var(--color-cyan); border:none; padding:10px 20px; border-radius:999px; font-weight:700; cursor:pointer; }
