@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader-Variable.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/DMSans-Variable.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --periwinkle-50: #F1F2FA;
  --periwinkle-100: #E2E4F4;
  --periwinkle-300: #A8ADDD;
  --periwinkle-500: #7479D6;
  --periwinkle-600: #5A5FBC;
  --periwinkle-700: #44489A;
  --plum-50: #F2EBF1;
  --plum-100: #E0D0DE;
  --plum-500: #654462;
  --plum-700: #3A2638;
  --sage-50: #EEF5EB;
  --sage-100: #D6E6CF;
  --sage-500: #6F9A5C;
  --sage-700: #36572B;
  --amber-50: #FCF2DE;
  --amber-100: #F7E2B5;
  --amber-500: #E0A03A;
  --amber-700: #8E5E18;
  --paper-50: #FFFFFF;
  --paper-100: #F7F7F5;
  --paper-200: #EFEFEC;
  --paper-300: #E5E5E0;
  --paper-400: #C9C9C2;
  --ink-400: #5E5E5B;
  --ink-500: #404040;
  --ink-600: #2F2F2D;
  --ink-700: #1F1F1F;
  --ink-900: #0F1014;
  --font-display: "Newsreader", Georgia, serif;
  --font-ui: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --line: var(--paper-300);
  --shadow-raised: 0 1px 0 rgba(15, 16, 20, 0.04), 0 10px 28px -18px rgba(15, 16, 20, 0.22);
  --ease-page: cubic-bezier(0.32, 0.72, 0, 1);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--ink-900);
  background:
    linear-gradient(180deg, rgba(247, 247, 245, 0.94), rgba(255, 255, 255, 0.98)),
    url("/assets/icons/paper-texture.svg");
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--ink-900);
  color: var(--paper-50);
  padding: 10px 14px;
  border-radius: 8px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(229, 229, 224, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0;
}

.brand img {
  border-radius: 8px;
}

.brand-wordmark,
.brand-title {
  color: inherit;
}

.brand-wordmark__read {
  color: var(--periwinkle-600);
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-panel a {
  text-decoration: none;
  font-size: 14px;
  color: var(--ink-500);
  padding: 10px 12px;
  border-radius: 999px;
  transition: color 180ms var(--ease-page), background 180ms var(--ease-page);
}

.nav-panel a:hover {
  color: var(--ink-900);
  background: var(--paper-100);
}

.nav-panel .nav-cta {
  color: var(--paper-50);
  background: var(--periwinkle-600);
  margin-left: 6px;
  box-shadow: 0 12px 28px -18px rgba(68, 72, 154, 0.65);
}

.nav-panel .waitlist-cta {
  color: var(--paper-50);
  background: var(--periwinkle-600);
}

.nav-panel .nav-cta:hover {
  color: var(--paper-50);
  background: var(--periwinkle-600);
}

.nav-panel .waitlist-cta:hover {
  color: var(--paper-50);
  background: var(--periwinkle-600);
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.language-button {
  min-width: 72px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--ink-700);
  background: var(--paper-50);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(15, 16, 20, 0.03);
  transition: border-color 180ms var(--ease-page), box-shadow 180ms var(--ease-page), background 180ms var(--ease-page);
}

.language-button:hover,
.language-switcher.is-open .language-button {
  border-color: var(--paper-400);
  background: var(--paper-100);
}

.language-button:focus {
  outline: none;
  border-color: var(--periwinkle-500);
  box-shadow: 0 0 0 4px rgba(116, 121, 214, 0.16);
}

.language-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms var(--ease-page);
}

.language-switcher.is-open .language-chevron {
  transform: translateY(2px) rotate(225deg);
}

.language-options {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  min-width: 156px;
  display: grid;
  gap: 2px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-50);
  box-shadow: 0 18px 42px -28px rgba(15, 16, 20, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms var(--ease-page), transform 160ms var(--ease-page);
}

.language-switcher.is-open .language-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-options a,
.language-options button {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  color: var(--ink-600);
  background: transparent;
  text-align: left;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
}

.language-options a:hover,
.language-options a:focus,
.language-options button:hover,
.language-options button:focus {
  outline: none;
  color: var(--ink-900);
  background: var(--paper-100);
}

.language-options a.is-active,
.language-options button.is-active {
  color: var(--periwinkle-700);
  background: var(--periwinkle-50);
}

.language-options a.is-active::after,
.language-options button.is-active::after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-50);
  padding: 0;
  place-items: center;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--ink-900);
  transition: transform 180ms var(--ease-page);
}

