/* ============================================================================
   POWELLEUR POWER WASHING — "Deep & Premium" dark design system
   Deep marine ground, bright aqua accent, an ice/platinum highlight, fine
   linework + a signature aqua gleam. Image-free: carried by type, custom
   line-icons, color, and light. Archivo (display) + Figtree (body).
   Distinct from the other shared-host sites (dark editorial, not paper/serif).
   ========================================================================== */

:root {
  --bg:         #06191F;
  --bg-2:       #0A2530;
  --surface:    #0E2E37;
  --surface-2:  #143A45;
  --foam:       #EAF5F6;
  --muted:      #A6C0C4;
  --faint:      #6F8D93;
  --line:       rgba(234,245,246,0.12);
  --line-soft:  rgba(234,245,246,0.06);
  --line-strong:rgba(234,245,246,0.26);
  --aqua:       #24C2DE;
  --aqua-2:     #12A7C4;
  --aqua-deep:  #0C8AA2;
  --spray:      #86E2EF;
  --aqua-t:     rgba(36,194,222,0.13);
  --ice:        #CFE9ED;
  --light:      #EBF3F4;
  --light-ink:  #082A31;
  --light-line: rgba(8,42,49,0.14);

  --display: 'Archivo', 'Arial Narrow', sans-serif;
  --sans:    'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --wrap: 1220px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 16px;
  --radius-sm: 9px;
  --shadow: 0 2px 8px -3px rgba(0,0,0,0.5), 0 24px 60px -30px rgba(0,0,0,0.7);
  --glow: 0 0 0 1px rgba(36,194,222,0.28), 0 18px 50px -18px rgba(36,194,222,0.45);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.62;
  color: var(--foam); background: var(--bg);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: 1.02; letter-spacing: -0.022em; color: var(--foam); margin: 0; text-wrap: balance; }
h1 { font-size: clamp(42px, 6.6vw, 88px); }
h2 { font-size: clamp(30px, 4.2vw, 54px); }
h3 { font-size: clamp(20px, 2.1vw, 25px); font-weight: 700; }
p { margin: 0 0 1em; }
a { color: var(--spray); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
img { max-width: 100%; display: block; }
strong, b { font-weight: 700; }

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

/* eyebrow */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--spray); }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--aqua); }
.eyebrow--plain::before { display: none; }
.muted { color: var(--muted); }
.fine { font-size: 13px; line-height: 1.55; color: var(--muted); }

/* ---- buttons -------------------------------------------------------------- */
.btn {
  --bg-b: var(--aqua); --fg: #042229; --bd: var(--aqua);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-size: 15px; font-weight: 700;
  padding: 14px 26px; border: 2px solid var(--bd); border-radius: 999px;
  background: var(--bg-b); color: var(--fg); cursor: pointer; line-height: 1;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.2s, color 0.2s;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(36,194,222,0.6); }
