:root {
  --blue-900: #0b2b4a;
  --blue-800: #0f3a63;
  --blue-700: #175a92;
  --blue-600: #1e73be;
  --blue-500: #2a90d8;
  --blue-400: #4aa9e8;
  --aqua: #35c4dd;
  --blue-100: #e4f1fb;
  --blue-50:  #f2f8fd;
  --ink-900: #12212e;
  --ink-700: #37505f;
  --ink-500: #64798a;
  --line-200: #dce6ee;
  --line-100: #eef3f7;
  --sun: #f6a821;
  --sun-dark: #e0951a;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(11, 43, 74, 0.12);
  --shadow-lg: 0 24px 60px rgba(11, 43, 74, 0.22);
  --radius: 16px;
  --wrap: 1160px;
}

* { box-sizing: border-box; }
.ic {
  width: 1.05em; height: 1.05em; display: inline-block; vertical-align: -0.16em;
  margin-right: .45em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.ic-fill { fill: currentColor; stroke: none; }
.ico .ic { margin: 0; width: 1.15em; height: 1.15em; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink-900);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: "Poppins", "Roboto", system-ui, sans-serif; line-height: 1.15; font-weight: 700; }
img { max-width: 100%; display: block; }
a { color: var(--blue-600); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--blue-800); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ===== Header — light, so the blue logo reads ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: background .3s, box-shadow .3s, border-color .3s;
}
.site-header.scrolled {
  background: rgba(255,255,255,0.97);
  border-bottom-color: var(--line-200);
  box-shadow: 0 6px 24px rgba(11,43,74,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; }
.brand { display: flex; align-items: center; }
.brand img { height: 42px; width: auto; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a:not(.header-cta) {
  color: var(--blue-900); text-decoration: none; font-weight: 500; font-size: 0.97rem;
  position: relative; padding: 6px 0;
}
.nav a:not(.header-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--blue-600); border-radius: 2px; transition: right .28s ease;
}
.nav a:not(.header-cta):hover::after,
.nav a.active::after { right: 0; }
.nav a.active { color: var(--blue-600); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue-600); color: #fff !important; text-decoration: none;
  padding: 11px 18px; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 6px 18px rgba(30,115,190,.35); white-space: nowrap;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.header-cta:hover { background: var(--blue-700); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(30,115,190,.45); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--blue-800); margin: 5px 0; border-radius: 3px; transition: .25s; }

/* ===== Buttons ===== */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  padding: 15px 26px; border-radius: 999px; font-weight: 700; font-size: 1.02rem; border: 2px solid transparent;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-18deg); transition: none;
}
.btn:hover::after { animation: sheen .8s ease; }
@keyframes sheen { to { left: 140%; } }
.btn-primary { background: var(--sun); color: #3a2600; box-shadow: 0 8px 22px rgba(246,168,33,.4); }
.btn-primary:hover { background: var(--sun-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(246,168,33,.5); }
.btn-ghost { background: rgba(255,255,255,0.10); color: #fff; border-color: rgba(255,255,255,0.60); }
.btn-ghost:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }

/* ===== Hero ===== */
.hero {
  position: relative; color: #fff; text-align: center; overflow: hidden;
  background: linear-gradient(rgba(9,34,58,0.62), rgba(11,43,74,0.72)), url("images/hero-pool.jpg") center/cover no-repeat;
}
.hero .wrap { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 150px; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  letter-spacing: .12em; text-transform: uppercase;
  font-size: .78rem; font-weight: 700; color: #eaf4fc; margin-bottom: 20px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28);
  padding: 8px 16px; border-radius: 999px; backdrop-filter: blur(4px);
}
.hero .eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(246,168,33,.28); }
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); line-height: 1.24; margin: 0 0 18px; max-width: 940px; margin-inline: auto; letter-spacing: -.01em; }
.hero h1 .splash {
  white-space: nowrap; padding-bottom: .12em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2,8 C22,2 42,11 62,6.5 C82,2 100,10 118,5' fill='none' stroke='%23f6a821' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center bottom; background-size: 100% .32em;
}
.hero p.lede { font-size: clamp(1.05rem, 2vw, 1.32rem); max-width: 720px; margin: 0 auto 32px; color: #eaf4fc; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Rising bubbles */
.bubbles { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.bubbles span {
  position: absolute; bottom: -40px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.55), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.18);
  animation: rise linear infinite;
}
@keyframes rise {
  0% { transform: translateY(0) scale(.6); opacity: 0; }
  12% { opacity: .7; }
  100% { transform: translateY(-102vh) scale(1); opacity: 0; }
}

