:root {
  --page: #080909;
  --surface: #121413;
  --card: #010101;
  --text: #f4f4f4;
  --muted: #b8b8b8;
  --subtle: #8c8c8c;
  --line: #343635;
  --lime: #dfff1f;
  --green: #05ce78;
  --orange: #ff7900;
  --red: #f23043;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page);
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  min-width: 0;
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.hero-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  background: #000;
}

.hero-topbar.is-menu-open {
  z-index: 80;
}

.hero-topbar__menu {
  position: absolute;
  top: 20px;
  left: max(20px, calc(50% - 440px));
  width: 24px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-topbar__menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
  transition: opacity 180ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-topbar__menu span:nth-child(1) { top: 0; }
.hero-topbar__menu span:nth-child(2) { top: 7px; }
.hero-topbar__menu span:nth-child(3) { top: 14px; }

.hero-topbar.is-menu-open .hero-topbar__menu span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hero-topbar.is-menu-open .hero-topbar__menu span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hero-topbar.is-menu-open .hero-topbar__menu span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-topbar__brand {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 88px;
  color: #ef3347;
  font-family: Impact, "Arial Narrow", Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%) scaleX(0.78);
  transform-origin: center;
}

.mobile-nav-menu {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 430px;
  border-top: 1px solid rgba(255, 255, 255, 0.035);
  background: linear-gradient(180deg, #171719 0%, #141416 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  visibility: hidden;
  transition: opacity 230ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms;
}

.hero-topbar.is-menu-open .mobile-nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.mobile-nav-menu__inner {
  position: relative;
  width: min(100%, 960px);
  height: 100%;
  margin: 0 auto;
  padding: 38px clamp(28px, 7vw, 72px) 88px;
}

.mobile-nav-menu__item {
  display: block;
  width: fit-content;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 247, 249, 0.78);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-align: left;
  text-decoration: none;
}

.mobile-nav-menu__item:hover,
.mobile-nav-menu__item:focus-visible {
  color: #fff;
}

