:root {
  --ink: #101820;
  --ink-soft: #5e6873;
  --night: #0a0f15;
  --night-2: #111a24;
  --paper: #f4f6f8;
  --white: #fff;
  --line: rgba(16,24,32,.12);
  --red: #f3272f;
  --red-dark: #c91820;
  --amber: #ffb000;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7,13,20,.16);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }

.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 9999;
  background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 8px;
  box-shadow: var(--shadow); transition: top .2s;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-light { background: var(--white); }
.section-dark { color: var(--white); background: var(--night); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p, .section-copy p { color: var(--ink-soft); }
.section-dark .section-heading p, .section-dark .section-copy p { color: rgba(255,255,255,.68); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  font-size: .78rem; line-height: 1; letter-spacing: .15em; text-transform: uppercase;
  font-weight: 800; color: #ff6870;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: 78px;
  color: var(--white); transition: background .25s, box-shadow .25s, height .25s;
}
.site-header.scrolled { height: 68px; background: rgba(8,13,19,.94); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.22); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: .88rem; letter-spacing: .04em; }
.brand small { margin-top: 5px; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { position: relative; padding: 10px 0; font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.74); }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--red); transition: right .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-call { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.2); line-height: 1.1; }
.header-call span { display: block; margin-bottom: 5px; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.header-call strong { color: var(--white); font-size: .95rem; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 810px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--night); }
.hero-media, .hero-media img, .hero-overlay, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.08); }
.hero-overlay { background: linear-gradient(90deg, rgba(5,9,13,.96) 0%, rgba(5,9,13,.82) 45%, rgba(5,9,13,.38) 72%, rgba(5,9,13,.62) 100%), linear-gradient(0deg, rgba(5,9,13,.64), transparent 55%); }
.hero-grid { opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.hero h1 { max-width: 900px; margin-bottom: 28px; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.65); }
.hero-lead { max-width: 690px; margin-bottom: 34px; font-size: clamp(1rem, 1.5vw, 1.23rem); color: rgba(255,255,255,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(243,39,47,.28); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 16px 36px rgba(243,39,47,.35); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.1); }
.button-full { width: 100%; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 820px; margin-top: 72px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-stats article { padding: 24px 30px 0 0; }
.hero-stats article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-stats span { display: block; color: rgba(255,255,255,.58); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-stats .stat-number { margin-bottom: 7px; color: var(--white); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 900; letter-spacing: -.04em; text-transform: none; }
.scroll-cue { position: absolute; z-index: 3; bottom: 32px; left: 50%; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.42); border-radius: 99px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 99px; background: var(--white); transform: translateX(-50%); animation: scrollCue 1.7s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,16px); } }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.section-copy { max-width: 610px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin-top: 34px; }
.check-list span { position: relative; padding-left: 30px; font-weight: 700; }
.check-list span::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--white); background: var(--red); font-size: .72rem; }
.image-stack { position: relative; min-height: 470px; }
.image-main { position: absolute; inset: 0 0 30px 35px; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.image-main img { width: 100%; height: 100%; object-fit: cover; }
.image-main::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); border-radius: inherit; }
.experience-card { position: absolute; left: 0; bottom: 0; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 22px 26px; color: var(--white); background: var(--red); border-radius: 14px; box-shadow: 0 18px 42px rgba(243,39,47,.28); }
.experience-card strong { font-size: 2.5rem; line-height: 1; }
.experience-card span { font-size: .78rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.ring { position: absolute; border: 1px solid rgba(243,39,47,.22); border-radius: 50%; pointer-events: none; }
.ring-one { right: -34px; top: -34px; width: 160px; height: 160px; }
.ring-two { right: 18px; top: 18px; width: 58px; height: 58px; border-width: 8px; }

.process-section { position: relative; overflow: hidden; }
.process-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 18% 20%, var(--red) 0 1px, transparent 2px), radial-gradient(circle at 82% 75%, #fff 0 1px, transparent 2px); background-size: 42px 42px, 58px 58px; }
.process-section .container { position: relative; }
.process-grid { counter-reset: process; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-card { position: relative; min-height: 230px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.035); transition: transform .25s, background .25s, border-color .25s; }
.process-card:hover { transform: translateY(-5px); border-color: rgba(243,39,47,.55); background: rgba(255,255,255,.07); }
.process-card > span { display: block; margin-bottom: 40px; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.process-card h3 { margin-bottom: 14px; }
.process-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .94rem; }
.process-card::after { content: attr(data-step); position: absolute; right: -10px; bottom: -43px; font-size: 8rem; font-weight: 900; color: rgba(255,255,255,.025); }

.price-section { background: linear-gradient(135deg, #f7f8fa 0%, #eceff3 100%); }
.price-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.price-copy h2 span { color: var(--red); }
.price-notice { display: flex; flex-direction: column; gap: 5px; margin-top: 34px; padding: 22px 24px; border-left: 4px solid var(--red); background: var(--white); box-shadow: 0 12px 34px rgba(16,24,32,.08); }
.price-notice span { color: var(--ink-soft); }
.price-card { padding: 36px; border-radius: 24px; color: var(--white); background: var(--night); box-shadow: var(--shadow); }
.price-label { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.52); }
.price-value { display: flex; align-items: flex-end; gap: 8px; margin: 12px 0 24px; line-height: .9; }
.price-value span { font-size: clamp(4rem, 8vw, 6rem); font-weight: 900; letter-spacing: -.08em; }
.price-value small { padding-bottom: 10px; font-size: 1.4rem; font-weight: 800; color: var(--red); }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { padding: 10px 0 10px 25px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.72); }
.price-card li::before { content: "✓"; margin-left: -25px; margin-right: 10px; color: var(--red); font-weight: 900; }
.price-footnote { display: block; margin-top: 14px; text-align: center; color: rgba(255,255,255,.42); }

.old-strip { position: relative; min-height: 260px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--night); }
.old-strip picture, .old-strip picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.old-strip img { object-fit: cover; opacity: .52; }
.old-strip::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,13,.98), rgba(5,9,13,.48), rgba(5,9,13,.9)); }
.old-strip-content { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.old-strip-content strong { font-size: clamp(1.55rem, 3vw, 2.4rem); }
.old-strip-content span { color: rgba(255,255,255,.7); }
.old-strip-content a { padding: 12px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; font-weight: 800; }
.old-strip-content a:hover { background: var(--white); color: var(--ink); }

.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 250px; gap: 16px; }
.gallery-item { position: relative; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: var(--night); cursor: zoom-in; text-align: left; }
.gallery-wide { grid-column: span 2; }
.gallery-item picture, .gallery-item img { width: 100%; height: 100%; }
.gallery-item img { object-fit: cover; transition: transform .55s, opacity .35s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 62%); }
.gallery-item span { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: var(--white); font-weight: 800; }
.gallery-item:hover img { transform: scale(1.055); opacity: .82; }

