:root {
  --bg: #030605;
  --bg-soft: #080b0a;
  --panel: rgba(14, 16, 15, 0.78);
  --panel-solid: #101311;
  --line: rgba(236, 101, 102, 0.3);
  --line-soft: rgba(255, 255, 255, 0.12);
  --accent: #f06c75;
  --accent-bright: #ff8c95;
  --accent-dark: #b8444c;
  --cream: #f6ecd9;
  --text: #ded8ce;
  --muted: #a99f92;
  --shadow: rgba(0, 0, 0, 0.68);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --site-max: 1720px;
  --anchor-offset: clamp(92px, 8vw, 112px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 18%, rgba(240, 101, 105, 0.14), transparent 30rem),
    linear-gradient(90deg, rgba(6, 16, 17, 0.62), transparent 36rem),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 72%);
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.shell {
  width: min(100% - 6rem, calc(var(--site-max) - 6rem));
  margin-inline: auto;
}

main > section[id] {
  scroll-margin-top: var(--anchor-offset);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 68px;
  padding-block: 0.75rem;
  padding-inline: max(clamp(1.25rem, 3vw, 2.5rem), calc((100vw - var(--site-max)) / 2 + 2.5rem));
  background: rgba(2, 4, 4, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: clamp(190px, 18vw, 252px);
  height: auto;
}

.launch-badge {
  align-self: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--accent-bright);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
}

.prelaunch-word {
  white-space: nowrap;
}

.word-hyphen {
  display: inline-block;
  width: 0.34em;
  height: 0.07em;
  min-height: 1px;
  margin: 0 0.055em;
  border-radius: 999px;
  background: currentColor;
  vertical-align: 0.2em;
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(3, 6.75rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  column-gap: clamp(1.1rem, 2vw, 2rem);
  color: var(--cream);
  font-size: 0.98rem;
  font-weight: 500;
}

.site-nav a {
  text-align: center;
  white-space: nowrap;
}

.site-nav a,
.site-footer a,
.header-cta,
.button {
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--accent-bright);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-height: 42px;
  border-radius: 6px;
  padding: 0.72rem 1.55rem;
  background: linear-gradient(180deg, #ff7880 0%, #e75862 100%);
  color: #160706;
  font-weight: 800;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), 0 16px 34px rgba(0, 0, 0, 0.36);
}

.header-cta:hover,
.button-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ff878e 0%, #f0616b 100%);
}

.hero {
  --hero-media-height: 650px;
  --hero-feature-space: 13.35rem;
  position: relative;
  min-height: calc(var(--hero-media-height) + var(--hero-feature-space));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - var(--site-max)) / 2));
  width: min(62vw, 880px);
  height: var(--hero-media-height);
  background-image: url("assets/hero-picture.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  filter: saturate(1.04) contrast(1.03) brightness(1.04);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 86%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 86%, rgba(0, 0, 0, 0) 100%);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 5, 1) 0%, rgba(3, 6, 5, 0.68) 24%, rgba(3, 6, 5, 0.08) 54%),
    linear-gradient(270deg, rgba(3, 6, 5, 0.7) 0%, rgba(3, 6, 5, 0) 22%);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 18%, rgba(240, 101, 105, 0.1), transparent 24rem);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  min-height: calc(var(--hero-media-height) + var(--hero-feature-space));
  padding-top: 2.45rem;
  padding-bottom: 1.4rem;
}

.hero-copy {
  max-width: 800px;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.95rem;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span,
.privacy-line span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--accent);
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
.concept-copy h2,
.waitlist-content h2,
.faq h2,
.feature-card h2 {
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 1.2rem;
  font-size: clamp(3.05rem, 4.55vw, 4.25rem);
  line-height: 0.95;
  text-wrap: balance;
}

.lead {
  max-width: 570px;
  margin-bottom: 1.1rem;
  color: #f1eee7;
  font-size: clamp(1.03rem, 1.5vw, 1.28rem);
  font-weight: 400;
  line-height: 1.55;
}

