/* ───────── ABC PAINT CO · Clean & Modern Design System ─────────
   Gastonia, NC · interior + exterior painting, drywall, remodeling, decks, epoxy
   Palette sampled from the logo: deep navy + paint-yellow + soft periwinkle. */

:root {
  --navy:         #122048;
  --navy-bright:  #1F2D5C;
  --navy-deep:    #0A1130;
  --navy-soft:    rgba(18,32,72,0.08);
  --navy-glow:    rgba(18,32,72,0.32);

  --yellow:       #F4D862;
  --yellow-bright:#FAE789;
  --yellow-deep:  #D5B73C;
  --yellow-soft:  rgba(244,216,98,0.16);

  --peri:         #93A5E1;
  --peri-light:   #D0D8F0;
  --peri-soft:    #E8EBF5;

  --ink:          #0F1224;
  --ink-soft:     #2A2E45;
  --muted:        #6A6E80;
  --muted-deep:   #44475A;
  --line:         #E5E5EC;
  --line-soft:    #F0F0F4;

  --cream:        #FAFAF7;
  --cream-warm:   #F4F2EA;
  --paper:        #FFFFFF;
  --star:         #FBBC04;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  font-size: 16px;
}
h1, h2, h3, h4 {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.06;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 980px; margin: 0 auto; padding: 0 32px; }

/* ── Announce ── */
.announce { background: var(--navy-deep); color: rgba(255,255,255,0.92); padding: 12px 0; font-size: 12px; letter-spacing: 0.4px; border-bottom: 2px solid var(--yellow); }
.announce-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.announce a { color: rgba(255,255,255,0.92); display: inline-flex; align-items: center; gap: 8px; font-weight: 600; transition: color 0.2s; }
.announce a:hover { color: var(--yellow); }
.announce svg { width: 13px; height: 13px; color: var(--yellow); }
.announce-left { display: flex; gap: 28px; flex-wrap: wrap; }
.announce-right { font-weight: 700; color: rgba(255,255,255,0.78); letter-spacing: 1.8px; text-transform: uppercase; font-size: 10.5px; display: inline-flex; align-items: center; gap: 8px; }
.announce-right::before { content: '◆'; font-size: 9px; color: var(--yellow); }

