@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@600;700&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --blue: #2864eb;
  --blue-dark: #1746a2;
  --ink: #171a1d;
  --charcoal: #34383d;
  --muted: #687078;
  --soft: #f2f3f5;
  --white: #ffffff;
  --line: #dfe2e6;
  --container: min(1200px, calc(100% - 48px));
  --heading: "Bebas Neue", Impact, sans-serif;
  --body: "Montserrat", Arial, sans-serif;
  --script: "Caveat", cursive;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.62; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
::selection { color: white; background: var(--blue); }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: -4rem; left: 1rem; padding: .7rem 1rem; color: white; background: var(--blue); font-weight: 800; }
.skip-link:focus { top: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #71a2ff; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { margin-bottom: 1rem; font-family: var(--heading); font-weight: 400; letter-spacing: .012em; line-height: .9; text-transform: uppercase; }
h1 { max-width: 8.5ch; font-size: clamp(4.4rem, 8.8vw, 8rem); }
h2 { max-width: 12ch; font-size: clamp(3rem, 5.8vw, 5.4rem); }
h3 { line-height: 1.2; }
p { color: var(--muted); text-wrap: pretty; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--blue); font-size: .67rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.8rem; height: 3px; background: currentColor; transform: skewX(-28deg); }
.eyebrow.light { color: #8eb2ff; }
.script { display: inline-block; color: var(--blue); font-family: var(--script); font-weight: 700; letter-spacing: -.035em; line-height: .8; text-transform: none; transform: rotate(-2deg); }
.lede { max-width: 52ch; color: #c6cbd0; font-size: clamp(.95rem, 1.25vw, 1.12rem); }
.section { padding: clamp(5.2rem, 9vw, 8.4rem) 0; }
.section-soft { background: var(--soft); }
.section-dark { color: white; background: var(--ink); }
.section-dark p { color: #aeb5bc; }
.section-blue { color: white; background: var(--blue); }
.section-blue p { color: rgba(255,255,255,.78); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.8rem; }
.section-head h2 { margin: .75rem 0 0; }
.section-head > p { max-width: 43ch; margin: 0 0 .25rem; font-size: .86rem; }
.center-head { max-width: 780px; margin: 0 auto 3rem; text-align: center; }
.center-head .eyebrow { justify-content: center; }
.center-head h2 { margin: .75rem auto 1rem; }
.center-head p { max-width: 62ch; margin-inline: auto; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 3.18rem; padding: .75rem 1.05rem; border: 1px solid transparent; border-radius: 8px; font-size: .74rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: .96rem; height: .96rem; transition: transform .2s ease; }
.button:hover svg { transform: translateX(3px); }
.button-blue { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(40,100,235,.28); }
.button-blue:hover { background: var(--blue-dark); box-shadow: 0 14px 30px rgba(40,100,235,.35); }
.button-white { color: var(--ink); background: white; }
.button-white:hover { color: var(--blue); }
.button-outline { color: white; background: transparent; border-color: rgba(255,255,255,.5); }
.button-outline:hover { border-color: white; }
.button-outline-dark { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline-dark:hover { color: white; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.text-link svg { width: 1rem; height: 1rem; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.utility { color: #d9dde1; background: #08090a; border-bottom: 1px solid rgba(255,255,255,.09); }
.utility-inner { width: var(--container); min-height: 31px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .57rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.utility-left { display: flex; gap: 1.5rem; }
.utility a:hover { color: white; }
.site-header { position: relative; z-index: 50; color: white; background: var(--ink); }
.header-inner { width: var(--container); min-height: 100px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 320px; height: 76px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: clamp(.75rem, 1.7vw, 1.35rem); font-size: .68rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.nav > a:not(.button) { position: relative; padding: 1.8rem 0; color: #d6d9dc; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.15rem; height: 3px; background: var(--blue); transform: skewX(-25deg); transition: right .2s ease; }
.nav > a:not(.button):hover, .nav > a[aria-current="page"] { color: white; }
.nav > a:not(.button):hover::after, .nav > a[aria-current="page"]::after { right: 0; }
.nav .button { min-height: 2.58rem; padding: .55rem .8rem; font-size: .62rem; }
.menu-toggle { display: none; width: 43px; height: 43px; place-items: center; color: white; background: transparent; border: 1px solid rgba(255,255,255,.38); border-radius: 8px; }
.menu-toggle svg { width: 19px; height: 19px; }
.mobile-menu, .menu-close { display: none; }

/* Home hero */
.hero { position: relative; min-height: 690px; overflow: hidden; color: white; background: #0d0f12; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,11,13,.98) 0%,rgba(10,11,13,.93) 43%,rgba(10,11,13,.22) 72%,rgba(10,11,13,.1) 100%); z-index: 1; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; filter: saturate(.85) contrast(1.08); }
.hero-inner { position: relative; z-index: 3; width: var(--container); min-height: 690px; margin-inline: auto; display: grid; align-items: center; }
.hero-copy { max-width: 650px; padding: 5.8rem 0 6.3rem; }
.hero h1 { margin: 1rem 0 1.1rem; }
.hero h1 .script { display: block; margin: .05em 0 .12em .6ch; font-size: .73em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.hero-note { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.5rem; color: #d5d8dc; font-size: .66rem; font-weight: 800; letter-spacing: .025em; }
.hero-note span { display: inline-flex; align-items: center; gap: .4rem; }
.hero-note svg { width: .9rem; height: .9rem; color: #71a2ff; }
.hero-badge { position: absolute; z-index: 4; right: max(2rem,calc((100vw - 1200px)/2)); bottom: 2.2rem; width: 190px; padding: 1rem 1.1rem; background: rgba(23,26,29,.9); border-left: 4px solid var(--blue); backdrop-filter: blur(12px); }
.hero-badge b { display: block; margin-bottom: .2rem; color: white; font-family: var(--heading); font-size: 1.45rem; font-weight: 400; line-height: 1; letter-spacing: .03em; text-transform: uppercase; }
.hero-badge span { color: #aeb5bc; font-size: .62rem; }

/* Trust strip */
.trust-strip { position: relative; z-index: 4; color: white; background: var(--blue); }
.trust-grid { width: var(--container); margin-inline: auto; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; align-items: center; gap: .75rem; min-height: 94px; padding: 1rem clamp(1rem,2vw,1.5rem); border-left: 1px solid rgba(255,255,255,.23); }
.trust-item:first-child { padding-left: 0; border-left: 0; }
.trust-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; color: white; background: rgba(16,35,78,.24); border-radius: 50%; }
.trust-icon svg { width: 19px; height: 19px; }
.trust-item b { display: block; font-size: .7rem; }
.trust-item span { display: block; margin-top: .14rem; color: rgba(255,255,255,.72); font-size: .59rem; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; padding: 1.25rem; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); isolation: isolate; }
.service-card img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.service-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg,rgba(12,13,15,.02) 25%,rgba(12,13,15,.9) 82%,rgba(12,13,15,.98) 100%); }
.service-card:hover img { transform: scale(1.045); }
.service-no { position: absolute; top: 1rem; left: 1rem; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--blue); border-radius: 50%; font-family: var(--heading); font-size: 1rem; }
.service-card h3 { margin: 0 0 .25rem; color: white; font-family: var(--heading); font-size: 1.85rem; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.service-card p { margin: 0; color: #c9cdd1; font-size: .67rem; line-height: 1.52; }
.service-card .arrow { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: rgba(23,26,29,.82); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.service-card:hover .arrow { background: var(--blue); transform: rotate(-45deg); }
.service-card .arrow svg { width: 15px; height: 15px; }

/* Split stories */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.7rem,7vw,7rem); align-items: center; }
.media-block { position: relative; min-width: 0; }
.media-block img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; }
.media-block::after { content: ""; position: absolute; z-index: -1; right: -16px; bottom: -16px; width: 42%; height: 55%; background: var(--blue); border-radius: 0 0 18px 0; }
.media-tag { position: absolute; left: 1rem; bottom: 1rem; max-width: 260px; padding: .7rem .8rem; color: white; background: rgba(23,26,29,.89); border-left: 4px solid var(--blue); font-size: .63rem; font-weight: 800; }
.copy-block h2 { margin-top: .8rem; }
.copy-block > p { max-width: 49ch; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .65rem; margin: 1.5rem 0; }
.stat { padding: .95rem; background: rgba(255,255,255,.07); border-top: 3px solid var(--blue); }
.stat b { display: block; color: white; font-family: var(--heading); font-size: 1.7rem; font-weight: 400; line-height: 1; }
.stat span { display: block; margin-top: .28rem; color: #979fa6; font-size: .54rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.check-list { display: grid; gap: .68rem; margin: 1.3rem 0 1.7rem; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 25px 1fr; align-items: start; gap: .65rem; color: var(--muted); font-size: .76rem; }
.check-list span { display: grid; place-items: center; width: 23px; height: 23px; color: white; background: var(--blue); border-radius: 50%; font-size: .68rem; font-weight: 900; }

/* Before / after */
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ba-card { position: relative; overflow: hidden; min-height: 400px; margin: 0; border-radius: 12px; }
.ba-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(15,17,19,.65)); }
.ba-card figcaption { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; padding: .42rem .65rem; color: white; background: var(--ink); border-left: 4px solid var(--blue); font-family: var(--heading); font-size: 1.15rem; letter-spacing: .06em; text-transform: uppercase; }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.review { padding: 1.45rem; background: white; border: 1px solid var(--line); box-shadow: 0 16px 35px rgba(23,26,29,.06); }
.stars { color: var(--blue); font-size: .9rem; letter-spacing: .1em; }
.review blockquote { margin: 1rem 0 1.3rem; color: var(--charcoal); font-size: .82rem; line-height: 1.65; }
.review b { color: var(--ink); font-size: .68rem; }
.review span { display: block; margin-top: .15rem; color: var(--muted); font-size: .58rem; }

/* Service area */
.area-shell { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 470px; color: white; background: var(--ink); }
.area-copy { padding: clamp(2.2rem,5vw,4.5rem); align-self: center; }
.area-copy h2 { margin-top: .75rem; }
.area-copy p { max-width: 43ch; color: #adb4bb; }
.city-list { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin: 1.4rem 0 1.7rem; }
.city { display: flex; align-items: center; gap: .55rem; padding: .65rem .75rem; color: white; background: var(--charcoal); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.city svg { width: .9rem; height: .9rem; color: #74a2ff; }
.area-visual { position: relative; min-height: 470px; overflow: hidden; background: linear-gradient(145deg,#f7f8fa,#d7dce3); }
.area-visual::before, .area-visual::after { content: ""; position: absolute; border: 1px solid rgba(40,100,235,.27); border-radius: 50%; }
.area-visual::before { width: 390px; height: 390px; right: -50px; top: 30px; }
.area-visual::after { width: 245px; height: 245px; right: 21px; top: 103px; background: rgba(40,100,235,.08); }
.map-pin { position: absolute; z-index: 2; left: 50%; top: 50%; width: 82px; height: 82px; display: grid; place-items: center; color: white; background: var(--blue); border: 8px solid rgba(40,100,235,.16); border-radius: 50%; transform: translate(-50%,-50%); background-clip: padding-box; }
.map-pin svg { width: 30px; height: 30px; }
.map-label { position: absolute; z-index: 3; padding: .48rem .62rem; color: var(--ink); background: white; border-left: 3px solid var(--blue); box-shadow: 0 9px 22px rgba(23,26,29,.12); font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.map-label.riverside { right: 12%; top: 18%; }
.map-label.menifee { right: 10%; bottom: 22%; }
.map-label.murrieta { left: 11%; bottom: 16%; }
.map-label.canyon { left: 12%; top: 24%; }
.route { position: absolute; z-index: 1; left: 13%; right: 12%; top: 50%; height: 4px; background: repeating-linear-gradient(90deg,var(--blue) 0 14px,transparent 14px 23px); transform: rotate(-16deg); opacity: .65; }


/* Southern California service-zone map */
.area-map-visual { display: grid; place-items: stretch; margin: 0; padding: clamp(.7rem, 1.8vw, 1.35rem); background: linear-gradient(145deg,#f8fafd,#e5ebf3); }
.area-map-visual::before, .area-map-visual::after { display: none; }
.area-map-art { width: 100%; height: 100%; min-height: 420px; object-fit: contain; object-position: center; }
@media (max-width: 800px) { .area-map-art { min-height: 360px; } }
@media (max-width: 520px) { .area-map-visual { padding: .45rem; } .area-map-art { min-height: 300px; } }

/* Page hero */
.page-hero { position: relative; overflow: hidden; min-height: 500px; color: white; background: var(--ink); }
.page-hero::after { content: ""; position: absolute; z-index: 1; left: -6rem; bottom: 3.5rem; width: 30rem; height: 9px; background: var(--blue); transform: rotate(-8deg); }
.page-hero-grid { position: relative; z-index: 2; width: var(--container); min-height: 500px; margin-inline: auto; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(2.5rem,7vw,7rem); }
.page-hero-copy { padding: 4rem 0; }
.page-hero-copy h1 { margin: .9rem 0 1.1rem; font-size: clamp(4rem,7.2vw,6.7rem); }
.page-hero-copy p { max-width: 48ch; color: #b8bec4; }
.page-hero-media { position: relative; align-self: stretch; min-height: 410px; }
.page-hero-media img { position: absolute; inset: 2.7rem 0 2.7rem; width: 100%; height: calc(100% - 5.4rem); object-fit: cover; border-radius: 12px; }
.page-hero-media::after { content: ""; position: absolute; inset: 2.7rem 0 2.7rem; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; }

/* Service details */
.service-table { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 70px 1fr 1.6fr; gap: 1.4rem; align-items: start; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.service-detail .num { color: var(--blue); font-family: var(--heading); font-size: 1.45rem; }
.service-detail h3 { margin: 0; font-family: var(--heading); font-size: 2rem; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.service-detail p { margin: 0; font-size: .76rem; }
.chips { display: flex; flex-wrap: wrap; gap: .42rem; margin-top: .8rem; }
.chip { padding: .3rem .48rem; color: var(--blue-dark); background: #eaf0ff; font-size: .55rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.price { display: inline-flex; margin-top: .85rem; color: var(--blue); font-family: var(--heading); font-size: 1.1rem; letter-spacing: .04em; text-transform: uppercase; }
.addon-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 2.2rem; }
.addon { padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.addon:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
.addon h3 { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 .35rem; color: white; font-family: var(--heading); font-size: 1.55rem; font-weight: 400; letter-spacing: .025em; text-transform: uppercase; }
.addon h3 span { color: #7fa7ff; font-family: var(--body); font-size: .55rem; font-weight: 900; letter-spacing: .08em; }
.addon p { margin: 0; font-size: .7rem; }

/* Process and info */
.process { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.process-step { min-height: 260px; padding: 1.45rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.process-step span { display: block; color: #77a4ff; font-family: var(--heading); font-size: 2rem; }
.process-step h3 { margin-top: 3.8rem; color: white; font-family: var(--heading); font-size: 1.8rem; font-weight: 400; text-transform: uppercase; }
.process-step p { margin: 0; font-size: .72rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.feature { padding: 1.4rem; border: 1px solid var(--line); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 1.35rem; color: white; background: var(--blue); border-radius: 50%; }
.feature-icon svg { width: 20px; height: 20px; }
.feature h3 { font-family: var(--heading); font-size: 1.45rem; font-weight: 400; text-transform: uppercase; }
.feature p { margin: 0; font-size: .72rem; }

/* FAQ + contact */
.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; color: var(--ink); font-size: .78rem; font-weight: 800; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; display: grid; place-items: center; width: 27px; height: 27px; color: white; background: var(--blue); border-radius: 50%; font-size: 1rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 70ch; margin: 0; padding: 0 0 1rem; font-size: .74rem; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; }
.contact-card { padding: clamp(1.7rem,4vw,3.2rem); }
.contact-card.dark { color: white; background: var(--ink); }
.contact-card.dark p { color: #acb2b8; }
.contact-card.light { background: var(--soft); border-top: 5px solid var(--blue); }
.contact-card h2 { max-width: 9ch; }
.contact-lines { margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.contact-line { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .72rem; }
.contact-line span { color: #929aa1; }
.contact-line a, .contact-line b { color: white; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.field { display: grid; gap: .32rem; }
.field.full { grid-column: 1/-1; }
.field label { color: var(--ink); font-size: .57rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: .72rem; color: var(--ink); background: white; border: 1px solid #cbd0d5; border-radius: 4px; font-size: .74rem; }
.field textarea { min-height: 105px; resize: vertical; }

/* CTA + Footer */
.cta { position: relative; overflow: hidden; color: white; background: var(--blue); }
.cta::before { content: ""; position: absolute; right: -10rem; top: -9rem; width: 34rem; height: 34rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.cta-inner { position: relative; z-index: 1; padding: clamp(4.6rem,8vw,7rem) 0; text-align: center; }
.cta .eyebrow { color: white; }
.cta h2 { max-width: 11ch; margin: .8rem auto 1rem; }
.cta h2 .script { color: white; }
.cta p { max-width: 54ch; margin: 0 auto 1.7rem; color: rgba(255,255,255,.82); }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .7rem; }
.site-footer { padding: 3.2rem 0 1.4rem; color: #afb5ba; background: #090a0b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 3rem; padding-bottom: 2.4rem; }
.footer-brand img { width: 230px; height: 57px; object-fit: contain; object-position: left center; margin-bottom: 1rem; }
.footer-brand p { max-width: 32ch; color: #888f95; font-size: .7rem; }
.footer-block h3 { margin-bottom: .9rem; color: white; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-block a { display: block; width: fit-content; margin-bottom: .5rem; color: #aeb4ba; font-size: .7rem; }
.footer-block a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.13); color: #666d73; font-size: .55rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mobile-book { display: none; }
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .nav { gap: .7rem; }
  .brand img { width: 235px; height: 56px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .review-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .review-grid .review:last-child, .feature-grid .feature:last-child { grid-column: 1/-1; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 32px,1200px); }
  .utility-inner { min-height: 28px; }
  .utility-left span:nth-child(2) { display: none; }
  .header-inner { min-height: 88px; gap: 1rem; }
  .brand img { width: 260px; height: 63px; }
  .nav { display: none; }
  .menu-toggle { display: grid; }
  .mobile-menu { position: fixed; z-index: 100; inset: 0; display: grid; align-content: start; padding: 5.8rem 1.4rem 1.5rem; color: white; background: var(--ink); visibility: hidden; opacity: 0; transform: translateY(-2%); transition: .2s ease; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu nav { display: grid; gap: .68rem; }
  .mobile-menu nav > a:not(.button) { font-family: var(--heading); font-size: 2rem; letter-spacing: .03em; text-transform: uppercase; }
  .mobile-menu .button { width: fit-content; margin-top: .8rem; }
  .menu-close { position: fixed; z-index: 110; top: 2.75rem; right: 1rem; width: 43px; height: 43px; place-items: center; color: white; background: var(--blue); border: 0; border-radius: 8px; visibility: hidden; opacity: 0; }
  .menu-close.show { display: grid; visibility: visible; opacity: 1; }
  .hero, .hero-inner { min-height: 650px; }
  .hero::before { background: linear-gradient(90deg,rgba(10,11,13,.97),rgba(10,11,13,.77)); }
  .hero-copy { padding: 4.8rem 0 6rem; }
  .hero-badge { right: 1rem; bottom: 1rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.23); }
  .trust-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.23); }
  .section-head { display: block; }
  .section-head h2 { margin-bottom: 1.2rem; }
  .split, .area-shell, .page-hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .area-visual { min-height: 360px; }
  .page-hero-grid { min-height: auto; gap: 0; }
  .page-hero-copy { padding: 3.5rem 0 2rem; }
  .page-hero-media { min-height: 340px; }
  .page-hero-media img, .page-hero-media::after { inset: 0 0 2rem; height: calc(100% - 2rem); }
  .service-detail { grid-template-columns: 48px 1fr; }
  .service-detail > div:last-child { grid-column: 2/-1; }
  .process { grid-template-columns: 1fr; }
  .process-step { min-height: 210px; }
  .process-step h3 { margin-top: 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .footer-bottom { flex-direction: column; }
  .mobile-book { position: fixed; z-index: 80; left: .7rem; right: .7rem; bottom: .7rem; display: inline-flex; box-shadow: 0 14px 34px rgba(23,26,29,.35); }
  body { padding-bottom: 4.15rem; }
}

@media (max-width: 520px) {
  .brand img { width: 220px; height: 54px; }
  h1 { font-size: clamp(3.8rem,20vw,5.7rem); }
  .hero-bg { object-position: 64% center; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-badge { display: none; }
  .trust-grid, .service-grid, .before-after, .review-grid, .feature-grid, .addon-grid, .stat-row, .city-list { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(3) { padding: .7rem 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.23); }
  .trust-item:first-child { border-top: 0; }
  .service-card { min-height: 330px; }
  .ba-card { min-height: 330px; }
  .review-grid .review:last-child, .feature-grid .feature:last-child { grid-column: auto; }
  .addon:nth-last-child(-n+2) { border-bottom: 0; }
  .addon:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-detail { grid-template-columns: 1fr; gap: .4rem; }
  .service-detail > div:last-child { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-line { grid-template-columns: 1fr; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
