/* =========================================================
   AQUA BATHROOMS — Design & Installation
   Spa-like, soft white, calm aqua/teal, warm stone.
   ========================================================= */

:root {
  /* palette */
  --paper:      #f6f8f8;
  --white:      #ffffff;
  --mist:       #eaf1f1;
  --stone:      #e7e0d6;
  --stone-deep: #cabfae;
  --ink:        #16282b;
  --ink-soft:   #3c4f51;
  --muted:      #6d7e7f;
  --line:       #dde6e5;

  --aqua:       #1f9b9b;
  --aqua-deep:  #137a7c;
  --aqua-dark:  #0c4b50;
  --aqua-soft:  #d9efee;
  --aqua-glow:  #5ec9c4;
  --sand:       #b9966a;

  --grad-aqua:  linear-gradient(135deg, #1f9b9b 0%, #137a7c 55%, #0c4b50 100%);
  --grad-mist:  linear-gradient(160deg, #f6f8f8 0%, #e3f0ef 100%);
  --grad-deep:  linear-gradient(150deg, #0c4b50 0%, #0a3b40 60%, #082d31 100%);

  --shadow-sm:  0 2px 10px rgba(16,40,43,.06);
  --shadow:     0 14px 40px -18px rgba(16,40,43,.28);
  --shadow-lg:  0 40px 80px -36px rgba(12,75,80,.45);

  --r-sm: 10px;
  --r:    18px;
  --r-lg: 30px;
  --r-xl: 46px;

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Manrope", "Segoe UI", sans-serif;

  --wrap: 1200px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; line-height: 1.05; margin: 0; letter-spacing: -.01em; }
h1 { font-size: clamp(2.7rem, 6.2vw, 5.1rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
em { font-style: italic; color: var(--aqua-deep); }

.wrap { width: min(100% - 2.6rem, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }

/* ---------- shared bits ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans); font-weight: 700;
  font-size: .74rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--aqua-deep);
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--aqua); display: inline-block; border-radius: 2px; }
.eyebrow.center { justify-content: center; }

.lede { font-size: 1.18rem; color: var(--ink-soft); max-width: 60ch; }

.section-head { max-width: 760px; }
.section-head.center { margin-inline: auto; text-align: center; }

.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-weight: 700; font-size: .94rem;
  padding: .92rem 1.7rem; border-radius: 999px;
  cursor: pointer; border: 1.5px solid transparent;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s, color .35s;
  letter-spacing: .01em;
}
.btn .arr { transition: transform .35s var(--ease); }
.btn:hover .arr { transform: translateX(5px); }
.btn-solid { background: var(--grad-aqua); color: #fff; box-shadow: 0 14px 30px -12px rgba(19,122,124,.65); }
.btn-solid:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -14px rgba(19,122,124,.7); }
.btn-ghost { border-color: var(--aqua-deep); color: var(--aqua-dark); }
.btn-ghost:hover { background: var(--aqua-dark); color: #fff; transform: translateY(-3px); }
.btn-light { background: #fff; color: var(--aqua-dark); }
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--aqua-dark); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246,248,248,.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: padding .4s var(--ease), background .4s, border-color .4s, box-shadow .4s;
}
.site-header.shrink {
  background: rgba(246,248,248,.92);
  border-color: var(--line);
  box-shadow: 0 8px 28px -22px rgba(16,40,43,.5);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: 1.25rem 0; transition: padding .4s var(--ease);
}
.site-header.shrink .nav { padding: .7rem 0; }

.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-mark {
  font-family: var(--serif); font-weight: 600; font-size: 1.7rem;
  letter-spacing: -.01em; color: var(--ink); display: inline-flex; align-items: baseline; gap: .12em;
}
.brand-mark .drop { color: var(--aqua); font-size: .9em; }
.brand-sub { font-size: .64rem; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-top: .35rem; }

.nav-links { display: flex; gap: 2rem; }
.nav-links a {
  font-weight: 600; font-size: .96rem; color: var(--ink-soft);
  position: relative; padding: .2rem 0; transition: color .3s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0;
  background: var(--aqua); border-radius: 2px; transition: width .35s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--aqua-dark); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 1.3rem; }
.nav-phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .9rem; color: var(--ink); }
.nav-phone svg { width: 17px; height: 17px; color: var(--aqua-deep); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px;
  align-items: center; justify-content: center; background: none; border: none; cursor: pointer;
}
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .35s var(--ease), opacity .25s; }
.nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding: clamp(2.5rem,5vw,4.5rem) 0 clamp(3rem,6vw,5rem); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: var(--grad-mist);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(48px); opacity: .5; z-index: -1; }
.hero-orb.a { width: 460px; height: 460px; background: radial-gradient(circle, #7fd6cf, transparent 70%); top: -140px; right: -90px; }
.hero-orb.b { width: 380px; height: 380px; background: radial-gradient(circle, #e7d8c2, transparent 70%); bottom: -160px; left: -120px; }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.hero-copy h1 { margin: 1.1rem 0 1.3rem; }
.hero-tag { font-size: 1.16rem; color: var(--ink-soft); max-width: 46ch; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 2rem 0 2.1rem; }

.hero-trust { display: flex; align-items: center; gap: .9rem; font-size: .95rem; color: var(--ink-soft); }
.hero-trust .stars { color: var(--aqua); letter-spacing: 2px; font-size: 1.05rem; }
.hero-trust b { color: var(--ink); }

.hero-media { position: relative; }
.hero-frame {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 8px solid #fff;
}
.hero-frame img { width: 100%; height: 100%; aspect-ratio: 4/3.4; object-fit: cover; }
.hero-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12,75,80,.22));
}
.hero-badge {
  position: absolute; left: -22px; bottom: 34px;
  background: var(--white); border-radius: var(--r); padding: 1rem 1.3rem;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: .1rem;
}
.hero-badge .n { font-family: var(--serif); font-size: 2.5rem; font-weight: 600; color: var(--aqua-deep); line-height: 1; }
.hero-badge .l { font-size: .78rem; color: var(--muted); font-weight: 600; max-width: 12ch; }
.hero-float {
  position: absolute; top: 26px; right: -18px;
  background: var(--aqua-dark); color: #fff; border-radius: 999px;
  display: flex; align-items: center; gap: .7rem; padding: .6rem .95rem .6rem .6rem;
  box-shadow: var(--shadow);
}
.hero-float .dot { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.16); display: grid; place-items: center; }
.hero-float .dot svg { width: 18px; height: 18px; }
.hero-float .t { display: flex; flex-direction: column; line-height: 1.1; }
.hero-float .t b { font-size: 1rem; }
.hero-float .t span { font-size: .72rem; opacity: .8; }

/* logo / trust strip */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0; }
.trust-row span { font-weight: 700; color: var(--muted); font-size: .9rem; letter-spacing: .04em; display: inline-flex; align-items: center; gap: .5rem; }
.trust-row svg { width: 18px; height: 18px; color: var(--aqua); }

/* =========================================================
   STATS
   ========================================================= */
.stats { background: var(--grad-deep); color: #fff; position: relative; }
.stats .wave-top { position: absolute; top: -1px; left: 0; width: 100%; line-height: 0; }
.stats .wave-top svg { width: 100%; height: 70px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat .num { font-family: var(--serif); font-size: clamp(2.6rem,5vw,3.8rem); font-weight: 600; color: var(--aqua-glow); line-height: 1; }
.stat .lbl { font-size: .9rem; color: rgba(255,255,255,.72); margin-top: .5rem; font-weight: 600; letter-spacing: .03em; }

/* =========================================================
   FEATURE / SPLIT
   ========================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,5vw,5rem); align-items: center; }
.split.rev .split-media { order: 2; }
.split-media { position: relative; }
.media-frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.media-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 1.1s var(--ease); }
.hover-zoom:hover img { transform: scale(1.07); }
.media-tag {
  position: absolute; bottom: 18px; left: 18px; right: 18px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  border-radius: var(--r); padding: .85rem 1.1rem; display: flex; align-items: center; gap: .8rem;
}
.media-tag .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--aqua-soft); color: var(--aqua-deep); display: grid; place-items: center; flex: none; }
.media-tag .ic svg { width: 20px; height: 20px; }
.media-tag b { display: block; font-size: .95rem; }
.media-tag span { font-size: .82rem; color: var(--muted); }

.feat-list { display: grid; gap: 1.4rem; margin: 1.8rem 0; }
.feat-item { display: flex; gap: 1rem; }
.feat-item .tick { flex: none; width: 30px; height: 30px; border-radius: 9px; background: var(--aqua-soft); color: var(--aqua-deep); display: grid; place-items: center; }
.feat-item .tick svg { width: 16px; height: 16px; }
.feat-item b { font-size: 1.05rem; }
.feat-item p { margin: .15rem 0 0; color: var(--muted); font-size: .96rem; }

/* =========================================================
   SERVICE CARDS
   ========================================================= */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 3rem; }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 2rem 1.8rem; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  position: relative; overflow: hidden;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--grad-aqua); transition: width .5s var(--ease); }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { width: 100%; }
.card-ic { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-mist); color: var(--aqua-deep); display: grid; place-items: center; margin-bottom: 1.3rem; }
.card-ic svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: .55rem; }
.card p { color: var(--muted); font-size: .98rem; margin: 0 0 1.2rem; }
.card .link { font-weight: 700; color: var(--aqua-deep); display: inline-flex; align-items: center; gap: .4rem; font-size: .92rem; }
.card .link .arr { transition: transform .3s var(--ease); }
.card:hover .link .arr { transform: translateX(4px); }

/* =========================================================
   PROCESS
   ========================================================= */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 3rem; counter-reset: step; }
.step { position: relative; padding: 2rem 1.5rem; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); }
.step .n {
  font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: #fff;
  width: 44px; height: 44px; border-radius: 50%; background: var(--grad-aqua);
  display: grid; place-items: center; margin-bottom: 1.1rem; box-shadow: 0 10px 22px -10px rgba(19,122,124,.6);
}
.step h3 { font-size: 1.25rem; margin-bottom: .4rem; }
.step p { color: var(--muted); font-size: .94rem; margin: 0; }

