:root {
  --bg: #070a0c;
  --bg-soft: #0b1013;
  --text: #f4f7f8;
  --muted: #a5afb4;
  --line: rgba(255,255,255,.12);
  --glass: rgba(18, 25, 29, .56);
  --glass-soft: rgba(255,255,255,.07);
  --lime: #cfff64;
  --cyan: #73e7ff;
  --radius: 30px;
  --shell: min(1180px, calc(100% - 40px));
  --font-display: "Unbounded", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 8%, rgba(115,231,255,.07), transparent 28rem),
    radial-gradient(circle at 86% 48%, rgba(207,255,100,.045), transparent 34rem),
    var(--bg);
  font-family: var(--font-body);
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }

::selection { background: var(--lime); color: #081006; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #070a0c; }
::-webkit-scrollbar-thumb { background: #293238; border-radius: 99px; border: 2px solid #070a0c; }

.noise {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.ambient { position: fixed; width: 36rem; height: 36rem; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .09; z-index: -1; }
.ambient-one { background: var(--cyan); left: -22rem; top: 24rem; }
.ambient-two { background: var(--lime); right: -26rem; bottom: 4rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 130px 0; }
.glass {
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}
.glass-soft {
  background: var(--glass-soft);
  border: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 1000; }
.header-inner {
  min-height: 72px; padding: 10px 12px 10px 18px; border-radius: 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transition: background .25s ease, transform .25s ease;
}
.site-header.scrolled .header-inner { background: rgba(8,12,14,.78); }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 158px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.nav-link { padding: 11px 16px; border-radius: 14px; color: #bac2c6; font-size: 14px; font-weight: 700; transition: .25s ease; }
.nav-link:hover, .nav-link.is-active { color: #fff; background: rgba(255,255,255,.08); }
.header-call { display: flex; align-items: center; gap: 10px; padding: 12px 16px; font-size: 13px; font-weight: 800; border-radius: 14px; background: var(--lime); color: #0b1007; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #111; box-shadow: 0 0 0 0 rgba(10,15,7,.4); animation: pulse 2s infinite; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 100svh; padding: 170px 0 80px; display: grid; align-items: center; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; transform: scale(1.03); animation: heroZoom 16s ease-out both; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(5,8,10,.98) 0%, rgba(5,8,10,.86) 40%, rgba(5,8,10,.30) 74%, rgba(5,8,10,.56) 100%),
    linear-gradient(0deg, #070a0c 0%, transparent 30%, rgba(5,8,10,.22) 100%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) .85fr; align-items: center; gap: 60px; }
.hero-copy { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #c4ccd0; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.eyebrow-line { width: 35px; height: 1px; background: linear-gradient(90deg, var(--lime), var(--cyan)); }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.12; letter-spacing: -.035em; }
h1 { margin-top: 24px; font-size: clamp(45px, 6.5vw, 88px); font-weight: 600; text-transform: uppercase; }
h1 span, h2 span { color: transparent; background: linear-gradient(100deg, #fff 10%, #aeb8bd 45%, var(--cyan) 110%); -webkit-background-clip: text; background-clip: text; }
.hero-text { margin: 28px 0 0; max-width: 640px; color: #c0c9cd; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; }
.hero-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #0a1006; background: linear-gradient(110deg, var(--lime), #e6ff9a); box-shadow: 0 18px 40px rgba(207,255,100,.16); }
.button-primary:hover { box-shadow: 0 22px 52px rgba(207,255,100,.24); }
.button-primary svg { width: 20px; fill: currentColor; }
.button-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.13); color: #fff; backdrop-filter: blur(16px); }
.button-ghost:hover { background: rgba(255,255,255,.11); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 48px; }
.fact { min-width: 190px; min-height: 88px; padding: 17px 20px; border-radius: 22px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2px 12px; }
.fact-number { grid-row: span 2; font: 600 32px/1 var(--font-display); }
.fact .stars { font-size: 13px; }
.stars { color: #ffca4f; letter-spacing: .08em; }
.fact-label { color: #b6c0c4; font-size: 12px; line-height: 1.45; }
.fact-label b { color: #fff; }
.fact-icon { grid-row: span 2; font-size: 34px; color: var(--cyan); }
.hero-orbit { position: relative; min-height: 420px; display: grid; place-items: center; }
.orbit-ring { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; animation: spin 22s linear infinite; }
.orbit-ring::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 22px var(--lime); top: 14%; left: 14%; }
.orbit-ring-one { width: 390px; height: 390px; }
.orbit-ring-two { width: 300px; height: 300px; animation-direction: reverse; animation-duration: 17s; border-style: dashed; opacity: .55; }
.status-card { width: 245px; aspect-ratio: .86; padding: 28px; border-radius: 42px; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(3deg); }
.status-badge { width: fit-content; display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 100px; background: rgba(207,255,100,.12); color: var(--lime); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-badge i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-card strong { font: 600 30px/1.07 var(--font-display); text-transform: uppercase; }
.status-card small { color: #b6bfc4; font-size: 13px; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: #aeb8bd; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }
.hero-scroll i { position: relative; width: 25px; height: 40px; border: 1px solid rgba(255,255,255,.24); border-radius: 30px; }
.hero-scroll i::after { content: ""; position: absolute; width: 3px; height: 8px; border-radius: 3px; background: var(--lime); left: 10px; top: 8px; animation: scrollDot 1.8s infinite; }

.section-heading { max-width: 860px; margin-bottom: 55px; }
.section-heading h2 { margin-top: 20px; font-size: clamp(38px, 5.3vw, 68px); font-weight: 600; text-transform: uppercase; }
.section-heading > p, .section-heading-row > p { color: var(--muted); font-size: 17px; max-width: 650px; margin: 26px 0 0; }
.section-heading-row { max-width: none; display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 55px; }
.section-heading-row > p { margin-bottom: 10px; }

.about { background: linear-gradient(180deg, #070a0c, #0a0e11 45%, #070a0c); }
.about-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 26px; align-items: stretch; }
.about-photo { position: relative; min-height: 670px; overflow: hidden; border-radius: var(--radius); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,7,8,.72), transparent 55%); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-note { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; border-radius: 22px; padding: 17px 19px; display: flex; align-items: center; gap: 18px; }
.about-photo-note span { color: var(--lime); font: 600 22px var(--font-display); }
.about-photo-note p { margin: 0; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 325px; overflow: hidden; border-radius: var(--radius); padding: 29px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .35s ease, border-color .35s ease; }
.service-card::before { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(115,231,255,.14), transparent 68%); right: -50px; top: -55px; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(207,255,100,.38); }
.service-index { position: absolute; right: 26px; top: 22px; color: rgba(255,255,255,.28); font: 600 13px var(--font-display); }
.service-icon { width: 49px; height: 49px; border-radius: 16px; background: rgba(207,255,100,.12); color: var(--lime); display: grid; place-items: center; font-size: 23px; margin-bottom: auto; }
.service-card h3 { font-size: 21px; font-weight: 600; text-transform: uppercase; }
.service-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }

.works { overflow: hidden; }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); background: #101519; cursor: zoom-in; }
.gallery-wide { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(.83); }
.gallery-overlay { position: absolute; inset: auto 18px 18px 18px; padding: 15px 17px; border-radius: 17px; background: rgba(5,8,10,.50); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(16px); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gallery-overlay b { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.gallery-overlay small { color: #c1c9cd; }
.reviews-wrap { margin-top: 100px; }
.reviews-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.reviews-kicker { color: var(--lime); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.reviews-heading h3 { max-width: 680px; margin-top: 10px; font-size: clamp(27px, 3vw, 40px); text-transform: uppercase; }
.reviews-heading > a { color: #cbd3d6; font-size: 13px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.26); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 370px; border-radius: 26px; padding: 25px; display: flex; flex-direction: column; }
.review-top { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; }
.avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, rgba(207,255,100,.2), rgba(115,231,255,.18)); font-weight: 800; font-size: 12px; }
.review-top b { display: block; font-size: 14px; }
.review-top small { display: block; color: #8f999e; font-size: 11px; margin-top: 2px; }
.verified { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(91,226,107,.13); color: #67e979; font-weight: 900; }
.review-card > .stars { margin-top: 24px; }
.review-card p { margin: 17px 0 24px; color: #d3d9dc; font-size: 14px; line-height: 1.75; }
.review-source { margin-top: auto; color: #79858a; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }

.contacts { padding-bottom: 95px; background: linear-gradient(180deg, #070a0c, #090e11); }
.contacts-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 20px; }
.contact-panel, .map-card { border-radius: var(--radius); }
.contact-panel { padding: 29px; }
.contact-row { padding: 22px 0; display: grid; grid-template-columns: 50px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.09); }
.contact-row:first-child { padding-top: 4px; }
.contact-icon { width: 44px; height: 44px; border-radius: 15px; display: grid; place-items: center; background: rgba(115,231,255,.09); color: var(--cyan); font-size: 20px; }
.contact-row small { display: block; color: #869197; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-row strong, .contact-row a { display: block; margin-top: 3px; font-size: 18px; font-weight: 800; }
.contact-row p { margin: 3px 0 0; color: #8f9a9f; font-size: 12px; }
.contact-actions { display: grid; grid-template-columns: 1fr .55fr; gap: 10px; margin-top: 24px; }
.rating-strip { margin-top: 21px; padding: 17px; border-radius: 20px; background: rgba(255,255,255,.045); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.rating-strip div { display: flex; align-items: center; gap: 8px; }
.rating-strip strong { font: 600 26px var(--font-display); }
.rating-strip .stars { font-size: 10px; }
.rating-strip p { margin: 0; color: #a6b0b4; font-size: 11px; }
.rating-strip a { font-size: 10px; color: var(--lime); text-transform: uppercase; letter-spacing: .08em; }
.map-card { overflow: hidden; padding: 12px; }
.map-topbar, .map-footer { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; color: #aab4b8; font-size: 11px; }
.map-topbar span:first-child { color: #fff; font-weight: 800; }
.map-topbar i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); margin-right: 7px; box-shadow: 0 0 16px var(--lime); }
.map-frame { position: relative; min-height: 485px; border-radius: 22px; overflow: hidden; background: #d6d9d5; }
.map-frame iframe { width: 100%; height: 100%; min-height: 485px; border: 0; filter: saturate(.55) contrast(.95) brightness(.78); }
.map-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4,8,10,.08), transparent 35%, rgba(4,8,10,.20)); }
.map-click { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; }
.map-pin { position: relative; width: 64px; height: 64px; border-radius: 50% 50% 50% 12%; transform: rotate(-45deg); background: linear-gradient(135deg, var(--lime), var(--cyan)); box-shadow: 0 15px 45px rgba(0,0,0,.4); }
.map-pin i { position: absolute; inset: 19px; border-radius: 50%; background: #091011; }
.map-label { padding: 13px 18px; border-radius: 17px; background: rgba(6,10,12,.84); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.map-label b { display: block; font-size: 13px; }
.map-label small { display: block; color: var(--lime); font-size: 10px; margin-top: 2px; }
.map-footer a { color: var(--lime); }

.footer { padding: 28px 0 120px; border-top: 1px solid rgba(255,255,255,.07); background: #070a0c; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #758086; font-size: 12px; }
.footer-inner img { width: 150px; }
.footer-inner a { color: #c3ccd0; }
.mobile-dock { display: none; }
.floating-wa { position: fixed; z-index: 950; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; background: #27d367; color: #07120a; box-shadow: 0 20px 50px rgba(39,211,103,.25); transition: transform .25s ease; }
.floating-wa:hover { transform: translateY(-5px) rotate(-3deg); }
.floating-wa svg { width: 30px; fill: currentColor; }

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

.lightbox { position: fixed; inset: 0; z-index: 2000; padding: 55px 20px 25px; background: rgba(2,4,5,.88); backdrop-filter: blur(18px); display: grid; place-items: center; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1100px, 94vw); max-height: 88vh; display: grid; gap: 12px; }
.lightbox img { max-height: 80vh; width: auto; margin: auto; border-radius: 22px; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.lightbox figcaption { text-align: center; color: #cbd3d7; font-size: 12px; }
.lightbox-close { position: absolute; top: 18px; right: 22px; width: 45px; height: 45px; border-radius: 15px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); font-size: 30px; line-height: 1; cursor: pointer; }

@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(10,15,7,0); } 100% { box-shadow: 0 0 0 0 rgba(10,15,7,0); } }
@keyframes heroZoom { from { transform: scale(1.09); } to { transform: scale(1.03); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 760px); }
  .desktop-nav, .header-call { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 48px; height: 48px; border: 0; border-radius: 15px; background: rgba(255,255,255,.08); cursor: pointer; }
  .menu-toggle span { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { display: grid; position: absolute; top: 82px; left: 15px; right: 15px; padding: 12px; border-radius: 24px; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 15px 16px; border-radius: 15px; font-weight: 800; font-size: 14px; }
  .mobile-menu a:hover { background: rgba(255,255,255,.07); }
  .mobile-menu-wa { margin-top: 7px; background: var(--lime); color: #0a1006; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-orbit { display: none; }
  .hero-copy { max-width: 700px; }
  .hero-media img { object-position: 60% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,8,10,.96), rgba(5,8,10,.73) 75%, rgba(5,8,10,.46)), linear-gradient(0deg, #070a0c, transparent 45%); }
  .about-layout, .contacts-grid { grid-template-columns: 1fr; }
  .about-photo { min-height: 560px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: auto; }
  .map-frame, .map-frame iframe { min-height: 430px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 24px); --radius: 24px; }
  html { scroll-padding-top: 92px; }
  .site-header { top: 10px; }
  .header-inner { min-height: 64px; padding: 8px 8px 8px 14px; border-radius: 20px; }
  .brand img { width: 142px; }
  .section { padding: 90px 0; }
  .hero { min-height: 100svh; padding: 120px 0 105px; align-items: end; }
  .hero-media img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, #070a0c 2%, rgba(5,8,10,.86) 46%, rgba(5,8,10,.24) 95%), linear-gradient(90deg, rgba(5,8,10,.62), transparent 100%); }
  .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(38px, 12vw, 58px); line-height: 1.08; }
  .hero-text { font-size: 15px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 30px; }
  .fact { min-width: 0; min-height: 84px; padding: 13px; border-radius: 18px; grid-template-columns: auto 1fr; gap: 2px 8px; }
  .fact-number, .fact-icon { font-size: 26px; }
  .fact .stars { font-size: 9px; }
  .fact-label { font-size: 10px; }
  .hero-scroll { display: none; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(34px, 10vw, 50px); }
  .section-heading > p, .section-heading-row > p { font-size: 14px; }
  .about-layout { gap: 14px; }
  .about-photo { min-height: 455px; }
  .about-photo-note { left: 13px; right: 13px; bottom: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 235px; padding: 23px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-item, .gallery-wide, .gallery-tall { height: 270px; grid-row: auto; }
  .gallery-item:last-child { height: 360px; }
  .reviews-wrap { margin-top: 70px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .reviews-heading h3 { font-size: 27px; }
  .review-card { padding: 21px; }
  .contact-panel { padding: 20px; }
  .contact-row { grid-template-columns: 43px 1fr; padding: 18px 0; }
  .contact-icon { width: 40px; height: 40px; }
  .contact-row strong, .contact-row a { font-size: 15px; }
  .contact-actions { grid-template-columns: 1fr; }
  .rating-strip { grid-template-columns: 1fr auto; }
  .rating-strip p { display: none; }
  .rating-strip a { text-align: right; }
  .map-frame, .map-frame iframe { min-height: 390px; }
  .map-footer { gap: 12px; font-size: 10px; }
  .footer { padding-bottom: 115px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .floating-wa { display: none; }
  .mobile-dock { position: fixed; display: grid; z-index: 990; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); height: 68px; grid-template-columns: repeat(4,1fr); border-radius: 22px; padding: 7px 6px; background: rgba(10,14,17,.82); }
  .mobile-dock a { display: grid; place-items: center; align-content: center; gap: 1px; border-radius: 15px; color: #99a4a9; font-size: 9px; font-weight: 800; }
  .mobile-dock a span { color: #d9e0e3; font-size: 18px; line-height: 1; }
  .mobile-dock a.is-active { color: #101508; background: var(--lime); }
  .mobile-dock a.is-active span { color: #101508; }
}

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