: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%; }

.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; }
.watch-grid { display: grid; grid-template-columns: repeat(2, 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-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; }
.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%); }

.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); }
.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; }
.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; }

.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; }

.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; }
.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; }

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; }

@media (max-width: 900px) {
  .site-header { min-height: 76px; }
  nav a:nth-child(2), nav a:nth-child(3) { display: none; }
  .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); }
}
@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; }
  .thumbnails { grid-template-columns: repeat(3, 1fr); }
  .specs div { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