.reviews-section { background: #eef1f4; }
.review-disclaimer { max-width: 650px; margin-inline: auto; padding: 12px 16px; border-radius: 10px; color: #7c5610 !important; background: #fff4d4; font-size: .9rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { display: flex; flex-direction: column; min-height: 310px; padding: 30px; border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 48px rgba(16,24,32,.08); }
.stars { color: var(--amber); letter-spacing: .12em; }
.review-card blockquote { margin: 24px 0 28px; font-size: 1.03rem; color: #35404b; }
.review-card footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.review-card footer strong, .review-card footer span { display: block; }
.review-card footer span { margin-top: 3px; color: var(--ink-soft); font-size: .84rem; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.accordion { border-top: 1px solid rgba(255,255,255,.15); }
.accordion-item { border-bottom: 1px solid rgba(255,255,255,.15); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; color: var(--white); text-align: left; font-weight: 800; cursor: pointer; }
.accordion-item button i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; top: 11px; left: 3px; width: 18px; height: 2px; background: var(--red); transition: transform .2s; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-panel { padding: 0 44px 24px 0; }
.accordion-panel p { margin: 0; color: rgba(255,255,255,.66); }

.contact-section { padding-bottom: 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-list { display: grid; gap: 8px; margin-top: 32px; }
.contact-list a, .contact-list > div { display: flex; align-items: center; gap: 16px; padding: 15px; border-radius: 12px; transition: background .2s, transform .2s; }
.contact-list a:hover { background: var(--paper); transform: translateX(4px); }
.contact-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; color: var(--white); background: var(--red); font-weight: 900; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--ink-soft); }
.contact-list strong { font-size: 1rem; }
.company-data { display: flex; gap: 30px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.company-data div { display: flex; gap: 8px; }
.company-data dt { color: var(--ink-soft); }
.company-data dd { margin: 0; font-weight: 800; }
.contact-form { padding: 34px; border-radius: 22px; color: var(--white); background: var(--night); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 24px; }
.form-heading span { color: rgba(255,255,255,.5); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.form-heading strong { font-size: 1.15rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 15px; color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; outline: 0; color: var(--white); background: rgba(255,255,255,.06); transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(243,39,47,.17); }
.form-consent { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; }
.form-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 24px; margin: 13px 0 0; text-align: center; font-size: .88rem; }
.form-status.success { color: #74e6a0; }
.form-status.error { color: #ff8b91; }
.map-wrap { width: min(calc(100% - 40px), 1380px); height: 420px; margin: 90px auto 0; overflow: hidden; border-radius: 22px 22px 0 0; background: #ddd; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.55) contrast(1.05); }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.64); background: #06090d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; }
.brand-footer { color: var(--white); }
.footer-grid p { max-width: 380px; margin-top: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div > strong { margin-bottom: 8px; color: var(--white); }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }

.floating-call { position: fixed; z-index: 900; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 12px 18px 12px 12px; border-radius: 999px; color: var(--white); background: var(--red); box-shadow: 0 15px 35px rgba(243,39,47,.38); transition: transform .2s; }
.floating-call:hover { transform: translateY(-3px); }
.floating-call span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.16); }

.lightbox { max-width: min(94vw, 1100px); padding: 0; border: 0; border-radius: 14px; overflow: visible; background: transparent; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lightbox img { max-height: 86vh; border-radius: 14px; box-shadow: 0 20px 70px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; right: -12px; top: -42px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.14); font-size: 1.8rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.process-card:nth-child(2), .gallery-item:nth-child(2), .review-card:nth-child(2) { transition-delay: .08s; }
.process-card:nth-child(3), .gallery-item:nth-child(3), .review-card:nth-child(3) { transition-delay: .16s; }
.process-card:nth-child(4), .gallery-item:nth-child(4) { transition-delay: .08s; }
.process-card:nth-child(5) { transition-delay: .16s; }
.process-card:nth-child(6) { transition-delay: .24s; }

:focus-visible { outline: 3px solid #ff7d83; outline-offset: 3px; }

@media (max-width: 1040px) {
  .header-call { display: none; }
  .main-nav { gap: 18px; }
  .split, .price-layout, .contact-grid { gap: 55px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .site-header, .site-header.scrolled { height: 68px; background: rgba(8,13,19,.96); }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 20px 20px; background: rgba(8,13,19,.98); transform: translateY(-140%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 100px; }
  .hero-stats { margin-top: 50px; }
  .split, .price-layout, .contact-grid { grid-template-columns: 1fr; }
  .split { gap: 60px; }
  .image-stack { min-height: 430px; }
  .old-strip-content { grid-template-columns: 1fr; gap: 12px; padding: 55px 0; }
  .old-strip-content a { justify-self: start; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 800px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .hero-lead { font-size: 1rem; }
  .button { min-height: 50px; padding: 0 20px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; border-top: 0; }
  .hero-stats article, .hero-stats article + article { padding: 13px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .scroll-cue { display: none; }
  .check-list { grid-template-columns: 1fr; }
  .image-stack { min-height: 340px; }
  .image-main { left: 18px; }
  .experience-card { padding: 16px 18px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; }
  .price-card, .contact-form { padding: 26px 20px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .gallery-wide { grid-column: span 1; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { display: block; }
  .form-heading span, .form-heading strong { display: block; }
  .company-data { flex-direction: column; gap: 6px; }
  .map-wrap { width: 100%; height: 360px; border-radius: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-call strong { display: none; }
  .floating-call { padding: 10px; }
}

@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; }
}