.body-copy {
  max-width: 520px;
  margin-bottom: 1.3rem;
  color: var(--text);
  font-size: 1.01rem;
  font-weight: 400;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  margin-bottom: 1.1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 54px;
  border-radius: 6px;
  padding: 0.9rem 1.55rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 800;
  white-space: nowrap;
}

.button svg {
  width: 1.05rem;
  height: 1.05rem;
  stroke-width: 2.3;
}

.button-primary {
  background: linear-gradient(180deg, #ff7880 0%, #e75862 100%);
  color: #160706;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.45), 0 18px 40px rgba(0, 0, 0, 0.35);
}

.button-secondary {
  border-color: rgba(240, 108, 117, 0.58);
  background: rgba(6, 8, 8, 0.52);
  color: var(--accent-bright);
}

.button-secondary:hover {
  border-color: var(--accent-bright);
  background: rgba(240, 101, 105, 0.09);
  transform: translateY(-1px);
}

.privacy-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.privacy-line svg {
  width: 1.08rem;
  height: 1.08rem;
  color: var(--accent);
}

.feature-grid {
  position: absolute;
  top: var(--hero-media-height);
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 0;
}

.feature-card {
  min-height: 184px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1.1rem;
  align-items: start;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 1.25rem 1.35rem 1.2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 52%),
    rgba(13, 16, 15, 0.76);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.feature-card > svg,
.feature-card > .feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  color: var(--accent);
  stroke-width: 1.7;
  filter: drop-shadow(0 0 10px rgba(240, 108, 117, 0.24));
}

.feature-icon {
  display: block;
  object-fit: contain;
}

.feature-card > .feature-icon-filtrer {
  width: 4.75rem;
  height: 4.75rem;
  margin: -0.93rem 0 0 -0.8rem;
  filter:
    drop-shadow(0 0 9px rgba(225, 76, 90, 0.28))
    drop-shadow(0 0 2px rgba(255, 190, 190, 0.18));
}

.feature-card h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.55rem, 2vw, 1.88rem);
  line-height: 1.05;
}

.accent-rule {
  display: block;
  width: 40px;
  height: 2px;
  margin-bottom: 1.05rem;
  background: linear-gradient(90deg, var(--accent), rgba(240, 108, 117, 0));
}

.feature-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.93rem;
  line-height: 1.58;
}

.concept {
  position: relative;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background-color: var(--bg-soft);
  background-image:
    linear-gradient(90deg, rgba(3, 6, 5, 0.2) 0%, rgba(3, 6, 5, 0.66) 48%, rgba(3, 6, 5, 0.98) 78%),
    linear-gradient(180deg, rgba(3, 6, 5, 0.08), rgba(3, 6, 5, 0.72)),
    url("assets/concept-perfume-banner-fit.png");
  background-position:
    center,
    center,
    left center;
  background-repeat: no-repeat;
  background-size:
    cover,
    cover,
    100% 100%;
  overflow: hidden;
}

.concept-fumes {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
  filter: saturate(1.1);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.92) 54%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.58) 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.92) 54%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.58) 100%);
}

.concept-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 3rem, 760px);
  margin-left: auto;
  margin-right: max(1.5rem, calc((100vw - var(--site-max)) / 2));
  padding: clamp(1.6rem, 2.6vw, 2.15rem) clamp(1.7rem, 6vw, 7rem);
}

.concept-copy h2,
.faq h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(2.05rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.concept-copy h2 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.74);
}

.concept-copy p {
  max-width: 610px;
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.62;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.waitlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 314px;
  margin-top: 1.05rem;
  border: 1px solid rgba(236, 101, 102, 0.34);
  border-radius: 8px;
  padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.2rem, 4vw, 4rem);
  background: #0b0c0b url("assets/prelaunch-silhouette.png") right center / auto 100% no-repeat;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.34),
    0 26px 60px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.waitlist-content {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  text-align: center;
}

.waitlist-content h2 {
  margin-bottom: 0.05rem;
  color: #f5efe8;
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.waitlist-subtitle {
  margin-bottom: 1.15rem;
  color: #f06c75;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin-bottom: 1.25rem;
}

.countdown-item {
  position: relative;
  display: grid;
  gap: 0.05rem;
  min-height: 66px;
  place-items: center;
}

.countdown-item + .countdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1px;
  height: 56px;
  background: rgba(246, 236, 217, 0.34);
}

