/* ============ ENJOY PLUMBING - Jeremy's v2 dark template rebrand ============
   Charcoal #1b1b1b kept. Enjoy brand: teal #64a8b0 primary (logo), red
   #b53e39 secondary (logo, lifted to #c0453f for buttons). AA on #1b1b1b:
   teal text-lift #8fc6cc 8.3:1, teal #64a8b0 5.6:1; buttons: ink #10181c
   on teal 5.2:1, white on red #c0453f 4.9:1. */
:root{
  --bg: #1b1b1b;
  --bg-2: #232323;
  --card: #272727;
  --ink: #ffffff;
  --dim: #b8bec6;
  --faint: #8a9199;
  --blue: #64a8b0;
  --blue-lift: #8fc6cc;      /* teal as text on dark */
  --orange: #c0453f;   /* Enjoy red (keeps template var name) */
  --border: rgba(255,255,255,0.12);
  --r: 18px;
  --font: "Sora", -apple-system, sans-serif;
  --ease: cubic-bezier(0.16,1,0.3,1);
}
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ background: var(--bg); scroll-behavior:smooth; overflow-x: clip; }
body{
  background: var(--bg); color: var(--dim);
  font-family: var(--font); font-size: 16.5px; line-height: 1.65;
  overflow-x: hidden; overflow-x: clip; -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul,ol{ list-style:none; }
button{ font:inherit; cursor:pointer; border:none; background:none; color:inherit; }

h1,h2,h3{ font-weight: 700; text-transform: none; color: var(--ink); line-height: 1.18; letter-spacing: -0.015em; }
.section{ padding: 90px 0; }
.container{ max-width: 1140px; margin: 0 auto; padding: 0 32px; }
.center{ text-align:center; }
.kicker{
  display:inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--blue-lift); margin-bottom: 14px;
}
.section-title{ font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 16px; }
.section-title .em{ color: var(--blue-lift); font-style: normal; box-shadow: inset 0 -0.32em 0 rgba(192,69,63,0.35); }
.lead{ max-width: 62ch; }

/* ============ BUTTONS (reference: 10px radius blocks) ============ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius: var(--r); padding: 16px 30px; font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.04em;
  transition: transform .25s var(--ease), background .25s, filter .25s;
}
.btn:hover{ transform: translateY(-2px); filter: brightness(1.08); }
.btn-blue{ background: var(--blue); color: #10181c; }
.btn-orange{ background: var(--orange); color: #fff; }
.btn-ghost{ border: 2px solid var(--border); color: var(--ink); }
.btn-ghost:hover{ border-color: var(--ink); }

/* ============ HEADER ============ */
.site-header{
  position: absolute; top:0; left:0; right:0; z-index: 100;
  background: rgba(27,27,27,0.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.header-inner{
  max-width: 1140px; margin:0 auto; padding: 16px 32px;
  display:flex; align-items:center; justify-content:space-between; gap: 18px;
}
.wordmark img{ height: 42px; width:auto; }
.main-nav{ display:flex; gap: 24px; }
.main-nav a{ font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); }
.main-nav a:hover{ color: var(--blue-lift); }
.header-cta{ display:flex; gap: 12px; align-items:center; }
.header-phone{
  background: var(--blue); color:#fff; border-radius: var(--r);
  padding: 10px 16px; font-weight: 800; font-size: 15px; line-height: 1.2; text-align:center;
}
.header-quote{
  background: var(--orange); color: #171310; border-radius: var(--r);
  padding: 10px 16px; font-weight: 800; font-size: 13px; text-transform: uppercase; text-align:center;
}

/* ============ HERO (video, staggered uppercase headline) ============ */
.hero{ position:relative; min-height: 92vh; display:flex; align-items:center; overflow:hidden; }
.hero-bg{ position:absolute; inset:0; }
.hero-bg video, .hero-bg img{ width:100%; height:100%; object-fit:cover; }
.hero-bg::after{ content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(20,20,20,0.55) 0%, rgba(20,20,20,0.35) 55%, rgba(27,27,27,0.92) 100%); }
.hero-inner{ position:relative; z-index:1; width:100%; padding: 140px 0 90px; }
.hero-lines{ text-align: right; display:flex; flex-direction:column; gap: 14px; }
.hero-lines .line{
  font-size: clamp(30px, 4.6vw, 58px); font-weight: 800; text-transform: none;
  color: var(--ink); line-height: 1.05;
}
.hero-lines .line .em{ color: var(--blue-lift); font-style: normal; padding-right: 0; box-shadow: inset 0 -0.3em 0 rgba(192,69,63,0.45); }
.hero-cta-row{ display:flex; justify-content:flex-end; gap: 14px; margin-top: 34px; }
.hero-grating-row{ display:flex; justify-content:flex-end; margin-top: 20px; }
.hero-grating{
  display:inline-flex; align-items:center; gap: 10px;
  background: rgba(27,27,27,0.55); border: 1.5px solid var(--border); border-radius: 50px;
  padding: 9px 18px; font-weight: 700; font-size: 14px; color: var(--ink);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: border-color .25s, transform .25s var(--ease);
}
.hero-grating:hover{ border-color: var(--blue-lift); transform: translateY(-2px); }
.hero-grating img{ height: 20px; width:auto; }
.hero-grating .hg-score{ margin-left: 2px; }
.hero-grating .hg-stars{ color: var(--orange); letter-spacing: 2px; margin-left: 4px; }
.hero-grating .hg-arrow{ color: var(--blue-lift); margin-left: 4px; }
.hero-grating .hg-count{ color: var(--dim); font-weight: 600; font-size: 0.92em; margin-left: 4px; white-space:nowrap; }
.rv-sub{ margin-top: -4px; color: var(--dim); font-weight: 600; }
.rv-sub .rv-sub-stars{ color: var(--orange); letter-spacing: 2px; margin-right: 6px; }

