/* ═════════════════════════════════════════════════════════════
   ALTON'S HOME PRESSURE WASHING · New Iberia, LA
   Clean & Modern · Water blue + crisp white + ink
   ═════════════════════════════════════════════════════════════ */

:root {
  --bg: #FFFFFF;
  --bg-soft: #F4F8FC;
  --bg-2: #EAF2FA;
  --ink: #0B1F3A;
  --ink-2: #14304F;
  --line: rgba(11,31,58,0.10);
  --line-strong: rgba(11,31,58,0.18);

  --blue: #1F8FFF;
  --blue-deep: #0B6FD8;
  --blue-soft: #DDE9F7;
  --water: #3DB8F5;
  --water-bright: #5FCFFF;
  --accent: #FFB400;

  --text: #14304F;
  --text-soft: rgba(20,48,79,0.74);
  --muted: rgba(20,48,79,0.54);
  --on-ink: #FFFFFF;
  --on-ink-soft: rgba(255,255,255,0.78);

  --f-display: 'Manrope', 'Inter', system-ui, -apple-system, sans-serif;
  --f-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --max: 1280px;
  --radius: 16px;
  --radius-lg: 22px;
  --shadow-sm: 0 6px 18px -8px rgba(11,31,58,0.18);
  --shadow: 0 28px 60px -28px rgba(11,31,58,0.28);
  --shadow-blue: 0 28px 70px -30px rgba(31,143,255,0.4);
}

*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
body {
  font-family: var(--f-sans);
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .18s ease; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
::selection { background: var(--blue); color: #fff; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0;
}
h1 em, h2 em, h3 em, .ital {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 700;
  color: var(--blue);
}
.accent-color { color: var(--blue); }
p { margin: 0 0 1em; }

/* ═══════ LAYOUT ═══════ */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.sec { padding: 96px 0; position: relative; }
.sec.tight { padding: 72px 0; }
.sec.soft { background: var(--bg-soft); }
.sec.ink { background: var(--ink); color: var(--on-ink); }
.sec.ink h1, .sec.ink h2, .sec.ink h3, .sec.ink h4 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono);
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--blue);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(31,143,255,0.15); }
.eyebrow.on-dark { color: var(--water-bright); }
.eyebrow.on-dark .dot { background: var(--water-bright); box-shadow: 0 0 0 4px rgba(95,207,255,0.18); }

.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.sec-head h2 { font-size: clamp(34px, 5.2vw, 56px); margin: 14px 0 16px; }
.sec-head p { font-size: 16.5px; line-height: 1.7; color: var(--text-soft); max-width: 640px; }
.sec-head.center p { margin-left: auto; margin-right: auto; }

/* ═══════ BUTTONS ═══════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  font-family: var(--f-sans);
  font-size: 13.5px; font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 100px;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn.lg { padding: 17px 30px; font-size: 14.5px; }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn-primary:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 32px 60px -22px rgba(31,143,255,0.5); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.btn-ghost-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.36); }
.btn-ghost-light:hover { border-color: var(--water-bright); color: var(--water-bright); transform: translateY(-2px); }
.btn-accent { background: var(--accent); color: var(--ink); }
.btn-accent:hover { background: #FFC840; transform: translateY(-2px); box-shadow: 0 26px 50px -18px rgba(255,180,0,0.5); }

/* ═══════ ANNOUNCE BAR ═══════ */
.announce {
  background: var(--ink); color: var(--on-ink-soft);
  font-family: var(--f-mono);
  font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase;
  padding: 6px 0;
  line-height: 1.3;
}
.announce-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: nowrap; }
.announce a { color: var(--water-bright); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.announce a:hover { color: var(--water-bright); opacity: 0.85; }
.announce a svg { width: 11px; height: 11px; }
.announce-right { color: var(--water-bright); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--water-bright); box-shadow: 0 0 10px rgba(95,207,255,0.55); animation: pulse 2s ease-in-out infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.55; transform: scale(1.35); } }
@media (max-width: 720px) {
  .announce { font-size: 9.5px; letter-spacing: 1.2px; padding: 5px 0; }
  .announce a svg { width: 10px; height: 10px; }
  .announce-right { font-size: 9px; }
}
@media (max-width: 480px) {
  .announce-right { display: none; }
  .announce-inner { justify-content: center; }
}

