@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/manrope-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/manrope-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  color-scheme: light;
  --page: #fafaf8;
  --ink: #11152f;
  --muted: #565d78;
  --accent: #3300ff;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: Manrope, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.page { width: min(100% - 128px, 1280px); min-height: 100svh; margin-inline: auto; display: flex; flex-direction: column; }
.header { padding-top: 60px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; font-size: 30px; font-weight: 800; letter-spacing: -1.3px; }
.brand-mark { display: block; flex: 0 0 30px; width: 30px; height: 34px; overflow: hidden; }
.brand-mark img { display: block; max-width: none; }
.brand:focus-visible { outline: 2px solid var(--accent); outline-offset: 8px; border-radius: 2px; }
.availability { color: var(--muted); font-size: 14px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; flex: 1; padding-block: 64px 80px; }
.hero-copy { position: relative; z-index: 1; }
h1 { margin: 0 0 32px; font-size: clamp(52px, 5.7vw, 84px); line-height: 1.09; letter-spacing: -.065em; font-weight: 800; }
h1 span { color: var(--accent); white-space: nowrap; }
.lead, .description { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 510px; margin: 0; }
.description { margin-top: 4px; }
.coming-soon { margin: 42px 0 0; font-size: 16px; line-height: 1.6; }
.coming-soon::before { content: ''; display: block; width: 56px; height: 3px; background: var(--accent); margin-bottom: 22px; }
.hero-art { margin: -15% -7% -15% -2%; }
.hero-art img { display: block; width: 100%; height: auto; mask-image: radial-gradient(ellipse closest-side, #000 94%, transparent 100%); }
.footer { border-top: 1px solid #d8d9e0; padding-block: 23px 34px; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: var(--muted); line-height: 1.7; }
.footer p { margin: 0; }
.footer strong { font-weight: 700; color: var(--ink); }
.footer-dot { padding-inline: 5px; }
@media (min-width: 1600px) { .page { min-height: min(100svh, 1100px); } }
@media (max-width: 1000px) {
  .page { width: calc(100% - 80px); }
  .header { padding-top: 36px; }
  .brand { font-size: 27px; }
  .hero { padding-block: 72px; }
  h1 { font-size: clamp(44px, 6vw, 62px); margin-bottom: 24px; }
  .lead, .description { font-size: 16px; }
  .hero-art { margin-right: -6%; }
}
@media (max-width: 680px) {
  .page { width: calc(100% - 48px); }
  .header { padding-top: 28px; gap: 14px; }
  .brand { gap: 10px; font-size: 24px; letter-spacing: -1px; }
  .availability { font-size: 11px; }
  .hero { grid-template-columns: 1fr; padding-block: 62px 24px; }
  h1 { font-size: clamp(38px, 10.8vw, 66px); letter-spacing: -.065em; }
  .lead, .description { font-size: 15px; line-height: 1.75; max-width: 420px; }
  .coming-soon { margin-top: 29px; font-size: 14px; }
  .coming-soon::before { margin-bottom: 16px; width: 45px; }
  .hero-art { width: min(100%, 420px); margin: 16px auto 0; }
  .footer { padding-block: 20px 28px; align-items: flex-start; font-size: 10px; gap: 12px; }
  .footer p:first-child { display: flex; flex-direction: column; }
  .footer-dot { display: none; }
  .footer p:last-child { text-align: right; max-width: 90px; }
}
