:root {
  --night: #11100f;
  --night-soft: #201e1b;
  --paper: #eeeae2;
  --paper-warm: #ddd7cc;
  --ink: #151310;
  --ink-muted: #6c675f;
  --silver: #bdb6aa;
  --signal: #b49a68;
  --line-dark: rgba(238, 234, 226, 0.18);
  --line-light: rgba(21, 19, 16, 0.16);
  --sans: "Avenir Next", Avenir, "Century Gothic", Futura, sans-serif;
  --display: "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }

.topline {
  height: 30px;
  padding: 0 var(--page-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--night);
  color: var(--silver);
  border-bottom: 1px solid var(--line-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.site-header {
  height: 86px;
  padding: 0 var(--page-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  background: var(--night);
  color: var(--paper);
  border-bottom: 1px solid var(--line-dark);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font: 500 18px/1 var(--display);
}
.brand-name { font-size: 13px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.brand-suffix { padding-left: 13px; border-left: 1px solid var(--line-dark); color: var(--silver); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.site-header nav a { padding: 35px 0 33px; border-bottom: 2px solid transparent; }
.site-header nav a:hover { border-color: var(--signal); }
.nav-count { color: var(--silver); }
.menu-button { display: none; border: 0; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

.hero {
  min-height: calc(100svh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  background: var(--night);
  color: var(--paper);
}
.hero-copy { width: 118%; padding: clamp(5rem, 9vw, 9rem) 0 5rem var(--page-pad); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 4; pointer-events: none; }
.hero-copy > * { pointer-events: auto; }
.hero-edition, .product-heading-meta, .catalog-toolbar, .page-hero-copy span, .reference-line {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero-edition { margin: 0 0 3rem; color: var(--silver); }
.hero h1, .page-hero h1, .product-copy h1, .not-found h1 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.hero h1 { max-width: 8.5ch; text-shadow: 0 2px 22px rgba(17, 16, 15, 0.22); }
.hero-lede { max-width: 29rem; margin: 2.25rem 0 0; color: var(--silver); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.65; }
.hero-actions { margin-top: 3rem; display: flex; align-items: center; gap: 1.5rem; }
.hero-count { color: var(--silver); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.button {
  min-height: 52px;
  padding: 0 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease;
}
.button:hover { background: transparent; color: var(--paper); }
.hero-visual, .product-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: #d4cec3; }
.hero-visual::after { content: "MERIDIAN"; position: absolute; inset: auto -0.5rem 0.8rem; color: rgba(21, 19, 16, 0.1); font: 400 clamp(3.8rem, 8vw, 8rem)/0.8 var(--display); letter-spacing: -0.04em; pointer-events: none; }
.hero-note {
  position: absolute;
  z-index: 3;
  right: 1.5rem;
  top: 1.5rem;
  width: 154px;
  min-height: 154px;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--night);
  color: var(--paper);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero-note strong { font-size: 18px; letter-spacing: 0; }
.hero-secondary { position: absolute; z-index: 5; left: -5.5rem; bottom: 2.5rem; width: clamp(130px, 15vw, 220px); background: var(--paper); box-shadow: 18px 28px 58px rgba(17, 16, 15, 0.22); }
.watch-art-secondary { width: 100%; aspect-ratio: 4 / 5; }
.hero-secondary > span { display: block; padding: 0.8rem; color: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

.watch-art { position: relative; display: grid; place-items: center; isolation: isolate; }
.watch-art-hero { width: 100%; height: 100%; }
.watch-art-card { width: 100%; height: 100%; }
.watch-art-detail { width: 100%; height: 100%; }
.watch-photo { width: 100%; transform: none; }
.watch-photo img, .watch-photo video { width: 100%; height: 100%; display: block; object-fit: cover; }
.watch-art-hero.watch-photo img, .watch-art-detail.watch-photo img, .watch-art-hero.watch-photo video, .watch-art-detail.watch-photo video { object-fit: contain; }
.watch-shadow { position: absolute; width: 65%; height: 75%; background: rgba(0, 0, 0, 0.18); filter: blur(25px); transform: translate(20px, 17px); }
.watch-strap { position: absolute; width: 37%; height: 100%; border-radius: 20px; background: #323937; }
.watch-case { z-index: 2; width: 66%; aspect-ratio: 1; padding: 8%; border-radius: 50%; background: #aab4b1; box-shadow: 10px 18px 28px rgba(0, 0, 0, 0.28); }
.watch-dial { width: 100%; height: 100%; position: relative; border: 3px solid #8e9996; border-radius: 50%; background: #102126; color: #ddd; }
.watch-mark { position: absolute; left: 50%; top: 7%; transform: translateX(-50%); font: 12px var(--display); }
.watch-hands::before, .watch-hands::after { content: ""; position: absolute; left: 50%; top: 50%; width: 2px; background: var(--signal); transform-origin: bottom; }
.watch-hands::before { height: 30%; transform: translate(-50%, -100%) rotate(38deg); }
.watch-hands::after { height: 23%; transform: translate(-50%, -100%) rotate(128deg); }

.catalog-statement { padding: 8rem var(--page-pad) 10rem; display: grid; grid-template-columns: 0.3fr 1.4fr 0.3fr; align-items: start; gap: 2rem; background: var(--paper); }
.catalog-statement p { max-width: 24ch; margin: 0 auto; font: 400 clamp(2.4rem, 5vw, 5.2rem)/0.98 var(--display); letter-spacing: -0.025em; }
.statement-mark, .statement-note { font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.statement-mark { color: var(--signal); }
.statement-note { align-self: end; color: var(--ink-muted); writing-mode: vertical-rl; transform: rotate(180deg); }
.section { padding: clamp(5rem, 9vw, 9rem) var(--page-pad); }
.section-heading { margin-bottom: clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: 1fr minmax(18rem, 0.45fr); align-items: end; gap: 2rem; }
.section-heading h2, .values > h2 { margin: 0; font: 400 clamp(3.1rem, 7vw, 6rem)/0.92 var(--display); letter-spacing: -0.035em; }
.section-heading p { max-width: 34rem; margin: 0; color: var(--ink-muted); line-height: 1.65; }

.category-grid { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 0.7rem 1.4rem; }
.category-card { display: inline-flex; align-items: flex-start; gap: 0.45rem; color: var(--ink); transition: color 220ms ease; }
.category-card::after { content: "/"; margin-left: 0.9rem; color: var(--silver); font: 400 2rem/1 var(--display); }
.category-card:last-child::after { display: none; }
.category-card:hover { color: var(--signal); }
.category-name { font: 400 clamp(2.2rem, 4.4vw, 5rem)/0.94 var(--display); letter-spacing: -0.035em; overflow-wrap: anywhere; }
.category-card:nth-child(3n) .category-name { font-style: italic; }
.category-card:nth-child(5n) .category-name { font-size: clamp(1.8rem, 3.3vw, 3.8rem); }
.category-count { margin-top: 0.25rem; color: var(--ink-muted); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; }
.category-arrow { display: none; }
.card-arrow { font-size: 20px; }

.featured { background: var(--night); color: var(--paper); }
.featured .section-heading p { color: var(--silver); }
.watch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.5rem, 2.4vw, 2.8rem) clamp(1rem, 1.8vw, 2rem); background: transparent; }
.watch-card { min-width: 0; align-self: start; display: block; color: var(--ink); }
.card-image-mat { height: clamp(300px, 29vw, 440px); padding: clamp(0.9rem, 1.8vw, 1.7rem); background: #d8d2c7; overflow: hidden; }
.watch-card .watch-art { background: #e6e1d8; overflow: hidden; }
.watch-art-card.watch-photo img, .watch-art-card.watch-photo video { object-fit: contain; border: 1px solid rgba(21, 19, 16, 0.12); }
.watch-card img, .watch-card video { transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1); }
.watch-card:hover img, .watch-card:hover video { transform: scale(1.035); }
.card-copy { min-height: 210px; padding: 1.3rem 0 0; display: flex; flex-direction: column; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.card-brand { color: var(--ink); }
.reference { color: var(--ink-muted); white-space: nowrap; }
.watch-card h3 { min-height: 4.2em; margin: 1.2rem 0; font: 400 clamp(1.25rem, 1.75vw, 1.8rem)/1.18 var(--display); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.card-foot { margin-top: auto; padding-top: 1rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-light); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.featured .watch-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 5rem) clamp(1.5rem, 2.6vw, 3.2rem); }
.featured .watch-card { grid-column: span 3; color: var(--paper); }
.featured .watch-card:nth-child(6n + 1) { grid-column: span 5; }
.featured .watch-card:nth-child(6n + 2) { grid-column: span 3; margin-top: 9rem; }
.featured .watch-card:nth-child(6n + 3) { grid-column: span 4; margin-top: 2rem; }
.featured .watch-card:nth-child(6n + 4) { grid-column: 2 / span 3; }
.featured .watch-card:nth-child(6n + 5) { grid-column: span 5; margin-top: 7rem; }
.featured .watch-card:nth-child(6n) { grid-column: span 3; margin-top: 1rem; }
.featured .watch-card:nth-child(3n + 1) .card-image-mat { aspect-ratio: 5 / 4; height: auto; }
.featured .watch-card:nth-child(3n + 2) .card-image-mat { aspect-ratio: 4 / 5; height: auto; }
.featured .watch-card:nth-child(3n) .card-image-mat { aspect-ratio: 1; height: auto; }
.featured .card-image-mat { padding: clamp(1rem, 2vw, 2rem); background: #292622; }
.featured .watch-card .watch-art { background: #d6d0c5; }
.featured .card-copy { min-height: 190px; margin: -1.25rem 0 0 clamp(0.7rem, 1.4vw, 1.4rem); padding: 1.3rem; position: relative; z-index: 2; background: var(--night); }
.featured .card-brand { color: var(--paper); }
.featured .reference, .featured .card-foot { color: var(--silver); }
.featured .card-foot { border-color: var(--line-dark); }

.values { padding: clamp(7rem, 12vw, 12rem) var(--page-pad); display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 5rem; background: var(--paper-warm); }
.value-list { border-top: 1px solid var(--ink); }
.value-list { margin-top: 8rem; }
.value-list > div { padding: 1.5rem 0; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 1.5rem; border-bottom: 1px solid var(--line-light); }
.value-list h3, .value-list p { margin: 0; }
.value-list h3 { font: 400 1.45rem/1.1 var(--display); }
.value-list p { color: var(--ink-muted); font-size: 0.9rem; line-height: 1.6; }

.page-hero { padding: 4rem var(--page-pad) 5rem; background: var(--night); color: var(--paper); }
.back-link { display: inline-block; margin-bottom: 5rem; color: var(--silver); font-size: 9px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.back-link:hover { color: var(--signal); }
.page-hero-title { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.page-hero-title h1 { max-width: 12ch; font-size: clamp(4.5rem, 10vw, 9rem); }
.page-hero-title > span { color: var(--signal); font: 400 clamp(1.5rem, 3vw, 3rem)/1 var(--display); }
.page-hero-copy { margin-top: 3rem; padding-top: 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line-dark); }
.page-hero-copy p { max-width: 44rem; margin: 0; color: var(--silver); font-size: 1.05rem; line-height: 1.6; }
.page-hero-copy span { color: var(--silver); }
.catalog-section { padding-top: 3rem; }
.catalog-toolbar { margin-bottom: 1.25rem; padding-bottom: 1rem; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line-light); color: var(--ink-muted); }

.product-page { min-height: calc(100vh - 116px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(440px, 0.9fr); align-items: start; background: var(--night); }
.product-media-column { min-width: 0; background: #d4cec3; }
.product-media-column > .product-visual { height: calc(100svh - 116px); min-height: 680px; }
.product-copy { max-height: 100vh; padding: 4rem clamp(2rem, 6vw, 6rem) 5rem; position: sticky; top: 0; overflow: auto; background: var(--night); color: var(--paper); }
.product-heading-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--silver); }
.product-copy h1 { max-width: 12ch; margin: 1.5rem 0 2rem; font-size: clamp(2.8rem, 4.4vw, 5rem); overflow-wrap: anywhere; }
.product-meta { padding: 1.2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.product-price { margin: 0; font: 400 1.4rem/1 var(--display); }
.availability { padding: 0.55rem 0.7rem; background: var(--paper); color: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.reference-line { margin-top: 1rem; color: var(--silver); overflow-wrap: anywhere; }
.product-description { margin: 3rem 0; color: var(--silver); font-size: 1rem; line-height: 1.75; white-space: pre-line; overflow-wrap: anywhere; }
.spec-section h2 { margin: 0 0 1rem; font: 400 2rem/1 var(--display); }
.specs { margin: 0 0 2rem; border-top: 1px solid var(--paper); }
.specs div { padding: 0.9rem 0; display: grid; grid-template-columns: 1fr 1.5fr; gap: 1rem; border-bottom: 1px solid var(--line-dark); }
.specs dt { color: var(--silver); font-size: 9px; letter-spacing: 0.1em; text-transform: capitalize; overflow-wrap: anywhere; }
.specs dd { margin: 0; font-size: 0.82rem; overflow-wrap: anywhere; }
.inquiry { width: 100%; justify-content: space-between; }
.inquiry:hover { background: var(--signal); color: var(--ink); border-color: var(--signal); }
.microcopy { margin: 0.8rem 0 0; color: var(--silver); text-align: center; font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255, 255, 255, 0.45); padding-top: 1px; }
.product-gallery figure { margin: 0; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #d4cec3; }
.product-gallery img, .product-gallery video { width: 100%; height: 100%; display: block; object-fit: contain; }

.status, .not-found { min-height: 70vh; padding: 10vw; display: grid; place-content: center; justify-items: center; gap: 1.5rem; text-align: center; }
.status-code { color: var(--ink-muted); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; }
.loader { width: 36px; height: 36px; margin: auto; border: 1px solid var(--line-light); border-top-color: var(--ink); border-radius: 50%; animation: spin 800ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

footer { padding: 4rem var(--page-pad); display: flex; align-items: end; justify-content: space-between; gap: 3rem; background: var(--night); color: var(--paper); }
.footer-lead p { max-width: 25rem; margin: 1.5rem 0 0; color: var(--silver); line-height: 1.5; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 0.6rem; color: var(--silver); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .watch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-page { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .topline span:last-child, .brand-suffix { display: none; }
  .topline { justify-content: center; }
  .site-header { height: 72px; }
  .menu-button { display: block; min-width: 48px; min-height: 48px; }
  .site-header nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 1.5rem var(--page-pad); flex-direction: column; align-items: stretch; gap: 0; background: var(--night); border-bottom: 1px solid var(--line-dark); }
  .site-header nav[data-open=true] { display: flex; }
  .site-header nav a, .nav-count { padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { width: 100%; min-height: 66svh; padding: 4.5rem var(--page-pad) 4rem; }
  .hero h1 { font-size: clamp(3.7rem, 16vw, 5.4rem); }
  .hero-edition { margin-bottom: 2rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 70svh; }
  .hero-note { width: 126px; min-height: 126px; }
  .hero-secondary { left: 1rem; bottom: -2rem; }
  .catalog-statement { padding-top: 8rem; grid-template-columns: 1fr; gap: 3rem; }
  .statement-note { writing-mode: horizontal-tb; transform: none; }
  .section-heading { grid-template-columns: 1fr; }
  .category-grid { justify-content: flex-start; gap: 0.65rem 0.8rem; }
  .category-card::after { margin-left: 0.4rem; }
  .category-name { font-size: clamp(2rem, 10vw, 3.4rem); }
  .watch-grid, .featured .watch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured .watch-card, .featured .watch-card:nth-child(6n + 1), .featured .watch-card:nth-child(6n + 2), .featured .watch-card:nth-child(6n + 3), .featured .watch-card:nth-child(6n + 4), .featured .watch-card:nth-child(6n + 5), .featured .watch-card:nth-child(6n) { grid-column: span 1; margin-top: 0; }
  .featured .watch-card:nth-child(even) { margin-top: 5rem; }
  .card-image-mat { height: 55vw; padding: 0.75rem; }
  .card-copy { min-height: 205px; }
  .featured .card-copy { margin-left: 0.5rem; padding: 1rem; }
  .card-meta { align-items: flex-start; flex-direction: column; gap: 0.4rem; }
  .watch-card h3 { font-size: 1.25rem; }
  .values { grid-template-columns: 1fr; gap: 3rem; }
  .value-list > div { grid-template-columns: 1fr; gap: 0.7rem; }
  .page-hero { padding-top: 3rem; }
  .back-link { margin-bottom: 3.5rem; }
  .page-hero-title { align-items: flex-start; flex-direction: column-reverse; }
  .page-hero-title h1 { font-size: clamp(4rem, 19vw, 6.5rem); }
  .page-hero-copy { align-items: flex-start; flex-direction: column; }
  .catalog-toolbar { gap: 1rem; }
  .product-page { grid-template-columns: 1fr; }
  .product-media-column > .product-visual { height: 72svh; min-height: 520px; }
  .product-copy { max-height: none; padding: 3.5rem var(--page-pad) 4rem; position: static; overflow: visible; }
  .product-copy h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .product-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-meta { align-items: flex-start; }
}

@media (max-width: 430px) {
  .watch-grid, .featured .watch-grid { grid-template-columns: 1fr; }
  .featured .watch-card:nth-child(even) { margin-top: 0; }
  .card-image-mat { height: 105vw; max-height: 470px; }
  .featured .watch-card:nth-child(3n + 1) .card-image-mat, .featured .watch-card:nth-child(3n + 2) .card-image-mat, .featured .watch-card:nth-child(3n) .card-image-mat { aspect-ratio: 4 / 5; }
  .card-copy { min-height: 200px; }
  .product-gallery { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