.btn:active { transform: translateY(0); }
.btn-primary { --bg-b: var(--aqua); --fg: #042229; --bd: var(--aqua); }
.btn-primary:hover { --bg-b: var(--spray); }
.btn-ghost { --bg-b: transparent; --fg: var(--foam); --bd: var(--line-strong); }
.btn-ghost:hover { --bg-b: rgba(234,245,246,0.06); --bd: var(--aqua); box-shadow: none; }
.btn-light { --bg-b: var(--foam); --fg: var(--light-ink); --bd: var(--foam); }
.btn-lg { padding: 17px 32px; font-size: 16px; }
.on-light .btn-ghost { --fg: var(--light-ink); --bd: var(--light-line); }
.on-light .btn-ghost:hover { --bg-b: rgba(8,42,49,0.05); --bd: var(--aqua-deep); }

/* ---- header --------------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(6,25,31,0.82); backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand .drop { width: 26px; height: 26px; flex: 0 0 auto; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -0.03em; color: var(--foam); line-height: 1; }
.brand-name em { color: var(--aqua); font-style: normal; }
.brand-sub { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin-top: 3px; }

nav.primary { display: flex; align-items: center; gap: clamp(12px, 1.7vw, 24px); }
nav.primary > a, .dropdown > a { font-size: 15px; font-weight: 600; color: var(--foam); text-decoration: none; position: relative; padding: 6px 0; }
nav.primary > a:hover, .dropdown > a:hover { color: var(--spray); text-decoration: none; }
nav.primary > a::after, .dropdown > a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; border-radius: 2px; background: var(--aqua); transition: width 0.3s var(--ease); }
nav.primary > a:hover::after, .dropdown:hover > a::after { width: 100%; }
nav.primary a.btn::after { display: none; }

.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(6px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 8px; min-width: 280px; opacity: 0; visibility: hidden; transition: opacity 0.22s var(--ease), transform 0.22s var(--ease); display: grid; gap: 1px; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown-menu a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 10px 12px; font-size: 14.5px; font-weight: 600; color: var(--foam); border-radius: 6px; text-decoration: none; }
.dropdown-menu a span { font-size: 12.5px; color: var(--spray); font-weight: 700; }
.dropdown-menu a:hover { background: var(--aqua-t); color: var(--spray); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; border-radius: 2px; background: var(--foam); transition: 0.3s var(--ease); }

/* ---- bands ---------------------------------------------------------------- */
.band { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.band-alt { background: var(--bg-2); }
.band-surface { background: var(--surface); }
.band-light { background: var(--light); color: var(--light-ink); }
.band-light h1, .band-light h2, .band-light h3, .band-light h4 { color: var(--light-ink); }
.band-light p { color: #3a565c; }
.band-aqua { background: linear-gradient(135deg, var(--aqua) 0%, var(--aqua-deep) 100%); color: #042a30; position: relative; overflow: hidden; }
.band-aqua h2 { color: #04262c; }

/* signature aqua gleam on dark bands */
.gleam::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.9;
  background: radial-gradient(60% 60% at 78% 12%, rgba(36,194,222,0.18), transparent 60%),
              radial-gradient(50% 50% at 8% 92%, rgba(134,226,239,0.10), transparent 60%); }
.band > .wrap { position: relative; z-index: 1; }

/* faint ripple contour texture */
.ripples::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: repeating-radial-gradient(circle at 85% 20%, transparent 0 38px, rgba(134,226,239,0.05) 38px 39px); }

.section-head { max-width: 730px; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head .eyebrow { margin-bottom: 15px; }
.section-head h2 { margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 18.5px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.band-light .section-head p { color: #3a565c; }

/* ---- HERO ----------------------------------------------------------------- */
.hero { position: relative; padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 8vw, 104px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(30px, 4vw, 64px); align-items: center; }
.hero-copy { max-width: 640px; }
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent { color: var(--aqua); }
.hero-lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--muted); margin-bottom: 30px; max-width: 48ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; }
.hero-trust span { font-size: 13.5px; font-weight: 600; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span svg { width: 18px; height: 18px; color: var(--aqua); flex: 0 0 auto; }

/* hero gleam panel (image-free signature) */
.hero-panel { position: relative; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(160deg, var(--surface) 0%, var(--bg) 100%); padding: clamp(26px, 3vw, 40px); overflow: hidden; box-shadow: var(--shadow); min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 55% at 75% 8%, rgba(36,194,222,0.28), transparent 62%); pointer-events: none; }
.hero-panel .gmark { position: relative; align-self: flex-end; color: var(--aqua); filter: drop-shadow(0 6px 24px rgba(36,194,222,0.5)); }
.hero-panel .panel-rows { position: relative; display: grid; gap: 12px; margin-top: 22px; }
.panel-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(234,245,246,0.03); }
.panel-row .pr-left { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 14.5px; }
.panel-row .pr-left svg { width: 22px; height: 22px; color: var(--aqua); }
.panel-row .pr-price { font-family: var(--display); font-weight: 800; font-size: 16px; color: var(--spray); }

/* ---- photography (dark-premium treatment) --------------------------------- */
.hero-figure { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 5/4.4; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(155deg, rgba(6,25,31,0.55) 0%, rgba(6,25,31,0.05) 42%, rgba(6,25,31,0.45) 100%); }
.hero-figure::before { content: ""; position: absolute; inset: 0; z-index: 2; background: radial-gradient(50% 40% at 88% 6%, rgba(36,194,222,0.25), transparent 60%); pointer-events: none; }
.hero-figure .badge { position: absolute; left: 16px; bottom: 16px; z-index: 3; display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border-radius: 999px; background: rgba(6,25,31,0.66); backdrop-filter: blur(6px); border: 1px solid rgba(36,194,222,0.4); font-size: 13px; font-weight: 700; color: var(--foam); }
.hero-figure .badge svg { width: 17px; height: 17px; color: var(--aqua); }

.figure-frame { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; box-shadow: var(--shadow); }
.figure-frame img { width: 100%; height: 100%; object-fit: cover; }
.figure-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 55%, rgba(6,25,31,0.4)); }

.svc-card.has-figure { padding: 0; overflow: hidden; }
.svc-card .card-figure { aspect-ratio: 16/10; overflow: hidden; position: relative; border-bottom: 1px solid var(--line); }
.svc-card .card-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.svc-card.has-figure:hover .card-figure img { transform: scale(1.05); }
.svc-card .card-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(6,25,31,0.34)); }
.svc-card.has-figure .card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }

.svc-figure { width: 100%; aspect-ratio: 3/2; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); margin-bottom: 32px; position: relative; }
.svc-figure img { width: 100%; height: 100%; object-fit: cover; }
.svc-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(6,25,31,0.4), transparent 45%); }

/* ---- icons ---------------------------------------------------------------- */
.i-badge { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; background: var(--aqua-t); border: 1px solid rgba(36,194,222,0.3); color: var(--aqua); flex: 0 0 auto; }
.i-badge svg { width: 26px; height: 26px; }
.band-light .i-badge { background: rgba(12,138,162,0.1); border-color: rgba(12,138,162,0.28); color: var(--aqua-deep); }

/* ---- service / card grids ------------------------------------------------- */
.grid { display: grid; gap: clamp(18px, 2.4vw, 26px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.svc-card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s, background 0.3s; }
.svc-card:hover { transform: translateY(-5px); border-color: rgba(36,194,222,0.45); box-shadow: var(--glow); }
.svc-card a.cover { position: absolute; inset: 0; z-index: 3; border-radius: var(--radius); }
.svc-card h3 { margin: 4px 0 0; }
.svc-card p { font-size: 14.5px; color: var(--muted); margin: 0; flex: 1; }
.svc-card .card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--line); }
.price-chip { font-family: var(--display); font-weight: 800; font-size: 17px; color: var(--foam); }
.price-chip small { font-weight: 600; font-size: 12px; color: var(--faint); font-family: var(--sans); }
.svc-card .go { color: var(--spray); font-weight: 700; font-size: 15px; transition: transform 0.3s var(--ease); }
.svc-card:hover .go { transform: translateX(4px); }

/* ---- service page layout -------------------------------------------------- */
.svc-layout { display: grid; grid-template-columns: 1fr 372px; gap: clamp(36px, 5vw, 72px); align-items: start; }
.svc-hero-icon { width: 100%; aspect-ratio: 3/1.4; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(160deg, var(--surface), var(--bg)); display: grid; place-items: center; margin-bottom: 34px; position: relative; overflow: hidden; }
.svc-hero-icon::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 80% 10%, rgba(36,194,222,0.22), transparent 60%); }
.svc-hero-icon svg { width: 84px; height: 84px; color: var(--aqua); position: relative; filter: drop-shadow(0 6px 20px rgba(36,194,222,0.4)); }
.svc-body .block { margin-bottom: 40px; }
.svc-body .block .eyebrow { margin-bottom: 15px; }
.svc-body h2 { margin-bottom: 16px; }

.included { list-style: none; margin: 0; padding: 0; }
.included li { display: flex; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.included li .chk { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; margin-top: 1px; display: grid; place-items: center; background: var(--aqua-t); box-shadow: inset 0 0 0 1.5px var(--aqua); color: var(--aqua); }
.included li .chk svg { width: 12px; height: 12px; }
.included li b { display: block; margin-bottom: 2px; }
.included li span { color: var(--muted); font-size: 15px; }

.price-card { position: sticky; top: 96px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.price-card .pc-label { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--spray); }
.price-card h3 { margin: 8px 0 12px; }
.price-card .big { font-family: var(--display); font-weight: 800; font-size: 46px; letter-spacing: -0.03em; line-height: 1; color: var(--aqua); }
.price-card .big small { display: block; margin-top: 8px; font-size: 13.5px; font-weight: 600; color: var(--muted); font-family: var(--sans); letter-spacing: 0; }
.price-card .pc-note { font-size: 14px; color: var(--muted); margin: 14px 0 20px; }
.price-card .btn { width: 100%; }
.price-mini { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--muted); padding: 8px 0; border-bottom: 1px dashed var(--line); }
.price-mini b { color: var(--foam); font-family: var(--display); }
.price-card .fine { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }

/* ---- steps ---------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); }
.step { padding-top: 20px; }
.step .step-n { font-family: var(--display); font-weight: 800; font-size: 15px; color: var(--spray); letter-spacing: 0.1em; margin-bottom: 12px; display: inline-flex; align-items: center; gap: 8px; }
.step .step-n::before { content: ""; width: 30px; height: 3px; border-radius: 3px; background: var(--aqua); }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--muted); margin: 0; }
.band-light .step p { color: #3a565c; } .band-light .step .step-n { color: var(--aqua-deep); }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 28px); }
.stat { text-align: center; }
.stat .num { font-family: var(--display); font-weight: 800; font-size: clamp(34px, 4.4vw, 52px); color: var(--aqua); letter-spacing: -0.03em; line-height: 1; }
.stat .lbl { font-size: 13.5px; font-weight: 600; color: var(--muted); margin-top: 8px; }

/* split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.method-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; gap: 16px; align-items: flex-start; }
.method-card + .method-card { margin-top: 16px; }
.method-card h3 { margin-bottom: 6px; }
.method-card p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* ---- FAQ ------------------------------------------------------------------ */
.faq { max-width: 860px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; background: var(--surface); overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 52px 20px 22px; position: relative; font-family: var(--display); font-weight: 700; font-size: clamp(16px, 1.7vw, 19px); color: var(--foam); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: 24px; color: var(--aqua); }
.faq details[open] summary::after { content: "\2013"; }
.faq .faq-a { padding: 0 22px 22px; color: var(--muted); font-size: 15.5px; }

