@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@400;500;700&display=swap");

:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--accent-soft) 70%, white 30%), transparent 28%),
    linear-gradient(180deg, var(--page-background), color-mix(in srgb, var(--page-background) 60%, white 40%));
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

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

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

.site-header {
  padding: 8px 0 32px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.brand-logo {
  width: auto;
  height: 56px;
  object-fit: contain;
}

.brand-wordmark {
  font-family: "Fraunces", serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}

.hero,
.about-section {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}

.hero {
  padding-bottom: 42px;
}

.hero-copy,
.registration-card,
.social-proof,
.feature-card,
.about-copy,
.about-media,
.testimonial,
.site-footer {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(10, 28, 54, 0.08);
}

.hero-copy {
  padding: 40px;
}

.eyebrow,
.card-kicker {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

h3 {
  font-size: 1.4rem;
}

.hero-subheadline,
.about-copy p,
.feature-card p,
.lead-form p,
.thank-you p,
.site-footer p,
.testimonial p,
.event-time,
.event-time-secondary {
  color: var(--muted-ink);
  line-height: 1.7;
}

.hero-bullets,
.checklist {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-bullets li,
.checklist li {
  position: relative;
  padding-left: 28px;
  margin-top: 14px;
}

.hero-bullets li::before,
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px var(--accent-soft);
}

.hero-visual {
  margin-top: 28px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, var(--surface-alt), color-mix(in srgb, var(--surface-alt) 55%, white 45%));
}

.hero-visual img {
  width: 100%;
  border-radius: 18px;
}

.registration-card {
  padding: 24px;
  background: linear-gradient(180deg, var(--surface), color-mix(in srgb, var(--surface) 65%, var(--accent-soft) 35%));
}

.countdown-shell {
  padding: 8px 0 20px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.countdown-grid div,
.pill,
.feature-card {
  background: var(--surface-alt);
}

.countdown-grid div {
  padding: 18px 10px;
  border-radius: 18px;
  text-align: center;
}

.countdown-grid span {
  display: block;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
}

.countdown-grid small {
  color: var(--muted-ink);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form,
.thank-you {
  padding-top: 12px;
}

.lead-form label {
  display: block;
  margin-top: 14px;
}

.lead-form span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 700;
}

.lead-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  font: inherit;
}

.lead-form button {
  width: 100%;
  margin-top: 18px;
  padding: 16px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accentStrong));
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
}

.form-status.is-error {
  color: var(--error);
}

.social-proof,
.features,
.about-section,
.testimonials,
.site-footer {
  margin-top: 28px;
}

.social-proof {
  padding: 28px;
}

.pill-row,
.features,
.testimonials {
  display: grid;
  gap: 20px;
}

.pill-row {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.pill {
  margin: 0;
  padding: 16px 18px;
  border-radius: 999px;
  text-align: center;
  font-weight: 600;
}

.features {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  padding: 24px;
}

.feature-card img {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}

.about-copy,
.about-media {
  padding: 32px;
}

.about-media {
  min-height: 100%;
  background: linear-gradient(180deg, var(--surface-alt), var(--surface));
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials {
  grid-template-columns: repeat(2, 1fr);
}

.testimonial {
  padding: 28px;
}

.testimonial footer {
  margin-top: 20px;
  font-weight: 700;
}

.testimonial footer span {
  display: block;
  margin-top: 4px;
  color: var(--muted-ink);
  font-weight: 500;
}

.site-footer {
  padding: 24px 28px;
}

.hidden {
  display: none;
}

@media (max-width: 960px) {
  .hero,
  .about-section,
  .features,
  .pill-row,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .registration-card,
  .social-proof,
  .about-copy,
  .about-media,
  .testimonial,
  .site-footer {
    padding: 24px;
  }

  h1 {
    max-width: none;
  }

  .brand-lockup {
    gap: 12px;
  }

  .brand-logo {
    height: 46px;
  }

  .brand-wordmark {
    font-size: 1.6rem;
  }
}
