:root {
  --black: #090909;
  --panel: #11110f;
  --paper: #f4f0e7;
  --muted: #aaa398;
  --gold: #c89a4b;
  --gold-light: #e3c27c;
  --line: rgba(200, 154, 75, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.home-page .listing-intro, .home-page main > .product, .home-page main > .details { display: none; }

.site-header {
  min-height: 92px;
  padding: 10px clamp(22px, 5vw, 74px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 9, 9, .94);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
}
.brand img { width: 148px; height: 72px; object-fit: cover; object-position: center; }
nav { display: flex; gap: clamp(18px, 3vw, 42px); }
nav a { text-decoration: none; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: #d8d2c7; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }

.intro {
  padding: clamp(70px, 10vw, 140px) clamp(22px, 7vw, 110px) clamp(44px, 6vw, 80px);
  max-width: 1440px;
  margin: auto;
  background: radial-gradient(circle at 78% 20%, rgba(166, 47, 37, .15), transparent 30%);
}
.eyebrow { margin: 0 0 18px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .19em; font-size: .78rem; font-weight: 600; }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; line-height: .98; margin: 0; }
h1 { font-size: clamp(3.15rem, 8vw, 7.4rem); max-width: 1100px; letter-spacing: -.035em; }
h1 span { color: var(--muted); }
.intro-copy { max-width: 690px; margin: 34px 0 0; color: #c9c3b8; font-size: clamp(1rem, 1.6vw, 1.18rem); }

.collection { max-width: 1440px; margin: auto; padding: clamp(72px, 10vw, 140px) clamp(22px, 5vw, 74px) clamp(100px, 12vw, 170px); }
.collection-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: clamp(44px, 7vw, 80px); }
.collection-heading h1 { font-size: clamp(3.4rem, 7vw, 6.9rem); }
.collection-heading p { max-width: 360px; color: var(--muted); margin: 0 0 10px; }
.catalog-controls { display: flex; align-items: end; gap: 16px; margin: 0 0 30px; padding: 22px; border: 1px solid #27231d; background: #10100e; }
.catalog-controls label { display: grid; gap: 8px; min-width: min(250px, 100%); }
.catalog-controls label > span { color: #c5bdaf; font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.catalog-controls select { min-height: 48px; padding: 0 44px 0 15px; border: 1px solid #514837; border-radius: 0; background: #171612; color: var(--paper); font: inherit; font-size: .92rem; cursor: pointer; }
.catalog-controls select:hover, .catalog-controls select:focus-visible { border-color: var(--gold); outline: none; }
.result-count { margin: 0 0 11px auto; color: var(--muted); font-size: .85rem; }
.brand-directory { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin: -8px 0 34px; color: #c7bfae; }
.brand-directory span { width: 100%; color: var(--gold-light); font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.brand-directory a { color: #c7bfae; text-decoration: none; font-size: .86rem; }
.brand-directory a:hover, .brand-directory a:focus-visible { color: var(--gold-light); }
.watch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 38px); }
.watch-card { text-decoration: none; border: 1px solid #27231d; background: #10100e; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.watch-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.watch-card:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.watch-card-image { aspect-ratio: 4 / 3; overflow: hidden; background: #171612; }
.watch-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.watch-card:hover .watch-card-image img { transform: scale(1.02); }
.watch-card-copy { padding: clamp(22px, 3vw, 36px); }
.watch-card-copy span { color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.watch-card-copy h2 { font-size: clamp(2rem, 3.7vw, 3.6rem); margin-top: 8px; }
.watch-card-copy p { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; margin: 16px 0 0; color: #d7d0c4; }
.watch-card-copy .card-msrp { margin-top: 3px; font-family: "Manrope", sans-serif; font-size: .78rem; line-height: 1.5; color: var(--muted); letter-spacing: .02em; }
.card-msrp s, .msrp s { color: #c9c1b4; text-decoration-color: rgba(227, 194, 124, .72); }
.listing-intro { border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.ulysse-intro { background: radial-gradient(circle at 78% 20%, rgba(34, 190, 81, .12), transparent 31%); }
.audemars-intro { background: radial-gradient(circle at 78% 20%, rgba(180, 164, 139, .16), transparent 32%); }

.product {
  max-width: 1440px;
  padding: 0 clamp(22px, 5vw, 74px) clamp(90px, 11vw, 150px);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}
.main-photo { width: 100%; border: 1px solid #26231e; padding: 0; background: #151411; cursor: zoom-in; overflow: hidden; aspect-ratio: 4 / 3; }
.main-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, opacity .2s ease; }
.main-photo:hover img { transform: scale(1.015); }
.thumbnails { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; margin-top: 10px; }
.thumb { border: 1px solid transparent; padding: 0; background: #1a1916; aspect-ratio: 1; cursor: pointer; overflow: hidden; opacity: .63; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb:hover, .thumb:focus-visible, .thumb.active { border-color: var(--gold); opacity: 1; }

.purchase-card { position: sticky; top: 122px; padding: clamp(28px, 4vw, 48px); background: var(--panel); border: 1px solid var(--line); }
.status { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; color: #d7c9af; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: #72a77c; box-shadow: 0 0 0 4px rgba(114, 167, 124, .12); }
.status.sold span { background: #9d9487; box-shadow: 0 0 0 4px rgba(157, 148, 135, .12); }
.sold-card .watch-card-image::after { content: "Sold"; position: absolute; top: 18px; right: 18px; padding: 7px 11px; background: rgba(15, 14, 13, .82); border: 1px solid rgba(255,255,255,.24); color: #fff; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.sold-card .watch-card-image { position: relative; }
.reference { margin: 34px 0 7px; color: var(--gold-light); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }
.purchase-card h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.price { margin: 24px 0 4px; font-family: "Cormorant Garamond", serif; font-size: 2.25rem; }
.msrp { margin: 0 0 16px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.msrp strong { color: var(--gold-light); font-weight: 600; }
.condition { color: var(--muted); margin: 0 0 28px; font-size: .9rem; }
.actions { display: grid; gap: 10px; }
.button { min-height: 52px; display: grid; place-items: center; text-decoration: none; text-transform: uppercase; font-size: .76rem; letter-spacing: .13em; font-weight: 600; transition: .2s ease; }
.button.primary { background: var(--gold); color: #100d08; }
.button.primary:hover { background: var(--gold-light); }
.button.secondary { border: 1px solid #5d5140; color: #eee6d8; }
.button.secondary:hover { border-color: var(--gold); color: var(--gold-light); }
.assurances { list-style: none; padding: 24px 0 0; margin: 24px 0 0; border-top: 1px solid #2b2822; color: #bdb6aa; font-size: .84rem; }
.assurances li { padding: 5px 0 5px 22px; position: relative; }
.assurances li::before { content: "◇"; color: var(--gold); position: absolute; left: 0; }
.ulysse-card { border-color: rgba(47, 207, 95, .24); }
.ulysse-card .reference { color: #72d58f; }
.ulysse-card .button.primary { background: #45b968; color: #071209; }
.ulysse-card .button.primary:hover { background: #6bd58a; }
.audemars-card { border-color: rgba(190, 177, 151, .3); }
.audemars-card .reference { color: #d7c6a8; }

.details { max-width: 1440px; margin: auto; padding: clamp(80px, 10vw, 140px) clamp(22px, 7vw, 110px); background: #efe9de; color: #181612; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 9vw, 130px); }
.details .eyebrow { color: #8d6424; }
.story h2 { font-size: clamp(3rem, 6vw, 6rem); }
.story p:not(.eyebrow) { max-width: 660px; color: #4c473f; }
.story h2 + p { margin-top: 34px; }
.specs { margin: 0; border-top: 1px solid #c9bfae; }
.specs div { padding: 17px 0; border-bottom: 1px solid #c9bfae; display: grid; grid-template-columns: 1fr 1.35fr; gap: 20px; }
.specs dt { color: #736c61; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.specs dd { margin: 0; font-weight: 500; }
.ulysse-details { background: #e8e9e3; }
.ulysse-details .eyebrow { color: #267440; }
.audemars-details { background: #ece8e0; }
.audemars-details .eyebrow { color: #755f3e; }

.contact { text-align: center; padding: clamp(90px, 12vw, 170px) 22px; max-width: 900px; margin: auto; }
.contact h2 { font-size: clamp(3.4rem, 8vw, 7rem); }
.contact > p:not(.eyebrow) { color: #b9b1a5; max-width: 590px; margin: 26px auto; }
.about { padding: clamp(80px, 11vw, 150px) clamp(24px, 6vw, 90px); border-top: 1px solid #292722; border-bottom: 1px solid #292722; }
.about-copy { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.about-copy h2 { font-size: clamp(3.1rem, 6vw, 6rem); margin: 0; }
.about-copy h2 span { color: #9d9384; font-style: italic; }
.about-copy div { max-width: 620px; color: #b9b1a5; line-height: 1.85; }
.about-copy div p:first-child { margin-top: 8px; }
.text-link { display: inline-block; color: var(--gold-light); text-decoration: none; border-bottom: 1px solid var(--gold); padding: 10px 2px; }
.text-link span { margin-left: 8px; }

.procurement {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(78px, 11vw, 150px) clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(52px, 9vw, 140px);
  background: #efe9de;
  color: #181612;
  scroll-margin-top: 92px;
}
.procurement .eyebrow { color: #8d6424; }
.procurement-heading h2 { font-size: clamp(3.8rem, 7vw, 7rem); }
.procurement-heading h2 span { color: #81786b; font-style: italic; }
.procurement-copy h3 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 3.5vw, 3.3rem); font-weight: 500; line-height: 1.05; }
.procurement-copy > p { max-width: 620px; color: #514b43; margin: 22px 0 35px; }
.procurement-steps { list-style: none; padding: 0; margin: 0 0 34px; border-top: 1px solid #c9bfae; }
.procurement-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid #c9bfae; }
.procurement-steps li > span { color: #936e32; font-family: "Cormorant Garamond", serif; font-size: 1.2rem; }
.procurement-steps strong { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 600; }
.procurement-steps p { color: #625b51; margin: 5px 0 0; font-size: .9rem; }
.procurement .button { display: inline-grid; padding: 0 30px; }

.google-review {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(84px, 12vw, 160px) clamp(22px, 7vw, 110px);
  text-align: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 154, 75, .16), transparent 42%),
    #0d0d0b;
  scroll-margin-top: 92px;
}
.review-stars { color: var(--gold-light); font-size: 1.4rem; letter-spacing: .38em; margin: 0 0 24px .38em; }
.google-review h2 { font-size: clamp(3.2rem, 7vw, 6.6rem); }
.google-review > p:not(.eyebrow) { max-width: 650px; margin: 28px auto 32px; color: #beb6aa; }
.google-review .button { display: inline-grid; padding: 0 34px; }
.google-review small { display: block; margin-top: 20px; color: #8e877c; font-size: .78rem; }

.sell-trade-preview {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 130px) clamp(22px, 7vw, 110px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(44px, 8vw, 120px);
  align-items: end;
  background: radial-gradient(circle at 15% 30%, rgba(200,154,75,.12), transparent 34%);
}
.sell-trade-preview h2 { font-size: clamp(3.3rem, 7vw, 6.7rem); }
.sell-trade-preview-copy p { color: #c3bbae; margin: 0 0 28px; max-width: 540px; }
.sell-trade-preview .button { display: inline-grid; padding: 0 30px; }

.sell-page main { max-width: 1440px; margin: auto; }
.sell-hero {
  padding: clamp(70px, 10vw, 140px) clamp(22px, 7vw, 110px) clamp(60px, 8vw, 105px);
  background: radial-gradient(circle at 78% 12%, rgba(200,154,75,.14), transparent 34%);
}
.sell-hero h1 { font-size: clamp(3.6rem, 8vw, 7rem); }
.sell-hero .intro-copy { max-width: 780px; }
.sell-options {
  padding: 0 clamp(22px, 7vw, 110px) clamp(70px, 9vw, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.sell-option { padding: clamp(30px, 5vw, 58px); border: 1px solid #302a21; background: #10100e; }
.sell-option + .sell-option { border-left: 0; }
.sell-option h2 { font-size: clamp(2.4rem, 4vw, 4rem); color: var(--gold-light); }
.sell-option p { color: #bdb5a9; margin: 20px 0 0; }
.submission-wrap {
  background: #efe9de;
  color: #181612;
  padding: clamp(72px, 10vw, 130px) clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(45px, 8vw, 110px);
}
.submission-intro h2 { font-size: clamp(3rem, 6vw, 5.6rem); }
.submission-intro p { color: #575047; max-width: 470px; }
.submission-checklist { padding: 0; margin: 34px 0 0; list-style: none; color: #4d473f; }
.submission-checklist li { padding: 9px 0 9px 25px; border-bottom: 1px solid #d0c5b3; position: relative; }
.submission-checklist li::before { content: "◇"; color: #8d6424; position: absolute; left: 0; }
.watch-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; padding: clamp(25px, 4vw, 46px); background: #f8f4ec; border: 1px solid #d1c4ae; }
.watch-form label { display: grid; gap: 8px; color: #645d53; font-size: .77rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.watch-form label.full, .watch-form .form-note, .watch-form button { grid-column: 1 / -1; }
.watch-form input, .watch-form select, .watch-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #bfb3a1;
  border-radius: 0;
  background: white;
  color: #181612;
  font: inherit;
  font-size: .95rem;
}
.watch-form textarea { min-height: 116px; resize: vertical; }
.watch-form input:focus, .watch-form select:focus, .watch-form textarea:focus { outline: 2px solid #b27f2f; outline-offset: 1px; }
.watch-form input[type="file"] { padding: 10px; background: #eee7dc; }
.watch-form .form-note { margin: -4px 0 0; color: #6b6358; font-size: .78rem; line-height: 1.55; text-transform: none; letter-spacing: 0; }
.watch-form .button { border: 0; cursor: pointer; margin-top: 6px; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; color: #6d501e; font-size: .85rem; }

footer { border-top: 1px solid var(--line); text-align: center; padding: 50px 22px; color: #a9a195; }
footer img { width: 144px; height: 78px; object-fit: cover; margin: 0 auto 8px; }
footer p { margin: 6px auto; font-size: .84rem; }
footer .disclaimer { max-width: 700px; font-size: .72rem; color: #787269; margin-top: 20px; }

dialog { width: min(92vw, 1200px); max-height: 92vh; padding: 0; border: 1px solid var(--line); background: #050505; overflow: visible; }
dialog::backdrop { background: rgba(0, 0, 0, .92); }
dialog img { width: 100%; max-height: 88vh; object-fit: contain; }
dialog button { position: absolute; right: -12px; top: -12px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #726247; color: white; background: #111; font-size: 1.8rem; cursor: pointer; }

.product-page .site-header nav { align-items: center; }
.back-link { color: var(--gold-light); text-decoration: none; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.product-page-main { min-height: 70vh; }
.product-page .listing-intro { padding-bottom: clamp(34px, 5vw, 62px); }
.product-page .listing-intro h1 { font-size: clamp(2.8rem, 6vw, 6.2rem); }
.product-page .product { padding-top: 0; }
.product-page .product-description { color: #c9c3b8; margin: 0 0 28px; }
.product-page .details { margin-bottom: clamp(70px, 9vw, 130px); }
.product-page .thumb[hidden] { display: none; }
.brand-collection { min-height: 70vh; }
.brand-page .collection-heading h1 { max-width: 880px; }
.product-not-found { max-width: 760px; margin: auto; padding: 120px 22px; text-align: center; }
.product-not-found h1 { font-size: clamp(3rem, 7vw, 6rem); }
.product-not-found p { color: var(--muted); }

@media (max-width: 900px) {
  .site-header { min-height: 76px; }
  .brand img { width: 118px; height: 56px; }
  .product, .details { grid-template-columns: 1fr; }
  .collection-heading { display: block; }
  .collection-heading p { margin-top: 24px; }
  .purchase-card { position: static; }
  .thumbnails { grid-template-columns: repeat(5, 1fr); }
  .watch-grid { grid-template-columns: repeat(2, 1fr); }
  .product-page .site-header nav a:not(.back-link) { display: none; }
  .procurement, .sell-trade-preview, .submission-wrap, .about-copy { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  nav { gap: 14px; }
  nav a { font-size: .69rem; }
  .intro { padding-top: 56px; }
  .product { padding-left: 14px; padding-right: 14px; }
  .watch-grid { grid-template-columns: 1fr; }
  .catalog-controls { display: grid; padding: 18px; }
  .catalog-controls label { min-width: 0; }
  .result-count { margin: 2px 0 0; }
  .thumbnails { grid-template-columns: repeat(3, 1fr); }
  .specs div { grid-template-columns: 1fr; gap: 4px; }
  .site-header { padding-left: 15px; padding-right: 15px; }
  .brand img { width: 86px; height: 46px; }
  .site-header nav { gap: 8px; }
  .site-header nav a { font-size: .61rem; letter-spacing: .06em; }
  .sell-options { grid-template-columns: 1fr; }
  .sell-option + .sell-option { border-left: 1px solid #302a21; border-top: 0; }
  .watch-form { grid-template-columns: 1fr; }
  .watch-form label { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