/* ═══════ NAV ═══════ */
.nav-wrap { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.94); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-icon { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--blue) 0%, var(--water) 100%); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-blue); }
.brand-icon svg { width: 22px; height: 22px; }
.brand-text { display: inline-flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--f-display); font-size: 17px; font-weight: 800; letter-spacing: -0.015em; color: var(--ink); }
.brand-name em { font-family: var(--f-display); font-style: normal; font-weight: 800; color: var(--blue); }
.brand-sub { font-family: var(--f-mono); font-size: 10px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.nav-links { display: inline-flex; gap: 30px; }
.nav-link { font-size: 13.5px; font-weight: 600; color: var(--text-soft); position: relative; padding: 6px 0; }
.nav-link:hover { color: var(--ink); }
.nav-link.active { color: var(--blue); }
.nav-link.active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--blue); border-radius: 1px; }
.nav-right { display: inline-flex; align-items: center; gap: 12px; }
.nav-call { display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; border: 1.5px solid var(--line-strong); border-radius: 100px; font-size: 13px; font-weight: 700; color: var(--ink); transition: all .2s ease; }
.nav-call svg { width: 14px; height: 14px; color: var(--blue); }
.nav-call:hover { border-color: var(--blue); color: var(--blue); }
.burger { display: none; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: 10px; color: var(--ink); align-items: center; justify-content: center; }
.burger svg { width: 20px; height: 20px; }

/* Drawer */
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 82%; max-width: 340px; background: var(--bg); z-index: 99; padding: 80px 28px 32px; transform: translateX(100%); transition: transform .32s ease; display: flex; flex-direction: column; gap: 16px; border-left: 1px solid var(--line); }
.drawer.open { transform: translateX(0); }
.drawer-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: 10px; font-size: 18px; color: var(--ink); background: #fff; }
.drawer a { font-family: var(--f-display); font-size: 22px; font-weight: 800; color: var(--ink); padding: 8px 0; border-bottom: 1px solid var(--line); letter-spacing: -0.015em; }
.drawer .drawer-phone { color: var(--blue) !important; font-size: 20px !important; }
.drawer .drawer-cta { margin-top: 10px; width: 100%; }

/* ═══════ HERO (centered) ═══════ */
.hero { position: relative; overflow: hidden; min-height: clamp(580px, 80vh, 720px); display: flex; align-items: center; justify-content: center; color: #fff; padding: 84px 0 64px; text-align: center; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,31,58,0.55) 0%, rgba(11,31,58,0.32) 30%, rgba(11,31,58,0.78) 100%); }
.hero-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.hero .eyebrow { color: var(--water-bright); justify-content: center; }
.hero .eyebrow .dot { background: var(--water-bright); box-shadow: 0 0 0 4px rgba(95,207,255,0.18); }
.hero h1 { font-size: clamp(46px, 8vw, 92px); margin: 22px 0 22px; line-height: 0.98; color: #fff; letter-spacing: -0.024em; }
.hero h1 em { color: var(--water-bright); font-style: italic; font-weight: 700; }
.hero-sub { font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.94); max-width: 640px; margin: 0 auto 32px; font-weight: 500; }
.hero-ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero-trust { display: inline-flex; gap: 16px; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 28px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.hero-trust .star { color: var(--water-bright); margin-right: 4px; }
.hero-trust .sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.4); }

