/* ===================================================================
   Arnold's Pools — Myrtle Beach, SC
   Theme: "Coastal Water" — pool teal + bright aqua, warm coral CTA.
   Fully self-contained: system fonts, inline SVG, CSS visuals only.
   =================================================================== */
:root {
  --deep:      #063A4E;   /* deepest water — nav/footer ink */
  --deep-800:  #0A4C63;   /* raised deep */
  --deep-900:  #042A38;   /* footer base */
  --brand:     #0A7EA4;   /* pool teal — primary */
  --brand-2:   #13A7C7;   /* bright aqua */
  --ink:       #0E2A34;   /* body headings */
  --muted:     #52707A;   /* secondary text */
  --steel:     #3C5A63;   /* mid text */
  --paper:     #ffffff;
  --paper-alt: #F1F8FA;   /* section tint (cool) */
  --sand:      #FAF6EE;   /* warm alt tint */
  --line:      #DCE8EC;   /* hairlines */
  --tint-aqua: #E4F5F9;   /* aqua icon chip bg */
  --tint-deep: #E9F1F3;   /* deep icon chip bg */
  --tint-sand: #F5EEE0;   /* sand chip bg */
  --accent:    #FF6B3D;   /* coral CTA — CTAs only */
  --accent-600:#E8551F;   /* CTA hover */
  --serif: Georgia, 'Times New Roman', 'Playfair Display', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }

/* ---- inline-svg icon sizing ---- */
.ic { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ic-fill { fill: currentColor; stroke: none; }

/* ============================ NAV ============================ */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 74px; background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark {
  width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--brand-2), var(--brand) 60%, var(--deep));
  box-shadow: 0 4px 12px rgba(10,126,164,0.28);
  color: #fff;
}
.logo-mark svg { width: 26px; height: 26px; }
.logo-text { font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.logo-sub { font-size: 10.5px; color: var(--muted); letter-spacing: 0.09em; text-transform: uppercase; display: block; margin-top: 2px; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 13.5px; color: var(--steel); text-decoration: none; font-weight: 500; transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--brand); }
.nav-cta {
  background: var(--accent); color: #fff !important; padding: 10px 20px;
  border-radius: 8px; font-weight: 700 !important; font-size: 13.5px !important;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 4px 14px rgba(255,107,61,0.3);
  transition: background 0.15s, transform 0.15s !important;
}
.nav-cta:hover { background: var(--accent-600) !important; transform: translateY(-1px); }
.nav-cta svg { width: 15px; height: 15px; }

