/* ============================================================
   Irie Breeze LLC — "Island Sunrise" design system (Relentless finish)
   Brand (from actual logo): navy #163F6E/#184878 ring + palms,
   gold sun #F0A818, pale aqua sky #A8D8D8, sand cream #F0F0C0
   Fonts: Fjalla One (display) + Rubik (body)
   Devices: split hero w/ wave-cut photo, 72°F thermostat chip, breeze-line
   texture, palm-logo ghosts, sun-ray band, clip-out coupons w/ palm icons,
   pill buttons (circle-badge brand shape), layered breeze wave dividers
   ============================================================ */
:root {
  --navy: #163F6E;
  --navy-deep: #0C2748;
  --navy-darkest: #081A33;
  --gold: #F0A818;
  --gold-deep: #C77F00;      /* AA-safe on white for small accents */
  --gold-soft: rgba(240, 168, 24, 0.16);
  --aqua: #7FCFCF;           /* large text/graphics on navy only */
  --aqua-ice: #A8D8D8;
  --teal-ink: #0E6060;       /* kickers/small accents on light bg (AA) */
  --sand: #FAF6EA;
  --sky: #E4F2EF;

  --bg: #FFFFFF;
  --surface: var(--sand);
  --surface-dark: var(--navy);
  --surface-darker: var(--navy-deep);

  --text: #1A2B3F;
  --text-light: #4E6078;
  --text-on-dark: #FFFFFF;
  --text-on-dark-muted: #B9CBE0;

  --border: #E3E0D2;
  --border-dark: rgba(255, 255, 255, 0.1);

  --google-star: #FBBC04;
  --badge-star-color: #FBBC04;
  --badge-text-color: #FFFFFF;

  --font-display: 'Fjalla One', sans-serif;
  --font-body: 'Rubik', sans-serif;

  --container: 1200px;
  --container-wide: 1400px;
  --section-pad: 96px;

  --radius: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 8px rgba(8, 26, 51, 0.08);
  --shadow-md: 0 8px 24px rgba(8, 26, 51, 0.13);
  --shadow-lg: 0 20px 48px rgba(8, 26, 51, 0.2);
  --shadow-card-hover: 0 12px 32px rgba(8, 26, 51, 0.16), 0 0 20px rgba(240, 168, 24, 0.22);

  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --speed-fast: 0.25s;
  --speed: 0.45s;
  --speed-slow: 0.8s;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-ink); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--wide { max-width: var(--container-wide); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.14;
  margin: 0 0 0.5em;
  letter-spacing: 0.012em;
}
h1 { font-size: clamp(33px, 4vw, 52px); }
h2 { font-size: clamp(27px, 3.2vw, 40px); }
h3 { font-size: clamp(20px, 2.1vw, 26px); }
p { margin: 0 0 1em; }
.sub { color: var(--text-light); font-size: 1.08rem; }

.kicker {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal-ink);
  margin-bottom: 12px;
}
.on-dark .kicker { color: var(--gold); }
.on-dark h2, .on-dark h3 { color: var(--text-on-dark); }
.on-dark p { color: var(--text-on-dark-muted); }

