:root {
  --ink: #0a0b0d;
  --ink-soft: #121419;
  --paper: #f4f3ef;
  --paper-bright: #ffffff;
  --muted: #656a72;
  --line: #d9d9d5;
  --silver: #b9bec6;
  --accent: #e1242f;
  --accent-deep: #b90f19;
  --green: #19b45b;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }

.hero { min-height: 820px; height: 100svh; max-height: 980px; position: relative; color: white; overflow: hidden; background: var(--ink); }
.heroImage { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 63%; transform: scale(1.025); }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,7,.95) 0%, rgba(4,5,7,.82) 38%, rgba(4,5,7,.32) 69%, rgba(4,5,7,.52) 100%), linear-gradient(0deg, rgba(5,6,8,.78) 0%, transparent 38%); }
.heroShade::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.topBar { position: relative; z-index: 4; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 12px; letter-spacing: .04em; color: rgba(255,255,255,.72); }
.topBarInner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topLinks { display: flex; align-items: center; gap: 26px; }
.topLinks a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topLinks a:hover { color: white; }
.siteHeader { position: relative; z-index: 5; border-bottom: 1px solid rgba(255,255,255,.16); }
.headerInner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; color: white; }
.brandEmblem { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.55); display: grid; place-items: center; font-family: Georgia, serif; font-size: 26px; font-style: italic; position: relative; transform: skew(-7deg); }
.brandEmblem::after { content: ""; position: absolute; left: -1px; bottom: -1px; width: 16px; height: 3px; background: var(--accent); }
.brandWords { display: grid; line-height: 1; }
.brandWords strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 26px; letter-spacing: .075em; }
.brandWords small { margin-top: 7px; font-size: 8px; letter-spacing: .16em; color: rgba(255,255,255,.62); }
.desktopNav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktopNav a { position: relative; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.73); transition: color .2s; }
.desktopNav a::after { content: ""; position: absolute; left: 0; bottom: -35px; width: 0; height: 2px; background: var(--accent); transition: width .25s; }
.desktopNav a:hover, .desktopNav a.active { color: white; }
.desktopNav a:hover::after, .desktopNav a.active::after { width: 100%; }
.headerCall { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; gap: 11px; }
.headerCall > span:first-child { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--accent); }
.headerCall > span:last-child { display: grid; }
.headerCall small { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.52); }
.headerCall strong { margin-top: 3px; font-size: 13px; letter-spacing: .02em; }
.mobileMenu { display: none; position: relative; }
.mobileMenu summary { list-style: none; cursor: pointer; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; }
.mobileMenu summary::-webkit-details-marker { display: none; }
.mobileMenu nav { position: absolute; right: 0; top: 55px; width: 230px; display: grid; padding: 12px; background: #101217; box-shadow: 0 20px 45px rgba(0,0,0,.35); }
.mobileMenu nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }

.heroContent { position: relative; z-index: 3; height: calc(100% - 129px); display: grid; grid-template-columns: 1fr 320px; align-items: center; gap: 80px; padding-top: 28px; padding-bottom: 55px; }
.heroCopy { max-width: 760px; }
.eyebrow, .sectionKicker { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .2em; color: var(--accent); }
.eyebrow span { display: block; width: 32px; height: 2px; background: var(--accent); }
.hero h1 { margin: 24px 0 24px; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(64px, 7vw, 104px); font-weight: 800; letter-spacing: -.055em; line-height: .88; text-transform: uppercase; }
.hero h1 em, .sectionHeading h2 em, .aboutCopy h2 em, .contactCopy h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.78); font-style: normal; font-weight: 800; }
.heroCopy > p { margin: 0; max-width: 590px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.7); }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.buttonPrimary { background: var(--accent); color: white; }
.buttonPrimary:hover { background: var(--accent-deep); }
.buttonGhost { border-color: rgba(255,255,255,.35); color: white; backdrop-filter: blur(8px); }
.buttonGhost:hover { background: white; color: var(--ink); }
.heroPanel { align-self: end; margin-bottom: 36px; padding: 26px 25px 23px; border: 1px solid rgba(255,255,255,.24); background: rgba(9,10,13,.7); backdrop-filter: blur(14px); }
.ratingBlock { display: flex; align-items: center; gap: 14px; }
.ratingBlock > strong { font-size: 42px; line-height: 1; }
.ratingBlock > div { display: grid; }
.stars { color: #ffc33c; font-size: 13px; letter-spacing: .1em; }
.ratingBlock small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 10px; }
.panelDivider { height: 1px; background: rgba(255,255,255,.12); margin: 22px 0; }
.heroInfo { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; color: var(--silver); }
.heroInfo > span { display: grid; }
.heroInfo small { font-size: 9px; letter-spacing: .09em; color: rgba(255,255,255,.45); text-transform: uppercase; }
.heroInfo strong { margin-top: 3px; font-size: 12px; color: white; }
.heroPanel > a { margin-top: 9px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 700; color: white; }
.scrollHint { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; font-size: 8px; letter-spacing: .25em; color: rgba(255,255,255,.45); writing-mode: vertical-rl; }
.scrollHint span { width: 1px; height: 35px; background: linear-gradient(transparent, white); }