.nav-toggle span + span {
  margin-top: 5px;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

#producto,
#calendario,
#clubs,
#privacidad,
#faq,
#waitlist {
  scroll-margin-top: 72px;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: center;
  padding: 64px 0 76px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--periwinkle-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  font-family: var(--font-display);
  font-size: 84px;
  line-height: 1;
  font-weight: 430;
  letter-spacing: 0;
  margin-bottom: 20px;
}

h2 {
  font-family: var(--font-display);
  font-size: 54px;
  line-height: 1.05;
  font-weight: 430;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

p {
  color: var(--ink-500);
  font-size: 17px;
  line-height: 1.62;
}

.hero-lede {
  font-size: 21px;
  line-height: 1.55;
  max-width: 600px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 20px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--ease-page), box-shadow 180ms var(--ease-page), background 180ms var(--ease-page);
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--paper-50);
  background: var(--periwinkle-600);
  box-shadow: 0 12px 28px -18px rgba(68, 72, 154, 0.65);
}

.button-primary:hover {
  background: var(--periwinkle-700);
}

.button-secondary {
  background: var(--paper-50);
  border-color: var(--line);
  color: var(--ink-700);
}

.hero-note {
  max-width: 560px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.hero-note p {
  max-width: 480px;
  margin-bottom: 14px;
  color: var(--ink-900);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.14;
}

.hero-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: var(--paper-50);
  color: var(--ink-600);
  font-size: 13px;
  font-weight: 700;
}

.hero-note span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 2px;
  background: var(--amber-500);
}

.hero-note span:nth-child(2)::before {
  background: var(--periwinkle-500);
}

.hero-note span:nth-child(3)::before {
  background: var(--sage-500);
}

.product-stage {
  position: relative;
  min-height: 600px;
}

.product-stage figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper-50);
  border: 1px solid rgba(229, 229, 224, 0.92);
  box-shadow: var(--shadow-raised);
}

.stage-main {
  position: absolute;
  inset: 82px 42px 52px 0;
  border-radius: 8px;
}

.stage-main img,
.stage-float img,
.showcase-media img,
.club-shot img,
.privacy-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-float {
  position: absolute;
  width: 44%;
  border-radius: 8px;
}

.stage-float-top {
  right: 0;
  top: 0;
}

.stage-float-bottom {
  right: 18px;
  bottom: 0;
}

.marquee-band {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--paper-50);
}

.marquee-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  gap: 28px;
  padding: 18px 0;
  color: var(--ink-500);
  font-size: 14px;
  white-space: nowrap;
}

.marquee-inner span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 2px;
  background: var(--amber-500);
  vertical-align: 1px;
}

.split-section,
.privacy-section {
  padding: 110px 0;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 54px;
  align-items: start;
}

.section-copy {
  max-width: 560px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card,
.workflow-step,
.club-points article {
  background: var(--paper-50);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 1px 0 rgba(15, 16, 20, 0.03);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--periwinkle-100);
  color: var(--periwinkle-700);
  font-weight: 800;
  margin-bottom: 28px;
}

.feature-icon-plum {
  background: var(--plum-100);
  color: var(--plum-700);
}

.feature-icon-sage {
  background: var(--sage-100);
  color: var(--sage-700);
}

.feature-card p,
.workflow-step p,
.club-points p {
  font-size: 15px;
  margin-bottom: 0;
}

.showcase-band,
.workflow-band,
.waitlist-band {
  background: var(--ink-900);
  color: var(--paper-50);
}

.showcase-grid {
  padding: 112px 0;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}

.showcase-media,
.club-shot,
.privacy-panel {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 55px -36px rgba(15, 16, 20, 0.7);
  aspect-ratio: 924 / 540;
}

.showcase-copy h2,
.waitlist-copy h2,
.workflow-band h2 {
  color: var(--paper-50);
}

.showcase-copy p,
.waitlist-copy p,
.workflow-band p {
  color: rgba(255, 255, 255, 0.72);
}

.showcase-copy .eyebrow,
.waitlist-copy .eyebrow,
.workflow-band .eyebrow {
  color: var(--periwinkle-300);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--sage-100);
}

.clubs-section {
  padding: 112px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  max-width: 640px;
}

.club-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
}

.club-points {
  display: grid;
  gap: 14px;
}

.workflow-band {
  padding: 104px 0;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.workflow-step {
  color: var(--paper-50);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.workflow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--amber-100);
  color: var(--amber-700);
  font-weight: 800;
  margin-bottom: 32px;
}

.privacy-panel {
  border-color: var(--line);
}

.waitlist-band {
  padding: 72px 0;
}

.waitlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.waitlist-form {
  background: var(--paper-50);
  color: var(--ink-900);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 18px 55px -36px rgba(0, 0, 0, 0.7);
}

.compact-waitlist {
  max-width: 560px;
  margin: 30px 0 28px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.compact-waitlist .privacy-check {
  margin-top: 12px !important;
}

.compact-waitlist .form-status {
  margin-top: 10px;
}

.waitlist-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.waitlist-form input[type="email"] {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--paper-300);
  border-radius: 999px;
  padding: 0 16px;
  outline: none;
  background: var(--paper-100);
}

.hero-signup.waitlist-form input[type="email"] {
  background: var(--paper-50);
}

.waitlist-form input[type="email"]:focus {
  border-color: var(--periwinkle-500);
  box-shadow: 0 0 0 4px rgba(116, 121, 214, 0.18);
  background: var(--paper-50);
}

.privacy-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 0 !important;
  color: var(--ink-500);
  font-weight: 500 !important;
  line-height: 1.4;
}

.privacy-check input {
  margin-top: 2px;
  accent-color: var(--periwinkle-500);
}

.privacy-check a {
  color: var(--periwinkle-700);
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 14px;
}

.form-status.success {
  color: var(--sage-700);
}

.form-status.error {
  color: #8F2F35;
}

.faq-section {
  padding: 108px 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.faq-item {
  min-height: 100%;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.faq-item p {
  font-size: 16px;
  margin-bottom: 0;
}

.site-footer {
  background: var(--paper-50);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-inner nav a {
  color: var(--ink-500);
  font-size: 14px;
  text-decoration: none;
}

.legal-page {
  background: var(--paper-50);
}

.legal-main {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 96px;
}

.legal-main h1 {
  font-size: 58px;
}

.legal-main h2 {
  font-size: 34px;
  margin-top: 44px;
}

.legal-main p,
.legal-main li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-500);
}

.legal-main ul {
  padding-left: 22px;
}

.legal-note {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-100);
}

.reveal {
  opacity: 1;
  transform: none;
}

html.js:not(.js-reveal-fallback) .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms var(--ease-page), transform 700ms var(--ease-page);
}

html.js:not(.js-reveal-fallback) .hero .reveal,
html.js:not(.js-reveal-fallback) .waitlist-band .reveal {
  opacity: 1;
  transform: none;
}

html.js:not(.js-reveal-fallback) .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: grid;
  }

  .nav-panel {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 82px;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: var(--paper-50);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow-raised);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms var(--ease-page), transform 180ms var(--ease-page);
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-panel.legal-nav {
    position: static;
    display: flex;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-panel a,
  .nav-panel .nav-cta {
    margin: 0;
    border-radius: 8px;
    padding: 13px 14px;
  }

  .language-switcher {
    width: 100%;
    margin: 6px 0 0;
  }

  .language-button {
    width: 100%;
    border-radius: 8px;
    justify-content: space-between;
    padding: 0 14px;
  }

  .language-options {
    position: static;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
    transform: none;
    display: none;
  }

  .language-switcher.is-open .language-options {
    display: grid;
    transform: none;
  }

  .hero,
  .split-section,
  .showcase-grid,
  .club-layout,
  .privacy-section,
  .waitlist-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .product-stage {
    min-height: 520px;
  }

  .feature-grid,
  .workflow-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .club-layout {
    gap: 16px;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .footer-inner,
  .marquee-inner,
  .legal-main {
    width: min(100% - 32px, 1180px);
  }

  .nav {
    padding: 0 16px;
    min-height: 72px;
  }

  h1 {
    font-size: clamp(50px, 16vw, 62px);
  }

  h2 {
    font-size: clamp(36px, 10vw, 42px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .compact-waitlist {
    max-width: none;
  }

  .hero-note p {
    font-size: 24px;
  }

  .product-stage {
    min-height: 360px;
  }

  .stage-main {
    inset: 70px 0 42px 0;
  }

  .stage-float {
    width: 52%;
  }

  .stage-float-top {
    right: 0;
  }

  .stage-float-bottom {
    right: 0;
  }

  .split-section,
  .showcase-grid,
  .clubs-section,
  .workflow-band,
  .privacy-section,
  .faq-section,
  .waitlist-band {
    padding: 48px 0;
  }

  .waitlist-layout {
    gap: 32px;
  }

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

  .form-row .button {
    width: 100%;
  }

  .waitlist-form {
    padding: 22px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  html.js:not(.js-reveal-fallback) .reveal,
  html.js .reveal,
  .reveal {
    opacity: 1;
    transform: none;
  }
}
