:root{--cream:#fffaf5;--paper:#fffdfb;--ink:#283348;--muted:#778195;--blue:#c9e5f3;--yellow:#f7d66f;--coral:#f2b7b5;--pink:#f7d7e2;--mint:#c8e8de;--lilac:#e8ddf2;--line:#e9e4e1;--shadow:0 24px 70px rgba(52,65,87,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.site-header{height:76px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(255,250,245,.86);border-bottom:1px solid rgba(40,51,72,.08);backdrop-filter:blur(18px)}.brand{width:130px;height:56px;display:flex;align-items:center}.brand img{width:100%;height:100%;object-fit:contain}.main-nav{display:flex;gap:34px;font-size:13px;font-weight:600;color:#5b6679}.main-nav a{transition:color .2s}.main-nav a:hover{color:#e08d93}.header-action,.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:999px;padding:13px 19px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s}.header-action{background:var(--ink);color:white}.header-action:hover,.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(40,51,72,.16)}.hero{min-height:calc(100vh - 76px);display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,1fr);align-items:center;gap:5vw;padding:76px clamp(28px,9vw,140px) 92px;overflow:hidden}.kicker{margin:0;color:#de8e92;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase}.kicker span{width:7px;height:7px;background:#e3a0a0;border-radius:50%;display:inline-block;margin-right:8px}.hero h1,.section-intro h2,.custom h2,.about h2{margin:22px 0;font-family:Manrope,sans-serif;font-size:clamp(52px,6.6vw,94px);line-height:.94;letter-spacing:-5px;font-weight:800}.hero h1 i,.section-intro h2 i,.custom h2 i,.about h2 i{font-style:normal;color:#df8d92}.hero-text{max-width:485px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:28px;margin:31px 0}.button.primary{background:var(--yellow);color:var(--ink)}.button.dark{background:var(--ink);color:white}.quiet-link{font-size:13px;font-weight:700}.quiet-link span{font-size:18px;margin-left:7px}.hero-proof{display:flex;gap:12px;align-items:center;color:#9aa2ae;font-size:11px}.hero-proof strong{color:var(--ink);font-size:12px}.hero-art{height:560px;position:relative}.hero-card{position:absolute;background:white;border-radius:28px;padding:12px;box-shadow:var(--shadow);overflow:hidden}.hero-card img{width:100%;height:100%;object-fit:cover;border-radius:19px}.hero-card-main{inset:30px 0 48px 14%;transform:rotate(3deg)}.hero-card-small{width:44%;height:215px;left:0;bottom:0;transform:rotate(-7deg);z-index:2}.hero-orbit{position:absolute;border:1px solid rgba(40,51,72,.14);border-radius:50%;z-index:-1}.orbit-one{width:480px;height:480px;right:-10px;top:25px}.orbit-two{width:340px;height:340px;left:30px;bottom:12px;border-color:#dfb2b0}.hero-star{position:absolute;right:4%;top:0;color:#f0bf44;font-size:42px}.hero-dot{position:absolute;width:13px;height:13px;border-radius:50%}.dot-one{background:#9ccae8;left:7%;top:26%}.dot-two{background:#e89ea0;right:1%;bottom:19%}.category-bar{display:flex;justify-content:center;overflow:auto;background:white;border-block:1px solid var(--line)}.category-bar a{white-space:nowrap;padding:20px 30px;border-right:1px solid var(--line);font-family:Manrope;font-size:14px;font-weight:700}.category-bar b{margin-right:8px;color:#de8e92;font-size:18px}.category-bar a:hover{background:#fff7ef}.catalog{padding:112px clamp(22px,8vw,120px)}.section-intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:33px}.section-intro h2{font-size:clamp(46px,5vw,70px);letter-spacing:-4px;margin:12px 0 0}.section-intro>p{color:#8892a2;font-size:13px;line-height:1.7;text-align:right}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter{padding:9px 15px;border:1px solid var(--line);border-radius:999px;background:transparent;color:#687489;font-size:12px;font-weight:700;transition:.2s}.filter:hover,.filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.catalog-note{margin:15px 0 31px;color:#a0a7b1;font-size:11px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 19px}.product-card[hidden]{display:none}.product-image{position:relative;aspect-ratio:1;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:5px;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.035)}.blue-bg{background:var(--blue)}.lilac-bg{background:var(--lilac)}.rose-bg{background:var(--pink)}.cream-bg{background:#f5e9df}.mint-bg{background:var(--mint)}.green-bg{background:#dbeedc}.yellow-bg{background:#fff0c4}.coral-bg{background:#f8dcd6}.pill{position:absolute;top:13px;left:13px;padding:6px 9px;border-radius:99px;background:rgba(255,255,255,.88);color:#d78c91;font-size:10px;font-weight:800}.product-info{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 2px}.product-info h3{margin:0;color:var(--ink);font:700 17px Manrope;letter-spacing:-.5px}.product-info p{margin:5px 0 0;color:#8992a0;font-size:11px;line-height:1.35}.quick-view{flex:0 0 auto;width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:white;color:#8a93a2;font-size:20px;line-height:1;transition:.2s}.quick-view:hover{background:var(--ink);border-color:var(--ink);color:#fff}.custom{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:9vw;padding:92px clamp(24px,11vw,170px);background:var(--pink);overflow:hidden}.custom-shape{height:370px;display:flex;align-items:center;justify-content:center;position:relative}.custom-shape:before{content:'';position:absolute;width:360px;height:360px;background:var(--yellow);border-radius:47% 53% 61% 39%/44% 39% 61% 56%;transform:rotate(16deg)}.custom-shape img{width:320px;height:320px;object-fit:cover;border-radius:50%;position:relative;box-shadow:0 24px 40px rgba(106,69,87,.14)}.custom h2,.about h2{font-size:clamp(48px,5vw,70px);letter-spacing:-4px}.custom-copy>p:not(.kicker){max-width:430px;color:#677185;line-height:1.7;font-size:14px}.custom .button{margin-top:10px}.about{display:grid;grid-template-columns:1fr 1fr;gap:9vw;padding:112px clamp(24px,11vw,170px)}.about h2{margin-bottom:0}.about-copy{padding-top:34px;color:#788395;line-height:1.7;font-size:15px}.about-sign{display:flex;gap:16px;align-items:center;margin-top:32px;color:var(--ink);font-size:13px;line-height:1.25}.about-sign span{color:#e0a1a0;font-size:42px}.footer{display:flex;align-items:center;justify-content:space-between;padding:38px clamp(24px,8vw,120px);background:var(--ink);color:#fff}.footer img{width:145px;height:56px;object-fit:contain}.footer p{font:600 16px Manrope;color:#e7dca7}.footer a{font-size:12px;font-weight:700;color:#f7d66f}.modal{position:fixed;inset:0;z-index:50;display:none}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(25,34,49,.45);backdrop-filter:blur(8px)}.modal-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;grid-template-columns:1fr .8fr;width:min(850px,calc(100% - 34px));max-height:calc(100vh - 34px);overflow:hidden;border-radius:28px;background:var(--paper);box-shadow:0 30px 90px rgba(16,22,32,.3)}.modal-image{min-height:450px;background:var(--blue)}.modal-image img{width:100%;height:100%;object-fit:contain}.modal-copy{padding:54px 38px;align-self:center}.modal-copy h2{font:800 32px Manrope;letter-spacing:-1px;margin:16px 0}.modal-copy p:not(.kicker){color:var(--muted);line-height:1.6;font-size:14px;margin-bottom:26px}.modal-close{position:absolute;right:18px;top:15px;z-index:2;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.85);font-size:25px;color:var(--ink)}@media(max-width:960px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{height:470px}.product-grid{grid-template-columns:repeat(3,1fr)}.custom,.about{padding-inline:8vw}}@media(max-width:700px){.site-header{height:68px}.brand{width:105px;height:50px}.main-nav{display:none}.header-action{padding:10px 13px;font-size:11px}.hero{min-height:auto;padding:60px 7vw 78px}.hero h1{font-size:58px;letter-spacing:-3px}.hero-text{font-size:15px}.hero-art{height:390px;margin-top:5px}.hero-card-main{inset:18px 0 35px 15%}.hero-card-small{height:150px;width:45%}.orbit-one{width:330px;height:330px}.orbit-two{width:230px;height:230px}.category-bar{justify-content:flex-start}.category-bar a{padding:17px 19px;font-size:12px}.catalog{padding:78px 7vw}.section-intro{display:block}.section-intro>p{text-align:left;margin-top:20px}.section-intro h2{font-size:50px}.product-grid{grid-template-columns:repeat(2,1fr);gap:25px 13px}.product-info{display:block}.product-info h3{font-size:14px}.quick-view{margin-top:8px}.custom,.about{grid-template-columns:1fr;gap:36px;padding:75px 7vw}.custom-shape{height:270px}.custom-shape:before{width:270px;height:270px}.custom-shape img{width:240px;height:240px}.custom h2,.about h2{font-size:50px}.footer{display:block}.footer p{margin:20px 0}.footer a{display:block}.modal-card{grid-template-columns:1fr;max-height:90vh;overflow:auto}.modal-image{height:300px;min-height:0}.modal-copy{padding:27px}.modal-copy h2{font-size:26px}}@media(max-width:430px){.product-grid{grid-template-columns:1fr}.hero h1{font-size:53px}}