/* ---- cta ------------------------------------------------------------------ */
.cta-band { position: relative; overflow: hidden; }
.cta-band .wrap { text-align: center; max-width: 780px; }
.cta-band .eyebrow { justify-content: center; margin-bottom: 16px; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { font-size: 18.5px; margin-bottom: 30px; }
.cta-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ---- forms + checkout (light-surfaced fields for legibility + Square) ----- */
.stack { display: grid; gap: 16px; }
label { display: block; font-size: 13px; font-weight: 700; color: var(--foam); margin-bottom: 7px; }
.band-light label, .on-light label { color: var(--light-ink); }
input, select, textarea { width: 100%; font-family: var(--sans); font-size: 15.5px; color: var(--light-ink); background: #fff; border: 1.5px solid var(--light-line); border-radius: var(--radius-sm); padding: 12px 14px; transition: border-color 0.2s, box-shadow 0.2s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--aqua-2); box-shadow: 0 0 0 4px var(--aqua-t); }
textarea { resize: vertical; }

.checkout-layout { display: grid; grid-template-columns: 1fr 400px; gap: clamp(32px, 4vw, 56px); align-items: start; }
.checkout-step { margin-bottom: 40px; }
.checkout-step > .eyebrow { margin-bottom: 10px; color: var(--aqua-deep); }
.checkout-step > .eyebrow::before { background: var(--aqua-deep); }
.checkout-step > h2 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 20px; }
.cat-label { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--aqua-deep); margin: 24px 0 10px; display: block; }
.select-item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1.5px solid var(--light-line); border-radius: var(--radius-sm); margin-bottom: 8px; cursor: pointer; background: #fff; transition: border-color 0.2s, background 0.2s; }
.select-item:hover { border-color: var(--aqua-2); }
.select-item input { width: 18px; height: 18px; accent-color: var(--aqua-2); flex: 0 0 auto; margin: 0; }
.select-item:has(input:checked) { border-color: var(--aqua-2); background: rgba(36,194,222,0.08); }
.select-item .si-name { flex: 1; font-size: 15px; font-weight: 600; color: var(--light-ink); }
.select-item .si-name small { font-weight: 400; color: #5a757b; }
.select-item .si-price { font-family: var(--display); font-weight: 800; font-size: 15px; color: var(--light-ink); }

.order-panel { position: sticky; top: 92px; background: #fff; border: 1px solid var(--light-line); border-radius: var(--radius); padding: 26px; box-shadow: 0 24px 60px -30px rgba(0,0,0,0.5); color: var(--light-ink); }
.order-panel > .eyebrow { margin-bottom: 8px; color: var(--aqua-deep); }
.order-panel > .eyebrow::before { background: var(--aqua-deep); }
.order-panel h3 { font-size: 21px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--light-line); color: var(--light-ink); }
.line-item { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; font-size: 14.5px; color: #24424a; }
.line-item span:last-child { font-weight: 600; white-space: nowrap; }
.line-item.small { font-size: 12.5px; color: #5a757b; }
.line-item.total { margin-top: 12px; padding-top: 14px; border-top: 2px solid var(--light-ink); font-family: var(--display); font-size: 18px; font-weight: 800; color: var(--light-ink); }
.line-item.total span:last-child { color: var(--aqua-deep); }
#schedule-lines { margin-top: 6px; }
#schedule-lines .line-item:first-child { border-top: 1px dashed var(--light-line); padding-top: 12px; margin-top: 8px; }
.connect-note { font-size: 12.5px; color: #5a757b; background: #eef5f5; border: 1px dashed var(--light-line); border-radius: var(--radius-sm); padding: 14px; line-height: 1.5; }
.pay-note { font-size: 12px; color: #5a757b; line-height: 1.55; margin-top: 14px; }
.pay-note a { color: var(--aqua-deep); }
#card-container { margin: 12px 0; min-height: 44px; }
.booked-note { text-align: center; max-width: 560px; margin: 40px auto; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.booked-note h2 { color: var(--aqua); margin-bottom: 14px; }

/* ---- long-form / policy --------------------------------------------------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(23px, 2.6vw, 31px); margin: 40px 0 14px; }
.prose h3 { margin: 26px 0 10px; }
.prose p, .prose li { color: var(--muted); font-size: 16px; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 8px; }
.prose .updated { font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); }
.crumbs { font-size: 12.5px; font-weight: 600; color: var(--faint); margin: 0 0 18px; }
.crumbs a { color: var(--muted); }

/* ---- page hero (inner) ---------------------------------------------------- */
.page-hero { background: var(--bg-2); padding: clamp(52px, 8vw, 106px) 0 clamp(40px, 6vw, 70px); position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: 0.85; background: radial-gradient(55% 60% at 82% 8%, rgba(36,194,222,0.18), transparent 60%); }
.page-hero .wrap { position: relative; z-index: 1; max-width: 860px; }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 { margin-bottom: 14px; }
.page-hero p { color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); max-width: 62ch; margin: 0; }

/* ---- footer --------------------------------------------------------------- */
.site-footer { background: #041318; color: var(--muted); padding: clamp(56px, 7vw, 88px) 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(28px, 4vw, 54px); padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.footer-grid p { font-size: 14.5px; color: var(--faint); margin-top: 15px; max-width: 34ch; }
.site-footer h4 { font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--spray); margin-bottom: 15px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer ul a, .site-footer ul li { font-size: 14px; color: var(--muted); }
.site-footer ul a:hover { color: var(--foam); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 22px; font-size: 12.5px; color: var(--faint); }
.footer-bottom a { color: var(--faint); }

/* ---- reveal + chrome ------------------------------------------------------ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.09s; } .reveal-d2 { transition-delay: 0.18s; } .reveal-d3 { transition-delay: 0.27s; }
#progressbar { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--aqua); z-index: 100; transition: width 0.1s linear; }
#backtop { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-strong); background: var(--surface); color: var(--foam); font-size: 20px; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s var(--ease); z-index: 90; box-shadow: var(--shadow); }
#backtop.show { opacity: 1; pointer-events: auto; }
#backtop:hover { background: var(--aqua); color: #042229; transform: translateY(-3px); }

/* ---- responsive ----------------------------------------------------------- */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .svc-layout { grid-template-columns: 1fr; }
  .price-card { position: static; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  nav.primary { position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 8px 0 16px; max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); box-shadow: var(--shadow); }
  nav.primary.open { max-height: 640px; overflow-y: auto; }
  nav.primary > a, .dropdown > a { padding: 13px var(--gutter); border-bottom: 1px solid var(--line-soft); }
  nav.primary > a::after, .dropdown > a::after { display: none; }
  nav.primary a.btn { margin: 12px var(--gutter) 0; }
  .dropdown-menu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: 0; border-radius: 0; background: var(--bg-2); min-width: 0; padding: 4px var(--gutter) 8px; }
  .dropdown:hover .dropdown-menu { transform: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .steps, .stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
