:root {
  --ink: #0d1117;
  --ink-2: #151b23;
  --ink-3: #222a35;
  --paper: #f5f2eb;
  --white: #ffffff;
  --muted: #66707d;
  --line: #d9d7d0;
  --yellow: #f5b81b;
  --yellow-light: #ffd667;
  --blue: #5967ff;
  --violet: #754bff;
  --shell: min(1180px, calc(100% - 40px));
  --radius: 22px;
  --shadow: 0 24px 70px rgba(13, 17, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--yellow); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.utility-bar { background: var(--ink); color: #dfe3e8; font-size: 12px; letter-spacing: .03em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; gap: 16px; }
.utility-inner a { margin-left: auto; color: var(--yellow-light); font-weight: 800; text-decoration: none; }
.utility-divider { width: 1px; height: 14px; background: #414a56; }

.site-header { position: sticky; top: 0; z-index: 100; background-color: #09090b; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.065) 0 1px, transparent 1.25px), radial-gradient(circle at 80% 70%, rgba(137,79,255,.07) 0 1px, transparent 1.2px); background-size: 4px 4px, 7px 7px; border-bottom: 1px solid rgba(255,255,255,.1); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.is-scrolled { border-color: rgba(132,82,255,.45); box-shadow: 0 12px 34px rgba(0,0,0,.32); }
.header-inner { position: relative; min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 1.1; }
.brand-logo { width: 174px; height: auto; border-radius: 6px; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.primary-nav a { position: relative; color: #f0edf5; font-size: 13px; font-weight: 800; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--violet); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 7px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--white); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 850; letter-spacing: -.01em; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .gallery-item:focus-visible, input:focus-visible, textarea:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(89,103,255,.35); outline-offset: 3px; }
.button svg { width: 18px; fill: currentColor; }
.button-small { min-height: 43px; padding-inline: 17px; background: var(--yellow); color: var(--ink); }
.header-call span { font-weight: 600; }
.button-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 28px rgba(245,184,27,.25); }
.button-primary:hover { background: var(--yellow-light); box-shadow: 0 15px 34px rgba(245,184,27,.35); }
.button-ghost { border-color: #bfc1c1; background: rgba(255,255,255,.55); }
.button-ghost:hover { background: var(--white); }
.button-outline-light { border-color: #515b68; background: transparent; color: var(--white); }
.button-outline-light:hover { background: var(--white); color: var(--ink); }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 64px 0 72px; color: var(--white); background-color: #09090b; background-image: radial-gradient(circle at 85% 8%, rgba(116,67,255,.24), transparent 31%), radial-gradient(circle at 12% 34%, rgba(255,255,255,.055) 0 1px, transparent 1.3px), radial-gradient(circle at 72% 68%, rgba(255,255,255,.035) 0 1px, transparent 1.2px); background-size: auto, 5px 5px, 8px 8px; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 0 41%, rgba(126,75,255,.08) 41.2% 41.5%, transparent 41.7%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 72px; }
.hero-brand-card { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(173,130,255,.45); border-radius: 28px; background: #070708; box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 55px rgba(108,55,230,.12); }
.hero-brand-card img { width: 100%; height: auto; }
.eyebrow, .kicker { margin: 0 0 16px; color: var(--violet); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #ddd7e7; }
.eyebrow > span { width: 28px; height: 3px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-weight: 900; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 650px; margin-bottom: 18px; font-size: clamp(52px, 6vw, 84px); }
h1 em { display: block; color: #9b70ff; font-style: normal; }
.hero-name { display: block; margin-bottom: 15px; color: var(--yellow); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 13px; font-weight: 900; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.6vw, 64px); }
.hero-tagline { margin-bottom: 10px; color: var(--white); font-size: clamp(19px, 2vw, 24px); font-weight: 850; letter-spacing: -.02em; }
.hero-lede { max-width: 600px; margin-bottom: 30px; color: #bbb6c4; font-size: 16px; line-height: 1.65; }
.hero .button-ghost { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.055); color: var(--white); }
.hero .button-ghost:hover { background: var(--white); color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { margin-top: 40px; display: flex; align-items: stretch; }
.hero-facts > div { min-width: 135px; display: flex; align-items: center; gap: 10px; padding-right: 22px; }
.hero-facts > div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts strong { font-size: 23px; line-height: 1; }
.hero-facts span { color: #aaa4b2; font-size: 10px; font-weight: 750; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }

.hero-work { position: relative; margin-top: 62px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-work-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.hero-work-heading div span, .hero-work-heading div strong { display: block; }
.hero-work-heading div span { margin-bottom: 5px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-work-heading div strong { font-size: 22px; letter-spacing: -.025em; }
.hero-work-heading p { margin: 0; color: #aaa4b2; font-size: 12px; }
.hero-media { position: relative; min-height: 410px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 14px; }
.hero-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 4px solid #26222c; border-radius: var(--radius); background: #151218; box-shadow: 0 24px 60px rgba(0,0,0,.34); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main img { object-position: 54% center; }
.hero-photo figcaption { position: absolute; bottom: 13px; left: 13px; max-width: calc(100% - 26px); padding: 8px 11px; border-radius: 999px; background: rgba(13,17,23,.84); color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: .03em; backdrop-filter: blur(8px); }
.hero-photo-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.hero-photo-stack .hero-photo:first-child img { object-position: center 38%; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 5px; border-radius: 50%; background: #55d580; box-shadow: 0 0 0 4px rgba(85,213,128,.15); }
.hero-badge { position: absolute; right: -22px; bottom: 35px; width: 112px; height: 112px; display: grid; place-content: center; border: 5px solid #09090b; border-radius: 50%; background: var(--yellow); color: var(--ink); text-align: center; transform: rotate(-7deg); box-shadow: 0 18px 40px rgba(0,0,0,.4); }
.hero-badge span { font-family: Impact, sans-serif; font-size: 32px; line-height: 1; letter-spacing: .04em; }
.hero-badge strong { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.symptom-bar { background: var(--ink); color: var(--white); }
.symptom-inner { min-height: 96px; display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); align-items: stretch; }
.symptom-inner > strong { display: flex; align-items: center; color: var(--yellow); font-size: 14px; }
.symptom-inner a { display: flex; align-items: center; gap: 10px; padding: 0 20px; border-left: 1px solid #2b323d; color: #e9ebee; font-size: 12px; font-weight: 750; text-decoration: none; transition: background .18s ease; }
.symptom-inner a:hover { background: var(--ink-2); }
.symptom-inner a span { color: #6f7985; font-size: 10px; }

.trust-strip { padding: 30px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 0 24px; }
.trust-item + .trust-item { border-left: 1px solid #e2e4e6; }
.trust-item > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #edf0ff; color: var(--violet); font-size: 12px; font-weight: 950; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 13px; }
.trust-item small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p, .split-heading > p, .work-heading > p { color: var(--muted); font-size: 15px; }
.split-heading > p { margin: 0 0 5px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); box-shadow: 0 22px 50px rgba(13,17,23,.06); }
.service-card { position: relative; min-height: 310px; padding: 35px; background: var(--white); }
.service-card-accent { background: var(--yellow); }
.service-number { position: absolute; top: 25px; right: 27px; color: #aeb4bc; font-size: 11px; font-weight: 850; }
.service-card-accent .service-number { color: rgba(13,17,23,.45); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 15px; background: #f1f2f5; color: var(--violet); }
.service-card-accent .service-icon { background: var(--ink); color: var(--yellow); }
.service-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 11px; font-size: 18px; letter-spacing: -.025em; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card-accent p { color: #414141; }
.diagnostic-note { margin-top: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); }
.diagnostic-note > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-weight: 900; }
.diagnostic-note strong { display: block; font-size: 14px; }
.diagnostic-note p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.diagnostic-note a { font-size: 12px; font-weight: 850; text-decoration: none; }

.work-section { overflow: hidden; background: var(--ink); color: var(--white); }
.work-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.work-heading > p { margin-bottom: 7px; color: #99a2ae; }
.kicker-light { color: var(--yellow); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 14px; background: var(--ink-3); cursor: zoom-in; }
.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.gallery-item::after { content: "↗"; position: absolute; top: 15px; right: 15px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-weight: 900; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.gallery-item span { position: absolute; right: 0; bottom: 0; left: 0; padding: 45px 18px 16px; background: linear-gradient(transparent, rgba(13,17,23,.9)); color: var(--white); font-size: 12px; font-weight: 800; text-align: left; }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.08); }
.gallery-item:hover::after { opacity: 1; transform: none; }
.gallery-actions { margin-top: 34px; text-align: center; }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 90px; }
.owner-visual { position: relative; min-height: 590px; }
.owner-visual::before { content: ""; position: absolute; top: 24px; left: 0; width: 84%; height: 88%; border-radius: 28px; background: linear-gradient(145deg, #5967ff, #7246d8); transform: rotate(-3deg); }
.owner-card-photo { position: absolute; top: 0; right: 0; width: 82%; height: 530px; margin: 0; overflow: hidden; border: 8px solid var(--white); border-radius: 24px; background: #aab1be; box-shadow: var(--shadow); }
.owner-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.owner-stamp { position: absolute; bottom: 0; left: 18px; min-width: 190px; padding: 20px 24px; border-radius: 16px; background: var(--yellow); box-shadow: 0 18px 40px rgba(13,17,23,.2); }
.owner-stamp strong, .owner-stamp span { display: block; }
.owner-stamp strong { font-size: 26px; line-height: 1; }
.owner-stamp span { margin-top: 6px; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.about-lede { color: #4e5865; font-size: 17px; line-height: 1.75; }
.promise-list { margin-top: 34px; }
.promise-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid #e3e5e8; }
.promise-list > div > span { padding-top: 3px; color: var(--violet); font-size: 11px; font-weight: 900; }
.promise-list p { margin: 0; color: var(--muted); font-size: 13px; }
.promise-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }
.payment-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.payment-row span { padding: 7px 12px; border: 1px solid #d7dadd; border-radius: 999px; color: #555f6a; font-size: 10px; font-weight: 850; }

.process-section { background: var(--paper); }
.center-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 43px 44px 10px; }
.process-step + .process-step { border-left: 1px solid var(--line); }
.process-step > span { width: 37px; height: 37px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 50%; background: var(--ink); color: var(--yellow); font-size: 12px; font-weight: 900; }
.process-step h3 { margin-bottom: 10px; font-size: 18px; }
.process-step p { color: var(--muted); font-size: 13px; }

.areas-section { position: relative; overflow: hidden; padding: 92px 0; background: linear-gradient(135deg, #574eff, #793be2); color: var(--white); }
.areas-section::after { content: "209"; position: absolute; right: -20px; bottom: -130px; color: rgba(255,255,255,.07); font-family: Impact, sans-serif; font-size: 390px; line-height: 1; }
.areas-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 100px; }
.areas-copy p:not(.kicker) { color: #dedaf9; font-size: 14px; }
.text-link { color: var(--yellow-light); font-size: 13px; font-weight: 900; text-decoration: none; }
.area-list { display: flex; flex-wrap: wrap; gap: 12px; }
.area-list span { min-width: 135px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(13,17,23,.12); font-size: 14px; font-weight: 850; backdrop-filter: blur(5px); }
.area-list .area-callout { background: var(--yellow); color: var(--ink); }

.estimate-section { background: #f8f7f2; }
.estimate-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 100px; }
.estimate-copy > p:not(.kicker) { max-width: 520px; color: var(--muted); }
.direct-contact { margin-top: 40px; display: grid; gap: 10px; }
.direct-contact a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line); text-decoration: none; }
.direct-contact span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.direct-contact strong { font-size: 15px; }
.estimate-form { padding: 35px; border: 1px solid #e1e2df; border-radius: 22px; background: var(--white); box-shadow: 0 24px 70px rgba(13,17,23,.09); }
.estimate-form label { display: block; margin-bottom: 17px; color: #353d46; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.estimate-form input, .estimate-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d8dadd; border-radius: 10px; background: #f8f8f6; color: var(--ink); font-size: 14px; text-transform: none; outline: 0; transition: border .18s ease, box-shadow .18s ease, background .18s ease; }
.estimate-form input { height: 50px; padding: 0 14px; }
.estimate-form textarea { padding: 13px 14px; resize: vertical; }
.estimate-form input:focus, .estimate-form textarea:focus { border-color: var(--violet); background: var(--white); box-shadow: 0 0 0 4px rgba(117,75,255,.09); }
.form-note, .form-error { margin: 13px 0 0; text-align: center; font-size: 10px; }
.form-note { color: #7a828b; }
.form-error { color: #b82432; font-weight: 800; }

.site-footer { padding: 70px 0 110px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.brand-logo-footer { width: 215px; }
.footer-grid > div:first-child > p { max-width: 300px; margin-top: 22px; color: #8f98a4; font-size: 12px; }
.footer-grid h3 { margin-bottom: 18px; color: var(--yellow); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { display: block; margin: 9px 0; color: #b3bac3; font-size: 11px; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; gap: 24px; padding-top: 22px; border-top: 1px solid #2a323d; color: #767f8b; font-size: 10px; }
.footer-bottom a { margin-left: auto; color: #9ca4ae; text-decoration: none; }

.mobile-dock { display: none; }
.lightbox { width: min(900px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: var(--ink); color: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(4,6,9,.86); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; background: #080b10; }
.lightbox p { margin: 0; padding: 15px 20px; font-size: 12px; }
.lightbox-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 12px; }
  .header-call span { display: none; }
  .hero-grid { gap: 44px; }
  .hero-media { min-height: 380px; }
  .hero-facts > div { min-width: 0; padding-right: 14px; }
  .hero-facts > div + div { padding-left: 14px; }
  .symptom-inner { grid-template-columns: 1fr 1fr 1fr; }
  .symptom-inner > strong { padding: 20px 0; }
  .symptom-inner a { min-height: 68px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .trust-item:nth-child(3) { border-left: 0; }
  .about-grid, .estimate-grid { gap: 55px; }
  .areas-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 680px); }
  .utility-inner > span:nth-child(2), .utility-inner > span:nth-child(3) { display: none; }
  .utility-inner a { margin-left: auto; }
  .header-inner { min-height: 74px; }
  .brand-logo { width: 154px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; top: 110px; right: 14px; left: 14px; z-index: 101; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav a { padding: 14px 12px; border-bottom: 1px solid #ececea; color: var(--ink); font-size: 14px; }
  .primary-nav a:last-child { border-bottom: 0; }
  .header-call { min-width: 43px; padding: 0 12px; }
  .hero { padding: 46px 0 58px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-brand-card { width: min(100%, 540px); margin-inline: auto; }
  h1 { font-size: clamp(52px, 14vw, 76px); }
  .hero-work { margin-top: 50px; }
  .hero-media { min-height: 460px; }
  .hero-badge { right: -7px; }
  .symptom-inner { grid-template-columns: 1fr 1fr; }
  .symptom-inner > strong { grid-column: 1 / -1; }
  .symptom-inner a:nth-of-type(odd) { border-left: 0; }
  .section { padding: 82px 0; }
  .split-heading, .work-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .diagnostic-note { grid-template-columns: auto 1fr; }
  .diagnostic-note a { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .estimate-grid, .areas-grid { grid-template-columns: 1fr; }
  .owner-visual { max-width: 560px; }
  .about-grid { gap: 55px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 48px 1fr; gap: 4px 18px; padding: 28px 0; }
  .process-step + .process-step { border-top: 1px solid var(--line); border-left: 0; }
  .process-step > span { grid-row: span 2; margin: 0; }
  .areas-grid { gap: 30px; }
  .estimate-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { padding-bottom: 72px; }
  .utility-bar { font-size: 10px; }
  .brand-logo { width: 132px; }
  .brand-logo-footer { width: 205px; }
  .hero { padding-top: 32px; }
  .hero-brand-card { border-radius: 20px; }
  .hero-tagline { font-size: 19px; }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { align-items: flex-start; justify-content: space-between; gap: 0; }
  .hero-facts > div { display: block; padding-right: 10px; }
  .hero-facts > div + div { padding-left: 10px; }
  .hero-facts strong, .hero-facts span { display: block; }
  .hero-facts span { margin-top: 6px; font-size: 8px; }
  .hero-work { margin-top: 42px; padding-top: 28px; }
  .hero-work-heading { display: block; }
  .hero-work-heading p { margin-top: 7px; }
  .hero-media { min-height: 420px; grid-template-columns: 1.1fr .9fr; gap: 8px; }
  .hero-photo { border-width: 3px; border-radius: 15px; }
  .hero-photo-stack { gap: 8px; }
  .hero-photo figcaption { bottom: 7px; left: 7px; padding: 6px 8px; font-size: 8px; }
  .hero-badge { right: -4px; bottom: 26px; width: 82px; height: 82px; border-width: 4px; }
  .hero-badge span { font-size: 23px; }
  .hero-badge strong { font-size: 7px; }
  .symptom-inner { display: grid; }
  .symptom-inner a { min-height: 62px; padding: 0 13px; font-size: 10px; }
  .trust-grid { grid-template-columns: 1fr; gap: 0; }
  .trust-item { padding: 13px 0; }
  .trust-item + .trust-item { border-top: 1px solid #e2e4e6; border-left: 0; }
  h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px; }
  .service-icon { margin-bottom: 28px; }
  .diagnostic-note { padding: 20px; }
  .diagnostic-note a { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 8px; }
  .gallery-item.gallery-wide { grid-column: span 2; }
  .owner-visual { min-height: 440px; }
  .owner-card-photo { width: 87%; height: 400px; }
  .owner-stamp { bottom: -6px; left: 4px; }
  .area-list span { min-width: calc(50% - 6px); padding: 14px; font-size: 12px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .estimate-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { display: grid; gap: 8px; }
  .footer-bottom a { margin-left: 0; }
  .mobile-dock { position: fixed; right: 0; bottom: 0; left: 0; z-index: 200; height: 72px; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; background: var(--ink); box-shadow: 0 -12px 35px rgba(13,17,23,.25); }
  .mobile-dock a { display: grid; place-content: center; border-radius: 10px; text-align: center; text-decoration: none; }
  .mobile-dock a:first-child { color: var(--white); }
  .mobile-dock a:last-child { background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 900; }
  .mobile-dock span { color: #aeb5be; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-dock strong { font-size: 12px; }
}

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