/* ═══════ STATS BAND ═══════ */
.stats { background: var(--ink); color: #fff; padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: center; }
.stat { text-align: center; }
.stat .n { font-family: var(--f-display); font-size: 30px; font-weight: 800; letter-spacing: -0.018em; color: var(--water-bright); line-height: 1; }
.stat .l { font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,0.62); margin-top: 8px; }

/* ═══════ SERVICES GRID ═══════ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--blue); }
.svc-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-2); }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-card-img img { transform: scale(1.04); }
.svc-card-num { position: absolute; top: 14px; left: 14px; font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: #fff; background: rgba(11,31,58,0.78); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); padding: 6px 12px; border-radius: 100px; }
.svc-card-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-card-name { font-family: var(--f-display); font-size: 22px; font-weight: 800; letter-spacing: -0.018em; color: var(--ink); line-height: 1.15; margin: 0 0 8px; }
.svc-card-desc { font-size: 14px; line-height: 1.6; color: var(--text-soft); margin: 0 0 14px; flex: 1; }
.svc-card-link { font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; }
.svc-card-link svg { width: 14px; height: 14px; transition: transform .2s ease; }
.svc-card:hover .svc-card-link svg { transform: translateX(4px); }

/* ═══════ SPLIT ═══════ */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.split-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius-lg); }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split-photo .photo-tag { position: absolute; top: 22px; left: 22px; background: rgba(255,255,255,0.94); padding: 8px 14px; border-radius: 100px; font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--blue); }
.split-info h2 { font-size: clamp(34px, 4.5vw, 50px); margin: 18px 0 18px; }
.split-info p { font-size: 16.5px; line-height: 1.7; color: var(--text-soft); margin: 0 0 14px; }
.split-info p strong { color: var(--ink); font-weight: 700; }

/* ═══════ WHY GRID ═══════ */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .25s ease, border-color .25s ease; }
.why-card:hover { transform: translateY(-3px); border-color: var(--blue); }
.why-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.why-icon svg { width: 24px; height: 24px; }
.why-card h3 { font-size: 19px; line-height: 1.2; margin: 0 0 8px; font-weight: 800; }
.why-card p { font-size: 14px; line-height: 1.6; color: var(--text-soft); margin: 0; }

/* ═══════ PROCESS ═══════ */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); position: relative; }
.step::before { content: counter(step, decimal-leading-zero); counter-increment: step; font-family: var(--f-display); font-size: 50px; font-weight: 800; color: var(--blue-soft); line-height: 1; display: block; margin-bottom: 8px; letter-spacing: -0.03em; }
.step h3 { font-size: 19px; line-height: 1.2; margin: 0 0 8px; font-weight: 800; }
.step p { font-size: 14px; line-height: 1.6; color: var(--text-soft); margin: 0; }