/* ============================ HERO ============================ */
.hero {
  position: relative; overflow: hidden;
  min-height: calc(100vh - 74px);
  display: flex; align-items: center;
  background: linear-gradient(165deg, #0B6E8F 0%, #0A7EA4 40%, #0C93B3 78%, #12A7C7 100%);
}
/* soft light caustics */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(60% 45% at 78% 18%, rgba(255,255,255,0.16), transparent 60%),
    radial-gradient(50% 40% at 12% 82%, rgba(3,45,60,0.35), transparent 60%);
}
/* animated shimmer band */
.hero-shimmer {
  position: absolute; inset: 0; z-index: 0; opacity: 0.5;
  background: repeating-linear-gradient(115deg,
    rgba(255,255,255,0) 0px, rgba(255,255,255,0) 40px,
    rgba(255,255,255,0.05) 60px, rgba(255,255,255,0) 90px);
  animation: drift 14s linear infinite;
}
@keyframes drift { from { transform: translateX(-120px); } to { transform: translateX(0); } }

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1180px; margin: 0 auto; width: 100%;
  padding: 3rem;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px;
  font-weight: 600; color: #EAFBFF; letter-spacing: 0.06em;
  text-transform: uppercase; margin-bottom: 1.4rem;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28);
  padding: 7px 14px; border-radius: 999px; backdrop-filter: blur(3px);
}
.hero-tag svg { width: 14px; height: 14px; }
.hero-h1 {
  font-family: var(--serif); font-weight: 700; font-size: 56px; line-height: 1.04;
  color: #fff; letter-spacing: -0.015em; margin-bottom: 1.25rem;
  text-shadow: 0 2px 24px rgba(3,30,42,0.35);
}
.hero-h1 .wave-word { color: #FFE3B0; font-style: italic; }
.hero-p { font-size: 17px; color: rgba(255,255,255,0.92); line-height: 1.7; max-width: 460px; margin-bottom: 2rem; font-weight: 400; }
.hero-btns { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 1.5rem; margin-top: 2.25rem; flex-wrap: wrap; }
.hero-trust span { font-size: 12.5px; color: rgba(255,255,255,0.88); display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.hero-trust svg { width: 16px; height: 16px; color: #BDEEF7; }

/* hero photo placeholder card */
.hero-media {
  position: relative; border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(3,30,42,0.4);
  border: 1px solid rgba(255,255,255,0.25);
}
.hero-media .photo-ph { min-height: 440px; border-radius: 0; border: none; }
.hero-media-badge {
  position: absolute; left: 18px; bottom: 18px; z-index: 3;
  background: rgba(255,255,255,0.95); border-radius: 12px; padding: 12px 16px;
  display: flex; align-items: center; gap: 11px; box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.hero-media-badge .hmb-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--tint-aqua); color: var(--brand); display: flex; align-items: center; justify-content: center; }
.hero-media-badge .hmb-icon svg { width: 20px; height: 20px; }
.hero-media-badge .hmb-t { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.hero-media-badge .hmb-s { font-size: 11.5px; color: var(--muted); }

.scroll-cue {
  position: absolute; z-index: 3; left: 50%; bottom: 20px; transform: translateX(-50%);
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.4);
  animation: scrollCue 1.8s ease-in-out infinite;
}
.scroll-cue svg { width: 20px; height: 20px; }
.scroll-cue:hover { background: rgba(255,255,255,0.26); }
@keyframes scrollCue { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* ---- wave divider (SVG-in-CSS shape via clip) ---- */
.wave-divider { display: block; width: 100%; height: 48px; }
.wave-divider path { fill: currentColor; }

/* ============================ BUTTONS ============================ */
.btn-primary {
  background: var(--accent); color: #fff; font-size: 15px; font-weight: 700;
  padding: 14px 26px; border-radius: 9px; border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  transition: background 0.15s, transform 0.15s; box-shadow: 0 8px 22px rgba(255,107,61,0.3);
}
.btn-primary:hover { background: var(--accent-600); transform: translateY(-1px); }
.btn-primary svg { width: 17px; height: 17px; }
.btn-ghost {
  font-size: 15px; color: #fff; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  padding: 14px 24px; border-radius: 9px; border: 1.5px solid rgba(255,255,255,0.6);
  transition: background 0.15s, border-color 0.15s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.14); border-color: #fff; }
.btn-ghost svg { width: 17px; height: 17px; }

/* ============================ TRUST BAR ============================ */
.trust-bar { display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-item { padding: 1.4rem 1.75rem; display: flex; align-items: center; gap: 1rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: var(--tint-aqua); color: var(--brand); }
.trust-icon svg { width: 22px; height: 22px; }
.trust-title { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.trust-sub { font-size: 12.5px; color: var(--muted); font-weight: 400; }

/* ============================ QUOTE — the pitch moment ============================ */
.quote { background: var(--deep); padding: 4rem 3rem; position: relative; overflow: hidden; }
.quote::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 85% 10%, rgba(19,167,199,0.28), transparent 60%);
}
.quote-inner { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.sec-tag { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand); margin-bottom: 0.6rem; }
.sec-tag.light { color: #7FD8EC; }
.quote-h { font-family: var(--serif); font-weight: 700; font-size: 38px; line-height: 1.1; color: #fff; letter-spacing: -0.02em; margin-bottom: 1rem; }
.quote-p { font-size: 15.5px; color: rgba(255,255,255,0.82); line-height: 1.7; max-width: 440px; margin-bottom: 1.5rem; }
.quote-phone { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 700; font-size: 28px; color: #fff; text-decoration: none; }
.quote-phone svg { width: 24px; height: 24px; color: var(--accent); }
.quote-badges { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.6rem; }
.quote-badges span { font-size: 12.5px; color: rgba(255,255,255,0.82); display: inline-flex; align-items: center; gap: 7px; }
.quote-badges svg { width: 16px; height: 16px; color: #7FD8EC; }

.quote-card { background: #fff; border-radius: 16px; padding: 1.9rem; box-shadow: 0 24px 60px rgba(0,0,0,0.32); }
.qc-title { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 0.35rem; }
.qc-sub { font-size: 13px; color: var(--muted); margin-bottom: 1.2rem; }
.qc-field { display: block; margin-bottom: 0.9rem; }
.qc-field span { display: block; font-size: 11.5px; font-weight: 700; color: var(--steel); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.qc-field input, .qc-field select, .qc-field textarea {
  width: 100%; font-family: inherit; font-size: 14px; color: var(--ink);
  padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px; background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s; resize: vertical;
}
.qc-field input:focus, .qc-field select:focus, .qc-field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(10,126,164,0.12); }
.btn-quote {
  width: 100%; justify-content: center; margin-top: 0.4rem;
  background: var(--accent); color: #fff; font-size: 15.5px; font-weight: 700;
  padding: 15px 20px; border: none; border-radius: 9px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px; transition: background 0.15s;
}
.btn-quote:hover { background: var(--accent-600); }
.btn-quote svg { width: 17px; height: 17px; }

/* ============================ SECTION FRAME ============================ */
.section { padding: 4.5rem 3rem; }
.section.alt { background: var(--paper-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.sand { background: var(--sand); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wrap { max-width: 1120px; margin: 0 auto; }
.sec-h { font-family: var(--serif); font-weight: 700; font-size: 34px; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 0.9rem; }
.sec-lead { font-size: 15.5px; color: var(--steel); line-height: 1.8; max-width: 640px; margin-bottom: 2.25rem; }
.center { text-align: center; }
.center .sec-lead { margin-left: auto; margin-right: auto; }

/* ============================ SERVICES GRID ============================ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.svc {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.75rem;
  text-decoration: none; display: block; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.svc:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(6,58,78,0.12); border-color: #BFE4EC; }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; background: var(--tint-aqua); color: var(--brand); }
.svc-icon svg { width: 26px; height: 26px; }
.svc-icon.sand { background: var(--tint-sand); color: #B4741B; }
.svc-icon.deep { background: var(--tint-deep); color: var(--deep-800); }
.svc-name { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 0.5rem; }
.svc-desc { font-size: 13.5px; color: var(--muted); line-height: 1.65; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 1rem; font-size: 13px; font-weight: 700; color: var(--brand); }
.svc-link svg { width: 15px; height: 15px; }

/* ============================ FEATURE / SPLIT ============================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split.rev .split-media { order: 2; }
.feature-list { list-style: none; margin-top: 1.5rem; }
.feature-list li { display: flex; gap: 0.85rem; align-items: flex-start; padding: 0.7rem 0; font-size: 14.5px; color: var(--steel); line-height: 1.55; }
.feature-list li svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--brand); margin-top: 1px; }
.feature-list li strong { color: var(--ink); font-weight: 700; }

/* benefit chips grid */
.chip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.chip { display: flex; gap: 0.85rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 1.15rem 1.25rem; font-size: 13.5px; color: var(--steel); line-height: 1.55; }
.chip svg { width: 20px; height: 20px; color: var(--brand); flex-shrink: 0; margin-top: 1px; }
.chip strong { color: var(--ink); font-weight: 700; display: block; margin-bottom: 2px; font-size: 14px; }

/* stats row */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.stat { text-align: center; padding: 1.5rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.stat-n { font-family: var(--serif); font-weight: 700; font-size: 42px; color: var(--brand); line-height: 1; letter-spacing: -0.02em; }
.stat-l { font-size: 13px; color: var(--muted); margin-top: 0.5rem; font-weight: 500; }

/* process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem 1.4rem; }
.step-n { width: 40px; height: 40px; border-radius: 11px; background: var(--deep); color: #fff; font-family: var(--serif); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem; }
.step-t { font-size: 15.5px; font-weight: 700; color: var(--ink); margin-bottom: 0.4rem; }
.step-d { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* pricing / plan cards */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 2rem 1.75rem; position: relative; }
.plan.featured { border: 2px solid var(--brand); box-shadow: 0 18px 44px rgba(10,126,164,0.16); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.plan-name { font-size: 15px; font-weight: 700; color: var(--brand); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.6rem; }
.plan-price { font-family: var(--serif); font-weight: 700; font-size: 40px; color: var(--ink); line-height: 1; }
.plan-price small { font-size: 14px; color: var(--muted); font-weight: 400; font-family: var(--sans); }
.plan-list { list-style: none; margin: 1.4rem 0; }
.plan-list li { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.5rem 0; font-size: 13.5px; color: var(--steel); border-bottom: 1px solid var(--line); }
.plan-list li:last-child { border-bottom: none; }
.plan-list li svg { width: 18px; height: 18px; color: var(--brand); flex-shrink: 0; margin-top: 1px; }
.plan .btn-primary, .plan .btn-outline { width: 100%; justify-content: center; }
.btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 14.5px; font-weight: 700; color: var(--brand); background: #fff; border: 1.5px solid var(--brand); padding: 13px 22px; border-radius: 9px; text-decoration: none; transition: background 0.15s; }
.btn-outline:hover { background: var(--tint-aqua); }

/* ============================ PHOTO PLACEHOLDER ============================ */
.photo-ph {
  position: relative; min-height: 300px; border-radius: 18px; overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 0 2px, transparent 2px 14px),
    linear-gradient(150deg, #13A7C7 0%, #0A7EA4 55%, #0B6E8F 100%);
  border: 1px dashed rgba(255,255,255,0.55);
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 1.5rem;
}
.photo-ph .ph-inner { color: #fff; }
.photo-ph .ph-icon { width: 48px; height: 48px; margin: 0 auto 0.75rem; opacity: 0.9; }
.photo-ph .ph-icon svg { width: 100%; height: 100%; }
.photo-ph .ph-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.photo-ph .ph-note { font-size: 12px; opacity: 0.85; margin-top: 4px; max-width: 300px; }
.photo-ph.tall { min-height: 420px; }

/* ============================ CTA STRIP ============================ */
.cta-strip { background: linear-gradient(120deg, var(--deep) 0%, var(--brand) 130%); padding: 3.25rem 3rem; }
.cta-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-title { font-family: var(--serif); font-weight: 700; font-size: 30px; color: #fff; margin-bottom: 6px; }
.cta-sub { font-size: 14.5px; color: rgba(255,255,255,0.72); }
.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================ PAGE HERO (subpages) ============================ */
.page-hero { position: relative; overflow: hidden; padding: 4rem 3rem; min-height: 300px; display: flex; align-items: center;
  background: linear-gradient(160deg, #0B6E8F 0%, #0A7EA4 55%, #0C93B3 100%); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 50% at 80% 15%, rgba(255,255,255,0.14), transparent 60%); }
.ph-wrap { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; width: 100%; }
.page-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: #EAFBFF; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1.1rem; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28); padding: 6px 13px; border-radius: 999px; }
.page-tag svg { width: 14px; height: 14px; }
.page-h1 { font-family: var(--serif); font-weight: 700; font-size: 46px; line-height: 1.08; color: #fff; letter-spacing: -0.02em; margin-bottom: 1rem; text-shadow: 0 2px 18px rgba(3,30,42,0.35); }
.page-hero-p { font-size: 16px; color: rgba(255,255,255,0.92); line-height: 1.7; max-width: 600px; }

/* ============================ FOOTER ============================ */
footer { }
.footer { background: var(--deep); padding: 3.5rem 3rem 3rem; }
.footer-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; }
.ft-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 1.1rem; text-decoration: none; }
.ft-logo-mark { width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, var(--brand-2), var(--brand)); color: #fff; }
.ft-logo-mark svg { width: 22px; height: 22px; }
.ft-name { font-size: 15px; font-weight: 700; color: #fff; }
.ft-tagline { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; }
.ft-heading { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 0.9rem; }
.ft-row { display: flex; align-items: center; gap: 9px; font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 0.6rem; }
.ft-row svg { width: 16px; height: 16px; color: rgba(255,255,255,0.45); flex-shrink: 0; }
.ft-row a { color: inherit; text-decoration: none; }
.ft-row a:hover { color: #fff; }
.ft-row strong { color: #fff; font-weight: 700; }
.ft-links { list-style: none; }
.ft-links li { margin-bottom: 0.55rem; }
.ft-links a { font-size: 13px; color: rgba(255,255,255,0.75); text-decoration: none; }
.ft-links a:hover { color: #fff; }
.ft-bottom { background: var(--deep-900); padding: 1.1rem 3rem; }
.ft-bottom-inner { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ft-copy { font-size: 12px; color: rgba(255,255,255,0.42); }

/* ============================ DEMO NOTES ============================ */
.demo-note {
  display: flex; align-items: flex-start; gap: 12px;
  border: 1.5px dashed #7C3AED; background: rgba(124, 58, 237, 0.06);
  border-radius: 10px; padding: 0.9rem 1.25rem;
  font-size: 13px; color: #5B21B6; line-height: 1.6;
}
.demo-note-badge {
  flex-shrink: 0; background: #7C3AED; color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 4px; margin-top: 2px;
}
.demo-note-strip { padding: 1.25rem 3rem; background: var(--paper); }
.demo-note-strip .wrap { max-width: 1120px; margin: 0 auto; }

/* ============================ RATING CHIP (hero) ============================ */
.rating-chip {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 1.5rem;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.26);
  padding: 8px 14px; border-radius: 999px; backdrop-filter: blur(3px);
}
.rating-chip .stars { display: inline-flex; gap: 1px; }
.rating-chip .stars svg { width: 15px; height: 15px; color: #FFC24B; fill: #FFC24B; stroke: none; }
.rating-chip .rc-text { font-size: 12.5px; color: #EAFBFF; font-weight: 600; }
.rating-chip .rc-text b { color: #fff; }

/* ============================ BRAND STRIP (authorized service) ============================ */
.brand-strip { background: var(--paper); border-bottom: 1px solid var(--line); padding: 2.25rem 3rem; }
.brand-strip.inset { background: var(--paper-alt); border-top: 1px solid var(--line); }
.brand-wrap { max-width: 1120px; margin: 0 auto; text-align: center; }
.brand-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.15rem; }
.brand-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem 1.1rem; }
.brand-chip {
  font-family: var(--serif); font-weight: 700; font-size: 17px; letter-spacing: 0.01em;
  color: var(--deep-800); padding: 9px 18px; border-radius: 10px;
  background: linear-gradient(180deg, #fff, #F4FAFC);
  border: 1px solid var(--line); box-shadow: 0 2px 8px rgba(6,58,78,0.05);
  transition: transform 0.16s, box-shadow 0.16s, color 0.16s;
}
.brand-chip:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(6,58,78,0.12); color: var(--brand); }
.brand-note { font-size: 12.5px; color: var(--muted); margin-top: 1.05rem; }

/* ============================ SEASONAL BAND (open/close) ============================ */
.season-band { position: relative; overflow: hidden; padding: 4.25rem 3rem;
  background: linear-gradient(150deg, #063A4E 0%, #0A5E78 60%, #0C7B99 100%); }
.season-band::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 55% at 88% 12%, rgba(19,167,199,0.30), transparent 62%),
              radial-gradient(45% 45% at 6% 90%, rgba(255,195,75,0.10), transparent 60%); }
.season-inner { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; }
.season-head { text-align: center; margin-bottom: 2rem; }
.season-head .sec-tag { color: #7FD8EC; }
.season-head h2 { font-family: var(--serif); font-weight: 700; font-size: 32px; color: #fff; letter-spacing: -0.02em; margin-bottom: 0.7rem; }
.season-head p { font-size: 15px; color: rgba(255,255,255,0.82); line-height: 1.7; max-width: 620px; margin: 0 auto; }
.season-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.season-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16); border-radius: 16px; padding: 1.75rem; backdrop-filter: blur(2px); transition: transform 0.18s, background 0.18s; }
.season-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.11); }
.season-card .sc-icon { width: 50px; height: 50px; border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; background: rgba(255,255,255,0.14); color: #EAFBFF; }
.season-card .sc-icon svg { width: 26px; height: 26px; }
.season-card h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.season-card p { font-size: 13.5px; color: rgba(255,255,255,0.78); line-height: 1.65; margin-bottom: 1rem; }
.season-card .sc-list { list-style: none; }
.season-card .sc-list li { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: rgba(255,255,255,0.86); padding: 4px 0; }
.season-card .sc-list li svg { width: 16px; height: 16px; color: #7FD8EC; flex-shrink: 0; margin-top: 2px; }

/* ============================ REVIEWS ============================ */
.reviews { padding: 4.5rem 3rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 1120px; margin: 0 auto; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.75rem; display: flex; flex-direction: column; transition: transform 0.18s, box-shadow 0.18s; }
.review-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(6,58,78,0.10); }
.stars { display: inline-flex; gap: 2px; margin-bottom: 0.9rem; }
.stars svg { width: 17px; height: 17px; color: #FFB020; fill: #FFB020; stroke: none; }
.review-text { font-size: 14.5px; color: var(--steel); line-height: 1.7; flex-grow: 1; }
.review-text::before { content: "\201C"; }
.review-text::after { content: "\201D"; }
.review-meta { display: flex; align-items: center; gap: 11px; margin-top: 1.25rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 16px; color: #fff; background: linear-gradient(150deg, var(--brand-2), var(--brand) 65%, var(--deep)); }
.review-name { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.review-loc { font-size: 12px; color: var(--muted); }
.reviews-foot { text-align: center; margin-top: 2rem; font-size: 13.5px; color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; }
.reviews-foot .stars { margin-bottom: 0; }
.reviews-foot b { color: var(--ink); }

/* ============================ SERVICE-AREA CHIPS ============================ */
.areas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; max-width: 760px; margin: 1.75rem auto 0; }
.area-chip { font-size: 13px; font-weight: 600; color: var(--deep-800); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; display: inline-flex; align-items: center; gap: 7px; transition: transform 0.15s, border-color 0.15s, color 0.15s; }
.area-chip svg { width: 14px; height: 14px; color: var(--brand); }
.area-chip:hover { transform: translateY(-2px); border-color: #BFE4EC; color: var(--brand); }

/* ============================ HERITAGE TIMELINE ============================ */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; max-width: 1120px; margin: 0 auto; position: relative; }
.tl-node { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem 1.4rem; }
.tl-year { font-family: var(--serif); font-weight: 700; font-size: 26px; color: var(--brand); line-height: 1; letter-spacing: -0.01em; }
.tl-year::before { content: ""; display: block; width: 34px; height: 3px; border-radius: 3px; background: var(--accent); margin-bottom: 0.9rem; }
.tl-t { font-size: 14.5px; font-weight: 700; color: var(--ink); margin: 0.6rem 0 0.4rem; }
.tl-d { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* ============================ STICKY MOBILE CALL ============================ */
.mobile-call { display: none; }

/* ============================ HERO HERITAGE PANEL ============================ */
.hero-heritage {
  position: relative; border-radius: 20px; padding: 2rem 1.9rem;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 30px 70px rgba(3,30,42,0.4);
  backdrop-filter: blur(4px);
}
.hh-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #CDEFF7; margin-bottom: 1.1rem; }
.hh-eyebrow svg { width: 15px; height: 15px; }
.hh-big { font-family: var(--serif); font-weight: 700; font-size: 66px; line-height: 1; color: #fff; letter-spacing: -0.02em; text-shadow: 0 2px 20px rgba(3,30,42,0.35); }
.hh-big small { display: block; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255,255,255,0.78); margin-top: 0.55rem; }
.hh-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1.5rem; }
.heritage-chip { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.20); border-radius: 12px; padding: 0.85rem 1rem; }
.heritage-chip .hc-n { font-family: var(--serif); font-weight: 700; font-size: 26px; color: #FFE3B0; line-height: 1; }
.heritage-chip .hc-l { font-size: 11.5px; color: rgba(255,255,255,0.82); margin-top: 5px; line-height: 1.4; }
.hh-badge { display: flex; align-items: center; gap: 11px; margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,0.16); }
.hh-badge .hb-ic { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.16); color: #EAFBFF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hh-badge .hb-ic svg { width: 20px; height: 20px; }
.hh-badge .hb-t { font-size: 13.5px; font-weight: 700; color: #fff; }
.hh-badge .hb-s { font-size: 11.5px; color: rgba(255,255,255,0.75); }

/* ============================ PLANS FOOTNOTE LINK ============================ */
.plans-foot { text-align: center; margin-top: 1.5rem; }
.plans-foot .svc-link { justify-content: center; font-size: 13.5px; }

/* ============================ SECONDARY (SMALLER) GALLERY ============================ */
.mini-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.mg-item {
  position: relative; border-radius: 14px; overflow: hidden; min-height: 168px; margin: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.35) 0 2px, transparent 2px 13px),
    linear-gradient(150deg, #13A7C7 0%, #0A7EA4 55%, #0B6E8F 100%);
  border: 1px dashed rgba(255,255,255,0.5);
  display: flex; align-items: flex-end; padding: 0.85rem;
  transition: transform 0.18s, box-shadow 0.18s;
}
.mg-item:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(6,58,78,0.18); }
.mg-item .mg-cap { font-size: 11.5px; font-weight: 700; color: #fff; letter-spacing: 0.02em; text-shadow: 0 1px 6px rgba(3,30,42,0.45); }
.mg-item .mg-ic { position: absolute; top: 0.8rem; left: 0.8rem; width: 26px; height: 26px; color: rgba(255,255,255,0.9); }
.mg-item .mg-ic svg { width: 100%; height: 100%; }

/* ============================ SCROLL REVEAL ============================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .hero-shimmer, .scroll-cue { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ============================ RESPONSIVE ============================ */
@media (max-width: 940px) {
  .nav { padding: 0 1.5rem; }
  .nav-links { gap: 1rem; }
  .nav-links li:not(:last-child) { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.25rem; padding: 2.5rem 1.5rem; }
  .hero-media { max-width: 520px; }
  .hero-heritage { max-width: 520px; }
  .hero-h1 { font-size: 42px; }
  .hh-big { font-size: 58px; }
  .mini-gallery { grid-template-columns: 1fr 1fr; }
  .quote { padding: 3rem 1.5rem; }
  .quote-inner { grid-template-columns: 1fr; gap: 2rem; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 3.25rem 1.5rem; }
  .svc-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split.rev .split-media { order: 0; }
  .chip-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .cta-strip { padding: 2.5rem 1.5rem; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .page-hero { padding: 3rem 1.5rem; }
  .page-h1 { font-size: 36px; }
  .demo-note-strip { padding: 1.25rem 1.5rem; }
  .brand-strip { padding: 2rem 1.5rem; }
  .season-band { padding: 3.25rem 1.5rem; }
  .season-cards { grid-template-columns: 1fr; }
  .reviews { padding: 3.25rem 1.5rem; }
  .review-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .nav { padding: 0 1rem; height: 66px; }
  .logo-sub { display: none; }
  .nav-cta { padding: 8px 14px; }
  .hero-h1 { font-size: 34px; }
  .hero-btns .btn-primary, .hero-btns .btn-ghost { width: 100%; justify-content: center; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item { border-right: none !important; border-bottom: 1px solid var(--line); }
  .chip-grid, .stats, .steps { grid-template-columns: 1fr; }
  .quote-h { font-size: 30px; }
  .sec-h { font-size: 28px; }
  .footer-inner { grid-template-columns: 1fr; }
  .cta-btns { width: 100%; }
  .cta-btns .btn-primary, .cta-btns .btn-ghost { width: 100%; justify-content: center; }
  .timeline { grid-template-columns: 1fr; }
  .season-head h2 { font-size: 26px; }
  .hh-big { font-size: 50px; }
  .hh-grid { grid-template-columns: 1fr 1fr; }
  .mini-gallery { grid-template-columns: 1fr 1fr; }

  /* sticky mobile call bar */
  .mobile-call {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
    gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.97); border-top: 1px solid var(--line);
    box-shadow: 0 -6px 24px rgba(6,58,78,0.12); backdrop-filter: blur(6px);
  }
  .mobile-call a { flex: 1; justify-content: center; padding: 13px 14px; font-size: 14.5px; }
  main { padding-bottom: 4.5rem; }
}
