:root {
  color-scheme: light;
  --ink: #12101b;
  --muted: #696571;
  --canvas: #f7f7fa;
  --green: #00efc8;
  --green-dark: #0a5a4c;
  --purple: #6c3bf5;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--green-dark);
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
img,
svg {
  display: block;
}
p,
h1 {
  margin: 0;
}
.site-shell {
  width: min(1240px, calc(100% - 104px));
  min-height: 100svh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
}
.brand {
  display: block;
  border-radius: 4px;
}
.brand img {
  width: auto;
  height: 35px;
}
.header-end {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Language links, in the header's own small-caps register so the page design is unchanged. */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-switch a {
  padding: 6px 9px;
  border-radius: 999px;
  color: #6b6576;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
/* The current language is marked for assistive technology by aria-current and shown to everyone
   else by this rule, so neither audience depends on the other's cue. */
.lang-switch a[aria-current="true"] {
  background: #ece7fb;
  color: #3d2b74;
}
@media (hover: hover) {
  .lang-switch a:not([aria-current="true"]):hover {
    background: #ffffffb3;
    color: var(--ink);
  }
}
.header-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #5f5a69;
  font-size: 12px;
  font-weight: 550;
}
.header-note > span {
  width: 6px;
  height: 6px;
  background: var(--purple);
  border-radius: 50%;
}
.hero {
  flex: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  column-gap: 28px;
  padding: 54px 0 80px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 12px;
  border: 1px solid #d2e9e3;
  border-radius: 999px;
  background: #e9f7f3;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.025em;
}
.eyebrow > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00a68b;
  box-shadow: 0 0 0 3px #00bfa012;
}
h1 {
  font-size: clamp(54px, 5.7vw, 80px);
  font-weight: 750;
  line-height: 1.015;
  letter-spacing: -0.067em;
}
h1 > span {
  color: var(--purple);
}
.intro {
  margin-top: 27px;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: -0.018em;
  color: #484252;
}
.coming-soon {
  margin-top: 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.button-primary {
  background: var(--purple);
  color: white;
  box-shadow:
    0 5px 14px #6c3bf527,
    inset 0 1px 0 #ffffff25;
}
.button-secondary {
  background: #ffffffb3;
  border-color: #dad6e3;
  color: #30293f;
}
@media (hover: hover) {
  .button:hover {
    transform: translateY(-2px);
  }
  .button-primary:hover {
    background: #5c2bdf;
    box-shadow: 0 7px 19px #6c3bf536;
  }
  .button-secondary:hover {
    background: white;
    box-shadow: 0 5px 15px #20152e08;
  }
  .dialog-close:hover {
    background: #e7dff4;
  }
}
.action-note {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.6;
  color: #7b7585;
}
.noscript-note {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #e3dcf1;
  border-radius: 10px;
  background: #ffffffb3;
  color: #4b4356;
  font-size: 12px;
  line-height: 1.6;
}
.noscript-note a {
  color: var(--purple);
}

.hero-art {
  position: relative;
  min-width: 0;
  height: 550px;
  isolation: isolate;
}
.orb {
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.orb-violet {
  width: 410px;
  height: 410px;
  top: 90px;
  right: -5px;
  background: radial-gradient(circle at 30% 25%, #ae8cff, #7a46ef 52%, #5421c3);
  box-shadow:
    inset -16px -20px 44px #2e047d25,
    0 32px 70px #6436c817;
}
.orb-mint {
  width: 246px;
  height: 246px;
  top: 10px;
  left: -5px;
  background: radial-gradient(circle at 36% 28%, #cefff2, #69f8d6 60%, #10d7b2);
  box-shadow: inset -8px -9px 30px #00a98a15;
}
.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid #8b60d529;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  width: 492px;
  height: 492px;
  top: 21px;
  left: 10px;
}
.orbit-two {
  width: 450px;
  height: 450px;
  top: 75px;
  left: -11px;
  transform: rotate(-26deg) scaleX(0.9);
}
.art-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 5px #6c3bf509;
}
.dot-one {
  top: 99px;
  right: 21px;
}
.dot-two {
  bottom: 75px;
  left: 19px;
  width: 6px;
  height: 6px;
  background: #00aa8a;
  box-shadow: none;
}
.day-card {
  position: absolute;
  width: 320px;
  top: 84px;
  left: 50%;
  transform: translateX(-44%) rotate(-5deg);
  padding: 26px 28px 19px;
  border: 1px solid #ffffffc7;
  border-radius: 25px;
  background: linear-gradient(140deg, #fffffff2, #ffffffd4);
  box-shadow:
    0 24px 60px #311a6b24,
    0 3px 8px #3c247515,
    inset 0 1px 1px white;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.day-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.card-eyebrow {
  color: #7e718f;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
}
.card-spark {
  color: var(--purple);
  font-size: 24px;
  line-height: 1;
}
.card-heading {
  margin-top: 14px;
  font-size: 35px;
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.day-card-divider {
  height: 1px;
  margin: 22px 0 12px;
  background: #38245212;
}
.day-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 570;
}
.row-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  background: #f0ebf8;
  color: #79678d;
  border-radius: 9px;
}
.row-icon svg {
  width: 19px;
  height: 19px;
}
.row-check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  border-radius: 50%;
  background: #dcf7ed;
  color: #16806a;
  font-size: 11px;
}
.card-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #38245212;
  color: #7e718f;
  font-size: 10px;
}
.card-footer span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00ad87;
}
.floating-label {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #ffffffd9;
  border-radius: 13px;
  background: #fffffff0;
  box-shadow:
    0 8px 25px #32176412,
    inset 0 1px 0 white;
  font-size: 12px;
  font-weight: 650;
}
.label-bookings {
  top: 32px;
  right: -3px;
  padding: 11px 15px 11px 10px;
  transform: rotate(6deg);
}
.label-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 9px;
}
.label-icon svg {
  width: 20px;
  height: 20px;
}
.mint-icon {
  background: #dcf9ef;
  color: #128c70;
}
.label-dot {
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-radius: 50%;
  background: #17bc92;
}
.label-team {
  bottom: 47px;
  left: 8px;
  padding: 14px 18px 14px 12px;
  transform: rotate(4deg);
}
.team-dots {
  display: flex;
  padding-left: 4px;
}
.team-dots i {
  width: 26px;
  height: 26px;
  margin-left: -4px;
  border: 2px solid white;
  border-radius: 50%;
  background: #eee4ff;
}
.team-dots i:nth-child(2) {
  background: #b8f3df;
}
.team-dots i:nth-child(3) {
  background: #b9a0f3;
}
.art-caption {
  position: absolute;
  bottom: -6px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a7e9a;
  font-size: 10px;
  letter-spacing: 0.02em;
}
.art-caption span {
  width: 26px;
  height: 1px;
  background: #c1b0d5;
}
.site-footer {
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #20122e0d;
  color: #8a8294;
  font-size: 11px;
  line-height: 1.5;
}
.site-footer p {
  color: #726a7d;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 12px 18px;
  border-radius: 8px;
  background: white;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}