.trustStrip { background: white; border-bottom: 1px solid var(--line); }
.trustGrid { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trustGrid > div { padding: 0 30px; border-right: 1px solid var(--line); display: grid; align-content: center; }
.trustGrid > div:first-child { padding-left: 0; }
.trustGrid > div:last-child { border: 0; }
.trustGrid strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 21px; letter-spacing: .1em; }
.trustGrid span { margin-top: 6px; font-size: 10px; letter-spacing: .08em; color: var(--muted); }

.sectionHeading h2, .aboutCopy h2, .contactCopy h2 { margin: 15px 0 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(44px, 5vw, 66px); line-height: 1.02; letter-spacing: -.045em; text-transform: uppercase; }
.sectionHeading h2 em, .aboutCopy h2 em { -webkit-text-stroke-color: #71757c; }
.splitHeading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.splitHeading > p { max-width: 420px; margin: 0 0 5px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.servicesSection { background: var(--paper); }
.servicesGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cacbc8; border-left: 1px solid #cacbc8; }
.serviceCard { position: relative; min-height: 330px; padding: 38px 34px 34px; border-right: 1px solid #cacbc8; border-bottom: 1px solid #cacbc8; background: rgba(255,255,255,.38); overflow: hidden; transition: color .3s, background .3s, transform .3s; }
.serviceCard::before { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: var(--accent); transition: width .3s; }
.serviceCard:hover { color: white; background: var(--ink-soft); transform: translateY(-4px); }
.serviceCard:hover::before { width: 100%; }
.serviceCard:hover p { color: rgba(255,255,255,.56); }
.serviceNumber { position: absolute; top: 23px; right: 25px; font-family: ui-monospace, monospace; font-size: 10px; color: #999da3; }
.serviceIcon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid #c7c9cd; color: var(--accent); }
.serviceCard h3 { margin: 28px 0 13px; font-size: 19px; letter-spacing: -.02em; }
.serviceCard p { margin: 0; font-size: 13px; line-height: 1.75; color: var(--muted); transition: color .3s; }
.serviceCard a { position: absolute; left: 34px; bottom: 29px; display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.aboutSection { background: white; }
.aboutGrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 96px; align-items: center; }
.aboutVisual { position: relative; height: 660px; }
.aboutVisual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.aboutVisual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); pointer-events: none; }
.aboutStamp { position: absolute; z-index: 2; left: 28px; top: 28px; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.48); background: rgba(8,9,11,.65); color: white; backdrop-filter: blur(8px); }
.aboutStamp strong { font-size: 20px; letter-spacing: .08em; }
.aboutStamp span { margin-top: 6px; font-size: 7px; letter-spacing: .18em; color: rgba(255,255,255,.66); }
.experienceCard { position: absolute; z-index: 3; right: -38px; bottom: 38px; min-width: 205px; padding: 24px 27px; background: var(--accent); color: white; display: flex; align-items: center; gap: 17px; box-shadow: 0 22px 50px rgba(143,11,18,.25); }
.experienceCard strong { font-size: 50px; line-height: .9; }
.experienceCard span { padding-left: 17px; border-left: 1px solid rgba(255,255,255,.34); font-size: 8px; font-weight: 800; line-height: 1.55; letter-spacing: .12em; }
.aboutLead { margin: 28px 0 17px; font-size: 19px !important; font-weight: 600; line-height: 1.65 !important; color: #25282e !important; }
.aboutCopy > p { font-size: 14px; line-height: 1.8; color: var(--muted); }
.checkGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin: 28px 0 31px; }
.checkGrid span { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }
.checkGrid svg { color: var(--accent); }
.textLink { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.processSection { color: white; background: var(--ink-soft); }
.centeredHeading { text-align: center; margin-bottom: 75px; }
.centeredHeading h2 em { -webkit-text-stroke-color: rgba(255,255,255,.55); }
.processGrid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.processGrid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 56px; height: 1px; background: rgba(255,255,255,.16); }
.processGrid article { position: relative; padding: 0 28px; text-align: center; }
.processGrid article > span { color: rgba(255,255,255,.2); font-family: ui-monospace, monospace; font-size: 11px; }
.processDot { position: relative; z-index: 2; width: 15px; height: 15px; margin: 28px auto 31px; border: 4px solid var(--ink-soft); outline: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: var(--accent); }
.processGrid h3 { margin: 0 0 13px; font-size: 16px; }
.processGrid p { margin: 0; font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.48); }

