/* ABBO Eclipse, Series One. */

:root {
  --bg: #06080f;
  --bg-2: #0b0f1a;
  --ink: #f2f4f8;
  --steel: #b9bfcb;
  --dim: #6f7890;
  --line: #1a2030;
  --line-2: #2a3247;
  --blue: #1d3fb0;
  --blue-2: #5b85ff;
  --max: 1240px;
  --gutter: 20px;
  --font: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mark: "Syncopate", "Instrument Sans", system-ui, sans-serif;   /* the wordmark, nothing else */
  --label: "Instrument Sans", system-ui, sans-serif;                /* labels, numerals, buttons */
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
.mark { font-family: var(--mark); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.micro {
  font-family: var(--label);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dim);
}

/* header */
.top {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
/* Syncopate is a wide face and carries its own spacing. The old -0.06em was Michroma's tight setting. */
.wordmark {
  font-family: var(--mark);
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.wordmark.small { font-size: 12px; }
.top-mid, .top-cta {
  font-family: var(--label);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dim);
}
.top-cta { color: var(--ink); border-bottom: 1px solid var(--line-2); padding-bottom: 2px; }
.top-cta:hover { border-color: var(--ink); }
@media (max-width: 640px) { .top-mid { display: none; } }

/* hero */
.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px var(--gutter) 40px;
  overflow: hidden;
}
.hero-word {
  font-family: var(--label);
  font-weight: 400;
  font-size: clamp(40px, 15.5vw, 236px);
  line-height: 0.86;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 0;
  width: 100%;
  color: var(--ink);
  user-select: none;
}
.hero-watch {
  position: relative;
  z-index: 1;
  display: block;
  width: min(66vw, 620px);
  height: auto;
  margin-top: clamp(-96px, -6.5vw, -22px);
  filter: drop-shadow(0 30px 70px rgba(29, 63, 176, 0.22));
}
/* the wordmark printed on the dial */
.dial-mark { font-family: var(--mark); }
.hero-line {
  max-width: 44ch;
  text-align: center;
  color: var(--steel);
  font-size: 17px;
  margin: 28px 0 34px;
}

/* stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: var(--max);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats li { padding: 18px 20px; border-left: 1px solid var(--line); }
.stats li:first-child { border-left: 0; }
.stats b {
  display: block;
  font-family: var(--label);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 40px);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.stats span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--dim);
}
@media (max-width: 720px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats li:nth-child(odd) { border-left: 0; }
  .stats li:nth-child(n + 3) { border-top: 1px solid var(--line); }
}

/* sections */
.sec {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px var(--gutter);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 36px;
}
@media (min-width: 960px) {
  .sec { padding: 112px var(--gutter); grid-template-columns: 300px minmax(0, 1fr); column-gap: 72px; }
  .sec-head { position: sticky; top: 32px; align-self: start; }
}
.sec-head .no {
  display: block;
  font-family: var(--label);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--dim);
  margin-bottom: 18px;
}
.sec-head h2 {
  font-family: var(--label);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 16px;
}
.sec-head p { color: var(--steel); max-width: 36ch; }

.draw { margin: 0; width: 100%; }
.draw svg { width: 100%; height: auto; display: block; font-family: var(--font); }
.draw figcaption {
  margin-top: 14px;
  font-family: var(--label);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dim);
}
.draw + .draw { margin-top: 64px; }

/* 02 your minute */
.sec.pick { grid-template-columns: 1fr; gap: 40px; }
.sec.pick .sec-head { position: static; display: grid; gap: 6px 40px; align-items: end; }
@media (min-width: 960px) {
  .sec.pick .sec-head { grid-template-columns: auto 1fr; }
  .sec.pick .sec-head .no { grid-column: 1 / -1; margin-bottom: 8px; }
  .sec.pick .sec-head h2 { margin: 0; }
  .sec.pick .sec-head p { max-width: 52ch; }
}
.pick-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .pick-grid { grid-template-columns: 1.05fr 1fr; gap: 64px; } }

.dial {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  isolation: isolate;
}
.dial img { position: absolute; inset: 0; width: 100%; height: 100%; }
/* The flare layer is solved for the screen blend (see render/render_web_assets.py). Chromium drops plus-lighter on rotated layers. */
.dial-flare {
  mix-blend-mode: screen;
  will-change: transform;
  transition: transform 0.38s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) { .dial-flare { transition: none; } }

.readout { margin: 0 0 24px; }
.readout-no {
  display: block;
  font-family: var(--label);
  font-size: clamp(48px, 7.5vw, 104px);
  letter-spacing: -0.05em;
  line-height: 1;
}
.readout-sub {
  display: block;
  margin-top: 10px;
  font-family: var(--label);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dim);
  min-height: 1.4em;
}

.picker {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 5px;
  max-width: 480px;
  margin: 0 0 28px;
}
.cell {
  appearance: none;
  background: transparent;
  color: var(--steel);
  border: 1px solid var(--line-2);
  border-radius: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: border-color 0.1s, background-color 0.1s, color 0.1s;
}
.cell:hover, .cell:focus-visible { border-color: var(--ink); color: var(--ink); outline: none; }
.cell:focus-visible { box-shadow: 0 0 0 2px var(--bg), 0 0 0 3px var(--blue-2); }
.cell[aria-pressed="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.cell.is-taken, .cell.is-reserved, .cell.is-held {
  color: rgba(242, 244, 248, 0.22);
  border-color: var(--line);
  cursor: not-allowed;
  background-image: linear-gradient(135deg, transparent 46%, rgba(242, 244, 248, 0.2) 47%, rgba(242, 244, 248, 0.2) 53%, transparent 54%);
}
.cell.is-taken[aria-pressed="true"], .cell.is-reserved[aria-pressed="true"], .cell.is-held[aria-pressed="true"] {
  background-color: rgba(242, 244, 248, 0.08);
  color: var(--dim);
  border-color: var(--line-2);
}

