:root{--ink:#29232b;--paper:#fffdf8;--violet:#826eb5;--pink:#e7708c;--peony:#c85278;--line:rgba(41,35,43,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,sans-serif}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid var(--line);position:absolute;width:100%;z-index:5}.logo{color:var(--ink);text-decoration:none;font-weight:800;letter-spacing:-.5px}.logo span{color:#a78bcb;margin-right:6px}.nav-link{color:var(--ink);font-size:14px;text-underline-offset:5px}.hero{min-height:760px;padding:150px 6vw 80px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;overflow:hidden;background:radial-gradient(circle at 76% 45%,#f2eaf5 0,transparent 34%),linear-gradient(120deg,#fffdf8 55%,#f7f0f5 55%)}.hero-copy{max-width:650px;z-index:2}.eyebrow{font-size:12px;letter-spacing:2.5px;font-weight:800;color:#897a89}.hero h1,.section-title h2,.order h2,dialog h2{font-family:"Playfair Display",serif;font-size:clamp(55px,6vw,90px);line-height:.98;letter-spacing:-3px;margin:22px 0}.hero h1 em{color:#b36b97;font-weight:600}.hero-copy>p{font-size:18px;line-height:1.7;max-width:550px;color:#675e68;margin-bottom:34px}.button{border:0;border-radius:100px;padding:17px 24px;font:700 14px Manrope;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;text-decoration:none;cursor:pointer}.primary{background:#8c78b4;color:white;box-shadow:0 10px 30px #8c78b444}.dark{background:var(--ink);color:white;width:100%}.proof{display:flex;gap:13px;align-items:center;margin-top:34px;color:#7b717c;font-size:12px}.proof i{width:3px;height:3px;background:#9c8e9e;border-radius:50%}.hero-art{height:550px;position:relative}.blob{position:absolute;width:480px;height:480px;left:10%;top:2%;border-radius:42% 58% 55% 45%;background:linear-gradient(145deg,#d7c9e4,#a28abb);transform:rotate(-12deg);box-shadow:inset -25px -30px 80px #806b9d55}.roll{position:absolute;background:linear-gradient(100deg,#fff 0,#eee7ed 75%,#d8cbd9 100%);box-shadow:0 28px 50px #59456545}.roll-back{width:230px;height:260px;border-radius:20px 50% 50% 20px;left:31%;top:18%;transform:rotate(-18deg)}.roll-front{width:270px;height:310px;border-radius:26px 50% 50% 26px;left:36%;top:26%;transform:rotate(13deg);display:flex;align-items:flex-end;padding:0 0 50px 48px}.roll span{font-family:"Playfair Display";font-style:italic;color:#a28caa;font-size:27px}.hole{position:absolute;width:105px;height:105px;border-radius:50%;background:radial-gradient(circle,#6a536d 0 19%,#b9a8b8 21% 38%,#eee7eb 40% 62%,transparent 64%);right:-5px;top:43px}.spark{position:absolute;color:#fff;font-size:30px}.s1{top:11%;right:6%}.s2{bottom:16%;left:16%;font-size:19px}.leaf{position:absolute;width:45px;height:100px;border-radius:100% 0 100% 0;background:#708467}.l1{bottom:5%;right:17%;transform:rotate(23deg)}.l2{bottom:1%;right:9%;transform:rotate(64deg);background:#8da27e}.l3{top:2%;left:16%;transform:rotate(-30deg) scale(.7)}.scents{padding:110px 6vw}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:45px}.section-title h2,.order h2{font-size:clamp(38px,4.5vw,66px);max-width:760px;letter-spacing:-2px}.section-title p{max-width:260px;color:#756c76;font-size:14px;line-height:1.6}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.scent-card{border:0;text-align:left;min-height:390px;border-radius:8px;padding:25px;position:relative;overflow:hidden;color:var(--ink);cursor:pointer;transition:.3s transform,.3s box-shadow}.scent-card:hover,.scent-card.selected{transform:translateY(-8px);box-shadow:0 22px 45px #4f3b5422}.scent-card.selected:after{content:"Выбрано ✓";position:absolute;top:22px;right:22px;background:#fff;padding:8px 12px;border-radius:30px;font-size:11px;font-weight:800}.lavender{background:linear-gradient(145deg,#ded5ec,#b7a6d2)}.strawberry{background:linear-gradient(145deg,#ffd9df,#f28da3)}.peony{background:linear-gradient(145deg,#f5d3dd,#d987a2)}.number{font-size:12px;font-weight:800;opacity:.55}.icon{position:absolute;font-size:140px;opacity:.35;left:50%;top:43%;transform:translate(-50%,-50%);filter:drop-shadow(0 15px 20px #62325022)}.card-content{position:absolute;left:25px;bottom:28px;display:flex;flex-direction:column}.card-content strong{font-family:"Playfair Display";font-size:38px}.card-content small{margin-top:5px}.arrow{position:absolute;right:25px;bottom:31px;font-size:24px}.order{margin:20px 6vw 100px;background:#eee7f1;padding:75px;display:grid;grid-template-columns:1.4fr .6fr;align-items:center;border-radius:10px}.order-box{background:white;padding:28px;border-radius:8px;box-shadow:0 15px 30px #51455712}.order-box p{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#887d89}.order-box strong{display:block;font-family:"Playfair Display";font-size:28px;margin:8px 0 24px}.order-box small{display:block;text-align:center;color:#8a818b;margin-top:13px;font-size:10px}footer{border-top:1px solid var(--line);padding:40px 6vw;display:flex;justify-content:space-between;align-items:center;color:#766d77;font-size:13px}dialog{border:0;border-radius:14px;padding:38px;width:min(92%,480px);box-shadow:0 30px 90px #291f2a55}dialog::backdrop{background:#261e2999;backdrop-filter:blur(5px)}dialog h2{font-size:43px;letter-spacing:-1px;margin:12px 0}dialog p{color:#706771;line-height:1.6}.dialog-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#eee4f2;color:#8a70a9;font-size:22px}.close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:28px;cursor:pointer;color:#6f6670}form{display:grid;gap:15px;margin-top:25px}label{display:grid;gap:7px;font-size:12px;font-weight:800}input{padding:14px;border:1px solid #d9d0da;border-radius:7px;font:14px Manrope}#successView{text-align:center}#successView .dialog-icon{margin:auto}
@media(max-width:800px){.hero{grid-template-columns:1fr;padding-top:125px;min-height:auto;background:linear-gradient(155deg,#fffdf8 52%,#f1e8f3 52%)}.hero h1{font-size:56px}.hero-art{height:390px;margin-top:25px}.blob{width:340px;height:340px;left:5%}.roll-back{width:165px;height:190px}.roll-front{width:190px;height:220px;padding:0 0 35px 32px}.hole{width:78px;height:78px;top:32px}.section-title{display:block}.cards{grid-template-columns:1fr}.scent-card{min-height:300px}.order{padding:45px 25px;grid-template-columns:1fr;gap:20px}.order h2{font-size:42px}footer{flex-direction:column;gap:10px}.proof{flex-wrap:wrap}.nav{height:70px}.nav-link{display:none}}
@media(max-width:420px){.hero h1{font-size:48px}.hero-art{transform:scale(.9);transform-origin:left top}.scents{padding-top:75px}.order{margin-left:4vw;margin-right:4vw}.section-title h2{font-size:40px}}