/* =========================================================
   GALLERY MASONRY
   ========================================================= */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 1.1rem; margin-top: 3rem; }
.gal {
  border-radius: var(--r); overflow: hidden; position: relative; box-shadow: var(--shadow-sm);
}
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gal:hover img { transform: scale(1.08); }
.gal::after { content: attr(data-cap); position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem 1.1rem .9rem; color: #fff; font-weight: 700; font-size: .9rem;
  background: linear-gradient(transparent, rgba(8,45,49,.82)); opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s; }
.gal:hover::after { opacity: 1; transform: translateY(0); }
.gal.tall { grid-row: span 2; }
.gal.wide { grid-column: span 2; }
.gal.solid { display: grid; place-items: center; text-align: center; padding: 1.6rem; color: #fff; }
.gal.solid.aqua { background: var(--grad-aqua); }
.gal.solid.deep { background: var(--grad-deep); }
.gal.solid.stone { background: linear-gradient(150deg,#cabfae,#b9966a); }
.gal.solid .big { font-family: var(--serif); font-size: 2.6rem; font-weight: 600; line-height: 1; }
.gal.solid small { font-size: .82rem; opacity: .85; margin-top: .4rem; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; margin-top: 3rem; }
.quote { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem 1.8rem; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--aqua); letter-spacing: 2px; margin-bottom: .9rem; }
.quote p { font-family: var(--serif); font-size: 1.25rem; line-height: 1.4; color: var(--ink); font-style: italic; }
.quote .who { display: flex; align-items: center; gap: .8rem; margin-top: 1.3rem; }
.quote .av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-aqua); color: #fff; display: grid; place-items: center; font-weight: 800; font-family: var(--sans); }
.quote .who b { display: block; font-size: .95rem; }
.quote .who span { font-size: .82rem; color: var(--muted); }

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner { position: relative; overflow: hidden; background: var(--grad-deep); color: #fff; border-radius: var(--r-xl); padding: clamp(3rem,6vw,5rem); text-align: center; }
.cta-banner .orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .35; }
.cta-banner .orb.a { width: 320px; height: 320px; background: #2bb0ab; top: -120px; left: -60px; }
.cta-banner .orb.b { width: 320px; height: 320px; background: #b9966a; bottom: -140px; right: -60px; }
.cta-banner h2 { position: relative; }
.cta-banner p { position: relative; max-width: 54ch; margin: 1.1rem auto 2rem; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.cta-banner .hero-actions { justify-content: center; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: #0a3b40; color: rgba(255,255,255,.78); padding: clamp(3.5rem,6vw,5rem) 0 2rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.5rem; }
.foot-brand .brand-mark { color: #fff; }
.foot-brand .brand-sub { color: rgba(255,255,255,.55); }
.foot-brand p { margin: 1.1rem 0; max-width: 34ch; font-size: .95rem; }
.foot-social { display: flex; gap: .6rem; }
.foot-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .3s, transform .3s; }
.foot-social a:hover { background: var(--aqua); transform: translateY(-3px); }
.foot-social svg { width: 17px; height: 17px; color: #fff; }
.foot-col h4 { font-family: var(--sans); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: #fff; margin-bottom: 1.1rem; }
.foot-col a, .foot-col li { display: block; font-size: .94rem; padding: .32rem 0; color: rgba(255,255,255,.72); transition: color .3s; }
.foot-col a:hover { color: var(--aqua-glow); }
.foot-col .row { display: flex; gap: .6rem; align-items: flex-start; }
.foot-col .row svg { width: 16px; height: 16px; color: var(--aqua-glow); margin-top: .3rem; flex: none; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 3rem; padding-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .82rem; color: rgba(255,255,255,.5); }
.foot-disclaimer { font-size: .78rem; color: rgba(255,255,255,.4); margin-top: 1.2rem; max-width: 90ch; line-height: 1.6; }

/* =========================================================
   PAGE HERO (inner pages)
   ========================================================= */
.page-hero { background: var(--grad-mist); padding: clamp(3rem,6vw,5.5rem) 0 clamp(2.5rem,5vw,4rem); position: relative; overflow: hidden; }
.page-hero .hero-orb.a { top: -120px; right: -60px; opacity: .4; }
.page-hero .crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 1rem; font-weight: 600; }
.page-hero .crumbs a:hover { color: var(--aqua-deep); }
.page-hero h1 { font-size: clamp(2.4rem,5vw,4rem); }
.page-hero p { max-width: 56ch; color: var(--ink-soft); font-size: 1.12rem; margin-top: 1rem; }

/* =========================================================
   SERVICES PAGE
   ========================================================= */
.filter-bar { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.5rem; }
.filter-btn {
  font-family: var(--sans); font-weight: 700; font-size: .88rem; padding: .55rem 1.2rem;
  border-radius: 999px; border: 1.5px solid var(--line); background: var(--white); color: var(--ink-soft);
  cursor: pointer; transition: all .3s var(--ease);
}
.filter-btn:hover { border-color: var(--aqua); color: var(--aqua-dark); }
.filter-btn.active { background: var(--grad-aqua); color: #fff; border-color: transparent; box-shadow: 0 12px 24px -12px rgba(19,122,124,.55); }

.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; margin-top: 2.5rem; }
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease), opacity .4s;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.svc-card.hide { display: none; }
.svc-top { height: 150px; position: relative; display: grid; place-items: center; color: #fff; overflow: hidden; }
.svc-top.g1 { background: var(--grad-aqua); }
.svc-top.g2 { background: var(--grad-deep); }
.svc-top.g3 { background: linear-gradient(150deg,#cabfae,#b9966a); }
.svc-top.g4 { background: linear-gradient(150deg,#2bb0ab,#0c4b50); }
.svc-top svg { width: 46px; height: 46px; opacity: .92; }
.svc-top .tag { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.9); color: var(--aqua-dark); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; }
.svc-body { padding: 1.7rem; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 { margin-bottom: .5rem; }
.svc-body p { color: var(--muted); font-size: .95rem; flex: 1; }
.svc-price { margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; }
.svc-price .from { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.svc-price .amt { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--aqua-dark); }

/* pricing table */
.price-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; margin-top: 3rem; }
.tier { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2.2rem 1.9rem; position: relative; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease); }
.tier:hover { transform: translateY(-6px); }
.tier.featured { background: var(--grad-deep); color: #fff; border-color: transparent; box-shadow: var(--shadow); }
.tier.featured .muted { color: rgba(255,255,255,.7); }
.tier .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--sand); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: .35rem 1rem; border-radius: 999px; }
.tier h3 { font-size: 1.5rem; }
.tier .muted { color: var(--muted); font-size: .92rem; }
.tier .cost { font-family: var(--serif); font-size: 3rem; font-weight: 600; margin: 1rem 0 .3rem; line-height: 1; }
.tier.featured .cost { color: var(--aqua-glow); }
.tier:not(.featured) .cost { color: var(--aqua-dark); }
.tier ul { margin: 1.5rem 0; display: grid; gap: .7rem; }
.tier li { display: flex; gap: .6rem; align-items: flex-start; font-size: .94rem; }
.tier li svg { width: 17px; height: 17px; color: var(--aqua); flex: none; margin-top: .25rem; }
.tier.featured li svg { color: var(--aqua-glow); }
.tier .btn { width: 100%; justify-content: center; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,4vw,3.5rem); align-items: start; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.8rem,3vw,2.6rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-weight: 700; font-size: .85rem; margin-bottom: .45rem; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  font-family: var(--sans); font-size: .98rem; color: var(--ink); background: var(--paper);
  transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--aqua); box-shadow: 0 0 0 4px var(--aqua-soft); background: #fff;
}
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
form[data-enquiry] .btn { width: 100%; justify-content: center; margin-top: .4rem; }
[data-form-note] { margin: 1rem 0 0; font-weight: 700; color: var(--aqua-deep); text-align: center; min-height: 1.2em; }
[data-form-note].show { animation: pop .5s var(--ease); }
@keyframes pop { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

.info-card { background: var(--grad-deep); color: #fff; border-radius: var(--r-lg); padding: clamp(1.8rem,3vw,2.4rem); box-shadow: var(--shadow); }
.info-card h3 { color: #fff; }
.info-row { display: flex; gap: .9rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.info-row:last-child { border-bottom: none; }
.info-row .ic { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; flex: none; }
.info-row .ic svg { width: 19px; height: 19px; color: var(--aqua-glow); }
.info-row b { display: block; font-size: .95rem; color: #fff; }
.info-row span, .info-row a { font-size: .92rem; color: rgba(255,255,255,.74); }
.info-row a:hover { color: var(--aqua-glow); }

.hours-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem,3vw,2.2rem); box-shadow: var(--shadow-sm); margin-top: 1.6rem; }
.hours-card h3 { margin-bottom: 1rem; }
.hours-row { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px dashed var(--line); font-size: .95rem; }
.hours-row:last-child { border-bottom: none; }
.hours-row .day { font-weight: 700; }
.hours-row .time { color: var(--muted); }
.hours-row.closed .time { color: var(--sand); font-weight: 700; }

.map-card { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 8px solid #fff; margin-top: 3rem; }
.map-card svg { width: 100%; height: auto; display: block; }

/* =========================================================
   BLOG PAGE
   ========================================================= */
.featured-post { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,4vw,3.5rem); align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); margin-top: 2.5rem; }
.featured-post .fp-media { position: relative; height: 100%; min-height: 360px; overflow: hidden; }
.featured-post .fp-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-post .fp-body { padding: clamp(1.8rem,3vw,3rem) clamp(1.8rem,3vw,3rem) clamp(1.8rem,3vw,3rem) 0; }
.pill { display: inline-block; background: var(--aqua-soft); color: var(--aqua-deep); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .35rem .9rem; border-radius: 999px; }
.featured-post h2 { margin: 1rem 0 .8rem; font-size: clamp(1.8rem,3vw,2.6rem); }
.featured-post p { color: var(--ink-soft); }
.post-meta { display: flex; align-items: center; gap: .8rem; margin-top: 1.4rem; font-size: .88rem; color: var(--muted); }
.post-meta .av { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-aqua); color: #fff; display: grid; place-items: center; font-weight: 800; }

.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; margin-top: 3rem; }
.post-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.post-card .pc-top { height: 160px; position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; }
.post-card .pc-top.g1 { background: var(--grad-aqua); }
.post-card .pc-top.g2 { background: var(--grad-deep); }
.post-card .pc-top.g3 { background: linear-gradient(150deg,#cabfae,#b9966a); }
.post-card .pc-top.img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.post-card:hover .pc-top.img img { transform: scale(1.07); }
.post-card .pc-top .pill { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.9); }
.post-card .pc-top svg { width: 40px; height: 40px; opacity: .9; }
.post-card .pc-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.post-card h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.post-card p { color: var(--muted); font-size: .93rem; flex: 1; }
.post-card .pc-meta { margin-top: 1.1rem; font-size: .82rem; color: var(--muted); font-weight: 600; display: flex; gap: .8rem; }

.newsletter { background: var(--grad-mist); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(2.5rem,5vw,4rem); text-align: center; margin-top: 3rem; }
.newsletter form { display: flex; gap: .8rem; max-width: 480px; margin: 1.8rem auto 0; }
.newsletter input { flex: 1; padding: .9rem 1.2rem; border: 1.5px solid var(--line); border-radius: 999px; font-family: var(--sans); font-size: .96rem; background: #fff; }
.newsletter input:focus { outline: none; border-color: var(--aqua); box-shadow: 0 0 0 4px var(--aqua-soft); }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  * { animation: none !important; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 540px; margin-inline: auto; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 2.5rem 1.5rem; }
  .cards, .svc-grid, .quotes, .blog-grid, .price-tiers { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid, .featured-post { grid-template-columns: 1fr; }
  .split.rev .split-media { order: 0; }
  .featured-post .fp-body { padding: 2rem; }
  .featured-post .fp-media { min-height: 280px; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .gal.wide { grid-column: span 2; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    flex-direction: column; background: var(--white); padding: 6rem 2rem 2rem;
    transform: translateX(105%); transition: transform .45s var(--ease);
    box-shadow: -20px 0 50px -20px rgba(16,40,43,.4); align-items: flex-start; z-index: 55;
  }
  .nav-cta { top: auto; bottom: 0; height: auto; inset: auto 0 0 auto; padding: 1rem 2rem 2.5rem; width: min(82vw,340px); justify-content: flex-start; }
  .nav.open .nav-links, .nav.open .nav-cta { transform: translateX(0); }
  .nav-links { gap: 1.4rem; padding-bottom: 1rem; }
  .nav-cta { flex-direction: column; align-items: stretch; gap: 1rem; border-top: 1px solid var(--line); }
  .nav-cta .btn { justify-content: center; }
  .nav-toggle { display: flex; z-index: 60; }
  .nav.open .nav-toggle span { background: var(--ink); }
  .cards, .svc-grid, .quotes, .blog-grid, .price-tiers, .process-grid, .stats-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .foot-brand { grid-column: 1 / -1; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .newsletter form { flex-direction: column; }
  .hero-float { display: none; }
}
@media (max-width: 460px) {
  .foot-grid { grid-template-columns: 1fr; }
}