.gallerySection { background: #e8e7e3; }
.galleryHeading { align-items: center; }
.galleryGrid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; gap: 16px; }
.galleryGrid figure { position: relative; margin: 0; overflow: hidden; background: #ccc; }
.galleryGrid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.galleryGrid figure:hover img { transform: scale(1.035); }
.galleryMain { grid-column: span 2; grid-row: span 2; }
.galleryMain img { object-position: 50% 58%; }
.gallerySide img { object-position: 50% 50%; }
.galleryQuote { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 14px; padding: 25px 28px; background: var(--accent); color: white; }
.galleryQuote svg { grid-row: 1/3; align-self: center; }
.galleryQuote strong { font-size: 31px; line-height: 1; }
.galleryQuote span { font-size: 9px; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; opacity: .72; }

.contactSection { padding: 100px 0; color: white; background: var(--accent); }
.contactGrid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.sectionKicker.light { color: rgba(255,255,255,.67); }
.contactCopy h2 em { -webkit-text-stroke-color: rgba(255,255,255,.7); }
.contactCopy > p { max-width: 585px; margin: 24px 0 0; font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.68); }
.contactActions { display: flex; gap: 11px; margin-top: 31px; }
.buttonLight { background: white; color: var(--ink); }
.buttonWhatsapp { border-color: rgba(255,255,255,.55); color: white; }
.buttonWhatsapp:hover { background: var(--green); border-color: var(--green); }
.contactInfo { padding-left: 48px; border-left: 1px solid rgba(255,255,255,.28); }
.contactInfo > div { display: flex; gap: 17px; margin-bottom: 27px; }
.contactInfo > div > span { display: grid; }
.contactInfo small { font-size: 8px; font-weight: 800; letter-spacing: .16em; color: rgba(255,255,255,.55); }
.contactInfo strong { margin-top: 7px; font-size: 13px; line-height: 1.6; }
.contactInfo > a { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.75); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.mapSection { position: relative; height: 420px; background: #d6d5d1; overflow: hidden; }
.mapSection iframe { border: 0; filter: grayscale(1) contrast(.94); }
.mapBadge { position: absolute; left: max(24px, calc((100% - var(--container)) / 2)); top: 50%; transform: translateY(-50%); min-width: 270px; padding: 20px 22px; display: flex; align-items: center; gap: 14px; background: var(--ink); color: white; box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.mapBadge svg { color: var(--accent); }
.mapBadge span { display: grid; }
.mapBadge strong { font-size: 12px; letter-spacing: .07em; }
.mapBadge small { margin-top: 5px; font-size: 9px; color: rgba(255,255,255,.53); }

.siteFooter { color: white; background: #090a0c; }
.footerMain { padding: 72px 0 58px; display: grid; grid-template-columns: 1.4fr .7fr .9fr 1fr; gap: 60px; }
.brandCompact .brandEmblem { width: 42px; height: 42px; }
.brandCompact .brandWords strong { font-size: 23px; }
.footerIntro p { max-width: 310px; margin: 23px 0 0; font-size: 12px; line-height: 1.75; color: rgba(255,255,255,.43); }
.footerNav, .footerContact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footerNav > strong, .footerContact > strong { margin-bottom: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footerNav a, .footerContact a, .footerContact span { font-size: 11px; line-height: 1.6; color: rgba(255,255,255,.48); transition: color .2s; }
.footerNav a:hover, .footerContact a:hover { color: white; }
.socialButton { width: 34px; height: 34px; margin-top: 4px; border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; }
.footerBottom { min-height: 65px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; font-size: 9px; color: rgba(255,255,255,.35); }
.codexsan { letter-spacing: .06em; }
.codexsan strong { animation: rgbText 4s linear infinite; }
@keyframes rgbText { 0% { color: #ff3b43; } 33% { color: #36e284; } 66% { color: #41a7ff; } 100% { color: #ff3b43; } }

.floatingActions { position: fixed; z-index: 30; right: 22px; bottom: 25px; display: grid; gap: 13px; }
.floatButton { position: relative; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.floatButton::before { content: ""; position: absolute; inset: -4px; z-index: -1; border-radius: inherit; background: conic-gradient(from var(--angle), transparent 0 20%, rgba(255,255,255,.8) 36%, transparent 54% 100%); animation: spinRing 2.6s linear infinite; }
.floatButton::after { content: ""; position: absolute; inset: -10px; z-index: -2; border-radius: inherit; border: 1px solid currentColor; opacity: .35; animation: breathe 2s ease-out infinite; }
.whatsappFloat { background: var(--green); }
.phoneFloat { background: var(--accent); }
.floatButton span { position: absolute; right: 69px; padding: 7px 10px; white-space: nowrap; background: var(--ink); border-radius: 3px; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: 0; transform: translateX(7px); pointer-events: none; transition: .2s; }
.floatButton:hover span { opacity: 1; transform: none; }
@property --angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes spinRing { to { --angle: 360deg; } }
@keyframes breathe { 0% { transform: scale(.85); opacity: .35; } 100% { transform: scale(1.35); opacity: 0; } }

@media (max-width: 1050px) {
  .desktopNav { gap: 19px; }
  .headerCall { display: none; }
  .heroContent { grid-template-columns: 1fr 290px; gap: 45px; }
  .servicesGrid { grid-template-columns: repeat(2, 1fr); }
  .aboutGrid { gap: 55px; }
  .footerMain { grid-template-columns: 1.2fr .8fr .9fr; }
  .footerContact { display: none; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .section { padding: 82px 0; }
  .topBarInner > span, .topLinks a:first-child { display: none; }
  .topBarInner { justify-content: flex-end; }
  .headerInner { min-height: 77px; }
  .desktopNav { display: none; }
  .mobileMenu { display: block; }
  .hero { min-height: 760px; height: 100svh; max-height: none; }
  .heroImage { object-position: 57% 54%; }
  .heroShade { background: linear-gradient(90deg, rgba(4,5,7,.94), rgba(4,5,7,.56)), linear-gradient(0deg, rgba(4,5,7,.9), transparent 52%); }
  .heroContent { height: calc(100% - 115px); grid-template-columns: 1fr; align-content: center; padding-top: 35px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .heroCopy > p { max-width: 460px; font-size: 15px; }
  .heroPanel { display: none; }
  .scrollHint { display: none; }
  .trustGrid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trustGrid > div { min-height: 75px; padding: 10px 18px; border-bottom: 1px solid var(--line); }
  .trustGrid > div:nth-child(2) { border-right: 0; }
  .trustGrid > div:nth-child(3) { border-bottom: 0; }
  .trustGrid > div:nth-child(4) { border: 0; }
  .trustGrid > div:first-child { padding-left: 18px; }
  .splitHeading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .servicesGrid { grid-template-columns: 1fr; }
  .serviceCard { min-height: 310px; }
  .aboutGrid { grid-template-columns: 1fr; }
  .aboutVisual { height: 560px; order: 2; }
  .experienceCard { right: 18px; bottom: 22px; }
  .processGrid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .processGrid::before { display: none; }
  .processDot { margin: 18px auto 20px; }
  .galleryGrid { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .galleryMain { grid-column: auto; grid-row: auto; }
  .galleryQuote { min-height: 140px; }
  .contactGrid { grid-template-columns: 1fr; gap: 55px; }
  .contactInfo { padding: 40px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .footerMain { grid-template-columns: 1.3fr .7fr; gap: 45px 30px; }
  .footerNav:nth-child(3) { display: none; }
}

@media (max-width: 520px) {
  .brandEmblem { width: 40px; height: 40px; font-size: 23px; }
  .brandWords strong { font-size: 22px; }
  .brandWords small { font-size: 6px; }
  .hero h1 { margin-top: 19px; font-size: clamp(49px, 15vw, 67px); line-height: .91; }
  .eyebrow { font-size: 9px; }
  .heroActions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding: 0 14px; font-size: 10px; }
  .sectionHeading h2, .aboutCopy h2, .contactCopy h2 { font-size: 41px; }
  .servicesGrid { margin-inline: -1px; }
  .aboutVisual { height: 450px; }
  .aboutStamp { width: 93px; height: 93px; left: 18px; top: 18px; }
  .experienceCard { min-width: 175px; padding: 19px 21px; }
  .experienceCard strong { font-size: 40px; }
  .checkGrid { grid-template-columns: 1fr; }
  .processGrid { grid-template-columns: 1fr; gap: 42px; }
  .processGrid article { max-width: 300px; margin-inline: auto; }
  .galleryGrid { grid-auto-rows: 330px; }
  .galleryQuote { min-height: 130px; }
  .contactActions { display: grid; }
  .footerMain { grid-template-columns: 1fr; }
  .footerNav { display: none; }
  .footerBottom { padding: 20px 0; display: grid; justify-content: center; gap: 10px; text-align: center; }
  .floatingActions { right: 14px; bottom: 16px; }
  .floatButton { width: 54px; height: 54px; }
  .mapBadge { left: 18px; right: 18px; min-width: 0; }
}

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