/* ═══════ AREAS ═══════ */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-pill { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; transition: transform .2s ease, border-color .2s ease; }
.area-pill:hover { transform: translateY(-2px); border-color: var(--blue); }
.area-pill.flagship { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%); color: #fff; border-color: var(--blue); }
.area-pill.flagship .area-sub { color: rgba(255,255,255,0.78); }
.area-name { font-family: var(--f-display); font-size: 21px; font-weight: 800; letter-spacing: -0.018em; line-height: 1.1; }
.area-sub { font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

/* ═══════ REVIEWS ═══════ */
.reviews-band { background: var(--bg-soft); padding: 64px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reviews-head { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; margin-bottom: 36px; }
.reviews-rating { display: inline-flex; align-items: baseline; gap: 8px; }
.reviews-rating .n { font-family: var(--f-display); font-size: 38px; font-weight: 800; color: var(--ink); letter-spacing: -0.022em; line-height: 1; }
.reviews-rating .stars { color: var(--accent); letter-spacing: 2px; font-size: 16px; }
.reviews-meta { font-family: var(--f-mono); font-size: 11.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--text-soft); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.review-stars { color: var(--accent); letter-spacing: 1.5px; margin-bottom: 12px; font-size: 14px; }
.review-quote { font-size: 15px; line-height: 1.65; color: var(--ink); margin: 0 0 16px; font-weight: 500; }
.review-who { font-family: var(--f-mono); font-size: 11.5px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; color: var(--blue); }
.review-where { font-size: 12px; color: var(--muted); margin-top: 3px; }

/* ═══════ FAQ ═══════ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .2s ease; }
.faq details[open] { border-color: var(--blue); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--f-display); font-size: 18px; font-weight: 800; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 18px; letter-spacing: -0.012em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--f-display); font-size: 26px; color: var(--blue); font-weight: 400; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 24px 22px; font-size: 15px; line-height: 1.65; color: var(--text-soft); }

/* ═══════ FINAL CTA ═══════ */
.final-cta { background: var(--ink); color: #fff; padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at top, rgba(31,143,255,0.16) 0%, transparent 60%); pointer-events: none; }
.final-cta h2 { font-size: clamp(36px, 5.5vw, 56px); color: #fff; margin: 0 0 14px; }
.final-cta h2 em { color: var(--water-bright); }
.final-cta p { font-size: 17px; color: rgba(255,255,255,0.84); max-width: 560px; margin: 0 auto 28px; }
.final-cta .cta-row { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ═══════ FOOTER ═══════ */
.footer { background: var(--ink); color: var(--on-ink-soft); padding: 64px 0 36px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 36px; }
.footer-brand .brand-icon { background: linear-gradient(135deg, var(--blue) 0%, var(--water) 100%); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name em { color: var(--water-bright); }
.footer-about { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.62); max-width: 36ch; margin-top: 16px; }
.footer h5 { font-family: var(--f-mono); font-size: 11.5px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--water-bright); margin: 0 0 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-size: 14px; color: rgba(255,255,255,0.72); }
.footer ul a:hover { color: var(--water-bright); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.10); flex-wrap: wrap; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,0.48); }

/* ═══════ PAGE HERO (interior) ═══════ */
.page-hero { padding: 110px 0 70px; background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); }
.page-hero .crumbs { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.page-hero .crumbs a { color: var(--blue); }
.page-hero h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.02; max-width: 800px; }
.page-hero .lead { font-size: 18px; line-height: 1.65; color: var(--text-soft); max-width: 640px; margin-top: 20px; }

/* ═══════ SERVICE DETAIL CARDS ═══════ */
.svc-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.svc-detail { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.svc-detail:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--blue); }
.svc-detail-img { aspect-ratio: 4/5; overflow: hidden; background: var(--bg-2); }
.svc-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-detail-body { padding: 32px 28px; display: flex; flex-direction: column; }
.svc-detail-num { font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.svc-detail-body h3 { font-size: 26px; line-height: 1.12; font-weight: 800; margin: 0 0 12px; }
.svc-detail-body p { font-size: 14.5px; line-height: 1.65; color: var(--text-soft); margin: 0 0 14px; flex: 1; }
.svc-detail-body ul { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.svc-detail-body ul li { font-size: 13.5px; color: var(--text-soft); padding-left: 18px; position: relative; }
.svc-detail-body ul li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }

/* ═══════ ABOUT BLOCKS ═══════ */
.about-photo-wrap { position: relative; aspect-ratio: 5/6; overflow: hidden; border-radius: var(--radius-lg); }
.about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; padding: 26px; background: var(--bg-soft); border-radius: var(--radius); border: 1px solid var(--line); }
.about-stat .n { font-family: var(--f-display); font-size: 32px; font-weight: 800; color: var(--blue); line-height: 1; letter-spacing: -0.02em; }
.about-stat .l { font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

/* ═══════ CONTACT ═══════ */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: start; }
.contact-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 30px; }
.contact-row { display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; }
.contact-row .ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: var(--blue-soft); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; }
.contact-row .ico svg { width: 18px; height: 18px; }
.contact-row .l { font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-row .v { font-size: 15.5px; color: var(--ink); font-weight: 600; }
.contact-row .v a { color: var(--ink); }
.contact-row .v a:hover { color: var(--blue); }

.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.form-row.single { grid-template-columns: 1fr; }
.form-label { display: block; font-family: var(--f-mono); font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.form-input, .form-textarea, .form-select { width: 100%; padding: 13px 14px; font-family: var(--f-sans); font-size: 15px; font-weight: 500; color: var(--ink); border: 1px solid var(--line-strong); background: #fff; border-radius: 10px; transition: border-color .2s ease, box-shadow .2s ease; }
.form-input:focus, .form-textarea:focus, .form-select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,143,255,0.10); }
.form-textarea { min-height: 120px; resize: vertical; }
.form button { width: 100%; margin-top: 8px; padding: 16px 24px; font-family: var(--f-sans); font-size: 14px; font-weight: 800; letter-spacing: 0.04em; background: var(--blue); color: #fff; border-radius: 100px; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; box-shadow: var(--shadow-blue); }
.form button:hover { background: var(--blue-deep); transform: translateY(-2px); }

/* ═══════ STICKY MOBILE CTA ═══════ */
.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: env(safe-area-inset-bottom, 0); z-index: 90; background: rgba(11,31,58,0.96); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border-top: 1px solid rgba(255,255,255,0.06); transform: translate3d(0, 100%, 0); transition: transform .3s ease; }
.sticky-cta.show { transform: translate3d(0, 0, 0); }
.sticky-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--blue); }
.sticky-cta a { flex: 1; padding: 15px 8px; font-family: var(--f-sans); font-size: 12.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.sticky-cta a svg { width: 16px; height: 16px; }
.sticky-cta-row { display: flex; }
.mcta-call { background: var(--blue); }
.mcta-text { background: var(--accent); color: var(--ink) !important; border-left: 1px solid rgba(255,255,255,0.16); }

.reveal { opacity: 1; transform: none; }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split-photo { aspect-ratio: 16/11; max-width: 700px; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 16px; }
  .contact-grid { grid-template-columns: 1fr; }
  .svc-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .sec { padding: 56px 0; }
  .sec.tight { padding: 40px 0; }
  .sec-head { margin-bottom: 28px; }
  .sec-head h2 { font-size: 30px; line-height: 1.05; }
  .sec-head p { font-size: 14.5px; line-height: 1.55; margin-top: 12px; }

  .nav-links, .nav-call { display: none; }
  .nav-right .btn { display: none; }
  .burger { display: inline-flex; }
  .brand-sub { display: none; }
  .brand-name { font-size: 16px; }
  .brand-icon { width: 38px; height: 38px; }
  .brand-icon svg { width: 19px; height: 19px; }
  .nav { padding: 11px 0; }

  .hero { min-height: 540px; padding: 48px 0 56px; }
  .hero h1 { font-size: clamp(36px, 10vw, 52px); margin: 18px 0; }
  .hero-sub { font-size: 15px; margin-bottom: 22px; line-height: 1.55; }
  .hero-ctas { width: 100%; flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-ctas .btn { width: 100%; }
  .hero-trust { gap: 10px 14px; font-size: 9.5px; letter-spacing: 1.2px; margin-top: 22px; }
  .hero .eyebrow { font-size: 10.5px; letter-spacing: 1.6px; }

  .stats { padding: 22px 0; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 18px 14px; }
  .stat .n { font-size: 24px; }
  .stat .l { font-size: 9.5px; letter-spacing: 1.3px; }

  .svc-grid { grid-template-columns: 1fr; gap: 12px; }
  .svc-card-img { aspect-ratio: 16/9; }
  .svc-card-body { padding: 18px 18px 20px; }
  .svc-card-name { font-size: 19px; }
  .svc-card-desc { font-size: 13.5px; margin-bottom: 10px; }

  .split-info h2 { font-size: 28px; }
  .split-info p { font-size: 15px; line-height: 1.55; }

  .why-grid { grid-template-columns: 1fr; gap: 10px; }
  .why-card { padding: 20px 18px; }
  .why-card h3 { font-size: 18px; }
  .why-card p { font-size: 13.5px; line-height: 1.55; }
  .why-icon { width: 40px; height: 40px; margin-bottom: 12px; }
  .why-icon svg { width: 20px; height: 20px; }

  .process-grid { grid-template-columns: 1fr; gap: 8px; }
  .step { padding: 18px 18px; }
  .step::before { font-size: 36px; }
  .step h3 { font-size: 17px; }
  .step p { font-size: 13.5px; line-height: 1.5; }

  .area-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .area-pill { padding: 14px 14px; }
  .area-name { font-size: 16.5px; }
  .area-sub { font-size: 9px; letter-spacing: 1.2px; }

  .reviews-grid { grid-template-columns: 1fr; gap: 10px; }
  .reviews-band { padding: 40px 0; }
  .reviews-head { gap: 12px; margin-bottom: 20px; }
  .reviews-rating .n { font-size: 32px; }
  .review-card { padding: 22px 20px; }
  .review-quote { font-size: 14.5px; line-height: 1.55; margin-bottom: 12px; }

  .faq-list { gap: 8px; }
  .faq summary { padding: 14px 16px; font-size: 15.5px; gap: 12px; }
  .faq summary::after { font-size: 22px; }
  .faq .a { padding: 0 16px 16px; font-size: 13.5px; line-height: 1.55; }

  .final-cta { padding: 56px 0; }
  .final-cta h2 { font-size: 32px; }
  .final-cta p { font-size: 15px; margin-bottom: 22px; }
  .final-cta .cta-row { flex-direction: column; width: 100%; gap: 10px; }
  .final-cta .cta-row .btn { width: 100%; }

  .footer { padding: 44px 0 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: left; margin-bottom: 26px; }
  .footer h5 { margin-bottom: 12px; }
  .footer ul { gap: 8px; }
  .footer ul a { font-size: 13.5px; }
  .footer-about { font-size: 13.5px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; padding-top: 22px; font-size: 9.5px; }

  body { padding-bottom: 76px; }
  .sticky-cta { display: block; }
  .sticky-cta.show { transform: none; }
  .sticky-cta a { padding: 13px 6px; font-size: 11.5px; letter-spacing: 1.2px; }

  .page-hero { padding: 48px 0 40px; }
  .page-hero h1 { font-size: 34px; }
  .page-hero .lead { font-size: 15px; margin-top: 14px; line-height: 1.55; }
  .page-hero .crumbs { font-size: 10.5px; }

  .svc-detail { grid-template-columns: 1fr; }
  .svc-detail-img { aspect-ratio: 16/9; }
  .svc-detail-body { padding: 22px 20px; }
  .svc-detail-body h3 { font-size: 22px; }
  .svc-detail-body p { font-size: 13.5px; }
  .svc-detail-body ul li { font-size: 13px; }

  .about-photo-wrap { aspect-ratio: 4/3; border-radius: var(--radius); }
  .about-stats { grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding: 14px; margin-top: 20px; }
  .about-stat .n { font-size: 24px; }
  .about-stat .l { font-size: 9px; letter-spacing: 1.2px; }

  .form { padding: 22px 18px; }
  .contact-card { padding: 22px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 10px; margin-bottom: 10px; }
  .form-input, .form-textarea, .form-select { font-size: 14.5px; padding: 12px 13px; }
  .contact-row { padding: 12px 0; }
  .contact-row .ico { width: 36px; height: 36px; }
  .contact-row .v { font-size: 14.5px; }
}

@media (max-width: 380px) {
  .wrap { padding: 0 16px; }
  .hero h1 { font-size: 34px; }
  .sec-head h2 { font-size: 26px; }
}
