@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; }
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: 10px; font-weight: 500; letter-spacing: .24em; }
.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: 32px; 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: 310px; 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: 30px; }
.finish-nav__links a { position: relative; color: #b5b1aa; font-size: 11px; font-weight: 650; }
.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-action { min-height: 50px; padding: 0 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 2px; background: #f1ede6; color: #171716; font-size: 11px; 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: 9px; font-weight: 750; letter-spacing: .2em; 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: 590px; margin: 30px 0 0; color: #beb9b1; font-size: clamp(16px, 1.55vw, 21px); line-height: 1.6; }
.hero__offer strong { color: #f7f3ec; font-weight: 650; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { min-height: 57px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 2px; font-size: 11px; 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: 9px; letter-spacing: .1em; 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: 8px; letter-spacing: .24em; 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: 60px; display: flex; align-items: center; gap: 24px; color: #b3afa8; font-size: 10px; font-weight: 700; letter-spacing: .13em; 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, .start-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: 14px; line-height: 1.8; }
.direction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.direction-card { position: relative; min-height: 540px; 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: 9px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 2px; background: rgba(15,15,14,.66); font-family: "Unbounded", sans-serif; font-size: 9px; font-weight: 500; letter-spacing: .12em; 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: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: 8px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.direction-card__copy strong { max-width: 340px; font-family: "Unbounded", sans-serif; font-size: clamp(22px, 2.2vw, 31px); font-weight: 520; line-height: 1.08; letter-spacing: -.045em; }
.direction-card__copy em { margin-top: 12px; color: #8f8b85; font-size: 11px; 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: #c2beb7; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.direction-card__action b { color: var(--accent); font-size: 19px; 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: 10px 13px; border: 1px solid rgba(255,255,255,.16); background: rgba(15,15,14,.62); color: #d6d1c9; font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; backdrop-filter: blur(12px); }
.materials__copy > p { max-width: 600px; margin: 31px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.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: 11px; font-weight: 750; text-transform: uppercase; }
.materials dd { margin: 0; color: #8f8b85; font-size: 12px; }
.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: 11px; 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: 305px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.route-step > span { color: #686560; font-family: "Unbounded", sans-serif; font-size: 9px; letter-spacing: .12em; }
.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 12px; font-size: 16px; font-weight: 700; }
.route-step p { margin: 0; color: #85817b; font-size: 11px; line-height: 1.65; }
.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: 11px; font-weight: 500; letter-spacing: .05em; }
.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: 7px 13px; background: #171716; color: #8f8b85; font-size: 8px; letter-spacing: .18em; }
@keyframes routeDot { to { left: calc(100% - 8px); } }

.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: 14px; line-height: 1.7; }
.selected-chips { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 7px; }
.selected-chips span { padding: 8px 11px; border: 1px solid rgba(191,167,129,.45); border-radius: 2px; background: rgba(191,167,129,.09); color: #e8e2da; font-size: 9px; font-weight: 700; }
.start-card__actions { display: grid; gap: 10px; }
.start-card__actions .button { width: 100%; }
.start-card__actions small { margin-top: 8px; color: #7f7b76; font-size: 9px; line-height: 1.5; text-align: center; }
.page-signature { margin: 25px 0 0; color: #5f5c58; font-size: 8px; letter-spacing: .21em; 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: #97938d; font-size: 8px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.selection-bar > button:not(.selection-bar__clear) { min-height: 47px; padding: 0 15px; border: 0; border-radius: 2px; background: var(--accent); color: #fff; font-size: 9px; 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; }

.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); }
}

@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; gap: 8px; }
  .finish-brand__logo { width: min(220px, 61vw); height: 60px; }
  .nav-action { min-height: 47px; padding: 0 13px; font-size: 0; }.nav-action::before { content: "Подбор"; font-size: 9px; }.nav-action span { margin-left: 6px; font-size: 12px; }
  .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: 7px; }
  .hero h1 { font-size: clamp(43px, 12.5vw, 64px); }
  .hero__offer { margin-top: 21px; font-size: 15px; line-height: 1.52; }
  .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: 20px; }.hero__facts span { font-size: 7px; }
  .hero__folio { top: 22px; right: 18px; }
  .direction-line__track { height: 52px; font-size: 8px; }
  .directions, .materials, .start-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: 12px; }
  .direction-grid { grid-template-columns: 1fr; gap: 9px; }
  .direction-card, .direction-card--wide { grid-column: auto; min-height: 500px; padding: 0; }
  .direction-card__media, .direction-card--wide .direction-card__media { height: 230px; }
  .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: 25px; }
  .materials { padding: 0 0 100px; grid-template-columns: 1fr; gap: 47px; }
  .materials__image { min-height: 535px; }
  .materials__copy > p { font-size: 13px; }
  .materials dl div { grid-template-columns: 94px 1fr; gap: 13px; }.materials dt, .materials dd { font-size: 10px; }
  .route-section { padding: 93px 12px; }
  .route-section .section-head { padding: 0 4px; }
  .route-steps { grid-template-columns: 1fr; }
  .route-step { min-height: 245px; }.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: 9px; }
  .start-section { padding: 94px 0 25px; }
  .start-card { min-height: 600px; padding: 28px 22px; grid-template-columns: 1fr; gap: 34px; }
  .selection-bar { bottom: 10px; min-height: 66px; padding: 8px; }.selection-bar > div span { display: none; }.selection-bar > button:not(.selection-bar__clear) { flex: 1; }
}

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