/* ============================================================
   Tomas Pool Service — RightFrame redesign v2
   "Sunlit Pool": bone + emerald water + pine + coral
   No navy. No gold. Built around the Houston pool homeowner.
   ============================================================ */

:root {
  --bone:      #f6f2e8;
  --bone-2:    #efe8d8;
  --paper:     #ffffff;
  --pine:      #06302b;   /* green-black, replaces navy */
  --pine-2:    #0b463d;
  --teal:      #10b7a6;   /* emerald pool water */
  --teal-deep: #0a8a7c;
  --teal-ink:  #064f47;
  --aqua:      #7fe0d2;
  --coral:     #ff6a45;   /* sunset pop, replaces gold */
  --coral-deep:#e8471f;
  --peach:     #ffd9c4;
  --sky:       #cdeee8;

  --text:      #11312b;
  --muted:     #5a716a;
  --on-pine:   #eaf6f2;
  --on-pine-dim:#9dc4bb;
  --line:      rgba(6,48,43,.12);
  --line-2:    rgba(6,48,43,.22);
  --line-pine: rgba(255,255,255,.14);

  --r-sm: 14px;
  --r:    22px;
  --r-lg: 34px;
  --r-xl: 46px;
  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 30px 60px -32px rgba(8,40,36,.5);
  --shadow-sm: 0 16px 34px -24px rgba(8,40,36,.5);
  --shadow-coral: 0 18px 34px -16px rgba(232,71,31,.6);

  --display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;
  --sans: "Hanken Grotesk", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--sans); color: var(--text); background: var(--bone);
  line-height: 1.62; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: clip;
}
section[id], main[id] { scroll-margin-top: 96px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 700; line-height: 1.04; margin: 0; letter-spacing: -.02em; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px,5vw,56px); }
.section { padding: clamp(60px,8vw,110px) 0; position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans);
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-deep);
}
.eyebrow::before { content:""; width: 22px; height: 3px; border-radius: 3px; background: var(--coral); }
.eyebrow.light { color: var(--aqua); }
.section-head { max-width: 680px; margin-bottom: clamp(34px,5vw,56px); }
.section-head h2 { font-size: clamp(32px,5.4vw,56px); margin: 16px 0 14px; }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 16px; padding: 15px 26px; border-radius: 999px;
  border: 2px solid transparent; transition: transform .25s var(--ease), background .25s, color .2s, box-shadow .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: var(--shadow-coral); }
