@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--bg: #faf9f7;--bg-warm: #f5f0ea;--surface: #ffffff;--border: #e8e4de;--border-strong: #d4cec5;--ink: #1a1612;--ink-soft: #2d2519;--muted: #7c7267;--muted-strong: #544b40;--warm: #b86639;--warm-strong: #934b22;--warm-glow: rgba(184, 102, 57, .12);--gold: #d4a853;--mint: #10b981;--shadow-sm: 0 1px 3px rgba(26, 22, 18, .03);--shadow: 0 4px 12px rgba(26, 22, 18, .05), 0 1px 3px rgba(26, 22, 18, .03);--shadow-lg: 0 12px 32px rgba(26, 22, 18, .06), 0 4px 8px rgba(26, 22, 18, .03);--shadow-xl: 0 20px 48px rgba(26, 22, 18, .08), 0 8px 16px rgba(26, 22, 18, .04);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--content: min(1440px, calc(100vw - 32px) );--content-narrow: min(900px, calc(100vw - 32px) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100%}:focus{outline:none}:focus-visible{outline:2px solid var(--warm);outline-offset:2px}body{margin:0;color:var(--ink);font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.reveal{animation:fade-up .8s cubic-bezier(.16,1,.3,1) both}.reveal--d1{animation-delay:.1s}.reveal--d2{animation-delay:.2s}.reveal--d3{animation-delay:.3s}.reveal--d4{animation-delay:.4s}.woreto-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .875rem;border-radius:999px;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(184,102,57,.2);font-size:.75rem;font-weight:700;color:var(--ink);box-shadow:0 8px 16px #b866390f,inset 0 0 0 1px #fffc}.woreto-pill span.icon{font-size:1rem}@media(min-width:768px){.woreto-pill{padding:.5rem 1rem;font-size:.8125rem}}.woreto-gradient-bg{position:relative;overflow:hidden}.woreto-gradient-bg:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150vw;height:150vh;background:radial-gradient(ellipse at center,#b866391f,#d4a85314 30%,#faf9f700 70%);z-index:-1;pointer-events:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#faf9f7d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(232,228,222,.4)}.navbar__inner{max-width:var(--content);margin:0 auto;padding:.875rem 1rem;display:flex;align-items:center;justify-content:space-between;position:relative}@media(min-width:768px){.navbar__inner{padding:1.25rem 1.5rem}}.brand-mark{display:flex;align-items:center;gap:.5rem;text-decoration:none}@media(min-width:768px){.brand-mark{gap:.75rem}}.brand-mark__logo-wrapper{width:28px;height:28px;border-radius:6px;overflow:hidden}@media(min-width:768px){.brand-mark__logo-wrapper{width:32px;height:32px;border-radius:8px}}.brand-mark__logo{width:100%;height:100%;object-fit:cover}.brand-mark__title{margin:0;font-size:1.125rem;font-weight:800;letter-spacing:-.04em;color:var(--ink)}@media(min-width:768px){.brand-mark__title{font-size:1.25rem}}.menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--ink)}.menu-toggle svg{width:24px;height:24px}.navbar-nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#faf9f7f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(232,228,222,.4);padding:1rem 1.5rem 1.5rem;gap:.25rem;box-shadow:0 10px 30px #0000000f}.navbar-nav.is-open{display:flex}@media(min-width:768px){.menu-toggle{display:none}.navbar-nav{display:flex;flex-direction:row;position:static;width:auto;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;padding:0;gap:.5rem;box-shadow:none;align-items:center}}@media(min-width:1024px){.navbar-nav{gap:2rem}}.nav-link{font-size:.9375rem;font-weight:600;color:var(--ink);text-decoration:none;transition:all .2s;padding:.625rem 1rem;border-radius:999px;display:block}@media(min-width:768px){.nav-link{font-size:.875rem;padding:.5rem 1rem;display:inline-block}}.nav-link:hover{background:#1a16120d}.nav-link.active{background:var(--ink);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.625rem 1.25rem;border:none;border-radius:999px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none}@media(min-width:768px){.btn{min-height:48px;padding:.75rem 1.75rem;font-size:.9375rem}}.btn--dark{color:#fff;background:var(--ink)}.btn--dark:hover{background:var(--ink-soft);transform:translateY(-2px);box-shadow:0 8px 16px #1a16121f}.btn--store{display:inline-flex;align-items:center;gap:.625rem;background:var(--ink);color:#fff;padding:.5rem 1rem;border-radius:12px;text-decoration:none;transition:all .2s ease;border:1px solid rgba(255,255,255,.1);flex:1;min-width:0;justify-content:center}@media(min-width:480px){.btn--store{flex:0 1 auto;padding:.5rem 1.25rem;gap:.75rem}}.btn--store:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1a161226;background:#000}.btn--store svg{width:22px;height:22px;fill:currentColor;flex-shrink:0}@media(min-width:480px){.btn--store svg{width:28px;height:28px}}.btn--store .store-text{display:flex;flex-direction:column;align-items:flex-start}.btn--store .store-sub{font-size:.55rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8;line-height:1;margin-bottom:.125rem}@media(min-width:480px){.btn--store .store-sub{font-size:.65rem}}.btn--store .store-title{font-size:1rem;font-weight:700;line-height:1;letter-spacing:-.02em}@media(min-width:480px){.btn--store .store-title{font-size:1.25rem}}.page-wrapper{padding-top:60px}@media(min-width:768px){.page-wrapper{padding-top:80px}}.section{width:100%;max-width:var(--content);margin:0 auto;padding:3rem 1rem}@media(min-width:768px){.section{padding:4.5rem 1.5rem}}@media(min-width:1024px){.section{padding:6rem 1.5rem}}.section--border-bottom{border-bottom:1px solid var(--border)}.woreto-hero{text-align:center;display:flex;flex-direction:column;align-items:center;padding:4rem 1rem 3rem;position:relative;background:radial-gradient(circle at 50% -20%,#b8663914,#fff0 70%)}@media(min-width:768px){.woreto-hero{padding:6rem 1.5rem 5rem}}@media(min-width:1024px){.woreto-hero{padding:8rem 1.5rem}}.woreto-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 50%,rgba(184,102,57,.05) 0%,transparent 40%),radial-gradient(circle at 85% 30%,rgba(184,102,57,.05) 0%,transparent 50%);animation:hero-bg-pulse 10s ease-in-out infinite alternate;z-index:-1}@keyframes hero-bg-pulse{0%{transform:scale(1);opacity:.7}to{transform:scale(1.2);opacity:1}}.woreto-hero__headline{margin:1.25rem 0 1rem;font-size:2rem;line-height:1.1;letter-spacing:-.04em;font-weight:800;color:var(--ink);max-width:1200px}@media(min-width:480px){.woreto-hero__headline{font-size:2.5rem;margin:1.5rem 0 1.25rem}}@media(min-width:768px){.woreto-hero__headline{font-size:clamp(2.5rem,5.5vw,4rem);margin:2rem 0 1.5rem}}.woreto-hero__headline span.highlight{color:var(--warm)}.woreto-hero__body{margin:0 0 2rem;font-size:1rem;line-height:1.6;color:var(--muted);max-width:600px}@media(min-width:768px){.woreto-hero__body{margin:0 0 2.5rem;font-size:1.125rem}}.woreto-hero__actions{display:flex;gap:.75rem;justify-content:center;align-items:stretch;margin-bottom:2.5rem;width:100%;max-width:420px}@media(min-width:480px){.woreto-hero__actions{gap:1rem;max-width:none;width:auto}}@media(min-width:768px){.woreto-hero__actions{margin-bottom:4rem}}.woreto-hero__visual{width:100%;max-width:900px;margin:0 auto;position:relative;z-index:10}.woreto-stats{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center;padding:1.5rem 0}@media(min-width:480px){.woreto-stats{grid-template-columns:repeat(2,1fr);padding:2rem 0}}@media(min-width:768px){.woreto-stats{grid-template-columns:repeat(3,1fr);padding:4rem 0}}.stat-item__number{font-size:2.25rem;font-weight:800;letter-spacing:-.04em;color:var(--ink);margin:0 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.25rem}@media(min-width:768px){.stat-item__number{font-size:clamp(2.5rem,4vw,3.5rem)}}.stat-item__number svg{width:32px;height:32px}@media(min-width:768px){.stat-item__number svg{width:40px;height:40px}}.stat-item__title{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--ink)}@media(min-width:768px){.stat-item__title{font-size:1.125rem}}.stat-item__desc{font-size:.8125rem;color:var(--muted);line-height:1.5;margin:0 auto;max-width:250px}@media(min-width:768px){.stat-item__desc{font-size:.875rem}}.woreto-feature-split{display:flex;flex-direction:column;gap:2rem;align-items:center;padding:2rem 0}@media(min-width:768px){.woreto-feature-split{gap:3rem;padding:4rem 0}}@media(min-width:1024px){.woreto-feature-split{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;padding:6rem 0}.woreto-feature-split.reverse{grid-template-columns:1.5fr 1fr}}.woreto-feature-split__content{max-width:700px;width:100%}.woreto-feature-split__content.right{margin-left:0}@media(min-width:1024px){.woreto-feature-split__content.right{margin-left:auto}}.woreto-feature-split__content h2{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:1rem 0 .75rem}@media(min-width:480px){.woreto-feature-split__content h2{font-size:2rem}}@media(min-width:768px){.woreto-feature-split__content h2{font-size:clamp(2rem,4vw,3rem);margin:1.5rem 0 1rem}}.woreto-feature-split__content p{font-size:1rem;color:var(--muted);line-height:1.6;margin:0 0 1.5rem}@media(min-width:768px){.woreto-feature-split__content p{font-size:1.125rem;margin:0 0 2rem}}.feature-list{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:480px){.feature-list{grid-template-columns:1fr 1fr;gap:2rem}}.feature-list-item{display:flex;flex-direction:column;gap:.75rem}.feature-list-item__icon{width:40px;height:40px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--ink)}.feature-list-item__icon svg{width:20px;height:20px}.feature-list-item h4{margin:0;font-size:1rem;font-weight:700}.feature-list-item p{margin:0!important;font-size:.875rem!important}.woreto-feature-split__visual{position:relative;width:100%;display:flex;align-items:center;justify-content:center;z-index:1}.woreto-feature-split__visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160%;height:160%;background:radial-gradient(circle at center,rgba(184,102,57,.3) 0%,transparent 60%);z-index:0;pointer-events:none}.woreto-feature-split__visual .device-frame{z-index:1}.device-frame{position:relative;width:100%;max-width:220px;margin:0 auto;border-radius:24px;background:var(--surface);border:8px solid #1c1c1e;overflow:hidden;box-shadow:0 0 0 1px #3a3a3c,0 20px 40px #0000001f,inset 0 0 0 2px #ffffff0d;display:flex}@media(min-width:480px){.device-frame{max-width:260px;border-radius:26px}}@media(min-width:768px){.device-frame{max-width:300px;border-radius:28px;border-width:10px;box-shadow:0 0 0 1px #3a3a3c,0 25px 50px #00000026,inset 0 0 0 2px #ffffff0d}}.device-frame:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:10px;background:#1c1c1e;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:10}@media(min-width:768px){.device-frame:before{width:100px;height:12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}}.device-frame img{width:100%;height:auto;object-fit:cover;display:block}.woreto-grid-section{text-align:center}.woreto-grid-section h2{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;margin:1rem 0 2.5rem}@media(min-width:768px){.woreto-grid-section h2{font-size:clamp(2rem,4vw,3rem);margin:1.5rem 0 4rem}}.woreto-grid-4{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.woreto-grid-4{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.woreto-grid-4{grid-template-columns:repeat(4,1fr);gap:2rem}}.grid-item{text-align:left;padding:1.5rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid rgba(26,22,18,.06);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){.grid-item{padding:2rem}}.grid-item:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.grid-item__icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--warm-glow);color:var(--warm);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media(min-width:768px){.grid-item__icon{width:48px;height:48px;margin-bottom:1.5rem}}.grid-item__icon svg{width:22px;height:22px}@media(min-width:768px){.grid-item__icon svg{width:24px;height:24px}}.grid-item h3{margin:0 0 .5rem;font-size:1rem}@media(min-width:768px){.grid-item h3{margin:0 0 .75rem;font-size:1.125rem}}.grid-item p{margin:0;font-size:.875rem;line-height:1.5;color:var(--muted)}@media(min-width:768px){.grid-item p{font-size:.9375rem}}.woreto-testimonials-section{text-align:center}.woreto-testimonials-section h2{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;margin:1rem 0 2.5rem}@media(min-width:768px){.woreto-testimonials-section h2{font-size:clamp(2rem,4vw,3rem);margin:1.5rem 0 4rem}}.woreto-grid-3{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.woreto-grid-3{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.woreto-grid-3{grid-template-columns:repeat(3,1fr);gap:2rem}}.testimonial-card{text-align:left;padding:1.5rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid rgba(26,22,18,.06);display:flex;flex-direction:column;gap:1.25rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){.testimonial-card{padding:2.5rem;gap:1.5rem}}.testimonial-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.testimonial-card__stars{color:var(--warm);font-size:1.125rem;letter-spacing:2px}@media(min-width:768px){.testimonial-card__stars{font-size:1.25rem}}.testimonial-card__text{font-size:.9375rem;line-height:1.6;color:var(--ink);font-style:italic;flex-grow:1;margin:0}@media(min-width:768px){.testimonial-card__text{font-size:1rem}}.testimonial-card__user{display:flex;align-items:center;gap:.75rem;border-top:1px solid rgba(26,22,18,.06);padding-top:1.25rem}@media(min-width:768px){.testimonial-card__user{gap:1rem;padding-top:1.5rem}}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}@media(min-width:768px){.testimonial-card__avatar{width:48px;height:48px;font-size:1.125rem}}.testimonial-card__name{font-weight:700;font-size:.875rem;color:var(--ink);margin-bottom:.125rem}@media(min-width:768px){.testimonial-card__name{font-size:.9375rem;margin-bottom:.25rem}}.testimonial-card__handle{font-size:.75rem;color:var(--muted)}@media(min-width:768px){.testimonial-card__handle{font-size:.8125rem}}.woreto-cta{background:var(--warm-glow);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column}@media(min-width:1024px){.woreto-cta{display:grid;grid-template-columns:1fr 1fr;align-items:center}}.woreto-cta__content{padding:2rem 1.5rem}@media(min-width:768px){.woreto-cta__content{padding:3rem}}@media(min-width:1024px){.woreto-cta__content{padding:4rem}}.woreto-cta__content h2{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 .75rem}@media(min-width:480px){.woreto-cta__content h2{font-size:2rem}}@media(min-width:768px){.woreto-cta__content h2{font-size:clamp(2rem,4vw,3.5rem);margin:0 0 1rem}}.woreto-cta__content p{font-size:1rem;color:var(--muted-strong);margin:0 0 1.5rem;max-width:400px}@media(min-width:768px){.woreto-cta__content p{font-size:1.125rem;margin:0 0 2rem}}.woreto-cta__actions{display:flex;gap:.75rem;align-items:stretch;flex-wrap:wrap}@media(min-width:480px){.woreto-cta__actions{gap:1rem;align-items:center}}.woreto-qr-desktop-only{display:none!important}@media(min-width:1024px){.woreto-qr-desktop-only{display:flex!important;flex-direction:column;align-items:center;gap:.5rem;background:#fff;padding:.75rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}}.woreto-cta__visual{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;position:relative;z-index:1}@media(min-width:768px){.woreto-cta__visual{padding:3rem}}@media(min-width:1024px){.woreto-cta__visual{padding:4rem}}.woreto-cta__visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160%;height:160%;background:radial-gradient(circle at center,rgba(184,102,57,.3) 0%,transparent 60%);z-index:0;pointer-events:none}.woreto-cta__visual .device-frame{z-index:1}.woreto-footer{border-top:1px solid var(--border);padding:2.5rem 1rem;background:var(--surface)}@media(min-width:768px){.woreto-footer{padding:4rem 1.5rem}}.woreto-footer__inner{max-width:var(--content);margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:480px){.woreto-footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(min-width:1024px){.woreto-footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}}.footer-brand__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}@media(min-width:768px){.footer-brand__logo{margin-bottom:1rem}}.footer-brand__logo img{width:28px;height:28px;border-radius:6px}@media(min-width:768px){.footer-brand__logo img{width:32px;height:32px;border-radius:8px}}.footer-brand__logo span{font-size:1.125rem;font-weight:800;letter-spacing:-.04em;color:var(--ink)}@media(min-width:768px){.footer-brand__logo span{font-size:1.25rem}}.footer-brand p{font-size:.8125rem;color:var(--muted);line-height:1.5;max-width:250px}@media(min-width:768px){.footer-brand p{font-size:.875rem}}.footer-nav h4{font-size:.9375rem;font-weight:700;margin:0 0 1rem}@media(min-width:768px){.footer-nav h4{font-size:1rem;margin:0 0 1.5rem}}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.footer-nav ul{gap:1rem}}.footer-nav a{font-size:.8125rem;color:var(--muted-strong);text-decoration:none;transition:color .2s}@media(min-width:768px){.footer-nav a{font-size:.875rem}}.footer-nav a:hover{color:var(--ink)}.woreto-footer__bottom{max-width:var(--content);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;text-align:center;font-size:.75rem;color:var(--muted)}@media(min-width:768px){.woreto-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2rem;font-size:.8125rem;text-align:left}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal-stagger.active>*:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.1s}.reveal-stagger.active>*:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.3s}.tryon-preview{position:relative;width:100%;min-height:360px;background:radial-gradient(120% 100% at 50% 0%,#b8663933,#b866390a,#faf9f7);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(73,55,35,.08);box-shadow:var(--shadow-xl)}@media(min-width:480px){.tryon-preview{min-height:400px;border-radius:var(--radius-xl)}}@media(min-width:768px){.tryon-preview{min-height:480px}}.tryon-preview__stage{flex:1;margin:1rem 1rem 2.5rem;background:#f8f5ee;border:1px solid rgba(73,55,35,.08);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem}@media(min-width:480px){.tryon-preview__stage{margin:1.25rem 1.25rem 3rem;gap:.75rem;padding:.875rem;border-radius:var(--radius-lg)}}@media(min-width:768px){.tryon-preview__stage{margin:1.5rem 1.5rem 3rem;gap:1rem;padding:1rem}}.tryon-preview__input-card{width:40%;height:100%;max-height:280px;background:#fffdfa;border:1px solid rgba(73,55,35,.1);border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px #0000000a;overflow:hidden}@media(min-width:480px){.tryon-preview__input-card{max-height:300px;border-radius:var(--radius-md)}}@media(min-width:768px){.tryon-preview__input-card{max-height:320px}}.tryon-preview__input-card img{flex:1;width:100%;object-fit:contain;background:#eeeae4}.tryon-preview__badge{position:absolute;top:.75rem;left:.75rem;background:var(--warm);color:#fff;padding:.2rem .625rem;border-radius:999px;font-size:.5625rem;font-weight:800;letter-spacing:.1em;z-index:20;box-shadow:0 4px 12px #934b224d}@media(min-width:480px){.tryon-preview__badge{top:1rem;left:1rem;padding:.25rem .75rem;font-size:.625rem}}.tryon-preview__plus{width:28px;height:28px;border-radius:50%;background:#f3e5d2;color:var(--warm);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;line-height:1;flex-shrink:0}@media(min-width:480px){.tryon-preview__plus{width:32px;height:32px}}@media(min-width:768px){.tryon-preview__plus{width:36px;height:36px;font-size:1.5rem}}.tryon-preview__result{position:absolute;inset:1rem 1rem 2.5rem;background:#f3efe8;border-radius:var(--radius-md);opacity:0;pointer-events:none;transition:opacity .52s ease;overflow:hidden;box-shadow:0 8px 24px #00000014}@media(min-width:480px){.tryon-preview__result{inset:1.25rem 1.25rem 3rem;border-radius:var(--radius-lg)}}@media(min-width:768px){.tryon-preview__result{inset:1.5rem 1.5rem 3rem}}.tryon-preview__result.show{opacity:1}.tryon-preview__result img{width:100%;height:100%;object-fit:contain}.tryon-preview__result-label{position:absolute;bottom:.75rem;left:.75rem;background:#1f1812d6;color:#fff9f0;padding:.375rem .75rem;border-radius:999px;font-size:.625rem;font-weight:800;display:flex;align-items:center;gap:.375rem}@media(min-width:480px){.tryon-preview__result-label{bottom:1rem;left:1rem;padding:.5rem 1rem;font-size:.75rem;gap:.5rem}}.tryon-preview__counter{position:absolute;top:1rem;right:1rem;background:#fffdf9eb;border:1px solid rgba(73,55,35,.08);padding:.3rem .6rem;border-radius:999px;font-size:.5625rem;font-weight:900;letter-spacing:.05em;color:var(--muted-strong);z-index:10}@media(min-width:480px){.tryon-preview__counter{top:1.5rem;right:1.5rem;padding:.4rem .8rem;font-size:.65rem}}.tryon-preview__dots{position:absolute;bottom:.75rem;left:0;right:0;display:flex;justify-content:center;gap:.375rem}@media(min-width:480px){.tryon-preview__dots{bottom:1rem;gap:.5rem}}.tryon-preview__dot{width:6px;height:6px;border-radius:3px;background:#1f1a153d;cursor:pointer;transition:width .25s ease,background .25s ease}@media(min-width:480px){.tryon-preview__dot{width:8px;height:8px;border-radius:4px}}.tryon-preview__dot.active{width:20px;background:var(--warm)}@media(min-width:480px){.tryon-preview__dot.active{width:24px}}.shell{display:flex;flex-direction:column;min-height:100vh;width:100%}@media(min-width:768px){.shell{flex-direction:row}}.shell__sidebar{width:100%;background:var(--surface);border-bottom:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;flex-shrink:0}@media(min-width:768px){.shell__sidebar{width:250px;border-bottom:none;border-right:1px solid var(--border);padding:2rem 1.5rem}}.shell__main{flex-grow:1;background:var(--bg);display:flex;flex-direction:column}.workspace-nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem;margin-top:.75rem}@media(min-width:768px){.workspace-nav{flex-direction:column;gap:.5rem;margin-top:2rem}}.workspace-nav__link{padding:.5rem .75rem;border-radius:var(--radius-sm);color:var(--muted-strong);transition:all .2s;text-decoration:none;font-size:.875rem}@media(min-width:768px){.workspace-nav__link{padding:.75rem 1rem;font-size:inherit}}.workspace-nav__link:hover{background:#1a16120d;color:var(--ink)}.workspace-nav__link--active{background:var(--ink);color:#fff}.shell__topbar{padding:1.25rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;background:var(--surface)}@media(min-width:768px){.shell__topbar{padding:2rem 2.5rem;gap:1rem}}.shell__content{padding:1.25rem 1rem;flex-grow:1;overflow-y:auto}@media(min-width:768px){.shell__content{padding:2.5rem}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1.5rem}@media(min-width:768px){.panel{padding:1.5rem;margin-bottom:2rem}}.panel__header h3{margin:0 0 1.25rem;font-size:1rem}@media(min-width:768px){.panel__header h3{margin:0 0 1.5rem;font-size:1.125rem}}.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:480px){.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}}.field{display:flex;flex-direction:column;gap:.5rem}.field span{font-size:.875rem;font-weight:600;color:var(--ink)}.input{padding:.75rem 1rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:.9375rem;width:100%}.button{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;background:var(--ink);color:#fff}.dropzone{border:2px dashed var(--border-strong);border-radius:var(--radius-md);padding:2rem 1.5rem;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(min-width:768px){.dropzone{padding:3rem 2rem;gap:1rem}}.dropzone:hover,.dropzone--active{border-color:var(--warm);background:var(--warm-glow)}.dropzone__icon{width:44px;height:44px;border-radius:50%;background:var(--surface);color:var(--warm);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}@media(min-width:768px){.dropzone__icon{width:48px;height:48px}}.dropzone__body h3{margin:0 0 .5rem;font-size:1rem}@media(min-width:768px){.dropzone__body h3{font-size:1.125rem}}.dropzone__body p{margin:0;color:var(--muted);font-size:.8125rem}@media(min-width:768px){.dropzone__body p{font-size:.875rem}}.shoppable-section{padding:3rem 1rem;background:var(--surface);text-align:center;overflow:hidden;position:relative}@media(min-width:768px){.shoppable-section{padding:4.5rem 1.5rem}}@media(min-width:1024px){.shoppable-section{padding:6rem 1.5rem}}.shoppable-header{max-width:600px;margin:0 auto 2rem}@media(min-width:768px){.shoppable-header{margin:0 auto 3rem}}.shoppable-header h2{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}@media(min-width:768px){.shoppable-header h2{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}}.shoppable-header p{color:var(--muted);font-size:1rem;line-height:1.6}@media(min-width:768px){.shoppable-header p{font-size:1.125rem}}.shoppable-track{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0 2rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}@media(min-width:768px){.shoppable-track{gap:1.5rem;padding:1rem 1.5rem 3rem;margin:0 calc(-50vw + 50%)}.shoppable-track:before,.shoppable-track:after{content:"";flex:0 0 calc(50vw - 50% - .75rem)}}.shoppable-track::-webkit-scrollbar{display:none}.product-card{flex:0 0 260px;scroll-snap-align:center;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);text-align:left;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-decoration:none;display:flex;flex-direction:column}@media(min-width:480px){.product-card{flex:0 0 280px;border-radius:22px}}@media(min-width:768px){.product-card{flex:0 0 300px;border-radius:24px}}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-card__image{width:100%;height:280px;object-fit:cover;object-position:top;background:#f8f9fa}@media(min-width:480px){.product-card__image{height:320px}}@media(min-width:768px){.product-card__image{height:360px}}.product-card__badge{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.3rem .625rem;border-radius:20px;font-size:.6875rem;font-weight:700;color:var(--warm);display:flex;align-items:center;gap:.25rem;box-shadow:0 4px 12px #00000014}@media(min-width:768px){.product-card__badge{top:1.25rem;right:1.25rem;padding:.4rem .8rem;font-size:.75rem;gap:.35rem}}.product-card__info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}@media(min-width:768px){.product-card__info{padding:1.5rem}}.product-card__brand{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.375rem}@media(min-width:768px){.product-card__brand{font-size:.75rem;margin-bottom:.5rem}}.product-card__title{font-size:1rem;font-weight:700;margin:0 0 .375rem;color:var(--ink)}@media(min-width:768px){.product-card__title{font-size:1.125rem;margin:0 0 .5rem}}.product-card__price{font-size:1.125rem;font-weight:600;color:var(--ink);margin-top:auto}@media(min-width:768px){.product-card__price{font-size:1.25rem}}@media(min-width:1300px){.shoppable-track{justify-content:center;margin:0 auto;overflow-x:visible;padding:1rem 0 3rem}.shoppable-track:before,.shoppable-track:after{display:none}}
