:root{--rose:#b8324a;--rose-mid:#d4526a;--rose-pale:#f5e8eb;--gold:#c49a50;--gold-light:#deb96a;--ink:#17100f;--ink-mid:#3b2a2c;--ink-muted:#8a7075;--ink-faint:#ddd2d4;--cream:#fbf7f5;--white:#fff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");position:fixed;inset:0}nav{z-index:500;justify-content:space-between;align-items:center;height:76px;padding:0 60px;transition:background .4s,border-color .4s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--ink-faint);background:#fbf7f5eb}.nav-logo{align-items:center;gap:11px;text-decoration:none;display:flex}.nav-logo-mark{border:1.5px solid var(--rose);width:30px;height:30px;color:var(--rose);border-radius:9px;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:600;display:flex}.nav-logo-text{letter-spacing:.05em;color:var(--ink);font-family:Cormorant Garamond,serif;font-size:16px;font-weight:700}.nav-logo-text span{color:var(--rose)}.nav-links{align-items:center;gap:36px;display:flex}.nav-links a{letter-spacing:.06em;color:var(--ink-muted);font-size:12.5px;font-weight:400;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-cta{background:var(--ink);text-transform:uppercase;border-radius:6px;padding:9px 24px;color:var(--white)!important;letter-spacing:.1em!important;font-size:12px!important;font-weight:500!important;transition:background .2s!important}.nav-cta:hover{background:var(--rose)!important;color:var(--white)!important}.nav-hamburger{cursor:pointer;color:var(--ink);background:0 0;border:none;display:none}.nav-hamburger svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:22px;height:22px}.hero{grid-template-columns:1.15fr .85fr;max-width:1240px;height:100vh;min-height:650px;max-height:850px;margin:0 auto;padding-top:76px;display:grid;position:relative;overflow:hidden}.hero-left{z-index:2;flex-direction:column;justify-content:center;padding:140px 60px 80px;display:flex;position:relative}.hero-eyebrow{align-items:center;gap:12px;margin-bottom:32px;animation:.8s .1s both fadeUp;display:flex}.eyebrow-line{background:var(--gold);width:36px;height:1px}.eyebrow-text{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-size:10px;font-weight:500}.hero-heading{letter-spacing:-.01em;color:var(--ink);margin-bottom:28px;font-family:Cormorant Garamond,serif;font-size:clamp(56px,5.5vw,84px);font-weight:600;line-height:1;animation:.8s .2s both fadeUp}.hero-heading em{color:var(--rose);font-style:italic}.hero-subtext{color:var(--ink-muted);max-width:400px;margin-bottom:48px;font-size:15px;font-weight:300;line-height:1.75;animation:.8s .3s both fadeUp}.hero-actions{gap:14px;animation:.8s .4s both fadeUp;display:flex}.btn-dark{background:var(--ink);color:var(--white);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-size:12.5px;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.btn-dark:hover{background:var(--rose)}.btn-ghost{color:var(--ink-mid);border:1px solid var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:8px;padding:13px 28px;font-size:12.5px;font-weight:500;text-decoration:none;transition:border-color .25s,color .25s;display:inline-flex}.btn-ghost:hover{border-color:var(--ink-mid);color:var(--ink)}.hero-trust{gap:32px;margin-top:52px;animation:.8s .5s both fadeUp;display:flex}.trust-item{flex-direction:column;display:flex}.trust-num{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600;line-height:1}.trust-label{color:var(--ink-muted);letter-spacing:.06em;margin-top:4px;font-size:10.5px;font-weight:300}.trust-divider{background:var(--ink-faint);align-self:stretch;width:1px}.hero-right{justify-content:center;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.hero-img{object-fit:cover;filter:contrast(1.02)saturate(1.05);border-radius:24px;width:100%;height:100%;animation:1.2s cubic-bezier(.16,1,.3,1) .1s both imgReveal;box-shadow:0 42px 84px -16px #17100f26}@keyframes imgReveal{0%{clip-path:inset(0 100% 0 0);opacity:0}to{clip-path:inset(0 0% 0 0);opacity:1}}.hero-right-overlay{pointer-events:none;z-index:2;background:linear-gradient(90deg,#fbf7f566 0%,#0000 15%);border-radius:24px;position:absolute;inset:24px}.hero-badge{-webkit-backdrop-filter:blur(24px)saturate(1.2);z-index:10;background:#ffffffa6;border:1px solid #fff6;border-radius:18px;padding:20px 24px;animation:.8s .7s both fadeUp;position:absolute;bottom:48px;right:48px;box-shadow:0 20px 40px #17100f14}.hero-badge-top{align-items:center;gap:8px;margin-bottom:6px;display:flex}.badge-dot{background:#3a7a57;border-radius:50%;width:7px;height:7px}.badge-label{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);font-size:10px;font-weight:500}.badge-title{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600}.badge-sub{color:var(--ink-muted);margin-top:2px;font-size:11px;font-weight:300}.marquee-strip{background:var(--ink);white-space:nowrap;padding:18px 0;overflow:hidden}.marquee-track{gap:0;animation:28s linear infinite marquee;display:inline-flex}.marquee-item{letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:20px;padding:0 36px;font-size:11px;font-weight:400;display:inline-flex}.marquee-sep{background:var(--rose);border-radius:.5rem;flex-shrink:0;width:4px;height:4px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-wrap{max-width:1240px;margin:0 auto;padding:0 60px}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.section-label{align-items:center;gap:10px;margin-bottom:14px;display:flex}.section-label-line{background:var(--gold);width:28px;height:1px}.section-label-text{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-size:9.5px;font-weight:500}.section-heading{color:var(--ink);letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-size:clamp(34px,3.5vw,52px);font-weight:600;line-height:1.1}.section-link{letter-spacing:.14em;text-transform:uppercase;color:var(--rose);flex-shrink:0;align-items:center;gap:8px;margin-bottom:6px;font-size:11.5px;font-weight:500;text-decoration:none;transition:gap .2s;display:flex}.section-link:hover{gap:13px}.section-link svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:14px;height:14px}.products-section{padding:100px 0}.products-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{background:var(--white);border:1px solid var(--ink-faint);cursor:pointer;border-radius:20px;transition:transform .35s,box-shadow .35s;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:0 28px 56px -16px #17100f1f}.product-img-wrap{aspect-ratio:3/2.5;background:var(--rose-pale);position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.product-card:hover .product-img{transform:scale(1.06)}.product-category{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-mid);background:#fbf7f5e0;border-radius:4px;padding:5px 12px;font-size:9px;font-weight:500;position:absolute;top:16px;left:16px}.product-body{padding:24px}.product-name{color:var(--ink);margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600}.product-desc{color:var(--ink-muted);margin-bottom:20px;font-size:12.5px;font-weight:300;line-height:1.6}.product-footer{border-top:1px solid var(--ink-faint);justify-content:space-between;align-items:center;padding-top:18px;display:flex}.product-price{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600}.product-price .currency{color:var(--ink-muted);margin-right:2px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:300}.product-btn{background:var(--ink);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .2s;display:flex}.product-btn:hover{background:var(--rose)}.product-btn svg{stroke:#fff;fill:none;stroke-width:1.5px;width:16px;height:16px}.biz-section{background:var(--ink);padding:100px 0;position:relative;overflow:hidden}.biz-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#b8324a38 0%,#0000 65%);width:600px;height:600px;position:absolute;top:0;right:0}.biz-section:after{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#c49a501f 0%,#0000 65%);width:400px;height:400px;position:absolute;bottom:0;left:0}.biz-grid{z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;gap:60px;display:grid;position:relative}.biz-right{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.biz-left .section-label-line{background:var(--gold)}.biz-left .section-label-text{color:var(--gold)}.biz-heading{color:var(--white);letter-spacing:-.01em;margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:clamp(38px,4vw,60px);font-weight:600;line-height:1.08}.biz-heading em{color:var(--rose-mid);font-style:italic}.biz-desc{color:#ffffff80;max-width:420px;margin-bottom:44px;font-size:14px;font-weight:300;line-height:1.78}.biz-perks{flex-direction:column;gap:22px;margin-bottom:48px;display:flex}.perk{align-items:flex-start;gap:16px;display:flex}.perk-icon{border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .2s,background .2s;display:flex}.perk:hover .perk-icon{background:#b8324a14;border-color:#b8324a80}.perk-icon svg{stroke:#fff9;fill:none;stroke-width:1.5px;width:16px;height:16px}.perk-title{color:#ffffffd9;margin-bottom:4px;font-size:14px;font-weight:500}.perk-text{color:#fff6;font-size:12.5px;font-weight:300;line-height:1.6}.btn-rose{background:var(--rose);color:var(--white);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:10px;padding:14px 34px;font-size:12px;font-weight:500;text-decoration:none;transition:background .25s;display:inline-flex}.btn-rose:hover{background:var(--rose-mid)}.btn-rose svg{stroke:#fff;fill:none;stroke-width:1.5px;width:14px;height:14px}.stat-box{border:1px solid #ffffff12;border-radius:12px;padding:22px 20px;transition:border-color .3s,background .3s;position:relative}.stat-box:hover{background:#ffffff08;border-color:#b8324a4d}.stat-box-num{color:var(--white);font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1}.stat-box-unit{color:var(--rose-mid);margin-left:2px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:300}.stat-box-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin-top:6px;font-size:9px;font-weight:400}.testi-section{background:var(--cream);padding:100px 0}.testi-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testi-card{background:var(--white);border:1px solid var(--ink-faint);border-radius:16px;padding:32px;transition:transform .3s,box-shadow .3s}.testi-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px -14px #17100f17}.testi-card:nth-child(2){margin-top:24px}.testi-stars{gap:3px;margin-bottom:20px;display:flex}.star{background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);width:14px;height:14px}.testi-quote{color:var(--ink);margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:17px;font-style:italic;font-weight:400;line-height:1.5}.testi-author{border-top:1px solid var(--ink-faint);align-items:center;gap:12px;padding-top:20px;display:flex}.testi-avatar{background:var(--rose-pale);width:36px;height:36px;color:var(--rose);border-radius:10px;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:600;display:flex}.testi-name{color:var(--ink);font-size:12px;font-weight:500}.testi-role{color:var(--ink-muted);letter-spacing:.04em;font-size:9.5px;font-weight:300}footer{background:var(--ink);padding:80px 0 0}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:20px;display:flex}.footer-logo-mark{width:32px;height:32px;color:var(--rose-mid);border:1px solid #b8324a99;border-radius:8px;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:15px;font-weight:600;display:flex}.footer-logo-text{letter-spacing:.05em;color:#ffffffd9;font-family:Cormorant Garamond,serif;font-size:17px;font-weight:700}.footer-desc{color:#ffffff59;max-width:280px;margin-bottom:28px;font-size:13px;font-weight:300;line-height:1.75}.footer-socials{gap:10px;display:flex}.social-btn{color:#ffffff59;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:flex}.social-btn:hover{color:var(--rose-mid);background:#b8324a12;border-color:#b8324a80}.social-btn svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:14px;height:14px}.footer-col h5{letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;margin-bottom:22px;font-size:10px;font-weight:500}.footer-col ul{flex-direction:column;gap:13px;list-style:none;display:flex}.footer-col ul li a{color:#ffffff59;letter-spacing:.02em;font-size:13px;font-weight:300;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:#ffffffbf}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:24px 0;display:flex}.footer-copy{color:#fff3;letter-spacing:.04em;font-size:11.5px;font-weight:300}.footer-legal{gap:24px;display:flex}.footer-legal a{color:#fff3;letter-spacing:.08em;font-size:11px;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#ffffff80}@media (width<=1024px){nav{padding:0 24px}.nav-links{display:none}.nav-hamburger{display:block}.hero{border:none;border-radius:0;grid-template-columns:1fr;max-width:none;height:auto;min-height:auto;max-height:none;margin:0}.hero-left{order:1;padding:110px 24px 48px}.hero-right{order:0;height:55vw;min-height:300px}.hero-right-overlay{background:linear-gradient(to top, var(--cream) 0%, transparent 30%)}.hero-badge{bottom:20px;right:20px}.section-wrap{padding:0 24px}.section-header{flex-direction:column;align-items:flex-start;gap:16px}.products-grid{grid-template-columns:1fr;gap:16px}.products-section{padding:64px 0}.biz-section{padding:72px 0}.biz-grid{grid-template-columns:1fr;gap:48px}.biz-right{margin:0}.testi-section{padding:72px 0}.testi-grid{grid-template-columns:1fr;gap:14px}.testi-card:nth-child(2){margin-top:0}footer{padding-top:56px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px;padding-bottom:44px}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:14px}}.small-heading{line-height:1.25;font-size:clamp(22px,3.5vw,32px)!important}.mobile-menu[data-v-545d3a8d]{background:var(--cream);z-index:400;flex-direction:column;gap:12px;padding:20px;display:flex;position:fixed;top:76px;left:0;right:0}.mobile-menu a[data-v-545d3a8d]{color:var(--ink);font-size:14px;text-decoration:none}