/* accent bar under section heads — navy stroke + gold sun dot */
.accent-bar { width: 64px; height: 4px; background: var(--navy); position: relative; margin: 18px auto 0; border-radius: 2px; }
.accent-bar::after { content: ''; position: absolute; left: calc(100% + 8px); top: -3px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.on-dark .accent-bar { background: var(--aqua); }
.accent-bar--left { margin-left: 0; }
.section__head .accent-bar { margin-bottom: 0; }

/* ---------- buttons (pill = circle-badge brand shape) ---------- */
.btn {
  display: inline-block;
  padding: 16px 34px;
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  transition: background var(--speed-fast) var(--ease), color var(--speed-fast) var(--ease), transform var(--speed-fast) var(--ease), box-shadow var(--speed-fast) var(--ease);
  border-radius: var(--radius-pill);
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--navy-deep); border: 3px double rgba(255, 255, 255, 0.95); box-shadow: 0 6px 18px rgba(240, 168, 24, 0.3); }
.btn--gold:hover { background: #FFC23F; }
.btn--navy { background: var(--navy); color: #fff; border: 3px double rgba(255, 255, 255, 0.9); }
.btn--navy:hover { background: var(--navy-deep); }
.btn--dark { background: var(--navy-darkest); color: #fff; border: 3px double rgba(255, 255, 255, 0.7); }
.btn--dark:hover { background: var(--navy); }
.btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, 0.65); }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.12); }
.btn--ghost-dark { background: transparent; color: var(--navy-deep); border: 2px solid var(--navy-deep); }
.btn--ghost-dark:hover { background: var(--navy-deep); color: #fff; }
.btn--outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--sm { padding: 11px 22px; font-size: 13px; }
.cta-pair { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- utility bar ---------- */
.utility-bar { position: relative; z-index: 1001; background: var(--navy-darkest); color: var(--text-on-dark-muted); padding: 8px 0; font-size: 13.5px; }
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; max-width: var(--container-wide); margin: 0 auto; padding: 0 24px; gap: 12px; }
.utility-bar__hours { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.utility-bar__hours svg { width: 15px; height: 15px; color: var(--gold); }
.utility-bar__actions { display: flex; align-items: center; gap: 18px; }
.utility-bar__phone { color: #fff; text-decoration: none; font-weight: 700; }
.utility-bar__phone:hover { color: var(--gold); }
.utility-bar .btn { padding: 7px 18px; font-size: 12px; border-width: 2px; box-shadow: none; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 1000; background: var(--navy); border-bottom: 3px solid var(--gold); box-shadow: 0 4px 18px rgba(4, 12, 26, 0.35); }
.nav__inner { max-width: var(--container-wide); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.nav__logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; text-decoration: none; }
.nav__logo img { height: 54px; width: 54px; }
.nav__wordmark { font-family: var(--font-display); color: #fff; font-size: 21px; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.05; display: flex; flex-direction: column; }
.nav__wordmark small { font-family: var(--font-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.14em; color: var(--aqua-ice); margin-top: 3px; }
.nav__links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav__links > li { position: relative; }
.nav__links > li > a { display: flex; align-items: center; gap: 5px; color: #fff; text-decoration: none; font-weight: 500; font-size: 15px; padding: 26px 12px; transition: color var(--speed-fast) var(--ease); }
.nav__links > li > a:hover { color: var(--gold); }
.nav__links > li > a svg { width: 13px; height: 13px; transition: transform var(--speed-fast) var(--ease); }
.nav__links > li:hover > a svg { transform: rotate(180deg); }
.dropdown { position: absolute; top: 100%; left: 0; min-width: 260px; background: var(--navy-deep); border-top: 3px solid var(--gold); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--speed-fast) var(--ease), transform var(--speed-fast) var(--ease), visibility var(--speed-fast); z-index: 1002; padding: 8px 0; list-style: none; margin: 0; }
.nav__links > li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 11px 20px; color: var(--text-on-dark-muted); text-decoration: none; font-weight: 500; font-size: 14.5px; transition: color var(--speed-fast) var(--ease), background var(--speed-fast) var(--ease), padding-left var(--speed-fast) var(--ease); }
.dropdown a:hover { color: #fff; background: rgba(240, 168, 24, 0.14); padding-left: 26px; }
.nav__ctas { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav__ctas .btn { padding: 13px 22px; font-size: 13.5px; }
.nav__hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: 0; padding: 8px; }
.nav__hamburger span { width: 26px; height: 3px; background: #fff; border-radius: 2px; transition: transform var(--speed) var(--ease), opacity var(--speed) var(--ease); }
.nav__hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.nav__hamburger.active span:nth-child(2) { opacity: 0; }
.nav__hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.nav-overlay { position: fixed; inset: 0; background: rgba(4, 12, 26, 0.6); opacity: 0; visibility: hidden; transition: opacity var(--speed) var(--ease); z-index: 999; }
.nav-overlay.active { opacity: 1; visibility: visible; }

/* ---------- mobile sticky CTA bar ---------- */
.mobile-cta-bar { display: none; }

/* ============ HERO — split layout, wave-cut photo ============ */
.hero {
  position: relative;
  background: linear-gradient(140deg, var(--navy-darkest) 0%, var(--navy) 52%, #1E538D 100%);
  overflow: hidden;
  color: #fff;
}
/* breeze flow-line texture */
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='300' viewBox='0 0 420 300'%3E%3Cg fill='none' stroke='%23A8D8D8' stroke-width='1.4' stroke-linecap='round' opacity='0.13'%3E%3Cpath d='M10 60 C 90 40, 150 80, 240 58 C 290 46, 330 52, 372 44'/%3E%3Cpath d='M372 44 c14 -3 22 6 16 14 c-5 7 -17 5 -18 -3'/%3E%3Cpath d='M60 190 C 140 172, 210 206, 300 186 C 340 177, 368 182, 400 176'/%3E%3Cpath d='M400 176 c12 -2 19 5 14 12 c-4 6 -15 4 -16 -3'/%3E%3Cpath d='M-10 268 C 60 252, 130 280, 210 264'/%3E%3C/g%3E%3C/svg%3E");
}
/* palm-logo ghost anchoring the hero's left corner */
.hero::before {
  content: ''; position: absolute; left: -110px; bottom: -130px;
  width: 480px; height: 480px; pointer-events: none; z-index: 0;
  background: url('../images/logo-720.png') no-repeat center / contain;
  opacity: 0.04;
}
.hero__grid {
  position: relative; z-index: 2;
  max-width: var(--container-wide); margin: 0 auto;
  display: grid; grid-template-columns: 1.08fr 1fr;
  align-items: stretch;
  min-height: 560px;
}
.hero__content { padding: 60px 40px 96px 24px; max-width: 700px; justify-self: end; width: 100%; }
.hero__photo { position: relative; min-height: 420px; }
.hero__photo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 4% 100%, 10% 76%, 3% 52%, 11% 27%);
}
.hero__photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(12, 39, 72, 0.55) 0%, rgba(12, 39, 72, 0.05) 45%, rgba(12, 39, 72, 0) 100%);
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 4% 100%, 10% 76%, 3% 52%, 11% 27%);
}
/* 72°F chip — the logo's sun-thermostat, floating on the photo */
.hero__thermo {
  position: absolute; right: 28px; top: 28px; z-index: 3;
  display: flex; align-items: center; gap: 9px;
  background: #fff; color: var(--navy-deep);
  border-radius: var(--radius-pill);
  border: 2px solid var(--gold);
  padding: 9px 18px 9px 12px;
  box-shadow: var(--shadow-md);
}
.hero__thermo svg { width: 24px; height: 24px; color: var(--gold-deep); flex-shrink: 0; }
.hero__thermo b { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: 0.02em; }
.hero__thermo span { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal-ink); line-height: 1.2; max-width: 110px; }
.hero__eyebrow { color: var(--aqua-ice); font-weight: 700; letter-spacing: 0.2em; font-size: 0.78rem; text-transform: uppercase; margin-bottom: 14px; }
.hero h1 { color: #fff; margin-bottom: 10px; }
.hero h1 .accent { color: var(--aqua); }
.hero__count { display: inline-block; position: relative; font-family: var(--font-display); text-transform: uppercase; color: var(--gold); font-size: clamp(18px, 1.8vw, 24px); margin: 2px 0 14px; }
.hero__count svg { position: absolute; left: 0; bottom: -9px; width: 100%; height: 10px; }
.hero__sub { color: rgba(255, 255, 255, 0.9); font-size: 1.12rem; max-width: 600px; margin-bottom: 20px; }
.hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 0 0 28px; padding: 0; list-style: none; max-width: 580px; }
.hero__trust li { display: flex; align-items: center; gap: 9px; color: #fff; font-weight: 500; font-size: 0.94rem; }
.hero__trust svg { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; }

/* review badges */
.hero__badges { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 24px; }
.hero__badge { display: flex; align-items: center; gap: 12px; }
.hero__badge-logo { width: 40px; height: 40px; flex-shrink: 0; }
.hero__badge-shield { display: flex; width: 38px; height: 38px; color: var(--aqua); }
.hero__badge-shield svg { width: 100%; height: 100%; }
.hero__badge-info { display: flex; flex-direction: column; gap: 2px; }
.hero__badge-stars { display: flex; gap: 1px; }
.hero__badge-stars svg { width: 16px; height: 16px; fill: var(--badge-star-color); }
.hero__badge-text { font-family: var(--font-display); font-weight: 400; font-size: 0.95rem; color: var(--badge-text-color); text-transform: uppercase; letter-spacing: 0.08em; }
.hero__badge-text--lg { font-size: 1rem; }
.hero__badge-text--sm { font-size: 0.72rem; letter-spacing: 0.06em; opacity: .85; }

/* floating trust strip (overlaps hero seam) */
.trust-strip { position: relative; z-index: 5; margin-top: -54px; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-chip {
  background: #fff; border-radius: var(--radius-lg);
  border-bottom: 4px solid var(--gold);
  box-shadow: var(--shadow-md);
  padding: 20px 22px;
  display: flex; align-items: center; gap: 14px;
}
.trust-chip svg { width: 30px; height: 30px; color: var(--teal-ink); flex-shrink: 0; }
.trust-chip b { display: block; font-size: 0.98rem; color: var(--navy-deep); line-height: 1.25; }
.trust-chip span { font-size: 0.8rem; color: var(--text-light); font-weight: 500; }

/* ---------- dividers ---------- */
.section-divider { position: relative; width: 100%; overflow: hidden; line-height: 0; margin: 0; padding: 0; }
.section-divider svg { display: block; width: 100%; height: auto; }

/* ---------- sections ---------- */
.section { padding: var(--section-pad) 0; }
.section--surface { background: var(--surface); }
.section--dark { background: var(--navy); position: relative; overflow: hidden; }
.section--darker { background: var(--navy-deep); position: relative; overflow: hidden; }
.section__head { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section__head .sub { margin-top: 16px; margin-bottom: 0; }

.palm-ghost::before {
  content: ''; position: absolute; right: -90px; bottom: -110px;
  width: 520px; height: 520px; pointer-events: none;
  background: url('../images/logo-720.png') no-repeat center / contain;
  opacity: 0.05;
}
/* sun-ray texture for the specials band */
.sun-rays::after {
  content: ''; position: absolute; left: 50%; top: -420px; transform: translateX(-50%);
  width: 1600px; height: 1600px; pointer-events: none;
  background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(240, 168, 24, 0.05) 0deg 6deg, transparent 6deg 16deg);
  border-radius: 50%;
}
.sun-rays .container { position: relative; z-index: 2; }

/* ---------- service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.svc-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.svc-card__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--speed-slow) var(--ease-out); }
.svc-card:hover .svc-card__img img { transform: scale(1.06); }
.svc-card__tag {
  position: absolute; left: 14px; bottom: 14px;
  background: var(--navy); color: #fff;
  font-family: var(--font-display); font-size: 0.88rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 7px 18px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--gold);
}
.svc-card__body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.svc-card__body p { margin: 0; color: var(--text-light); font-size: 0.97rem; }
.svc-card__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; flex: 1; }
.svc-card__list a { color: var(--text); text-decoration: none; font-weight: 500; font-size: 0.95rem; display: flex; gap: 8px; align-items: center; transition: color var(--speed-fast) var(--ease); }
.svc-card__list a:hover { color: var(--teal-ink); }
.svc-card__list svg { width: 13px; height: 13px; color: var(--gold-deep); flex-shrink: 0; }
.svc-card .btn { align-self: flex-start; }

/* ---------- navy split band (content + floating form card) ---------- */
.navy-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.form-card {
  background: #fff; border-radius: var(--radius-lg);
  border-top: 5px solid var(--gold);
  box-shadow: var(--shadow-lg);
  padding: 38px 36px;
  color: var(--text);
}
.form-card h3 { color: var(--navy-deep); margin-bottom: 4px; }
.form-card .form-hint { color: var(--text-light); font-size: 0.9rem; margin-bottom: 18px; }
/* the form card sits inside an .on-dark container — win back light-surface text colors */
.on-dark .form-card p, .form-card .lead-form__consent { color: var(--text-light); }

/* ---------- split (about) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split__img { position: relative; }
.split__img img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
.split__img::after { content: ''; position: absolute; left: -16px; bottom: -16px; right: 34%; top: 34%; border: 3px solid var(--gold); z-index: -1; border-radius: var(--radius-lg); }
.palm-crest {
  position: absolute; right: -20px; top: -34px; z-index: 3;
  width: 110px; height: 110px; border-radius: 50%;
  background: #fff url('../images/logo-720.png') no-repeat center 42% / 78%;
  border: 3px solid var(--gold);
  box-shadow: var(--shadow-md);
  display: flex; align-items: flex-end; justify-content: center;
}
.palm-crest span { font-family: var(--font-body); font-weight: 700; font-size: 9px; letter-spacing: 0.1em; color: var(--navy-deep); text-transform: uppercase; padding-bottom: 11px; }

.stats { display: flex; gap: 38px; flex-wrap: wrap; margin-top: 28px; }
.stat b { display: block; font-family: var(--font-display); font-size: 2.1rem; color: var(--teal-ink); line-height: 1; }
.stat span { font-size: 0.85rem; color: var(--text-light); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }

/* brand strip (text wordmarks) */
.brand-strip { display: flex; flex-wrap: wrap; gap: 18px 44px; align-items: center; justify-content: center; margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--border); }
.brand-strip span { font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 0.06em; color: #56677E; text-transform: uppercase; }
.brand-strip small { width: 100%; text-align: center; color: var(--text-light); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.72rem; }

/* ---------- coupons (clip-outs on the sun-ray navy band) ---------- */
.coupon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.coupon {
  position: relative; background: #fff;
  border: 2.5px dashed var(--navy);
  border-radius: var(--radius);
  padding: 34px 26px 28px;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);
}
.coupon:hover { transform: translateY(-5px) rotate(-0.5deg); box-shadow: var(--shadow-lg); }
.coupon::before, .coupon::after {
  content: ''; position: absolute; width: 26px; height: 26px; border-radius: 50%;
  background: var(--navy-deep); top: 50%; margin-top: -13px;
}
.coupon::before { left: -14px; }
.coupon::after { right: -14px; }
.coupon__palm { position: absolute; top: 10px; right: 12px; width: 24px; height: 24px; color: var(--teal-ink); opacity: 0.7; }
.coupon__value { font-family: var(--font-display); font-size: clamp(2.5rem, 3.6vw, 3.4rem); color: var(--gold-deep); line-height: 1; text-transform: uppercase; }
.coupon__label { font-weight: 700; font-size: 1.05rem; color: var(--navy-deep); text-transform: uppercase; letter-spacing: 0.04em; margin: 10px 0 6px; }
.coupon__fine { font-size: 0.8rem; color: var(--text-light); margin: 0 0 18px; min-height: 2.2em; }
.on-dark .coupon .coupon__fine { color: var(--text-light); }
.on-dark .coupon .coupon__label { color: var(--navy-deep); }
.coupon .btn { padding: 12px 26px; font-size: 13px; }

/* ---------- reviews (WHITE band, NAVY cards, gold lip) ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review-card {
  background: var(--navy);
  border-bottom: 4px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--shadow-md);
  transition: transform var(--speed) var(--ease);
}
.review-card:hover { transform: translateY(-4px); }
.review-card__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.review-card__name { color: #fff; font-weight: 700; }
.review-card__when { color: var(--text-on-dark-muted); font-size: 0.82rem; }
.review-card__stars { display: flex; gap: 2px; }
.review-card__stars svg { width: 17px; height: 17px; fill: var(--google-star); }
.review-card__g { width: 22px; height: 22px; flex-shrink: 0; background: #fff; border-radius: 50%; padding: 3px; }
.review-card p { color: rgba(255, 255, 255, 0.92); font-size: 0.95rem; margin: 0; }
.review-card p.clamped { display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
.reviews__cta { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 44px; }

/* ---------- areas (aqua band w/ dotted texture) ---------- */
.areas { background-color: var(--sky); background-image: radial-gradient(rgba(14, 96, 96, 0.18) 1.5px, transparent 1.5px); background-size: 26px 26px; }
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.area-chip {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px 20px 16px;
  text-decoration: none;
  transition: border-color var(--speed-fast) var(--ease), transform var(--speed-fast) var(--ease), box-shadow var(--speed-fast) var(--ease);
  display: block;
}
.area-chip:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.area-chip__city { display: flex; align-items: center; gap: 9px; color: var(--navy-deep); font-weight: 700; font-size: 1rem; }
.area-chip__city svg { width: 17px; height: 17px; color: var(--teal-ink); flex-shrink: 0; }
.area-chip__svcs { display: flex; gap: 5px 10px; flex-wrap: wrap; margin-top: 8px; padding-left: 26px; }
.area-chip__svcs span { font-size: 0.78rem; font-weight: 500; color: var(--text-light); }
.area-chip:hover .area-chip__svcs span { color: var(--teal-ink); }

/* ---------- faq ---------- */
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); background: #fff; border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 14px; width: 100%; text-align: left; border: 0; background: #fff; padding: 18px 22px; cursor: pointer; font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; color: var(--navy-deep); transition: background var(--speed-fast) var(--ease); }
.faq-q:hover { background: var(--sand); }
.faq-q svg { width: 17px; height: 17px; flex-shrink: 0; transition: transform var(--speed-fast) var(--ease); color: var(--gold-deep); }
.faq-item.active .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--speed) var(--ease); }
.faq-a p { padding: 0 22px; margin: 0; color: var(--text-light); }
.faq-item.active .faq-a { max-height: 400px; }
.faq-item.active .faq-a p { padding: 4px 22px 20px; }