/* ── Nav ── */
.nav-wrap { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 16px 0; }
.brand-mark { display: inline-flex; align-items: center; }
.brand-mark img { height: 58px; width: auto; display: block; }
.nav-links { display: flex; gap: 36px; justify-content: center; }
.nav-link { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted-deep); transition: color 0.2s; position: relative; padding: 6px 0; }
.nav-link:hover { color: var(--navy); }
.nav-link.active { color: var(--navy); }
.nav-link.active::after { content: ''; position: absolute; bottom: -3px; left: 0; right: 0; height: 2px; background: var(--yellow); }
.nav-right { display: flex; align-items: center; gap: 18px; justify-self: end; }
.nav-phone { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); letter-spacing: -0.005em; transition: color 0.2s; }
.nav-phone:hover { color: var(--navy); }
.nav-phone svg { width: 16px; height: 16px; color: var(--yellow-deep); }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s, border-color 0.2s; border-radius: 2px; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 14px 30px var(--navy-glow); }
.btn-yellow { background: var(--yellow); color: var(--navy-deep); }
.btn-yellow:hover { background: var(--yellow-bright); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(213,183,60,0.32); }
.btn-ghost-light { background: rgba(255,255,255,0.08); color: #fff; border: 1.5px solid rgba(255,255,255,0.4); backdrop-filter: blur(8px); }
.btn-ghost-light:hover { border-color: var(--yellow); color: var(--yellow); background: rgba(255,255,255,0.14); }
.btn-ghost-dark { background: transparent; color: var(--navy); border: 1.5px solid var(--line); }
.btn-ghost-dark:hover { border-color: var(--navy); }
.btn-lg { padding: 17px 30px; font-size: 13.5px; }
.btn-xl { padding: 20px 34px; font-size: 14px; letter-spacing: 2px; }

.burger { display: none; background: transparent; border: none; padding: 8px; cursor: pointer; color: var(--ink); }
.burger svg { width: 24px; height: 24px; }
.drawer { position: fixed; top: 0; right: 0; width: 84%; max-width: 380px; height: 100vh; background: var(--paper); border-left: 4px solid var(--yellow); z-index: 100; padding: 84px 32px 32px; display: flex; flex-direction: column; gap: 14px; transform: translateX(100%); transition: transform 0.32s ease; box-shadow: -32px 0 60px rgba(15,18,36,0.32); overflow-y: auto; }
.drawer.open { transform: translateX(0); }
.drawer a { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 500; color: var(--ink); padding: 10px 0; border-bottom: 1px solid var(--line-soft); letter-spacing: -0.015em; }
.drawer-phone { color: var(--navy) !important; font-size: 28px !important; border-bottom: none !important; margin-top: 14px; }
.drawer-cta { margin-top: 14px; }
.drawer-close { position: absolute; top: 22px; right: 22px; background: transparent; border: none; font-size: 22px; cursor: pointer; color: var(--ink); }

/* ── Eyebrow + headings ── */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 3.5px; text-transform: uppercase; color: var(--navy); margin-bottom: 22px; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--yellow); }
.eyebrow.light { color: #fff; }
.eyebrow.light::before { background: var(--yellow); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
.eyebrow.center::after { content: ''; width: 0; }

.h2-display { font-family: 'Fraunces', serif; font-size: clamp(38px, 5vw, 64px); font-weight: 500; line-height: 1.02; letter-spacing: -0.024em; color: var(--ink); margin-bottom: 20px; }
.h2-display em { color: var(--navy); font-style: italic; font-weight: 400; }
.h2-display em.yellow { color: var(--yellow-deep); }
.sec-dark .h2-display { color: #fff; }
.sec-dark .h2-display em { color: var(--yellow); }

.sec { padding: 100px 0; }
.sec-paper { background: var(--paper); }
.sec-cream { background: var(--cream); }
.sec-cream-warm { background: var(--cream-warm); }
.sec-peri { background: var(--peri-soft); }
.sec-dark { background: var(--navy-deep); color: #fff; }
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head p { font-size: 17px; line-height: 1.72; color: var(--muted-deep); margin-top: 12px; }
.sec-dark .sec-head p { color: rgba(255,255,255,0.74); }

/* ── Hero ── */
.hero { position: relative; padding: 110px 0 96px; background: var(--navy-deep); color: #fff; overflow: hidden; isolation: isolate; text-align: center; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background-image: url('../images/hero-home.jpg');
  background-size: cover; background-position: center 55%;
  filter: saturate(1.05);
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(10,17,48,0.55) 0%, rgba(10,17,48,0.78) 100%);
}
.hero-inner { max-width: 1000px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.hero-logo { display: inline-flex; max-width: 100%; padding: 18px 26px; background: rgba(255,255,255,0.96); border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.hero-logo img { height: 152px; width: auto; max-width: 90vw; object-fit: contain; display: block; }
.hero-loc-chip { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.28); border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; color: #fff; }
.hero-loc-chip::before { content: '◆'; color: var(--yellow); font-size: 9px; }
.hero h1 { font-family: 'Fraunces', serif; font-size: clamp(44px, 6.2vw, 84px); font-weight: 500; letter-spacing: -0.028em; line-height: 0.98; color: #fff; max-width: 880px; text-shadow: 0 4px 24px rgba(0,0,0,0.45); }
.hero h1 em { color: var(--yellow); font-style: italic; font-weight: 400; }
.hero-lead { font-size: 18px; line-height: 1.66; color: rgba(255,255,255,0.92); margin: 0 auto; max-width: 640px; font-weight: 500; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 6px; }
.hero-trust { margin-top: 14px; display: inline-flex; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255,255,255,0.82); justify-content: center; }
.hero-trust .stars { color: var(--star); letter-spacing: 3px; font-size: 14px; }
.hero-trust .dot { width: 5px; height: 5px; background: var(--yellow); border-radius: 50%; display: inline-block; }

/* ── Stats band ── */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--cream-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 42px 28px; text-align: center; border-right: 1px solid var(--line); position: relative; }
.stat:last-child { border-right: none; }
.stat::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 32px; height: 3px; background: var(--yellow); }
.stat .k { font-family: 'Fraunces', serif; font-size: clamp(34px, 4.2vw, 52px); font-weight: 600; color: var(--ink); letter-spacing: -0.025em; line-height: 1; }
.stat .k em { color: var(--navy); font-style: italic; font-weight: 400; }
.stat .v { font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--muted-deep); margin-top: 12px; font-weight: 800; }

/* ── Service grid ── */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s; overflow: hidden; }
.svc:hover { transform: translateY(-6px); border-color: var(--navy); box-shadow: 0 30px 64px rgba(15,18,36,0.10); }
.svc-img { height: 260px; overflow: hidden; background: var(--cream); position: relative; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s; }
.svc:hover .svc-img img { transform: scale(1.06); }
.svc-num { position: absolute; top: 16px; left: 16px; font-family: 'JetBrains Mono', monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; background: rgba(18,32,72,0.92); color: var(--yellow); padding: 6px 12px; border-radius: 2px; }
.svc-body { padding: 28px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.svc h3 { font-family: 'Fraunces', serif; font-size: 23px; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 10px; color: var(--ink); }
.svc p { font-size: 15px; line-height: 1.66; color: var(--muted-deep); flex: 1; }
.svc-go { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-soft); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; }
.svc-go::after { content: '→'; transition: transform 0.2s; }
.svc:hover .svc-go::after { transform: translateX(4px); }

/* ── Why grid ── */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,0.14); border-left: 1px solid rgba(255,255,255,0.14); }
.why-cell { padding: 38px 28px; border-right: 1px solid rgba(255,255,255,0.14); border-bottom: 1px solid rgba(255,255,255,0.14); transition: background 0.2s; }
.why-cell:hover { background: rgba(255,255,255,0.04); }
.why-cell .num { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 500; color: var(--yellow); margin-bottom: 14px; line-height: 1; }
.why-cell h4 { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500; color: #fff; letter-spacing: -0.01em; margin-bottom: 10px; }
.why-cell p { font-size: 14.5px; line-height: 1.68; color: rgba(255,255,255,0.72); }

/* ── Split ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.split-img { aspect-ratio: 4/3; overflow: hidden; background: var(--ink); border: 1px solid var(--line); }
.split-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split h2 { font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 500; letter-spacing: -0.022em; margin-bottom: 16px; }
.split h2 em { color: var(--navy); font-style: italic; font-weight: 400; }
.split-lead { font-size: 17px; line-height: 1.74; color: var(--muted-deep); margin-bottom: 18px; }
.split-list { list-style: none; }
.split-list li { padding: 14px 0; border-bottom: 1px dashed var(--line); display: flex; gap: 16px; align-items: flex-start; }
.split-list li:last-child { border-bottom: none; }
.split-list .marker { width: 30px; height: 30px; background: var(--yellow); color: var(--navy-deep); font-family: 'Fraunces', serif; font-weight: 600; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.split-list .body strong { display: block; font-family: 'Fraunces', serif; font-weight: 500; font-size: 18px; color: var(--ink); margin-bottom: 4px; }
.split-list .body span { font-size: 14.5px; color: var(--muted-deep); line-height: 1.68; }

/* ── Process ── */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { padding: 32px 26px; background: var(--paper); border: 1px solid var(--line); position: relative; transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s; }
.step::before { content: ''; position: absolute; top: -1px; left: -1px; width: 40px; height: 3px; background: var(--yellow); }
.step:hover { transform: translateY(-4px); border-color: var(--navy); box-shadow: 0 24px 48px rgba(15,18,36,0.08); }
.step .n { font-family: 'Fraunces', serif; font-size: 42px; font-weight: 500; color: var(--navy); letter-spacing: -0.03em; line-height: 1; margin-bottom: 12px; }
.step h4 { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 8px; color: var(--ink); }
.step p { font-size: 14px; line-height: 1.68; color: var(--muted-deep); }

/* ── Portfolio gallery ── */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item {
  position: relative; overflow: hidden; cursor: pointer;
  aspect-ratio: 1;
  background: var(--cream);
  transition: transform 0.32s;
}
.gallery-item:hover { transform: translateY(-3px); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s, filter 0.4s; }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1.05); }
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,17,48,0.55) 100%);
  opacity: 0; transition: opacity 0.3s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-tag {
  position: absolute; bottom: 16px; left: 16px;
  font-size: 10.5px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--yellow); z-index: 1;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
}
.gallery-item:hover .gallery-tag { opacity: 1; transform: translateY(0); }

