:root{--pink:#f48fb1;--pink-dark:#e85d8a;--pink-soft:#fff1f6;--ink:#171317;--muted:#756a70;--line:#eadde2;--white:#fff;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.page-width{max-width:var(--max);margin:auto;padding:0 34px}.announcement{background:var(--ink);color:#fff;text-align:center;padding:10px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:23px;letter-spacing:-.04em}.logo-mark{width:38px;height:38px;border-radius:50%;background:var(--pink);display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px;box-shadow:0 7px 18px #e85d8a38}.nav{display:flex;gap:25px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.nav a:hover{color:var(--pink-dark)}.header-actions{display:flex;gap:17px;font-size:12px}.icon-btn{border:0;background:none;cursor:pointer}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--pink-soft)}.hero-copy{padding:75px 8%;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-bottom:18px}.hero h1{font-size:clamp(48px,6vw,88px);line-height:.92;letter-spacing:-.06em;margin:0 0 25px;max-width:700px}.hero p{font-size:17px;line-height:1.65;color:var(--muted);max-width:570px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 25px;background:var(--pink);color:#fff;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-top:14px;transition:.2s}.btn:hover{background:var(--pink-dark);transform:translateY(-1px)}.hero-media{min-height:650px;background:#f8d7e3;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-size:80px;color:#fff;font-weight:900;opacity:.75}.ticker{overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);white-space:nowrap;padding:15px 0;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.ticker-track{display:inline-block;animation:scroll 24s linear infinite}@keyframes scroll{to{transform:translate(-50%)}}.section{padding:90px 0}.section-kicker{text-align:center;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.section h2{text-align:center;font-size:clamp(34px,4vw,60px);letter-spacing:-.05em;line-height:.98;margin:14px auto 45px;max-width:780px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.feature-image{background:var(--pink-soft);min-height:540px;display:grid;place-items:center;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy h3{font-size:42px;letter-spacing:-.04em;margin:0 0 18px}.feature-copy p{color:var(--muted);line-height:1.75}.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:45px}.number-card{background:#fff;padding:32px}.number{font-size:11px;color:var(--pink-dark);font-weight:700}.number-card h4{font-size:18px;margin:18px 0 9px}.number-card p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.uses{background:#171317;color:#fff}.uses h2{color:#fff}.uses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#3b3035}.use{background:#171317;padding:35px;min-height:210px}.use span{color:#f48fb1;font-size:11px}.use h3{margin-top:45px;font-size:24px}.use p{color:#c7bdc1;font-size:13px;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.step{padding:35px;border-right:1px solid var(--line)}.step:last-child{border-right:0}.step-num{font-size:12px;color:var(--pink-dark)}.step h3{font-size:18px;margin:28px 0 10px}.step p{font-size:13px;color:var(--muted);line-height:1.6}.product-card{display:grid;grid-template-columns:1.1fr 1fr;background:var(--pink-soft);margin-top:30px}.product-card-image{min-height:520px;display:grid;place-items:center;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:70px;display:flex;flex-direction:column;justify-content:center}.product-info .price{font-size:14px;margin:12px 0}.product-info h3{font-size:42px;letter-spacing:-.04em;margin:0}.product-info p{color:var(--muted);line-height:1.7}.welcome{text-align:center;padding:120px 20px}.welcome h2{font-size:clamp(42px,6vw,80px);margin:12px auto 25px}.welcome p{max-width:600px;margin:auto;color:var(--muted);line-height:1.7}.footer{background:#171317;color:#fff;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer h3{font-size:18px}.footer p,.footer a{color:#c7bdc1;font-size:13px;line-height:1.9}.footer-links{display:flex;flex-direction:column}.copyright{border-top:1px solid #3b3035;margin-top:50px;padding-top:20px;font-size:11px;color:#9e9297}.mobile-menu{display:none}@media(max-width:800px){.page-width{padding:0 20px}.nav{display:none}.mobile-menu{display:block}.hero,.feature-grid,.product-card{grid-template-columns:1fr}.hero-media{min-height:400px;order:-1}.hero-copy{padding:55px 25px}.numbers,.uses-grid,.steps,.footer-grid{grid-template-columns:1fr 1fr}.product-info{padding:40px 25px}.section{padding:65px 0}}@media(max-width:520px){.numbers,.uses-grid,.steps,.footer-grid{grid-template-columns:1fr}.header-inner{height:65px}.logo{font-size:20px}.logo-mark{width:32px;height:32px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
