:root {
  --ink: #071929;
  --ink-2: #0d263a;
  --blue: #1979bc;
  --blue-bright: #39a8e7;
  --water: #dff4fb;
  --foam: #f3f8f9;
  --white: #ffffff;
  --orange: #ff6b36;
  --orange-dark: #e84c1a;
  --muted: #647683;
  --line: rgba(7, 25, 41, .12);
  --shadow: 0 30px 80px rgba(3, 24, 39, .18);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--foam);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 12px 16px; color: #fff; background: var(--orange); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 25, 41, .92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(255,255,255,.7); box-shadow: 0 0 0 4px rgba(57,168,231,.12); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; color: #fff; }
.brand-copy strong { font-size: 25px; letter-spacing: .05em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.header-phone { display: flex; flex-direction: column; text-align: right; color: #fff; }
.header-phone span { color: var(--blue-bright); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-size: 15px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 5px; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); padding: 82px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 16% 22%, rgba(57,168,231,.18), transparent 35%), radial-gradient(circle at 78% 16%, rgba(25,121,188,.22), transparent 32%); }
.hero-water { position: absolute; left: -10%; right: -10%; bottom: 100px; height: 190px; opacity: .22; background: repeating-radial-gradient(ellipse at 50% 120%, transparent 0 30px, rgba(90,210,255,.2) 31px 32px, transparent 33px 62px); transform: perspective(400px) rotateX(58deg); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr); gap: 78px; align-items: center; padding-bottom: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-bright); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 720px; margin: 22px 0 24px; font-size: clamp(52px, 6.2vw, 88px); line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--orange); font-family: Georgia, serif; font-weight: 500; font-size: .77em; letter-spacing: -.045em; text-transform: none; }
.hero-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.hero-actions, .contacts-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 900; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 12px 34px rgba(255,107,54,.3); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-light { color: var(--ink); background: #fff; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.hero-meta > div { display: flex; align-items: center; gap: 10px; }
.meta-icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--blue-bright); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.hero-meta div span:last-child { display: flex; flex-direction: column; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; }
.hero-meta strong { color: #fff; font-size: 13px; }

.hero-visual { position: relative; min-height: 580px; }
.photo-frame { position: absolute; inset: 16px 12px 30px 54px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 200px 200px 26px 26px; box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 45%, rgba(7,25,41,.92)); }
.photo-label { position: absolute; left: 34px; bottom: 30px; display: flex; flex-direction: column; }
.photo-label span { color: var(--blue-bright); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.photo-label strong { margin-top: 6px; font-size: 22px; }
.rating-card { position: absolute; z-index: 3; left: 0; bottom: 0; display: flex; align-items: center; gap: 14px; padding: 15px 20px; color: var(--ink); background: #fff; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.rating-number { font-size: 34px; font-weight: 950; letter-spacing: -.06em; }
.stars { color: #ff9a38; font-size: 14px; letter-spacing: .08em; }
.rating-card span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.hero-ring { position: absolute; border: 1px solid rgba(57,168,231,.25); border-radius: 50%; }
.ring-one { width: 520px; height: 520px; right: -80px; top: -35px; }
.ring-two { width: 420px; height: 420px; right: -30px; top: 16px; border-color: rgba(255,107,54,.15); }
.trust-bar { position: relative; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 28px; padding: 24px 36px; background: #0b2235; border: 1px solid rgba(255,255,255,.08); border-bottom: 0; border-radius: 22px 22px 0 0; }
.trust-bar div { display: flex; flex-direction: column; }
.trust-bar strong { font-size: 14px; }
.trust-bar span { margin-top: 4px; color: rgba(255,255,255,.48); font-size: 11px; }
.trust-bar i { width: 1px; height: 28px; background: rgba(255,255,255,.13); }

.section { padding: 112px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 44px; }
.section-kicker { margin-bottom: 14px; color: var(--blue); }
.section h2, .contacts h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: .96; letter-spacing: -.05em; text-transform: uppercase; }
.section-heading > p { max-width: 470px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.65; }

.directions { background: #fff; }
.direction-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: repeat(2, 280px); gap: 18px; }
.direction-card { position: relative; overflow: hidden; min-height: 280px; color: #fff; border-radius: var(--radius); background: var(--ink); }
.direction-card-large { grid-row: 1 / 3; }
.direction-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.direction-card:hover img { transform: scale(1.04); }
.direction-overlay { position: absolute; inset: 0; background: linear-gradient(70deg, rgba(7,25,41,.93), rgba(7,25,41,.08) 75%); }
.direction-content { position: absolute; left: 32px; right: 32px; bottom: 30px; }
.direction-content > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.direction-content h3 { margin: 7px 0 8px; font-size: 38px; line-height: 1; text-transform: uppercase; }
.direction-content p { max-width: 360px; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }

.about { color: #fff; background: var(--ink); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.about-logo { position: relative; display: grid; place-items: center; min-height: 560px; }
.about-logo img { position: relative; z-index: 2; width: min(390px, 85%); border-radius: 50%; border: 2px solid rgba(255,255,255,.8); box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.about-logo > span { position: absolute; z-index: 3; right: 0; bottom: 54px; padding: 12px 18px; color: var(--ink); background: var(--orange); border-radius: 20px 20px 20px 4px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.logo-halo { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(57,168,231,.21), transparent 68%); }
.about-copy h2 { max-width: 680px; }
.about-lead { max-width: 680px; margin: 26px 0 38px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.7; }
.feature-list { border-top: 1px solid rgba(255,255,255,.1); }
.feature-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.feature-list > div > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.feature-list strong { font-size: 16px; }
.feature-list p { margin: 6px 0 0; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.55; }

.gallery { background: #eef5f6; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 240px; gap: 16px; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 22px; background: var(--ink); }
.gallery-grid figure:not(.gallery-main):not(.gallery-panorama) { grid-column: span 3; }
.gallery-main { grid-column: span 6; grid-row: span 2; }
.gallery-panorama { grid-column: 1 / -1; min-height: 300px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; left: 16px; bottom: 16px; padding: 10px 14px; color: #fff; background: rgba(7,25,41,.78); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.brands { overflow: hidden; background: #fff; }
.brand-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.brand-tile { display: grid; place-items: center; min-height: 132px; padding: 22px; overflow: hidden; background: #f7fafb; border: 1px solid var(--line); border-radius: 20px; }
.brand-tile-dark { color: #fff; background: #111820; border-color: #111820; }
.brand-logo { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; line-height: .9; white-space: nowrap; }
.brand-logo small { margin-top: 8px; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.brand-narval { color: #13243c; font-size: 27px; font-weight: 950; letter-spacing: .14em; }
.brand-mepps { color: #d5242f; font-family: Georgia, serif; font-size: 35px; font-style: italic; font-weight: 900; }
.brand-mepps small { color: #1e3d73; font-family: Arial, sans-serif; }
.brand-ryobi { color: #e3262e; font-size: 30px; font-weight: 950; letter-spacing: -.05em; }
.brand-salmo { color: #0674bd; font-family: Georgia, serif; font-size: 35px; font-style: italic; font-weight: 900; }
.brand-salmo small { font-family: Arial, sans-serif; }
.brand-lucky { color: #fff; font-size: 24px; font-weight: 950; font-style: italic; letter-spacing: -.04em; }
.brand-lucky b { color: #ffd521; font-weight: inherit; }
.brand-hurricane { color: #132d39; font-size: 22px; font-weight: 950; font-style: italic; letter-spacing: .05em; }
.brand-owner { color: #191919; font-size: 30px; font-weight: 950; letter-spacing: -.05em; }
.brand-owner small { color: #d5252c; }
.brand-wall .brand-tile:last-child { grid-column: 2 / 4; }

.reviews { background: #fff; }
.reviews-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.score-line { display: flex; align-items: center; gap: 18px; margin: 12px 0 28px; }
.score-line > strong { font-size: 72px; line-height: .9; letter-spacing: -.08em; }
.score-line span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.reviews-score h2 { max-width: 540px; font-size: clamp(34px, 4vw, 58px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--blue); font-size: 13px; font-weight: 900; }
.review-cards { display: grid; gap: 16px; }
.review-card { position: relative; margin: 0; padding: 32px; background: var(--foam); border: 1px solid var(--line); border-radius: 24px; }
.review-card-accent { margin-left: 70px; color: #fff; background: var(--ink-2); }
.quote-mark { position: absolute; right: 26px; top: 15px; color: var(--orange); font: 70px/1 Georgia, serif; opacity: .7; }
.review-card p { position: relative; max-width: 480px; margin: 0 0 24px; font-size: 18px; line-height: 1.55; }
.review-card footer { display: flex; flex-direction: column; }
.review-card footer strong { font-size: 12px; }
.review-card footer span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.review-card-accent footer span { color: rgba(255,255,255,.5); }

.taiga-section { padding: 32px 0 100px; background: #eef5f7; }
.taiga-card { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 470px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #061c25 0%, #073a3c 58%, #075c4c 100%); border-radius: 34px; box-shadow: 0 34px 80px rgba(5,35,43,.2); }
.taiga-visual { position: relative; display: grid; place-items: center; min-height: 470px; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(103,255,183,.2), transparent 42%); }
.taiga-mark { position: relative; z-index: 2; display: grid; place-items: center; width: 148px; height: 148px; color: #062a2b; background: linear-gradient(145deg, #b8ffcf, #58e5a0); border-radius: 38px; box-shadow: 0 24px 60px rgba(36,215,140,.28); font-size: 88px; font-weight: 950; letter-spacing: -.08em; transform: rotate(-6deg); }
.taiga-rings, .taiga-rings::before, .taiga-rings::after { position: absolute; width: 290px; height: 290px; border: 1px solid rgba(156,255,199,.2); border-radius: 50%; content: ""; }
.taiga-rings::before { inset: -52px; width: auto; height: auto; }
.taiga-rings::after { inset: -108px; width: auto; height: auto; }
.taiga-copy { align-self: center; padding: 64px 70px 64px 28px; }
.taiga-copy .section-kicker { color: #80f0b5; }
.taiga-copy h2 { max-width: 720px; margin: 0; font-size: clamp(42px, 5.2vw, 76px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.taiga-copy p { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.taiga-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.taiga-meta span { padding: 8px 12px; color: #b9f8d4; background: rgba(113,240,169,.09); border: 1px solid rgba(130,244,180,.18); border-radius: 999px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }

.contacts { padding: 90px 0; color: #fff; background: linear-gradient(135deg, #0f79b8, #075078); }
.contacts-shell { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 68px; overflow: hidden; background: rgba(7,25,41,.42); border: 1px solid rgba(255,255,255,.16); border-radius: 34px; box-shadow: 0 34px 80px rgba(0,0,0,.18); }
.contacts-shell::before { content: ""; position: absolute; width: 360px; height: 360px; left: -180px; bottom: -220px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.contacts-copy { position: relative; }
.contacts .section-kicker { color: #99e1ff; }
.contacts-copy > p { max-width: 610px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.contact-card { position: relative; padding: 30px; color: var(--ink); background: #fff; border-radius: 24px; }
.contact-row { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row > span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-row strong, .contact-row a { font-size: 16px; line-height: 1.45; }
.contact-row a { color: var(--blue); font-weight: 900; }
.channels-title { margin-top: 24px; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.channel-grid { display: grid; gap: 9px; margin-top: 12px; }
.channel-card { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; min-width: 0; padding: 11px 13px; color: var(--ink); background: #f5f8fa; border: 1px solid #e7edf0; border-radius: 14px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.channel-card:hover { transform: translateY(-2px); border-color: #c7dbe4; box-shadow: 0 10px 24px rgba(7,25,41,.09); }
.channel-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ink); border-radius: 12px; font-size: 11px; font-weight: 950; letter-spacing: -.02em; }
.channel-card > span:nth-child(2) { min-width: 0; }
.channel-card strong, .channel-card small { display: block; }
.channel-card strong { font-size: 14px; }
.channel-card small { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.channel-card b { color: #95a7af; font-size: 14px; }
.channel-wa .channel-icon { background: #19aa60; }
.channel-tg .channel-icon { background: #259bd7; }
.channel-max .channel-icon { background: #7659f2; }
.channel-vk .channel-icon { background: #2787f5; }
.channel-taiga .channel-icon { color: #06362f; background: #67e8aa; }

.site-footer { color: rgba(255,255,255,.58); background: #04111d; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 110px; font-size: 11px; }
.site-footer .brand img { width: 46px; height: 46px; }
.site-footer p { margin: 0; }
.floating-whatsapp { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #21c063; border: 5px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 14px 34px rgba(0,0,0,.24); font-size: 12px; font-weight: 950; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .header-inner { gap: 18px; }
  .site-nav { gap: 18px; }
  .header-phone span { display: none; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(48px, 7vw, 70px); }
  .hero-visual { min-height: 500px; }
  .photo-frame { left: 10px; }
  .about-grid, .reviews-grid { gap: 46px; }
  .contacts-shell { padding: 48px; gap: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 21px; }
  .header-phone { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 8px 14px 16px; background: rgba(7,25,41,.98); border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 52px; }
  .hero h1 { margin-top: 18px; font-size: clamp(45px, 15vw, 66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .button { flex: 1 1 190px; }
  .hero-meta { gap: 16px; }
  .hero-visual { min-height: 490px; }
  .photo-frame { inset: 0 0 25px 30px; }
  .rating-card { left: 0; }
  .trust-bar { grid-template-columns: 1fr; gap: 18px; padding: 24px; border-radius: 20px 20px 0 0; }
  .trust-bar i { width: 100%; height: 1px; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { margin-top: 20px; }
  .direction-grid { grid-template-columns: 1fr; grid-template-rows: 390px 260px 260px; }
  .direction-card-large { grid-row: auto; }
  .about-grid, .reviews-grid, .contacts-shell, .taiga-card { grid-template-columns: 1fr; }
  .taiga-visual { min-height: 280px; }
  .taiga-copy { padding: 0 48px 56px; }
  .about-grid { gap: 36px; }
  .about-logo { min-height: 400px; }
  .logo-halo { width: 370px; height: 370px; }
  .about-logo > span { right: 5%; bottom: 25px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .gallery-grid figure:not(.gallery-main):not(.gallery-panorama) { grid-column: auto; }
  .gallery-main { grid-column: 1 / 3; grid-row: span 2; }
  .gallery-panorama { grid-column: 1 / 3; min-height: 280px; }
  .brand-wall { grid-template-columns: repeat(2, 1fr); }
  .brand-wall .brand-tile:last-child { grid-column: 1 / 3; }
  .review-card-accent { margin-left: 0; }
  .contacts { padding: 70px 0; }
  .contacts-shell { padding: 32px 24px; gap: 30px; }
  .contacts-actions .button { flex: 1 1 200px; }
  .taiga-section { padding: 20px 0 70px; }
  .taiga-card { min-height: 0; border-radius: 24px; }
  .taiga-visual { min-height: 235px; }
  .taiga-mark { width: 112px; height: 112px; border-radius: 30px; font-size: 66px; }
  .taiga-rings { width: 220px; height: 220px; }
  .taiga-copy { padding: 0 24px 34px; }
  .taiga-copy h2 { font-size: 39px; }
  .taiga-copy p { font-size: 15px; }
  .footer-inner { flex-direction: column; align-items: flex-start; padding: 26px 0; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 44px; }
  .eyebrow { font-size: 10px; }
  .hero-visual { min-height: 420px; }
  .photo-frame { left: 12px; border-radius: 140px 140px 22px 22px; }
  .photo-label { left: 22px; bottom: 24px; }
  .rating-card { transform: scale(.9); transform-origin: left bottom; }
  .section h2, .contacts h2 { font-size: 39px; }
  .direction-grid { grid-template-rows: repeat(3, 280px); }
  .direction-content { left: 24px; right: 24px; bottom: 24px; }
  .direction-content h3 { font-size: 32px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-grid figure:not(.gallery-main):not(.gallery-panorama), .gallery-main, .gallery-panorama { grid-column: auto; grid-row: auto; min-height: 0; }
  .brand-wall { grid-template-columns: 1fr; }
  .brand-wall .brand-tile:last-child { grid-column: auto; }
  .contact-row { grid-template-columns: 1fr; gap: 8px; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}