.waitlist-dialog {
  width: min(460px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 35px;
  overflow-y: auto;
  border: 1px solid #ffffffcc;
  border-radius: 23px;
  background: #fdfcfe;
  color: var(--ink);
  box-shadow: 0 25px 90px #17072c38;
}
.waitlist-dialog::backdrop {
  background: #18102473;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f0ecf7;
  color: #685d7c;
  font-size: 25px;
  line-height: 1;
}
.form-eyebrow {
  margin-top: 4px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}
.waitlist-dialog h2 {
  margin: 13px 0 9px;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.05em;
}
#waitlist-description {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.form-field {
  margin-top: 16px;
}
.form-field label {
  display: block;
  margin-bottom: 7px;
  color: #494052;
  font-size: 12px;
  font-weight: 650;
}
.form-field input {
  display: block;
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  border: 1px solid #dcd6e7;
  border-radius: 9px;
  background: white;
  color: var(--ink);
  font-size: 16px;
}
.form-field input:focus {
  border-color: var(--purple);
}
.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-privacy {
  margin-top: 18px;
  color: #7d748a;
  font-size: 11px;
  line-height: 1.6;
}
.form-submit {
  width: 100%;
  margin-top: 20px;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}
.form-error {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff0ed;
  color: #9e3623;
  font-size: 12px;
  line-height: 1.6;
}
.form-success {
  padding: 12px 0 7px;
}
.success-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: #ddf8ee;
  color: var(--green-dark);
  font-size: 24px;
}
.form-success h3 {
  margin: 0 0 9px;
  font-size: 24px;
  letter-spacing: -0.03em;
}
.form-success p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
body:has(.waitlist-dialog[open]) {
  overflow: hidden;
}

