:root{--pine:#183b36;--coral:#ef7b62;--oat:#f5f0e6;--cream:#fffdf8;--ink:#1b2825;--muted:#697773;--line:#dcded7;--sky:#dcebec;font-family:Manrope,sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.announcement{height:31px;display:flex;align-items:center;justify-content:space-around;padding:0 5vw;color:#dbe6e2;background:#0e2c28;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.announcement span+span:before{content:"•";margin-right:8vw;color:var(--coral)}header{height:78px;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:0 4.5vw;background:rgba(255,253,248,.94);border-bottom:1px solid #e8e7e1;backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:11px}.brand img{width:48px;height:48px;border-radius:15px;object-fit:cover}.brand span{display:flex;flex-direction:column}.brand b{font:700 18px Unbounded,sans-serif;letter-spacing:.06em}.brand small{margin-top:4px;color:#7b8984;font-size:8px;letter-spacing:.1em;text-transform:uppercase}nav{display:flex;gap:27px;font-size:12px;font-weight:700}nav a:hover{color:var(--coral)}.header-actions{display:flex;gap:9px}.header-actions button,.filters button{cursor:pointer}.ghost{padding:10px 13px;color:var(--pine);background:transparent;border:1px solid #bfc8c4;border-radius:99px;font-size:11px;font-weight:700}.cart-open{padding:10px 13px;color:#fff;background:var(--pine);border:0;border-radius:99px;font-size:11px;font-weight:700}.cart-open i{display:inline-grid;place-items:center;width:20px;height:20px;margin-left:5px;color:var(--pine);background:var(--coral);border-radius:50%;font-style:normal}.hero{height:min(780px,calc(100vh - 109px));min-height:620px;position:relative;display:flex;align-items:center;overflow:hidden;background:#d8c4a7}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,44,40,.88) 0,rgba(20,44,40,.6) 30%,transparent 62%)}.hero-content{position:relative;width:min(690px,48%);margin-left:7vw;color:#fff}.eyebrow{margin:0 0 18px;color:var(--coral);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1{margin:0;font:600 clamp(48px,6vw,93px)/.98 Unbounded,sans-serif;letter-spacing:-.055em}.hero h1 em{color:#ffc3b5;font-style:normal}.hero-content>p:not(.eyebrow){max-width:600px;margin:25px 0 35px;color:#e7efec;font-size:17px;line-height:1.7}.button{display:inline-flex;justify-content:center;padding:15px 21px;color:#fff;background:var(--coral);border:0;border-radius:11px;font-weight:800;cursor:pointer;box-shadow:0 12px 35px #5e2a2040}.hero-content>div{display:flex;align-items:center;gap:24px}.link{padding:0;color:#fff;background:none;border:0;border-bottom:1px solid #ffffff70;cursor:pointer;font-size:12px;font-weight:700}.hero-proof{position:absolute;right:5vw;bottom:5vw;display:flex;align-items:center;gap:13px;padding:15px 20px;color:var(--pine);background:rgba(255,253,248,.9);border-radius:16px;backdrop-filter:blur(12px)}.hero-proof b{font:600 32px Unbounded}.hero-proof span{font-size:9px;line-height:1.5;text-transform:uppercase}.trust{display:grid;grid-template-columns:repeat(4,1fr);padding:0 6vw;background:var(--oat)}.trust div{display:flex;flex-direction:column;gap:6px;padding:28px 25px;border-right:1px solid #d9d4c8}.trust div:first-child{border-left:1px solid #d9d4c8}.trust b{font-size:12px}.trust span{color:#7a7d75;font-size:10px}.section{padding:105px 7vw}.intro{display:grid;grid-template-columns:1.4fr .6fr;gap:8vw;align-items:end;padding-bottom:50px}.section h2,.finder h2,.closing h2,.drawer h2,.modal h2{margin:0;font:600 clamp(38px,5vw,66px)/1.08 Unbounded,sans-serif;letter-spacing:-.045em}.intro>p{margin:0;color:var(--muted);line-height:1.75}.scenario-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0 7vw 80px}.scenario{min-height:315px;position:relative;display:flex;flex-direction:column;padding:27px;transition:transform .2s}.scenario:hover{transform:translateY(-7px)}.scenario span{font-size:10px;font-weight:800}.scenario h3{max-width:220px;margin:auto 0 14px;font:600 25px/1.15 Unbounded,sans-serif}.scenario p{margin:0;max-width:230px;font-size:12px;line-height:1.6;opacity:.7}.scenario>i{position:absolute;top:25px;right:25px;font-size:22px;font-style:normal}.scenario.coral{background:#ef7b62}.scenario.pine{color:#fff;background:var(--pine)}.scenario.oat{background:#e9dfcc}.scenario.sky{background:var(--sky)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.filters{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.filters button{padding:9px 13px;border:1px solid var(--line);border-radius:99px;background:#fff;font-size:10px}.filters button.active{color:#fff;background:var(--pine);border-color:var(--pine)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{overflow:hidden;background:#fff;border:1px solid #e7e7e0;border-radius:20px;transition:.2s}.product:hover{transform:translateY(-5px);box-shadow:0 20px 50px #183b3614}.product-art{aspect-ratio:1.05;position:relative;display:grid;place-items:center;overflow:hidden}.product-art.coral{background:#f7c4b7}.product-art.sage{background:#cddbd2}.product-art.pine{background:#365c55}.product-art.oat{background:#e7ddc8}.product-art.sky{background:#dcebec}.product-art.sand{background:#ead2b6}.product-art>span{position:absolute;top:14px;left:14px;z-index:2;padding:6px 8px;color:var(--pine);background:#ffffffb8;border-radius:99px;font-size:8px;font-weight:800;text-transform:uppercase}.wish{position:absolute;z-index:2;top:12px;right:12px;width:31px;height:31px;border:0;border-radius:50%;background:#ffffffbf;font-size:17px}.product-object{width:58%;height:52%;position:relative;background:#fffdf8;border-radius:10px 10px 23px 23px;box-shadow:0 20px 30px #183b3620}.product-art[data-type="steps"] .product-object{clip-path:polygon(0 67%,29% 67%,29% 34%,62% 34%,62% 0,100% 0,100% 100%,0 100%);border-radius:0}.product-art[data-type="ramp"] .product-object{height:17%;transform:rotate(-20deg);border-radius:7px}.product-art[data-type="ramp"] .product-object:after{content:"";position:absolute;left:5%;right:5%;bottom:-12px;border-bottom:7px solid #183b36}.product-art[data-type="bed"] .product-object{height:38%;border-radius:50% 50% 20px 20px}.product-art[data-type="bed"] .product-object:after{content:"";position:absolute;inset:24% 12% 10%;background:#dfcdb3;border-radius:50%}.product-art[data-type="travel"] .product-object{height:48%;border:6px solid #183b36;border-top:0;border-radius:0 0 18px 18px;background:transparent}.product-info{padding:19px}.product-info>small{color:var(--coral);font-size:9px;font-weight:800;text-transform:uppercase}.product h3{min-height:45px;margin:8px 0;font:600 16px/1.3 Unbounded,sans-serif}.product-info>p{min-height:42px;margin:0;color:#7c8884;font-size:11px;line-height:1.55}.product footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.product footer b{font-size:16px}.product footer button{padding:8px 11px;color:#fff;background:var(--pine);border:0;border-radius:8px;cursor:pointer;font-size:10px;font-weight:700}.fine{margin:19px 0 0;color:#929b97;font-size:9px}.finder{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;padding:100px 7vw;color:#fff;background:var(--pine)}.finder-copy>p:not(.eyebrow){max-width:580px;margin:25px 0 30px;color:#c6d3cf;line-height:1.8}.measure{min-height:490px;position:relative;padding:30px;background:#f5f0e6;color:var(--ink);border-radius:28px}.dog-shape{height:230px;position:relative}.dog-shape:before{content:"";position:absolute;width:200px;height:100px;left:25%;top:75px;background:#ef7b62;border-radius:50% 55% 40% 35%}.dog-shape:after{content:"";position:absolute;width:74px;height:85px;left:65%;top:40px;background:#ef7b62;border-radius:50% 60% 45% 45%;transform:rotate(-10deg)}.dog-shape i:before,.dog-shape i:after{content:"";position:absolute;width:18px;height:90px;top:135px;background:#ef7b62;border-radius:9px}.dog-shape i:before{left:35%}.dog-shape i:after{left:66%}.measure-line{position:absolute;right:25px;top:55px;height:165px;display:flex;flex-direction:column;justify-content:space-between;padding-left:12px;border-left:1px dashed var(--pine)}.measure-line span{font-size:9px}.measure-line b{font:600 16px Unbounded}.measure ol{margin:15px 0 0;padding:0;list-style:none}.measure li{display:flex;gap:13px;align-items:center;padding:12px 0;border-top:1px solid #d8d3c8;font-size:11px}.measure li b{display:grid;place-items:center;width:25px;height:25px;color:#fff;background:var(--pine);border-radius:50%;font-size:9px}.why{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center}.why-photo{height:590px;overflow:hidden;border-radius:80px 20px 80px 20px}.why-photo img{width:100%;height:100%;object-fit:cover;object-position:65% center}.why>div:last-child>p:not(.eyebrow){color:var(--muted);line-height:1.8}.why ul{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0;list-style:none}.why li{padding:13px;background:var(--oat);border-radius:9px;font-size:11px;font-weight:700}.why li:before{content:"✓";margin-right:8px;color:var(--coral)}.why small{display:block;color:#89938f;line-height:1.6}.reviews{background:var(--oat)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.review-grid blockquote{margin:0;padding:30px;background:#fff;border-radius:16px;font-size:16px;line-height:1.7}.review-grid footer{margin-top:22px;color:var(--coral);font-size:10px;font-weight:800;text-transform:uppercase}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{padding:22px 0;font-weight:800;cursor:pointer}.faq details p{margin:0 0 24px;color:var(--muted);font-size:13px;line-height:1.7}.closing{padding:100px 7vw;text-align:center;background:#ef7b62}.closing>img{width:95px;border-radius:28px}.closing .eyebrow{margin-top:18px;color:#183b36}.closing h2{margin-bottom:30px}.closing .button{background:var(--pine)}.site-footer{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px;padding:55px 7vw;color:#dce6e2;background:#0e2c28}.site-footer>div{display:flex;flex-direction:column;gap:9px;font-size:10px}.site-footer>div b{margin-bottom:6px;color:#fff;font-size:11px}.site-footer .brand img{border-radius:15px}.site-footer .brand small{color:#9bb0aa}.overlay{position:fixed;inset:0;z-index:50;background:#0e2c2899;backdrop-filter:blur(5px)}.drawer,.modal{position:fixed;z-index:51;background:var(--cream);transition:.3s;overflow:auto}.drawer{top:0;right:0;width:min(510px,100%);height:100%;padding:42px;transform:translateX(105%)}.drawer.open{transform:none}.modal{left:50%;top:50%;width:min(680px,92%);max-height:90vh;padding:48px;border-radius:24px;transform:translate(-50%,-46%) scale(.96);opacity:0;pointer-events:none}.modal.open{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:auto}.close{position:absolute;top:17px;right:22px;border:0;background:none;font-size:30px;cursor:pointer}.drawer h2{font-size:45px}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);font-size:11px}.cart-row button{border:0;background:none;font-size:18px}.empty{padding:20px 0;color:var(--muted)}.cart-total{display:flex;justify-content:space-between;margin:25px 0;font-size:18px}.drawer form{display:grid;gap:13px}.drawer label{display:grid;gap:6px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.drawer input{padding:13px;border:1px solid var(--line);border-radius:8px}.drawer small{color:#8a9692;line-height:1.5}.quiz-progress{height:5px;margin:12px 0 17px;background:var(--oat);border-radius:5px}.quiz-progress i{display:block;height:100%;background:var(--coral);border-radius:5px}.modal h2{margin:18px 0 30px;font-size:36px}.quiz-options{display:grid;gap:9px}.quiz-options button{display:flex;justify-content:space-between;padding:17px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:10px;cursor:pointer;font-weight:700}.quiz-options button:hover{border-color:var(--coral)}.quiz-options i{font-style:normal}.quiz-result{text-align:center}.quiz-result>span{display:grid;place-items:center;width:55px;height:55px;margin:auto;color:#fff;background:var(--coral);border-radius:50%;font-size:24px}.quiz-result p{color:var(--muted);line-height:1.7}@media(max-width:1000px){nav{display:none}.hero-content{width:62%}.products{grid-template-columns:repeat(2,1fr)}.scenario-grid{grid-template-columns:1fr 1fr}.trust{grid-template-columns:1fr 1fr}.finder,.why,.faq{grid-template-columns:1fr}.why-photo{height:450px}.site-footer{grid-template-columns:1fr 1fr}}@media(max-width:620px){.announcement span:nth-child(n+2){display:none}header{height:68px;padding-inline:5vw}.brand img{width:42px;height:42px}.brand b{font-size:15px}.brand small,.ghost{display:none}.hero{height:740px;align-items:end}.hero-photo{object-position:64% center}.hero-shade{background:linear-gradient(0deg,rgba(20,44,40,.95) 5%,rgba(20,44,40,.55) 58%,transparent 90%)}.hero-content{width:auto;margin:0 6vw 125px}.hero h1{font-size:43px}.hero-content>p:not(.eyebrow){font-size:14px}.hero-proof{display:none}.trust{grid-template-columns:1fr}.trust div,.trust div:first-child{border-left:0;border-right:0;border-bottom:1px solid #d9d4c8}.section{padding:75px 6vw}.intro,.section-head{display:flex;align-items:flex-start;flex-direction:column}.scenario-grid{grid-template-columns:1fr;margin-inline:6vw}.scenario{min-height:250px}.products{grid-template-columns:1fr}.finder{padding:75px 6vw}.measure{min-height:450px}.why ul,.review-grid{grid-template-columns:1fr}.why-photo{height:360px}.site-footer{grid-template-columns:1fr}.drawer{padding:40px 23px}.modal{padding:40px 23px}.announcement{justify-content:center}}
