:root {
  --ink: #081b17;
  --dark: #071712;
  --paper: #ece8df;
  --gold: #cbb893;
  --muted: #9baca0;
  --line: rgba(221, 227, 210, 0.15);
  --blue: #4fa2ff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #cbb893;
  color: #081b17;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--paper);
  color: var(--ink);
  z-index: 20;
  padding: 15px;
}
.skip-link:focus {
  top: 10px;
}
.collab-line {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5%;
  background: #05100d;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 1.1px;
  color: #9da99a;
}
.collab-line b {
  margin: 0 11px;
  color: var(--gold);
  font-weight: 400;
}
.collab-disclosure {
  font-size: 9px;
  letter-spacing: 0.5px;
}
.masthead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 0 4.5%;
  height: 76px;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  z-index: 4;
}
.site-logo {
  display: inline-flex;
  align-items: baseline;
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -1.3px;
  white-space: nowrap;
}
.site-logo span {
  color: var(--blue);
}
.site-logo i {
  width: 4px;
  height: 4px;
  background: var(--gold);
  margin-left: 4px;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  height: 100%;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.primary-nav a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #adbaae;
}
.primary-nav a:hover,
.primary-nav a.active {
  color: var(--paper);
}
.primary-nav a.active::after {
  content: "";
  height: 2px;
  background: var(--gold);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.language-switch {
  display: flex;
  gap: 1px;
}
.language-switch button {
  border: 0;
  background: transparent;
  color: #7f9185;
  font-size: 10px;
  padding: 8px;
  min-height: 32px;
}
.language-switch button.active {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.watch-hero {
  position: relative;
  min-height: 500px;
  max-height: 620px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: radial-gradient(
    ellipse at 70% 43%,
    #234734 0%,
    #0e281e 35%,
    #081b17 69%
  );
}
.hero-gridlines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 49.94%,
      rgba(214, 223, 199, 0.055) 50%,
      transparent 50.07%
    ),
    linear-gradient(
      0deg,
      transparent 49.94%,
      rgba(214, 223, 199, 0.035) 50%,
      transparent 50.07%
    );
  pointer-events: none;
}
.hero-copy {
  z-index: 2;
  position: relative;
  padding: 54px 0 82px 7vw;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 29px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.6;
  color: var(--gold);
  text-transform: uppercase;
}
.fine-line {
  width: 27px;
  height: 1px;
  background: var(--gold);
}
.edition {
  color: #798f80;
  margin-left: 17px;
  font-size: 9px;
  letter-spacing: 1px;
}
.hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(72px, 8.2vw, 126px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -5px;
  margin: 0 0 31px;
}
.hero-copy h1 em {
  font-weight: 400;
  color: #cbb893;
}
.hero-description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.95;
  color: #a6b7aa;
  margin: 0 0 31px;
  max-width: 375px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 51px;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.button-light:hover {
  background: #d4c5a9;
  transform: translateY(-2px);
}
.button-outline {
  border-color: rgba(203, 184, 147, 0.4);
  color: var(--paper);
  background: transparent;
}
.button-outline:hover {
  background: rgba(203, 184, 147, 0.1);
}
.arrow {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.hero-signature {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 44px;
}
.signature-rule {
  height: 35px;
  width: 1px;
  background: rgba(203, 184, 147, 0.45);
}
.hero-signature small {
  display: block;
  font-size: 7px;
  letter-spacing: 1.8px;
  color: #8b9e8e;
  margin-bottom: 7px;
}
.hero-signature strong {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.hero-signature strong span {
  font-family: Arial, sans-serif;
  vertical-align: super;
  font-size: 7px;
  margin-left: 4px;
}
.hero-timepiece {
  position: relative;
  align-self: stretch;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.hero-timepiece > img {
  position: absolute;
  width: 88%;
  height: 124%;
  max-width: 800px;
  object-fit: contain;
  z-index: 1;
  top: -14%;
  left: -2%;
  filter: drop-shadow(12px 20px 25px rgba(0, 0, 0, 0.26));
  animation: watchReveal 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.orbital {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(214, 227, 198, 0.09);
  pointer-events: none;
}
.orbital-one {
  width: 87%;
  top: 18%;
  left: 0;
}
.orbital-two {
  width: 65%;
  top: 28%;
  left: 11%;
  border-style: dashed;
  border-color: rgba(214, 227, 198, 0.06);
}
.orbital-label {
  position: absolute;
  right: 8%;
  top: 70px;
  font-size: 6px;
  letter-spacing: 2px;
  color: #758f7a;
  writing-mode: vertical-rl;
}
.hero-timepiece figcaption {
  position: absolute;
  bottom: 72px;
  right: 11%;
  left: 18%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #829984;
  font-size: 8px;
  letter-spacing: 0.5px;
}
.caption-cross {
  color: var(--gold);
  font-size: 16px;
}
.hero-timepiece figcaption span:nth-child(2) {
  flex: 1;
}
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 4.5%;
  right: 4.5%;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  color: #7f9785;
  font-size: 9px;
  letter-spacing: 0.5px;
  z-index: 2;
}
.hero-bottom > a {
  color: var(--gold);
  font-size: 25px;
}
.local-time {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 8px;
}
.local-time time {
  color: #c3cbb8;
  font-variant-numeric: tabular-nums;
  min-width: 55px;
  letter-spacing: 1px;
}
.time-dot {
  width: 4px;
  height: 4px;
  background: #a7b793;
  border-radius: 50%;
}
.editorial-strip {
  display: grid;
  grid-template-columns: 0.65fr 1.4fr 1fr;
  gap: 45px;
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  padding: 57px 8.5%;
}
.editorial-number {
  align-self: start;
  padding-top: 9px;
  font-size: 8px;
  letter-spacing: 1.8px;
  white-space: nowrap;
  color: #687367;
}
.editorial-strip h2 {
  font: 400 clamp(26px, 3.2vw, 46px)/1.08 var(--serif);
  letter-spacing: -0.9px;
  margin: 0;
}
.editorial-strip h2 em {
  color: #757c66;
}
.editorial-strip p {
  font-size: 11px;
  line-height: 1.95;
  color: #6b7367;
  margin: 0;
}
.collection-section {
  padding: 54px 6% 60px;
  max-width: 1680px;
  margin: auto;
  scroll-margin-top: 20px;
}
.collection-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.collection-heading .eyebrow {
  margin-bottom: 12px;
}
.collection-heading h2 {
  font: 400 clamp(40px, 4.2vw, 65px)/1 var(--serif);
  letter-spacing: -1.5px;
  margin: 0;
}
.collection-heading h2 em {
  color: var(--gold);
}
.selection-count {
  font-size: 9px;
  color: #9bad9e;
  white-space: nowrap;
  padding-bottom: 6px;
}
.collection-toolbar {
  display: grid;
  grid-template-columns: 1fr 195px 210px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  gap: 20px;
}
.watch-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.watch-search > span {
  font-size: 28px;
  color: var(--gold);
}
.watch-search input {
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--paper);
  padding: 10px 0;
  outline-offset: 3px;
  font-size: 11px;
}
.watch-search input::placeholder {
  color: #7f9686;
}
.control {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.control > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #8ca291;
  text-transform: uppercase;
}
.control select {
  width: 100%;
  min-width: 0;
  border: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  padding: 10px 0;
}
.collection-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0 29px;
}
.collection-filters > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.collection-filters button {
  background: transparent;
  border: 1px solid var(--line);
  padding: 9px 15px;
  color: #9aae9d;
  font-size: 10px;
  transition:
    background 0.2s,
    color 0.2s;
}
.collection-filters button.selected {
  background: #d4c5a9;
  color: var(--ink);
  border-color: #d4c5a9;
}
.qc-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #a0b1a3;
  white-space: nowrap;
}
.qc-toggle input {
  accent-color: #cbb893;
}
.watch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}
.watch-card {
  min-width: 0;
}
.watch-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8e7dd;
  aspect-ratio: 4/5;
}
.watch-image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
  mix-blend-mode: multiply;
}
.watch-card:hover .watch-image-link img {
  transform: scale(1.055);
}
.watch-card-index {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  font-size: 8px;
  color: #596358;
  letter-spacing: 1px;
}
.watch-qc-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  letter-spacing: 0.5px;
  background: var(--ink);
  color: var(--paper);
  padding: 7px 9px;
}
.watch-product-info {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.watch-product-brand {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 8px;
  color: var(--gold);
  margin-bottom: 9px;
}
.watch-product-title {
  font: 400 24px/1.15 var(--serif);
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}
.watch-product-title a:hover {
  color: var(--gold);
}
.watch-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  min-height: 14px;
  font-size: 9px;
  color: #8ca38f;
  line-height: 1.5;
}
.watch-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  gap: 10px;
  font-size: 12px;
}
.watch-price-row strong {
  font-weight: 500;
}
.watch-price-row > span {
  font-size: 8px;
  letter-spacing: 0.5px;
  color: #8ca38f;
}
.watch-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 18px;
  font-size: 9px;
}
.watch-card-actions a {
  display: flex;
  align-items: center;
  gap: 13px;
}
.watch-card-actions a span:last-child {
  font-size: 16px;
  color: var(--gold);
}
.watch-card-actions button {
  background: none;
  border: 0;
  padding: 4px 0;
  color: #9aad9d;
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.collection-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 65px 24px 58px;
  background:
    radial-gradient(
      ellipse at 50% 0,
      rgba(108, 145, 108, 0.1),
      transparent 60%
    ),
    #0b221b;
  border: 1px solid var(--line);
}
.collection-empty .eyebrow {
  justify-content: center;
  font-size: 8px;
  margin: 26px 0 18px;
}
.collection-empty h3 {
  font: 400 clamp(45px, 5.3vw, 78px)/0.96 var(--serif);
  letter-spacing: -2px;
  margin: 0 0 22px;
}
.collection-empty h3 em {
  color: var(--gold);
}
.collection-empty p {
  max-width: 355px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.9;
  color: #9bad9e;
}
.empty-clock {
  position: relative;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  border: 1px solid #6d8265;
  border-radius: 50%;
}
.empty-clock::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(203, 184, 147, 0.35);
  border-radius: 50%;
}
.empty-clock::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  top: 26px;
  left: 26px;
}
.empty-clock span {
  position: absolute;
  top: 12px;
  left: 27px;
  width: 1px;
  height: 15px;
  background: var(--gold);
  transform: rotate(35deg);
  transform-origin: bottom;
}
.empty-clock i {
  position: absolute;
  top: 27px;
  left: 17px;
  width: 11px;
  height: 1px;
  background: var(--gold);
  transform: rotate(28deg);
  transform-origin: right;
}
.empty-clock b {
  position: absolute;
  top: 9px;
  left: 27px;
  width: 1px;
  height: 24px;
  background: rgba(217, 194, 150, 0.35);
  transform-origin: 50% 18px;
  animation: secondHand 60s linear infinite;
}
.coming-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 38px;
  color: #7e957e;
}
.coming-signature > span:first-child {
  font-size: 8px;
  letter-spacing: 1.6px;
}
.coming-signature strong {
  font: 400 22px var(--serif);
  color: #b6c0ac;
}
.collection-note {
  font-size: 9px;
  line-height: 1.7;
  color: #829686;
  margin-top: 24px;
}
.catalog-disclosure {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  color: #7f9686;
  font-size: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catalog-disclosure a {
  color: #a9b7a9;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.quick-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 18px;
  padding: 24px 6%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #06140f;
}
.quick-guide > div {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 18px;
  border-right: 1px solid var(--line);
  color: #a8b8aa;
  font-size: 10px;
}
.quick-guide > div strong {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 1px;
}
.quick-guide > div a:hover {
  color: var(--paper);
}
.quick-guide > .button {
  min-height: 44px;
  white-space: nowrap;
}
.details-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 100px;
  margin: 0 6%;
  padding: 72px 2.5% 80px;
  border-top: 1px solid var(--line);
}
.details-lead .eyebrow {
  margin-bottom: 21px;
}
.details-lead h2 {
  font: 400 clamp(54px, 5.6vw, 83px)/0.93 var(--serif);
  letter-spacing: -2px;
  margin: 0 0 26px;
}
.details-lead h2 em {
  color: var(--gold);
}
.details-lead > p {
  font-size: 11px;
  line-height: 1.9;
  color: #9aac9c;
  max-width: 300px;
  margin: 0 0 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0 0 8px;
  font-size: 10px;
  border-bottom: 1px solid #68806a;
}
.text-link span:last-child {
  font-size: 18px;
  color: var(--gold);
}
.details-list article {
  display: grid;
  grid-template-columns: 27px 1fr 42px;
  gap: 23px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.details-list article:first-child {
  padding-top: 4px;
}
.details-list article > span {
  font-size: 9px;
  color: #768f78;
  padding-top: 9px;
}
.details-list h3 {
  font: 400 30px var(--serif);
  letter-spacing: -0.4px;
  margin: 0 0 9px;
}
.details-list p {
  font-size: 10px;
  line-height: 1.85;
  color: #8fa593;
  margin: 0;
  max-width: 335px;
}
.details-list svg {
  width: 36px;
  height: 36px;
  stroke: #a79670;
  stroke-width: 1;
  fill: none;
  margin-top: 14px;
}
.partner-section {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 44px;
  padding: 55px 8.5%;
  background: #102a20;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.partner-monogram {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #5b7157;
  border-radius: 50%;
  font: italic 53px var(--serif);
  color: var(--gold);
  padding-right: 7px;
}
.partner-monogram span {
  position: absolute;
  top: 17px;
  right: 12px;
  font: 12px Arial;
}
.partner-section .eyebrow {
  margin-bottom: 10px;
  font-size: 8px;
}
.partner-section h2 {
  font: 400 33px var(--serif);
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}
.partner-section h2 i {
  font-style: normal;
  color: var(--gold);
  padding: 0 6px;
  font-size: 24px;
}
.partner-section p:not(.eyebrow) {
  font-size: 10px;
  line-height: 1.85;
  max-width: 470px;
  color: #8fa78f;
  margin: 0;
}
.partner-section .button {
  min-width: 192px;
  font-size: 9px;
}
.watch-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 37px 4.5%;
  background: #06150f;
}
.watch-footer .site-logo {
  font-size: 19px;
}
.watch-footer p {
  font-size: 7px;
  letter-spacing: 1px;
  color: #6e8874;
}
.watch-footer p span {
  padding: 0 9px;
}
.watch-footer nav {
  display: flex;
  gap: 20px;
  font-size: 9px;
  color: #8c9e8e;
}
.back-top {
  font-size: 20px;
  color: var(--gold);
}
.gallery-dialog {
  width: min(900px, 92vw);
  max-height: 90vh;
  border: 1px solid #657157;
  padding: 30px;
  background: var(--ink);
  color: var(--paper);
}
.gallery-dialog::backdrop {
  background: rgba(0, 9, 5, 0.88);
  backdrop-filter: blur(8px);
}
.gallery-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
  margin-bottom: 25px;
}
.gallery-top .eyebrow {
  margin: 0 0 10px;
}
.gallery-top h2 {
  font: 400 34px var(--serif);
  margin: 0;
  overflow-wrap: anywhere;
}
.gallery-top button {
  border: 1px solid var(--line);
  color: var(--paper);
  background: none;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  font-size: 25px;
}
.gallery-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.gallery-photos img {
  width: 100%;
  height: auto;
  background: #eee;
}
.no-results-button {
  margin-top: 25px;
  background: transparent;
}
.watch-error {
  color: #b1bbab;
}
@keyframes watchReveal {
  from {
    opacity: 0;
    transform: translate(20px, 20px) rotate(4deg);
  }
  to {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
@keyframes secondHand {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1600px) {
  .hero-copy {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .watch-hero {
    min-height: 560px;
  }
  .hero-timepiece > img {
    height: 110%;
    width: 98%;
  }
  .hero-copy h1 {
    font-size: 136px;
  }
}
@media (max-width: 1100px) {
  .hero-copy {
    padding-left: 7vw;
  }
  .watch-hero {
    min-height: 480px;
  }
  .hero-copy h1 {
    font-size: 86px;
  }
  .hero-timepiece > img {
    width: 115%;
    height: 103%;
    left: -11%;
    top: -3%;
  }
  .hero-timepiece figcaption {
    left: 6%;
    right: 10%;
  }
  .editorial-strip {
    grid-template-columns: 0.5fr 1.2fr 1fr;
    gap: 27px;
    padding: 45px 6%;
  }
  .watch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .details-section {
    gap: 55px;
  }
  .partner-section {
    grid-template-columns: 74px 1fr;
    gap: 30px;
    padding: 43px 6%;
  }
  .partner-monogram {
    width: 74px;
    height: 74px;
  }
  .partner-section > .button {
    grid-column: 2;
    justify-self: start;
  }
  .watch-footer p {
    display: none;
  }
  .quick-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .quick-guide > .button {
    grid-column: 1/-1;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .masthead {
    height: 69px;
    padding: 0 5%;
    gap: 12px;
  }
  .site-logo {
    font-size: 19px;
  }
  .primary-nav {
    gap: 15px;
    font-size: 9px;
  }
  .primary-nav a:not(.active) {
    display: none;
  }
  .language-switch button {
    padding: 7px 5px;
    font-size: 9px;
  }
  .watch-hero {
    display: block;
    min-height: 620px;
    max-height: none;
    background:
      radial-gradient(ellipse at 65% 63%, #224531, transparent 56%), var(--ink);
  }
  .hero-copy {
    padding: 32px 7% 0;
  }
  .eyebrow {
    font-size: 8px;
    margin-bottom: 24px;
  }
  .hero-copy h1 {
    font-size: 78px;
    line-height: 0.8;
    letter-spacing: -4px;
    margin-bottom: 24px;
  }
  .hero-description {
    font-size: 12px;
    margin-bottom: 23px;
    max-width: 300px;
  }
  .hero-timepiece {
    height: 315px;
    margin-top: 0;
  }
  .hero-timepiece > img {
    height: 124%;
    width: 100%;
    max-width: 440px;
    top: -13%;
    left: 50%;
    transform: translateX(-50%);
    animation: none;
  }
  .orbital-one {
    width: 87%;
    left: 6.5%;
    top: 3%;
  }
  .orbital-two {
    width: 60%;
    left: 20%;
    top: 17%;
  }
  .orbital-label {
    top: 40px;
    right: 6%;
    font-size: 5px;
  }
  .hero-timepiece figcaption {
    display: none;
  }
  .hero-bottom {
    left: 7%;
    right: 7%;
    height: 53px;
    font-size: 8px;
  }
  .local-time {
    display: none;
  }
  .hero-bottom > a {
    font-size: 20px;
  }
  .editorial-strip {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 35px 7%;
  }
  .editorial-number {
    font-size: 7px;
    padding: 0;
  }
  .editorial-strip h2 {
    font-size: 35px;
  }
  .editorial-strip p {
    max-width: 450px;
    font-size: 11px;
  }
  .collection-section {
    padding: 39px 6% 45px;
  }
  .collection-heading {
    flex-direction: column;
    align-items: start;
    gap: 17px;
    margin-bottom: 26px;
  }
  .collection-heading h2 {
    font-size: 44px;
  }
  .selection-count {
    font-size: 8px;
  }
  .collection-toolbar {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .watch-search {
    grid-column: 1/-1;
    border-bottom: 1px solid var(--line);
    padding-bottom: 8px;
  }
  .control {
    gap: 7px;
  }
  .control > span {
    font-size: 7px;
  }
  .control select {
    font-size: 9px;
  }
  .collection-filters {
    display: block;
    padding-top: 17px;
  }
  .collection-filters button {
    font-size: 9px;
    padding: 8px 10px;
  }
  .qc-toggle {
    margin-top: 17px;
    font-size: 9px;
  }
  .watch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 13px;
  }
  .watch-product-info {
    padding-top: 14px;
  }
  .watch-product-title {
    font-size: 22px;
    line-height: 1.15;
  }
  .watch-product-brand {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .watch-specs {
    font-size: 8px;
    gap: 5px 7px;
  }
  .watch-price-row {
    font-size: 11px;
  }
  .watch-price-row > span {
    font-size: 7px;
  }
  .watch-card-index {
    left: 10px;
    top: 10px;
    font-size: 7px;
  }
  .watch-qc-badge {
    font-size: 7px;
    bottom: 9px;
    left: 9px;
    padding: 5px 6px;
  }
  .watch-card-actions {
    font-size: 8px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .watch-card-actions button {
    font-size: 8px;
  }
  .collection-empty {
    padding: 42px 20px;
  }
  .collection-empty h3 {
    font-size: 63px;
  }
  .collection-empty p {
    font-size: 10px;
  }
  .coming-signature {
    gap: 13px;
  }
  .coming-signature > span:first-child {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .coming-signature strong {
    font-size: 20px;
  }
  .catalog-disclosure {
    justify-content: flex-start;
    margin-top: 18px;
  }
  .quick-guide {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    padding: 22px 6%;
  }
  .quick-guide > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 13px;
    font-size: 9px;
  }
  .quick-guide > div:nth-child(3) {
    grid-column: 1/-1;
  }
  .quick-guide > .button {
    grid-column: 1/-1;
    width: 100%;
  }
  .details-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 49px 1% 50px;
  }
  .details-lead h2 {
    font-size: 65px;
  }
  .details-lead > p {
    max-width: 310px;
  }
  .details-list article {
    grid-template-columns: 17px 1fr 35px;
    gap: 16px;
  }
  .details-list h3 {
    font-size: 29px;
  }
  .details-list p {
    font-size: 10px;
  }
  .details-list svg {
    width: 29px;
  }
  .partner-section {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 38px 7%;
  }
  .partner-section > .button {
    grid-column: 1;
  }
  .partner-section h2 {
    font-size: 31px;
  }
  .partner-monogram {
    width: 68px;
    height: 68px;
    font-size: 42px;
  }
  .partner-monogram span {
    right: 8px;
    top: 10px;
  }
  .watch-footer {
    flex-wrap: wrap;
    padding: 30px 7%;
    gap: 26px;
  }
  .watch-footer .site-logo {
    flex: 1;
  }
  .watch-footer nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    font-size: 8px;
  }
  .gallery-dialog {
    padding: 20px;
  }
  .gallery-photos {
    grid-template-columns: 1fr;
  }
  .gallery-top h2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .hero-signature {
    max-width: none;
  }
  .hero-signature strong {
    font-size: 19px;
  }
  .hero-copy h1 {
    font-size: 70px;
  }
  .primary-nav a.active {
    font-size: 8px;
  }
  .site-logo {
    font-size: 17px;
  }
  .language-switch button {
    font-size: 8px;
    padding: 7px 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
