: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;border-radius:50%;transition:transform .5s}.brand:hover img{transform:scale(1.08)}.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;border-radius:50%;transition:transform .5s ease}.auth-brand-link:hover .auth-logo{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}.tryon-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:tryonFadeIn .25s ease}@keyframes tryonFadeIn{0%{opacity:0}to{opacity:1}}.tryon-modal{width:100%;max-width:560px;background:#fff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;max-height:92vh;box-shadow:0 25px 80px rgba(0,0,0,.6);animation:tryonSlideUp .35s cubic-bezier(.16,1,.3,1);color:#1a1a1a}@keyframes tryonSlideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.tryon-tab-bar{justify-content:space-between;padding:0 .75rem;background:#f5f5f5;border-bottom:1px solid #e0e0e0;min-height:48px}.tryon-tab-bar,.tryon-tabs{display:flex;align-items:center}.tryon-tabs{gap:0}.tryon-tab{background:none;border:none;cursor:pointer;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;padding:.7rem 1.1rem;color:#666;position:relative;transition:all .25s ease;border-radius:6px;margin:4px 2px}.tryon-tab:hover{color:#333;background:rgba(0,0,0,.04)}.tryon-tab.active{background:#1a1a1a;color:#fff;border-radius:6px}.tryon-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#999;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;flex-shrink:0}.tryon-close:hover{color:#333;background:rgba(0,0,0,.06)}.tryon-content{flex:1 1;overflow-y:auto;min-height:380px}.tryon-panel{animation:tryonPanelIn .3s ease}@keyframes tryonPanelIn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.tryon-model-panel{display:flex;flex-direction:column}.tryon-model-viewer{position:relative;background:#fafafa;min-height:360px}.tryon-model-image-container,.tryon-model-viewer{display:flex;align-items:center;justify-content:center;overflow:hidden}.tryon-model-image-container{width:100%;height:100%;padding:1rem}.tryon-model-image-container img{max-width:100%;max-height:420px;object-fit:contain;transform-origin:center center}.tryon-zoom-controls{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:2px;z-index:5}.tryon-zoom-controls button{width:36px;height:36px;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:300;color:#333;display:flex;align-items:center;justify-content:center;transition:all .15s;line-height:1}.tryon-zoom-controls button:hover{background:#f0f0f0;border-color:#bbb}.tryon-zoom-controls button:active{background:#e5e5e5}.tryon-model-thumbs{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;background:#f5f5f5;border-top:1px solid #eee}.tryon-model-thumb{width:60px;height:60px;flex-shrink:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:#fff;transition:border-color .2s}.tryon-model-thumb.active{border-color:#1a1a1a}.tryon-model-thumb:hover{border-color:#999}.tryon-model-thumb img{width:100%;height:100%;object-fit:cover}.tryon-me-panel{display:flex;flex-direction:column}.tryon-ar-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f8f8;border-bottom:1px solid #eee;font-size:.7rem;font-weight:500;color:#888;transition:all .3s ease}.tryon-ar-status.detected{background:#ecfdf5;color:#059669;border-bottom-color:#a7f3d0}.tryon-ar-status.loading{color:#d97706;background:#fffbeb;border-bottom-color:#fde68a}.tryon-ar-spinner{width:14px;height:14px;border:2px solid #fbbf24;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.tryon-auto-badge{margin-left:auto;font-size:.6rem;color:#ef4444;font-weight:600;animation:pulseBadge 1.5s ease-in-out infinite}@keyframes pulseBadge{0%,to{opacity:1}50%{opacity:.4}}.tryon-camera-viewport{position:relative;aspect-ratio:3/4;background:#111;overflow:hidden;touch-action:none;cursor:-webkit-grab;cursor:grab}.tryon-camera-viewport:active{cursor:-webkit-grabbing;cursor:grabbing}.tryon-hand-guide{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;z-index:2}.tryon-hand-svg{width:55%;max-width:220px;height:auto;opacity:.8;animation:handGuidePulse 2.5s ease-in-out infinite}@keyframes handGuidePulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.tryon-hand-path{animation:handDash 4s linear infinite}@keyframes handDash{to{stroke-dashoffset:-48}}.tryon-wrist-indicator{animation:wristPulse 2s ease-in-out infinite}@keyframes wristPulse{0%,to{opacity:.5;rx:35}50%{opacity:1;rx:38}}.tryon-guide-text{color:hsla(0,0%,100%,.7);font-size:.8rem;font-weight:500;margin-top:.75rem;letter-spacing:.05em}.tryon-hand-toggle{position:absolute;right:10px;bottom:20px;display:flex;flex-direction:column;gap:6px;z-index:10}.tryon-hand-toggle button{display:flex;align-items:center;justify-content:center;gap:4px;width:44px;height:44px;border-radius:50%;border:2px solid hsla(0,0%,100%,.4);background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:hsla(0,0%,100%,.7);cursor:pointer;font-size:.65rem;font-weight:700;transition:all .2s ease;flex-direction:column;padding:0}.tryon-hand-toggle button span{font-size:.55rem;line-height:1;margin-top:-2px}.tryon-hand-toggle button.active{background:rgba(52,211,153,.35);border-color:rgba(52,211,153,.8);color:#fff}.tryon-hand-toggle button:hover{background:hsla(0,0%,100%,.2)}.tryon-floating-actions{position:absolute;right:10px;top:16px;display:flex;flex-direction:column;gap:8px;z-index:10}.tryon-fab{width:42px;height:42px;border-radius:50%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid hsla(0,0%,100%,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.tryon-fab:hover{background:hsla(0,0%,100%,.25);transform:scale(1.08)}.tryon-watch-overlay{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;z-index:3}.tryon-hint{font-size:.75rem;color:#888;text-align:center;padding:.6rem 1rem 0;line-height:1.5}.tryon-sliders{display:flex;gap:1rem;padding:.5rem 1rem}.tryon-sliders label{flex:1 1;display:flex;flex-direction:column;gap:.2rem}.tryon-sliders span{font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:#888}.tryon-sliders input[type=range]{width:100%;accent-color:#1a1a1a;cursor:pointer}.tryon-auto-toggle{display:flex;align-items:center;gap:.5rem;font-size:.6rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.tryon-toggle-switch{width:36px;height:20px;background:#ccc;border-radius:10px;position:relative;transition:background .3s ease;cursor:pointer}.tryon-toggle-switch.on{background:#34d399}.tryon-toggle-knob{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:left .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.tryon-toggle-switch.on .tryon-toggle-knob{left:18px}.tryon-me-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.6rem 1rem 1rem;justify-content:center;align-items:center}.tryon-me-actions .btn-outline,.tryon-me-actions .btn-primary{padding:.55rem .9rem;font-size:.6rem;border-radius:6px}.tryon-me-actions .btn-outline{border-color:#ccc;color:#333}.tryon-me-actions .btn-outline:hover{border-color:#333;color:#000}.tryon-me-actions .btn-primary{background:#1a1a1a;color:#fff;border-radius:6px}.tryon-me-actions .btn-primary:hover{background:#333}.tryon-error{padding:.75rem 1rem;background:#fff5f5;border-bottom:1px solid #fdd;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.tryon-error p{font-size:.8rem;color:#c53030}.tryon-qr-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;min-height:400px;background:#fff}.tryon-qr-frame{position:relative;padding:10px;border:3px solid transparent;border-image:linear-gradient(135deg,#2d8f4e,transparent,transparent,#2d8f4e) 1;margin-bottom:1.5rem}.tryon-qr-image{width:220px;height:220px;display:block}.tryon-qr-phone-icon{color:#666;margin-bottom:.75rem}.tryon-qr-text{font-size:.9rem;color:#555;text-align:center;font-weight:500;margin-bottom:1.5rem}.tryon-upload-fallback{border-color:#ccc!important;color:#555!important;font-size:.65rem!important;padding:.6rem 1.2rem!important;border-radius:6px!important}.tryon-upload-fallback:hover{border-color:#333!important;color:#000!important}.tryon-compare-panel,.tryon-compare-viewer{display:flex;flex-direction:column;align-items:center}.tryon-compare-viewer{justify-content:center;padding:2.5rem 2rem 1rem;min-height:320px;width:100%;background:#fafafa}.tryon-compare-items{display:flex;align-items:flex-end;justify-content:center;gap:2rem;margin-bottom:1.5rem}.tryon-compare-watch{display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.1);transition:all .3s ease}.tryon-compare-watch img{width:100%;height:100%;object-fit:contain}.tryon-compare-coin{display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;transition:all .3s ease}.tryon-compare-coin img{width:100%;height:100%;object-fit:contain}.tryon-compare-labels{display:flex;gap:2.5rem;justify-content:center;width:100%}.tryon-compare-label{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.8rem;font-weight:600;color:#333}.tryon-compare-label em{font-style:normal;font-weight:400;font-size:.75rem;color:#888}.tryon-compare-controls{padding:1rem;width:100%;display:flex;justify-content:center;border-top:1px solid #eee;background:#f5f5f5}.tryon-unit-toggle{display:flex;border-radius:6px;overflow:hidden;border:1px solid #ddd;background:#fff}.tryon-unit-toggle button{padding:.5rem 1.25rem;border:none;background:transparent;cursor:pointer;font-size:.7rem;font-weight:600;letter-spacing:.08em;color:#666;transition:all .2s}.tryon-unit-toggle button.active{background:#1a1a1a;color:#fff}.tryon-unit-toggle button:hover:not(.active){background:#f0f0f0}.tryon-footer{padding:.75rem 1rem;text-align:center;border-top:1px solid #eee;background:#f9f9f9}.tryon-footer-name{font-size:.75rem;color:#888;font-weight:500;letter-spacing:.05em}.tryon-capture-overlay{position:fixed;inset:0;z-index:300;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)}.tryon-capture-modal{background:#fff;border-radius:1rem;padding:2rem;max-width:480px;width:100%;text-align:center;color:#1a1a1a;box-shadow:0 20px 60px rgba(0,0,0,.3)}.tryon-capture-modal h3{font-family:Cormorant Garamond,Georgia,serif;margin-bottom:1rem;font-size:1.5rem;color:#1a1a1a}.tryon-capture-modal img{width:100%;border-radius:.75rem;margin-bottom:1.25rem}.tryon-capture-actions{display:flex;gap:.75rem;justify-content:center}.tryon-capture-actions .btn-primary{background:#1a1a1a;color:#fff;border-radius:8px;padding:.75rem 1.5rem}.tryon-capture-actions .btn-primary:hover{background:#333}.tryon-capture-actions .btn-outline{border-color:#ccc;color:#333;border-radius:8px;padding:.75rem 1.5rem}.tryon-capture-actions .btn-outline:hover{border-color:#333}@media (min-width:768px){.tryon-camera-viewport{aspect-ratio:4/5}.tryon-model-viewer{min-height:420px}}@media (max-width:480px){.tryon-modal{max-height:100vh;border-radius:0}.tryon-tab{padding:.6rem .8rem;font-size:.6rem}.tryon-compare-items{gap:1.25rem}.tryon-qr-container{padding:2rem 1.5rem}.tryon-qr-image{width:180px;height:180px}}@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"}