/* ---------- CTA banner — gold sunrise band ---------- */
.cta-banner { background: linear-gradient(120deg, #F5B41F 0%, #E99005 100%); text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; left: -70px; bottom: -90px; width: 400px; height: 400px; background: url('../images/logo-720.png') no-repeat center / contain; opacity: 0.1; pointer-events: none; }
.cta-banner::after {
  content: ''; position: absolute; right: -180px; top: -180px; width: 700px; height: 700px; pointer-events: none;
  background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0.09) 0deg 7deg, transparent 7deg 18deg);
  border-radius: 50%;
}
.cta-banner h2 { color: var(--navy-deep); }
.cta-banner p { color: rgba(12, 39, 72, 0.85); max-width: 620px; margin: 0 auto 30px; font-weight: 500; }
.cta-banner .cta-pair { justify-content: center; position: relative; z-index: 2; }

/* ---------- forms ---------- */
.lead-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form__full { grid-column: 1 / -1; }
.form-label { display: block; margin-bottom: 5px; font-weight: 700; font-size: 0.84rem; color: var(--text); }
.form-input, .form-textarea { width: 100%; padding: 12px 15px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--font-body); font-size: 1rem; color: var(--text); background: #fff; transition: border-color var(--speed-fast) var(--ease), box-shadow var(--speed-fast) var(--ease); }
.form-input:focus, .form-textarea:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px var(--gold-soft); }
.lead-form__submit { grid-column: 1 / -1; padding: 16px 32px; background: var(--gold); color: var(--navy-deep); border: 3px double #fff; border-radius: var(--radius-pill); font-family: var(--font-body); font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; cursor: pointer; transition: background var(--speed-fast) var(--ease); }
.lead-form__submit:hover { background: #FFC23F; }
.lead-form__consent { grid-column: 1 / -1; font-size: 11px; line-height: 1.5; color: var(--text-light); margin: 4px 0 0; }

/* ---------- map ---------- */
.map-section { line-height: 0; }
.map-embed { width: 100%; height: 320px; border: 0; }

/* ---------- footer ---------- */
.footer { background: var(--navy-darkest); color: var(--text-on-dark-muted); padding: 80px 0 40px; position: relative; overflow: hidden; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 40px; position: relative; z-index: 1; }
.footer h4 { color: #fff; font-size: 1rem; letter-spacing: 0.08em; margin-bottom: 18px; }
.footer h4::after { content: ''; display: block; width: 30px; height: 3px; background: var(--gold); margin-top: 8px; border-radius: 2px; }
.footer__brandrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer__brandrow img { height: 52px; width: 52px; }
.footer__brand p { font-size: 0.92rem; }
.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer__links a { color: var(--text-on-dark-muted); text-decoration: none; font-size: 0.92rem; transition: color var(--speed-fast) var(--ease); }
.footer__links a:hover { color: var(--gold); }
.footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 0.92rem; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; margin-top: 4px; }
.footer__contact a { color: var(--text-on-dark-muted); text-decoration: none; }
.footer__contact a:hover { color: var(--gold); }
.footer__badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--border-dark); border-radius: var(--radius); padding: 10px 14px; }
.footer__badge svg.g { width: 26px; height: 26px; }
.footer__badge-info { display: flex; flex-direction: column; }
.footer__badge-stars { display: flex; gap: 1px; }
.footer__badge-stars svg { width: 13px; height: 13px; fill: var(--google-star); }
.footer__badge-info span { font-size: 0.78rem; font-weight: 700; color: #fff; letter-spacing: 0.05em; }
.footer .palm-ghost-f { position: absolute; left: -80px; bottom: -100px; width: 430px; opacity: 0.05; pointer-events: none; }
.legal-footer { background: #050F1E; padding: 18px 0; text-align: center; font-size: 0.8rem; color: #8496AE; }
.legal-footer__license { font-size: 0.75rem; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity var(--speed-slow) var(--ease-out), transform var(--speed-slow) var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hero__content > * { animation: fadeInUp 0.8s var(--ease-out) both; }
.hero__content > *:nth-child(1) { animation-delay: 0s; }
.hero__content > *:nth-child(2) { animation-delay: 0.08s; }
.hero__content > *:nth-child(3) { animation-delay: 0.16s; }
.hero__content > *:nth-child(4) { animation-delay: 0.24s; }
.hero__content > *:nth-child(5) { animation-delay: 0.32s; }
.hero__content > *:nth-child(6) { animation-delay: 0.4s; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============ responsive ============ */
@media (max-width: 1180px) {
  .nav__ctas .btn--dark { display: none; }
  .nav__wordmark small { display: none; }
}
@media (max-width: 1024px) {
  :root { --section-pad: 76px; }
  .nav__hamburger { display: flex; }
  .nav__links { position: fixed; top: 0; right: -100%; width: 86%; max-width: 400px; height: 100vh; height: 100dvh; background: var(--navy-darkest); flex-direction: column; align-items: stretch; gap: 0; padding: 90px 28px 40px; margin: 0; transition: right var(--speed) var(--ease-out); z-index: 1050; overflow-y: auto; }
  .nav__links.open { right: 0; }
  .nav__links > li > a { padding: 14px 4px; font-size: 17px; border-bottom: 1px solid var(--border-dark); }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-top: 0; background: transparent; padding: 0 0 6px 14px; display: none; }
  .nav__links > li.open .dropdown { display: block; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__content { padding: 56px 24px 72px; max-width: none; justify-self: stretch; }
  .hero__photo { min-height: 360px; }
  .hero__photo img, .hero__photo::after { clip-path: polygon(0 14%, 25% 6%, 50% 12%, 75% 4%, 100% 10%, 100% 100%, 0 100%); }
  .hero__thermo { right: 16px; top: 20%; }
  .trust-strip { margin-top: -40px; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .coupon-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .split, .navy-split { grid-template-columns: 1fr; gap: 44px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  :root { --section-pad: 60px; }
  body { padding-top: 48px; }
  .mobile-cta-bar { display: flex; position: fixed; top: 0; left: 0; right: 0; z-index: 1100; }
  .mobile-cta-bar a { flex: 1; padding: 14px 0; text-align: center; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; }
  .mobile-cta-bar__primary { background: var(--gold); color: var(--navy-deep); }
  .mobile-cta-bar__call { background: var(--navy-darkest); color: #fff; }
  .utility-bar { display: none; }
  .nav { top: 48px; }
  .nav__ctas { display: none; }
  .container { padding: 0 20px; }
  .hero__content { padding: 44px 20px 64px; }
  .hero__trust { grid-template-columns: 1fr; }
  .hero__badges { flex-wrap: nowrap; gap: 14px; }
  .hero__badge { gap: 7px; }
  .hero__badge-logo { width: 28px; height: 28px; }
  .hero__badge-shield { width: 26px; height: 26px; }
  .hero__badge-stars svg { width: 11px; height: 11px; }
  .hero__badge-text { font-size: 0.78rem; letter-spacing: 0.05em; }
  .hero__badge-text--lg { font-size: 0.78rem; }
  .hero__badge-text--sm { display: none; }
  .cta-pair .btn { width: 100%; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .svc-grid, .coupon-grid, .review-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .stats { gap: 24px; }
  .palm-crest { width: 86px; height: 86px; right: 8px; top: -26px; }
  .lead-form__grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 22px; }
}
@media (max-width: 480px) {
  :root { --section-pad: 48px; }
  .areas-grid { grid-template-columns: 1fr; gap: 10px; }
  .mobile-cta-bar a { font-size: 0.76rem; letter-spacing: 0.02em; }
  .hero__thermo span { display: none; }
}