.btn {
  appearance: none;
  font-family: var(--label);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--ink);
  color: var(--bg);
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 15px 22px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.12s, opacity 0.12s;
}
.btn:hover { background: #dfe6ff; }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--blue-2); }
.btn[disabled] { opacity: 0.4; cursor: not-allowed; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: rgba(242, 244, 248, 0.08); }

.reserve { margin-bottom: 28px; }
.reserve .price { color: var(--steel); font-size: 15px; margin-bottom: 16px; }
.reserve .price b { font-family: var(--label); font-weight: 400; font-size: 20px; color: var(--ink); margin-right: 14px; }

.waitlist { border-top: 1px solid var(--line); padding-top: 22px; }
.waitlist-lead {
  font-family: var(--label);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dim);
  margin-bottom: 12px;
}
.row { display: flex; gap: 14px; max-width: 480px; align-items: stretch; }
.row input {
  flex: 1;
  min-width: 0;
  background: transparent;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--line-2);
  border-radius: 0;
  padding: 12px 0;
  font-size: 17px;
}
.row input::placeholder { color: var(--dim); }
.row input:focus { outline: none; border-bottom-color: var(--ink); }
.form-msg { font-size: 13px; color: var(--dim); margin-top: 12px; min-height: 1.4em; }
.form-msg.ok { color: var(--ink); }
.form-msg.err { color: #ff8d8d; }

/* 03 case */
.big-stats { grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.big-stats li { padding: 30px 22px 28px; border-left: 1px solid var(--line); }
.big-stats li:nth-child(3n + 1) { border-left: 0; }
.big-stats li:nth-child(n + 4) { border-top: 1px solid var(--line); }
.big-stats b { font-size: clamp(38px, 5.6vw, 80px); letter-spacing: -0.05em; }
.big-stats span { margin-top: 10px; }
@media (max-width: 720px) {
  .big-stats { grid-template-columns: repeat(2, 1fr); }
  .big-stats li { padding: 22px 16px 20px; border-left: 1px solid var(--line); }
  .big-stats li:nth-child(3n + 1) { border-left: 1px solid var(--line); }
  .big-stats li:nth-child(odd) { border-left: 0; }
  .big-stats li:nth-child(n + 4) { border-top: 0; }
  .big-stats li:nth-child(n + 3) { border-top: 1px solid var(--line); }
}

/* 04 back */
.back-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .back-grid { grid-template-columns: 1fr 1.1fr; gap: 56px; } }
.back-img { width: 100%; max-width: 480px; margin: 0 auto; }

/* 05 sixty */
.band { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
@media (max-width: 720px) { .band { grid-template-columns: repeat(6, 1fr); } }
.mini-dial { position: relative; aspect-ratio: 1 / 1; isolation: isolate; }
.mini-dial img { position: absolute; inset: 0; width: 100%; height: 100%; }
.mini-dial .f { mix-blend-mode: screen; }
.mini-no {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-family: var(--label);
  font-size: 9px;
  color: var(--dim);
  letter-spacing: 0.05em;
}

/* footer */
.foot {
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px var(--gutter) 64px;
  border-top: 1px solid var(--line);
}
.terms p { font-size: 13px; color: var(--dim); max-width: 74ch; margin-bottom: 8px; }
.foot-row {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
  font-family: var(--label);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dim);
}
.foot-row a:hover { color: var(--ink); }

/* thanks page */
.thanks { max-width: var(--max); margin: 0 auto; padding: 24px var(--gutter) 80px; display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .thanks { grid-template-columns: 1fr 1fr; gap: 64px; } }
.thanks-media { display: grid; gap: 20px; max-width: 560px; width: 100%; margin: 0 auto; }
.caseback { position: relative; }
.cb-disc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24.6%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2f333d;
  box-shadow: inset 0 0 0 1.5px #e3e6ee, inset 0 0 0 4px #7a7f8b, inset 0 3px 8px rgba(0, 0, 0, 0.35);
  display: grid;
  place-content: center;
  text-align: center;
  color: #dfe3ee;
  font-family: var(--mark);   /* the caseback engraving is the wordmark */
  text-transform: uppercase;
  line-height: 1.5;
}
/* sized in container units so the engraving stays inside the disc at any width.
   Syncopate is much wider than the Michroma these were first set for. */
.cb-disc { container-type: inline-size; line-height: 1.6; }
.cb-disc .l1 { font-size: 15cqw; letter-spacing: 0.02em; }
.cb-disc .l2 { font-size: 7cqw; letter-spacing: 0.06em; color: #b8bdca; margin-top: 0.5em; }
.cb-disc .l3 { font-size: 11cqw; letter-spacing: 0.04em; margin-top: 0.5em; }
.eyebrow {
  font-family: var(--label);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 18px;
}
.thanks-text h1 {
  font-family: var(--label);
  font-weight: 400;
  font-size: clamp(30px, 4.6vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 20px;
}
.thanks-text .lead { color: var(--ink); font-size: 18px; margin-bottom: 14px; }
.thanks-text .muted { color: var(--dim); font-size: 14px; margin-bottom: 28px; }