.countdown-value {
  color: #f06c75;
  min-width: 2ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.65rem, 4.25vw, 3.55rem);
  font-weight: 700;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings:
    "lnum" 1,
    "tnum" 1;
  line-height: 0.86;
  text-shadow: 0 0 18px rgba(240, 108, 117, 0.18);
}

.countdown-label {
  color: #eee8df;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem 0.7rem;
}

.waitlist-form input {
  min-height: 47px;
  width: 100%;
  border: 1px solid rgba(236, 101, 102, 0.42);
  border-radius: 6px;
  padding: 0.82rem 1rem;
  background: rgba(5, 6, 6, 0.74);
  color: var(--cream);
  outline: none;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.32);
}

.waitlist-form input::placeholder {
  color: #c9b8ad;
}

.waitlist-form input:focus {
  border-color: rgba(246, 116, 121, 0.86);
  box-shadow:
    inset 0 0 18px rgba(0, 0, 0, 0.32),
    0 0 0 3px rgba(236, 101, 102, 0.16);
}

.waitlist-form .waitlist-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.waitlist-form .waitlist-honeypot input {
  min-height: 0;
  padding: 0;
  border: 0;
}

.waitlist-form .button {
  min-height: 47px;
  padding: 0.76rem 1.45rem;
  background: linear-gradient(180deg, #ff7880 0%, #e75862 100%);
  color: #160706;
  font-size: 0.95rem;
  letter-spacing: 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.38), 0 14px 30px rgba(0, 0, 0, 0.32);
}

.waitlist-form .button:hover {
  background: linear-gradient(180deg, #ff878e 0%, #f0616b 100%);
}

.waitlist-form .button:disabled {
  cursor: default;
  opacity: 0.82;
  transform: none;
}

.waitlist-form p {
  grid-column: 1 / -1;
  margin: 0;
  color: #bca99e;
  font-size: 0.9rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.waitlist-form .waitlist-status:empty {
  display: none;
}

.waitlist-form .waitlist-status[data-state="success"] {
  color: #ffb5bb;
}

.waitlist-form .waitlist-status[data-state="error"] {
  color: #ffd0a6;
}

.faq {
  padding-top: 1.15rem;
  padding-bottom: 2rem;
}

.faq h2 {
  margin-bottom: 0.1rem;
  text-align: center;
}

.faq-intro {
  max-width: 560px;
  margin: 0 auto 0.75rem;
  color: var(--muted);
  font-size: 0.98rem;
  text-align: center;
}

.accent-rule.centered {
  margin-inline: auto;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
  width: min(100%, 820px);
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 54%),
    rgba(14, 17, 16, 0.84);
  overflow: hidden;
}

.faq-list summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 0.85rem;
  min-height: 58px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.question-mark {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.faq-question {
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 600;
}

.faq-answer {
  margin: -0.25rem 1rem 1rem 3.95rem;
  color: var(--text);
  font-size: 0.93rem;
  line-height: 1.62;
}

.faq-list summary svg {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--cream);
  transition: transform 180ms ease;
}

.faq-list details:not([open]) summary svg {
  transform: rotate(-90deg);
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  padding: 0.82rem clamp(1.25rem, 4vw, 3.3rem) 0.9rem;
  border-top: 1px solid var(--line);
  background: #050807;
  color: var(--cream);
  text-align: center;
}

.footer-kicker {
  margin: 0;
  color: #d9d1c9;
  font-family: var(--serif);
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  line-height: 1;
}

.footer-wordmark {
  display: inline-flex;
  align-items: center;
  color: #f2eee7;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.1rem);
  font-weight: 500;
  line-height: 0.95;
  text-shadow: 0 0 18px rgba(242, 238, 231, 0.12);
}

.footer-wordmark:hover {
  color: #f2eee7;
}

.footer-wordmark-accent {
  color: #f06c75;
}

.footer-heart {
  display: block;
  width: 0.72em;
  height: auto;
  margin-left: 0.24rem;
  transform: translateY(0.02em);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .shell {
    width: min(100% - 2rem, 760px);
  }

  .site-header {
    gap: 0.75rem;
  }

  .launch-badge,
  .site-nav {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0.65rem 0.9rem;
    font-size: 0.82rem;
  }

  .hero {
    --hero-media-height: 580px;
    min-height: auto;
  }

  .hero-media {
    width: 100%;
    height: var(--hero-media-height);
    opacity: 0.58;
    background-position: right top;
  }

  .hero-media::after {
    background: linear-gradient(90deg, rgba(3, 6, 5, 0.95), rgba(3, 6, 5, 0.38) 60%, rgba(3, 6, 5, 0.1));
  }

  .hero-shell {
    min-height: 0;
    padding-top: 2.4rem;
    padding-bottom: 2rem;
  }

  .feature-grid {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .concept {
    background-image:
      linear-gradient(90deg, rgba(3, 6, 5, 0.76), rgba(3, 6, 5, 0.9)),
      linear-gradient(180deg, rgba(3, 6, 5, 0.14), rgba(3, 6, 5, 0.78)),
      url("assets/concept-perfume-banner-fit.png");
    background-position:
      center,
      center,
      28% center;
    background-size:
      cover,
      cover,
      auto 100%;
  }

  .concept-fumes {
    opacity: 0.58;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.34));
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.34));
  }

  .concept-copy {
    width: min(100% - 2rem, 640px);
    margin-inline: auto;
    padding: 1.65rem 0;
  }

  .faq-list summary {
    grid-template-columns: 34px minmax(0, 1fr) 20px;
  }
}