@media (min-width: 1600px) {
  .hero {
    column-gap: 80px;
  }
}
@media (max-width: 1100px) {
  .site-shell {
    width: calc(100% - 64px);
  }
  .hero {
    grid-template-columns: 1fr 0.9fr;
    gap: 12px;
  }
  .hero-art {
    height: 490px;
    transform: scale(0.88);
    transform-origin: center;
  }
  .orb-violet {
    width: 370px;
    height: 370px;
    right: -20px;
  }
  .orbit-one {
    width: 410px;
    height: 410px;
    left: -16px;
  }
  .orbit-two {
    width: 390px;
    height: 390px;
  }
  .day-card {
    left: 45%;
  }
  .label-team {
    bottom: -2px;
  }
  .art-caption {
    display: none;
  }
}
@media (max-width: 800px) {
  .site-shell {
    width: calc(100% - 48px);
  }
  .site-header {
    min-height: 94px;
  }
  .header-end {
    gap: 14px;
  }
  .brand img {
    height: 30px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 40px 0 50px;
  }
  h1 {
    font-size: clamp(54px, 9.2vw, 76px);
  }
  .desktop-break {
    display: none;
  }
  .hero-copy {
    max-width: 570px;
  }
  .hero-art {
    width: min(100%, 500px);
    height: 500px;
    margin: 18px auto 0;
    transform: none;
  }
  .orb-violet {
    right: 8px;
  }
  .orbit-one {
    left: 6px;
    width: min(100%, 470px);
    height: 470px;
  }
  .orbit-two {
    left: 5px;
    width: min(100%, 430px);
    height: 430px;
  }
  .day-card {
    left: 47%;
  }
  .label-bookings {
    right: 5px;
  }
  .label-team {
    bottom: 5px;
  }
}
@media (max-width: 480px) {
  .waitlist-dialog {
    padding: 30px 24px;
  }
  .site-shell {
    width: calc(100% - 40px);
  }
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
    padding: 20px 0 14px;
  }
  .brand img {
    height: 27px;
  }
  .header-end {
    flex: 1 1 100%;
    gap: 12px;
  }
  .lang-switch {
    margin-left: -9px;
    gap: 0;
  }
  .lang-switch a {
    padding: 5px 8px;
    font-size: 10px;
  }
  .header-note {
    font-size: 10px;
    max-width: 105px;
    line-height: 1.5;
  }
  .header-note > span {
    flex-shrink: 0;
  }
  .hero {
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
  }
  h1 {
    font-size: clamp(50px, 12.5vw, 60px);
  }
  .intro {
    font-size: 16px;
    margin-top: 23px;
  }
  .coming-soon {
    font-size: 13px;
  }
  .coming-soon br {
    display: none;
  }
  .actions {
    gap: 10px;
  }
  .button {
    flex: 1 1 160px;
    min-height: 52px;
    padding-inline: 17px;
    font-size: 13px;
  }
  .action-note {
    font-size: 10px;
  }
  .hero-art {
    height: 425px;
    margin-top: 28px;
  }
  .orb-violet {
    width: 280px;
    height: 280px;
    top: 85px;
    right: 0;
  }
  .orb-mint {
    width: 175px;
    height: 175px;
    top: 10px;
    left: 0;
  }
  .orbit-one {
    top: 20px;
    height: 350px;
  }
  .orbit-two {
    top: 50px;
    height: 340px;
  }
  .day-card {
    width: 260px;
    top: 67px;
    left: 47%;
    padding: 20px 22px 16px;
  }
  .card-heading {
    font-size: 28px;
  }
  .day-card-divider {
    margin-top: 17px;
  }
  .day-row {
    padding: 7px 0;
    font-size: 12px;
  }
  .card-footer {
    margin-top: 10px;
    padding-top: 12px;
  }
  .label-bookings {
    top: 10px;
    right: 0;
    padding: 8px 11px 8px 8px;
    font-size: 11px;
  }
  .label-team {
    left: 0;
    bottom: 0;
    padding: 10px 12px 10px 8px;
    font-size: 10px;
  }
  .team-dots i {
    width: 23px;
    height: 23px;
  }
  .site-footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 18px 0;
    text-align: center;
  }
  .site-footer p {
    width: 100%;
  }
}
/*
 * The headline's longest word is language-dependent: "sync." in English, but "sincronizzato." in
 * Italian and "sincronizado." in Spanish. `.hero-copy` and `.hero-art` share one `1fr` grid track,
 * so a word that cannot fit stretches the track and takes the illustration out of the viewport with
 * it — measured at 320px as 305px of content in a 280px column. Narrowest phones only, and only for
 * the two languages that need it: English renders identically at every width.
 */
@media (max-width: 359px) {
  html[lang="it"] h1,
  html[lang="es"] h1 {
    font-size: 45px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
