:root {
  --paper: #f6f5ef;
  --ink: #212725;
  --muted: #59615c;
  --line: #d8dcd3;
  --blue: #254fe8;
  --white: #fff;
  --mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.wrap {
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 40px;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  padding: 12px;
  background: var(--white);
  z-index: 10;
}
.skip-link:focus {
  top: 8px;
}
.preview-banner {
  padding: 10px 20px;
  background: #e7ebdd;
  text-align: center;
  font: 11px/1.5 var(--mono);
}
.preview-banner span {
  color: #46503c;
  margin-left: 10px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 108px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.8px;
  text-decoration: none;
}
.wordmark-period {
  color: var(--blue);
}
.brand-mark {
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: var(--blue);
  color: white;
  font-size: 27px;
  border-radius: 7px;
  letter-spacing: -2px;
  padding-right: 3px;
  padding-bottom: 5px;
}
nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}
nav a {
  text-decoration: none;
}
nav a:hover,
.text-link:hover {
  color: var(--blue);
}
.header-cta {
  border: 1px solid var(--ink);
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
}
.header-cta span {
  margin-left: 16px;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 65px;
  padding-top: 56px;
  padding-bottom: 94px;
}
.eyebrow {
  margin: 0 0 28px;
  text-transform: uppercase;
  font: 10px/1.6 var(--mono);
  letter-spacing: 1.15px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--blue);
  border-radius: 50%;
  vertical-align: 1px;
}
h1 {
  margin: 0 0 28px;
  font-size: clamp(48px, 5.5vw, 77px);
  line-height: 0.99;
  letter-spacing: -4px;
  font-weight: 700;
}
h1 > span {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -4.5px;
}
.hero-description {
  max-width: 465px;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 14px;
}
.hero-subtext {
  max-width: 465px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 28px;
}
.actions {
  display: flex;
  gap: 23px;
  align-items: center;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 17px 21px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}