/* ===== Floating stats card (bridges hero -> content) ===== */
.stats-wrap { position: relative; z-index: 20; margin-top: -74px; }
.stats {
  background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.stats .stat { padding: 30px 20px; text-align: center; border-right: 1px solid var(--line-100); }
.stats .stat:last-child { border-right: 0; }
.stat .stat-num { font-family: "Poppins", sans-serif; font-weight: 700; font-size: clamp(1.9rem, 3.4vw, 2.7rem); color: var(--blue-700); line-height: 1; letter-spacing: -.01em; }
.stat .stat-num .suf { color: var(--sun-dark); }
.stat .stat-label { display: block; margin-top: 8px; color: var(--ink-500); font-size: .86rem; font-weight: 600; letter-spacing: .02em; }

/* ===== Wave dividers ===== */
.wave { position: absolute; top: 0; left: 0; width: 100%; transform: translateY(-99%); line-height: 0; pointer-events: none; z-index: 1; }
.wave svg { display: block; width: 100%; height: 58px; }
.wave--white svg path { fill: #fff; }
.wave--tint  svg path { fill: var(--blue-50); }
.wave--navy  svg path { fill: var(--blue-900); }

/* ===== Sections ===== */
.section { position: relative; padding: 90px 0; }
.section.alt { background: var(--blue-50); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head .kicker,
.kicker { color: var(--blue-600); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .82rem; display: inline-flex; align-items: center; gap: 8px; }
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--sun); border-radius: 2px; }
.section-head .kicker::after { content: ""; width: 22px; height: 2px; background: var(--sun); border-radius: 2px; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin: 12px 0 14px; color: var(--blue-900); letter-spacing: -.01em; }
.section-head p { color: var(--ink-500); font-size: 1.08rem; margin: 0; }

/* ===== Reveal on scroll ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Product cards ===== */
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.card {
  background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card .card-media { position: relative; overflow: hidden; }
.card .card-media img { height: 230px; width: 100%; object-fit: cover; background: var(--blue-100); transition: transform .6s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.card .card-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,43,74,.34), transparent 46%);
}
.card .badge {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.95);
  color: var(--blue-600); display: grid; place-items: center; box-shadow: var(--shadow);
}
.card .badge .ic { margin: 0; width: 24px; height: 24px; }
.card .card-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card h3 { margin: 0 0 10px; font-size: 1.35rem; color: var(--blue-800); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.card h3 .arrow { color: var(--blue-400); transition: transform .25s, color .25s; }
.card:hover h3 .arrow { transform: translateX(5px); color: var(--sun-dark); }
.card p { margin: 0 0 14px; color: var(--ink-700); font-size: .99rem; }
.card ul.tags { list-style: none; padding: 0; margin: auto 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.card ul.tags li { background: var(--blue-100); color: var(--blue-800); font-weight: 600; font-size: .84rem; padding: 6px 12px; border-radius: 999px; }

/* ===== About ===== */
.about { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.about-figure { position: relative; }
.about-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.seal {
  position: absolute; right: -22px; bottom: -22px; width: 128px; height: 128px; border-radius: 50%;
  background: var(--sun); color: #3a2600; display: grid; place-items: center; text-align: center;
  box-shadow: var(--shadow-lg); border: 4px solid #fff;
  font-family: "Poppins", sans-serif; line-height: 1.05;
}
.seal b { display: block; font-size: 1.7rem; }
.seal span { font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.seal em { font-size: .78rem; font-style: normal; font-weight: 700; letter-spacing: .04em; }
.about h2 { font-size: clamp(1.9rem, 3.6vw, 2.5rem); color: var(--blue-900); margin: 12px 0 8px; letter-spacing: -.01em; }
.about p { color: var(--ink-700); }
.features { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 16px; }
.features li { display: flex; gap: 14px; align-items: flex-start; }
.features .ico {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  background: var(--blue-100); color: var(--blue-700); display: grid; place-items: center; font-weight: 800; font-size: .92rem;
}
.features strong { display: block; color: var(--ink-900); }
.features span.sub { color: var(--ink-500); font-size: .95rem; }

/* ===== Service detail (opening/closing) ===== */
.service-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.service-panel {
  position: relative; background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius);
  padding: 32px 32px 34px; box-shadow: var(--shadow); overflow: hidden;
}
.service-panel::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(var(--blue-500), var(--aqua)); }
.service-panel h3 { margin: 0 0 4px; color: var(--blue-800); font-size: 1.4rem; display: flex; align-items: center; gap: 12px; }
.service-panel h3 .badge-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--blue-100); color: var(--blue-600); display: grid; place-items: center; flex: none; }
.service-panel h3 .badge-ic .ic { margin: 0; width: 22px; height: 22px; }
.service-panel .sub { color: var(--ink-500); margin: 0 0 20px; font-size: .96rem; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-700); font-size: .98rem; }
.checklist .ic { color: #23a06a; margin-top: .18em; }
.service-note { margin: 20px 0 0; font-size: .9rem; color: var(--ink-500); font-style: italic; }

/* ===== Brands ===== */
.brands { text-align: center; }
.brands h2 { color: var(--blue-900); font-size: clamp(1.7rem, 3vw, 2.2rem); margin: 12px 0 4px; letter-spacing: -.01em; }
.brand-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.brand-list li {
  background: #fff; border: 1px solid var(--line-200); border-radius: 999px;
  padding: 12px 26px; font-weight: 700; color: var(--blue-800); font-size: 1.02rem;
  transition: transform .2s, box-shadow .2s, color .2s, border-color .2s;
}
.brand-list li:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: var(--blue-600); border-color: var(--blue-400); }