.btn-coral:hover { background: var(--coral-deep); }
.btn-pine { background: var(--pine); color: #fff; }
.btn-pine:hover { background: var(--pine-2); }
.btn-line { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn-line:hover { background: var(--pine); color: #fff; border-color: var(--pine); }
.btn-line.light { color: #fff; border-color: rgba(255,255,255,.45); }
.btn-line.light:hover { background: #fff; color: var(--pine); border-color: #fff; }
.btn .ti { font-size: 19px; }

/* ---- sticker badges ---- */
.sticker {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px;
  background: var(--paper); color: var(--text); border: 2px solid var(--pine);
  padding: 8px 15px; border-radius: 999px; box-shadow: 4px 4px 0 var(--pine);
}
.sticker .ti { font-size: 17px; }
.sticker.teal { background: var(--teal); color: #032c28; border-color: #032c28; box-shadow: 4px 4px 0 #032c28; }
.sticker.coral { background: var(--coral); color: #fff; border-color: var(--pine); box-shadow: 4px 4px 0 var(--pine); }
.sticker.peach { background: var(--peach); color: #7a2f17; border-color: #7a2f17; box-shadow: 4px 4px 0 #7a2f17; }

/* ---- wave divider ---- */
.wave { display: block; width: 100%; height: clamp(40px,6vw,78px); }
.wave svg { display: block; width: 100%; height: 100%; }

/* ---- top bar ---- */
.topbar { background: var(--pine); color: var(--on-pine-dim); font-size: 13.5px; font-weight: 600; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 40px; }
.topbar a { color: var(--on-pine); }
.topbar .tb-right { display: flex; gap: 22px; align-items: center; }
.topbar .ti { color: var(--aqua); font-size: 15px; vertical-align: -2px; margin-right: 6px; }
@media (max-width: 720px){ .topbar .tb-area { display: none; } .topbar .container { justify-content: center; } }

/* ---- nav ---- */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(246,242,232,.82); backdrop-filter: saturate(150%) blur(14px); -webkit-backdrop-filter: saturate(150%) blur(14px); transition: background .3s, box-shadow .3s; }
.nav.scrolled { background: rgba(246,242,232,.96); box-shadow: 0 12px 30px -24px rgba(8,40,36,.6); }
.nav .container { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mark { width: 44px; height: 44px; border-radius: 14px; background: var(--teal); display: grid; place-items: center; color: #032c28; font-size: 23px; border: 2px solid var(--pine); box-shadow: 3px 3px 0 var(--pine); }
.brand .bname { font-family: var(--display); font-size: 21px; font-weight: 700; line-height: 1; letter-spacing: -.02em; }
.brand .btag { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-deep); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 9px 13px; font-weight: 600; font-size: 15px; border-radius: 10px; transition: color .2s, background .2s; }
.nav-links a:hover { color: var(--teal-deep); background: rgba(16,183,166,.1); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: flex; align-items: center; gap: 7px; font-weight: 800; font-size: 15px; }
.nav-phone .ti { color: var(--coral); font-size: 18px; }
.burger { display: none; background: var(--pine); border: none; color: #fff; width: 46px; height: 46px; border-radius: 13px; font-size: 24px; display: none; place-items: center; }
@media (max-width: 980px){ .nav-links, .nav-phone { display: none; } .burger { display: grid; } }
@media (max-width: 600px){ .nav .nav-cta .btn { display: none; } .brand .bname { font-size: 18px; } }
@media (max-width: 400px){ .brand .btag { display: none; } }

/* ---- mobile drawer ---- */
.drawer { position: fixed; inset: 0; z-index: 80; background: var(--pine); display: flex; flex-direction: column; padding: 26px clamp(24px,7vw,46px); transform: translateX(100%); transition: transform .4s var(--ease); visibility: hidden; }
.drawer.open { transform: none; visibility: visible; }
.drawer-top { display: flex; justify-content: space-between; align-items: center; }
.drawer-top .bname { color: #fff; font-family: var(--display); font-size: 20px; font-weight: 700; }
.drawer .close { background: none; border: none; color: #fff; font-size: 32px; }
.drawer nav { display: flex; flex-direction: column; margin-top: 22px; }
.drawer nav a { color: var(--on-pine); font-family: var(--display); font-size: 30px; font-weight: 700; padding: 16px 0; border-bottom: 1px solid var(--line-pine); }
.drawer .drawer-foot { margin-top: auto; display: flex; flex-direction: column; gap: 12px; }

/* ---- hero (light, airy, blob photo) ---- */
.hero { background: var(--bone); padding: clamp(30px,5vw,64px) 0 clamp(10px,3vw,30px); position: relative; overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(30px,5vw,64px); align-items: center; }
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero h1 { font-size: clamp(44px,7vw,86px); letter-spacing: -.03em; }
.hero h1 .wave-word { color: var(--teal-deep); position: relative; white-space: nowrap; }
.hero h1 .wave-word::after { content:""; position: absolute; left: 0; right: 0; bottom: .04em; height: .12em; background: var(--coral); border-radius: 4px; transform: scaleX(0); transform-origin: left; animation: underline 1s var(--ease) .5s forwards; }
@keyframes underline { to { transform: scaleX(1); } }
.hero .lede { font-size: clamp(17px,2vw,20px); color: var(--muted); max-width: 47ch; margin: 22px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 26px; }
.hero-stickers { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stickers .sticker:nth-child(1){ transform: rotate(-3deg); }
.hero-stickers .sticker:nth-child(2){ transform: rotate(2deg); }
.hero-stickers .sticker:nth-child(3){ transform: rotate(-1.5deg); }

.hero-media { position: relative; }
.blob { position: relative; aspect-ratio: 1/1; border-radius: 47% 53% 43% 57% / 55% 48% 52% 45%; overflow: hidden; box-shadow: var(--shadow); border: 5px solid var(--paper); animation: blobMorph 14s ease-in-out infinite; }
.blob img { width: 100%; height: 100%; object-fit: cover; }
@keyframes blobMorph {
  0%,100% { border-radius: 47% 53% 43% 57% / 55% 48% 52% 45%; }
  33% { border-radius: 56% 44% 52% 48% / 46% 54% 46% 54%; }
  66% { border-radius: 43% 57% 55% 45% / 57% 43% 57% 43%; }
}
.hero-ring { position: absolute; inset: -16px; border: 2px dashed var(--teal); border-radius: 50%; opacity: .35; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-chip { position: absolute; background: var(--paper); border: 2px solid var(--pine); border-radius: 18px; padding: 12px 16px; box-shadow: 5px 5px 0 var(--pine); display: flex; align-items: center; gap: 11px; }
.hero-chip .ti { font-size: 24px; color: var(--coral); }
.hero-chip .big { font-family: var(--display); font-size: 22px; font-weight: 700; line-height: 1; }
.hero-chip .sub { font-size: 12px; color: var(--muted); font-weight: 600; }
.hero-chip.rating { top: 8%; left: -4%; }
.hero-chip.rating .stars { color: var(--coral); letter-spacing: 1px; font-size: 14px; }
.hero-chip.price { bottom: 8%; right: -4%; }
.hero-chip.price .ti { color: var(--teal-deep); }
@media (max-width: 900px){
  .hero .container { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 420px; margin: 0 auto; }
  .hero-chip.rating { left: 0; }
  .hero-chip.price { right: 0; }
}

/* ---- TOOL: Pool Health Check ---- */
.tool { background: var(--pine); color: var(--on-pine); }
.tool .section-head h2 { color: #fff; }
.tool .section-head p { color: var(--on-pine-dim); }
.tool-card { background: var(--paper); color: var(--text); border-radius: var(--r-lg); padding: clamp(22px,3vw,40px); box-shadow: var(--shadow); display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(20px,3vw,36px); }
.q-block { margin-bottom: 22px; }
.q-block:last-child { margin-bottom: 0; }
.q-label { display: block; font-family: var(--display); font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.q-label .num { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--teal); color: #032c28; font-size: 13px; margin-right: 9px; vertical-align: 1px; }
.opts { display: flex; flex-wrap: wrap; gap: 9px; }
.opt { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 14px; border: 2px solid var(--line-2); background: var(--bone); font-weight: 600; font-size: 14.5px; color: var(--text); transition: all .18s var(--ease); }
.opt .ti { font-size: 18px; color: var(--teal-deep); transition: color .18s; }
.opt:hover { border-color: var(--teal); transform: translateY(-1px); }
.opt.active { background: var(--pine); color: #fff; border-color: var(--pine); }
.opt.active .ti { color: var(--aqua); }

.tool-result { background: var(--bone); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; border: 2px dashed var(--line-2); }
.res-badge { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-deep); margin-bottom: 8px; }
.res-rec { font-family: var(--display); font-size: 21px; font-weight: 700; line-height: 1.12; margin-bottom: 14px; }
.res-price { font-family: var(--display); font-size: clamp(38px,6vw,52px); font-weight: 800; line-height: 1; color: var(--pine); letter-spacing: -.03em; }
.res-price .unit { font-size: 16px; font-weight: 700; color: var(--muted); margin-left: 4px; }
.res-lines { margin: 14px 0 0; display: flex; flex-direction: column; gap: 8px; }
.res-line { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; color: var(--text); }
.res-line .ti { color: var(--coral); font-size: 17px; margin-top: 1px; flex-shrink: 0; }
.res-note { font-size: 12.5px; color: var(--muted); margin: 14px 0 16px; }
.tool-result .btn { width: 100%; margin-top: auto; }
@media (max-width: 820px){ .tool-card { grid-template-columns: 1fr; } }

/* ---- trust strip ---- */
.trust { background: var(--bone); }
.trust .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 0; }
.trust .sticker:nth-child(odd){ transform: rotate(-2deg); }
.trust .sticker:nth-child(even){ transform: rotate(1.5deg); }

/* ---- services ---- */
.services { background: var(--bone); }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.svc-card { background: var(--paper); border: 2px solid var(--pine); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; box-shadow: 6px 6px 0 var(--pine); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.svc-card:hover { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 var(--coral); }
.svc-media { aspect-ratio: 16/11; overflow: hidden; position: relative; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-card:hover .svc-media img { transform: scale(1.06); }
.svc-media .tag { position: absolute; top: 13px; left: 13px; }
.svc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { font-size: 25px; margin-bottom: 9px; }
.svc-body p { color: var(--muted); font-size: 15px; margin: 0 0 18px; }
.svc-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 2px solid var(--line); }
.svc-price { font-family: var(--display); font-size: 19px; font-weight: 700; }
.svc-price small { display: block; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: 14px; color: var(--coral-deep); }
.svc-link .ti { transition: transform .25s var(--ease); }
.svc-card:hover .svc-link .ti { transform: translateX(4px); }
@media (max-width: 900px){ .svc-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }

/* ---- results ---- */
.results { background: var(--peach); }
.results-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.result-feature { position: relative; border-radius: var(--r); overflow: hidden; min-height: 360px; border: 3px solid var(--pine); box-shadow: 8px 8px 0 var(--pine); }
.result-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.result-feature .cap { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: linear-gradient(0deg, rgba(6,48,43,.86), transparent 60%); }
.result-feature .cap h3 { color: #fff; font-size: 26px; margin-bottom: 6px; }
.result-feature .cap p { color: var(--sky); margin: 0; font-size: 15px; }
.ba { background: var(--paper); border: 3px solid var(--pine); border-radius: var(--r); overflow: hidden; box-shadow: 8px 8px 0 var(--pine); display: flex; flex-direction: column; }
.ba-img { position: relative; }
.ba-img img { width: 100%; display: block; }
.ba-img .divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--coral); transform: translateX(-50%); }
.ba-img .lbl { position: absolute; bottom: 11px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #fff; padding: 5px 11px; border-radius: 999px; }
.ba-img .lbl.b { left: 11px; background: rgba(6,48,43,.82); }
.ba-img .lbl.a { right: 11px; background: var(--coral); }
.ba-cap { padding: 16px 20px; font-size: 14.5px; color: var(--muted); }
.ba-cap strong { color: var(--text); font-weight: 700; }
@media (max-width: 860px){ .results-grid { grid-template-columns: 1fr; } }

/* ---- stats ---- */
.stats { background: var(--teal); color: #032c28; }
.stats .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; text-align: center; padding: clamp(46px,6vw,72px) 0; }
.stat .num { font-family: var(--display); font-size: clamp(40px,5.5vw,64px); font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.stat .num .u { color: var(--coral-deep); }
.stat .lbl { margin-top: 8px; font-size: 14.5px; font-weight: 700; color: #06453d; }
@media (max-width: 680px){ .stats .container { grid-template-columns: 1fr 1fr; gap: 34px 18px; } }

/* ---- gallery ---- */
.gallery { background: var(--bone); }
.gal-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; gap: 16px; }
.gal-item { position: relative; overflow: hidden; border-radius: var(--r-sm); cursor: pointer; background: var(--bone-2); border: 2px solid var(--pine); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gal-item:hover img { transform: scale(1.07); }
.gal-item .gal-zoom { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 30px; background: rgba(6,48,43,0); opacity: 0; transition: .3s; pointer-events: none; }
.gal-item:hover .gal-zoom { background: rgba(6,48,43,.34); opacity: 1; }
.gal-item.tall { grid-row: span 2; }
.gal-item.wide { grid-column: span 2; }
@media (max-width: 900px){ .gal-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 150px; } }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(6,30,27,.93); display: none; place-items: center; padding: 24px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 14px; border: 4px solid #fff; }
.lightbox button { position: absolute; background: rgba(255,255,255,.14); border: none; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 25px; display: grid; place-items: center; transition: background .2s; }
.lightbox button:hover { background: rgba(255,255,255,.28); }
.lightbox .lb-close { top: 22px; right: 22px; }
.lightbox .prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox .next { right: 20px; top: 50%; transform: translateY(-50%); }

/* ---- process ---- */
.process { background: var(--pine); color: var(--on-pine); }
.process .section-head h2 { color: #fff; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step { background: var(--pine-2); border-radius: var(--r); padding: 24px; border: 1px solid var(--line-pine); }
.step .n { font-family: var(--display); font-size: 18px; font-weight: 800; color: #032c28; width: 46px; height: 46px; border-radius: 14px; background: var(--aqua); display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 20px; margin-bottom: 8px; color: #fff; }
.step p { color: var(--on-pine-dim); font-size: 14.5px; margin: 0; }
@media (max-width: 880px){ .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .steps { grid-template-columns: 1fr; } }

/* ---- reviews ---- */
.reviews { background: var(--bone); }
.rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.rev-card { background: var(--paper); border: 2px solid var(--pine); border-radius: var(--r); padding: 26px 24px; box-shadow: 6px 6px 0 var(--pine); display: flex; flex-direction: column; }
.rev-stars { color: var(--coral); letter-spacing: 2px; font-size: 16px; margin-bottom: 13px; }
.rev-card blockquote { font-family: var(--display); font-size: 19px; line-height: 1.36; font-weight: 600; margin: 0 0 20px; }
.rev-who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.rev-av { width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: #032c28; display: grid; place-items: center; font-weight: 800; font-family: var(--display); border: 2px solid var(--pine); }
.rev-name { font-weight: 800; font-size: 15px; }
.rev-loc { font-size: 13px; color: var(--muted); }
@media (max-width: 900px){ .rev-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

/* ---- area ---- */
.area { background: var(--bone); }
.area .container { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,60px); align-items: center; }
.area-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 4px; }
.area-list span { background: var(--paper); border: 2px solid var(--pine); border-radius: 999px; padding: 8px 15px; font-size: 14.5px; font-weight: 700; display: inline-flex; gap: 7px; align-items: center; }
.area-list .ti { color: var(--coral); font-size: 16px; }
.area-map { border-radius: var(--r); overflow: hidden; border: 3px solid var(--pine); box-shadow: 8px 8px 0 var(--pine); }
.area-map svg { width: 100%; height: auto; display: block; }
@media (max-width: 820px){ .area .container { grid-template-columns: 1fr; } .area-map { order: -1; } }

/* ---- cta band ---- */
.cta-band { background: var(--coral); color: #fff; text-align: center; }
.cta-band h2 { font-size: clamp(32px,5.4vw,58px); color: #fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.92); font-size: 19px; max-width: 54ch; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn-line.light:hover { color: var(--coral-deep); }

/* ---- contact ---- */
.contact { background: var(--bone); }
.contact .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px,4vw,48px); align-items: start; }
.form-card { background: var(--paper); border: 3px solid var(--pine); border-radius: var(--r-lg); padding: clamp(24px,3vw,38px); box-shadow: 10px 10px 0 var(--pine); }
.form-card h3 { font-size: 28px; margin-bottom: 6px; }
.form-card .sub { color: var(--muted); margin: 0 0 20px; font-size: 15px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 6px; }
.field input, .field textarea, .field select { width: 100%; font-family: inherit; font-size: 15.5px; color: var(--text); padding: 13px 15px; border: 2px solid var(--line-2); border-radius: var(--r-sm); background: var(--bone); transition: border-color .2s, background .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(16,183,166,.16); }
.field textarea { resize: vertical; min-height: 104px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-card .btn { width: 100%; margin-top: 4px; }
.form-note { font-size: 12.5px; color: var(--muted); margin: 12px 0 0; text-align: center; }
.form-ok { display: none; background: rgba(16,183,166,.12); border: 2px solid var(--teal); color: var(--teal-ink); border-radius: var(--r-sm); padding: 13px 15px; font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.form-ok.show { display: block; }
.contact-aside { display: flex; flex-direction: column; gap: 16px; }
.info-card { background: var(--paper); border: 2px solid var(--pine); border-radius: var(--r); padding: 22px; box-shadow: 6px 6px 0 var(--pine); }
.info-card h4 { font-family: var(--display); font-size: 20px; font-weight: 700; margin: 0 0 14px; }
.info-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: none; }
.info-row .ti { color: var(--coral); font-size: 21px; margin-top: 2px; }
.info-row .k { font-size: 12px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.info-row .v { font-weight: 700; font-size: 15.5px; }
.hours-card .hr { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.hours-card .hr:last-child { border-bottom: none; }
.hours-card .hr .d { color: var(--muted); }
.hours-card .hr .t { font-weight: 800; }
.hours-card .hr.closed .t { color: var(--coral-deep); }
.hours-card .hr.today { color: var(--teal-deep); }
.wa-btn { display: flex; align-items: center; justify-content: center; gap: 9px; background: #25d366; color: #053b1e; font-weight: 800; padding: 14px; border-radius: var(--r-sm); font-size: 15px; border: 2px solid var(--pine); box-shadow: 4px 4px 0 var(--pine); }
.wa-btn .ti { font-size: 21px; }
@media (max-width: 900px){ .contact .container { grid-template-columns: 1fr; } }

/* ---- footer ---- */
.footer { background: var(--pine); color: var(--on-pine-dim); padding: clamp(52px,7vw,80px) 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; }
.footer .brand .bname { color: #fff; }
.footer-about p { margin: 16px 0; font-size: 14.5px; max-width: 34ch; }
.footer h5 { color: #fff; font-family: var(--sans); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 15px; font-weight: 800; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a, .footer ul li { font-size: 14.5px; color: var(--on-pine-dim); transition: color .2s; }
.footer ul a:hover { color: var(--aqua); }
.footer .social { display: flex; gap: 11px; margin-top: 4px; }
.footer .social a { width: 40px; height: 40px; border-radius: 12px; background: var(--pine-2); display: grid; place-items: center; color: #fff; font-size: 19px; transition: background .2s; }
.footer .social a:hover { background: var(--coral); }
.footer-bottom { border-top: 1px solid var(--line-pine); margin-top: 38px; padding-top: 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; }
.footer-bottom .made b { color: var(--aqua); font-weight: 700; }
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 520px){ .footer-grid { grid-template-columns: 1fr; } }

/* ---- floating + mobile call bar ---- */
.fab-wa { position: fixed; right: 18px; bottom: 18px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; font-size: 30px; border: 3px solid #fff; box-shadow: 0 12px 26px -8px rgba(37,211,102,.7); transition: transform .25s var(--ease); }
.fab-wa:hover { transform: scale(1.08); }
.callbar { display: none; }
@media (max-width: 980px){
  .callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border-top: 2px solid var(--pine); }
  .callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px; font-weight: 800; font-size: 15px; }
  .callbar a.call { color: var(--text); }
  .callbar a.quote { background: var(--coral); color: #fff; }
  .callbar .ti { font-size: 19px; }
  .fab-wa { bottom: 72px; }
  body { padding-bottom: 56px; }
}

/* ---- reveal ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce){
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .blob, .hero-ring { animation: none !important; }
  .hero h1 .wave-word::after { animation: none; transform: scaleX(1); }
  .btn:hover, .svc-card:hover, .gal-item:hover img, .fab-wa:hover { transform: none !important; }
}