/* ============ OFFER TICKER ============ */
.ticker{ background: var(--blue); color:#fff; padding: 24px 0; overflow:hidden; }
.ticker-track{
  display:flex; gap: 0; width:max-content; white-space:nowrap;
  font-weight: 800; text-transform: uppercase; font-size: 19px; letter-spacing: 0.06em;
  animation: tick 75s linear infinite;
}
@keyframes tick{ to{ transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .ticker-track{ animation:none; } }

/* ============ WHY CHOOSE US (split) ============ */
.why-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items:center; }
.why-photo{ border-radius: var(--r); overflow:hidden; }
.why-photo img{ width:100%; height:100%; object-fit:cover; aspect-ratio: 1.15/1; }

/* ============ SERVICES TILES ============ */
.svc-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 46px; }
.svc-tile{
  position:relative; border-radius: var(--r); overflow:hidden; aspect-ratio: 1/1.05;
  display:flex; flex-direction:column; justify-content:flex-end;
}
.svc-tile img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition: transform .6s var(--ease); }
.svc-tile:hover img{ transform: scale(1.06); }
.svc-tile::after{ content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(20,20,20,0) 30%, rgba(20,20,20,0.9) 100%); }
.svc-tile-body{ position:relative; z-index:1; padding: 22px; }
.svc-tile h3{ font-size: 19px; margin-bottom: 8px; }
.svc-desc{
  color: rgba(255,255,255,0.92); font-size: 14px; line-height: 1.55;
  max-height: 0; opacity: 0; overflow: hidden; margin: 0 auto; max-width: 34ch;
  transition: max-height .45s var(--ease), opacity .35s, margin .45s var(--ease);
}
.svc-tile:hover .svc-desc, .svc-tile:focus-visible .svc-desc{
  max-height: 140px; opacity: 1; margin-bottom: 12px;
}
.svc-tile:hover::after{ background: linear-gradient(180deg, rgba(20,20,20,0.1) 0%, rgba(20,20,20,0.96) 78%); }
.svc-tile::after{ transition: background .4s; }
@media (hover: none){
  .svc-desc{ max-height: none; opacity: 1; margin-bottom: 12px; }
}
.svc-tile .svc-cta{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-weight: 800; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--blue); color: #fff; border-radius: var(--r); padding: 12px 22px;
  transition: background .25s, transform .25s var(--ease);
}
.svc-tile:hover .svc-cta{ background: var(--orange); color: #171310; transform: translateY(-2px); }

/* ============ CHECKLIST BAND ============ */
.check-band{ background: var(--bg-2); }
.check-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items:center; }
.check-list{ display:flex; flex-direction:column; gap: 14px; margin-top: 8px; }
.check-list li{ display:flex; gap: 12px; align-items:flex-start; font-weight: 600; color: var(--ink); font-size: 17px; }
.check-list .tick, .work-item .tick{
  width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color:#fff;
  display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size: 14px; font-weight:800; margin-top:1px;
}
.check-ctas{ display:flex; gap: 14px; margin-top: 28px; flex-wrap:wrap; }
.check-photo{ border-radius: var(--r); overflow:hidden; }
.check-photo img{ width:100%; object-fit:cover; aspect-ratio: 0.95/1; }

