/* =============================================================
   MAYGUN LAUNDRY — Design System
   Palette:  --navy (primary), --blue (accent/action), --sky (surface),
             --ink (text), --mist (muted text), --foam (highlight)
   Type:     Fraunces (display, used sparingly) + Inter (body/UI)
   Signature: "The Crease" — a pressed-fabric double line used as a
             divider, underline and section seam throughout the site.
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --navy: #0A2A5E;
  --navy-deep: #071B3F;
  --blue: #1863DC;
  --blue-dark: #0F49AC;
  --sky: #EEF4FD;
  --sky-deep: #DDEAFB;
  --white: #FFFFFF;
  --ink: #10203D;
  --mist: #5A6D8C;
  --foam: #57C7E6;
  --line: #D6E3F7;

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 26px;

  --shadow-sm: 0 2px 10px rgba(10,42,94,0.08);
  --shadow-md: 0 12px 32px rgba(10,42,94,0.14);
  --shadow-lg: 0 24px 60px rgba(7,27,63,0.20);

  --container: 1180px;
  --speed: .28s;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; overflow-x: hidden; }
body{
  margin:0;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:'Fraunces', serif; margin:0 0 .5em; line-height:1.15; color: var(--navy-deep); font-weight:600; }
p{ margin:0 0 1em; color: var(--mist); line-height:1.7; }
button{ font-family:inherit; cursor:pointer; }
.container{ width:100%; max-width: var(--container); margin:0 auto; padding:0 24px; }
section{ padding: 88px 0; position:relative; }

:focus-visible{ outline: 3px solid var(--foam); outline-offset: 3px; }

/* ---------- The Crease (signature motif) ---------- */
.crease{
  position:relative;
  width:64px;
  height:10px;
  margin: 0 0 22px;
}
.crease::before,
.crease::after{
  content:"";
  position:absolute;
  left:0; height:2px; width:100%;
  background: var(--blue);
}
.crease::before{ top:0; }
.crease::after{ top:6px; width:40%; background: var(--foam); }
.crease.center{ margin-left:auto; margin-right:auto; }
.crease.center::before, .crease.center::after{ left:50%; transform:translateX(-50%); }
.crease.center::after{ width:34%; }

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color: var(--blue-dark);
  margin-bottom:14px;
}
.eyebrow::before{
  content:"";
  width:18px; height:2px;
  background: var(--foam);
  display:inline-block;
}

