:root{--bg:#070707;--panel:#111;--panel2:#171717;--line:#292929;--text:#f6f6f6;--muted:#aaa;--gold:#d6b35f;--danger:#e06262;--ok:#61c78a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#050505,#0c0c0c);color:var(--text);font-family:Inter,Arial,sans-serif}button,input,select,textarea{font:inherit}.hidden{display:none!important}.site-header{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 4vw;background:rgba(6,6,6,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:800;letter-spacing:.1em}.brand img{width:42px;height:42px;object-fit:cover;border-radius:8px;background:#fff}.nav{display:flex;gap:22px;align-items:center}.nav a,.nav-link{color:#bbb;text-decoration:none;background:none;border:0;cursor:pointer;padding:0}.nav a:hover,.nav-link:hover{color:#fff}.header-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #373737;background:#171717;color:#fff;padding:11px 16px;border-radius:12px;text-decoration:none;cursor:pointer}.btn.primary{background:var(--gold);border-color:var(--gold);color:#111;font-weight:800}.btn.ghost{background:transparent}.btn.danger{border-color:#6f3030;color:#ffadad}.hero{min-height:68vh;padding:80px 7vw;display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center;background:radial-gradient(circle at 80% 35%,#2a2418 0,#0b0b0b 28%,#050505 65%)}.eyebrow{font-size:12px;letter-spacing:.22em;color:var(--gold)}.hero h1{font-family:Georgia,serif;font-size:clamp(46px,7vw,90px);line-height:.95;margin:16px 0 24px}.hero p{max-width:680px;color:#c7c7c7;line-height:1.7;font-size:18px}.hero-card{justify-self:end;width:min(330px,100%);aspect-ratio:1/1;border:1px solid #473d28;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#201b12,#0c0c0c);box-shadow:0 20px 70px #000}.hero-card span{letter-spacing:.18em;color:#bbb;font-size:11px}.hero-card strong{font-family:Georgia,serif;font-size:64px;color:var(--gold);margin:10px 0}.hero-card small{color:#aaa}.shop-section{padding:70px 5vw}.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}.section-head h2{font-family:Georgia,serif;font-size:42px;margin:5px 0}.filters{display:flex;gap:10px}.filters input,.filters select,.field input,.field textarea{background:#0d0d0d;color:#fff;border:1px solid #333;border-radius:12px;padding:12px 14px;outline:none}.filters input:focus,.filters select:focus,.field input:focus,.field textarea:focus{border-color:var(--gold)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.product-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);border-color:#4d432c}.product-media{aspect-ratio:1/1;background:#050505;display:grid;place-items:center;cursor:zoom-in;position:relative}.product-media img{width:100%;height:100%;object-fit:contain;padding:18px}.badge{position:absolute;top:14px;left:14px;background:#fff;color:#111;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.1em}.product-body{padding:18px}.product-brand{color:var(--gold);letter-spacing:.17em;font-size:11px}.product-title{font-size:20px;margin:7px 0 12px}.price{font-size:24px;font-weight:800}.stock{color:var(--muted);font-size:13px;margin:8px 0 14px}.product-actions{display:flex;gap:9px}.product-actions .btn{flex:1}.empty{padding:60px;text-align:center;color:#aaa;border:1px dashed #333;border-radius:18px}.modal{position:fixed;inset:0;z-index:30;background:rgba(0,0,0,.84);display:grid;place-items:center;padding:20px}.modal-card{position:relative;width:min(1050px,100%);max-height:92vh;overflow:auto;background:#0f0f0f;border:1px solid #343434;border-radius:24px;padding:28px;box-shadow:0 30px 100px #000}.modal-close{position:absolute;right:18px;top:16px;width:42px;height:42px;border-radius:50%;border:1px solid #3a3a3a;background:#151515;color:#fff;font-size:28px;cursor:pointer;z-index:2}.product-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:34px}.gallery-main{aspect-ratio:1/1;background:#050505;border:1px solid #2d2d2d;border-radius:18px;display:grid;place-items:center;cursor:zoom-in}.gallery-main img{width:100%;height:100%;object-fit:contain;padding:18px}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.thumbs button{aspect-ratio:1/1;background:#050505;border:1px solid #333;border-radius:10px;padding:0;cursor:pointer}.thumbs img{width:100%;height:100%;object-fit:contain;padding:5px}.detail-copy h2{font-family:Georgia,serif;font-size:38px;margin:10px 0}.notice{border:1px solid #4b422d;background:#17140e;color:#ddd;padding:15px;border-radius:14px;line-height:1.55}.specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.spec{padding:12px;border:1px solid #292929;border-radius:12px}.spec span{display:block;color:#888;font-size:11px;letter-spacing:.1em}.spec strong{display:block;margin-top:5px}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel{background:#121212;border:1px solid #2c2c2c;border-radius:16px;padding:20px}.field{display:grid;gap:7px;margin-bottom:13px}.field label{color:#ccc;font-size:13px}.field textarea{min-height:100px;resize:vertical}.cart-list{display:grid;gap:12px}.cart-row{display:grid;grid-template-columns:80px 1fr auto;gap:14px;align-items:center;padding:12px;border:1px solid #292929;border-radius:14px}.cart-row img{width:80px;height:80px;object-fit:contain;background:#050505;border-radius:10px}.qty-controls{display:flex;gap:6px;align-items:center}.qty-controls button{width:30px;height:30px;border-radius:8px;border:1px solid #333;background:#171717;color:#fff}.summary{border-top:1px solid #333;margin-top:18px;padding-top:16px}.summary-line{display:flex;justify-content:space-between;margin:8px 0}.summary-line.total{font-size:21px;font-weight:800}.orders-list{display:grid;gap:14px}.order-card{border:1px solid #2d2d2d;border-radius:16px;padding:16px;background:#111}.order-head{display:flex;justify-content:space-between;gap:10px}.status{display:inline-block;padding:6px 9px;border-radius:999px;background:#272727;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:15px}.timeline-step{font-size:10px;color:#777;text-align:center;border-top:3px solid #333;padding-top:8px}.timeline-step.done{border-color:var(--gold);color:#ddd}.lightbox{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.96);display:grid;place-items:center}.lightbox>img{max-width:88vw;max-height:78vh;object-fit:contain}.lightbox-close{position:absolute;top:20px;right:24px;width:48px;height:48px;border-radius:50%;border:1px solid #555;background:#111;color:#fff;font-size:32px;cursor:pointer}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:70px;border:1px solid #444;background:#111b;color:#fff;font-size:45px;cursor:pointer}.lightbox-arrow.left{left:24px}.lightbox-arrow.right{right:24px}.lightbox-thumbs{position:absolute;bottom:18px;display:flex;gap:8px;max-width:80vw;overflow:auto}.lightbox-thumbs img{width:62px;height:62px;object-fit:contain;background:#090909;border:1px solid #444;border-radius:8px;padding:4px;cursor:pointer}footer{border-top:1px solid var(--line);padding:35px 5vw;display:flex;justify-content:space-between;align-items:center;color:#999}.footer-brand img{width:34px;height:34px}.toast{position:fixed;right:20px;bottom:20px;z-index:70;padding:14px 18px;border-radius:12px;background:#181818;border:1px solid #444;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:none}.toast.error{border-color:var(--danger)}@media(max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-card{justify-self:center}.product-detail,.auth-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.filters{width:100%}.filters>*{flex:1}.timeline{grid-template-columns:1fr}.timeline-step{text-align:left;border-top:0;border-left:3px solid #333;padding:7px 0 7px 10px}.timeline-step.done{border-left-color:var(--gold)}}@media(max-width:600px){.site-header{padding:12px}.brand span{display:none}.hero{padding:48px 20px}.shop-section{padding:50px 16px}.filters{flex-direction:column}.filters>*{width:100%}.header-actions .btn{padding:10px}.modal{padding:0}.modal-card{min-height:100vh;border-radius:0;padding:22px 16px}.cart-row{grid-template-columns:65px 1fr}.cart-row img{width:65px;height:65px}.cart-row>button{grid-column:2}.lightbox-arrow{width:42px;height:58px}.lightbox-arrow.left{left:8px}.lightbox-arrow.right{right:8px}footer{flex-direction:column;gap:15px;text-align:center}}


/* Customer order tabs and history */
.customer-order-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 18px}
.customer-order-section.hidden{display:none}
.status-shipped{border-color:#3b82f6;color:#93c5fd}
.status-delivered{border-color:#22c55e;color:#86efac}
.status-cancelled,.status-returned{border-color:#ef4444;color:#fca5a5}
@media(max-width:640px){.customer-order-tabs .btn{flex:1}.order-head{gap:10px;align-items:flex-start}.status{font-size:11px}}


/* WATCH MARK Mobile Luxury Optimization */
@media (max-width:640px){
  .site-header{
    padding:12px 16px;
    gap:10px;
  }

  .brand img{
    width:42px;
    height:42px;
  }

  .brand span{
    display:inline;
    font-size:12px;
    letter-spacing:1px;
  }

  .nav{
    display:none;
  }

  .header-actions{
    margin-left:auto;
    gap:6px;
  }

  .header-actions .btn{
    font-size:12px;
    padding:9px 12px;
  }

  .hero{
    min-height:auto;
    padding:55px 24px 60px;
    text-align:left;
  }

  .hero-copy h1{
    font-size:46px;
    line-height:.95;
  }

  .hero-copy p{
    font-size:18px;
    line-height:1.7;
  }

  .hero-copy .btn.primary{
    width:100%;
    text-align:center;
    margin-top:20px;
  }

  .product-grid{
    grid-template-columns:1fr !important;
  }

  .product-card img{
    max-height:320px;
    object-fit:contain;
  }

  .modal-card{
    padding:18px;
  }
}

/* Clean navigation menu — desktop and mobile */
.menu-wrap{position:relative;margin-left:auto}
.menu-btn{width:44px;height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;border:1px solid #373737;border-radius:12px;background:#111;color:#fff;cursor:pointer}
.menu-btn span{display:block;width:20px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.menu-btn[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-btn[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav.menu-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:25;display:none;min-width:230px;padding:8px;gap:0;align-items:stretch;flex-direction:column;background:#101010;border:1px solid #303030;border-radius:14px;box-shadow:0 18px 55px rgba(0,0,0,.55)}
.nav.menu-panel.open{display:flex}
.nav.menu-panel a,.nav.menu-panel .nav-link{display:block;width:100%;padding:13px 14px;border-radius:9px;text-align:left;color:#d0d0d0;white-space:nowrap}
.nav.menu-panel a:hover,.nav.menu-panel .nav-link:hover{color:#fff;background:#1b1b1b}
@media(max-width:900px){.nav.menu-panel{display:none}.nav.menu-panel.open{display:flex}}
@media(max-width:600px){.site-header{gap:8px}.menu-wrap{margin-left:auto}.menu-btn{width:42px;height:42px}.nav.menu-panel{position:fixed;top:67px;left:12px;right:12px;min-width:0}.header-actions{gap:6px}}

/* Payment method selector */
.payment-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.payment-option{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid #333;border-radius:14px;background:#101010;cursor:pointer;transition:.2s}.payment-option.selected{border-color:var(--gold);background:#17140e;box-shadow:0 0 0 1px rgba(214,179,95,.18)}.payment-option input{margin-top:3px;accent-color:var(--gold)}.payment-option span{display:grid;gap:5px}.payment-option small{color:#aaa;line-height:1.45}.hero-card small{text-align:center;line-height:1.8}.hero-card strong{font-size:52px;letter-spacing:.04em}
@media(max-width:600px){.payment-choice{grid-template-columns:1fr}.hero-card strong{font-size:44px}}


/* Separate customer login and registration */
.account-modal-card{width:min(560px,100%)}
.account-shell{overflow:hidden;padding:8px 2px 4px}
.account-head{text-align:center;padding:4px 42px 12px}
.account-head h2{font-family:Georgia,serif;font-size:38px;margin:8px 0 10px}
.account-subtitle{color:#aaa;line-height:1.55;margin:0 auto;max-width:430px}
.account-slider-viewport{overflow:hidden}
.account-slider{display:flex;width:200%;align-items:flex-start;transition:transform .38s cubic-bezier(.22,.8,.24,1)}
.account-slider.show-signup{transform:translateX(-50%)}
.account-slide{width:50%;flex:0 0 50%;padding:8px 2px}
.account-form{background:#121212;border:1px solid #2c2c2c;border-radius:18px;padding:22px}
.account-submit{width:100%;margin-top:4px}
.account-switch{text-align:center;color:#aaa;margin:18px 0 0;font-size:14px}
.account-switch button{border:0;background:none;color:var(--gold);font-weight:800;cursor:pointer;padding:2px 4px}
.password-wrap{position:relative}
.password-wrap input{width:100%;padding-right:54px}
.password-toggle{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:42px;height:36px;border:0;border-left:1px solid #333;background:transparent;color:#ddd;cursor:pointer;font-size:18px}
.field-help{color:#777;font-size:11px;margin-top:-2px}
@media(max-width:600px){
  .account-modal-card{width:100%}
  .account-head{padding:8px 35px 12px}
  .account-head h2{font-size:31px}
  .account-form{padding:18px 14px;border-radius:16px}
}


/* Order timeline and verified reviews */
.order-timeline{margin:18px 0 8px;border-left:1px solid #cfcfcf;padding-left:18px}.order-timeline-row{position:relative;display:flex;gap:12px;align-items:flex-start;padding:0 0 18px;color:#8a8a8a}.order-timeline-row:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-31px;width:24px;height:24px;border:1px solid #bdbdbd;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:11px}.order-timeline-row.complete,.order-timeline-row.current{color:#111}.order-timeline-row.complete .timeline-dot{background:#111;color:#fff;border-color:#111}.order-timeline-row.current .timeline-dot{border:2px solid #111;font-weight:800}.order-timeline-row div{display:flex;flex-direction:column;gap:3px}.order-timeline-row small{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.review-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.reviews-section{grid-column:1/-1;border-top:1px solid #ddd;margin-top:26px;padding-top:26px}.reviews-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.rating-summary{text-align:right;display:grid;gap:2px}.rating-summary strong{font-size:30px}.rating-summary span,.review-stars{letter-spacing:2px}.rating-summary small{color:#777}.review-list{display:grid;gap:12px;margin-top:18px}.review-card{border:1px solid #ddd;border-radius:14px;padding:16px;background:#fff}.review-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.verified-badge{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.review-card p{white-space:pre-wrap}.review-card small{color:#777}.review-form-wrap textarea{min-height:130px}@media(max-width:640px){.reviews-head{flex-direction:column}.rating-summary{text-align:left}.review-top{align-items:flex-start;flex-direction:column}.order-timeline{margin-left:4px}}


.review-card p{
  color:#111 !important;
  font-size:16px;
  line-height:1.7;
  font-weight:500;
}
.review-card .review-stars{
  color:#d4af37 !important;
}
.review-card .verified-badge{
  color:#c9a227 !important;
  font-weight:700;
}
.review-card small{
  color:#555 !important;
}

/* Premium customer order timeline */
.premium-order-card{padding:20px;background:#101010;border-color:#303030}
.order-items-line{margin:20px 0;color:#f3f3f3}
.order-payment-summary{margin:18px 0 24px;padding:16px;border:1px solid #2d2d2d;border-radius:14px;background:#0b0b0b}
.order-payment-summary .summary-line{align-items:center;gap:20px}
.order-payment-summary .summary-line span{color:#a7a7a7}
.order-payment-summary .summary-line strong{text-align:right}
.premium-timeline{margin-top:24px;padding:20px;border:1px solid #2f2f2f;border-radius:16px;background:#0b0b0b}
.timeline-title{margin-bottom:18px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.18em}
.premium-step{position:relative;display:grid;grid-template-columns:44px 1fr;gap:14px;min-height:94px}
.premium-step:not(:last-child)::after{content:"";position:absolute;left:21px;top:43px;bottom:5px;width:2px;background:#333}
.premium-step.complete:not(:last-child)::after{background:var(--ok)}
.premium-step.current:not(:last-child)::after{background:linear-gradient(var(--gold),#333)}
.premium-step-marker{position:relative;z-index:1;width:44px;height:44px;border:1px solid #444;border-radius:50%;display:grid;place-items:center;background:#151515;font-size:19px}
.premium-step.complete .premium-step-marker{border-color:var(--ok);background:var(--ok);color:#07150d;font-weight:900}
.premium-step.current .premium-step-marker{border:2px solid var(--gold);background:#211b0e;box-shadow:0 0 0 5px rgba(214,179,95,.08)}
.premium-step.pending .premium-step-marker{filter:grayscale(1);opacity:.55}
.premium-step-copy{padding:3px 0 22px}
.premium-step-heading{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.premium-step-heading strong{font-size:16px;color:#f7f7f7}
.premium-step-heading em{font-style:normal;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#777}
.premium-step.complete .premium-step-heading em{color:var(--ok)}
.premium-step.current .premium-step-heading em{color:var(--gold)}
.premium-step-copy p{margin:7px 0 5px;color:#999;font-size:13px;line-height:1.45}
.premium-step-copy time{color:#777;font-size:11px}
.shipping-details{margin-top:18px;padding:17px;border:1px solid #3d3523;border-radius:14px;background:#14110b}
.shipping-details-title{margin-bottom:12px;color:var(--gold);font-weight:800}
.shipping-row{display:flex;justify-content:space-between;gap:20px;padding:7px 0}
.shipping-row span{color:#999}.shipping-row strong{text-align:right;word-break:break-all}
.delivered-review-cta{margin-top:20px;padding:22px;text-align:center;border:1px solid #4a3e24;border-radius:16px;background:radial-gradient(circle at top,#211b0e,#101010 70%)}
.review-cta-stars{color:var(--gold);font-size:22px;letter-spacing:4px;margin-bottom:10px}
.delivered-review-cta>strong{display:block;font-size:18px}
.delivered-review-cta>p{color:#999;margin:8px 0 16px}
.delivered-review-cta .review-actions{justify-content:center;margin-top:0}
.order-reason{padding:12px;border:1px solid #673939;border-radius:12px;color:#ffbaba}
@media(max-width:600px){
  .premium-order-card{padding:15px}
  .premium-timeline{padding:16px 13px}
  .premium-step{grid-template-columns:38px 1fr;gap:11px;min-height:94px}
  .premium-step-marker{width:38px;height:38px;font-size:16px}
  .premium-step:not(:last-child)::after{left:18px;top:38px}
  .premium-step-heading{display:block}
  .premium-step-heading em{display:block;margin-top:5px}
  .shipping-row{display:block}.shipping-row strong{display:block;margin-top:4px;text-align:left}
  .order-payment-summary .summary-line{font-size:14px}
}

/* Curated catalog: Best Sellers + Browse by Brand */
.collection-note{margin:8px 0 0;color:#999;line-height:1.55}
.brand-browse-wrap{margin:0 0 34px;padding:24px;border:1px solid #292929;border-radius:20px;background:linear-gradient(145deg,#101010,#090909)}
.brand-browse-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}
.brand-browse-head h3{margin:5px 0 0;font-family:Georgia,serif;font-size:30px}
.brand-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
.brand-chip{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-height:88px;padding:17px;border:1px solid #303030;border-radius:14px;background:#121212;color:#fff;text-align:left;cursor:pointer;transition:.2s}
.brand-chip:hover{transform:translateY(-2px);border-color:var(--gold);background:#17140e}
.brand-chip span{font-family:Georgia,serif;font-size:20px}
.brand-chip small{color:#999;font-size:11px;letter-spacing:.06em;text-transform:uppercase}
@media(max-width:700px){
  .catalog-head,.brand-browse-head{align-items:stretch;flex-direction:column}
  .filters{display:grid;grid-template-columns:1fr;width:100%}
  .brand-browse-wrap{padding:18px 14px}
  .brand-browse-head h3{font-size:26px}
  .brand-chips{grid-template-columns:1fr 1fr}
  .brand-chip{min-height:78px;padding:14px}
}
@media(max-width:420px){.brand-chips{grid-template-columns:1fr}}


/* WATCH MARK curated compact catalog */
.curated-catalog{display:grid;gap:44px}.catalog-group{display:grid;gap:16px}.catalog-group-head{display:flex;align-items:end;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:12px}.catalog-group-head h3{font-family:Georgia,serif;font-size:30px;margin:3px 0}.catalog-group-head small{color:var(--muted)}
.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.compact-grid .product-card{border-radius:16px}.compact-grid .product-media img{padding:10px}.compact-grid .product-body{padding:13px}.compact-grid .product-title{font-size:16px;line-height:1.25;min-height:40px;margin:5px 0 8px}.compact-grid .price{font-size:19px}.compact-grid .stock{font-size:11px;margin:6px 0 10px}.compact-grid .product-actions{gap:6px}.compact-grid .product-actions .btn{padding:9px 7px;font-size:12px;border-radius:9px}.compact-grid .badge{top:8px;left:8px;padding:5px 7px;font-size:8px}
@media(max-width:900px){.compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.curated-catalog{gap:34px}.catalog-group-head h3{font-size:25px}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compact-grid .product-body{padding:10px}.compact-grid .product-title{font-size:14px;min-height:35px}.compact-grid .price{font-size:17px}.compact-grid .product-brand{font-size:9px}.compact-grid .product-actions .btn{padding:8px 4px;font-size:11px}.compact-grid .stock{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}


/* WATCH MARK balanced header: menu left, brand centered, cart right */
.site-header{
  display:grid;
  grid-template-columns:minmax(52px,1fr) auto minmax(52px,1fr);
  align-items:center;
  gap:16px;
}
.site-header .menu-wrap{justify-self:start;margin-left:0}
.site-header .header-brand{justify-self:center;min-width:0}
.site-header .header-actions{justify-self:end}
.site-header .menu-panel{left:0;right:auto}
.menu-auth-btn{border-top:1px solid #292929!important;margin-top:5px;padding-top:15px!important}
.cart-header-btn{white-space:nowrap}
@media(max-width:600px){
  .site-header{padding:12px 16px;grid-template-columns:48px minmax(0,1fr) auto;gap:10px}
  .site-header .header-brand{gap:8px;letter-spacing:.08em;font-size:clamp(14px,4vw,20px);white-space:nowrap}
  .site-header .header-brand img{width:48px;height:48px;border-radius:12px}
  .site-header .header-brand span{display:inline}
  .site-header .menu-wrap{margin-left:0}
  .site-header .menu-btn{width:46px;height:46px}
  .site-header .header-actions{gap:0}
  .site-header .cart-header-btn{padding:11px 13px;border-radius:13px}
  .nav.menu-panel{top:74px;left:12px;right:12px}
}
@media(max-width:390px){
  .site-header{padding-inline:10px;grid-template-columns:44px minmax(0,1fr) auto;gap:7px}
  .site-header .header-brand img{width:40px;height:40px}
  .site-header .header-brand{font-size:13px;gap:6px}
  .site-header .menu-btn{width:42px;height:42px}
  .site-header .cart-header-btn{padding:10px;font-size:14px}
}

/* Multi-payment checkout */
.checkout-step{display:flex;align-items:center;gap:12px;margin:22px 0 10px}.checkout-step>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111;font-weight:900;flex:0 0 auto}.checkout-step>div{display:grid;gap:3px}.checkout-step small{color:var(--muted)}.payment-channel-choice{grid-template-columns:repeat(3,1fr)}.payment-details-panel{margin-top:12px}.payment-details-panel h3{margin-top:0}.payment-qr-image{display:block;max-width:230px;width:100%;max-height:360px;object-fit:contain;border-radius:14px;margin:14px 0;background:#fff}.payment-qr-empty{display:grid;place-items:center;min-height:130px;border:1px dashed #3a3a3a;border-radius:14px;color:var(--muted);margin:14px 0}.payment-instructions{color:#ccc;line-height:1.55;padding:12px 14px;border-left:3px solid var(--gold);background:#17140e;border-radius:0 10px 10px 0}.payment-option strong{letter-spacing:.03em}
@media(max-width:700px){.payment-channel-choice{grid-template-columns:1fr}.checkout-step{align-items:flex-start}}

/* Premium two-level brand and model selector */
.brand-selector{position:relative;min-width:285px;z-index:12}
.brand-selector-button{width:100%;min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;border:2px solid #c7a45b;border-radius:12px;background:#0b0b0b;color:#fff;text-align:left;cursor:pointer;box-shadow:0 0 0 3px rgba(199,164,91,.12)}
.brand-selector-button small{display:block;font-size:11px;letter-spacing:1.7px;color:#d9bd7a;margin-bottom:4px}
.brand-selector-button strong{display:block;font-size:15px;letter-spacing:.7px;line-height:1.2}
.brand-selector-arrow{font-size:24px;color:#d9bd7a;transition:transform .2s ease}
.brand-selector-button[aria-expanded="true"] .brand-selector-arrow{transform:rotate(180deg)}
.brand-selector-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:440px;overflow:auto;background:#101010;border:1px solid #3b3325;border-radius:12px;padding:8px;box-shadow:0 18px 45px rgba(0,0,0,.45)}
.brand-selector-panel button{width:100%;border:0;background:transparent;color:#f4f1eb;text-align:left;cursor:pointer}
.brand-all-option,.brand-row{padding:13px 12px;border-radius:8px!important;font-size:13px;letter-spacing:1px}
.brand-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.06)!important}
.brand-all-option:hover,.brand-row:hover,.model-list button:hover,.brand-selector-panel button.active{background:rgba(199,164,91,.15);color:#e3c27e}
.model-list{padding:3px 0 8px 12px;border-left:2px solid rgba(199,164,91,.35);margin-left:12px}
.model-list button{padding:10px 12px;border-radius:7px!important;font-size:12px;letter-spacing:.6px;color:#cfc9bd}
@media(max-width:700px){.filters{width:100%}.brand-selector{width:100%;min-width:0}.brand-selector-button{min-height:70px}.brand-selector-panel{position:relative;top:6px;max-height:none}.brand-selector-button strong{font-size:16px}}

/* Shopping cart icon header upgrade */
.cart-header-btn{
  position:relative;
  min-width:78px;
  height:46px;
  padding:9px 12px;
  gap:10px;
  border-color:#4a4a4a;
}
.cart-header-btn .cart-icon{
  width:25px;
  height:25px;
  fill:none;
  stroke:var(--gold);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}
.cart-header-btn .cart-count{
  display:grid;
  place-items:center;
  min-width:25px;
  height:25px;
  padding:0 7px;
  border-radius:999px;
  background:var(--gold);
  color:#111;
  font-size:13px;
  line-height:1;
  font-weight:900;
}
.cart-header-btn.cart-bump{animation:cartBump .34s ease}
@keyframes cartBump{
  0%,100%{transform:scale(1)}
  45%{transform:scale(1.12)}
  70%{transform:scale(.97)}
}
@media(max-width:600px){
  .site-header .cart-header-btn{min-width:72px;height:46px;padding:9px 11px}
  .cart-header-btn .cart-icon{width:24px;height:24px}
  .cart-header-btn .cart-count{min-width:23px;height:23px;font-size:12px}
}
@media(max-width:380px){
  .site-header .cart-header-btn{min-width:66px;padding:8px 9px;gap:7px}
}


/* Brand selector submenu navigation fix */
.brand-submenu-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 4px 9px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:5px}
.brand-submenu-head strong{font-size:12px;letter-spacing:1.4px;color:#d9bd7a;padding-right:8px}
.brand-back-option{width:auto!important;padding:10px 9px!important;border-radius:7px!important;color:#f4f1eb!important;font-size:11px!important;letter-spacing:.8px!important}
.brand-back-option:hover{background:rgba(199,164,91,.15)!important;color:#e3c27e!important}
.submenu-model-list{display:block;padding:3px 0 4px 10px;margin:0 0 0 10px}
.submenu-model-list button{display:block;width:100%}

/* Product direct-link sharing */
.product-detail-actions{flex-wrap:wrap}
.share-watch-btn{background:#171717;border:1px solid #c7a45b;color:#e3c27e}
.share-watch-btn span{font-size:20px;line-height:1}
.share-hint{margin:10px 0 0;color:var(--muted);font-size:13px}
.share-sheet{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center}
.share-sheet.hidden{display:none}
.share-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.72);cursor:pointer}
.share-sheet-card{position:relative;width:min(560px,100%);background:#101010;border:1px solid #3b3325;border-radius:22px 22px 0 0;padding:22px max(18px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));box-shadow:0 -18px 50px rgba(0,0,0,.55)}
.share-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}
.share-sheet-head h3{margin:2px 0 4px;font-size:20px;line-height:1.25}
.share-watch-price{color:#e3c27e}
.share-sheet-close{width:42px;height:42px;border-radius:50%;border:1px solid #393939;background:#171717;color:#fff;font-size:25px;cursor:pointer}
.share-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}
.share-options button{min-height:96px;border:1px solid #292929;border-radius:14px;background:#171717;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:12px 8px;cursor:pointer;font:inherit}
.share-options button{transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.share-options button:hover{border-color:#c7a45b;background:#1d1911;transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.26)}.share-options button:active{transform:scale(.98)}
.share-options button small{color:var(--muted);font-size:10px}
.share-icon{width:42px;height:42px;display:grid;place-items:center;line-height:1}.share-icon img{display:block;width:38px;height:38px;object-fit:contain}.share-icon-neutral{border-radius:12px;background:#242424;border:1px solid #353535}.share-icon-neutral img{width:25px;height:25px}
@media(max-width:520px){.share-options{grid-template-columns:repeat(2,1fr)}.share-sheet-card{border-radius:20px 20px 0 0}.product-detail-actions .btn{width:100%}}

/* WATCH MARK Buy Now + luxury watch-shaped cart toast */
.buy-now-wrap{margin:18px 0 10px}.buy-now-btn{width:100%;min-height:58px;flex-direction:column;gap:1px;border:1px solid #f2d47f;background:linear-gradient(135deg,#f0cf75,#c79a35);color:#090909;border-radius:14px;font-weight:900;letter-spacing:.12em;box-shadow:0 12px 30px rgba(214,179,95,.18);position:relative;overflow:hidden}.buy-now-btn span{font-size:18px}.buy-now-btn small{font-size:10px;letter-spacing:.08em;font-weight:700;opacity:.75}.buy-now-btn:before{content:"";position:absolute;inset:-40% auto -40% -35%;width:28%;transform:skewX(-22deg);background:rgba(255,255,255,.38);animation:buyNowShine 3.8s ease-in-out infinite}.buy-now-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}.buy-now-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.buy-now-btn:disabled:before{display:none}@keyframes buyNowShine{0%,65%{left:-35%}90%,100%{left:125%}}
.luxury-cart-toast{position:fixed;inset:0;z-index:90;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,0);opacity:0;pointer-events:none;transition:opacity .24s ease,background .24s ease}.luxury-cart-toast.show{opacity:1;background:rgba(0,0,0,.62);pointer-events:auto}.watch-toast-case{width:min(360px,88vw);padding:24px 22px 20px;text-align:center;border:1px solid #d6b35f;border-radius:42px;background:linear-gradient(160deg,rgba(29,29,29,.98),rgba(7,7,7,.98));box-shadow:0 30px 90px #000,0 0 0 5px rgba(214,179,95,.08);position:relative;transform:scale(.82) translateY(18px);transition:transform .28s cubic-bezier(.2,.9,.25,1.15);overflow:hidden}.luxury-cart-toast.show .watch-toast-case{transform:scale(1) translateY(0)}.watch-toast-case:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 10%,rgba(214,179,95,.15),transparent 42%);pointer-events:none}.watch-toast-strap{width:112px;height:54px;background:linear-gradient(90deg,#101010,#2d2d2d,#101010);border-left:1px solid #4a4028;border-right:1px solid #4a4028;opacity:0;transform:scaleY(.3);transition:.28s ease}.luxury-cart-toast.show .watch-toast-strap{opacity:1;transform:scaleY(1)}.watch-toast-strap-top{border-radius:18px 18px 5px 5px;margin-bottom:-10px}.watch-toast-strap-bottom{border-radius:5px 5px 18px 18px;margin-top:-10px}.watch-toast-close{position:absolute;right:15px;top:12px;width:32px;height:32px;border:1px solid #454545;border-radius:50%;background:#111;color:#ddd;font-size:22px;line-height:1;cursor:pointer;z-index:2}.watch-toast-check{width:42px;height:42px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111;font-weight:900;font-size:24px;box-shadow:0 0 0 7px rgba(214,179,95,.09)}.watch-toast-image{display:block;width:112px;height:112px;object-fit:contain;margin:5px auto 8px;background:#050505;border:1px solid #313131;border-radius:50%;padding:8px}.watch-toast-label{margin:5px 0;color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.2em}.watch-toast-name{display:block;font-family:Georgia,serif;font-size:21px;line-height:1.2;margin:7px auto;max-width:290px}.watch-toast-price{display:block;font-size:20px;font-weight:900;margin-bottom:16px}.watch-toast-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.watch-toast-actions .btn{padding:11px 10px;font-size:12px}.watch-toast-view{background:var(--gold)!important;color:#111!important}.watch-toast-continue{border-color:#4a4a4a}
@media(max-width:520px){.buy-now-btn{min-height:56px}.buy-now-btn span{font-size:17px}.watch-toast-case{width:min(340px,90vw);border-radius:38px;padding:22px 17px 18px}.watch-toast-strap{width:96px;height:46px}.watch-toast-actions{grid-template-columns:1fr}.watch-toast-image{width:96px;height:96px}.watch-toast-name{font-size:19px}}

/* Customer account recovery */
.account-forgot{text-align:right;margin:10px 2px 2px}
.account-forgot button{border:0;background:none;color:var(--gold);font-weight:800;cursor:pointer;padding:4px 0}
.recovery-shell{max-width:500px;margin:auto}
.recovery-shell .account-form{margin-top:8px}


/* WATCH MARK editorial hero refresh */
.hero{
  min-height:clamp(590px,72vh,760px);
  padding:72px 7vw 64px;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(32px,6vw,90px);
  background:
    radial-gradient(circle at 79% 43%,rgba(214,179,95,.16),transparent 24%),
    radial-gradient(circle at 70% 70%,rgba(68,49,19,.16),transparent 34%),
    linear-gradient(135deg,#060606 0%,#0b0a08 60%,#080706 100%);
  overflow:hidden;
  position:relative;
}
.hero:after{content:"";position:absolute;left:7vw;right:7vw;bottom:0;height:1px;background:linear-gradient(90deg,transparent,#51472f,transparent)}
.hero-copy{position:relative;z-index:2;max-width:720px}
.hero h1{font-size:clamp(54px,6vw,88px);line-height:.93;letter-spacing:-.035em;margin:18px 0 22px}
.hero-lead{max-width:580px!important;font-size:18px!important;color:#bdbdbd!important;margin-bottom:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-actions .btn{min-height:52px;padding:0 24px;letter-spacing:.06em;font-size:13px}
.hero-shop-btn{min-width:180px}
.hero-best-btn{border-color:#4a4232;color:#e7d49e;background:rgba(18,18,18,.72)}
.hero-trust{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:30px;color:#989898;font-size:10px;letter-spacing:.13em;font-weight:700}
.hero-trust span{display:flex;align-items:center;gap:8px}
.hero-trust span:before{content:"✓";color:var(--gold);font-size:12px}
.hero-feature{position:relative;z-index:1;align-self:center;width:min(520px,100%);justify-self:end;padding:26px 26px 20px;border:1px solid rgba(214,179,95,.25);border-radius:28px;background:linear-gradient(145deg,rgba(20,20,20,.86),rgba(8,8,8,.68));box-shadow:0 35px 90px rgba(0,0,0,.55);backdrop-filter:blur(8px)}
.hero-watch-glow{position:absolute;inset:12% 16% 26%;border-radius:50%;background:radial-gradient(circle,rgba(214,179,95,.24),rgba(19,33,67,.12) 42%,transparent 72%);filter:blur(20px);pointer-events:none}
.hero-watch-media{position:relative;z-index:1;width:100%;height:min(45vw,410px);min-height:330px;border:0;background:transparent;padding:0;cursor:pointer;display:grid;place-items:center}
.hero-watch-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,0,0,.58));transition:transform .35s ease}
.hero-watch-media:hover img{transform:scale(1.025)}
.hero-watch-info{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:18px;border-top:1px solid #302c22;padding-top:17px}
.hero-watch-info .eyebrow{margin:0 0 7px;font-size:9px}
.hero-watch-info strong{display:block;font-size:20px;line-height:1.15;max-width:300px}
.hero-watch-info span{display:block;color:#8f8f8f;font-size:12px;margin-top:5px;letter-spacing:.05em}
.hero-watch-price{font-size:22px;font-weight:900;color:var(--gold);white-space:nowrap}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;min-height:auto;padding:54px 6vw 58px;gap:36px}
  .hero-copy{max-width:760px}
  .hero-feature{justify-self:center;width:min(600px,100%)}
  .hero-watch-media{height:min(60vw,420px)}
}
@media(max-width:600px){
  .hero{padding:42px 18px 44px;text-align:left;gap:30px}
  .hero h1{font-size:clamp(44px,13vw,62px);margin:14px 0 18px}
  .hero-lead{font-size:16px!important;line-height:1.6!important}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}
  .hero-actions .btn{width:100%;padding:0 10px;min-height:50px;font-size:11px;text-align:center}
  .hero-trust{display:grid;grid-template-columns:1fr;gap:8px;margin-top:22px}
  .hero-feature{border-radius:22px;padding:16px 16px 15px}
  .hero-watch-media{height:300px;min-height:0}
  .hero-watch-info{align-items:center}
  .hero-watch-info strong{font-size:17px}
  .hero-watch-price{font-size:18px}
}

/* Featured watch rotation transition */
#heroFeaturedWatch .hero-watch-media,
#heroFeaturedWatch .hero-watch-info {
  transition: opacity .45s ease, transform .45s ease;
}
#heroFeaturedWatch.hero-switching .hero-watch-media,
#heroFeaturedWatch.hero-switching .hero-watch-info {
  opacity: 0;
  transform: translateY(6px);
}

/* Hero headline refinement for new three-line message */
.hero-copy .eyebrow{font-size:11px;letter-spacing:.24em}
.hero-copy h1{font-size:clamp(46px,5.15vw,76px);line-height:.94;letter-spacing:-.04em;max-width:760px}
@media(max-width:900px){.hero-copy h1{font-size:clamp(46px,8.2vw,68px);max-width:720px}}
@media(max-width:600px){.hero-copy .eyebrow{font-size:10px;letter-spacing:.18em}.hero-copy h1{font-size:clamp(38px,11.2vw,54px);line-height:.96;letter-spacing:-.035em}}

/* WATCH MARK payment number quick-copy */
.payment-detail-row{display:grid;grid-template-columns:minmax(110px,.7fr) 1.3fr;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.payment-detail-row:last-child{border-bottom:0}
.payment-detail-row>span{color:var(--muted);font-size:12px;letter-spacing:.04em}
.payment-detail-row>strong,.payment-number-value>strong{font-size:15px;overflow-wrap:anywhere}
.payment-number-value{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;text-align:right}
.payment-copy-btn{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;border:1px solid #c7a45b;background:#1d1911;color:#e3c27e;border-radius:10px;padding:8px 10px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:.18s ease}
.payment-copy-btn:hover{background:#282014;transform:translateY(-1px)}
.payment-copy-btn:active{transform:scale(.97)}
.payment-copy-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}
@media(max-width:520px){.payment-detail-row{grid-template-columns:1fr;gap:5px}.payment-number-value{justify-content:space-between;text-align:left}.payment-copy-btn span{display:none}.payment-copy-btn{padding:8px}}