.mobile-nav-menu__cta {
  position: absolute;
  bottom: 26px;
  left: clamp(28px, 7vw, 72px);
  width: 190px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.founder-page,
.page-footer {
  width: min(100%, 960px);
  margin: 0 auto;
  background: var(--surface);
}

.founder-page {
  padding-top: 55px;
}

.offer-hero {
  position: relative;
  min-height: clamp(300px, 50vw, 480px);
  overflow: hidden;
  background-color: #565851;
  background-image: linear-gradient(90deg, rgba(18, 20, 19, 0.04), rgba(18, 20, 19, 0.02)), url("./assets/email/founder-invite-v4/hero-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.offer-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15), transparent 58%);
  pointer-events: none;
}

.offer-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  padding: clamp(28px, 5vw, 58px);
  flex-direction: column;
  align-items: flex-start;
}

.offer-hero__logo {
  width: clamp(76px, 11vw, 118px);
  height: auto;
}

.offer-hero h1,
.offer-hero p,
.offer-intro h2,
.reservation-explainer > h2 {
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.offer-hero h1 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(44px, 8vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.offer-hero p {
  margin: auto 0 0;
  color: #fff;
  font-size: clamp(37px, 7.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.offer-hero em {
  color: var(--orange);
  font-style: normal;
}

.offer-intro,
.reservation-panel,
.reservation-explainer,
.app-preview-teaser,
.policy {
  padding-right: clamp(20px, 6vw, 64px);
  padding-left: clamp(20px, 6vw, 64px);
}

.offer-intro {
  padding-top: clamp(36px, 7vw, 70px);
  padding-bottom: clamp(34px, 6vw, 60px);
}

.offer-intro__brand {
  margin: 0;
  color: var(--red);
  font-family: "Anton", Impact, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.offer-intro h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(34px, 5.3vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.offer-intro__copy {
  max-width: 760px;
  margin: 22px 0 0;
  color: #d4d4d4;
  font-size: clamp(15px, 2.1vw, 20px);
  font-weight: 500;
  line-height: 1.55;
}

.price-glass {
  display: grid;
  margin: clamp(30px, 5vw, 48px) 0 0;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(217, 217, 217, 0.35);
  border-radius: 16px;
  background: rgba(25, 27, 26, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 20px 36px rgba(0, 0, 0, 0.18);
}

.price-glass div {
  display: flex;
  min-height: 122px;
  padding: 14px 6px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price-glass div + div {
  border-left: 1px solid rgba(217, 217, 217, 0.3);
}

.price-glass dt {
  color: #d4d4d4;
  font-size: clamp(11px, 1.7vw, 15px);
  font-weight: 600;
}

.price-glass dd {
  margin: 4px 0 0;
  color: #fff;
  font-family: "Anton SC", "Anton", Impact, sans-serif;
  font-size: clamp(40px, 6.4vw, 64px);
  line-height: 1;
  letter-spacing: 0.025em;
}

.price-glass__total dt,
.price-glass__total dd {
  color: var(--green);
}

.offer-primary-cta {
  display: flex;
  width: min(100%, 680px);
  min-height: 64px;
  margin: clamp(30px, 5vw, 46px) auto 0;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.offer-primary-cta:hover,
.offer-primary-cta:focus-visible {
  background: #fff;
}

.reservation-panel {
  padding-top: clamp(32px, 5vw, 50px);
  padding-bottom: clamp(36px, 6vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0e0d;
}

.reservation-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3.6vw, 38px);
  line-height: 1.15;
}

.reservation-panel > p:not(.stripe-note) {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.reservation-form {
  margin-top: 24px;
}

.reservation-honeypot {
  position: fixed !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.reservation-honeypot input {
  width: 1px !important;
  min-width: 0 !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.reservation-form label {
  display: block;
  margin-bottom: 8px;
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reservation-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 12px;
}

.reservation-form input,
.reservation-form button {
  min-height: 62px;
  border-radius: 999px;
}

.reservation-form input {
  width: 100%;
  border: 1px solid #4b4d4c;
  outline: none;
  background: #f7f7f7;
  color: #111;
  padding: 0 24px;
  font-size: 16px;
}

.reservation-form input:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(223, 255, 31, 0.18);
}

.reservation-form button {
  border: 0;
  background: var(--lime);
  color: #000;
  cursor: pointer;
  padding: 13px 22px;
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 900;
  line-height: 1.15;
}

.reservation-form button:hover {
  background: #fff;
}

.reservation-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: #d7d7d7;
  font-size: 13px;
  line-height: 1.45;
}

.form-status.is-error {
  color: #ff8a92;
}

.stripe-note {
  margin: 4px 0 0;
  color: var(--subtle);
  font-size: 11px;
}

.reservation-explainer {
  padding-top: clamp(42px, 8vw, 80px);
  padding-bottom: clamp(46px, 8vw, 82px);
}

.reservation-explainer__gift {
  width: clamp(150px, 26vw, 230px);
  height: auto;
  margin: 0 auto;
}

.reservation-explainer > h2 {
  margin: 24px 0 0;
  color: #e4e4e4;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  text-align: center;
}

.benefit-list {
  display: grid;
  margin: clamp(28px, 5vw, 46px) 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.benefit-card {
  display: flex;
  min-width: 0;
  min-height: 302px;
  padding: 28px 24px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: var(--card);
  text-align: center;
}

.benefit-card > img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.benefit-card__value-icon {
  position: relative;
  display: block;
  width: 76px;
  height: 69px;
}

.benefit-card__value-icon img:first-child {
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 57px;
  height: 69px;
}

.benefit-card__value-icon img:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 28px;
}

.benefit-card h3 {
  width: 100%;
  margin: 18px 0 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #303231;
  color: #efefef;
  font-size: 14px;
  line-height: 1.38;
}

.benefit-card p {
  margin: 18px 0 0;
  color: #d0d0d0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.standby-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.app-preview-teaser {
  padding-top: clamp(48px, 8vw, 82px);
  padding-bottom: clamp(48px, 8vw, 82px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0e0d;
  text-align: center;
}

.app-preview-teaser__eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.app-preview-teaser h2 {
  margin: 10px 0 0;
  color: #fff;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(34px, 5.2vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.app-preview-teaser__copy {
  max-width: 520px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.phone-demo {
  position: relative;
  display: block;
  width: clamp(245px, 42vw, 340px);
  aspect-ratio: 920 / 1800;
  margin: clamp(28px, 5vw, 44px) auto 0;
  text-decoration: none;
}

.phone-demo__screen {
  position: absolute;
  z-index: 0;
  top: 5.15%;
  right: 8.4%;
  bottom: 4.35%;
  left: 8.4%;
  overflow: hidden;
  border-radius: 13.5% / 6.8%;
  background: #080d13;
}

.phone-demo__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-demo__frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.app-preview-teaser__cta {
  display: inline-flex;
  width: min(100%, 540px);
  min-height: 62px;
  margin: clamp(24px, 4vw, 34px) auto 0;
  padding: 14px 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f23043;
  color: #fff;
  font-size: clamp(14px, 1.9vw, 17px);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.app-preview-teaser__cta:hover,
.app-preview-teaser__cta:focus-visible {
  background: #fff;
  color: #111;
}

.reservation-panel--bottom {
  scroll-margin-top: 70px;
  border-top: 0;
}

#offer-title,
#reservation-explainer-title,
#founder-policy {
  scroll-margin-top: 72px;
}

.policy {
  border-top: 1px solid var(--line);
}

.policy article {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.policy h2 {
  margin: 0;
  color: #e8e8e8;
  font-size: 14px;
  line-height: 1.4;
}

.policy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.policy__footnote {
  padding: 24px 0 34px;
}

.page-footer {
  display: flex;
  padding: 22px clamp(20px, 6vw, 64px) 54px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--subtle);
  font-size: 12px;
}

.page-footer p {
  margin: 0;
}

.page-footer p a {
  color: #fff;
  text-decoration: none;
}

.page-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.page-footer nav a {
  color: var(--subtle);
  text-decoration: none;
}

@media (max-width: 759px) {
  .offer-hero {
    min-height: clamp(250px, 72vw, 328px);
  }

  .offer-hero__copy {
    padding: 22px 20px 20px;
  }

  .offer-hero h1 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .offer-hero p {
    font-size: clamp(31px, 10.6vw, 46px);
  }

  .price-glass div {
    min-height: 92px;
  }

  .reservation-form__row {
    grid-template-columns: 1fr;
  }

  .reservation-form input,
  .reservation-form button {
    min-height: 58px;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .app-preview-teaser__cta {
    width: 100%;
  }

  .page-footer {
    flex-direction: column;
  }

  .page-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 359px) {
  .offer-intro,
  .reservation-panel,
  .reservation-explainer,
  .app-preview-teaser,
  .policy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .offer-intro h2 {
    font-size: 31px;
  }

  .price-glass dt {
    font-size: 9px;
  }

  .price-glass dd {
    font-size: 34px;
  }

  .reservation-form button {
    font-size: 13px;
  }

  .hero-topbar__menu {
    left: 16px;
  }

  .mobile-nav-menu__inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  .mobile-nav-menu__cta {
    left: 22px;
  }
}

@media (min-width: 900px) {
  html {
    scroll-padding-top: 52px;
  }

  .hero-topbar {
    height: 35px;
  }

  .hero-topbar__menu {
    top: 10px;
    width: 20px;
    height: 14px;
  }

  .hero-topbar__menu span:nth-child(2) { top: 6px; }
  .hero-topbar__menu span:nth-child(3) { top: 12px; }

  .hero-topbar.is-menu-open .hero-topbar__menu span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .hero-topbar.is-menu-open .hero-topbar__menu span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-topbar__brand {
    top: 10px;
    width: 68px;
    font-size: 16px;
    line-height: 13px;
  }

  .mobile-nav-menu {
    top: 35px;
    height: 430px;
  }

  .founder-page {
    padding-top: 35px;
  }

  .reservation-panel--bottom,
  #offer-title,
  #reservation-explainer-title,
  #founder-policy {
    scroll-margin-top: 52px;
  }
}

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