:root{--bg:#000;--bg-elevated:#050505;--bg-card:#0a0a0a;--text:#fff;--text-muted:hsla(0,0%,100%,.65);--text-dim:hsla(0,0%,100%,.4);--accent:#f59e0b;--border:hsla(0,0%,100%,.1);--border-light:hsla(0,0%,100%,.05);--max-width:1600px}*{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-inter),"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.5;min-height:100vh}.font-serif,h1,h2,h3{font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-main{padding-top:72px;min-height:100vh}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);padding:.75rem 1rem}.header-inner{max-width:var(--max-width);margin:0 auto;justify-content:space-between;gap:1rem}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.5rem}.brand img{width:36px;height:36px;filter:grayscale(100%);transition:filter .5s}.brand:hover img{filter:grayscale(0)}.brand-name{font-family:Georgia,serif;font-weight:700;text-transform:uppercase;letter-spacing:.25em;font-size:1rem}.nav-links{display:none;gap:1.5rem;align-items:center}.nav-links a{font-size:.7rem;text-transform:uppercase;letter-spacing:.25em;color:hsla(0,0%,100%,.7);transition:color .2s}.nav-links a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions a,.header-actions button{background:none;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;position:relative;padding:.25rem}.header-actions a:hover{color:#fff}.badge{position:absolute;top:-4px;right:-6px;background:var(--accent);color:#000;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-toggle{display:block;background:none;border:none;color:#fff;cursor:pointer;font-size:1.25rem}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(0,0,0,.95);border-bottom:1px solid var(--border);padding:1.5rem;flex-direction:column;gap:1rem}.mobile-nav.open{display:flex}@media (min-width:1024px){.site-header{padding:.75rem 2.5rem}.nav-links{display:flex}.menu-toggle{display:none}.brand-name{display:flex}}.btn-primary{display:inline-block;background:#fff;color:#000;padding:1rem 2.5rem;border-radius:9999px;border:none;cursor:pointer;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;transition:all .3s}.btn-primary:hover{background:var(--accent);color:#fff}.btn-outline{display:inline-block;border:1px solid var(--border);color:#fff;padding:.75rem 1.5rem;border-radius:9999px;background:transparent;cursor:pointer;font-size:.65rem;text-transform:uppercase;letter-spacing:.2em}.btn-outline:hover{border-color:#fff}.btn-ghost{background:none;border:none;color:hsla(0,0%,100%,.6);font-size:.65rem;text-transform:uppercase;letter-spacing:.3em;cursor:pointer}.btn-ghost:hover{color:#fff}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:2rem}.hero-bg{opacity:.3;background:50%/contain no-repeat url(/logo.png)}.hero-bg,.hero-gradient{position:absolute;inset:0}.hero-gradient{background:linear-gradient(180deg,rgba(0,0,0,.5),transparent,#000)}.hero-content{position:relative;z-index:1}.hero-eyebrow{color:var(--accent);font-size:.65rem;text-transform:uppercase;letter-spacing:.4em;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,8vw,5rem);letter-spacing:.05em;margin-bottom:2rem;line-height:1.1}.hero-subtitle{color:var(--accent);max-width:42rem;margin:0 auto 3rem;font-size:1rem;line-height:1.6}.section{padding:4rem 1.5rem}.section-dark{background:#0a0a0a}.section-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.3em;color:var(--accent);margin-bottom:.75rem}.section-heading{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:2rem}.grid-3{display:grid;grid-gap:2rem;gap:2rem}.grid-4{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media (min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.feature-card{border:1px solid var(--border);border-radius:1rem;background:hsla(0,0%,100%,.02);padding:1.5rem}.feature-card p:last-child{color:var(--text-muted);font-size:.875rem;line-height:1.6}.watch-card{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:var(--bg-card);transition:border-color .3s}.watch-card:hover{border-color:hsla(0,0%,100%,.2)}.watch-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:#111}.watch-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.watch-card:hover .watch-card-image img{transform:scale(1.05)}.watch-card-body{padding:1.25rem}.watch-card-name{font-family:Georgia,serif;font-size:1.125rem;margin-bottom:.25rem}.watch-card-tagline{font-size:.75rem;color:var(--text-dim);margin-bottom:.75rem}.watch-card-price{color:var(--accent);font-weight:600}.watch-card-mrp{font-size:.75rem;color:var(--text-dim);text-decoration:line-through;margin-left:.5rem}.discount-badge{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:#000;font-size:.6rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem}.site-footer{border-top:1px solid var(--border-light);background:var(--bg-elevated);padding:3rem 1.5rem 2rem}.footer-grid{display:grid;grid-gap:2rem;gap:2rem;max-width:var(--max-width);margin:0 auto}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-col h4{font-size:.65rem;text-transform:uppercase;letter-spacing:.3em;color:var(--accent);margin-bottom:1rem}.footer-col a,.footer-col p{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-light);font-size:.75rem;color:var(--text-dim)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-dim);margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;background:hsla(0,0%,100%,.05);border:1px solid var(--border);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent)}.form-error{color:#f87171;font-size:.8rem;margin-top:.5rem}.cart-layout{display:grid;grid-gap:2rem;gap:2rem;max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}@media (min-width:1024px){.cart-layout{grid-template-columns:2fr 1fr}}.cart-item{display:flex;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--border-light)}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:.5rem}.order-summary{border:1px solid var(--border);border-radius:1rem;padding:1.5rem;background:var(--bg-card);height:-moz-fit-content;height:fit-content}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:240px;background:#0a0a0a;border-right:1px solid var(--border-light);padding:1.5rem;flex-shrink:0}.admin-sidebar a{display:block;padding:.75rem 1rem;color:var(--text-muted);font-size:.85rem;border-radius:.5rem;margin-bottom:.25rem}.admin-sidebar a.active,.admin-sidebar a:hover{background:hsla(0,0%,100%,.05);color:#fff}.admin-content{flex:1 1;padding:2rem}.admin-stat-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:2rem}.admin-stat{border:1px solid var(--border);border-radius:.75rem;padding:1.25rem;background:var(--bg-card)}.admin-stat-value{font-size:2rem;font-weight:700;color:var(--accent)}.admin-stat-label{font-size:.75rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.15em}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-light);font-size:.85rem}.admin-table th{color:var(--text-dim);font-size:.7rem;text-transform:uppercase;letter-spacing:.15em}.badge-pending{background:rgba(245,158,11,.2);color:#fbbf24}.badge-paid,.badge-pending{padding:.2rem .6rem;border-radius:9999px;font-size:.7rem}.badge-paid{background:rgba(34,197,94,.2);color:#4ade80}.badge-shipped{background:rgba(59,130,246,.2);color:#60a5fa}.badge-delivered,.badge-shipped{padding:.2rem .6rem;border-radius:9999px;font-size:.7rem}.badge-delivered{background:rgba(34,197,94,.3);color:#86efac}.badge-cancelled{background:rgba(239,68,68,.2);color:#f87171;padding:.2rem .6rem;border-radius:9999px;font-size:.7rem}.product-layout{display:grid;grid-gap:3rem;gap:3rem;max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}@media (min-width:1024px){.product-layout{grid-template-columns:1fr 1fr}}.gallery-main{aspect-ratio:1;background:#111;border-radius:1rem;overflow:hidden;position:relative}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-try-on-btn{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:.4rem;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:.6rem 1.25rem;border-radius:9999px;cursor:pointer;font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;transition:all .2s;z-index:2}.gallery-try-on-btn:hover{background:var(--accent);border-color:var(--accent);color:#000}.gallery-try-on-btn span{font-size:.9rem}.gallery-thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.gallery-thumbs button{width:64px;height:64px;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;padding:0;background:none}.gallery-thumbs button.active{border-color:var(--accent)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.finish-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.finish-tab{padding:.5rem 1rem;border:1px solid var(--border);border-radius:9999px;background:none;color:var(--text-muted);cursor:pointer;font-size:.75rem}.finish-tab.active{border-color:var(--accent);color:var(--accent)}.specs-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin:2rem 0}.spec-item{border:1px solid var(--border-light);border-radius:.5rem;padding:1rem}.spec-item label{font-size:.6rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-dim)}.spec-item p{margin-top:.25rem;font-size:.9rem}.filter-bar{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.filter-btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:9999px;background:none;color:var(--text-muted);cursor:pointer;font-size:.75rem}.filter-btn.active{border-color:var(--accent);color:var(--accent)}.toast{position:fixed;bottom:2rem;right:2rem;z-index:100;background:#1a1a1a;border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.5rem;font-size:.85rem;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.page-header{padding:3rem 1.5rem 2rem;text-align:center;border-bottom:1px solid var(--border-light)}.page-header h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.75rem}.page-header p{color:var(--text-muted);max-width:36rem;margin:0 auto}.timeline{max-width:800px;margin:0 auto}.timeline-item{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.timeline-item{grid-template-columns:120px 1fr}}.timeline-year{font-size:2rem;font-family:Georgia,serif;color:var(--accent)}.timeline-image{border-radius:1rem;overflow:hidden;aspect-ratio:16/9}.timeline-image img{width:100%;height:100%;object-fit:cover}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-state h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.auth-page{--gold-primary:#dfa920;--gold-hover:#c69310;--gold-glow:rgba(245,158,11,.15);--gold-muted:rgba(245,158,11,.3);--bg-overlay:rgba(4,4,4,.95);--card-glass:hsla(0,0%,5%,.65);--border-glass:hsla(0,0%,100%,.08);--text-gold:#e6ba4d;--text-gold-bright:#f6c955;--shadow-premium:0 30px 60px rgba(0,0,0,.8),inset 0 1px 0 hsla(0,0%,100%,.1);position:relative;min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;overflow:hidden;background:#020202}.auth-bg{opacity:.08;background:50%/cover no-repeat url(/images/heritage.jpg);filter:grayscale(100%) contrast(1.1);transition:opacity 1s ease}.auth-bg,.auth-gradient{position:absolute;inset:0;pointer-events:none}.auth-gradient{background:radial-gradient(circle at center,hsla(0,0%,6%,.2) 0,#020202 80%),linear-gradient(180deg,rgba(0,0,0,.5),#020202)}.auth-container{position:relative;z-index:10;display:grid;grid-gap:3rem;gap:3rem;width:100%;max-width:1050px;align-items:center}@media (min-width:900px){.auth-container{grid-template-columns:1.1fr .9fr;gap:5rem}}.auth-brand{text-align:center;opacity:0;transform:translateY(20px);animation:authFadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}@media (min-width:900px){.auth-brand{text-align:left}}.auth-brand-link{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:2.5rem;transition:transform .3s ease}.auth-brand-link:hover{transform:translateY(-2px)}.auth-logo{width:44px;height:44px;filter:invert(1) brightness(.9);transition:filter .4s ease,transform .5s ease}.auth-brand-link:hover .auth-logo{filter:invert(1) brightness(1);transform:rotate(5deg) scale(1.05)}.auth-brand-name{font-size:1.35rem;font-weight:500;text-transform:uppercase;letter-spacing:.3em;color:#fff}.auth-brand-eyebrow{color:var(--gold-primary);font-size:.7rem;text-transform:uppercase;letter-spacing:.45em;margin-bottom:1.25rem;font-weight:600}.auth-brand-title{font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin-bottom:1.5rem;color:#fff;font-weight:300;letter-spacing:-.02em}.auth-brand-text{color:var(--text-muted);font-size:1.05rem;line-height:1.8;max-width:32rem;margin:0 auto 2.5rem;font-weight:300}@media (min-width:900px){.auth-brand-text{margin:0 0 2.5rem}}.auth-perks{list-style:none;display:flex;flex-direction:column;gap:1rem;padding:0}.auth-perks li{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:var(--text-muted);transition:transform .3s ease,color .3s ease}.auth-perks li:hover{transform:translateX(6px);color:#fff}.auth-perks li:before{content:"✓";display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);color:var(--text-gold);flex-shrink:0}.auth-card{background:var(--card-glass);border:1px solid var(--border-glass);border-radius:1.5rem;padding:3rem 2.5rem;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:var(--shadow-premium);opacity:0;transform:translateY(30px);animation:authFadeInUp .8s cubic-bezier(.16,1,.3,1) .15s forwards}@media (min-width:480px){.auth-card{padding:3.5rem 3rem}}.auth-card-header{margin-bottom:2.25rem}.auth-card-title{font-size:2rem;margin-bottom:.5rem;color:#fff;font-weight:300}.auth-card-subtitle{color:var(--text-muted);font-size:.9rem;font-weight:300}.auth-form{margin-bottom:1.75rem}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:.6rem;font-weight:500;transition:color .3s ease}.auth-form .form-input{width:100%;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;color:#fff;padding:.9rem 1.25rem;font-size:.95rem;font-family:inherit;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.auth-form .form-input::placeholder{color:hsla(0,0%,100%,.25);font-weight:300}.auth-form .form-input:focus{outline:none;background:hsla(0,0%,100%,.04);border-color:var(--gold-primary);box-shadow:0 0 0 4px var(--gold-glow),inset 0 2px 4px rgba(0,0,0,.2)}.auth-form .form-input.invalid{border-color:rgba(239,68,68,.5)!important;outline:none!important;box-shadow:0 0 0 4px rgba(239,68,68,.1)!important}.auth-form .form-error{color:#f87171;font-size:.75rem;margin-top:.5rem;display:flex;align-items:center;gap:.35rem}.auth-form .form-error:before{content:"⚠";font-weight:700}.auth-form-row{justify-content:space-between;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}.auth-checkbox,.auth-form-row{display:flex;align-items:center}.auth-checkbox{gap:.75rem;font-size:.85rem;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease}.auth-checkbox:hover{color:#fff}.auth-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.15);border-radius:4px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.16,1,.3,1)}.auth-checkbox input[type=checkbox]:focus-visible{outline:none;border-color:var(--gold-primary);box-shadow:0 0 0 3px var(--gold-glow)}.auth-checkbox input[type=checkbox]:checked{background:var(--gold-primary);border-color:var(--gold-primary);box-shadow:0 0 8px rgba(245,158,11,.3)}.auth-checkbox input[type=checkbox]:after{content:"";position:absolute;width:4px;height:8px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease;margin-bottom:2px}.auth-checkbox input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.auth-submit{display:inline-block;width:100%;background:#fff;color:#000;padding:1.1rem 2rem;border-radius:.75rem;border:1px solid #fff;cursor:pointer;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.auth-submit:hover{background:var(--gold-primary);border-color:var(--gold-primary);color:#000;transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,158,11,.35)}.auth-submit:active{transform:translateY(0);box-shadow:0 4px 12px rgba(245,158,11,.2)}.auth-divider{display:flex;align-items:center;gap:1.25rem;margin:2rem 0;color:var(--text-dim);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.08)}.auth-footer-text{text-align:center;font-size:.9rem;color:var(--text-muted);font-weight:300}.auth-link{font-size:.85rem;color:var(--text-muted);transition:color .3s ease;text-decoration:none;position:relative;padding-bottom:2px}.auth-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:var(--gold-primary);transform-origin:bottom right;transition:transform .3s ease-out}.auth-link:hover{color:#fff}.auth-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.auth-link-accent{color:var(--gold-primary);font-weight:500;text-decoration:none}.auth-link-accent:after{background-color:var(--gold-primary)}.auth-link-accent:hover{color:var(--text-gold-bright)}.auth-back-link{display:block;text-align:center;margin-top:2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-dim);transition:all .3s ease;text-decoration:none}.auth-back-link:hover{color:#fff;transform:translateX(-4px)}.auth-alert{padding:1rem 1.25rem;border-radius:.75rem;font-size:.85rem;margin-bottom:1.75rem;display:flex;align-items:center;gap:.75rem;animation:authFadeInUp .4s cubic-bezier(.16,1,.3,1) forwards}.auth-alert-error{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.2);color:#fca5a5}.auth-alert-success{background:rgba(34,197,94,.05);border:1px solid rgba(34,197,94,.2);color:#86efac}@keyframes authFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.gap-4{gap:1rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.try-on-trigger{display:inline-flex;align-items:center;gap:.5rem}.try-on-icon{font-size:1rem}.try-on-card-btn{font-size:1rem!important;letter-spacing:0!important}.try-on-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.try-on-modal{width:100%;max-width:520px;background:var(--bg-card);border:1px solid var(--border);border-radius:1.25rem;overflow:hidden;display:flex;flex-direction:column;max-height:95vh}.try-on-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--border-light)}.try-on-eyebrow{font-size:.6rem;text-transform:uppercase;letter-spacing:.3em;color:var(--accent);margin-bottom:.25rem}.try-on-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500}.try-on-watch-name{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.try-on-close{background:none;border:none;color:var(--text-muted);font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;line-height:1;border-radius:.5rem}.try-on-close:hover{color:#fff;background:hsla(0,0%,100%,.05)}.try-on-error{padding:.75rem 1.5rem;background:rgba(239,68,68,.08);border-bottom:1px solid rgba(239,68,68,.15);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.try-on-error p{font-size:.8rem;color:#fca5a5}.try-on-viewport{position:relative;aspect-ratio:3/4;background:#111;overflow:hidden;margin:1rem 1.5rem 0;border-radius:.75rem;touch-action:none;cursor:-webkit-grab;cursor:grab}.try-on-viewport:active{cursor:-webkit-grabbing;cursor:grabbing}.try-on-video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.try-on-wrist-guide{position:absolute;bottom:28%;left:50%;transform:translateX(-50%);width:55%;height:22%;border:2px dashed rgba(245,158,11,.4);border-radius:50%;pointer-events:none;z-index:1}.try-on-watch{position:absolute;top:62%;left:50%;width:140px;height:auto;transform:translate(-50%,-50%) scale(.45) rotate(-15deg);pointer-events:auto;cursor:-webkit-grab;cursor:grab;z-index:2;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.try-on-watch:active{cursor:-webkit-grabbing;cursor:grabbing}.try-on-hint{font-size:.75rem;color:var(--text-dim);text-align:center;padding:.75rem 1.5rem 0;line-height:1.5}.try-on-sliders{display:flex;gap:1rem;padding:.75rem 1.5rem}.try-on-sliders label{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.try-on-sliders span{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted)}.try-on-sliders input[type=range]{width:100%;accent-color:var(--accent);cursor:pointer}.try-on-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1.5rem 1.25rem;justify-content:center}.try-on-actions .btn-outline,.try-on-actions .btn-primary{padding:.6rem 1rem;font-size:.6rem}.try-on-capture-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;padding:1rem}.try-on-capture-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;max-width:480px;width:100%;text-align:center}.try-on-capture-modal h3{font-family:Cormorant Garamond,Georgia,serif;margin-bottom:1rem}.try-on-capture-modal img{width:100%;border-radius:.75rem;margin-bottom:1rem}.try-on-capture-actions{display:flex;gap:.75rem;justify-content:center}@media (min-width:768px){.try-on-viewport{aspect-ratio:4/5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_054274;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_054274;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_054274{font-family:__Cormorant_Garamond_054274,__Cormorant_Garamond_Fallback_054274;font-style:normal}.__variable_054274{--font-cormorant:"__Cormorant_Garamond_054274","__Cormorant_Garamond_Fallback_054274"}