@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700&display=swap");

:root {
  --bg: #111110;
  --panel: #191918;
  --panel-2: #222220;
  --paper: #f1ede6;
  --text: #f7f4ef;
  --muted: #a8a49e;
  --line: rgba(255, 255, 255, .12);
  --line-soft: rgba(255, 255, 255, .07);
  --accent: #bfa781;
  --accent-soft: rgba(191, 167, 129, .16);
  --warm: #c8a274;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.consult-modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.tile-canvas { position: fixed; z-index: -3; inset: 0; pointer-events: none; background-color: #131312; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(117deg, transparent 0 31%, rgba(255,255,255,.013) 31.2% 31.45%, transparent 31.65% 100%), radial-gradient(circle at 15% 5%, rgba(191,167,129,.07), transparent 27rem); background-size: min(46vw, 620px) 310px, min(46vw, 620px) 310px, 680px 610px, auto; }
.tile-canvas::after { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-radial-gradient(ellipse at 30% 20%, transparent 0 23px, rgba(255,255,255,.025) 24px, transparent 26px 68px); background-size: 340px 270px; }
.cursor-glow { position: fixed; z-index: -2; left: 0; top: 0; width: 440px; height: 440px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(191,167,129,.1), transparent 68%); transform: translate3d(-50%, -50%, 0); will-change: transform; }

