@font-face {
  font-family: "Bodoni Moda";
  src: url("/fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Questrial";
  src: url("/fonts/Questrial-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --look5-black: #000000;
  --look5-red: #7A1512;
  --look5-grey: #666157;
  --look5-ivory: #F7F4ED;
  --look5-taupe: #E9E4DA;
  --look5-white: #FFFFFF;
  --page: var(--look5-ivory);
  --surface: var(--look5-white);
  --text: var(--look5-black);
  --muted: var(--look5-grey);
  --brand: var(--look5-red);
  --border: var(--look5-taupe);
  --strong: var(--look5-black);
  --focus: var(--look5-red);
  font-family: "Questrial", sans-serif;
  background: var(--page);
  color: var(--text);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--page);
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--brand);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 24px;
  white-space: nowrap;
}

.wordmark {
  display: block;
  flex: 0 0 auto;
  height: 28.622px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 92px;
}

.wordmark-image {
  height: 259.525%;
  left: -23.892%;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: -52.179%;
  width: 149.136%;
}

.look-number {
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-variation-settings: "opsz" 24, "wght" 600;
  font-weight: 600;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
}

.rich-look-copy {
  display: inline;
}

.look-number--brand {
  color: var(--brand);
}

.look-number__numeral {
  display: inline-block;
  font-size: 75%;
  line-height: 1;
  transform: translateY(0.16em);
}

.look-number--small {
  font-size: 12px;
}

.look-number--medium {
  font-size: 16px;
}

.look-number--large {
  font-size: 22px;
}

.look-number--display {
  font-size: 36px;
}

.access-status,
.label,
.copyright {
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 16px;
}

.access-status {
  color: var(--muted);
  text-align: right;
}

.first-fold {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 24px 40px;
}