@media (max-width: 1120px) {
  .site-nav {
    grid-template-columns: repeat(3, 5.6rem);
    column-gap: 0.65rem;
  }
}

@media (max-width: 640px) {
  :root {
    --anchor-offset: 0px;
  }

  .site-header {
    position: relative;
    padding: 1rem;
  }

  .brand-logo {
    width: clamp(152px, 46vw, 214px);
  }

  .header-cta {
    max-width: 132px;
    padding: 0.58rem 0.72rem;
    white-space: normal;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .hero-shell {
    padding-top: 2rem;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
  }

  .lead,
  .body-copy {
    font-size: 0.98rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    white-space: normal;
    text-align: center;
  }

  .feature-card {
    grid-template-columns: 44px 1fr;
    padding: 1.35rem 1.1rem;
  }

  .feature-card > svg,
  .feature-card > .feature-icon {
    width: 2.3rem;
    height: 2.3rem;
  }

  .feature-card > .feature-icon-filtrer {
    width: 3.9rem;
    height: 3.9rem;
    margin: -0.74rem 0 0 -0.64rem;
  }

  .waitlist {
    min-height: auto;
    padding: 1.55rem 1rem;
    background-color: #0b0c0b;
    background-position: calc(100% + 4.5rem) bottom;
    background-size: auto 88%;
  }

  .waitlist-content h2 {
    font-size: clamp(1.6rem, 8vw, 2.05rem);
  }

  .waitlist-subtitle {
    margin-bottom: 1rem;
    font-size: clamp(1.15rem, 6vw, 1.45rem);
  }

  .countdown {
    margin-bottom: 1rem;
  }

  .countdown-item {
    min-height: 54px;
  }

  .countdown-item + .countdown-item::before {
    height: 46px;
  }

  .countdown-value {
    font-size: clamp(2rem, 11vw, 2.65rem);
  }

  .countdown-label {
    font-size: 0.62rem;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .waitlist-form p {
    padding-left: 0;
  }

  .faq {
    padding-top: 1.5rem;
  }

  .faq-list summary {
    align-items: start;
    padding: 0.9rem;
  }

  .faq-answer {
    margin: -0.15rem 0.9rem 0.95rem 3.65rem;
    font-size: 0.88rem;
  }

}

@media (max-width: 420px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-cta {
    justify-self: start;
    max-width: none;
  }
}