.primary {
  background: var(--blue);
  color: var(--white);
}
.primary:hover {
  background: #163ac0;
}
.text-link {
  font-size: 12px;
  font-weight: 700;
}
.micro {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.hero-copy > .micro {
  margin-top: 20px;
}
.receipt-scene {
  position: relative;
  padding-top: 32px;
}
.receipt-label {
  margin: 0 0 18px 12px;
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
  transform: rotate(-4deg);
}
.receipt-label span {
  display: inline-block;
  color: var(--blue);
  margin-right: 6px;
}
.receipt {
  background: #fff;
  padding: 29px 29px 30px;
  border: 1px solid #e0e2d9;
  box-shadow:
    0 12px 30px #292d2510,
    0 2px 4px #292d2510;
  transform: rotate(2deg);
}
.receipt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font: 10px/1.5 var(--mono);
  letter-spacing: 0.5px;
}
.receipt-tag {
  border: 1px solid var(--line);
  padding: 4px 6px;
  font-size: 8px;
  color: var(--muted);
}
.receipt-kicker {
  font-size: 13px;
  color: var(--muted);
  margin: 25px 0 26px;
}
.receipt-row {
  border-top: 1px dashed var(--line);
  padding-top: 22px;
}
.receipt-row h2 {
  font-size: 15px;
  margin: 6px 0 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.receipt-date {
  font: 9px/1.6 var(--mono);
  color: var(--muted);
}
.receipt-row > p {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.receipt-row > p span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
  margin-left: 6px;
}
.receipt-arrow {
  color: #7b8078;
  font-size: 23px;
  margin: 5px 0;
}
.renewal {
  border-top: 0;
  padding: 14px 17px;
  background: #fff0e7;
  margin: 0 -8px;
}
.renewal > p {
  color: #a63614;
  font-size: 51px;
}
.receipt-total {
  margin-top: 24px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 11px var(--mono);
}
.receipt-total strong {
  font-size: 22px;
  color: #a63614;
}
.receipt-fineprint {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  margin: 15px 0 12px;
}
.receipt-source {
  font-size: 10px;
  color: var(--muted);
}
.receipt-stamp {
  position: absolute;
  right: -17px;
  bottom: -20px;
  color: var(--blue);
  border: 2px solid var(--blue);
  background: var(--paper);
  padding: 9px 14px;
  transform: rotate(-8deg);
  text-transform: uppercase;
  font: 11px/1.5 var(--mono);
  letter-spacing: 0.8px;
}
.principles {
  border-block: 1px solid var(--line);
}
.principles > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 25px;
  font: 11px/1.5 var(--mono);
  color: var(--muted);
}
.principles span::before {
  content: "+";
  color: var(--blue);
  margin-right: 12px;
}
.section {
  padding-top: 84px;
  padding-bottom: 84px;
}
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
h2 {
  font-size: 39px;
  line-height: 1.15;
  letter-spacing: -1.6px;
  margin: 0 0 20px;
}
.story-copy p,
.presale-copy > p:not(.eyebrow, .micro),
.open-grid > div > p:not(.eyebrow, .micro) {
  font-size: 15px;
  line-height: 1.85;
}
.story-copy p {
  margin: 0 0 18px;
}
.story-copy p:last-child {
  margin-bottom: 0;
}
.pricing-section {
  background: #ebeee7;
  border-block: 1px solid var(--line);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading h2 span {
  color: var(--muted);
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.price-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
}
.price-offer,
.calculator {
  padding: 35px;
  border: 1px solid #d2d8ca;
  background: #f9faf6;
  border-radius: 9px;
}
.pill {
  display: inline-block;
  font: 10px/1.4 var(--mono);
  color: #1d40b9;
  background: #e5ebff;
  padding: 6px 10px;
  border-radius: 4px;
}
.price-line {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}
.price-line strong {
  font-size: 77px;
  letter-spacing: -4px;
  font-weight: 600;
}
.price-line span {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.extra-seat {
  font-size: 16px;
  margin-top: 3px;
}
.price-note {
  font-size: 12px;
  line-height: 1.75;
  max-width: 380px;
  color: var(--muted);
  margin: 23px 0;
}
.calculator {
  background: transparent;
}
.calculator .eyebrow {
  margin-bottom: 30px;
}
.calculator label {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.seat-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.seat-input span {
  color: var(--muted);
  font-size: 12px;
}
input {
  border: 1px solid #b2bcaa;
  border-radius: 5px;
  background: var(--white);
  padding: 11px 14px;
  max-width: 155px;
  width: 100%;
  font-size: 24px;
  color: var(--ink);
}
input[aria-invalid="true"] {
  border-color: #a63614;
}
.field-error {
  min-height: 17px;
  font-size: 11px;
  color: #922e0d;
}
.calculator-total {
  border-top: 1px solid #c9d0c1;
  padding-top: 24px;
  margin-top: 24px;
}
.calculator-total > span {
  font-size: 12px;
}
.calculator-total p {
  margin: 7px 0 13px;
}
output {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
}
.calculator-total p > span {
  color: var(--muted);
  font-size: 13px;
}
.presale-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.presale-copy > p:not(.eyebrow) {
  max-width: 460px;
}
.progress-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.progress-heading {
  display: flex;
  justify-content: space-between;
}
.neutral {
  background: #edf0e9;
  color: #46523e;
}
.goal-count {
  font-size: 64px;
  letter-spacing: -3px;
  margin: 24px 0 0;
  font-weight: 600;
}
/* The global output rule is the calculator's size; the counter keeps the card's. */
.goal-count > output {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.goal-count > span:last-child {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 400;
  color: var(--muted);
}
.goal-label {
  font-size: 12px;
  color: var(--muted);
  margin: 6px 0 22px;
}
.progress-track {
  height: 12px;
  border-radius: 3px;
  overflow: hidden;
  background: repeating-linear-gradient(
    -45deg,
    #e5e9e0,
    #e5e9e0 4px,
    #f2f4ed 4px,
    #f2f4ed 8px
  );
}
/* Widened by counter.js only after the API answers; 0 until then. */
.progress-fill {
  height: 100%;
  width: 0;
  border-radius: 3px;
  background: var(--blue);
}
.progress-caption {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
  margin: 14px 0 26px;
}
.milestone {
  display: flex;
  gap: 13px;
  margin: 20px 0;
}
.milestone-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  flex: none;
  margin-top: 5px;
}
.milestone-dot.outline {
  background: transparent;
  border: 1px solid #6b7562;
}
.milestone strong {
  font-size: 13px;
}
.milestone p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.closed-message {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 20px;
  font: 10px/1.6 var(--mono);
  color: var(--muted);
}
.open-section {
  background: #242d27;
  color: #f6f5ef;
}
.open-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.open-grid h2 {
  font-size: 52px;
}
.open-grid .eyebrow {
  color: #c0ccb9;
}
.open-grid .micro {
  color: #c0ccb9;
}
.open-grid .open-lead {
  margin-top: 0;
  font-weight: 600;
}
.open-grid .button {
  margin-top: 20px;
}
.light {
  color: var(--ink);
  background: var(--paper);
}
.open-section a:focus-visible {
  outline-color: #becaff;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 70px;
}
details {
  border-top: 1px solid var(--line);
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  padding: 23px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
details > div {
  padding: 0 0 15px;
}
details p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
details a {
  color: var(--blue);
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 35px;
  border-top: 1px solid var(--line);
}
.site-footer .wordmark {
  font-size: 26px;
}
.site-footer p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.footer-product {
  display: flex;
  align-items: center;
  gap: 16px;
}
.studio-credit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  text-decoration: none;
}
.studio-credit span {
  font: 10px/1.6 var(--mono);
  color: var(--muted);
}
.studio-credit:hover span {
  text-decoration: underline;
}
.studio-credit img {
  display: block;
  width: 140px;
  height: 36px;
}
.site-footer .footer-status {
  font: 9px/1.6 var(--mono);
}
.secondary {
  border: 1px solid var(--ink);
  color: var(--ink);
}
.secondary:hover {
  background: var(--white);
}
button:focus-visible,
select:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.interest-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: start;
}
.interest-copy > p:not(.eyebrow, .micro) {
  max-width: 460px;
  font-size: 15px;
  line-height: 1.85;
}
.interest-copy a,
.interest-form a {
  color: var(--blue);
}
.interest-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.interest-form .field {
  margin-bottom: 20px;
}
.interest-form label,
.interest-form legend {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
.interest-form label span,
.interest-form legend span {
  color: var(--muted);
}
.interest-form input[type="email"] {
  max-width: none;
  font-size: 15px;
}
.interest-form select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #b2bcaa;
  border-radius: 5px;
  background: var(--white);
  font: inherit;
  font-size: 15px;
  color: var(--ink);
}
.interest-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
.choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.6;
}
.choice input {
  width: 16px;
  height: 16px;
  max-width: none;
  padding: 0;
  margin: 3px 0 0;
  flex: none;
  accent-color: var(--blue);
}
.choice input:focus-visible {
  outline-offset: 2px;
}
.interest-form .choice label {
  margin: 0;
}
.interest-form .field .micro {
  margin: 0 0 4px 26px;
}
.interest-form button {
  border: 0;
  cursor: pointer;
}
.interest-form button:disabled {
  cursor: default;
  opacity: 0.6;
}
.interest-status {
  min-height: 20px;
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.6;
}
.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.footer-links {
  display: flex;
  gap: 14px;
}
.privacy-choices {
  background: none;
  border: 0;
  padding: 0;
  font-size: 11px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.consent-banner {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 20;
  max-width: 560px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: 0 12px 30px #292d2520;
  font-size: 13px;
  line-height: 1.6;
}
.consent-banner p {
  margin: 0 0 14px;
}
.consent-banner a {
  color: var(--blue);
}
.consent-state {
  font: 11px/1.6 var(--mono);
  color: var(--muted);
}
.consent-actions {
  display: flex;
  gap: 10px;
}
.consent-button {
  flex: 1 1 0;
  padding: 12px 14px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.consent-button:hover {
  background: #e7ebdd;
}
.has-consent-banner {
  scroll-padding-bottom: 240px;
}
.legal {
  max-width: 720px;
}
.legal h1 {
  font-size: clamp(40px, 5vw, 56px);
  letter-spacing: -2.5px;
}
.legal h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
  margin: 44px 0 12px;
}
.legal p,
.legal li {
  font-size: 15px;
  line-height: 1.85;
}
.legal-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
}
.legal a {
  color: var(--blue);
}
@media (max-width: 1000px) {
  .hero {
    gap: 40px;
  }
  h1 {
    font-size: 62px;
  }
  .wrap {
    padding-inline: 30px;
  }
  .story-section,
  .interest-section,
  .presale-section,
  .open-grid {
    gap: 40px;
  }
  .receipt {
    padding: 23px;
  }
  .receipt-stamp {
    right: -8px;
  }
  .actions {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-inline: 24px;
  }
  .site-header {
    min-height: 85px;
    gap: 15px;
  }
  .site-header nav {
    display: none;
  }
  .header-cta {
    font-size: 11px;
    padding: 10px 12px;
  }
  .header-cta span {
    margin-left: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 35px;
    padding-bottom: 75px;
  }
  h1 {
    font-size: clamp(50px, 11vw, 76px);
    letter-spacing: -3px;
  }
  h1 > span {
    letter-spacing: -3px;
  }
  .hero-description,
  .hero-subtext {
    max-width: 100%;
  }
  .hero-description {
    font-size: 17px;
  }
  .receipt-scene {
    max-width: 440px;
    width: 100%;
    margin: auto;
    padding-top: 0;
  }
  .receipt {
    transform: rotate(1deg);
  }
  .receipt-stamp {
    bottom: -22px;
    right: 1px;
  }
  .principles > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
    font-size: 10px;
  }
  .principles span::before {
    margin-right: 7px;
  }
  .section {
    padding-block: 60px;
  }
  .story-section,
  .price-grid,
  .interest-section,
  .presale-section,
  .open-grid,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  h2 {
    font-size: 35px;
  }
  .section-heading {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .section-heading > p br {
    display: none;
  }
  .price-offer,
  .calculator,
  .interest-form,
  .progress-card {
    padding: 25px;
  }
  .consent-banner {
    inset: auto 12px 12px;
    max-width: none;
  }
  .presale-copy > p:not(.eyebrow) {
    max-width: none;
  }
  .open-grid h2 {
    font-size: 45px;
  }
  .site-footer {
    justify-content: start;
    gap: 15px 25px;
  }
  .footer-status {
    width: 100%;
  }
  .preview-banner span {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .wrap {
    padding-inline: 17px;
  }
  .wordmark {
    font-size: 27px;
  }
  .brand-mark {
    margin-right: 6px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .receipt {
    padding: 19px;
  }
  .receipt-date {
    font-size: 8px;
  }
  .receipt-top {
    font-size: 9px;
  }
  .extra-seat {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.footer-build {
  font-size: 0.78rem;
  color: var(--muted, #6b6a63);
}
.footer-build a {
  color: inherit;
}