.hero,
.waitlist-card,
.information,
.explanation,
.faq,
.faq-disclosure,
.legal-article,
.status-card {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

h1,
h2,
.standfirst {
  font-family: "Bodoni Moda", serif;
  font-variation-settings: "opsz" 24, "wght" 700;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 48px;
  letter-spacing: -0.5px;
  line-height: 50px;
}

h2,
.standfirst {
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 36px;
}

p {
  margin: 0;
}

.body-copy {
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.small-copy {
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}

.waitlist-card,
.status-card {
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 52px 24px;
  width: 100%;
}

.form-intro {
  margin-bottom: 0;
}

.form-helper {
  width: 100%;
}

.form-helper .form-intro {
  min-width: 0;
}

.rich-inline-sentence {
  display: inline;
}

.inline-icon {
  display: inline-block;
  height: 18px;
  position: relative;
  vertical-align: -0.28em;
  width: 18px;
}

.inline-icon img {
  display: block;
  pointer-events: none;
  position: absolute;
}

.inline-icon--heart img {
  height: 13.9142px;
  left: 1.4px;
  top: 2.2px;
  width: 15.2012px;
}

.rating-range {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  height: 18px;
  vertical-align: -0.24em;
  white-space: nowrap;
}

.rating-range img {
  display: block;
  flex: 0 0 auto;
  pointer-events: none;
}

.rating-range__half {
  height: 18px;
  width: 15.66px;
}

.rating-range__to {
  color: var(--muted);
  font-size: 14px;
  line-height: 18px;
}

.rating-range__star {
  height: 13.24px;
  width: 13.92px;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.email-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.label {
  color: var(--text);
}

.email-input {
  appearance: none;
  background: var(--surface);
  border: 1px solid var(--strong);
  border-radius: 0;
  color: var(--text);
  height: 52px;
  min-width: 0;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.email-input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.consent-row {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 64px;
  width: 100%;
}

.consent-target {
  align-items: center;
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.consent-target input {
  appearance: none;
  background: var(--surface);
  border: 2px solid var(--strong);
  border-radius: 0;
  height: 20px;
  margin: 0;
  width: 20px;
}

.consent-target input:checked {
  background:
    linear-gradient(
      135deg,
      transparent 0 42%,
      var(--surface) 42% 52%,
      transparent 52%
    ),
    linear-gradient(
      45deg,
      transparent 0 54%,
      var(--surface) 54% 64%,
      transparent 64%
    ),
    var(--brand);
  border-color: var(--brand);
}

.consent-copy {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
  padding-top: 12px;
}

.turnstile-slot {
  min-height: 0;
  width: 100%;
}

.primary-action,
.secondary-action {
  align-items: center;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  text-align: center;
  width: 100%;
}

.primary-action {
  background: var(--brand);
  color: var(--surface);
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 20px;
}

.secondary-action {
  background: transparent;
  border: 1px solid var(--strong);
  color: var(--text);
  font-size: 15px;
  line-height: 20px;
}

.primary-action:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.status {
  border-left: 3px solid var(--brand);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0 12px 16px;
}

.status[hidden] {
  display: none;
}

.status-heading {
  font-family: "Bodoni Moda", serif;
  font-size: 24px;
  font-variation-settings: "opsz" 24, "wght" 700;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 28px;
  margin: 0;
}

.information {
  align-items: stretch;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 48px 24px;
}

.explanations {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.explanation,
.faq {
  display: flex;
  flex-direction: column;
}

.explanation {
  gap: 12px;
}

.faq {
  gap: 12px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-disclosure {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.faq-question {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--text);
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 44px;
  padding: 4px 8px;
  text-align: left;
  width: 100%;
}

.faq-question__label {
  color: var(--text);
  flex: 1 1 auto;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 22px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.faq-chevron {
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.faq-chevron img {
  display: block;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.faq-answer {
  opacity: 0;
  transition: opacity 120ms ease;
}

.faq-answer[data-visible="true"] {
  opacity: 1;
}

.faq-answer .body-copy {
  padding: 0 8px;
}

.site-footer {
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px 24px;
}

.legal-links {
  align-items: center;
  display: flex;
  gap: 22px;
  min-height: 44px;
  white-space: nowrap;
}

.legal-article,
.status-main {
  margin: 0 auto;
  max-width: 900px;
  padding: 76px 24px;
  width: 100%;
}

.legal-article {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.legal-article header,
.legal-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-article ul {
  margin: 0;
  padding-left: 24px;
}

.legal-article li + li {
  margin-top: 8px;
}

.legal-article h1 {
  font-size: 32px;
  line-height: 36px;
}

.legal-section h2 {
  font-size: 24px;
  letter-spacing: -0.2px;
  line-height: 28px;
}

.legal-updated {
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}

.status-main {
  min-height: calc(100vh - 156px);
}

.status-card {
  max-width: 620px;
}

.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.no-email-help {
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding-top: 16px;
}

.status-actions > * {
  flex: 1 1 220px;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

[hidden] {
  display: none !important;
}

@media (min-width: 1416px) {
  .site-header {
    height: 88px;
    padding: 0 40px;
  }

  .wordmark {
    height: 37.333px;
    width: 120px;
  }

  .first-fold {
    align-items: center;
    flex-direction: row;
    gap: 32px;
    height: 812px;
    padding: 32px;
  }

  .hero {
    flex: 0 0 620px;
    overflow: hidden;
    width: 620px;
  }

  h1 {
    font-size: 88px;
    letter-spacing: -1px;
    line-height: 88px;
  }

  .hero .body-copy,
  .hero .small-copy {
    width: 520px;
  }

  .waitlist-card {
    flex: 0 0 520px;
    padding: 52px;
    width: 520px;
  }

  .information {
    gap: 32px;
    padding: 32px;
  }

  .explanations {
    flex-direction: row;
    gap: 76px;
  }

  .explanation {
    flex: 0 0 400px;
    width: 400px;
  }

  .faq {
    width: 900px;
  }

  .site-footer {
    align-items: center;
    flex-direction: row;
    height: 84px;
    justify-content: space-between;
    padding: 12px 40px;
  }

  .site-footer .availability {
    width: 360px;
  }

  .legal-links {
    width: 300px;
  }

  .copyright {
    text-align: right;
    width: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .faq-answer {
    transition: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .primary-action,
  .consent-target input:checked {
    forced-color-adjust: none;
  }
}