/* ============ FEATURE CARDS ============ */
.feat-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 46px; }
.feat-card{
  background: var(--card); border: 1px solid var(--border); border-radius: var(--r);
  padding: 28px 24px;
}
.feat-ic{
  width: 52px; height: 52px; border-radius: var(--r); background: rgba(11,133,251,0.16);
  display:flex; align-items:center; justify-content:center; margin-bottom: 18px;
}
.feat-ic svg{ width: 24px; height: 24px; stroke: var(--blue-lift); }
.feat-card h3{ font-size: 16.5px; margin-bottom: 8px; text-transform:none; }
.feat-card p{ font-size: 14.5px; }

/* ============ GALLERY ============ */
.gal-grid{
  display:grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 210px;
  gap: 14px; margin-top: 42px;
}
.gal-grid img{
  width:100%; height:100%; object-fit:cover; border-radius: var(--r);
  border: 1px solid var(--border); transition: transform .5s var(--ease), filter .5s;
}
.gal-grid img:hover{ transform: scale(1.03); filter: brightness(1.08); }
.gal-grid .gal-wide{ grid-column: span 2; }

/* ============ REVIEWS (marquee, dark) ============ */
.rv-marquee{ overflow:hidden; margin-top: 42px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.rv-track{ display:flex; gap: 20px; width:max-content; animation: rvscroll 60s linear infinite; }
.rv-track.rv-rev{ animation-direction: reverse; }
.rv-track:hover{ animation-play-state: paused; }
@keyframes rvscroll{ to{ transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .rv-track{ animation:none; flex-wrap:wrap; width:auto; } }
.rv-card{
  width: 360px; background: #ffffff; border:1px solid rgba(0,0,0,0.06); border-radius: var(--r);
  padding: 24px; position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
.rv-card::after{
  content:""; position:absolute; top: 22px; right: 20px; width: 22px; height: 22px;
  background: url("../assets/images/real/google-g.webp") center/contain no-repeat;
}
.rv-top{ display:flex; align-items:center; gap: 12px; margin-bottom: 10px; }
.rv-avatar{
  width: 42px; height: 42px; border-radius:50%; background: var(--blue); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:800;
}
.rv-card:nth-child(even) .rv-avatar{ background: var(--orange); color:#171310; }
.rv-name{ font-weight: 700; font-size: 15px; color: #202124; }
.rv-date{ font-size: 12.5px; color: #5f6368; }
.rv-stars{ color: #fbbc04; letter-spacing: 2px; margin-bottom: 8px; }
.rv-text{ font-size: 14.5px; color: #3c4043; }
.rv-more-row{ margin-top: 18px; }
.rv-more-row[hidden]{ display:none; }
.rv-cta{ text-align:center; margin-top: 36px; }

/* ============ SAME DAY BAND ============ */
.sameday{
  position:relative; overflow:hidden;
  background: url("../assets/images/real/shoot-46.jpg") center / cover no-repeat;
}
/* window-style parallax: fixed background on desktop only */
@media (hover:hover) and (pointer:fine){ .sameday{ background-attachment: fixed; } }
.sameday::before{ content:""; position:absolute; inset:0; background: rgba(20,20,20,0.78); }
/* Desktop: window-style parallax - the photo stays fixed while the page scrolls over it.
   (background-attachment: fixed is broken on iOS, so touch devices keep normal scroll.) */
@media (hover:hover) and (pointer:fine){
  .sameday-bg{ background-attachment: fixed; background-size: cover; background-position: center; }
}
.sameday-bg::after{ content:""; position:absolute; inset:0; background: rgba(20,20,20,0.62); }
.sameday .container{ position:relative; z-index:1; text-align:center; padding-top: 90px; padding-bottom: 90px; }

/* ============ FORM / GET IN TOUCH ============ */
.book-grid{ display:grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items:start; }
.form-card{
  background: #232323; border: 1px solid var(--border);
  border-radius: var(--r); padding: 30px 30px 34px; color: var(--ink);
  position: relative; overflow: hidden;
}
.form-card::before{
  content:""; position:absolute; top:0; left:0; right:0; height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
}
.form-card h3{ color: var(--ink); font-size: 22px; margin-bottom: 6px; }
.form-card p{ color: var(--dim); font-size: 14px; margin-bottom: 12px; }
.form-crop{ overflow:hidden; height: 752px; border-radius: 8px; } /* measured: form CARD (rounded corners) ends 746px, button 700px, 8 Sep 2026 */
iframe[id^="inline-kWbtOXNf7IKZxGp8tbVO"]{ height: 764px !important; margin-top: 0; width:100%; border:0; display:block; }
.git-list{ display:flex; flex-direction:column; gap: 18px; margin-top: 26px; }
.git-list li{ display:flex; gap: 14px; align-items:flex-start; color: var(--ink); font-weight:600; }
.git-list svg{ width: 20px; height: 20px; stroke: var(--blue-lift); flex-shrink:0; margin-top: 3px; }
.git-list small{ display:block; color: var(--faint); font-weight:500; }

/* ============ VIDEOS (replaces reference map) ============ */
.vid-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,240px)); gap:16px; margin-top:42px; justify-content:center; }
.vid-card{ aspect-ratio:9/16; border-radius: var(--r); overflow:hidden; background:#000; border:1px solid var(--border); }
.vid-card iframe{ width:100%; height:100%; border:0; display:block; }
.vid-feature{ margin-top:16px; display:flex; justify-content:center; }
.vid-card-wide{ aspect-ratio:16/9; width:min(720px,100%); }

/* ============ FOOTER ============ */
.footer{ background: #141414; padding: 60px 0 36px; border-top: 1px solid var(--border); }
.footer-grid{ display:flex; justify-content:space-between; gap: 44px; flex-wrap:wrap; }
.footer .f-logo{ height: 40px; width:auto; margin-bottom: 16px; }
.footer p{ font-size: 14px; max-width: 44ch; }
.footer h4{ font-size: 14px; letter-spacing: 0.1em; margin-bottom: 14px; }
.footer li{ margin-bottom: 8px; font-size: 14.5px; }
.footer a:hover{ color: var(--ink); }
.footer-bottom{ border-top: 1px solid var(--border); margin-top: 44px; padding-top: 20px; font-size: 13px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px; }

/* ============ REVEAL ============ */
.reveal{ opacity:0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; transition:none; } }

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px){
  .main-nav{ display:none; }
  .hero-lines{ text-align:left; }
  .hero-cta-row{ justify-content:flex-start; }
  .hero-grating-row{ justify-content:flex-start; }
  .why-grid, .check-grid, .book-grid{ grid-template-columns: 1fr; gap: 44px; }
  .svc-grid{ grid-template-columns: repeat(2,1fr); }
  .feat-grid{ grid-template-columns: repeat(2,1fr); }
  /* gal-grid mobile: snap strip below */
}
@media (max-width: 640px){
  .section{ padding: 64px 0; }
  .container{ padding: 0 20px; }
  .header-inner{ padding: 12px 20px; }
  .wordmark img{ height: 34px; }
  .header-quote{ display:none; }
  .hero{ min-height: 84vh; }
  .hero-inner{ padding: 120px 20px 70px; }
  .hero-lines .line{ font-size: clamp(26px, 8vw, 34px); }
  .hero-grating{ font-size: 12px; padding: 8px 12px; gap: 7px; max-width: 100%; }
  .hero-grating img{ height: 16px; }
  .hero-grating .hg-stars{ letter-spacing: 1px; }
  .svc-grid{ grid-template-columns: 1fr; }
  .feat-grid{ grid-template-columns: 1fr; }
  
  /* vid-grid mobile: snap strip below */
  .rv-card{ width: 300px; }
}

/* ============ FAQ ============ */
.faq-section .center{ text-align:center; }
.faq-list{ max-width: 860px; margin: 38px auto 0; display:flex; flex-direction:column; gap: 14px; text-align:left; }
.faq-item{
  background: var(--card); border: 1px solid var(--border); border-radius: var(--r);
  transition: border-color .3s;
}
.faq-item:hover{ border-color: rgba(246,147,49,0.5); }
.faq-item summary{
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 20px 24px; font-weight: 600; font-size: 17px; color: var(--ink);
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary::after{
  content: "+"; flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(246,147,49,0.14); color: var(--orange);
  font-size: 20px; line-height: 1; transition: transform .3s var(--ease), background .3s;
}
.faq-item[open] summary::after{ transform: rotate(45deg); background: var(--orange); color: #1b1b1b; }
/* smooth height animation via the grid-rows trick */
.faq-a{ display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.faq-item[open] .faq-a{ grid-template-rows: 1fr; }
.faq-a > div{ overflow: hidden; }
.faq-a p{ padding: 0 24px 22px; font-size: 15px; line-height: 1.65; color: var(--dim); max-width: 72ch; }

/* ===== always-visible phone: mobile sticky header + ring animation (8 Sep 2026) ===== */
@media (max-width: 900px){
  .site-header{ position: fixed; top:0; left:0; right:0; }
}
.site-header a[href^="tel:"]{ animation: phone-ring 5s ease-in-out infinite; position: relative; }
.site-header a[href^="tel:"]::after{
  content:""; position:absolute; inset:-3px; border-radius: inherit;
  animation: phone-pulse 5s ease-out infinite; pointer-events:none;
}
@keyframes phone-ring{
  0%, 6%, 100% { transform: rotate(0); }
  1% { transform: rotate(-3deg) scale(1.04); }
  2% { transform: rotate(3deg) scale(1.04); }
  3% { transform: rotate(-3deg) scale(1.04); }
  4% { transform: rotate(3deg) scale(1.04); }
  5% { transform: rotate(0) scale(1); }
}
@keyframes phone-pulse{
  0%   { box-shadow: 0 0 0 0 var(--blue, #2a7de1); opacity:.55; }
  8%   { box-shadow: 0 0 0 12px transparent; opacity:0; }
  100% { box-shadow: 0 0 0 0 transparent; opacity:0; }
}
@media (prefers-reduced-motion: reduce){
  .site-header a[href^="tel:"], .site-header a[href^="tel:"]::after{ animation: none; }
}

/* ===== mobile media strips: horizontal snap-scroll, no orphan wrapping (8 Sep 2026) ===== */
@media (max-width: 700px){
  .vid-grid{
    display:flex; overflow-x:auto; gap:12px;
    scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
    padding-left:20px; padding-right:20px; padding-bottom:8px;
    margin-left:-20px; margin-right:-20px; scrollbar-width:none; justify-content:flex-start;
  }
  .vid-grid::-webkit-scrollbar{ display:none; }
  .vid-grid .vid-card{ flex:0 0 62vw; width:62vw; scroll-snap-align:center; }
  .gal-grid{
    display:flex; overflow-x:auto; gap:12px;
    scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
    padding-left:20px; padding-right:20px; padding-bottom:8px;
    margin-left:-20px; margin-right:-20px; scrollbar-width:none;
  }
  .gal-grid::-webkit-scrollbar{ display:none; }
  .gal-grid img, .gal-grid .gal-wide{ flex:0 0 76vw; width:76vw; height:58vw; scroll-snap-align:center; grid-column:auto; }
  .gal-grid img:hover{ transform:none; }
}


/* ===== services dropdown (Belle pattern, dark) ===== */
.nav-drop{ position:relative; display:flex; align-items:center; }
.nav-drop .nav-menu{
  position:absolute; top:100%; left:-14px; padding-top:10px; padding-bottom:10px; min-width:200px;
  background: var(--card); border:1px solid var(--border); border-radius:12px;
  box-shadow:0 18px 44px rgba(0,0,0,0.45);
  opacity:0; visibility:hidden; transform:translateY(6px);
  transition:opacity .2s, transform .2s, visibility .2s;
}
.nav-drop:hover .nav-menu, .nav-drop:focus-within .nav-menu{ opacity:1; visibility:visible; transform:translateY(0); }
.nav-menu a{ display:block; padding-top:9px; padding-bottom:9px; padding-left:18px; padding-right:18px; font-weight:600; font-size:14px; color:var(--ink); text-transform:none; letter-spacing:0; }
.nav-menu a:hover{ background: var(--bg-2); color: var(--blue-lift); }

/* ===== mobile service quick-nav pill strip ===== */
.mobile-svc-nav{
  display:none; position:sticky; top:59px; z-index:99; margin-top:59px;
  background: var(--bg-2); border-bottom:1px solid var(--border);
  padding-top:10px; padding-bottom:10px; padding-left:16px; padding-right:16px; gap:8px;
}
@media (max-width: 900px){ .mobile-svc-nav{ display:flex; justify-content:center; } }
.mobile-svc-nav a{
  flex:1; text-align:center; padding-top:9px; padding-bottom:9px; padding-left:6px; padding-right:6px;
  border-radius:999px; border:1px solid var(--border); font-weight:600; font-size:13px;
  color: var(--ink); white-space:nowrap;
}
.mobile-svc-nav a.is-here{ background: var(--blue); color:#10181c; border-color: var(--blue); }

/* ===== reviews sub-line Google G ===== */
.rv-sub{ display:flex; align-items:center; justify-content:center; gap:10px; }
.rv-sub-g{ width:22px; height:22px; display:inline-block; }

/* ===== numbered process band ===== */
.step-num{
  width:40px; height:40px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  background: var(--blue); color:#10181c; font-weight:800; font-size:18px;
  margin-bottom:14px;
}


/* ===== Enjoy identity: centered hero, badge strip, static review grid ===== */
.hero-inner{ text-align:center; align-items:center; }
.hero-lines{ align-items:center; }
.hero-lines .line{ text-align:center; }
.hero-cta-row{ justify-content:center; }
.hero-grating-row{ justify-content:center; display:flex; }
.btn{ border-radius: 999px; }
.header-phone, .header-quote{ border-radius: 999px; }

.badge-strip{
  background: var(--bg-2); border-top:1px solid var(--border); border-bottom:1px solid var(--border);
  padding-top:18px; padding-bottom:18px;
}
.badge-strip .container{ display:flex; flex-wrap:wrap; gap:12px 34px; justify-content:center; }
.badge-strip span{ font-weight:600; font-size:14px; color:var(--dim); display:flex; align-items:center; gap:8px; }
.badge-strip .dot{ width:9px; height:9px; border-radius:50%; background: var(--orange); flex-shrink:0; }

.rv-static{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:1140px; margin:38px auto 0; padding-left:32px; padding-right:32px; }
.rv-static .rv-card{ width:auto; }
@media (max-width:900px){ .rv-static{ grid-template-columns:1fr; padding-left:20px; padding-right:20px; } }

/* ===== Enjoy fun pass: entrance + water motion (all reduced-motion safe) ===== */
/* hero lines rise in one after another on load */
.hero-lines .line{ opacity:0; transform: translateY(26px); animation: line-rise .7s var(--ease) forwards; }
.hero-lines .line:nth-child(1){ animation-delay:.15s; }
.hero-lines .line:nth-child(2){ animation-delay:.32s; }
.hero-lines .line:nth-child(3){ animation-delay:.49s; }
.hero-cta-row{ opacity:0; animation: line-rise .7s var(--ease) .68s forwards; }
.hero-grating-row{ opacity:0; animation: line-rise .7s var(--ease) .84s forwards; }
@keyframes line-rise{ to{ opacity:1; transform:translateY(0); } }

/* the red highlight draws itself under "Enjoyable Solutions!" after the line lands */
.hero-lines .line .em{ box-shadow:none; background-image: linear-gradient(rgba(192,69,63,0.45), rgba(192,69,63,0.45));
  background-repeat:no-repeat; background-position: 0 78%; background-size: 0% 0.3em;
  animation: draw-under .6s var(--ease) 1.05s forwards; }
@keyframes draw-under{ to{ background-size:100% 0.3em; } }
/* section-title highlights draw in when their section reveals */
.section-title .em{ box-shadow:none; background-image: linear-gradient(rgba(192,69,63,0.35), rgba(192,69,63,0.35));
  background-repeat:no-repeat; background-position:0 82%; background-size:0% 0.32em;
  transition: background-size .6s var(--ease) .15s; }
.in .section-title .em, .section-title .em.in, section.in-view .section-title .em{ background-size:100% 0.32em; }

/* animated wave divider under the hero (plumbing = water) */
.wave-divider{ position:relative; height:72px; overflow:hidden; margin-top:-72px; z-index:2; pointer-events:none; color:rgba(100,168,176,0.55); }
.wave-divider svg{ position:absolute; left:0; bottom:0; width:200%; height:100%; animation: wave-drift 14s linear infinite; }
.wave-divider svg.back{ opacity:.5; animation-duration: 22s; animation-direction: reverse; bottom:6px; }
@keyframes wave-drift{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* service tiles: playful lift + tilt (transition list keeps the reveal fade working) */
.svc-tile{ transition: opacity .7s var(--ease), transform .45s var(--ease), box-shadow .45s, border-color .45s; }
.svc-tile.in:hover{ transform: translateY(-10px) rotate(-1.2deg) scale(1.015); box-shadow: 0 26px 52px rgba(0,0,0,0.55); border-color: var(--blue); }

/* process step numbers pop when revealed */
.feat-card .step-num{ transform: scale(.4); opacity:0; transition: transform .45s cubic-bezier(.34,1.56,.64,1), opacity .3s; }
.feat-card.in .step-num{ transform: scale(1); opacity:1; }

/* badge strip dots gentle breathe */
.badge-strip .dot{ animation: dot-breathe 3.2s ease-in-out infinite; }
.badge-strip span:nth-child(2) .dot{ animation-delay:.5s; }
.badge-strip span:nth-child(3) .dot{ animation-delay:1s; }
.badge-strip span:nth-child(4) .dot{ animation-delay:1.5s; }
.badge-strip span:nth-child(5) .dot{ animation-delay:2s; }
@keyframes dot-breathe{ 0%,100%{ transform:scale(1); background:var(--orange); } 50%{ transform:scale(2.1); background:var(--blue); } }

@media (prefers-reduced-motion: reduce){
  .hero-lines .line, .hero-cta-row, .hero-grating-row{ opacity:1; transform:none; animation:none; }
  .hero-lines .line .em{ background-size:100% 0.3em; animation:none; }
  .section-title .em{ background-size:100% 0.32em; transition:none; }
  .wave-divider svg{ animation:none; }
  .badge-strip .dot{ animation:none; }
  .svc-tile:hover{ transform:none; }
}

/* ===== form wow: rotating gradient glow border + rising bubbles ===== */
@property --spin { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
#enquire{ position:relative; overflow:hidden; }
.form-card{ position:relative; z-index:1; }
.form-card::before{
  content:""; position:absolute; inset:-2px; border-radius: calc(var(--r) + 3px); z-index:-1;
  background: conic-gradient(from var(--spin), #64a8b0, #c0453f 30%, #64a8b0 50%, #8fc6cc 70%, #64a8b0);
  animation: spin-border 6s linear infinite;
}
.form-card::after{
  content:""; position:absolute; inset:-2px; border-radius: calc(var(--r) + 3px); z-index:-2;
  background: conic-gradient(from var(--spin), #64a8b0, #c0453f 30%, #64a8b0 50%, #8fc6cc 70%, #64a8b0);
  filter: blur(22px); opacity:.45;
  animation: spin-border 6s linear infinite;
}
@keyframes spin-border{ to{ --spin: 360deg; } }
/* fallback for browsers without @property: gentle hue drift instead of rotation */
@supports not (background: conic-gradient(from var(--spin), red, blue)) {
  .form-card::before, .form-card::after{ background: linear-gradient(135deg, #64a8b0, #c0453f, #8fc6cc); animation: hue-drift 6s linear infinite; }
  @keyframes hue-drift{ to{ filter: hue-rotate(360deg); } }
}

/* rising bubbles behind the enquire section */
.bubble{
  position:absolute; bottom:-40px; border-radius:50%;
  background: radial-gradient(circle at 32% 30%, rgba(143,198,204,0.5), rgba(100,168,176,0.12) 60%, transparent 70%);
  border: 1px solid rgba(143,198,204,0.25);
  animation: bubble-rise linear infinite;
  pointer-events:none;
}
@keyframes bubble-rise{
  0%   { transform: translateY(0) translateX(0); opacity:0; }
  8%   { opacity:.8; }
  92%  { opacity:.6; }
  100% { transform: translateY(-110vh) translateX(var(--sway, 20px)); opacity:0; }
}
@media (prefers-reduced-motion: reduce){
  .form-card::before, .form-card::after{ animation:none; }
  .bubble{ display:none; }
}

/* Meet The Owners photo is portrait (Rob + Maddi + dogs) - taller slot, anchored to the top so no heads crop */
#why-us .why-photo img{ aspect-ratio: 0.82/1; object-position: center top; }
/* Why Choose band photo is portrait - match the slot so nobody gets edge-cropped */
#local-team .check-photo img{ aspect-ratio: 0.75/1; }

/* anchor targets clear the fixed mobile header + pill strip */
section[id], div[id]{ scroll-margin-top: 24px; }
@media (max-width: 900px){ section[id], div[id]{ scroll-margin-top: 128px; } }


/* ===== polaroid scatter gallery (Enjoy signature - no other site has this) ===== */
.git-photo-fig{ margin-top:26px; border-radius: var(--r); overflow:hidden; }
.git-photo-fig img{ width:100%; aspect-ratio: 1.3/1; object-fit:cover; display:block; }

.polaroid-field{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  gap: 8px 4px; margin-top: 50px; perspective: 900px;
}
.polaroid{
  background:#f5f2ea; padding:12px 12px 46px; border-radius:4px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.5);
  width: clamp(200px, 22vw, 280px); position:relative;
  transition: transform .45s var(--ease), box-shadow .45s, z-index 0s;
}
.polaroid img{ width:100%; aspect-ratio:1/1; object-fit:cover; display:block; filter: saturate(1.05); }
.polaroid figcaption{
  position:absolute; left:0; right:0; bottom:12px; text-align:center;
  color:#3a3630; font-size:15px; font-weight:600; font-style:italic;
}
.polaroid:nth-child(1){ transform: rotate(-5deg) translateY(8px); }
.polaroid:nth-child(2){ transform: rotate(3.5deg) translateY(-10px); z-index:1; }
.polaroid:nth-child(3){ transform: rotate(-2.5deg) translateY(12px); }
.polaroid:nth-child(4){ transform: rotate(5deg) translateY(-6px); }
.polaroid:hover{ transform: rotate(0) translateY(-14px) scale(1.06); z-index:5; box-shadow: 0 30px 60px rgba(0,0,0,0.65); }
@media (max-width: 700px){
  .polaroid-field{ display:flex; overflow-x:auto; flex-wrap:nowrap; justify-content:flex-start;
    scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
    padding-left:20px; padding-right:20px; padding-bottom:22px; padding-top:14px;
    margin-left:-20px; margin-right:-20px; scrollbar-width:none; gap:16px; }
  .polaroid-field::-webkit-scrollbar{ display:none; }
  .polaroid{ flex:0 0 66vw; width:66vw; scroll-snap-align:center; }
}
@media (prefers-reduced-motion: reduce){ .polaroid, .polaroid:hover{ transform:none; } }

/* ===== type tiles (icon variant of svc-tile, for blockage / hot-water type blocks) ===== */
.type-tile{ text-align:left; }
.type-ic{
  width:58px; height:58px; border-radius:16px; margin:22px 0 0 22px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(100,168,176,0.14); border:1px solid rgba(100,168,176,0.35);
}
.type-ic svg{ width:30px; height:30px; stroke: var(--blue-lift); }
.check-ctas{ display:flex; gap:14px; flex-wrap:wrap; }
.svc-grid + .check-ctas{ margin-top:34px; }

/* ===== compact work list (hot-water types, short mobile scroll) ===== */
.work-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:34px; text-align:left;
}
.work-item{
  display:flex; gap:14px; align-items:flex-start;
  background: var(--card, rgba(255,255,255,0.04)); border:1px solid rgba(255,255,255,0.09);
  border-radius: var(--r); padding:16px 18px;
}
.work-item .tick{ flex:0 0 auto; margin-top:2px; }
.work-item h3{ font-size:17px; margin:0 0 3px; }
.work-item p{ margin:0; font-size:14.5px; opacity:0.82; }
@media (max-width:700px){
  .work-grid{ grid-template-columns:1fr; gap:10px; }
  .work-item{ padding:13px 15px; }
}
