:root {
  color-scheme: light;
  --ink: #20191c;
  --ink-soft: #42383c;
  --muted: #75686c;
  --cream: #fff7e8;
  --cream-soft: #f6ead5;
  --paper: #fffdf8;
  --paper-warm: #fbf3e5;
  --burgundy: #681f35;
  --burgundy-deep: #25131c;
  --burgundy-soft: #efe0df;
  --gold: #d9a640;
  --gold-soft: #f6df9b;
  --teal: #2f716f;
  --line: rgba(104, 31, 53, 0.16);
  --line-strong: rgba(104, 31, 53, 0.24);
  --shadow-soft: 0 1rem 2.4rem rgba(42, 25, 31, 0.09);
  --shadow-panel: 0 1.5rem 4rem rgba(42, 25, 31, 0.13);
  --radius: 22px;
  --radius-large: 30px;
  --content: 1160px;
  --gutter: 1.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, var(--cream) 0%, #fffaf0 34rem, var(--paper) 100%);
  color: var(--ink);
  font-family:
    ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body,
button,
input,
textarea {
  letter-spacing: 0;
}

a {
  color: inherit;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(217, 166, 64, 0.52);
  outline-offset: 4px;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.03;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.1rem;
  font-size: 3.05rem;
  font-weight: 860;
}

h2 {
  margin-bottom: 0.9rem;
  font-size: 2.15rem;
  font-weight: 820;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 780;
}

ul,
ol {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  padding: 0.65rem 0.9rem;
  font-weight: 760;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(104, 31, 53, 0.1);
  background: rgba(255, 247, 232, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: 0.72rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand {
  display: inline-flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-weight: 860;
  text-decoration: none;
}

.brand > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 2.05rem;
  height: 2.05rem;
  border: 1px solid rgba(42, 25, 31, 0.14);
  border-radius: 0.85rem;
  background:
    linear-gradient(90deg, #fff0be 0 18%, var(--burgundy) 18% 36%, #fff0be 36% 54%, var(--burgundy) 54% 72%, #fff0be 72%),
    var(--cream);
  box-shadow: inset 0 -0.32rem 0 rgba(42, 25, 31, 0.15);
}

.brand-mark span {
  position: absolute;
  top: -0.28rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0.08rem 0 rgba(42, 25, 31, 0.12);
}

.brand-mark span:nth-child(1) {
  left: 0.14rem;
}

.brand-mark span:nth-child(2) {
  left: 0.68rem;
  top: -0.5rem;
  background: #fff7d4;
}

.brand-mark span:nth-child(3) {
  right: 0.14rem;
}

.nav-links {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.nav-links a {
  display: none;
  min-height: 2.75rem;
  align-items: center;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 730;
  padding: 0.45rem 0.72rem;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover {
  background: rgba(104, 31, 53, 0.08);
  color: var(--burgundy);
}

.nav-links .nav-cta {
  display: inline-flex;
  background: var(--burgundy);
  color: #fffaf1;
}

.nav-links .nav-cta:hover {
  background: var(--burgundy-deep);
  color: #fffaf1;
}

.hero,
.section,
.site-footer {
  width: min(var(--content), calc(100% - (2 * var(--gutter))));
  margin-left: auto;
  margin-right: auto;
}

.hero {
  display: grid;
  gap: 1.7rem;
  padding: 3rem 0 2.5rem;
}

.hero-copy {
  max-width: 45rem;
}

.eyebrow {
  margin: 0 0 0.82rem;
  color: var(--burgundy);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 43rem;
  color: var(--ink-soft);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.button {
  display: inline-flex;
  min-height: 3.05rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 820;
  padding: 0.78rem 1.12rem;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

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

.button-primary {
  background: var(--burgundy);
  color: #fffaf1;
  box-shadow: 0 1rem 2rem rgba(104, 31, 53, 0.22);
}

.button-primary:hover {
  background: var(--burgundy-deep);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 253, 248, 0.82);
  color: var(--burgundy);
}

.button-secondary:hover {
  border-color: rgba(217, 166, 64, 0.55);
  background: #fff5d7;
}

.stage-note {
  max-width: 35rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-weight: 680;
}

.cinema-scene {
  position: relative;
  overflow: hidden;
  height: 15.5rem;
  min-height: 0;
  border: 1px solid rgba(255, 250, 241, 0.3);
  border-radius: var(--radius-large);
  background:
    linear-gradient(150deg, rgba(255, 247, 232, 0.12), transparent 30%),
    linear-gradient(145deg, var(--burgundy-deep) 0%, #482032 50%, #151315 100%);
  box-shadow: var(--shadow-panel);
}

.cinema-scene::before {
  position: absolute;
  inset: 0.8rem;
  content: "";
  border: 1px solid rgba(255, 250, 241, 0.13);
  border-radius: 24px;
}

.poster-card {
  position: absolute;
  left: 0.95rem;
  top: 0.95rem;
  z-index: 2;
  display: grid;
  gap: 0.12rem;
  max-width: 9.2rem;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.09);
  color: #fffaf1;
  padding: 0.68rem;
}

.poster-kicker,
.poster-meta {
  color: rgba(255, 250, 241, 0.72);
  font-size: 0.66rem;
  font-weight: 760;
}

.poster-title {
  font-size: 0.98rem;
  font-weight: 850;
}

.screen-wrap {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 36%;
  z-index: 1;
}

.screen {
  position: relative;
  height: 5.6rem;
  overflow: hidden;
  border: 0.28rem solid #171015;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 32%),
    linear-gradient(150deg, #fff0bf 0%, var(--gold) 45%, #7e2a3c 100%);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.33);
}

.screen span {
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 18%;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(37, 19, 28, 0.28);
}

.projector-beam {
  height: 3.9rem;
  margin: -0.2rem 13% 0;
  background: linear-gradient(180deg, rgba(217, 166, 64, 0.25), rgba(217, 166, 64, 0));
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}

.room-floor {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background:
    linear-gradient(180deg, rgba(21, 19, 21, 0), rgba(21, 19, 21, 0.93)),
    repeating-linear-gradient(90deg, rgba(255, 250, 241, 0.07) 0 1px, transparent 1px 5.8rem);
}

.seat {
  position: absolute;
  bottom: 18%;
  z-index: 2;
  width: 31%;
  height: 2.05rem;
  border-radius: 16px 16px 8px 8px;
  background: var(--cream-soft);
  box-shadow:
    inset 0 -0.72rem 0 rgba(104, 31, 53, 0.24),
    0 0.48rem 0 rgba(0, 0, 0, 0.2);
}

.seat::before,
.seat::after {
  position: absolute;
  top: -0.7rem;
  width: 40%;
  height: 1.25rem;
  content: "";
  border-radius: 18px;
  background: #fff5e6;
}

.seat::before {
  left: 7%;
}

.seat::after {
  right: 7%;
}

.seat-one {
  left: 14%;
}

.seat-two {
  right: 17%;
  width: 25%;
  transform: scale(0.82);
  transform-origin: bottom right;
}

.lamp {
  position: absolute;
  right: 11%;
  bottom: 34%;
  z-index: 3;
  width: 2.15rem;
  height: 3.35rem;
  border-bottom: 2.2rem solid #151015;
  border-left: 0.58rem solid transparent;
  border-right: 0.58rem solid transparent;
}

.lamp::before {
  position: absolute;
  left: -0.43rem;
  top: -0.38rem;
  width: 1.9rem;
  height: 0.86rem;
  content: "";
  border-radius: 50% 50% 0 0;
  background: var(--gold);
}

.section {
  padding: 3rem 0;
}

#guests,
#hosts,
#how-it-works,
#trust,
#faq,
#launch {
  scroll-margin-top: 5.25rem;
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 1.9rem;
}

.section-heading.compact {
  margin-bottom: 1.2rem;
}

.section-heading p:not(.eyebrow),
.audience-card p,
.step-list p,
.trust-grid p,
.launch-panel p,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.audience-section,
.process-section,
.trust-section,
.launch-section {
  border-top: 1px solid rgba(104, 31, 53, 0.09);
}

.audience-grid,
.trust-grid,
.faq-list {
  display: grid;
  gap: 1.1rem;
}

.audience-card,
.trust-grid li,
.faq-list details {
  border: 1px solid rgba(104, 31, 53, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 0.8rem 1.8rem rgba(42, 25, 31, 0.06);
}

.audience-card {
  min-height: auto;
  padding: 1.15rem;
}

.host-card {
  background:
    linear-gradient(140deg, rgba(104, 31, 53, 0.07), rgba(217, 166, 64, 0.1)),
    rgba(255, 253, 248, 0.86);
}

.card-label {
  display: inline-flex;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: var(--burgundy-soft);
  color: var(--burgundy);
  padding: 0.44rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.audience-card h3 {
  max-width: 27rem;
  font-size: 1.45rem;
}

.audience-card p {
  max-width: 31rem;
  margin-bottom: 0;
}

.step-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  min-height: auto;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: start;
  border: 1px solid rgba(104, 31, 53, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.86);
  padding: 1rem;
  box-shadow: 0 0.8rem 1.8rem rgba(42, 25, 31, 0.05);
}

.step-number {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--burgundy);
  color: #fffaf1;
  font-size: 0.78rem;
  font-weight: 860;
}

.step-list h3 {
  margin-bottom: 0.45rem;
}

.step-list p {
  margin-bottom: 0;
}

.trust-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-grid li {
  min-height: auto;
  padding: 1.15rem;
}

.trust-grid h3 {
  color: var(--burgundy);
}

.launch-section {
  padding-bottom: 3.4rem;
}

.launch-panel {
  display: grid;
  gap: 1.4rem;
  align-items: center;
  border-radius: var(--radius-large);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.96), rgba(246, 223, 155, 0.34)),
    var(--paper-warm);
  padding: 1.5rem;
  box-shadow: var(--shadow-panel);
}

.launch-panel h2 {
  max-width: 12ch;
}

.launch-panel p {
  max-width: 34rem;
  margin-bottom: 0;
}

.faq-block {
  margin-top: 3.2rem;
}

.faq-list details {
  padding: 1rem 1.15rem;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 780;
}

.faq-list summary::marker {
  color: var(--gold);
}

.faq-list p {
  margin: 0.72rem 0 0;
}

.site-footer {
  display: grid;
  gap: 1.2rem;
  align-items: center;
  border-top: 1px solid rgba(104, 31, 53, 0.12);
  padding: 2.2rem 0 2.6rem;
}

.footer-brand {
  margin-bottom: 0.5rem;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-status {
  color: var(--burgundy);
  font-weight: 760;
}

@media (min-width: 680px) {
  :root {
    --gutter: 2rem;
  }

  h1 {
    font-size: 4.25rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  .section {
    padding: 4.7rem 0;
  }

  .audience-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cinema-scene {
    height: auto;
    min-height: 24rem;
  }

  .cinema-scene::before {
    inset: 1.1rem;
  }

  .poster-card {
    left: 1.35rem;
    top: 1.35rem;
    gap: 0.16rem;
    max-width: 11.4rem;
    padding: 0.9rem;
  }

  .poster-kicker,
  .poster-meta {
    font-size: 0.72rem;
  }

  .poster-title {
    font-size: 1.12rem;
  }

  .screen-wrap {
    left: 8%;
    right: 8%;
    top: 31%;
  }

  .screen {
    height: 9.1rem;
    border-width: 0.42rem;
    border-radius: 20px;
  }

  .projector-beam {
    height: 7.8rem;
  }

  .room-floor {
    height: 39%;
  }

  .seat {
    height: 3rem;
    border-radius: 20px 20px 9px 9px;
    box-shadow:
      inset 0 -1.05rem 0 rgba(104, 31, 53, 0.24),
      0 0.7rem 0 rgba(0, 0, 0, 0.2);
  }

  .seat::before,
  .seat::after {
    top: -1rem;
    height: 1.8rem;
  }

  .lamp {
    width: 3rem;
    height: 4.7rem;
    border-bottom-width: 3.1rem;
    border-left-width: 0.8rem;
    border-right-width: 0.8rem;
  }

  .lamp::before {
    left: -0.58rem;
    top: -0.5rem;
    width: 2.6rem;
    height: 1.15rem;
  }

  .step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .launch-section {
    padding-bottom: 5.2rem;
  }

  .launch-panel {
    grid-template-columns: 1fr auto;
    padding: 2rem;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 900px) {
  .nav {
    padding: 0.9rem 0;
  }

  .nav-links a {
    display: inline-flex;
  }

  .audience-card {
    padding: 1.6rem;
  }

  .card-label {
    margin-bottom: 1.3rem;
  }

  .audience-card h3 {
    font-size: 1.8rem;
  }

  .audience-card p {
    margin-bottom: 5.4rem;
  }

  .step-list li {
    min-height: 9.5rem;
  }

  .trust-grid li {
    min-height: 12rem;
    padding: 1.35rem;
  }
}

@media (min-width: 980px) {
  h1 {
    font-size: 5.15rem;
  }

  .hero {
    grid-template-columns: 1.03fr 0.82fr;
    align-items: center;
    padding-top: 5.8rem;
    padding-bottom: 4.8rem;
  }

  .hero-lede {
    font-size: 1.22rem;
  }

  .cinema-scene {
    min-height: 30rem;
  }

  .audience-card {
    padding: 2rem;
  }

  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  :root {
    --gutter: 1rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero {
    gap: 1.35rem;
    padding-top: 2.35rem;
    padding-bottom: 2.05rem;
  }

  .hero-actions {
    gap: 0.6rem;
  }

  .hero-actions .button {
    flex: 1 1 8.6rem;
    padding-inline: 0.85rem;
  }

  .cinema-scene {
    height: 14.75rem;
  }

  .poster-card {
    left: 1rem;
    top: 1rem;
  }

  .screen-wrap {
    left: 7%;
    right: 7%;
  }

  .audience-card,
  .trust-grid li,
  .launch-panel {
    padding: 1.15rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
