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

:root {
  --ink: #111126;
  --paper: #fffaf4;
  --pink: #ff3d9a;
  --pink-dark: #d90068;
  --cyan: #16e7f2;
  --blue: #5458ff;
  --lime: #c9ff42;
  --yellow: #ffd84a;
  --orange: #ff7a39;
  --violet: #8d42ff;
  --radius-xl: 44px;
  --shadow: 0 32px 90px rgba(36, 24, 68, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 2%, rgba(255, 61, 154, .16), transparent 26rem),
    radial-gradient(circle at 84% 6%, rgba(22, 231, 242, .19), transparent 28rem),
    var(--paper);
  color: var(--ink);
  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;
}

.page-noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  background:
    repeating-radial-gradient(circle at 20% 30%, #111126 0 1px, transparent 1px 5px),
    repeating-radial-gradient(circle at 75% 65%, #111126 0 1px, transparent 1px 7px);
  background-size: 19px 23px, 31px 29px;
}

.cursor-glow {
  position: fixed;
  z-index: -1;
  width: 440px;
  height: 440px;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 61, 154, .13), 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: var(--ink);
  color: #fff;
  text-align: center;
  transition: opacity .55s ease, visibility .55s ease;
}
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.page-loader strong { font-family: "Unbounded", sans-serif; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.page-loader__tiles { display: grid; grid-template-columns: repeat(3, 34px); gap: 7px; transform: rotate(-8deg); }
.page-loader__tiles i { width: 34px; height: 34px; border-radius: 9px; animation: loaderTile .85s ease-in-out infinite alternate; }
.page-loader__tiles i:nth-child(1), .page-loader__tiles i:nth-child(5) { background: var(--pink); }
.page-loader__tiles i:nth-child(2) { background: var(--cyan); animation-delay: .08s; }
.page-loader__tiles i:nth-child(3) { background: var(--yellow); animation-delay: .16s; }
.page-loader__tiles i:nth-child(4) { background: var(--violet); animation-delay: .24s; }
.page-loader__tiles i:nth-child(6) { background: var(--lime); animation-delay: .32s; }
@keyframes loaderTile { to { transform: translateY(-12px) rotate(5deg); border-radius: 50%; } }

.finish-nav {
  position: sticky;
  z-index: 50;
  top: 14px;
  width: min(1320px, calc(100% - 38px));
  min-height: 74px;
  margin: 14px auto 0;
  padding: 10px 12px 10px 14px;
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(17, 17, 38, .1);
  border-radius: 24px;
  background: rgba(255, 250, 244, .78);
  box-shadow: 0 18px 55px rgba(31, 24, 50, .09);
  backdrop-filter: blur(22px) saturate(150%);
}
.finish-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.finish-brand__mark { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: var(--pink); box-shadow: 0 9px 22px rgba(255, 61, 154, .31); }
.finish-brand__mark img { width: 31px; height: 31px; filter: brightness(0) invert(1); }
.finish-brand > span:last-child { display: grid; gap: 1px; }
.finish-brand strong { font-family: "Unbounded", sans-serif; font-size: 15px; letter-spacing: -.04em; }
.finish-brand small { color: #747385; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.finish-nav__links { display: flex; align-items: center; gap: 28px; }
.finish-nav__links a { position: relative; color: #535264; font-size: 12px; font-weight: 750; }
.finish-nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 4px; background: var(--pink); transition: right .25s ease; }
.finish-nav__links a:hover::after { right: 0; }
.nav-action { min-height: 50px; padding: 0 19px; border: 0; border-radius: 16px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 25px rgba(17, 17, 38, .18); transition: transform .25s ease, box-shadow .25s ease; }
.nav-action span { color: var(--cyan); margin-left: 10px; }
.nav-action:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(17, 17, 38, .25); }

.hero {
  position: relative;
  width: min(1380px, calc(100% - 38px));
  min-height: 810px;
  margin: 16px auto 0;
  padding: clamp(62px, 7vw, 112px) clamp(24px, 5vw, 76px) 60px;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(440px, .77fr);
  align-items: center;
  gap: clamp(38px, 6vw, 95px);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 38, .08);
  border-radius: 38px;
  background:
    linear-gradient(rgba(17, 17, 38, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 38, .035) 1px, transparent 1px),
    rgba(255, 255, 255, .54);
  background-size: 46px 46px;
}
.hero__aurora { position: absolute; width: 440px; height: 440px; border-radius: 50%; filter: blur(22px); opacity: .27; pointer-events: none; animation: aurora 8s ease-in-out infinite alternate; }
.hero__aurora--pink { left: -230px; bottom: -240px; background: var(--pink); }
.hero__aurora--blue { top: -250px; right: 18%; background: var(--cyan); animation-delay: -3s; }
@keyframes aurora { to { transform: translate(40px, -25px) scale(1.13); } }
.hero__copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { margin-bottom: 25px; padding: 10px 14px; border: 1px solid rgba(17, 17, 38, .12); border-radius: 999px; background: rgba(255, 255, 255, .56); }
.eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px rgba(255, 61, 154, .12); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(255, 61, 154, 0); } }
.hero h1 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(54px, 6.2vw, 99px); line-height: .93; letter-spacing: -.075em; }
.hero h1 span { color: var(--pink); }
.hero h1 em { position: relative; display: inline-block; color: var(--ink); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: -2%; right: -6%; bottom: 2px; height: 12px; z-index: -1; border-radius: 50%; background: var(--lime); transform: rotate(-2deg); }
.hero h1 b { color: var(--blue); font-weight: 800; }
.hero__offer { max-width: 670px; margin: 31px 0 0; color: #565568; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; }
.hero__offer strong { color: var(--ink); font-weight: 800; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 58px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 18px; font-size: 13px; font-weight: 850; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--ink { background: var(--ink); color: #fff; box-shadow: 0 14px 35px rgba(17, 17, 38, .22); }
.button--ink span { color: var(--cyan); font-size: 18px; }
.button--glass { border: 1px solid rgba(17, 17, 38, .12); background: rgba(255, 255, 255, .52); }
.button--glass span { color: var(--pink); }
.hero__facts { display: flex; flex-wrap: wrap; gap: 29px; margin-top: 42px; }
.hero__facts div { display: flex; align-items: center; gap: 9px; }
.hero__facts strong { font-family: "Unbounded", sans-serif; font-size: 24px; }
.hero__facts span { color: #6c6b7b; font-size: 9px; font-weight: 750; line-height: 1.25; text-transform: uppercase; }

.hero__visual { position: relative; z-index: 2; min-width: 0; perspective: 1200px; }
.room-card { position: relative; min-height: 590px; padding: 16px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .5); border-radius: 37px; background: var(--ink); color: #fff; box-shadow: 0 45px 100px rgba(34, 24, 68, .28); transform: rotate(2deg); transition: transform .3s ease; }
.room-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(125deg, rgba(255, 255, 255, .22), transparent 19%, transparent 75%, rgba(255, 61, 154, .18)); mix-blend-mode: screen; }
.room-card__label { height: 43px; padding: 0 7px 8px; display: flex; align-items: center; justify-content: space-between; color: #aeadc0; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.room-card__label b { color: var(--cyan); }
.room-scene { position: relative; height: 445px; overflow: hidden; isolation: isolate; border-radius: 25px; background: #efe4dc; }
.room-scene__image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 52%; transform: scale(1.012); transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .45s ease; }
.room-scene__wash { position: absolute; z-index: 1; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(180deg, rgba(17,17,38,.02), transparent 38%, rgba(17,17,38,.08)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), inset 0 -36px 60px rgba(17,17,38,.08); }
.room-card:hover .room-scene__image { transform: scale(1.035); filter: saturate(1.04) contrast(1.015); }
.room-wallpaper { position: absolute; inset: 0 0 25%; background: radial-gradient(circle at 15% 25%, rgba(141, 66, 255, .22) 0 6%, transparent 6.5%), radial-gradient(circle at 31% 16%, rgba(255, 61, 154, .22) 0 8%, transparent 8.5%), radial-gradient(circle at 48% 31%, rgba(22, 231, 242, .22) 0 7%, transparent 7.5%), linear-gradient(135deg, rgba(255, 255, 255, .48), transparent); background-size: 150px 150px; }
.room-sun { position: absolute; top: 35px; right: 42px; width: 108px; height: 108px; border-radius: 50%; background: var(--yellow); filter: blur(.2px); box-shadow: 0 0 70px rgba(255, 216, 74, .78); animation: roomSun 4s ease-in-out infinite alternate; }
@keyframes roomSun { to { transform: translateY(10px) scale(1.06); } }
.room-door { position: absolute; z-index: 2; left: 42px; bottom: 84px; width: 105px; height: 255px; border: 8px solid #422067; border-bottom: 0; border-radius: 4px 4px 0 0; background: linear-gradient(130deg, #7b3ee3, #ff3d9a); box-shadow: 17px 10px 0 rgba(31, 17, 58, .13); }
.room-door::before { content: ""; position: absolute; inset: 23px 19px; border: 2px solid rgba(255,255,255,.31); }
.room-door i { position: absolute; right: 12px; top: 55%; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,255,255,.18); }
.room-switch { position: absolute; z-index: 3; left: 169px; top: 151px; width: 42px; height: 64px; padding: 8px; display: grid; gap: 5px; border-radius: 10px; background: #fff; box-shadow: 0 10px 18px rgba(49, 29, 71, .16); }
.room-switch i { border-radius: 4px; background: #d9d5df; box-shadow: inset 0 -2px 0 #b9b4c2; }
.room-lamp { position: absolute; z-index: 5; top: -17px; left: 51%; width: 120px; height: 170px; }
.room-lamp::before { content: ""; position: absolute; top: 0; left: 57px; width: 4px; height: 75px; background: #28233d; }
.room-lamp i { position: absolute; left: 13px; top: 69px; width: 98px; height: 54px; border-radius: 50% 50% 12px 12px; background: var(--pink); clip-path: polygon(24% 0, 76% 0, 100% 100%, 0 100%); }
.room-lamp b { position: absolute; left: 49px; top: 113px; width: 26px; height: 26px; border-radius: 50%; background: var(--yellow); box-shadow: 0 10px 55px 30px rgba(255, 216, 74, .48); }
.room-sofa { position: absolute; z-index: 4; right: 28px; bottom: 78px; width: 275px; height: 139px; border-radius: 34px 34px 18px 18px; background: linear-gradient(145deg, #12cfdc, #0877c5); box-shadow: 0 25px 45px rgba(20, 41, 101, .28); }
.room-sofa::before, .room-sofa::after { content: ""; position: absolute; bottom: -18px; width: 12px; height: 24px; background: #29233a; transform: rotate(6deg); }
.room-sofa::before { left: 32px; }.room-sofa::after { right: 32px; transform: rotate(-6deg); }
.room-sofa i { position: absolute; top: 16px; width: 86px; height: 62px; border-radius: 20px; transform: rotate(-6deg); }
.room-sofa i:first-child { left: 34px; background: var(--lime); }.room-sofa i:nth-child(2) { right: 39px; background: var(--orange); transform: rotate(7deg); }
.room-sofa b { position: absolute; left: 39%; top: 25px; width: 68px; height: 54px; border-radius: 16px; background: var(--violet); transform: rotate(2deg); }
.room-table { position: absolute; z-index: 7; right: 146px; bottom: 51px; width: 116px; height: 42px; border-radius: 50%; background: #ffd84a; box-shadow: 0 10px 0 #d55b45; }
.room-table::before, .room-table::after { content: ""; position: absolute; top: 32px; width: 7px; height: 54px; border-radius: 8px; background: #402346; }
.room-table::before { left: 28px; transform: rotate(7deg); }.room-table::after { right: 28px; transform: rotate(-7deg); }
.room-table i { position: absolute; left: 43px; top: -25px; width: 32px; height: 28px; border-radius: 50% 50% 9px 9px; background: var(--pink); }
.room-floor { position: absolute; left: -7%; right: -7%; bottom: -8%; height: 34%; background: repeating-linear-gradient(101deg, #f1b85e 0 36px, #ca7b42 37px 40px, #ffd991 41px 76px); transform: perspective(350px) rotateX(48deg); transform-origin: bottom; }
.room-card__caption { min-height: 69px; padding: 15px 7px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.room-card__caption strong { font-family: "Unbounded", sans-serif; font-size: 14px; }.room-card__caption span { color: #9493a8; font-size: 10px; }
.orbit-chip { position: absolute; z-index: 4; padding: 12px 15px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(17,17,38,.1); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: 0 14px 35px rgba(31,24,50,.15); font-size: 10px; font-weight: 850; animation: chipFloat 3.2s ease-in-out infinite alternate; }
.orbit-chip i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; font-style: normal; }
.orbit-chip--one { left: -38px; top: 94px; }.orbit-chip--one i { background: var(--yellow); }
.orbit-chip--two { right: -25px; top: 210px; animation-delay: -.9s; }.orbit-chip--two i { background: var(--cyan); }
.orbit-chip--three { left: -31px; bottom: 86px; animation-delay: -1.7s; }.orbit-chip--three i { background: var(--pink); color: #fff; }
@keyframes chipFloat { to { transform: translateY(-11px) rotate(2deg); } }

.color-ticker { width: 100%; margin: 19px 0 0; overflow: hidden; background: var(--pink); color: #fff; transform: rotate(-1deg) scale(1.01); }
.color-ticker__track { width: max-content; height: 58px; display: flex; align-items: center; gap: 19px; font-family: "Unbounded", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; animation: ticker 28s linear infinite; }
.color-ticker__track i { color: var(--yellow); font-size: 19px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.directions, .start-section { width: min(1320px, calc(100% - 38px)); margin: 0 auto; padding: clamp(105px, 12vw, 170px) 0; }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, 420px); align-items: end; gap: 50px; margin-bottom: 56px; }
.section-kicker { margin-bottom: 17px; color: var(--pink-dark); }
.section-head h2, .start-card h2 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(43px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
.section-head h2 em, .start-card h2 em { color: var(--pink); font-style: normal; }
.section-head > p { margin: 0 0 5px; color: #696879; font-size: 15px; line-height: 1.7; }
.direction-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.direction-card {
  --card: #ff3d9a;
  position: relative;
  grid-column: span 4;
  min-height: 455px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 38, .08);
  border-radius: 32px;
  background: var(--card);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 22px 55px rgba(30, 23, 55, .11);
  isolation: isolate;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-radius .35s ease;
}
.direction-card:nth-child(1), .direction-card:nth-child(3), .direction-card:nth-child(6) { grid-column: span 5; }
.direction-card:nth-child(2), .direction-card:nth-child(4), .direction-card:nth-child(5) { grid-column: span 7; }
.direction-card:nth-child(7) { grid-column: span 12; min-height: 380px; }
.direction-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.48), transparent 34%), linear-gradient(145deg, rgba(255,255,255,.19), transparent 60%); }
.direction-card::after { content: ""; position: absolute; z-index: -1; width: 270px; height: 270px; right: -120px; bottom: -145px; border: 36px solid rgba(255,255,255,.18); border-radius: 50%; transition: transform .5s ease; }
.direction-card:hover { transform: translateY(-8px) rotate(-.5deg); border-radius: 24px 42px 28px 36px; box-shadow: 0 34px 75px rgba(30,23,55,.18); }
.direction-card:hover::after { transform: scale(1.15) rotate(20deg); }
.direction-card[aria-pressed="true"] { outline: 4px solid var(--ink); outline-offset: 4px; }
.direction-card[aria-pressed="true"] .direction-card__check { opacity: 1; transform: scale(1) rotate(0); }
.direction-card[aria-pressed="true"] .direction-card__copy > b i { transform: rotate(45deg); }
.direction-card--lighting { --card: var(--yellow); }
.direction-card--electric { --card: var(--cyan); }
.direction-card--bath { --card: #5c66ff; color: #fff; }
.direction-card--floor { --card: var(--orange); }
.direction-card--doors { --card: var(--pink); color: #fff; }
.direction-card--wallpaper { --card: var(--violet); color: #fff; }
.direction-card--sofa { --card: var(--lime); }
.direction-card__number { position: absolute; top: 25px; left: 27px; z-index: 5; font-family: "Unbounded", sans-serif; font-size: 10px; opacity: .58; }
.direction-card__check { position: absolute; z-index: 7; top: 19px; right: 20px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; opacity: 0; transform: scale(.45) rotate(-25deg); transition: .25s ease; }
.direction-card__copy { position: absolute; z-index: 5; left: 27px; right: 27px; bottom: 26px; display: block; }
.direction-card__copy small { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; opacity: .66; }
.direction-card__copy strong { display: block; max-width: 80%; font-family: "Unbounded", sans-serif; font-size: clamp(30px, 4vw, 52px); line-height: .98; letter-spacing: -.06em; }
.direction-card__copy > em { display: block; margin-top: 12px; max-width: 310px; font-size: 12px; font-style: normal; font-weight: 650; line-height: 1.45; opacity: .72; }
.direction-card__copy > b { margin-top: 19px; display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.direction-card__copy > b i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; font-style: normal; transition: transform .25s ease; }
.direction-card:nth-child(7) .direction-card__copy { max-width: 48%; }
.direction-art { position: absolute; z-index: 2; display: block; pointer-events: none; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.direction-card:hover .direction-art { transform: translateY(-7px) rotate(2deg) scale(1.04); }
.direction-art--lamp { top: 18px; right: 32px; width: 230px; height: 260px; }
.direction-art--lamp::before { content: ""; position: absolute; left: 112px; top: -55px; width: 5px; height: 125px; background: var(--ink); }
.direction-art--lamp i { position: absolute; top: 61px; left: 42px; width: 145px; height: 87px; background: var(--pink); clip-path: polygon(26% 0, 74% 0, 100% 100%, 0 100%); border-radius: 50% 50% 14px 14px; }
.direction-art--lamp b { position: absolute; top: 126px; left: 94px; width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 21px 80px 42px rgba(255,255,255,.73); }
.direction-art--lamp em { position: absolute; left: 5px; right: 5px; bottom: 5px; height: 7px; border-radius: 50%; background: rgba(17,17,38,.15); filter: blur(5px); }
.direction-art--switch { top: 43px; right: 9%; width: 235px; height: 245px; border-radius: 46px; background: linear-gradient(145deg, #fff, #dbfbff); box-shadow: 22px 29px 0 rgba(17,17,38,.12), 0 36px 60px rgba(24,83,100,.18); transform: rotate(7deg); }
.direction-art--switch i { position: absolute; top: 55px; width: 67px; height: 95px; border-radius: 17px; background: linear-gradient(145deg, #f5f5f5, #cfd9dc); box-shadow: inset 0 -7px 11px rgba(71,102,111,.18); }
.direction-art--switch i:first-child { left: 39px; }.direction-art--switch i:nth-child(2) { right: 39px; }
.direction-art--switch b { position: absolute; left: 95px; bottom: 31px; width: 46px; height: 46px; border: 6px solid var(--cyan); border-radius: 50%; }
.direction-art--tiles { top: 41px; right: 20px; width: 245px; height: 230px; display: grid; grid-template-columns: repeat(2, 100px); grid-template-rows: repeat(2, 100px); gap: 8px; transform: rotate(7deg); }
.direction-art--tiles i { display: block; border-radius: 16px; background: rgba(255,255,255,.8); box-shadow: inset 0 0 0 2px rgba(255,255,255,.45); }
.direction-art--tiles i:nth-child(2), .direction-art--tiles i:nth-child(3) { background: var(--cyan); }
.direction-art--tiles b { position: absolute; left: 58px; top: 73px; width: 99px; height: 99px; border: 13px solid var(--pink); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-30deg); }
.direction-art--tiles b::after { content: ""; position: absolute; right: -15px; bottom: -23px; width: 22px; height: 49px; border-radius: 15px; background: var(--pink); }
.direction-art--floor { top: 44px; right: 5%; width: 330px; height: 240px; transform: perspective(620px) rotateX(54deg) rotateZ(-9deg); }
.direction-art--floor i { position: absolute; width: 275px; height: 63px; border-radius: 8px; background: linear-gradient(90deg, #5d2d27, #b55c39 43%, #ffbf6f); box-shadow: inset 0 0 0 3px rgba(255,255,255,.16), 13px 17px 18px rgba(77,34,26,.24); }
.direction-art--floor i:first-child { left: 4px; top: 9px; }.direction-art--floor i:nth-child(2) { right: 0; top: 79px; }.direction-art--floor i:nth-child(3) { left: 12px; top: 149px; }
.direction-art--floor b { position: absolute; left: 40px; top: 26px; width: 95px; height: 4px; border-radius: 50%; background: rgba(255,230,190,.47); box-shadow: 150px 70px 0 rgba(255,230,190,.36), 40px 140px 0 rgba(255,230,190,.34); }
.direction-art--door { top: 24px; right: 8%; width: 185px; height: 282px; border: 12px solid var(--ink); border-bottom: 0; background: linear-gradient(130deg, #ffdc52, #ff7840); box-shadow: 24px 18px 0 rgba(17,17,38,.18); transform: rotate(5deg); }
.direction-art--door::before { content: ""; position: absolute; inset: 25px 24px; border: 3px solid rgba(255,255,255,.48); }
.direction-art--door i { position: absolute; top: 50%; right: 18px; width: 14px; height: 14px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(255,255,255,.24); }
.direction-art--door b { position: absolute; width: 54px; height: 54px; left: -66px; top: 33px; border-radius: 50%; border: 12px solid var(--cyan); }
.direction-art--door em { position: absolute; width: 28px; height: 28px; right: -45px; bottom: 24px; background: var(--lime); transform: rotate(45deg); }
.direction-art--rolls { top: 36px; right: 4%; width: 290px; height: 260px; transform: rotate(7deg); }
.direction-art--rolls i { position: absolute; bottom: 7px; width: 101px; height: 225px; border-radius: 48px 48px 17px 17px; background: repeating-radial-gradient(circle at 50% 16%, var(--yellow) 0 10px, var(--pink) 11px 20px, #fff 21px 29px); box-shadow: 15px 25px 30px rgba(35,17,70,.25); }
.direction-art--rolls i:first-child { left: 24px; }.direction-art--rolls i:nth-child(2) { right: 22px; height: 195px; background: repeating-linear-gradient(45deg, var(--cyan) 0 18px, #fff 19px 37px); }
.direction-art--rolls b { position: absolute; left: 88px; top: 4px; width: 93px; height: 93px; border: 25px solid var(--lime); border-radius: 50%; }
.direction-art--sofa { top: 35px; right: 8%; width: 430px; height: 260px; border-radius: 58px 58px 28px 28px; background: linear-gradient(135deg, #7f3be3, #ff3d9a); box-shadow: 0 36px 0 rgba(17,17,38,.13), 0 48px 55px rgba(39,25,76,.24); }
.direction-art--sofa::before, .direction-art--sofa::after { content: ""; position: absolute; bottom: -29px; width: 18px; height: 39px; border-radius: 0 0 7px 7px; background: var(--ink); }
.direction-art--sofa::before { left: 48px; transform: rotate(7deg); }.direction-art--sofa::after { right: 48px; transform: rotate(-7deg); }
.direction-art--sofa i { position: absolute; top: 31px; width: 124px; height: 97px; border-radius: 32px; }
.direction-art--sofa i:first-child { left: 53px; background: var(--yellow); transform: rotate(-7deg); }.direction-art--sofa i:nth-child(2) { right: 53px; background: var(--cyan); transform: rotate(7deg); }
.direction-art--sofa b { position: absolute; left: 183px; top: 48px; width: 70px; height: 70px; border-radius: 50%; background: var(--lime); }
.direction-art--sofa em { position: absolute; left: -38px; bottom: -5px; width: 85px; height: 85px; border: 18px solid var(--orange); border-radius: 50%; }

.route-section { position: relative; overflow: hidden; padding: clamp(105px, 12vw, 170px) max(19px, calc((100vw - 1320px) / 2)); background: var(--ink); color: #fff; }
.route-section__glow { position: absolute; width: 640px; height: 640px; right: -240px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(141,66,255,.35), transparent 67%); }
.section-head--dark { position: relative; z-index: 2; }
.section-head--dark .section-kicker { color: var(--cyan); }.section-head--dark h2 em { color: var(--lime); }.section-head--dark > p { color: #a9a7bc; }
.route-steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.route-step { position: relative; min-height: 350px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.045); }
.route-step::after { content: ""; position: absolute; right: -70px; top: -70px; width: 180px; height: 180px; border: 25px solid rgba(255,255,255,.04); border-radius: 50%; }
.route-step > span { color: #77768d; font-family: "Unbounded", sans-serif; font-size: 10px; }
.route-step__icon { width: 77px; height: 77px; margin: 61px 0 33px; display: grid; place-items: center; border-radius: 24px; color: var(--ink); font-family: "Unbounded", sans-serif; font-size: 29px; transform: rotate(-7deg); }
.route-step:nth-child(1) .route-step__icon { background: var(--pink); }.route-step:nth-child(2) .route-step__icon { background: var(--cyan); }.route-step:nth-child(3) .route-step__icon { background: var(--yellow); }.route-step:nth-child(4) .route-step__icon { background: var(--lime); }
.route-step h3 { margin: 0; font-family: "Unbounded", sans-serif; font-size: 17px; line-height: 1.25; letter-spacing: -.04em; }
.route-step p { margin: 12px 0 0; color: #9997ac; font-size: 12px; line-height: 1.55; }
.delivery-line { position: relative; z-index: 2; min-height: 155px; margin-top: 72px; display: grid; grid-template-columns: 180px 1fr 180px; align-items: center; gap: 24px; }
.delivery-line__city { display: grid; grid-template-columns: 16px 1fr; align-items: center; column-gap: 9px; }
.delivery-line__city i { grid-row: 1 / 3; width: 13px; height: 13px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 8px rgba(255,61,154,.13); }
.delivery-line__city strong { font-family: "Unbounded", sans-serif; font-size: 12px; }.delivery-line__city span { color: #77758a; font-size: 10px; }
.delivery-line__city--finish i { background: var(--lime); box-shadow: 0 0 0 8px rgba(201,255,66,.12); }
.delivery-line__road { position: relative; height: 3px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.25) 0 24px, transparent 25px 39px); }
.delivery-line__road > i { position: absolute; left: 0; top: -1px; height: 5px; width: 48%; border-radius: 5px; background: linear-gradient(90deg, var(--pink), var(--cyan)); animation: routeProgress 4.5s ease-in-out infinite; }
@keyframes routeProgress { 50% { width: 79%; } }
.delivery-truck { position: absolute; left: 45%; top: -47px; width: 94px; height: 51px; border-radius: 12px 12px 5px 5px; background: var(--pink); animation: truckDrive 4.5s ease-in-out infinite; }
.delivery-truck::before { content: ""; position: absolute; right: -34px; bottom: 0; width: 41px; height: 35px; border-radius: 4px 13px 4px 4px; background: var(--cyan); clip-path: polygon(0 0, 68% 0, 100% 43%, 100% 100%, 0 100%); }
.delivery-truck b, .delivery-truck span { position: absolute; bottom: -11px; width: 22px; height: 22px; border: 6px solid #fff; border-radius: 50%; background: var(--ink); }.delivery-truck b { left: 13px; }.delivery-truck span { right: -24px; }
.delivery-truck em { position: absolute; left: 21px; top: 13px; width: 39px; height: 18px; border: 3px solid rgba(255,255,255,.76); transform: skew(-10deg); }
@keyframes truckDrive { 50% { left: 76%; transform: translateY(-4px); } }

.start-section { padding-bottom: 64px; }
.start-card { position: relative; min-height: 530px; padding: clamp(35px, 6vw, 80px); display: grid; grid-template-columns: 1fr minmax(280px, 410px); align-items: center; gap: 55px; overflow: hidden; border-radius: var(--radius-xl); background: var(--yellow); box-shadow: var(--shadow); }
.start-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(17,17,38,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,38,.055) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.start-card__copy, .start-card__actions { position: relative; z-index: 3; }
.start-card .section-kicker { color: var(--pink-dark); }.start-card h2 em { color: var(--pink); }
.start-card__copy > p { max-width: 520px; margin: 24px 0 0; color: #5c5132; font-size: 14px; line-height: 1.65; }
.selected-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.selected-chips span { padding: 9px 12px; border: 1px solid rgba(17,17,38,.16); border-radius: 999px; background: rgba(255,255,255,.4); font-size: 10px; font-weight: 800; }
.start-card__actions { display: grid; gap: 11px; }
.button--pink { background: var(--pink); color: #fff; box-shadow: 0 15px 32px rgba(217,0,104,.25); }.button--pink strong { font-family: "Unbounded", sans-serif; }.button--pink span { margin-left: auto; color: var(--yellow); }
.button--outline { border: 1px solid rgba(17,17,38,.19); background: rgba(255,255,255,.35); }.button--outline span { margin-left: auto; }
.start-card__actions small { padding: 3px 6px 0; color: #716641; font-size: 9px; line-height: 1.45; }
.start-card__shape { position: absolute; z-index: 1; right: -190px; top: -180px; width: 520px; height: 520px; border: 85px solid rgba(255,61,154,.22); border-radius: 50%; animation: shapeSpin 18s linear infinite; }
.start-card__shape i { position: absolute; left: -55px; bottom: -45px; width: 110px; height: 110px; border-radius: 28px; background: var(--cyan); transform: rotate(35deg); }.start-card__shape b { position: absolute; right: -40px; top: 70px; width: 90px; height: 90px; border-radius: 50%; background: var(--violet); }.start-card__shape em { position: absolute; left: 10px; top: -66px; width: 70px; height: 140px; border-radius: 70px; background: var(--pink); }
@keyframes shapeSpin { to { transform: rotate(360deg); } }
.page-signature { margin: 28px 0 0; color: #8b8995; text-align: center; font-family: "Unbounded", sans-serif; font-size: 9px; letter-spacing: .13em; }

.selection-bar { position: fixed; z-index: 80; left: 50%; bottom: max(18px, env(safe-area-inset-bottom)); width: min(560px, calc(100% - 28px)); min-height: 68px; padding: 8px 8px 8px 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(17,17,38,.94); color: #fff; box-shadow: 0 24px 70px rgba(17,17,38,.35); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translate(-50%, 24px); transition: .35s cubic-bezier(.2,.8,.2,1); }
.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-radius: 14px; background: var(--pink); font-family: "Unbounded", sans-serif; font-size: 14px; font-style: normal; }.selection-bar > div span { color: #a7a5b6; font-size: 9px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.selection-bar > button:not(.selection-bar__clear) { min-height: 49px; padding: 0 15px; border: 0; border-radius: 15px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 850; cursor: pointer; }.selection-bar > button span { margin-left: 8px; }
.selection-bar__clear { width: 34px; height: 34px; border: 0; border-radius: 11px; background: rgba(255,255,255,.08); color: #aaa8b9; font-size: 20px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s 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 { grid-template-columns: 1fr; }
  .hero__copy { max-width: 830px; }
  .hero__visual { width: min(680px, 92%); margin: 20px auto 0; }
  .direction-card:nth-child(n) { grid-column: span 6; }
  .direction-card:nth-child(7) { grid-column: span 12; }
  .route-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --radius-xl: 30px; }
  .cursor-glow { display: none; }
  .finish-nav { top: 8px; width: calc(100% - 20px); min-height: 64px; margin-top: 8px; padding: 8px; border-radius: 20px; }
  .finish-brand__mark { width: 46px; height: 46px; border-radius: 14px; }
  .finish-brand strong { font-size: 13px; }.finish-brand small { font-size: 8px; }
  .nav-action { min-height: 46px; padding: 0 13px; font-size: 0; }.nav-action::before { content: "Выбрать"; font-size: 10px; }.nav-action span { margin-left: 7px; font-size: 13px; }
  .hero { width: calc(100% - 20px); min-height: auto; margin-top: 10px; padding: 58px 18px 42px; border-radius: 29px; background-size: 32px 32px; }
  .eyebrow { margin-bottom: 20px; font-size: 8px; }
  .hero h1 { font-size: clamp(45px, 13.7vw, 72px); }
  .hero h1 em::after { height: 7px; }
  .hero__offer { margin-top: 24px; font-size: 16px; }
  .hero__actions { display: grid; }.button { width: 100%; }
  .hero__facts { gap: 17px; margin-top: 33px; }.hero__facts strong { font-size: 20px; }.hero__facts span { font-size: 8px; }
  .hero__visual { width: 100%; margin-top: 8px; }
  .room-card { min-height: 485px; padding: 11px; border-radius: 27px; transform: rotate(1deg); }
  .room-scene { height: 358px; border-radius: 19px; }
  .room-scene__image { object-position: center 53%; transform: scale(1.006); }
  .room-door { left: 22px; bottom: 69px; width: 79px; height: 202px; border-width: 6px; }
  .room-switch { left: 113px; top: 125px; transform: scale(.78); transform-origin: left top; }
  .room-lamp { left: 47%; transform: scale(.8); transform-origin: top; }
  .room-sofa { right: 13px; bottom: 62px; width: 215px; height: 108px; }.room-sofa i { width: 65px; height: 46px; }.room-sofa b { width: 48px; height: 42px; }
  .room-table { right: 96px; bottom: 39px; transform: scale(.72); }
  .room-card__caption { min-height: 64px; }.room-card__caption strong { font-size: 11px; }
  .orbit-chip { padding: 9px 11px; font-size: 8px; }.orbit-chip i { width: 21px; height: 21px; }.orbit-chip--one { left: -8px; top: 73px; }.orbit-chip--two { right: -8px; top: 185px; }.orbit-chip--three { left: -4px; bottom: 74px; }
  .color-ticker__track { height: 50px; font-size: 10px; }
  .directions, .start-section { width: calc(100% - 24px); padding: 95px 0; }
  .section-head { grid-template-columns: 1fr; gap: 23px; margin-bottom: 38px; }.section-head h2, .start-card h2 { font-size: clamp(38px, 11vw, 57px); }.section-head > p { font-size: 13px; }
  .direction-grid { display: grid; grid-template-columns: 1fr; gap: 13px; }
  .direction-card:nth-child(n) { grid-column: auto; min-height: 375px; padding: 22px; border-radius: 27px; }
  .direction-card:nth-child(7) { min-height: 410px; }
  .direction-card__copy { left: 22px; right: 22px; bottom: 21px; }.direction-card__copy strong { font-size: 36px; }.direction-card:nth-child(7) .direction-card__copy { max-width: none; }
  .direction-art--lamp { right: 12px; transform: scale(.8); transform-origin: right top; }
  .direction-art--switch { right: 5%; transform: rotate(7deg) scale(.76); transform-origin: right top; }
  .direction-art--tiles { right: 4px; transform: rotate(7deg) scale(.78); transform-origin: right top; }
  .direction-art--floor { right: -24px; transform: perspective(620px) rotateX(54deg) rotateZ(-9deg) scale(.76); transform-origin: right top; }
  .direction-art--door { right: 6%; transform: rotate(5deg) scale(.82); transform-origin: right top; }
  .direction-art--rolls { right: -15px; transform: rotate(7deg) scale(.78); transform-origin: right top; }
  .direction-art--sofa { top: 24px; right: -36px; transform: scale(.7); transform-origin: right top; }
  .direction-card:hover .direction-art { transform: none; }
  .route-section { padding: 95px 12px; }
  .route-section .section-head { padding: 0 6px; }
  .route-steps { grid-template-columns: 1fr; gap: 11px; }.route-step { min-height: 250px; }.route-step__icon { margin: 35px 0 24px; }
  .delivery-line { margin-top: 48px; grid-template-columns: 95px 1fr 82px; gap: 10px; }.delivery-line__city { grid-template-columns: 12px 1fr; column-gap: 7px; }.delivery-line__city strong { font-size: 8px; }.delivery-line__city span { font-size: 7px; }.delivery-truck { transform: scale(.7); transform-origin: left bottom; }
  @keyframes truckDrive { 50% { left: 62%; transform: scale(.7) translateY(-4px); } }
  .start-section { padding-bottom: 45px; }
  .start-card { min-height: 590px; padding: 37px 24px; grid-template-columns: 1fr; align-content: center; gap: 37px; }
  .start-card__shape { right: -330px; top: -250px; }
  .page-signature { font-size: 7px; line-height: 1.5; }
  .selection-bar { min-height: 64px; bottom: max(10px, env(safe-area-inset-bottom)); }.selection-bar > div span { display: none; }.selection-bar > button:not(.selection-bar__clear) { flex: 1; }
}

@media (max-width: 390px) {
  .finish-brand small { display: none; }
  .hero h1 { font-size: 42px; }
  .hero__facts { justify-content: space-between; gap: 8px; }
  .room-sofa { right: -18px; }
  .direction-card__copy > em { max-width: 245px; }
}

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