:root{--cream:#fbf8f4;--cream-dark:#f2ebe1;--espresso:#1a0e0b;--espresso-light:#2d1e19;--mauve:#8b5e72;--mauve-light:#b8849a;--mauve-pale:#e8d0d8;--champagne:#d4b896;--gold:#c49a5a;--gold-light:#e0c08a;--blush:#f0c4c0;--blush-deep:#d49090;--charcoal:#3d2820;--stone:#7a6460;--stone-light:#a89490;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", -apple-system, sans-serif;--nav-height:72px;--page-gutter:clamp(32px, 5vw, 80px);--container-max:1400px;--shadow-sm:0 2px 8px #1a0e0b14;--shadow-md:0 8px 32px #1a0e0b1f;--shadow-lg:0 20px 60px #1a0e0b29;--shadow-xl:0 40px 100px #1a0e0b33;--ease-luxury:cubic-bezier(.25, .46, .45, .94);--ease-spring:cubic-bezier(.34, 1.56, .64, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--cream);color:var(--espresso);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}input,textarea,select,button{font-family:inherit}button{cursor:pointer;background:0 0;border:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--cream-dark)}::-webkit-scrollbar-thumb{background:var(--mauve-light);border-radius:2px}::selection{background:var(--mauve-pale);color:var(--espresso)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:1320px;margin:0 auto;padding:0 32px}.font-display{font-family:var(--font-display)}.text-gradient{background:linear-gradient(135deg, var(--espresso) 0%, var(--mauve) 50%, var(--gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.grain-overlay:after{content:"";pointer-events:none;z-index:99990;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}.page-wrapper{min-height:100vh;padding-top:var(--nav-height)}.btn-primary{background:var(--espresso);color:var(--cream);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;transition:all .3s var(--ease-luxury);border-radius:2px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:13px;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:var(--mauve);transition:transform .4s var(--ease-luxury);position:absolute;inset:0;transform:translate(-100%)}.btn-primary:hover:before{transform:translate(0)}.btn-primary span{z-index:1;position:relative}.btn-outline{color:var(--espresso);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;border:1.5px solid var(--espresso);transition:all .3s var(--ease-luxury);background:0 0;border-radius:2px;justify-content:center;align-items:center;gap:8px;padding:13px 32px;font-size:13px;font-weight:500;display:inline-flex}.btn-outline:hover{background:var(--espresso);color:var(--cream)}.btn-ghost{color:var(--stone);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;transition:all .3s var(--ease-luxury);border-bottom:1px solid #0000;align-items:center;gap:8px;padding:8px 0;font-size:13px;font-weight:500;display:inline-flex}.btn-ghost:hover{color:var(--espresso);border-bottom-color:var(--espresso)}.input-field{border:1.5px solid var(--cream-dark);width:100%;font-family:var(--font-body);color:var(--espresso);background:#fff;border-radius:4px;outline:none;padding:12px 16px;font-size:14px;transition:border-color .2s}.input-field:focus{border-color:var(--mauve)}.input-field::placeholder{color:var(--stone-light)}.label{letter-spacing:.1em;text-transform:uppercase;color:var(--stone);margin-bottom:8px;font-size:11px;font-weight:500;display:block}.stars{color:var(--gold);gap:2px;display:flex}.badge{letter-spacing:.12em;text-transform:uppercase;border-radius:1px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-block}.badge-mauve{background:var(--mauve-pale);color:var(--mauve)}.badge-gold{color:var(--gold);background:#c49a5a26}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-ring{0%{opacity:.4;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}.animate-fade-up{animation:fadeUp .7s var(--ease-luxury) both}.animate-fade-in{animation:.5s both fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.home-hero{min-height:calc(100vh - var(--nav-height));padding:calc(var(--nav-height) + 24px) var(--page-gutter) 48px;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(24px,4vw,64px);display:grid}.home-hero__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--mauve);margin-bottom:18px;font-size:11px;font-weight:600}.home-hero__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--espresso);margin-bottom:22px;font-size:clamp(40px,5.6vw,76px);font-weight:300;line-height:1.02}.home-hero__title em{color:var(--mauve);font-style:italic}.home-hero__lede{color:var(--stone);max-width:520px;margin-bottom:30px;font-size:16px;line-height:1.7}.home-hero__ctas{flex-wrap:wrap;gap:14px;margin-bottom:22px;display:flex}.home-hero__tryable{letter-spacing:.06em;color:var(--stone);margin-bottom:10px;font-size:12px}.home-hero__brands{color:var(--mauve);text-underline-offset:3px;padding-block:4px;font-size:12px;text-decoration:underline;display:inline-block}.home-hero__visual{aspect-ratio:4/5;max-height:calc(100vh - var(--nav-height) - 96px);background:#1a0f0b;border-radius:12px;min-height:0;margin:0;position:relative;overflow:hidden}.home-hero__visual img{object-fit:cover;object-position:center top;width:100%;height:100%}.home-hero__swatches{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f5ece0;background:#1a0e0b9e;border-radius:8px;flex-direction:column;gap:8px;padding:12px 14px;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.home-hero__swatch-label{letter-spacing:.08em;text-transform:uppercase;font-size:11px}.home-hero__swatch-row{flex-wrap:wrap;gap:8px;display:flex}.home-hero__swatch-row span{border:1.5px solid #ffffff80;border-radius:50%;flex-shrink:0;width:22px;height:22px}@media (width<=767px){.home-hero{min-height:0;padding-top:calc(var(--nav-height) + 12px);grid-template-columns:minmax(0,1fr);gap:18px}.home-hero__visual{aspect-ratio:16/9;order:-1;max-height:30svh}.home-hero__visual img{object-position:center 30%}.home-hero__title{margin-bottom:14px;font-size:38px}.home-hero__lede{margin-bottom:20px;font-size:15px}}@media (width<=767px) and (height<=620px){.home-hero__visual{max-height:20svh}.home-hero__lede{font-size:14px;line-height:1.55}}.area-chip{border-radius:16px;min-height:32px;padding:6px 10px;font-size:11px}@media (width<=767px){:root{--nav-height:60px;--page-gutter:16px}}.nav-links{display:flex}.nav-menu-button,.nav-dropdown{display:none}@media (width<=767px){.nav-links{display:none}.nav-menu-button{justify-content:center;min-width:44px;min-height:44px;margin-left:auto;margin-right:16px;display:flex}.nav-dropdown{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-md);background:#fbf8f4fa;flex-direction:column;display:flex;position:absolute;top:100%;left:0;right:0}.nav-dropdown a{padding:16px var(--page-gutter);letter-spacing:.06em;text-transform:uppercase;color:var(--stone);border-bottom:1px solid var(--cream-dark);font-size:14px;font-weight:500}.nav-dropdown a.is-active{color:var(--mauve)}}.nav-icons{gap:20px}.nav-cart-badge{top:-8px;right:-8px}@media (pointer:coarse){.nav-icons{gap:4px}.nav-icon{justify-content:center;align-items:center;min-width:44px;min-height:44px}.nav-cart-badge{top:5px;right:5px}.nav-menu-button{margin-right:4px}}.tryon-page{height:100dvh;overflow:hidden}.tryon-layout{flex:1;grid-template-columns:288px 1fr 352px;grid-template-areas:"look camera picker";min-height:0;display:grid}.tryon-look{grid-area:look}.tryon-camera{grid-area:camera;position:relative}.tryon-picker{grid-area:picker}.tryon-zone-badges{display:flex}.look-actions{gap:14px}.shade-swatch{width:30px;height:30px;transform:scale(1)}.shade-swatch.is-selected{transform:scale(1.25)}.slot-remove{width:22px;height:22px}.amount-slider{width:100%;min-height:28px;margin:0;display:block}.camera-notice{max-width:min(360px,100% - 36px);bottom:18px;left:18px}@media (width<=767px){.tryon-page{height:auto;min-height:100dvh;overflow:visible}.tryon-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"camera""picker""look"}.tryon-camera{top:var(--nav-height);z-index:5;height:52svh;min-height:min(320px, calc(100vh - var(--nav-height) - 160px));min-height:min(320px, calc(100svh - var(--nav-height) - 160px));position:sticky}.tryon-zone-badges{display:none}}@media (width>=768px) and (width<=1023px),(height<=500px) and (orientation:landscape){.tryon-page{height:auto;min-height:100dvh;overflow:visible}.tryon-layout{grid-template:"camera picker""camera look"1fr/minmax(0,1fr) minmax(300px,44%)}.tryon-camera{top:var(--nav-height);height:calc(100vh - var(--nav-height));height:calc(100svh - var(--nav-height));min-height:0;position:sticky}}@media (height<=500px) and (orientation:landscape){.tryon-zone-badges{display:none}}@media (pointer:coarse){.area-chip{border-radius:22px;min-height:44px;padding-inline:14px;font-size:12px}.visually-hidden.area-chip-hint{clip:auto;white-space:normal;color:#f5ece080;flex-basis:100%;order:1;width:auto;height:auto;margin:0;font-size:11px;position:static;overflow:visible}.visually-hidden.area-chip-hint--light{color:var(--stone)}.slot-remove{width:44px;height:44px}.amount-slider{min-height:44px}.look-actions{gap:16px}.look-action{min-height:44px;padding-inline:10px}.zone-tab{min-height:44px}.shade-swatch{width:44px;height:44px}.shade-swatch.is-selected{transform:scale(1.1)}}.vibe-layout{height:calc(100vh - var(--nav-height));height:calc(100dvh - var(--nav-height));grid-template-columns:minmax(0,1.35fr) minmax(340px,.9fr);display:grid}.vibe-camera{min-height:0;position:relative}.vibe-panel{min-height:0;overflow-y:auto}.look-add{width:32px;height:32px}.vibe-wearing-chip{padding:10px 14px;font-size:12px}.vibe-skin-chip{padding:8px 12px 8px 8px;font-size:11px}@media (width<=767px){.vibe-layout{--vibe-camera-h:50vh;grid-template-columns:minmax(0,1fr);height:auto}.vibe-camera{top:var(--nav-height);z-index:5;height:var(--vibe-camera-h);position:sticky}.vibe-panel{overflow:visible}.vibe-breakdown{scroll-margin-top:calc(var(--nav-height) + var(--vibe-camera-h) + 12px)}.vibe-wearing-chip{padding:8px 12px;font-size:11px}.vibe-skin-chip{padding:6px 10px 6px 6px;font-size:11px}.vibe-skin-hex{display:none}.vibe-camera .camera-notice{top:60px;bottom:auto}}@supports (height:1svh){@media (width<=767px){.vibe-layout{--vibe-camera-h:50svh}}}@media (height<=500px) and (orientation:landscape){.vibe-layout{grid-template-columns:minmax(0,1fr) minmax(300px,44%);height:auto}.vibe-camera{top:var(--nav-height);z-index:5;height:calc(100vh - var(--nav-height));height:calc(100svh - var(--nav-height));min-height:0;position:sticky}.vibe-panel{overflow:visible}.vibe-breakdown{scroll-margin-top:calc(var(--nav-height) + 12px)}}@media (pointer:coarse){.look-add{width:44px;height:44px}}.home-editorial-grid{grid-template-rows:repeat(3,38vw);grid-template-columns:repeat(3,1fr);max-height:115vw;display:grid}.product-grid-4{grid-template-columns:repeat(4,1fr);display:grid}.home-cta-banner{grid-template-columns:1fr 1fr;gap:60px;padding:80px 60px;display:grid}.home-four-col{grid-template-columns:repeat(4,1fr);display:grid}@media (width<=767px){.home-editorial-grid{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:58vw;max-height:none}.home-editorial-grid>:last-child:nth-child(odd){grid-column:1/-1}.product-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.home-cta-banner{grid-template-columns:minmax(0,1fr);gap:28px;padding:40px 20px}.home-four-col{grid-template-columns:repeat(2,minmax(0,1fr))}}.tile-details{margin-bottom:0;transition:margin .3s}.tile-details.is-hovered{margin-bottom:12px}.tile-cta{opacity:0;max-height:0;transition:max-height .35s,opacity .25s;overflow:hidden}.tile-cta.is-hovered{opacity:1;max-height:44px}@media (hover:none){.tile-details{margin-bottom:12px}.tile-cta{opacity:1;max-height:44px}}@media (pointer:coarse){.tile-cta__link{min-height:44px}}.feedback-field{font-size:13px}@media (pointer:coarse){.feedback-field{font-size:16px}}