/* ===== Find us (map + info) ===== */
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: stretch; }
.info-card {
  background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 34px 34px 36px; display: flex; flex-direction: column;
}
.info-card h3 { color: var(--blue-900); font-size: 1.5rem; margin: 10px 0 6px; }
.info-card .lead { color: var(--ink-700); margin: 0 0 22px; }
.info-list { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 18px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .ico { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--blue-100); color: var(--blue-600); display: grid; place-items: center; }
.info-list .ico .ic { margin: 0; width: 22px; height: 22px; }
.info-list strong { display: block; color: var(--ink-900); font-size: 1rem; }
.info-list a { color: var(--ink-700); text-decoration: none; }
.info-list a:hover { color: var(--blue-600); }
.info-list .muted { color: var(--ink-500); font-size: .95rem; }
.hours-row { display: flex; justify-content: space-between; gap: 12px; font-size: .95rem; color: var(--ink-700); }
.hours-row span:first-child { color: var(--ink-500); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line-200); min-height: 420px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: saturate(1.05); }

/* ===== CTA band ===== */
.cta-band {
  position: relative; color: #fff; text-align: center;
  background: linear-gradient(rgba(11,43,74,0.84), rgba(11,43,74,0.9)), url("images/pool-2.jpg") center/cover fixed no-repeat;
}
.cta-band .wrap { padding: 92px 22px; }
.cta-band h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin: 0 0 12px; letter-spacing: -.01em; }
.cta-band p { max-width: 640px; margin: 0 auto 30px; color: #dcecf8; font-size: 1.14rem; }
.cta-band .phone-big { margin-top: 26px; font-size: 1.05rem; color: #eaf4fc; }
.cta-band .phone-big a { color: #fff; text-decoration: none; border-bottom: 2px solid var(--sun); }

/* ===== Footer ===== */
.site-footer { background: var(--blue-900); color: #b9cede; padding: 58px 0 26px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 40px; }
.site-footer img.flogo { display: inline-block; width: auto; max-width: 210px; height: auto; margin-bottom: 16px; background:#fff; padding:12px 16px; border-radius:10px; }
.site-footer h4 { color: #fff; font-family: "Poppins", sans-serif; margin: 0 0 14px; font-size: 1.05rem; }
.site-footer a { color: #b9cede; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 9px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 9px; }
.footer-contact .ic { margin-top: .18em; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12); margin-top: 40px; padding-top: 22px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: #8ba7bf; font-size: .88rem;
}
.footer-credit { text-align: center; margin-top: 16px; font-size: .82rem; opacity: .6; }
.footer-credit a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* ===== Floating mobile call button ===== */
.float-call {
  position: fixed; right: 18px; bottom: 18px; z-index: 90; display: none;
  background: var(--sun); color: #3a2600; text-decoration: none; font-weight: 800;
  padding: 14px 20px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.3);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
  .about-figure { max-width: 460px; margin: 0 auto; }
  .service-cols { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats .stat:nth-child(2) { border-right: 0; }
  .stats .stat:nth-child(1), .stats .stat:nth-child(2) { border-bottom: 1px solid var(--line-100); }
  .cta-band { background-attachment: scroll; }
}
@media (max-width: 720px) {
  .nav {
    position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: rgba(255,255,255,0.99); border-bottom: 1px solid var(--line-200); padding: 12px 22px 20px; gap: 4px;
    display: none; box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav a:not(.header-cta) { padding: 12px 4px; border-bottom: 1px solid var(--line-100); }
  .nav a:not(.header-cta)::after { display: none; }
  .nav .header-cta { margin-top: 10px; justify-content: center; }
  .nav-toggle { display: block; }
  .grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-call { display: inline-flex; align-items: center; }
  .section { padding: 64px 0; }
  .hero .wrap { padding-top: 92px; padding-bottom: 132px; }
  .hero h1 .splash { white-space: normal; }
  .seal { width: 104px; height: 104px; right: 8px; bottom: -18px; }
  .seal b { font-size: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .bubbles { display: none; }
  .btn::after, .card .card-media img, .card:hover .card-media img { transition: none; animation: none; }
  .card:hover { transform: none; }
}
