:root {
  --bg: #08090a;
  --bg-2: #0d0f11;
  --panel: #121518;
  --panel-2: #181b1f;
  --paper: #f4f3ef;
  --paper-2: #e9e8e3;
  --white: #fff;
  --ink: #0c0e10;
  --muted: #9ca1a8;
  --red: #f12b3a;
  --red-2: #c90d21;
  --red-glow: rgba(241, 43, 58, .32);
  --line: rgba(255, 255, 255, .12);
  --line-dark: rgba(10, 12, 14, .14);
  --shadow: 0 30px 90px rgba(0, 0, 0, .34);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { overflow-x: clip; margin: 0; color: var(--white); background: var(--bg); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { border: 0; cursor: pointer; }
main, section, .shell, .section-heading, .hero-copy, .contacts-copy { min-width: 0; }
h1, h2, h3, p, blockquote { overflow-wrap: normal; word-break: normal; hyphens: none; }
h1, h2, h3 { min-width: 0; max-width: 100%; text-wrap: balance; }
::selection { color: var(--white); background: var(--red); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.shell { width: min(1360px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; white-space: nowrap; clip-path: inset(50%); border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 11px 15px; color: var(--white); background: var(--red); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.page-grain { position: fixed; z-index: 1000; inset: 0; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }

.site-header { position: fixed; z-index: 500; top: 0; left: 0; right: 0; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, transform .25s; }
.site-header.is-scrolled { background: rgba(8, 9, 10, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.wordmark span { color: var(--red); }
.wordmark b { font-size: inherit; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.site-nav a { position: relative; padding: 30px 0; transition: color .2s; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--red); transition: right .25s; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { right: 0; }
.header-wa { display: flex; align-items: center; gap: 10px; padding: 10px 15px 10px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 850; transition: border-color .2s, background .2s; }
.header-wa:hover { border-color: rgba(37,211,102,.62); background: rgba(37,211,102,.08); }
.wa-icon { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: #25d366; border-radius: 50%; }
.wa-icon svg { width: 15px; height: 15px; }
.live-dot { width: 8px; height: 8px; flex: 0 0 auto; background: #37d66c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(55,214,108,.13); animation: pulse 2s infinite; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 880px; display: flex; align-items: center; overflow: hidden; padding: 148px 0 100px; background: var(--bg); isolation: isolate; }
.hero-bg, .hero-shade, .hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { z-index: -3; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); transform: scale(1.035); }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(5,6,7,.97) 0%, rgba(5,6,7,.82) 44%, rgba(5,6,7,.37) 78%, rgba(5,6,7,.7) 100%), linear-gradient(0deg, rgba(5,6,7,.85), transparent 55%); }
.hero-lines { z-index: -1; opacity: .16; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(255,255,255,.16) 12.5%); mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .48fr); align-items: end; gap: clamp(50px, 8vw, 120px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.hero h1 { max-width: 990px; margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(58px, 7vw, 112px); font-stretch: condensed; font-weight: 900; line-height: .93; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em, .section-heading h2 em, .about h2 em, .estimate h2 em, .faq h2 em, .contacts h2 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 20px; border-radius: 10px; font-size: 13px; font-weight: 900; letter-spacing: .015em; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { color: var(--white); background: var(--red); box-shadow: 0 15px 44px var(--red-glow); }
.button-red:hover { background: #ff3a49; box-shadow: 0 18px 54px rgba(241,43,58,.44); }
.button-outline { border: 1px solid rgba(255,255,255,.22); background: transparent; }
.button-outline:hover { border-color: var(--red); background: rgba(241,43,58,.08); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 0; color: rgba(255,255,255,.76); border-bottom: 1px solid rgba(255,255,255,.28); font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--white); border-color: var(--red); }
.hero-facts { max-width: 720px; display: flex; flex-wrap: wrap; gap: 0; margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts > div { min-width: 150px; display: flex; align-items: center; gap: 12px; padding: 0 28px; border-right: 1px solid var(--line); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts b { font-size: 24px; letter-spacing: -.04em; }
.hero-facts span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-proof { position: relative; width: min(100%, 390px); justify-self: end; padding: 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(8,9,10,.36); box-shadow: var(--shadow); backdrop-filter: blur(10px); transform: rotate(1.2deg); }
.hero-proof::before { content: ""; position: absolute; z-index: -1; inset: -15px 30px 30px -15px; border: 1px solid rgba(241,43,58,.48); border-radius: 25px; }
.hero-proof img { width: 100%; aspect-ratio: .84; object-fit: cover; object-position: center; border-radius: 17px; filter: saturate(.78) contrast(1.05); }
.proof-caption { position: absolute; left: -20px; right: 24px; bottom: 28px; display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(8,9,10,.88); backdrop-filter: blur(14px); }
.proof-caption div { min-width: 0; display: grid; gap: 3px; }
.proof-caption small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.proof-caption b { font-size: 13px; line-height: 1.3; }
.hero-ticker { position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; padding: 13px 0; color: var(--white); background: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.hero-ticker div { width: max-content; animation: ticker 30s linear infinite; }
.hero-ticker i { margin: 0 20px; color: #730812; font-style: normal; }

.trust-strip { color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > * { min-width: 0; display: grid; gap: 7px; padding: 30px; border-right: 1px solid var(--line-dark); transition: background .2s; }
.trust-grid > *:first-child { border-left: 1px solid var(--line-dark); }
.trust-grid a:hover { background: #fff; }
.trust-grid span { color: #787d82; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.trust-grid b { font-size: 21px; letter-spacing: -.03em; }
.trust-grid b i { color: var(--red); font-style: normal; }
.trust-grid small { color: #676c71; font-size: 11px; }

.section { padding: 130px 0; }
.services, .works, .reviews, .faq { color: var(--ink); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .55fr 1.1fr .7fr; align-items: start; gap: clamp(30px, 5vw, 80px); margin-bottom: 58px; }
.section-heading > * { min-width: 0; max-width: 100%; }
.section-heading > div { min-width: 0; }
.section-index { display: inline-grid; min-width: 44px; height: 28px; place-items: center; margin-bottom: 24px; color: var(--white); background: var(--red); border-radius: 999px; font-size: 11px; font-weight: 900; }
.section-heading .eyebrow, .about .eyebrow, .estimate .eyebrow, .faq .eyebrow, .contacts .eyebrow { margin: 0; }
.section-heading h2, .about h2, .estimate h2, .faq h2, .contacts h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(44px, 4.8vw, 72px); font-weight: 900; line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.section-heading > p { margin: 0; color: #64696d; line-height: 1.65; }
.section-heading-dark { color: var(--white); }
.section-heading-dark > p { color: var(--muted); }
.process .section-heading { grid-template-columns: .38fr 1.32fr .65fr; }
.process .section-heading h2 { font-size: clamp(42px, 4.25vw, 64px); }
.process .section-heading h2 em, .contacts h2 em { display: block; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: 14px; }
.service-card { position: relative; min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); isolation: isolate; box-shadow: 0 18px 45px rgba(0,0,0,.12); transition: transform .35s, box-shadow .35s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.service-card img, .service-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.service-card img { object-fit: cover; transition: transform .7s, filter .4s; filter: saturate(.75) contrast(1.05); }
.service-card:hover img { transform: scale(1.055); filter: saturate(.95) contrast(1.05); }
.service-shade { z-index: -1; background: linear-gradient(180deg, rgba(6,7,8,.08), rgba(6,7,8,.15) 36%, rgba(6,7,8,.95) 86%); }
.service-card > i { position: absolute; top: 20px; right: 20px; width: 40px; height: 28px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 900; }
.service-card > div { min-width: 0; }
.service-card small { color: #ff8b94; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 10px 0 12px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(31px, 3vw, 48px); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.service-card p { max-width: 540px; margin: 0 0 20px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.service-card b { display: inline-flex; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; }
.service-wide { grid-column: span 2; }

.process { background: radial-gradient(circle at 72% 20%, rgba(241,43,58,.14), transparent 30%), var(--bg); }
.process-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; counter-reset: process; }
.process-card { min-width: 0; overflow: hidden; padding: 10px 10px 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.process-card img { width: 100%; aspect-ratio: 1.18; object-fit: cover; border-radius: 14px; filter: saturate(.7); transition: transform .5s, filter .5s; }
.process-card:hover img { transform: scale(1.03); filter: saturate(1); }
.process-card > span { display: inline-grid; width: 42px; height: 28px; place-items: center; margin: 20px 16px 0; color: var(--white); background: var(--red); border-radius: 999px; font-size: 10px; font-weight: 900; }
.process-card h3 { margin: 16px 16px 9px; font-size: 22px; letter-spacing: -.035em; }
.process-card p { margin: 0 16px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.works { overflow: hidden; }
.works-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading.compact { flex: 1; grid-template-columns: .42fr 1.2fr; margin-bottom: 44px; }
.section-heading.compact > p { display: none; }
.slider-controls { display: flex; gap: 8px; margin-bottom: 44px; }
.slider-controls button { width: 54px; height: 54px; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--ink); background: transparent; font-size: 20px; transition: color .2s, background .2s, transform .2s; }
.slider-controls button:hover { color: var(--white); background: var(--red); transform: translateY(-2px); }
.work-track { display: flex; gap: 14px; overflow-x: auto; padding: 0 max(24px, calc((100vw - 1360px) / 2)) 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.work-track::-webkit-scrollbar { display: none; }
.work-card { position: relative; flex: 0 0 clamp(310px, 34vw, 500px); min-height: 500px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; padding: 28px; color: var(--white); border-radius: 24px; background: var(--panel); text-align: left; scroll-snap-align: start; isolation: isolate; }
.work-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(5,6,7,.94)); }
.work-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s, filter .4s; filter: saturate(.78); }
.work-card:hover img { transform: scale(1.045); filter: saturate(1); }
.work-card > span { padding: 7px 10px; color: var(--white); background: var(--red); border-radius: 6px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.work-card > b { max-width: 330px; margin-top: 12px; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.05; letter-spacing: -.04em; }
.works-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.works-action p { margin: 0; color: #656a6e; }

.photo-marquee { overflow: hidden; padding: 18px 0; background: var(--bg); }
.marquee-track { width: max-content; display: flex; gap: 12px; animation: gallery-marquee 48s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-track img { width: clamp(260px, 28vw, 430px); aspect-ratio: 1.55; object-fit: cover; border-radius: 16px; filter: saturate(.72); }

.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.about-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--muted); line-height: 1.7; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 36px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-stats > div { padding: 0 22px; border-right: 1px solid var(--line); }
.about-stats > div:first-child { padding-left: 0; }
.about-stats > div:last-child { border-right: 0; }
.about-stats b { display: block; color: var(--red); font-size: clamp(28px, 3vw, 44px); letter-spacing: -.05em; }
.about-stats span { color: var(--muted); font-size: 11px; }
.about-photos { position: relative; min-height: 660px; }
.about-main { position: absolute; top: 0; right: 0; width: 83%; height: 82%; object-fit: cover; border-radius: 26px; filter: saturate(.74); }
.about-small { position: absolute; left: 0; bottom: 0; width: 48%; height: 42%; object-fit: cover; border: 8px solid var(--bg); border-radius: 22px; }
.about-note { position: absolute; right: -16px; bottom: 54px; display: flex; align-items: center; gap: 14px; padding: 15px 18px; color: var(--ink); background: var(--red); border-radius: 12px; transform: rotate(-2deg); box-shadow: var(--shadow); }
.about-note span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; }
.about-note b { font-size: 12px; line-height: 1.3; }

.promo-banner { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: var(--bg); }
.promo-banner > img, .promo-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.promo-banner > img { object-fit: cover; object-position: center; filter: saturate(.65) contrast(1.08); }
.promo-overlay { background: linear-gradient(90deg, rgba(6,7,8,.97) 0%, rgba(6,7,8,.78) 48%, rgba(6,7,8,.16) 82%), linear-gradient(0deg, rgba(6,7,8,.72), transparent); }
.promo-inner { position: relative; padding-block: 100px; }
.promo-inner h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(62px, 8vw, 120px); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.promo-inner h2 em { color: var(--red); font-style: normal; }
.promo-inner > p:not(.eyebrow) { max-width: 510px; margin: 26px 0 32px; color: rgba(255,255,255,.72); line-height: 1.65; }
.promo-more { display: inline-block; margin-left: 22px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }

.reviews { background: var(--paper-2); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.review-card { min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line-dark); border-radius: 22px; background: var(--paper); transition: transform .25s, background .25s; }
.review-card:hover { transform: translateY(-5px); background: #fff; }
.review-featured { color: var(--white); background: var(--bg); }
.review-featured:hover { background: var(--panel); }
.review-card > div { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.review-card > div span { color: var(--red); font-weight: 900; white-space: nowrap; }
.review-card blockquote { margin: 40px 0; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 28px); line-height: 1.35; letter-spacing: -.025em; }
.review-card small { color: #777c80; font-weight: 800; }
.review-featured small { color: var(--muted); }

.estimate { color: var(--white); background: radial-gradient(circle at 18% 40%, rgba(241,43,58,.14), transparent 30%), var(--bg); }
.estimate-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: start; gap: clamp(50px, 8vw, 120px); }
.estimate-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--muted); line-height: 1.7; }
.estimate-copy > p b { color: var(--white); }
.estimate-points { max-width: 630px; display: grid; grid-template-columns: auto 1fr; gap: 14px 16px; margin-top: 32px; color: rgba(255,255,255,.78); font-size: 13px; }
.estimate-points span { width: 34px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 999px; font-size: 9px; font-weight: 900; }
.lead-form { padding: 32px; color: var(--ink); background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.lead-form label { display: grid; gap: 9px; margin-bottom: 20px; color: #676c70; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-width: 0; padding: 14px 0; color: var(--ink); border: 0; border-bottom: 1px solid var(--line-dark); border-radius: 0; outline: 0; background: transparent; text-transform: none; letter-spacing: normal; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--red); box-shadow: 0 2px 0 var(--red); }
.lead-form .button { border: 0; }
.form-note { margin: 13px 0 0; color: #7b8084; font-size: 10px; line-height: 1.5; text-align: center; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: clamp(50px, 8vw, 120px); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { min-width: 0; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 26px 0; cursor: pointer; list-style: none; font-size: clamp(17px, 1.6vw, 22px); font-weight: 800; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; transition: transform .25s, background .25s; }
.faq-list details[open] summary span { background: var(--red); transform: rotate(45deg); }
.faq-list details p { margin: -10px 60px 26px 0; color: #666b70; line-height: 1.65; }

.contacts { padding: 16px; color: var(--white); background: var(--bg); }
.contacts-grid { width: min(1500px, 100%); display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.contacts-photo { position: relative; min-height: 650px; overflow: hidden; border-radius: 26px; }
.contacts-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,7,8,.8), transparent 55%); }
.contacts-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.contacts-photo > span { position: absolute; z-index: 1; left: 28px; bottom: 26px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contacts-copy { padding: clamp(34px, 5vw, 72px); border: 1px solid var(--line); border-radius: 26px; background: var(--panel); }
.contacts h2 { font-size: clamp(42px, 4.05vw, 64px); letter-spacing: -.04em; text-wrap: wrap; }
.contacts-copy dl { margin: 32px 0 0; }
.contacts-copy dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.contacts-copy dt { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.contacts-copy dd { margin: 0; font-size: 16px; line-height: 1.5; }
.contacts-copy dd a { color: var(--red); font-weight: 900; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.route-link { padding-bottom: 4px; color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.26); font-size: 12px; font-weight: 800; }
.route-link:hover { color: var(--white); border-color: var(--red); }

.site-footer { padding: 64px 0 26px; color: var(--white); background: var(--bg); }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.footer-top p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 24px; font-size: 12px; font-weight: 800; }
.footer-top nav a:hover { color: var(--red); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-top: 24px; color: #73787d; font-size: 10px; }

.whatsapp-float { position: fixed; z-index: 450; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 14px 38px rgba(0,0,0,.36); transition: transform .25s, filter .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); filter: brightness(1.06); }
.whatsapp-float .wa-icon { width: 58px; height: 58px; }
.whatsapp-float .wa-icon svg { width: 30px; height: 30px; }
.mobile-whatsapp { display: none; }

.lightbox { position: fixed; z-index: 900; inset: 0; display: grid; place-items: center; padding: 24px; pointer-events: none; opacity: 0; transition: opacity .25s; }
.lightbox.is-open { pointer-events: auto; opacity: 1; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.83); backdrop-filter: blur(12px); }
.lightbox-panel { position: relative; width: min(1000px, 94vw); max-height: 90vh; display: grid; grid-template-columns: 1.25fr .75fr; overflow: auto; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: var(--shadow); transform: translateY(20px) scale(.98); transition: transform .3s; }
.lightbox.is-open .lightbox-panel { transform: translateY(0) scale(1); }
.lightbox-panel > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.lightbox-panel > div { align-self: center; padding: 34px; }
.lightbox-panel small { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.lightbox-panel h3 { margin: 14px 0 28px; font-size: clamp(30px,4vw,52px); line-height: 1; letter-spacing: -.045em; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; color: var(--white); border: 1px solid var(--line); border-radius: 50%; background: rgba(8,9,10,.8); font-size: 26px; }
.toast { position: fixed; z-index: 950; left: 50%; bottom: 32px; padding: 12px 18px; color: var(--white); background: var(--red); border-radius: 999px; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 80px); transition: opacity .25s, transform .25s; font-size: 12px; font-weight: 850; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.8,.25,1); }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes gallery-marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(55,214,108,0); } }

@media (max-width: 1180px) {
  .shell { width: min(100% - 36px, 1120px); }
  .header-inner { gap: 22px; }
  .site-nav { gap: 20px; }
  .header-wa { padding: 11px 13px; font-size: 11px; }
  .hero { min-height: 790px; }
  .hero-inner { grid-template-columns: minmax(0,1fr) minmax(280px,.42fr); gap: 42px; }
  .hero h1 { font-size: clamp(56px, 7.6vw, 88px); line-height: .95; }
  .hero-facts > div { min-width: 132px; padding: 0 18px; }
  .section-heading { grid-template-columns: .42fr 1fr .65fr; gap: 36px; }
  .process-rail { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-photos { min-height: 560px; }
}

@media (max-width: 900px) {
  .site-header { background: rgba(8,9,10,.88); border-color: var(--line); backdrop-filter: blur(18px); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 72px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; top: 72px; left: 12px; right: 12px; display: grid; gap: 0; padding: 12px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(12,14,16,.98); box-shadow: var(--shadow); transform: translateY(-14px); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .header-wa { display: none; }
  .hero { min-height: auto; padding-top: 124px; }
  .hero-inner { grid-template-columns: 1fr; align-items: start; }
  .hero-copy { max-width: 760px; }
  .hero-proof { width: min(100%, 520px); justify-self: start; margin-top: 10px; }
  .hero-proof img { aspect-ratio: 1.25; }
  .hero-bg { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,6,7,.96), rgba(5,6,7,.72)), linear-gradient(0deg, rgba(5,6,7,.9), transparent); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > * { border-bottom: 1px solid var(--line-dark); }
  .section { padding: 96px 0; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-card, .service-wide { grid-column: span 1; min-height: 420px; }
  .works-top { align-items: center; }
  .slider-controls { margin-bottom: 44px; }
  .work-card { flex-basis: min(78vw, 450px); min-height: 460px; }
  .about-grid, .estimate-grid, .faq-grid, .contacts-grid { grid-template-columns: 1fr; }
  .about-photos { min-height: 620px; }
  .estimate-grid, .faq-grid { gap: 50px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; }
  .contacts-photo { min-height: 480px; }
  .footer-top { grid-template-columns: 1fr; }
  .whatsapp-float { display: none; }
  .mobile-whatsapp { position: fixed; z-index: 460; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 14px 36px rgba(0,0,0,.34); transition: transform .2s; }
  .mobile-whatsapp:active { transform: scale(.95); }
  .mobile-whatsapp .wa-icon { width: 56px; height: 56px; }
  .mobile-whatsapp .wa-icon svg { width: 29px; height: 29px; }
  body { padding-bottom: 0; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 560px); }
  .wordmark { font-size: 18px; }
  .hero { padding: 110px 0 82px; }
  .hero-bg { transform: none; }
  .hero h1 { font-size: clamp(44px, 13.2vw, 64px); line-height: .97; overflow-wrap: normal; word-break: normal; }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-actions { align-items: stretch; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 38px; }
  .hero-facts > div { min-width: 0; display: grid; gap: 4px; padding: 0 10px; }
  .hero-facts > div:first-child { padding-left: 0; }
  .hero-facts b { font-size: 20px; }
  .hero-facts span { font-size: 9px; }
  .hero-proof { width: 100%; padding: 7px; border-radius: 18px; }
  .hero-proof::before { inset: -9px 20px 20px -9px; border-radius: 19px; }
  .hero-proof img { aspect-ratio: 1; border-radius: 13px; }
  .proof-caption { left: 14px; right: 14px; bottom: 18px; padding: 12px 14px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > * { padding: 22px 18px; border-left: 1px solid var(--line-dark); }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .about h2, .estimate h2, .faq h2, .contacts h2 { font-size: clamp(39px, 11vw, 54px); line-height: .99; overflow-wrap: normal; word-break: normal; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 430px; padding: 22px; border-radius: 20px; }
  .service-card h3 { font-size: 36px; }
  .process-rail { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .process-rail::-webkit-scrollbar { display: none; }
  .process-card { flex: 0 0 84vw; scroll-snap-align: start; }
  .works-top { display: block; }
  .slider-controls { margin: -18px 0 32px; }
  .work-track { padding-inline: 12px; }
  .work-card { flex-basis: 86vw; min-height: 430px; padding: 22px; border-radius: 20px; }
  .works-action { align-items: stretch; flex-direction: column; }
  .works-action .button { width: 100%; }
  .about-photos { min-height: 440px; }
  .about-main { width: 90%; height: 78%; border-radius: 20px; }
  .about-small { width: 55%; height: 40%; border-width: 5px; border-radius: 17px; }
  .about-note { right: 0; bottom: 20px; }
  .about-stats { grid-template-columns: 1fr; }
  .about-stats > div { display: flex; align-items: baseline; justify-content: space-between; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-stats > div:last-child { border-bottom: 0; }
  .about-stats b { font-size: 30px; }
  .promo-banner { min-height: 620px; }
  .promo-overlay { background: linear-gradient(90deg, rgba(6,7,8,.96), rgba(6,7,8,.62)), linear-gradient(0deg, rgba(6,7,8,.9), transparent); }
  .promo-inner h2 { font-size: clamp(58px, 18vw, 88px); line-height: .9; }
  .promo-inner .button { width: 100%; }
  .promo-more { display: block; width: max-content; margin: 20px auto 0; }
  .review-card { padding: 22px; }
  .lead-form { padding: 24px 18px; border-radius: 20px; }
  .faq-list details p { margin-right: 0; }
  .contacts { padding: 8px; }
  .contacts-photo { min-height: 350px; border-radius: 20px; }
  .contacts-copy { padding: 30px 20px; border-radius: 20px; }
  .contacts-copy dl > div { grid-template-columns: 86px 1fr; gap: 14px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .route-link { align-self: center; }
  .lightbox { padding: 10px; }
  .lightbox-panel { grid-template-columns: 1fr; border-radius: 18px; }
  .lightbox-panel > img { min-height: 300px; max-height: 56vh; }
  .lightbox-panel > div { padding: 24px 20px; }
  .lightbox-panel h3 { margin: 10px 0 20px; }
}

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