.page-loader { position: fixed; z-index: 1000; inset: 0; display: grid; place-content: center; gap: 24px; background: #0e0e0d; text-align: center; transition: opacity .55s ease, visibility .55s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.page-loader strong { color: #ded9d1; font-family: "Unbounded", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .2em; }
.page-loader__mark { width: 98px; height: 68px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skewY(-5deg); }
.page-loader__mark i { border: 1px solid rgba(255,255,255,.25); background: #242321; animation: loaderSlab 1s ease-in-out infinite alternate; }
.page-loader__mark i:nth-child(2) { background: var(--accent); border-color: var(--accent); animation-delay: .12s; }
.page-loader__mark i:nth-child(3) { animation-delay: .24s; }
@keyframes loaderSlab { to { transform: translateY(-8px); filter: brightness(1.45); } }

.finish-nav { position: sticky; z-index: 50; top: 12px; width: min(1340px, calc(100% - 36px)); min-height: 98px; margin: 12px auto 0; padding: 8px 10px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 5px; background: rgba(11,11,10,.86); box-shadow: 0 18px 50px rgba(0,0,0,.32); backdrop-filter: blur(22px) saturate(115%); }
.finish-brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.finish-brand__logo { width: 300px; height: 80px; display: block; overflow: hidden; background: #000; }
.finish-brand__logo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.finish-nav__links { display: flex; align-items: center; gap: 18px; }
.finish-nav__links a { position: relative; color: #c7c2ba; font-size: 14px; font-weight: 700; }
.finish-nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--accent); transition: right .25s ease; }
.finish-nav__links a:hover::after { right: 0; }
.nav-contacts { flex: 0 0 auto; display: flex; align-items: center; gap: 6px; }
.nav-phone { min-height: 50px; padding: 0 11px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 2px; background: rgba(255,255,255,.025); transition: border-color .22s ease, background .22s ease, transform .22s ease; }
.nav-phone:hover { border-color: rgba(191,167,129,.58); background: rgba(191,167,129,.07); transform: translateY(-2px); }
.nav-phone__icon { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(191,167,129,.46); border-radius: 50%; color: var(--accent); }
.nav-phone__icon svg { width: 13px; height: 13px; fill: currentColor; }
.nav-phone > span:last-child { display: grid; gap: 2px; }
.nav-phone small { color: #77736e; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nav-work-status { display: flex; align-items: center; gap: 6px; color: #9bd5ac !important; white-space: nowrap; }
.nav-work-status i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #4dd77b; box-shadow: 0 0 0 3px rgba(77,215,123,.14), 0 0 10px rgba(77,215,123,.62); animation: workStatusBlink 1.35s ease-in-out infinite; }
@keyframes workStatusBlink { 50% { opacity: .3; box-shadow: 0 0 0 7px rgba(77,215,123,0), 0 0 3px rgba(77,215,123,.25); } }
.nav-phone strong { color: #f2eee7; font-size: 15px; font-weight: 750; white-space: nowrap; }
.nav-messengers { display: flex; align-items: center; gap: 3px; }
.nav-messenger { width: 37px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 2px; background: rgba(255,255,255,.025); color: var(--accent); transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease; }
.nav-messenger svg { width: 17px; height: 17px; fill: currentColor; }
.nav-messenger:hover { border-color: var(--accent); background: var(--accent); color: #171716; transform: translateY(-2px); }
.nav-action { min-height: 50px; padding: 0 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 2px; background: #f1ede6; color: #171716; font-size: 14px; font-weight: 800; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.nav-action span { margin-left: 11px; color: var(--accent); }
.nav-action:hover { transform: translateY(-2px); background: var(--accent); color: #fff; }

.hero { position: relative; width: min(1400px, calc(100% - 36px)); min-height: 830px; margin: 14px auto 0; overflow: hidden; isolation: isolate; border: 1px solid var(--line); border-radius: 6px; background: #151514; }
.hero__visual, .room-card, .room-scene { position: absolute; inset: 0; }
.hero__visual { z-index: -2; overflow: hidden; }
.room-card { transform: scale(1.015); transition: transform .2s ease-out; }
.room-scene img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); animation: heroBreath 15s ease-in-out infinite alternate; }
@keyframes heroBreath { to { transform: scale(1.045); } }
.hero__shade { position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(11,11,10,.98) 0%, rgba(11,11,10,.92) 23%, rgba(11,11,10,.65) 45%, rgba(11,11,10,.2) 71%, rgba(11,11,10,.06) 100%), linear-gradient(180deg, rgba(0,0,0,.18), transparent 45%, rgba(0,0,0,.48)); }
.hero__copy { position: relative; z-index: 2; width: min(650px, 55%); padding: clamp(100px, 11vw, 160px) 0 170px clamp(34px, 6vw, 88px); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: #aaa69f; font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { margin-bottom: 32px; }
.eyebrow i { width: 20px; height: 1px; background: var(--accent); box-shadow: 0 0 18px rgba(191,167,129,.58); }
.hero h1 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(55px, 6.35vw, 94px); font-weight: 550; line-height: .96; letter-spacing: -.065em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero__offer { max-width: 620px; margin: 30px 0 0; color: #beb9b1; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.58; }
.hero__offer strong { color: #f7f3ec; font-weight: 650; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { min-height: 59px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 2px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--accent { border: 1px solid var(--accent); background: var(--accent); color: #fff; }
.button--accent span { font-size: 16px; }
.button--glass { border: 1px solid rgba(255,255,255,.25); background: rgba(17,17,16,.35); color: #fff; backdrop-filter: blur(12px); }
.button--glass:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.button--outline { border: 1px solid rgba(255,255,255,.22); background: transparent; color: #fff; }
.hero__facts { position: absolute; z-index: 3; left: clamp(34px, 6vw, 88px); bottom: 46px; display: flex; align-items: stretch; border-top: 1px solid rgba(255,255,255,.22); }
.hero__facts div { min-width: 145px; padding: 19px 35px 0 0; display: grid; gap: 5px; }
.hero__facts strong { font-family: "Unbounded", sans-serif; font-size: 25px; font-weight: 500; }
.hero__facts span { color: #98938c; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero__folio { position: absolute; z-index: 2; top: 34px; right: 35px; display: flex; align-items: center; gap: 17px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero__folio b { color: #fff; font-family: "Unbounded", sans-serif; font-size: 15px; font-weight: 500; }

.direction-line { width: 100%; margin: 18px 0 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(20,20,19,.8); }
.direction-line__track { width: max-content; height: 64px; display: flex; align-items: center; gap: 24px; color: #b3afa8; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; animation: ticker 34s linear infinite; }
.direction-line__track i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
@keyframes ticker { to { transform: translateX(-50%); } }

.directions, .materials, .delivery-terms, .start-section, .faq-section, .pickup-section { width: min(1280px, calc(100% - 42px)); margin: 0 auto; }
.directions { padding: clamp(105px, 11vw, 160px) 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); align-items: end; gap: 70px; margin-bottom: 62px; }
.section-kicker { margin-bottom: 23px; color: #8e8a84; }
.section-head h2, .materials h2, .start-card h2 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(43px, 5.4vw, 73px); font-weight: 520; line-height: 1.02; letter-spacing: -.06em; }
.section-head h2 em, .materials h2 em, .start-card h2 em { color: var(--accent); font-style: normal; }
.section-head > p { margin: 0 0 3px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.direction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.direction-card { position: relative; min-height: 575px; padding: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 3px; background: linear-gradient(145deg, rgba(255,255,255,.04), transparent 45%), #1b1b1a; text-align: left; cursor: pointer; transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease; }
.direction-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 100%; width: 2px; background: var(--accent); transition: bottom .35s ease; }
.direction-card::after { display: none; }
.direction-card:hover { z-index: 2; transform: translateY(-6px); border-color: rgba(255,255,255,.2); background-color: #20201f; box-shadow: 0 22px 60px rgba(0,0,0,.32); }
.direction-card[aria-pressed="true"] { border-color: rgba(191,167,129,.7); background: linear-gradient(145deg, rgba(191,167,129,.15), transparent 58%), #201f1d; }
.direction-card[aria-pressed="true"]::before { bottom: 0; }
.direction-card--wide { grid-column: span 2; min-height: 650px; }
.direction-card__top { position: absolute; z-index: 4; left: 20px; right: 20px; top: 20px; display: flex; justify-content: space-between; color: #d7d2cb; }
.direction-card__top b { padding: 10px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 2px; background: rgba(15,15,14,.66); font-family: "Unbounded", sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; backdrop-filter: blur(10px); }
.direction-card__top i { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: rgba(15,15,14,.66); color: #f1ece5; font-size: 18px; font-style: normal; backdrop-filter: blur(10px); }
.direction-card__media { position: relative; width: 100%; height: 290px; display: block; overflow: hidden; background: #242321; }
.direction-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.03), transparent 52%, rgba(10,10,9,.46)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.035); pointer-events: none; }
.direction-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.direction-card__status { position: absolute; z-index: 3; left: 18px; bottom: 17px; padding: 10px 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 2px; background: rgba(15,15,14,.78); color: #eee9e1; font-size: 10px; font-weight: 750; letter-spacing: .09em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.direction-card__status::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(191,167,129,.15); }
.direction-card:hover .direction-card__media img { transform: scale(1.045); filter: contrast(1.025) saturate(1.04); }
.direction-card--wide .direction-card__media { height: 400px; }
.direction-card__copy { position: relative; z-index: 1; padding: 26px 24px 0; display: grid; }
.direction-card__copy small { margin-bottom: 10px; color: var(--accent); font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.direction-card__copy strong { max-width: 390px; font-family: "Unbounded", sans-serif; font-size: clamp(25px, 2.35vw, 34px); font-weight: 520; line-height: 1.08; letter-spacing: -.045em; }
.direction-card__copy em { margin-top: 13px; color: #a19d96; font-size: 15px; line-height: 1.5; font-style: normal; }
.direction-card__action { position: relative; z-index: 1; margin-top: auto; padding: 23px 24px 24px; display: flex; align-items: center; justify-content: space-between; color: #d2cdc5; font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.direction-card__action b { color: var(--accent); font-size: 22px; font-weight: 400; transition: transform .25s ease; }
.direction-card:hover .direction-card__action b { transform: rotate(90deg); }
.direction-card[aria-pressed="true"] .direction-card__action { color: #fff; }
.direction-card[aria-pressed="true"] .direction-card__action b { transform: rotate(45deg); }

.materials { padding: 24px 0 clamp(110px, 12vw, 180px); display: grid; grid-template-columns: minmax(350px, .8fr) minmax(430px, 1.2fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.materials__image { position: relative; min-height: 690px; overflow: hidden; border: 1px solid var(--line); border-radius: 3px; background: #242321; box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.materials__image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), inset 0 -80px 110px rgba(0,0,0,.38); pointer-events: none; }
.materials__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .8s ease; }
.materials__image:hover img { transform: scale(1.025); }
.materials__image span { position: absolute; z-index: 2; left: 24px; bottom: 22px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); background: rgba(15,15,14,.62); color: #d6d1c9; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(12px); }
.materials__copy > p { max-width: 620px; margin: 31px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.materials dl { margin: 43px 0 0; border-top: 1px solid var(--line); }
.materials dl div { padding: 19px 0; display: grid; grid-template-columns: 130px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.materials dt { color: #e5e0d8; font-size: 14px; font-weight: 750; text-transform: uppercase; }
.materials dd { margin: 0; color: #9f9b94; font-size: 15px; line-height: 1.5; }
.text-link { margin-top: 32px; padding: 0 0 9px; border: 0; border-bottom: 1px solid rgba(191,167,129,.72); background: transparent; color: #f2eee7; font-size: 14px; font-weight: 800; cursor: pointer; }
.text-link span { margin-left: 14px; color: var(--accent); }

.route-section { position: relative; padding: clamp(100px, 11vw, 160px) max(21px, calc((100vw - 1280px) / 2)); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.025), transparent 42%), #171716; }
.route-section::after { content: ""; position: absolute; width: 720px; height: 720px; right: -330px; top: -300px; border: 1px solid rgba(255,255,255,.04); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.012), 0 0 0 180px rgba(255,255,255,.008); }
.section-head--dark { position: relative; z-index: 1; }
.route-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-step { min-height: 335px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.route-step > span { color: #77736d; font-family: "Unbounded", sans-serif; font-size: 11px; letter-spacing: .1em; }
.route-step > i { width: 51px; height: 51px; margin: 49px 0 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--accent); font-size: 20px; font-style: normal; }
.route-step h3 { margin: 0 0 13px; font-size: 19px; font-weight: 700; }
.route-step p { margin: 0; color: #9a968f; font-size: 15px; line-height: 1.6; }
.delivery-line { position: relative; z-index: 1; margin-top: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.delivery-line > strong { font-family: "Unbounded", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .04em; }
.delivery-line > div { position: relative; height: 42px; display: grid; place-items: center; }
.delivery-line > div::before { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, var(--accent), rgba(255,255,255,.3), var(--accent)); }
.delivery-line > div i { position: absolute; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(191,167,129,.11); animation: routeDot 4.6s linear infinite; }
.delivery-line > div span { position: relative; z-index: 1; padding: 8px 14px; background: #171716; color: #9f9b94; font-size: 10px; letter-spacing: .14em; }
@keyframes routeDot { to { left: calc(100% - 8px); } }

.delivery-terms { padding: clamp(110px, 12vw, 175px) 0 20px; }
.delivery-terms__card { position: relative; padding: clamp(34px, 5vw, 68px); overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 3px; background: linear-gradient(135deg, rgba(191,167,129,.12), transparent 36%), #191918; box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.delivery-terms__card::before { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; top: -225px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.013), 0 0 0 144px rgba(255,255,255,.007); pointer-events: none; }
.delivery-terms__top { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); align-items: end; gap: clamp(38px, 7vw, 96px); }
.delivery-terms__intro h2 { max-width: 760px; margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(39px, 4.9vw, 66px); font-weight: 520; line-height: 1.03; letter-spacing: -.06em; }
.delivery-terms__intro h2 em { color: var(--accent); font-style: normal; }
.delivery-terms__intro > p { max-width: 690px; margin: 27px 0 0; color: #b5b0a8; font-size: 17px; line-height: 1.7; }
.delivery-terms__price { min-height: 245px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; border-radius: 3px; background: var(--accent); color: #171716; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.delivery-terms__price > span { font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.delivery-terms__price strong { margin-top: 14px; font-family: "Unbounded", sans-serif; font-size: clamp(49px, 5vw, 68px); font-weight: 600; line-height: 1; letter-spacing: -.065em; white-space: nowrap; }
.delivery-terms__price strong small { font-size: .45em; font-weight: 600; }
.delivery-terms__price p { max-width: 310px; margin: 17px 0 0; font-size: 15px; font-weight: 650; line-height: 1.5; }
.delivery-terms__grid { position: relative; z-index: 1; margin-top: 45px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.delivery-terms__grid article { min-height: 190px; padding: 31px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.delivery-terms__grid article > span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.delivery-terms__grid article p { max-width: 510px; margin: 20px 0 0; color: #aaa69f; font-size: 17px; line-height: 1.65; }
.delivery-terms__grid article p strong { color: #e8e3db; font-weight: 700; }
.delivery-terms__note { position: relative; z-index: 1; margin-top: 22px; padding: 20px 23px; display: flex; align-items: center; gap: 17px; border: 1px solid rgba(191,167,129,.31); background: rgba(191,167,129,.065); }
.delivery-terms__note i { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(191,167,129,.55); border-radius: 50%; color: var(--accent); font-family: "Unbounded", sans-serif; font-size: 13px; font-style: normal; }
.delivery-terms__note p { margin: 0; color: #b7b2aa; font-size: 15px; line-height: 1.6; }

.start-section { padding: clamp(110px, 13vw, 190px) 0 42px; }
.start-card { position: relative; min-height: 540px; padding: clamp(38px, 6vw, 82px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 3px; background: linear-gradient(110deg, rgba(191,167,129,.12), transparent 37%), #1c1c1b; }
.start-card::before { content: ""; position: absolute; width: 360px; height: 360px; right: -110px; bottom: -150px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 62px rgba(255,255,255,.016), 0 0 0 124px rgba(255,255,255,.009); }
.start-card__copy, .start-card__actions { position: relative; z-index: 1; }
.start-card__copy > p { max-width: 570px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.selected-chips { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 7px; }
.selected-chips span { padding: 9px 12px; border: 1px solid rgba(191,167,129,.45); border-radius: 2px; background: rgba(191,167,129,.09); color: #e8e2da; font-size: 12px; font-weight: 700; }
.start-card__actions { display: grid; gap: 10px; }
.start-card__actions .button { width: 100%; }
.start-card__actions small { margin-top: 8px; color: #97938d; font-size: 12px; line-height: 1.55; text-align: center; }
.page-signature { width: calc(100% - 24px); margin: 0 auto 34px; color: #77736d; font-size: 10px; letter-spacing: .17em; text-align: center; }

.faq-section { position: relative; padding: 24px 0 clamp(105px, 11vw, 160px); }
.faq-section::before { content: ""; position: absolute; left: 0; top: 0; width: 92px; height: 1px; background: var(--accent); box-shadow: 102px 0 rgba(255,255,255,.12); }
.faq-section .section-head { margin-bottom: 52px; }
.faq-list { border-top: 1px solid rgba(255,255,255,.16); }
.faq-item { position: relative; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; transition: background .25s ease; }
.faq-item[open] { background: linear-gradient(100deg, rgba(191,167,129,.085), transparent 58%); }
.faq-item summary { min-height: 112px; padding: 24px 20px; display: grid; grid-template-columns: 58px minmax(0, 1fr) 54px; align-items: center; gap: 18px; list-style: none; cursor: pointer; user-select: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-item summary:focus-visible { outline: 1px solid var(--accent); outline-offset: -1px; }
.faq-item summary > span { color: #77736d; font-family: "Unbounded", sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; }
.faq-item summary > strong { color: #e8e3db; font-family: "Unbounded", sans-serif; font-size: clamp(21px, 2.1vw, 30px); font-weight: 520; line-height: 1.25; letter-spacing: -.035em; transition: color .22s ease; }
.faq-item summary:hover > strong, .faq-item[open] summary > strong { color: #fff; }
.faq-item summary > i { position: relative; width: 46px; height: 46px; display: block; justify-self: end; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: border-color .25s ease, background .25s ease, transform .3s ease; }
.faq-item summary > i::before, .faq-item summary > i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--accent); transform: translate(-50%, -50%); transition: transform .3s ease; }
.faq-item summary > i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary > i { border-color: rgba(191,167,129,.65); background: rgba(191,167,129,.1); transform: rotate(180deg); }
.faq-item[open] summary > i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { max-width: 1000px; padding: 0 78px 42px 96px; color: #b7b2aa; font-size: 17px; line-height: 1.72; animation: faqReveal .34s ease both; }
.faq-answer p { margin: 0; }
.faq-answer p + p { margin-top: 13px; }
.faq-steps, .faq-points { margin: 0; padding: 0; list-style: none; }
.faq-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 30px; counter-reset: faq-step; }
.faq-steps li { position: relative; min-height: 42px; padding-left: 41px; counter-increment: faq-step; }
.faq-steps li::before { content: counter(faq-step, decimal-leading-zero); position: absolute; left: 0; top: 1px; color: var(--accent); font-family: "Unbounded", sans-serif; font-size: 10px; letter-spacing: .06em; }
.faq-points { display: grid; gap: 11px; }
.faq-points li { position: relative; padding-left: 22px; }
.faq-points li::before { content: ""; position: absolute; left: 1px; top: .72em; width: 7px; height: 1px; background: var(--accent); }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }

.pickup-section { position: relative; padding: 24px 0 clamp(90px, 10vw, 145px); }
.pickup-section::before { content: ""; position: absolute; left: 0; top: 0; width: 92px; height: 1px; background: var(--accent); box-shadow: 102px 0 rgba(255,255,255,.12); }
.pickup-section .section-head { margin-bottom: 50px; }
.pickup-layout { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(350px, .65fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 3px; background: #171716; box-shadow: 0 36px 100px rgba(0,0,0,.42); }
.pickup-layout::after { content: ""; position: absolute; z-index: 7; right: 0; top: 0; width: 74px; height: 74px; border-top: 1px solid rgba(191,167,129,.42); border-right: 1px solid rgba(191,167,129,.42); pointer-events: none; }
.pickup-map-shell { position: relative; min-width: 0; min-height: 650px; overflow: hidden; background: #252522; }
.pickup-map { position: absolute; inset: 0; background: linear-gradient(135deg, #292824, #1d1d1b); }
.pickup-map [class*="-ground-pane"] { filter: grayscale(.78) sepia(.13) contrast(1.03) brightness(.88); }
.pickup-map [class*="-copyrights-pane"] { opacity: .72; filter: grayscale(1); }
.pickup-map__loading, .pickup-map__fallback { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 13px; background: linear-gradient(135deg, rgba(191,167,129,.07), transparent 45%), #222220; color: #98948e; text-align: center; }
.pickup-map__loading::before, .pickup-map__fallback::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.055); background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 82px 82px; pointer-events: none; }
.pickup-map__loading span { position: relative; z-index: 1; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.14); border-top-color: var(--accent); border-radius: 50%; animation: pickupSpin 1s linear infinite; }
.pickup-map__loading p, .pickup-map__fallback p { position: relative; z-index: 1; margin: 0; font-size: 13px; letter-spacing: .06em; }
.pickup-map__fallback > span { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(191,167,129,.4); border-radius: 50%; color: var(--accent); font-size: 22px; }
.pickup-map__fallback strong { position: relative; z-index: 1; color: #ddd8d0; font-size: 16px; }
@keyframes pickupSpin { to { transform: rotate(360deg); } }
.pickup-map__badge { position: absolute; z-index: 5; left: 64px; top: 17px; min-height: 45px; padding: 0 14px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 2px; background: rgba(18,18,17,.84); box-shadow: 0 12px 30px rgba(0,0,0,.24); color: #e9e4dc; backdrop-filter: blur(15px); pointer-events: none; }
.pickup-map__badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(191,167,129,.13); }
.pickup-map__badge span { font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.pickup-map__badge b { padding-left: 9px; border-left: 1px solid rgba(255,255,255,.13); color: #a09c95; font-size: 10px; font-weight: 650; }
.pickup-map__caption { position: absolute; z-index: 5; left: 18px; right: 18px; bottom: 17px; min-height: 43px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 2px; background: rgba(18,18,17,.83); color: #bbb6ae; backdrop-filter: blur(15px); pointer-events: none; }
.pickup-map__caption span { font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pickup-map__caption b { color: var(--accent); font-size: 10px; font-weight: 700; }
.pickup-panel { min-width: 0; display: flex; flex-direction: column; border-left: 1px solid var(--line); background: linear-gradient(160deg, rgba(191,167,129,.055), transparent 27%), #181817; }
.pickup-panel__head { padding: 27px 24px 19px; border-bottom: 1px solid var(--line); }
.pickup-panel__head > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pickup-panel__head > div span { color: #aaa69f; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.pickup-panel__head > div strong { color: #e9e4dc; font-family: "Unbounded", sans-serif; font-size: 15px; font-weight: 500; white-space: nowrap; }
.pickup-search { position: relative; margin-top: 18px; display: block; }
.pickup-search input { width: 100%; height: 52px; padding: 0 44px 0 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 2px; outline: none; background: rgba(255,255,255,.028); color: #f3efe8; font-size: 14px; transition: border-color .22s ease, background .22s ease; }
.pickup-search input::placeholder { color: #6f6b66; }
.pickup-search input:focus { border-color: rgba(191,167,129,.72); background: rgba(191,167,129,.055); }
.pickup-search input:disabled { cursor: wait; opacity: .6; }
.pickup-search b { position: absolute; right: 15px; top: 50%; color: var(--accent); font-size: 20px; font-weight: 400; transform: translateY(-54%); pointer-events: none; }
.pickup-list { min-height: 0; max-height: 510px; flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(191,167,129,.42) transparent; }
.pickup-list::-webkit-scrollbar { width: 5px; }
.pickup-list::-webkit-scrollbar-thumb { background: rgba(191,167,129,.42); }
.pickup-list__status { margin: 0; padding: 35px 24px; color: #8f8b85; font-size: 14px; line-height: 1.6; }
.pickup-item { position: relative; width: 100%; min-height: 92px; padding: 17px 18px; display: grid; grid-template-columns: 37px minmax(0, 1fr) 18px; grid-template-areas: "number address arrow" "number city arrow"; align-items: center; gap: 4px 12px; border: 0; border-bottom: 1px solid var(--line-soft); background: transparent; color: inherit; text-align: left; cursor: pointer; transition: background .22s ease, color .22s ease; }
.pickup-item::before { content: ""; position: absolute; left: 0; top: 50%; bottom: 50%; width: 2px; background: var(--accent); transition: top .22s ease, bottom .22s ease; }
.pickup-item:hover, .pickup-item.is-active { background: rgba(191,167,129,.075); }
.pickup-item:hover::before, .pickup-item.is-active::before { top: 0; bottom: 0; }
.pickup-item > span { grid-area: number; align-self: start; padding-top: 2px; color: #77736d; font-family: "Unbounded", sans-serif; font-size: 10px; }
.pickup-item > strong { grid-area: address; overflow: hidden; color: #e5e0d8; font-size: 14px; font-weight: 650; line-height: 1.4; text-overflow: ellipsis; }
.pickup-item > small { grid-area: city; color: #96918b; font-size: 12px; }
.pickup-item > b { grid-area: arrow; color: var(--accent); font-size: 17px; font-weight: 400; transition: transform .22s ease; }
.pickup-item:hover > b, .pickup-item.is-active > b { transform: translate(2px, -2px); }
.pickup-item.is-unmapped { cursor: default; }
.pickup-item.is-unmapped > b { opacity: .25; transform: none; }
.pickup-noscript { padding: 18px; border: 1px solid var(--line); color: #aaa69f; text-align: center; }

.selection-bar { position: fixed; z-index: 60; left: 50%; bottom: 22px; width: min(570px, calc(100% - 24px)); min-height: 72px; padding: 10px 10px 10px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 3px; background: rgba(20,20,19,.92); box-shadow: 0 22px 60px rgba(0,0,0,.5); opacity: 0; visibility: hidden; transform: translate(-50%, 22px); transition: opacity .3s ease, visibility .3s ease, transform .3s ease; backdrop-filter: blur(18px); }
.selection-bar.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.selection-bar > div { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.selection-bar > div i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(191,167,129,.74); color: #fff; font-family: "Unbounded", sans-serif; font-size: 13px; font-style: normal; }
.selection-bar > div span { color: #aaa69f; font-size: 10px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.selection-bar > button:not(.selection-bar__clear) { min-height: 49px; padding: 0 16px; border: 0; border-radius: 2px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.selection-bar > button span { margin-left: 8px; }
.selection-bar__clear { width: 35px; height: 35px; border: 0; background: transparent; color: #8d8983; font-size: 21px; cursor: pointer; }

.consult-modal[hidden] { display: none; }
.consult-modal { position: fixed; z-index: 900; inset: 0; display: grid; place-items: center; padding: 22px; }
.consult-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(5,5,5,.78); opacity: 0; cursor: default; transition: opacity .26s ease; backdrop-filter: blur(10px); }
.consult-modal__dialog { position: relative; width: min(620px, 100%); max-height: min(780px, calc(100dvh - 44px)); padding: clamp(26px, 5vw, 48px); overflow-y: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; outline: none; background: linear-gradient(145deg, rgba(191,167,129,.13), transparent 38%), #181817; box-shadow: 0 42px 120px rgba(0,0,0,.7); opacity: 0; transform: translateY(26px) scale(.975); transition: opacity .26s ease, transform .26s cubic-bezier(.2,.8,.2,1); }
.consult-modal__dialog::before { content: ""; position: absolute; width: 260px; height: 260px; right: -150px; top: -150px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.018), 0 0 0 96px rgba(255,255,255,.01); pointer-events: none; }
.consult-modal.is-open .consult-modal__backdrop { opacity: 1; }
.consult-modal.is-open .consult-modal__dialog { opacity: 1; transform: none; }
.consult-modal__topline { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.consult-modal__topline > span { display: inline-flex; align-items: center; gap: 9px; color: #b8b3ac; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.consult-modal__topline > span i { width: 16px; height: 1px; background: var(--accent); }
.consult-modal__close { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.025); color: #c7c2ba; font-size: 24px; font-weight: 300; line-height: 1; cursor: pointer; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.consult-modal__close:hover { border-color: rgba(255,255,255,.35); color: #fff; transform: rotate(90deg); }
.consult-modal__category { width: fit-content; margin-top: 34px; padding: 10px 12px; border: 1px solid rgba(191,167,129,.45); border-radius: 2px; background: rgba(191,167,129,.1); color: #ddd0bd; font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.consult-modal h2 { max-width: 490px; margin: 18px 0 0; font-family: "Unbounded", sans-serif; font-size: clamp(32px, 5.2vw, 49px); font-weight: 520; line-height: 1.05; letter-spacing: -.055em; }
.consult-modal__dialog > p { max-width: 520px; margin: 18px 0 0; color: #b7b2aa; font-size: 17px; line-height: 1.65; }
.consult-modal__call { position: relative; min-height: 88px; margin-top: 30px; padding: 14px 18px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; overflow: hidden; border: 1px solid var(--accent); border-radius: 3px; background: var(--accent); color: #151514; transition: transform .23s ease, filter .23s ease; }
.consult-modal__call::after { content: ""; position: absolute; width: 130px; height: 220%; top: -60%; left: -160px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: rotate(18deg); animation: callShine 3.8s ease-in-out infinite; }
@keyframes callShine { 0%, 58% { left: -160px; } 82%, 100% { left: calc(100% + 70px); } }
.consult-modal__call:hover { transform: translateY(-3px); filter: brightness(1.06); }
.consult-modal__call-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(20,20,19,.18); border-radius: 50%; background: rgba(255,255,255,.16); }
.consult-modal__call-icon svg { width: 22px; height: 22px; fill: currentColor; }
.consult-modal__call > span:nth-child(2) { display: grid; gap: 3px; }
.consult-modal__call small { font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.consult-modal__call strong { font-family: "Unbounded", sans-serif; font-size: clamp(18px, 3vw, 23px); font-weight: 600; letter-spacing: -.025em; }
.consult-modal__call > b { font-size: 21px; font-weight: 400; }
.consult-modal__divider { margin: 27px 0 17px; display: flex; align-items: center; gap: 13px; color: #99958e; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.consult-modal__divider::before, .consult-modal__divider::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.09); }
.consult-modal__socials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.consult-social { min-width: 0; min-height: 70px; padding: 10px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 3px; background: rgba(255,255,255,.025); color: #b8b3ac; text-align: left; cursor: pointer; transition: border-color .22s ease, background .22s ease, color .22s ease, transform .22s ease; }
.consult-social:hover { border-color: rgba(191,167,129,.54); background: rgba(191,167,129,.075); color: #f1ece5; transform: translateY(-2px); }
.consult-social__icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.consult-social__icon svg { width: 19px; height: 19px; fill: currentColor; }
.consult-social > span:last-child { min-width: 0; display: grid; gap: 2px; }
.consult-social strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; }
.consult-social small { color: #96918b; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.consult-social--max .consult-social__icon { color: #bd9bff; }
.consult-social--telegram .consult-social__icon { color: #57bcec; }
.consult-social--vk .consult-social__icon { color: #72a7ee; }
.consult-modal__continue { width: 100%; min-height: 52px; margin-top: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 2px; background: transparent; color: #c7c2ba; font-size: 12px; font-weight: 750; letter-spacing: .04em; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.consult-modal__continue span { margin-left: 8px; color: var(--accent); }
.consult-modal__continue:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.035); color: #fff; }

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

@media (max-width: 1080px) {
  .finish-nav__links { display: none; }
  .hero__copy { width: min(700px, 72%); }
  .direction-grid { grid-template-columns: repeat(2, 1fr); }
  .direction-card--wide { grid-column: span 2; }
  .materials { grid-template-columns: minmax(330px, .9fr) 1.1fr; gap: 50px; }
  .route-steps { grid-template-columns: repeat(2, 1fr); }
  .pickup-layout { grid-template-columns: 1fr; }
  .pickup-map-shell { min-height: 540px; }
  .pickup-panel { border-top: 1px solid var(--line); border-left: 0; }
  .pickup-list { max-height: 430px; }
}

@media (max-width: 1240px) {
  .finish-nav__links { display: none; }
}

@media (max-width: 760px) {
  .cursor-glow { display: none; }
  .tile-canvas { background-size: 92vw 230px, 92vw 230px, 470px 430px, auto; }
  .finish-nav { top: 8px; width: calc(100% - 20px); min-height: 76px; margin-top: 8px; padding: 7px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px 8px; }
  .finish-brand__logo { width: min(220px, 61vw); height: 60px; }
  .nav-action { min-height: 49px; padding: 0 14px; font-size: 0; }.nav-action::before { content: "Подбор"; font-size: 12px; }.nav-action span { margin-left: 6px; font-size: 14px; }
  .nav-contacts { grid-column: 1 / -1; width: 100%; padding-top: 7px; justify-content: space-between; gap: 7px; border-top: 1px solid rgba(255,255,255,.09); }
  .nav-phone { min-width: 0; min-height: 48px; padding: 0 9px; flex: 1; }
  .nav-phone__icon { width: 25px; height: 25px; }
  .nav-phone small { display: flex; font-size: 8px; letter-spacing: 0; }
  .nav-work-status { gap: 4px; }
  .nav-work-status i { width: 5px; height: 5px; }
  .nav-phone strong { font-size: 13px; }
  .nav-messengers { gap: 3px; }
  .nav-messenger { width: 38px; height: 48px; }
  .hero { width: calc(100% - 20px); min-height: 780px; margin-top: 9px; }
  .room-scene img { object-position: 66% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(10,10,9,.7) 0%, rgba(10,10,9,.46) 35%, rgba(10,10,9,.94) 67%, rgba(10,10,9,.99) 100%), linear-gradient(90deg, rgba(10,10,9,.68), transparent); }
  .hero__copy { width: auto; position: absolute; left: 20px; right: 20px; bottom: 151px; padding: 0; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; letter-spacing: .11em; }
  .hero h1 { font-size: clamp(43px, 12.5vw, 64px); }
  .hero__offer { margin-top: 21px; font-size: 17px; line-height: 1.5; }
  .hero__actions { display: grid; margin-top: 25px; }.hero__actions .button { width: 100%; min-height: 52px; }
  .hero__facts { left: 20px; right: 20px; bottom: 24px; justify-content: space-between; }
  .hero__facts div { min-width: 0; padding: 15px 11px 0 0; }.hero__facts strong { font-size: 21px; }.hero__facts span { font-size: 9px; }
  .hero__folio { top: 22px; right: 18px; }
  .direction-line__track { height: 56px; font-size: 10px; }
  .directions, .materials, .delivery-terms, .start-section, .faq-section, .pickup-section { width: calc(100% - 24px); }
  .directions { padding: 94px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 37px; }
  .section-head h2, .materials h2, .start-card h2 { font-size: clamp(35px, 10.2vw, 51px); }
  .section-head > p { font-size: 16px; line-height: 1.65; }
  .direction-grid { grid-template-columns: 1fr; gap: 9px; }
  .direction-card, .direction-card--wide { grid-column: auto; min-height: 545px; padding: 0; }
  .direction-card__media, .direction-card--wide .direction-card__media { height: 230px; }
  .direction-card__status { left: 13px; bottom: 13px; padding: 9px 11px; font-size: 9px; }
  .direction-card__top { left: 14px; right: 14px; top: 14px; }
  .direction-card__copy { padding: 23px 20px 0; }
  .direction-card__action { padding: 21px 20px 22px; }
  .direction-card__copy strong { font-size: 27px; }
  .materials { padding: 0 0 100px; grid-template-columns: 1fr; gap: 47px; }
  .materials__image { min-height: 535px; }
  .materials__copy > p { font-size: 16px; }
  .materials dl div { grid-template-columns: 108px 1fr; gap: 14px; }.materials dt, .materials dd { font-size: 13px; }
  .route-section { padding: 93px 12px; }
  .route-section .section-head { padding: 0 4px; }
  .route-steps { grid-template-columns: 1fr; }
  .route-step { min-height: 275px; }.route-step > i { margin: 34px 0 24px; }
  .delivery-line { margin-top: 52px; grid-template-columns: 1fr; gap: 15px; text-align: center; }.delivery-line > div { width: 100%; }.delivery-line > strong { font-size: 11px; }
  .delivery-terms { padding: 92px 0 8px; }
  .delivery-terms__card { padding: 28px 20px; }
  .delivery-terms__top { grid-template-columns: 1fr; gap: 31px; }
  .delivery-terms__intro h2 { font-size: clamp(34px, 10vw, 48px); }
  .delivery-terms__intro > p { margin-top: 22px; font-size: 16px; line-height: 1.65; }
  .delivery-terms__price { min-height: 205px; padding: 24px 22px; }
  .delivery-terms__price > span { font-size: 10px; }
  .delivery-terms__price strong { font-size: clamp(47px, 15vw, 62px); }
  .delivery-terms__price p { font-size: 14px; }
  .delivery-terms__grid { margin-top: 30px; grid-template-columns: 1fr; }
  .delivery-terms__grid article { min-height: 0; padding: 25px 21px; }
  .delivery-terms__grid article > span { font-size: 10px; }
  .delivery-terms__grid article p { margin-top: 15px; font-size: 15px; line-height: 1.62; }
  .delivery-terms__note { padding: 17px; align-items: flex-start; gap: 13px; }
  .delivery-terms__note i { width: 32px; height: 32px; }
  .delivery-terms__note p { font-size: 14px; line-height: 1.58; }
  .start-section { padding: 94px 0 25px; }
  .start-card { min-height: 600px; padding: 28px 22px; grid-template-columns: 1fr; gap: 34px; }
  .faq-section { padding: 36px 0 86px; }
  .faq-section .section-head { margin-bottom: 30px; }
  .faq-item summary { min-height: 88px; padding: 18px 8px; grid-template-columns: 30px minmax(0,1fr) 42px; gap: 10px; }
  .faq-item summary > span { font-size: 9px; }
  .faq-item summary > strong { font-size: clamp(18px, 5.2vw, 23px); line-height: 1.3; }
  .faq-item summary > i { width: 38px; height: 38px; }
  .faq-answer { padding: 0 8px 30px 48px; font-size: 15px; line-height: 1.68; }
  .faq-steps { grid-template-columns: 1fr; gap: 10px; }
  .faq-steps li { padding-left: 34px; }
  .pickup-section { padding: 36px 0 80px; }
  .pickup-section .section-head { margin-bottom: 31px; }
  .pickup-map-shell { min-height: 420px; }
  .pickup-map__badge { left: 54px; top: 12px; min-height: 40px; padding: 0 10px; }
  .pickup-map__badge b { display: none; }
  .pickup-map__caption { left: 10px; right: 10px; bottom: 10px; padding: 0 11px; }
  .pickup-map__caption span { font-size: 9px; }
  .pickup-map__caption b { font-size: 9px; }
  .pickup-panel__head { padding: 24px 18px 17px; }
  .pickup-list { max-height: 450px; }
  .pickup-item { min-height: 88px; padding: 15px; grid-template-columns: 31px minmax(0,1fr) 17px; gap: 4px 9px; }
  .page-signature { margin-bottom: 26px; font-size: 9px; line-height: 1.65; }
  .selection-bar { bottom: 10px; min-height: 66px; padding: 8px; }.selection-bar > div span { display: none; }.selection-bar > button:not(.selection-bar__clear) { flex: 1; }
  .consult-modal { padding: 10px; align-items: end; }
  .consult-modal__dialog { width: 100%; max-height: calc(100dvh - 20px); padding: 23px 18px calc(18px + env(safe-area-inset-bottom)); border-radius: 8px 8px 3px 3px; transform: translateY(40px); }
  .consult-modal__category { margin-top: 22px; }
  .consult-modal h2 { font-size: clamp(29px, 9.4vw, 40px); }
  .consult-modal__dialog > p { font-size: 15px; }
  .consult-modal__call { min-height: 80px; margin-top: 24px; padding: 11px 13px; grid-template-columns: 43px 1fr auto; gap: 11px; }
  .consult-modal__call-icon { width: 43px; height: 43px; }
  .consult-modal__socials { grid-template-columns: 1fr; }
  .consult-social { min-height: 52px; }
}

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