.section-head{ max-width:640px; margin-bottom:52px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head h2{ font-size: clamp(28px, 3.6vw, 42px); }
.section-head p{ font-size:16px; }

.text-center{ text-align:center; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 15px 30px;
  border-radius: var(--radius-sm);
  font-weight:700;
  font-size:15px;
  border: 2px solid transparent;
  transition: transform var(--speed) ease, box-shadow var(--speed) ease, background var(--speed) ease, color var(--speed) ease, border-color var(--speed) ease;
  white-space: nowrap;
}
.btn-primary{
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover{ background: var(--blue-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost{
  background: transparent;
  border-color: rgba(255,255,255,.55);
  color: var(--white);
}
.btn-ghost:hover{ background: rgba(255,255,255,.14); border-color:#fff; transform: translateY(-2px); }
.btn-outline{
  background: transparent;
  border-color: var(--blue);
  color: var(--blue);
}
.btn-outline:hover{ background: var(--blue); color:#fff; transform: translateY(-2px); }
.btn-whatsapp{
  background: #128C42;
  color:#fff;
  box-shadow: var(--shadow-sm);
}
.btn-whatsapp:hover{ background:#0e6f34; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-block{ width:100%; }
.btn svg{ width:18px; height:18px; flex-shrink:0; }

/* ---------- Top utility bar ---------- */
.topbar{
  background: var(--navy-deep);
  color: rgba(255,255,255,.85);
  font-size:13px;
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:9px 24px; gap:16px; flex-wrap:wrap;
}
.topbar-left{ display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.topbar-left span, .topbar-right span{ display:inline-flex; align-items:center; gap:7px; white-space:nowrap; }
.topbar-left a{ color: rgba(255,255,255,.85); }
.topbar-left a:hover{ color:#fff; }
.topbar svg{ flex-shrink:0; color: var(--foam); }
.topbar-right{ font-weight:600; }
@media (max-width: 720px){ .topbar-left span:nth-child(2){ display:none; } }

/* ---------- Header "Book Now" action button ---------- */
.btn-booknow{
  background: var(--navy-deep);
  color:#fff;
  padding: 12px 22px;
  border-radius: var(--radius-sm);
  font-weight:700; font-size:14px;
  display:inline-flex; align-items:center; gap:8px;
  transition: background var(--speed), transform var(--speed);
}
.btn-booknow:hover{ background: var(--blue); transform: translateY(-2px); }
.btn-booknow svg{ width:16px; height:16px; }

/* =============================================================
   HOME v2 — Photo-style Hero with slider
   ============================================================= */
.hero2{
  position:relative;
  background: var(--navy-deep);
  overflow:hidden;
  padding: 0;
}
.hero2-slide{
  display:none;
  position:relative;
}
.hero2-slide.active{ display:block; }
.hero2-media-bg{
  position:absolute; inset:0;
  background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 45%, var(--blue-dark) 100%);
}
.hero2-media-bg::before{
  content:"";
  position:absolute; inset:0;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(87,199,230,.16), transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(87,199,230,.12), transparent 45%);
}
.hero2-grid{
  position:relative; z-index:2;
  display:grid; grid-template-columns: 1fr 1fr;
  align-items:center; gap: 40px;
  padding: 76px 24px 96px;
  max-width: var(--container); margin:0 auto;
}
.hero2-pill{
  display:inline-block;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.28);
  color:#fff; font-size:12.5px; font-weight:700; letter-spacing:.04em;
  padding:7px 16px; border-radius:999px; margin-bottom:20px;
}
.hero2-copy h1{ color:#fff; font-size: clamp(34px,4.6vw,52px); margin-bottom:18px; }
.hero2-copy h1 span{ color: var(--foam); }
.hero2-copy p{ color: rgba(255,255,255,.75); font-size:16px; max-width:480px; margin-bottom:26px; }
.hero2-features{ display:flex; gap:26px; flex-wrap:wrap; margin-bottom:30px; }
.hero2-feature{ display:flex; align-items:center; gap:10px; }
.hero2-feature .ico{ width:34px; height:34px; border-radius:8px; background: rgba(255,255,255,.1); color: var(--foam); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.hero2-feature span{ color: rgba(255,255,255,.85); font-size:13.5px; font-weight:600; }
.hero2-cta{ display:flex; gap:14px; flex-wrap:wrap; }

.hero2-visual{ position:relative; }
.hero2-basket{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  padding: 26px;
  backdrop-filter: blur(6px);
}
.hero2-arrows{
  position:absolute; top:50%; left:0; right:0;
  display:flex; justify-content:space-between;
  transform: translateY(-50%);
  padding: 0 8px;
  z-index:3;
  pointer-events:none;
}
.hero2-arrow{
  pointer-events:all;
  width:42px; height:42px; border-radius:50%;
  background: rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  transition: background var(--speed);
}
.hero2-arrow:hover{ background: rgba(255,255,255,.28); }
.hero2-dots{
  position:relative; z-index:3;
  display:flex; justify-content:center; gap:8px;
  padding-bottom: 26px;
  margin-top:-26px;
}
.hero2-dot{ width:9px; height:9px; border-radius:50%; background: rgba(255,255,255,.35); transition: all var(--speed); }
.hero2-dot.active{ background: var(--foam); width:22px; border-radius:5px; }

/* =============================================================
   Icon-grid Services (v2)
   ============================================================= */
.icon-card-grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap:18px; }
.icon-card{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  padding: 30px 18px; text-align:center;
  transition: transform var(--speed), box-shadow var(--speed), border-color var(--speed);
}
.icon-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.icon-card .ico{
  width:64px; height:64px; margin:0 auto 16px;
  border-radius:50%; border:1.5px solid var(--sky-deep);
  color: var(--blue);
  display:flex; align-items:center; justify-content:center;
}
.icon-card h4{ font-size:15.5px; margin-bottom:8px; }
.icon-card p{ font-size:12.5px; margin:0; }

/* =============================================================
   Why Choose Us — dark band (v2)
   ============================================================= */
.why-band{ background: var(--navy-deep); color:#fff; padding: 60px 0; }
.why-band .section-head h2{ color:#fff; }
.why-band .section-head p{ color: rgba(255,255,255,.6); }
.why-band-grid{ display:flex; justify-content:space-between; flex-wrap:wrap; gap: 20px; }
.why-band-item{
  display:flex; align-items:center; gap:14px;
  flex: 1 1 0;
  padding: 0 20px;
  position:relative;
  min-width:180px;
}
.why-band-item + .why-band-item::before{
  content:"";
  position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:1px; height:44px;
  background: rgba(255,255,255,.16);
}
.why-band-item .ico{
  width:46px; height:46px; border-radius:50%;
  background: rgba(255,255,255,.08); color: var(--foam);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.why-band-item span{ font-size:14px; font-weight:600; line-height:1.35; }

/* =============================================================
   Price List v2 (Home) — tabs + table + side cards
   ============================================================= */
.price-list2{ background: var(--sky); }
.price-tabs2{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 30px; }
.price-tab2{
  padding:11px 22px; border-radius:999px;
  border:1.5px solid var(--line); background:#fff; color: var(--navy-deep);
  font-size:13.5px; font-weight:700;
  transition: all var(--speed);
}
.price-tab2.active, .price-tab2:hover{ background: var(--navy-deep); border-color: var(--navy-deep); color:#fff; }
.price-list2-grid{ display:grid; grid-template-columns: 1.5fr 1fr; gap:24px; align-items:start; }
.price-list2-table{
  background:#fff; border-radius: var(--radius-md); overflow:hidden; box-shadow: var(--shadow-sm);
  border:1px solid var(--line);
}
.price-list2-table-head{
  background: var(--navy-deep); color:#fff;
  padding:16px 24px; font-weight:700; font-size:14.5px; letter-spacing:.02em;
}
.price-list2-table table{ width:100%; border-collapse:collapse; }
.price-list2-table td{ padding:16px 24px; font-size:14.5px; border-top:1px solid var(--line); }
.price-list2-table tr:first-child td{ border-top:none; }
.price-list2-table td:last-child{ text-align:right; font-weight:700; color: var(--navy-deep); }
.price-list2-foot{ padding: 12px 24px 20px; font-size:12.5px; color: var(--mist); }
.price-side-cards{ display:grid; gap:16px; }
.price-side-card{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  padding: 22px; text-align:center;
}
.price-side-card .ico{
  width:48px; height:48px; margin:0 auto 12px; border-radius:50%;
  background: var(--sky); color: var(--blue);
  display:flex; align-items:center; justify-content:center;
}
.price-side-card h5{ font-size:14px; font-weight:700; color: var(--navy-deep); margin-bottom:6px; text-transform:uppercase; letter-spacing:.02em; }
.price-side-card p{ font-size:13px; margin:0; }
.price-list2-view-all{ text-align:center; margin-top:32px; }

/* =============================================================
   CTA Band v2 (Home, before footer)
   ============================================================= */
.cta-v2{ background: var(--navy-deep); color:#fff; padding: 54px 0; }
.cta-v2-grid{ display:grid; grid-template-columns: .8fr 1.3fr 1fr; gap:30px; align-items:center; }
.cta-v2-media{ display:flex; justify-content:center; }
.cta-v2 h3{ color:#fff; font-size: clamp(22px,3vw,28px); margin-bottom:8px; }
.cta-v2 p{ color: rgba(255,255,255,.65); margin:0; font-size:14.5px; }
.cta-v2-checklist{ display:grid; gap:10px; }
.cta-v2-checklist li{ display:flex; align-items:center; gap:10px; font-size:14px; color: rgba(255,255,255,.9); list-style:none; }
.cta-v2-checklist svg{ color: var(--foam); flex-shrink:0; }
.cta-v2-action{ text-align:center; }
.cta-v2-action .btn{ width:100%; margin-bottom:10px; }
.cta-v2-action small{ display:block; font-size:12px; color: rgba(255,255,255,.5); }

@media (max-width: 980px){
  .icon-card-grid{ grid-template-columns: repeat(3,1fr); }
  .why-band-grid{ justify-content:center; }
  .why-band-item{ flex: 1 1 40%; }
  .why-band-item + .why-band-item::before{ display:none; }
  .price-list2-grid{ grid-template-columns:1fr; }
  .cta-v2-grid{ grid-template-columns:1fr; text-align:center; }
  .cta-v2-media{ order:-1; }
  .cta-v2-checklist{ justify-items:center; }
}
@media (max-width: 720px){
  .hero2-grid{ grid-template-columns:1fr; padding:56px 20px 70px; }
  .hero2-visual{ order:-1; }
  .icon-card-grid{ grid-template-columns: repeat(2,1fr); }
  .why-band-item{ flex: 1 1 100%; justify-content:center; text-align:left; }
  .price-tabs2{ overflow-x:auto; flex-wrap:nowrap; padding-bottom:6px; }
}

/* ---------- Header / Nav ---------- */
.site-header{
  position: sticky;
  top:0;
  z-index: 500;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--speed) ease, background var(--speed) ease;
}
.site-header.is-scrolled{ box-shadow: 0 6px 24px rgba(10,42,94,.08); }
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 24px;
  max-width: var(--container);
  margin:0 auto;
  gap: 16px;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand img{ height:52px; width:auto; }
.brand-text{ font-family:'Fraunces', serif; }
.brand-text .name{ display:block; font-weight:700; font-size:19px; color:var(--navy-deep); letter-spacing:.01em; }
.brand-text .tag{ display:block; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color: var(--blue); font-family:'Inter',sans-serif; font-weight:700; }

.main-nav ul{ display:flex; align-items:center; gap: 30px; }
.main-nav a{
  font-weight:600;
  font-size:14.5px;
  color: var(--ink);
  position:relative;
  padding: 6px 0;
}
.main-nav a::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:0; height:2px;
  background: var(--blue);
  transition: width var(--speed) ease;
}
.main-nav a:hover::after, .main-nav a.active::after{ width:100%; }
.main-nav a.active{ color: var(--blue-dark); }

.nav-actions{ display:flex; align-items:center; gap:14px; }
.nav-toggle{
  display:none;
  width:44px; height:44px;
  border:1px solid var(--line);
  border-radius: var(--radius-sm);
  background:#fff;
  align-items:center; justify-content:center;
  flex-direction:column;
  gap:5px;
}
.nav-toggle span{ width:20px; height:2px; background: var(--navy-deep); display:block; transition: all var(--speed); }
.nav-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity:0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero{
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, var(--blue-dark) 100%);
  color:#fff;
  padding: 80px 0 110px;
  overflow:hidden;
  position:relative;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(87,199,230,.18), transparent 40%),
    radial-gradient(circle at 88% 78%, rgba(87,199,230,.14), transparent 45%);
  pointer-events:none;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items:center;
  position:relative;
  z-index:2;
}
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.22);
  padding:8px 16px;
  border-radius: 999px;
  font-size:13px; font-weight:600; letter-spacing:.05em;
  margin-bottom: 22px;
}
.hero-eyebrow .dot{ width:7px; height:7px; border-radius:50%; background: var(--foam); }
.hero h1{
  color:#fff;
  font-size: clamp(36px, 5vw, 58px);
  font-weight:600;
  margin-bottom:22px;
}
.hero h1 em{ font-style:italic; color: var(--foam); }
.hero p.lead{ color: rgba(255,255,255,.78); font-size:17px; max-width:520px; margin-bottom:32px; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:16px; margin-bottom:44px; }
.hero-stats{ display:flex; gap:38px; flex-wrap:wrap; }
.hero-stats div strong{ display:block; font-family:'Fraunces', serif; font-size:30px; color:#fff; }
.hero-stats div span{ font-size:12.5px; color: rgba(255,255,255,.62); text-transform:uppercase; letter-spacing:.08em; }

.hero-art{ position:relative; }
.hero-card{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-lg);
  padding: 28px;
  backdrop-filter: blur(6px);
}
.hero-card img{ border-radius: var(--radius-md); }
.hero-badge{
  position:absolute;
  bottom:-26px; left:-26px;
  background:#fff;
  color: var(--navy-deep);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  box-shadow: var(--shadow-lg);
  display:flex; align-items:center; gap:14px;
  max-width:230px;
}
.hero-badge .ico{
  width:44px; height:44px; border-radius:50%;
  background: var(--sky);
  display:flex; align-items:center; justify-content:center;
  color: var(--blue);
  flex-shrink:0;
}
.hero-badge strong{ display:block; font-size:14px; }
.hero-badge span{ font-size:12px; color: var(--mist); }

/* ---------- Ribbon strip (pickup/delivery quick facts) ---------- */
.strip{
  background: var(--sky);
  border-bottom:1px solid var(--line);
}
.strip .container{
  display:flex;
  flex-wrap:wrap;
  gap: 20px;
  padding: 22px 24px;
  justify-content:space-between;
}
.strip-item{ display:flex; align-items:center; gap:12px; font-size:14px; font-weight:600; color: var(--navy-deep); }
.strip-item svg{ color: var(--blue); flex-shrink:0; }

/* ---------- Pickup & Delivery section ---------- */
.pickup{ background: var(--white); }
.pickup-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:26px; }
.step-card{
  border:1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: transform var(--speed), box-shadow var(--speed), border-color var(--speed);
  position:relative;
}
.step-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.step-num{
  font-family:'Fraunces', serif;
  font-size:14px;
  color: var(--foam);
  font-weight:700;
  letter-spacing:.08em;
  margin-bottom:14px;
  display:block;
}
.step-card h4{ font-size:18px; margin-bottom:8px; }
.step-card p{ font-size:14px; margin:0; }
.step-icon{
  width:52px; height:52px;
  border-radius: var(--radius-sm);
  background: var(--sky);
  color: var(--blue);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
}

/* ---------- Services cards ---------- */
.services-bg{ background: var(--sky); }
.services-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:26px; }
.service-card{
  background:#fff;
  border-radius: var(--radius-md);
  padding: 34px 28px;
  border:1px solid var(--line);
  transition: transform var(--speed), box-shadow var(--speed);
}
.service-card:hover{ transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-icon{
  width:58px; height:58px;
  border-radius:16px;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:20px;
}
.service-card h3{ font-size:20px; margin-bottom:10px; }
.service-card p{ font-size:14.5px; margin-bottom:16px; }
.service-link{ font-size:14px; font-weight:700; color: var(--blue-dark); display:inline-flex; align-items:center; gap:6px; }
.service-link svg{ transition: transform var(--speed); }
.service-card:hover .service-link svg{ transform: translateX(4px); }

/* ---------- Why choose us ---------- */
.why{ background:#fff; }
.why-grid{ display:grid; grid-template-columns: .9fr 1.1fr; gap:60px; align-items:center; }
.why-list{ display:grid; grid-template-columns: 1fr 1fr; gap:22px; }
.why-item{ display:flex; gap:14px; }
.why-item .ico{
  width:42px; height:42px; border-radius:10px;
  background: var(--sky); color: var(--blue);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.why-item h4{ font-size:16px; margin-bottom:4px; }
.why-item p{ font-size:13.5px; margin:0; }
.why-media{ position:relative; }
.why-media img{ border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.why-media::after{
  content:"";
  position:absolute; inset:18px -18px -18px 18px;
  border: 2px solid var(--sky-deep);
  border-radius: var(--radius-lg);
  z-index:-1;
}

/* ---------- Pricing preview ---------- */
.price-preview{ background: var(--navy-deep); color:#fff; }
.price-preview .section-head h2{ color:#fff; }
.price-preview .section-head p{ color: rgba(255,255,255,.65); }
.price-tabs{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:34px; }
.price-tab{
  padding:10px 20px; border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  font-size:13.5px; font-weight:600;
  background: transparent; color:#fff;
  transition: all var(--speed);
}
.price-tab.active, .price-tab:hover{ background: var(--blue); border-color: var(--blue); }
.price-table-wrap{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
  overflow:hidden;
}
table.price-table{ width:100%; border-collapse:collapse; }
table.price-table th, table.price-table td{
  padding:16px 22px; text-align:left; font-size:14.5px;
}
table.price-table thead th{
  background: rgba(255,255,255,.06);
  text-transform:uppercase; letter-spacing:.06em; font-size:12px; color: var(--foam);
}
table.price-table td{ border-top:1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.85); }
table.price-table td:not(:first-child), table.price-table th:not(:first-child){ text-align:right; font-weight:700; color:#fff; }
.price-note{ margin-top:20px; font-size:13px; color: rgba(255,255,255,.55); }

/* ---------- Testimonials ---------- */
.testimonials{ background: var(--sky); }
.testi-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:26px; }
.testi-card{
  background:#fff; border-radius: var(--radius-md);
  padding:30px 26px; border:1px solid var(--line);
}
.stars{ color:#F5A623; letter-spacing:2px; margin-bottom:14px; font-size:14px; }
.testi-card p{ font-style: italic; color: var(--ink); font-size:14.5px; }
.testi-person{ display:flex; align-items:center; gap:12px; margin-top:18px; }
.testi-avatar{
  width:44px; height:44px; border-radius:50%;
  background: linear-gradient(145deg, var(--blue), var(--foam));
  color:#fff; display:flex; align-items:center; justify-content:center;
  font-family:'Fraunces', serif; font-weight:700;
}
.testi-person strong{ display:block; font-size:14px; color: var(--navy-deep); }
.testi-person span{ font-size:12px; color: var(--mist); }

/* ---------- CTA band ---------- */
.cta-band{
  background: linear-gradient(120deg, var(--blue), var(--navy-deep));
  color:#fff;
  padding: 60px 0;
}
.cta-band .container{ display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.cta-band h3{ color:#fff; font-size: clamp(22px,3vw,30px); margin-bottom:6px; }
.cta-band p{ color: rgba(255,255,255,.75); margin:0; }
.cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* ---------- Footer ---------- */
.site-footer{ background: var(--navy-deep); color: rgba(255,255,255,.7); padding-top:70px; }
.footer-grid{ display:grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand .brand-text .name{ color:#fff; }
.footer-brand p{ font-size:13.5px; margin-top:14px; color: rgba(255,255,255,.55); }
.footer-social{ display:flex; gap:10px; margin-top:18px; }
.footer-social a{
  width:38px; height:38px; border-radius:50%;
  border:1px solid rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center;
  transition: all var(--speed);
}
.footer-social a:hover{ background: var(--blue); border-color: var(--blue); }
.footer-col h5{ color:#fff; font-family:'Inter',sans-serif; font-size:14px; letter-spacing:.06em; text-transform:uppercase; margin-bottom:18px; }
.footer-col ul li{ margin-bottom:12px; font-size:14px; }
.footer-col ul li a:hover{ color:#fff; }
.footer-col .contact-line{ display:flex; gap:10px; margin-bottom:14px; font-size:13.5px; }
.footer-col .contact-line svg{ flex-shrink:0; margin-top:2px; color: var(--foam); }
.footer-bottom{ display:flex; justify-content:space-between; padding:24px 0; font-size:13px; flex-wrap:wrap; gap:10px; }
.footer-bottom a:hover{ color:#fff; }

/* ---------- Floating WhatsApp button ---------- */
.float-whatsapp{
  position:fixed;
  right:22px; bottom:22px;
  z-index: 600;
  width:60px; height:60px;
  border-radius:50%;
  background:#128C42;
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 10px 26px rgba(18,140,66,.45);
  animation: floatPulse 2.6s ease-in-out infinite;
}
.float-whatsapp:hover{ transform: scale(1.08); }
@keyframes floatPulse{
  0%,100%{ box-shadow: 0 10px 26px rgba(18,140,66,.45); }
  50%{ box-shadow: 0 10px 34px rgba(18,140,66,.7); }
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero{
  background: linear-gradient(160deg, var(--navy-deep), var(--navy) 60%, var(--blue-dark));
  color:#fff;
  padding: 66px 0 74px;
  position:relative;
  overflow:hidden;
}
.page-hero::before{
  content:"";
  position:absolute; inset:0;
  background-image: radial-gradient(circle at 85% 20%, rgba(87,199,230,.18), transparent 45%);
}
.page-hero .container{ position:relative; z-index:2; }
.breadcrumb{ font-size:13px; color: rgba(255,255,255,.6); margin-bottom:16px; }
.breadcrumb a:hover{ color:#fff; }
.page-hero h1{ color:#fff; font-size: clamp(30px,4.4vw,46px); margin-bottom:10px; }
.page-hero p{ color: rgba(255,255,255,.72); max-width:560px; margin:0; }

/* ---------- Reveal animation ---------- */
.reveal{ opacity:0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:none; }
.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; }

@media (prefers-reduced-motion: reduce){
  .reveal{ opacity:1; transform:none; transition:none; }
  .float-whatsapp{ animation:none; }
}

/* =============================================================
   ABOUT PAGE
   ============================================================= */
.about-story{ background:#fff; }
.story-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:60px; align-items:center; }
.story-media{ position:relative; }
.story-media img{ border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.stat-float{
  position:absolute; bottom:-24px; right:-24px;
  background: var(--blue); color:#fff;
  padding:20px 26px; border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}
.stat-float strong{ display:block; font-family:'Fraunces', serif; font-size:28px; }
.stat-float span{ font-size:12px; letter-spacing:.05em; text-transform:uppercase; opacity:.85; }

.values-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; }
.value-card{ text-align:center; padding: 30px 20px; border-radius: var(--radius-md); border:1px solid var(--line); }
.value-card .ico{
  width:56px; height:56px; margin:0 auto 16px;
  border-radius:50%; background: var(--sky); color: var(--blue);
  display:flex; align-items:center; justify-content:center;
}
.value-card h4{ font-size:16px; }
.value-card p{ font-size:13.5px; margin:0; }

.timeline{ position:relative; max-width:760px; margin:0 auto; }
.timeline::before{ content:""; position:absolute; left:20px; top:6px; bottom:6px; width:2px; background: var(--line); }
.timeline-item{ position:relative; padding-left:60px; margin-bottom:38px; }
.timeline-item:last-child{ margin-bottom:0; }
.timeline-item::before{
  content:""; position:absolute; left:12px; top:4px;
  width:18px; height:18px; border-radius:50%;
  background: var(--white); border:3px solid var(--blue);
}
.timeline-item .yr{ font-family:'Fraunces', serif; color: var(--blue-dark); font-weight:700; font-size:15px; margin-bottom:4px; display:block; }
.timeline-item h4{ font-size:17px; margin-bottom:6px; }
.timeline-item p{ font-size:14px; margin:0; }

.team-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; }
.team-card{ text-align:center; }
.team-photo{
  width:100%; aspect-ratio:1; border-radius: var(--radius-md);
  background: var(--sky); color: var(--blue);
  display:flex; align-items:center; justify-content:center;
  font-family:'Fraunces', serif; font-size:40px; font-weight:600;
  margin-bottom:16px; border:1px solid var(--line);
}
.team-card h4{ font-size:16px; margin-bottom:2px; }
.team-card span{ font-size:13px; color: var(--blue-dark); font-weight:600; }

/* =============================================================
   SERVICES PAGE
   ============================================================= */
.service-detail{ border-bottom:1px solid var(--line); }
.service-detail:last-of-type{ border-bottom:none; }
.service-detail .container{ display:grid; grid-template-columns: .95fr 1.05fr; gap:60px; align-items:center; }
.service-detail.reverse .service-detail-media{ order: 2; }
.service-detail.reverse .service-detail-copy{ order: 1; }
.service-detail-media{ position:relative; }
.service-detail-media img{ border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.service-tag{
  display:inline-flex; align-items:center; gap:8px;
  background: var(--sky); color: var(--blue-dark);
  padding:7px 16px; border-radius:999px;
  font-size:12.5px; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
  margin-bottom:16px;
}
.feature-list{ margin: 22px 0; }
.feature-list li{ display:flex; gap:12px; margin-bottom:12px; font-size:14.5px; color: var(--ink); }
.feature-list li svg{ color: var(--blue); flex-shrink:0; margin-top:2px; }

/* =============================================================
   PRICING PAGE
   ============================================================= */
.pricing-nav{
  position: sticky; top:78px; z-index:100;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px);
  border-bottom:1px solid var(--line);
  padding: 14px 0;
}
.pricing-nav .container{ display:flex; gap:10px; flex-wrap:wrap; }
.pricing-nav a{
  padding:9px 18px; border-radius:999px; font-size:13.5px; font-weight:600;
  border:1px solid var(--line); color: var(--navy-deep);
  transition: all var(--speed);
}
.pricing-nav a:hover, .pricing-nav a.active{ background: var(--blue); border-color: var(--blue); color:#fff; }

.price-block{ padding: 60px 0; border-bottom:1px solid var(--line); }
.price-block:nth-of-type(even){ background: var(--sky); }
.price-block-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:26px; flex-wrap:wrap; gap:10px; }
.price-block-head h2{ font-size:26px; margin:0; }
.delivery-chip{
  background:#fff; border:1px solid var(--line); color: var(--blue-dark);
  padding:7px 16px; border-radius:999px; font-size:13px; font-weight:700;
}
.price-block table{ width:100%; border-collapse:collapse; background:#fff; border-radius: var(--radius-md); overflow:hidden; box-shadow: var(--shadow-sm); }
.price-block thead th{
  background: var(--navy-deep); color:#fff;
  padding:16px 24px; text-align:left; font-size:12.5px; letter-spacing:.06em; text-transform:uppercase;
}
.price-block thead th:not(:first-child){ text-align:right; }
.price-block tbody td{ padding:15px 24px; font-size:14.5px; border-top:1px solid var(--line); color: var(--ink); }
.price-block tbody tr:nth-child(even){ background: rgba(238,244,253,.5); }
.price-block tbody td:not(:first-child){ text-align:right; font-weight:700; color: var(--navy-deep); }
.price-block tbody tr:hover{ background: var(--sky-deep); }
.price-disclaimer{ font-size:13px; color: var(--mist); margin-top:16px; }

/* =============================================================
   GALLERY PAGE
   ============================================================= */
.gallery-filters{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:36px; }
.filter-btn{
  padding:9px 18px; border-radius:999px; border:1px solid var(--line);
  font-size:13.5px; font-weight:600; background:#fff; color: var(--navy-deep);
  transition: all var(--speed);
}
.filter-btn.active, .filter-btn:hover{ background: var(--blue); border-color: var(--blue); color:#fff; }
.gallery-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap:20px;
}
.gallery-item{
  position:relative; border-radius: var(--radius-md); overflow:hidden;
  aspect-ratio: 4/3; background: var(--sky);
  transition: transform var(--speed);
}
.gallery-item:hover{ transform: translateY(-6px); box-shadow: var(--shadow-md); }
.gallery-item img{ width:100%; height:100%; object-fit:cover; }
.gallery-item .cap{
  position:absolute; left:0; right:0; bottom:0;
  padding:16px 18px;
  background: linear-gradient(0deg, rgba(7,27,63,.85), transparent);
  color:#fff; font-size:14px; font-weight:600;
  opacity:0; transform: translateY(8px);
  transition: all var(--speed);
}
.gallery-item:hover .cap{ opacity:1; transform:none; }
.gallery-item.hidden{ display:none; }

/* =============================================================
   CONTACT PAGE
   ============================================================= */
.contact-grid{ display:grid; grid-template-columns: .85fr 1.15fr; gap:50px; align-items:flex-start; }
.contact-info-card{
  background: var(--navy-deep); color:#fff;
  border-radius: var(--radius-lg); padding:38px 32px;
}
.contact-info-card h3{ color:#fff; font-size:20px; }
.contact-line{ display:flex; gap:14px; margin-bottom:22px; }
.contact-line .ico{
  width:42px; height:42px; border-radius:10px; flex-shrink:0;
  background: rgba(255,255,255,.1); color: var(--foam);
  display:flex; align-items:center; justify-content:center;
}
.contact-line strong{ display:block; font-size:14px; margin-bottom:3px; }
.contact-line span, .contact-line a{ font-size:13.5px; color: rgba(255,255,255,.7); }
.map-frame{ border-radius: var(--radius-md); overflow:hidden; margin-top:24px; border:1px solid rgba(255,255,255,.15); }
.map-frame iframe{ width:100%; height:220px; border:0; display:block; }

.booking-card{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px; box-shadow: var(--shadow-sm);
}
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
.form-group{ margin-bottom:20px; }
.form-group.full{ grid-column: 1 / -1; }
.form-group label{ display:block; font-size:13.5px; font-weight:700; color: var(--navy-deep); margin-bottom:8px; }
.form-group input, .form-group select, .form-group textarea{
  width:100%; padding: 13px 16px; border-radius: var(--radius-sm);
  border:1.5px solid var(--line); font-size:14.5px; font-family:inherit; color: var(--ink);
  background: var(--sky); transition: border-color var(--speed), background var(--speed);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
  outline:none; border-color: var(--blue); background:#fff;
}
.form-group textarea{ resize:vertical; min-height:100px; }
.form-note{ font-size:12.5px; color: var(--mist); margin-top:-6px; margin-bottom:18px; }
.form-success{
  display:none; background:#E9F9EF; border:1px solid #B7E8C7; color:#136B34;
  padding:14px 18px; border-radius: var(--radius-sm); font-size:14px; margin-top:16px;
}
.form-success.show{ display:block; }

.faq-list{ max-width:760px; margin:0 auto; }
.faq-item{ border:1px solid var(--line); border-radius: var(--radius-sm); margin-bottom:14px; overflow:hidden; }
.faq-q{
  width:100%; text-align:left; background:#fff; border:none; padding:18px 22px;
  display:flex; align-items:center; justify-content:space-between; font-weight:700; font-size:15px; color: var(--navy-deep);
}
.faq-q svg{ transition: transform var(--speed); flex-shrink:0; }
.faq-item.open .faq-q svg{ transform: rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition: max-height var(--speed) ease; background: var(--sky); }
.faq-a p{ padding: 0 22px 18px; margin:0; font-size:14px; }
.faq-item.open .faq-a{ max-height:220px; }

/* =============================================================
   Responsive
   ============================================================= */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-art{ order:-1; }
  .why-grid{ grid-template-columns:1fr; }
  .why-media{ order:-1; }
  .story-grid{ grid-template-columns:1fr; }
  .service-detail .container{ grid-template-columns:1fr; }
  .service-detail-media,
  .service-detail.reverse .service-detail-media{ order:-1; }
  .service-detail.reverse .service-detail-copy{ order:2; }
  .services-grid{ grid-template-columns: repeat(2,1fr); }
  .pickup-grid{ grid-template-columns: repeat(2,1fr); }
  .values-grid{ grid-template-columns: repeat(2,1fr); }
  .team-grid{ grid-template-columns: repeat(2,1fr); }
  .testi-grid{ grid-template-columns: repeat(2,1fr); }
  .gallery-grid{ grid-template-columns: repeat(2,1fr); }
  .contact-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px){
  .main-nav{
    position:fixed; inset: 76px 0 0 0;
    background:#fff; padding: 30px 24px;
    transform: translateX(100%);
    transition: transform var(--speed) ease;
    overflow-y:auto;
  }
  .main-nav.open{ transform: translateX(0); }
  .main-nav ul{ flex-direction:column; align-items:flex-start; gap:6px; }
  .main-nav a{ display:block; padding:14px 4px; width:100%; border-bottom:1px solid var(--line); }
  .nav-toggle{ display:flex; }
  .nav-actions .btn-primary-nav{ display:none; }
  section{ padding: 60px 0; }
  .hero{ padding: 50px 0 70px; }
  .hero-badge{ position:static; margin-top:20px; max-width:none; }
  .hero-stats{ gap:24px; }
  .services-grid, .pickup-grid, .values-grid, .team-grid, .testi-grid, .gallery-grid{ grid-template-columns: 1fr; }
  .form-row{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns: 1fr; gap:34px; }
  .cta-band .container{ flex-direction:column; text-align:center; }
  table.price-table th, table.price-table td, .price-block tbody td, .price-block thead th{ padding:12px 14px; font-size:13.5px; }
}
