:root {
  --black: #07090e;
  --ink: #f1f3f6;
  --panel: #11141d;
  --muted: #8c909a;
  --line: #343844;
  --paper: #101218;
  --white: #ffffff;
  --acid: #e8f8ff;
  --amber: #72bdff;
  --radius: 18px;
  --grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; font-family: "Montserrat", Arial, sans-serif; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 92px; padding: 0 clamp(22px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 116px; height: 44px; object-fit: contain; object-position: center; }
.brand-city { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.25); font-size: 10px; letter-spacing: .18em; color: #aaa; }
.main-nav { display: flex; gap: 30px; font-size: 13px; font-weight: 600; }
.main-nav a { position: relative; color: #cecece; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 1px; background: white; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.header-contact { display: flex; align-items: center; gap: 12px; }
.header-phone { color: #d8d8d4; font-size: 10px; letter-spacing: .03em; white-space: nowrap; transition: color .2s; }
.header-phone:hover { color: var(--acid); }
.header-socials { display: flex; gap: 5px; }
.header-socials a { width: 30px; height: 30px; display: grid; place-items: center; color: #ddd; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; transition: .2s; }
.header-socials a:hover { color: #111; background: var(--acid); border-color: var(--acid); }
.header-socials svg { width: 14px; height: 14px; }
.lang-switcher { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; }
.lang-switcher button { border: 0; background: transparent; color: #999; padding: 6px 8px; border-radius: 999px; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.lang-switcher button.active { background: white; color: black; }
.cart-button, .favorite-nav-button { position: relative; display: grid; place-items: center; width: 42px; height: 42px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.cart-button svg, .favorite-nav-button svg { width: 18px; }
.favorite-nav-button.active { color: #ff6f83; border-color: rgba(255,111,131,.55); background: rgba(255,111,131,.1); }
.favorite-nav-button.active svg { fill: currentColor; }
.cart-count, .favorite-count { position: absolute; right: -5px; top: -5px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; background: var(--acid); color: black; font-size: 9px; font-weight: 800; border-radius: 50%; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: white; }

.hero { position: relative; min-height: 700px; height: 90vh; max-height: 880px; display: flex; align-items: center; overflow: hidden; color: white; background: #070910; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--grain), linear-gradient(180deg, transparent 64%, #080b12 100%), radial-gradient(ellipse 48% 34% at 78% 55%, rgba(214,244,255,.88) 0%, rgba(71,158,232,.45) 12%, rgba(13,43,78,.34) 34%, transparent 68%), radial-gradient(ellipse 58% 30% at 72% 102%, rgba(77,169,245,.22), transparent 70%), linear-gradient(135deg, #171920 0%, #090b12 46%, #02050c 100%); background-size: 150px 150px, auto, auto, auto, auto; background-blend-mode: overlay, normal, screen, normal, normal; }
.hero::after { content: ""; position: absolute; right: 0; top: 15%; width: 48%; height: 70%; background: linear-gradient(90deg, transparent, rgba(127,203,255,.045) 50%, transparent); filter: blur(35px); }
@keyframes heroIn { from { opacity: .2; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
.hero-content { position: relative; z-index: 3; width: min(720px, 64vw); margin-left: clamp(24px, 8vw, 130px); padding-top: 74px; }
.hero-hours { display: flex; align-items: baseline; gap: 17px; margin-bottom: 35px; }
.hero-hours strong { font-size: clamp(34px, 4.2vw, 62px); line-height: .85; letter-spacing: -.07em; font-weight: 500; }
.hero-hours span { color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .24em; }
.hero-mark { position: absolute; z-index: 2; right: clamp(45px, 6vw, 100px); top: 41%; width: min(43vw, 650px); height: auto; transform: translateY(-50%); opacity: .92; filter: drop-shadow(0 0 48px rgba(124,204,255,.12)); }
.eyebrow, .kicker { margin: 0 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #b8b8b8; }
.eyebrow > span:first-child { width: 36px; height: 1px; background: var(--acid); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(50px, 5.7vw, 88px); line-height: .98; letter-spacing: -.045em; font-weight: 600; }
.hero-lead { max-width: 530px; margin: 30px 0 0; color: #c1c1c1; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 35px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button svg { width: 18px; transition: transform .2s; }
.button:hover svg { transform: translateX(4px); }
.button-primary { background: var(--acid); color: #080b12; box-shadow: 0 0 30px rgba(116,198,255,.15); }
.button-primary:hover { background: white; box-shadow: 0 0 35px rgba(148,216,255,.35); transform: translateY(-2px); }
.button-ghost { color: white; border-color: rgba(255,255,255,.3); background: rgba(0,0,0,.18); }
.button-ghost:hover { border-color: white; }
.button-light { background: white; color: black; }
.button-light:hover { background: var(--acid); }
.button.full { width: 100%; }
.hero-facts { display: flex; gap: clamp(22px, 4vw, 58px); margin-top: 64px; }
.hero-facts div { display: flex; flex-direction: column; gap: 7px; }
.hero-facts strong { font-size: 14px; }
.hero-facts span { color: #858585; font-size: 11px; }
.scroll-cue { position: absolute; z-index: 3; right: clamp(24px, 4vw, 68px); bottom: 49px; display: flex; align-items: center; gap: 15px; color: #aaa; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue i { width: 38px; height: 1px; background: #aaa; }

.section { padding: 120px clamp(22px, 6.5vw, 104px); }
.section-narrow { margin: 0 clamp(22px, 6.5vw, 104px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; margin-bottom: 54px; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 30px; }
.kicker { color: #777; }
.section h2, .kit-banner h2, .modal h2 { margin: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.04; letter-spacing: -.04em; font-weight: 600; }
.section-heading > p { max-width: 510px; justify-self: end; margin: 0; color: #717171; font-size: 15px; line-height: 1.7; }
.catalog { color: #f4f5f7; background: linear-gradient(180deg, #080b12 0%, #0a0c12 100%); }
.catalog .kicker { color: var(--acid); }
.catalog .section-heading > p { color: #858585; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.search-field { width: min(390px, 35vw); height: 50px; display: flex; align-items: center; gap: 12px; padding: 0 16px; color: white; border: 1px solid #363636; border-radius: 999px; background: #151515; }
.search-field svg { width: 17px; color: #777; }
.search-field input { width: 100%; color: white; border: 0; outline: 0; background: transparent; font-size: 13px; }
.search-field input::placeholder { color: #777; }
.search-field kbd { padding: 3px 6px; color: #888; border: 1px solid #3b3b3b; border-radius: 5px; font: 10px inherit; white-space: nowrap; }
.category-tabs { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.category-tabs button { padding: 10px 15px; color: #aaa; border: 1px solid #353535; border-radius: 999px; background: #111; font-size: 11px; font-weight: 700; cursor: pointer; }
.category-tabs button.active, .category-tabs button:hover { color: #050505; border-color: var(--acid); background: var(--acid); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.product-card { min-width: 0; border: 1px solid #2b2b2b; border-radius: var(--radius); overflow: hidden; background: #141414; transition: transform .22s, box-shadow .22s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,.45); }
.product-card.hidden { display: none; }
.product-visual { position: relative; height: 285px; display: grid; place-items: center; overflow: hidden; background: #202020; }
.product-visual::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.52); filter: blur(1px); }
.product-visual svg { position: relative; z-index: 1; width: 142px; height: 142px; stroke-width: .8; color: #20201e; filter: drop-shadow(0 16px 18px rgba(0,0,0,.14)); transition: transform .35s; }
.product-card:hover .product-visual svg { transform: scale(1.05) rotate(-2deg); }
.product-visual.with-photo { background: #fff; }
.product-visual.with-photo::before { display: none; }
.favorite-button { position: absolute; z-index: 7; top: 15px; left: 15px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: #17191e; border: 1px solid rgba(0,0,0,.13); border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 5px 18px rgba(0,0,0,.08); cursor: pointer; transition: .2s; }
.favorite-button svg { width: 18px; height: 18px; stroke-width: 1.8; }
.favorite-button.active { color: #e94761; border-color: rgba(233,71,97,.28); background: #fff2f4; }
.favorite-button.active svg { fill: currentColor; }
.product-carousel { position: absolute; inset: 0; }
.product-photo { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 24px; opacity: 0; transform: scale(var(--photo-scale, 1)); transition: opacity .24s, transform .35s; }
.product-photo.active { opacity: 1; }
.product-card:hover .product-photo { transform: scale(var(--photo-scale, 1)); }
.carousel-arrow { position: absolute; z-index: 5; top: 50%; width: 34px; height: 34px; display: grid; place-items: center; padding: 0 0 3px; color: #111; border: 1px solid #d4d4cf; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 5px 16px rgba(0,0,0,.08); font-size: 24px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background .2s, color .2s; }
.carousel-arrow:hover { color: white; background: #111; }
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }
.carousel-dots { position: absolute; z-index: 5; left: 50%; bottom: 13px; display: flex; gap: 6px; transform: translateX(-50%); }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c9c9c4; cursor: pointer; }
.carousel-dot.active { width: 20px; border-radius: 999px; background: #111; }
.visual-lens { background: linear-gradient(145deg, #ddd8d1, #f0efec); }
.visual-light { background: linear-gradient(145deg, #e6dbc6, #f3eee4); }
.visual-grip { background: linear-gradient(145deg, #d6dcda, #ecefed); }
.visual-audio { background: linear-gradient(145deg, #d9d6df, #eeecf0); }
.visual-control { background: linear-gradient(145deg, #dbd5ce, #efedeb); }
.visual-radio { background: linear-gradient(145deg, #d2d9d9, #edf0ef); }
.visual-video { background: linear-gradient(145deg, #d8d5df, #efedf2); }
.visual-monitor { background: linear-gradient(145deg, #d2d6db, #eceef1); }
.visual-power { background: linear-gradient(145deg, #d8dacb, #eff0e8); }
.visual-crew { background: linear-gradient(145deg, #d7d5d0, #f0efeb); }
.visual-transport { background: linear-gradient(145deg, #d6d3ce, #eeece9); }
.catalog .product-visual:not(.with-photo) { background: linear-gradient(145deg, #1d1d1d, #292929); }
.catalog .product-visual:not(.with-photo)::before { background: rgba(255,255,255,.045); }
.catalog .product-visual:not(.with-photo) svg { color: #c9c9c3; filter: none; }
.product-badge { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 7px 9px; background: #111; color: white; border-radius: 999px; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.product-badge.new { background: var(--acid); color: #111; }
.stock-badge { position: absolute; z-index: 3; top: 16px; right: 16px; padding: 7px 9px; color: #51514d; border: 1px solid rgba(0,0,0,.14); border-radius: 999px; background: rgba(255,255,255,.4); font-size: 8px; font-weight: 700; letter-spacing: .03em; }
.product-info { min-height: 226px; display: flex; flex-direction: column; padding: 22px; }
.product-type { margin: 0 0 7px; color: #8a8a85; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.product-info h3 { margin: 0; color: #f5f5f2; font-size: 17px; line-height: 1.3; letter-spacing: -.025em; }
.product-set { min-height: 34px; margin: 12px 0 0; color: #85857f; font-size: 9px; line-height: 1.5; }
.product-set b { color: #b9b9b4; font-weight: 700; }
.product-set.placeholder { visibility: hidden; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; }
.product-bottom p { margin: 0; font-size: 11px; white-space: nowrap; }
.product-bottom strong { font-size: 15px; }
.add-button { display: flex; align-items: center; gap: 9px; padding: 8px 9px 8px 13px; color: #eee; border: 1px solid #454545; border-radius: 999px; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.add-button b { width: 20px; height: 20px; display: grid; place-items: center; color: white; background: #111; border-radius: 50%; font-size: 14px; font-weight: 400; }
.add-button.added { color: white; border-color: #111; background: #111; }
.add-button.added b { color: #111; background: var(--acid); }
.empty-state { display: none; padding: 50px; text-align: center; border: 1px dashed #bbb; border-radius: var(--radius); }
.empty-state.show { display: block; }
.text-button { padding: 0; border: 0; border-bottom: 1px solid; background: transparent; font-weight: 700; cursor: pointer; }
.catalog-more { display: flex; justify-content: center; margin-top: 34px; }
.more-button { min-width: 215px; color: white; border-color: #454545; background: #141414; }
.more-button:hover { color: #050505; border-color: var(--acid); background: var(--acid); }
.more-button b { color: #8a8a84; font-size: 9px; font-weight: 600; }
.more-button[hidden] { display: none; }

.kit-banner { min-height: 390px; display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; color: #f4f6f8; background-image: var(--grain), radial-gradient(ellipse 70% 120% at 100% 100%, rgba(91,179,246,.38), rgba(17,46,78,.25) 36%, transparent 68%), linear-gradient(145deg, #171a22, #090c13); background-size: 150px 150px, auto, auto; background-blend-mode: overlay, screen, normal; border: 1px solid #303745; border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.kit-copy { align-self: center; padding: clamp(42px, 6vw, 82px); }
.kit-copy .kicker { color: #a7adb7; }
.kit-copy p:not(.kicker) { max-width: 560px; margin: 24px 0 30px; color: #9ca3ae; font-size: 14px; line-height: 1.75; }
.kit-copy .button-light { color: #070a10; background: #edf9ff; box-shadow: 0 0 34px rgba(109,197,255,.18); }
.kit-copy .button-light:hover { background: white; color: #070a10; box-shadow: 0 0 36px rgba(136,211,255,.38); }
.kit-route { display: flex; flex-direction: column; justify-content: center; padding: 45px clamp(30px, 5vw, 75px); border-left: 1px solid rgba(213,236,255,.16); }
.kit-route > div { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; padding: 25px 0; border-bottom: 1px solid rgba(213,236,255,.16); }
.kit-route > div:last-child { border-bottom: 0; }
.kit-route span { color: #8893a1; font-size: 10px; }
.kit-route strong { font-size: clamp(22px, 2.5vw, 36px); letter-spacing: -.04em; }

.how { background-image: var(--grain), linear-gradient(180deg, #101218, #151820); background-size: 150px 150px, auto; background-blend-mode: overlay, normal; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #343945; }
.steps article { min-height: 250px; padding: 26px 30px 20px 0; border-right: 1px solid #343945; }
.steps article:not(:first-child) { padding-left: 30px; }
.steps article:last-child { border-right: 0; }
.steps span { color: #727a88; font-size: 11px; }
.steps h3 { margin: 64px 0 13px; font-size: 17px; }
.steps p { max-width: 245px; margin: 0; color: #9299a5; font-size: 12px; line-height: 1.7; }

.terms { padding-top: 0; }
.terms-card { display: grid; grid-template-columns: 1fr 1fr; color: white; background: #11141d; border: 1px solid #303643; border-radius: 28px; overflow: hidden; }
.terms-intro { padding: clamp(50px, 6vw, 90px); background-image: var(--grain), radial-gradient(ellipse at 0 100%, rgba(92,181,247,.32) 0, rgba(19,49,82,.22) 34%, #0c0f17 68%); background-size: 150px 150px, auto; background-blend-mode: overlay, normal; }
.terms-intro .kicker { color: var(--acid); }
.terms-intro > p:last-child { max-width: 450px; margin: 30px 0 0; color: #888; font-size: 13px; line-height: 1.7; }
.terms-list { padding: 40px clamp(35px, 5vw, 75px); }
.terms-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #30302e; }
.terms-list > div:last-child { border-bottom: 0; }
.terms-list > div > svg { width: 22px; height: 22px; color: var(--acid); }
.terms-list span { display: flex; flex-direction: column; gap: 8px; }
.terms-list strong { font-size: 14px; }
.terms-list small { max-width: 390px; color: #858585; font-size: 11px; line-height: 1.6; }

.faq { padding-top: 0; }
.faq { background-color: #101218; background-image: var(--grain); background-size: 150px 150px; background-blend-mode: overlay; }
.faq-list { border-top: 1px solid #343945; }
.faq details { border-bottom: 1px solid #343945; }
.faq summary { padding: 26px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-size: 16px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { transition: transform .2s; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq details p { max-width: 720px; margin: -5px 0 27px; color: #9299a5; font-size: 13px; line-height: 1.7; }

.contact { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; color: white; background-image: var(--grain), radial-gradient(ellipse 55% 120% at 80% 120%, rgba(69,157,232,.27), transparent 68%); background-color: #080a10; background-size: 150px 150px, auto; background-blend-mode: overlay, screen; }
.contact .kicker { color: var(--acid); }
.contact-copy > p:last-child { max-width: 500px; margin: 30px 0 0; color: #858585; font-size: 14px; line-height: 1.7; }
.contact-action { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 24px; }
.contact-details { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.contact-details p { display: flex; align-items: center; gap: 9px; margin: 4px 0 0; color: #8e8e8e; font-size: 11px; }
.contact-details p svg { width: 15px; }
.contact-link { color: #f4f4f0; font-size: 14px; transition: color .2s; }
.contact-link:hover { color: var(--acid); }
.social-links { display: flex; gap: 9px; margin: 3px 0; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; color: #f4f4f0; border: 1px solid #3b3b38; border-radius: 50%; transition: .2s; }
.social-links a:hover { color: #111; background: var(--acid); border-color: var(--acid); transform: translateY(-2px); }
.social-links svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
footer { padding: 55px clamp(22px, 6.5vw, 104px); display: grid; grid-template-columns: 1fr auto; gap: 50px; color: #9298a3; background-color: #080a10; background-image: var(--grain); background-size: 150px 150px; background-blend-mode: overlay; border-top: 1px solid #282e39; }
.footer-brand img { width: 126px; height: 48px; object-fit: contain; }
.footer-brand p { margin: 16px 0 0; font-size: 11px; }
.footer-nav { display: flex; gap: 28px; align-items: flex-start; color: #ddd; font-size: 11px; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid #232323; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; visibility: hidden; opacity: 0; transition: .2s; }
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.modal-panel { position: relative; justify-self: end; width: min(620px, 100%); height: 100%; padding: clamp(35px, 5vw, 72px); overflow-y: auto; color: #111; background: #f4f5f6; transform: translateX(100%); transition: transform .3s ease; }
.modal.open .modal-panel { transform: translateX(0); }
.modal-close { position: absolute; right: 28px; top: 25px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #ccc; border-radius: 50%; background: transparent; font-size: 23px; cursor: pointer; }
.modal h2 { font-size: clamp(38px, 4vw, 58px); }
.modal-lead { margin: 20px 0 28px; color: #74746f; font-size: 13px; line-height: 1.7; }
.booking-selection { display: none; padding: 8px 0 12px; }
.booking-selection.show { display: grid; }
.booking-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 18px; padding: 14px 0; border-bottom: 1px solid #d8d8d2; }
.booking-item-copy { min-width: 0; }
.booking-item-copy strong { display: block; font-size: 12px; line-height: 1.4; }
.booking-item-copy small { display: block; margin-top: 5px; color: #777; font-size: 10px; }
.booking-item-controls { display: flex; align-items: center; gap: 8px; }
.booking-item-controls button { width: 28px; height: 28px; padding: 0; border: 1px solid #c7c7c1; border-radius: 50%; background: white; cursor: pointer; }
.booking-item-controls b { min-width: 18px; text-align: center; font-size: 11px; }
.booking-remove { grid-column: 1 / -1; width: max-content; padding: 0; color: #8d555b; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 9px; cursor: pointer; }
.booking-total { display: none; align-items: baseline; justify-content: space-between; margin: 0 0 25px; padding: 16px 0; border-bottom: 1px solid #bbb; }
.booking-total.show { display: flex; }
.booking-total span { color: #777; font-size: 11px; font-weight: 600; }
.booking-total strong { font-size: 22px; }
#booking-form { display: grid; gap: 18px; }
#booking-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 700; }
#booking-form input, #booking-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #c6c6c0; outline: none; background: transparent; border-radius: 0; }
#booking-form input:focus, #booking-form textarea:focus { border-color: #111; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-disclaimer { margin: -7px 0 0; color: #92928e; font-size: 8px; line-height: 1.5; text-align: center; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success { display: none; text-align: center; padding: 60px 0; }
.form-success.show { display: block; }
.form-success > span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 25px; background: var(--acid); border-radius: 50%; }
.form-success h3 { margin: 0 0 12px; font-size: 26px; }
.form-success p { color: #777; font-size: 12px; line-height: 1.6; }
.form-success .button-ghost { margin-top: 20px; color: #111; border-color: #aaa; }

@media (max-width: 1024px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; position: absolute; top: 92px; left: 0; width: 100%; padding: 25px; flex-direction: column; background: #0a0a0a; }
  .site-header.menu-open .main-nav { display: flex; }
  .menu-toggle { display: block; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .search-field { width: 100%; }
  .category-tabs { justify-content: flex-start; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(n+3) { border-top: 1px solid #cacac4; }
  .steps article:nth-child(3) { padding-left: 0; }
}

@media (max-width: 720px) {
  .site-header { height: 76px; padding-inline: 17px; }
  .brand img { width: 78px; height: 32px; }
  .brand-city, .header-contact { display: none; }
  .header-actions { gap: 7px; }
  .cart-button, .favorite-nav-button { width: 36px; height: 36px; }
  .cart-button svg, .favorite-nav-button svg { width: 16px; }
  .lang-switcher { display: none; }
  .main-nav { top: 76px; }
  .menu-toggle { width: 34px; height: 36px; padding: 7px; }
  .hero { min-height: 600px; height: min(100svh, 760px); max-height: none; align-items: center; }
  .hero::after { display: none; }
  .hero-media { background-position: 67% center; opacity: .72; }
  .hero-content { width: 100%; margin: 0; padding: 90px 18px 35px; }
  .hero-hours { gap: 11px; margin-bottom: 28px; }
  .hero-hours strong { font-size: 34px; }
  .hero-hours span { font-size: 7px; letter-spacing: .17em; }
  .hero-mark { right: -34px; top: 20%; width: 76vw; opacity: .08; }
  .hero h1 { max-width: 100%; font-size: clamp(38px, 11.5vw, 52px); line-height: 1.02; overflow-wrap: anywhere; }
  .hero-lead { margin-top: 22px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .hero-facts { gap: 16px; margin-top: 35px; }
  .hero-facts div { flex: 1; }
  .hero-facts strong { font-size: 11px; }
  .hero-facts span { font-size: 9px; line-height: 1.4; }
  .scroll-cue { display: none; }
  .section { padding: 72px 18px; }
  .section-narrow { margin-inline: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 35px; }
  .section-heading > p { justify-self: start; }
  .section h2, .kit-banner h2 { font-size: 36px; overflow-wrap: anywhere; }
  .category-tabs { flex-wrap: nowrap; width: calc(100vw - 36px); padding-bottom: 6px; overflow-x: auto; }
  .category-tabs button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height: 255px; }
  .product-info { min-height: 205px; padding: 19px; }
  .product-bottom { align-items: center; }
  .kit-banner { grid-template-columns: 1fr; }
  .kit-copy { padding: 48px 25px; }
  .kit-route { padding: 10px 25px 34px; border-top: 1px solid #d2d2cb; border-left: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child), .steps article:nth-child(3) { min-height: 190px; padding: 24px 0; border-right: 0; border-top: 1px solid #cacac4; }
  .steps article:first-child { border-top: 0; }
  .steps h3 { margin-top: 35px; }
  .terms-card { grid-template-columns: 1fr; }
  .terms-intro { padding: 48px 25px; }
  .terms-list { padding: 15px 25px; }
  .contact { grid-template-columns: 1fr; }
  .contact-action { justify-self: start; align-items: flex-start; }
  .contact-details { align-items: flex-start; }
  footer { grid-template-columns: 1fr; }
  .footer-nav { flex-direction: column; gap: 14px; }
  .footer-meta { flex-direction: column; gap: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .modal-panel { padding: 64px 20px 35px; }
  .modal h2 { padding-right: 38px; font-size: 36px; }
  .modal-close { right: 16px; top: 15px; }
}

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