/* ── FAQ ── */
.faq-list { max-width: 920px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 4px; display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; font-family: 'Fraunces', serif; font-size: 19px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--navy); }
.faq summary::after { content: '+'; font-family: 'Fraunces', serif; font-size: 28px; font-weight: 400; color: var(--yellow-deep); margin-top: -6px; transition: transform 0.25s; flex-shrink: 0; }
.faq[open] summary::after { transform: rotate(45deg); color: var(--navy); }
.faq .a { padding: 0 4px 24px; font-size: 15.5px; line-height: 1.74; color: var(--muted-deep); }

/* ── Service-areas ── */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area { padding: 24px 22px; background: var(--paper); border: 1px solid var(--line); transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.area:hover { transform: translateY(-3px); border-color: var(--navy); box-shadow: 0 18px 36px rgba(15,18,36,0.06); }
.area.flag { background: var(--navy-deep); color: #fff; border-color: var(--navy-deep); }
.area-l { font-size: 9.5px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--muted-deep); font-weight: 800; margin-bottom: 8px; }
.area.flag .area-l { color: var(--yellow); }
.area h4 { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); }
.area.flag h4 { color: #fff; }
.area-sub { font-size: 12.5px; color: var(--muted-deep); margin-top: 6px; line-height: 1.5; }
.area.flag .area-sub { color: rgba(255,255,255,0.74); }

/* ── Final CTA ── */
.final-cta { background: var(--navy-deep); color: #fff; padding: 100px 0; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; top: -180px; left: -180px; width: 560px; height: 560px; background: radial-gradient(circle, var(--yellow-soft) 0%, transparent 65%); pointer-events: none; }
.final-cta::after { content: ''; position: absolute; bottom: -180px; right: -180px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(147,165,225,0.18) 0%, transparent 65%); pointer-events: none; }
.final-cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.final-cta h2 { font-family: 'Fraunces', serif; font-size: clamp(34px, 4.4vw, 56px); font-weight: 500; letter-spacing: -0.024em; line-height: 1.04; color: #fff; }
.final-cta h2 em { color: var(--yellow); font-style: italic; font-weight: 400; }
.final-cta p { font-size: 17px; line-height: 1.72; color: rgba(255,255,255,0.78); margin-top: 16px; }
.cta-ctas { display: flex; flex-direction: column; gap: 14px; }
.cta-line { padding: 22px 24px; border: 1.5px solid rgba(255,255,255,0.16); display: flex; flex-direction: column; gap: 4px; transition: border-color 0.2s, background 0.2s; }
.cta-line:hover { border-color: var(--yellow); background: rgba(244,216,98,0.05); }
.cta-line .l { font-size: 10.5px; letter-spacing: 2.4px; text-transform: uppercase; color: rgba(255,255,255,0.5); font-weight: 800; }
.cta-line .v { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 500; color: #fff; letter-spacing: -0.015em; }

/* ── Footer ── */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 88px 0 28px; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 52px; margin-bottom: 52px; }
.footer-brand-mark { margin-bottom: 22px; display: inline-flex; background: var(--paper); padding: 14px 20px; border-radius: 4px; }
.footer-brand-mark img { height: 56px; width: auto; }
.footer-about { font-size: 14.5px; line-height: 1.78; color: rgba(255,255,255,0.6); }
.footer-heading { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 2.6px; text-transform: uppercase; color: var(--yellow); margin-bottom: 22px; display: inline-flex; align-items: center; gap: 8px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.7); transition: color 0.2s; }
.footer-links a:hover { color: var(--yellow); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.footer-contact-item svg { width: 17px; height: 17px; color: var(--yellow); flex-shrink: 0; margin-top: 4px; }
.footer-contact-item .l { font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.footer-contact-item .v { font-size: 14.5px; color: #fff; font-weight: 600; line-height: 1.55; }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.10); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12px; color: rgba(255,255,255,0.42); letter-spacing: 0.4px; }

/* ── Page hero (interior pages) ── */
.page-hero { background: var(--cream); color: var(--ink); padding: 86px 0 76px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ''; position: absolute; top: -120px; right: -120px; width: 460px; height: 460px; background: radial-gradient(circle, var(--yellow-soft) 0%, transparent 65%); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; max-width: 920px; }
.breadcrumb { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; font-weight: 700; }
.breadcrumb a { color: var(--navy); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span { margin: 0 10px; color: var(--muted); }
.page-hero h1 { font-family: 'Fraunces', serif; font-size: clamp(40px, 5.4vw, 76px); font-weight: 500; letter-spacing: -0.026em; line-height: 1.0; color: var(--ink); }
.page-hero h1 em { color: var(--navy); font-style: italic; font-weight: 400; }
.page-hero-sub { font-size: 18px; line-height: 1.72; color: var(--muted-deep); margin-top: 24px; max-width: 680px; }

/* ── Service detail rows ── */
.svc-detail { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--line); }
.svc-detail.reverse > :first-child { order: 2; }
.svc-detail:last-child { border-bottom: none; }
.svc-detail-img { aspect-ratio: 4/3; overflow: hidden; background: var(--ink); border: 1px solid var(--line); }
.svc-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-detail h2 { font-family: 'Fraunces', serif; font-size: clamp(28px, 3.4vw, 42px); font-weight: 500; letter-spacing: -0.022em; margin-bottom: 14px; color: var(--ink); }
.svc-detail h2 em { color: var(--navy); font-style: italic; font-weight: 400; }
.svc-detail-lead { font-size: 16.5px; line-height: 1.72; color: var(--muted-deep); margin-bottom: 18px; }
.svc-detail ul { list-style: none; }
.svc-detail li { padding: 9px 0; font-size: 15px; color: var(--ink); display: flex; gap: 12px; }
.svc-detail li::before { content: ''; width: 18px; height: 2px; background: var(--yellow); margin-top: 12px; flex-shrink: 0; }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; }
.form-card { background: var(--paper); border: 1px solid var(--line); padding: 44px; }
.form-card h2 { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 500; letter-spacing: -0.022em; margin-bottom: 8px; color: var(--ink); }
.form-card > p { font-size: 15px; color: var(--muted-deep); margin-bottom: 28px; line-height: 1.7; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-deep); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 2px; font-family: inherit; font-size: 15px; background: var(--cream); color: var(--ink); transition: border-color 0.2s, background 0.2s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--navy); background: var(--paper); }
.form-group textarea { min-height: 140px; resize: vertical; line-height: 1.65; }
.form-submit { margin-top: 12px; width: 100%; padding: 19px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; background: var(--navy); color: #fff; border: none; cursor: pointer; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; border-radius: 2px; }
.form-submit:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 14px 32px var(--navy-glow); }
.form-honey { position: absolute; left: -9999px; }
.info-card { background: var(--navy-deep); color: #fff; padding: 44px; }
.info-card h3 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 500; letter-spacing: -0.015em; color: #fff; margin-bottom: 20px; }
.info-row { list-style: none; }
.info-row li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px dashed rgba(255,255,255,0.14); align-items: flex-start; }
.info-row li:last-child { border-bottom: none; }
.info-row .ico { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--yellow-soft); color: var(--yellow); flex-shrink: 0; margin-top: 2px; border-radius: 2px; }
.info-row .ico svg { width: 18px; height: 18px; }
.info-row strong { display: block; font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(255,255,255,0.55); font-weight: 800; margin-bottom: 4px; }
.info-row a, .info-row .body { color: #fff; font-size: 16px; line-height: 1.5; font-family: 'Fraunces', serif; font-weight: 500; letter-spacing: -0.005em; }
.info-row a:hover { color: var(--yellow); }

/* ── Sticky mobile CTA ── */
.mobile-sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: none; gap: 0; background: var(--navy-deep); border-top: 2px solid var(--yellow); box-shadow: 0 -10px 32px rgba(0,0,0,0.3); transform: translateY(100%); transition: transform 0.3s ease; }
.mobile-sticky-cta.show { transform: translateY(0); }
.mcta-btn { flex: 1; padding: 18px 8px; font-family: 'Inter', sans-serif; font-size: 13.5px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.mcta-btn svg { width: 16px; height: 16px; }
.mcta-call { background: var(--navy); color: #fff; }
.mcta-quote { background: var(--yellow); color: var(--navy-deep); }

/* ── Responsive ── */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .burger { display: inline-flex; }
  .nav-phone { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .container, .container-narrow { padding: 0 22px; }
  .sec { padding: 76px 0; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse > :first-child { order: 0; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .svc-detail { grid-template-columns: 1fr; gap: 28px; padding: 36px 0; }
  .svc-detail.reverse > :first-child { order: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 720px) {
  .announce { font-size: 11px; padding: 9px 0; }
  .announce-inner { gap: 8px; justify-content: center; }
  .announce-left { gap: 16px; justify-content: center; flex-wrap: wrap; }
  .announce-right { font-size: 9.5px; letter-spacing: 1.4px; width: 100%; text-align: center; justify-content: center; }
  .nav { padding: 12px 0; gap: 12px; }
  .brand-mark img { height: 42px; }
  .burger { padding: 6px; }
  .container, .container-narrow { padding: 0 16px; }
  .sec { padding: 48px 0; }
  .sec-head { margin-bottom: 28px; }
  .sec-head p { font-size: 15px; line-height: 1.62; margin-top: 8px; }
  .h2-display { font-size: 30px; line-height: 1.06; }

  .hero { padding: 62px 0 56px; }
  .hero-inner { gap: 22px; padding: 0 18px; }
  .hero-logo { padding: 12px 18px; }
  .hero-logo img { height: 96px; }
  .hero h1 { font-size: 36px; line-height: 1.02; }
  .hero-lead { font-size: 15px; line-height: 1.62; }
  .hero-ctas { gap: 12px; flex-direction: column; width: 100%; align-items: center; }
  .hero-ctas .btn { width: 100%; max-width: 380px; padding: 16px 22px; font-size: 13px; }
  .hero-trust { gap: 14px; font-size: 10px; letter-spacing: 1.4px; }
  .hero-trust .stars { font-size: 12px; }

  .stats-band { grid-template-columns: 1fr 1fr; }
  .stat { padding: 26px 14px; }
  .stat:nth-child(odd) { border-right: 1px solid var(--line); }
  .stat:nth-child(even) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .stat .k { font-size: 28px; }

  .svc-grid { grid-template-columns: 1fr; gap: 18px; }
  .svc-img { height: 220px; }
  .svc-body { padding: 22px 22px 24px; }
  .svc h3 { font-size: 20px; }

  .why-grid { grid-template-columns: 1fr; }
  .why-cell { padding: 26px 22px; }

  .split h2 { font-size: 28px; }
  .split-lead { font-size: 15px; line-height: 1.66; }
  .split-list li { padding: 10px 0; gap: 12px; }
  .split-list .marker { width: 26px; height: 26px; font-size: 12px; }
  .split-list .body strong { font-size: 16px; }

  .process { grid-template-columns: 1fr; gap: 14px; }
  .step { padding: 24px 20px; }
  .step .n { font-size: 34px; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .faq summary { font-size: 16px; padding: 20px 4px; gap: 14px; }
  .faq summary::after { font-size: 24px; }
  .faq .a { font-size: 14px; padding: 0 4px 20px; }

  .area-grid { grid-template-columns: 1fr; gap: 12px; }
  .area { padding: 18px 18px; }

  .final-cta { padding: 56px 0; }
  .final-cta h2 { font-size: 30px; }
  .cta-line { padding: 18px 20px; }
  .cta-line .v { font-size: 22px; }

  .form-card { padding: 26px 22px; }
  .form-card h2 { font-size: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-group input, .form-group textarea, .form-group select { font-size: 16px; padding: 13px 14px; }
  .form-submit { padding: 16px; font-size: 13px; letter-spacing: 1.6px; }
  .info-card { padding: 26px 22px; }

  .footer { padding: 48px 0 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; margin-bottom: 26px; }
  .footer-brand-mark { padding: 12px 16px; }
  .footer-brand-mark img { height: 44px; }
  .footer-bottom { font-size: 10.5px; flex-direction: column; gap: 4px; text-align: center; padding-top: 22px; }

  .mobile-sticky-cta { display: flex; }
  body { padding-bottom: 70px; }

  .page-hero { padding: 42px 0 38px; }
  .page-hero h1 { font-size: 34px; line-height: 1.04; }
  .page-hero-sub { font-size: 15px; margin-top: 14px; line-height: 1.62; }
  .breadcrumb { font-size: 10px; letter-spacing: 1.6px; margin-bottom: 14px; }
  .eyebrow { font-size: 10px; letter-spacing: 2.2px; margin-bottom: 14px; gap: 10px; }
}
@media (max-width: 420px) {
  .h2-display { font-size: 26px; }
  .hero h1 { font-size: 30px; }
  .page-hero h1 { font-size: 28px; }
  .hero-logo img { height: 78px; max-width: 86vw; }
  .container, .container-narrow { padding: 0 14px; }
  .sec { padding: 40px 0; }
}
