:root {
  --teal: #057294;
  --deep-teal: #034e66;
  --night: #082f3a;
  --cream: #fff3d6;
  --gold: #f3bd43;
  --ink: #15363d;
  --line: rgba(255, 243, 214, 0.24);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cream);
  background: var(--teal);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 243, 214, 0.18), transparent 25rem),
    radial-gradient(circle at 8% 32%, rgba(48, 229, 220, 0.14), transparent 30rem),
    linear-gradient(150deg, var(--teal), var(--deep-teal) 58%, var(--night));
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.26'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.wordmark {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 7vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.72;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(249, 215, 143, 0.58), -2px 5px 0 rgba(48, 229, 220, 0.26);
  transform: rotate(-3deg);
}

.application-link {
  padding: 10px 14px;
  color: rgba(255, 243, 214, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.application-link:hover {
  color: var(--cream);
  background: rgba(255, 243, 214, 0.1);
  transform: translateY(-2px);
}

.hero {
  display: grid;
  gap: clamp(32px, 4vw, 52px);
  padding: clamp(42px, 5vw, 72px) 0 90px;
  text-align: center;
}

.hero-copy {
  max-width: 900px;
  margin: 0 auto;
}

.eyebrow,
.section-number {
  margin: 0;
  color: rgba(255, 243, 214, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

h1 {
  max-width: 1000px;
  margin: 16px auto 22px;
  font-size: clamp(4rem, 7vw, 6.8rem);
  line-height: 0.8;
}

h1 em {
  position: relative;
  display: inline-block;
  color: var(--gold);
  font-weight: inherit;
  transform: rotate(-4deg);
}

h1 em::after {
  position: absolute;
  right: -0.04em;
  bottom: -0.07em;
  left: 0;
  height: 0.055em;
  content: "";
  background: var(--gold);
  border-radius: 999px;
  transform: rotate(-2deg);
}

.dek {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 243, 214, 0.84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.5;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.hero-notes span {
  padding: 8px 13px;
  color: rgba(255, 243, 214, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-stage {
  position: relative;
}

.video-stage::before,
.video-stage::after {
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  content: "";
  background: var(--gold);
  opacity: 0.72;
  filter: blur(0.5px);
}

.video-stage::before {
  top: -18px;
  left: -18px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.video-stage::after {
  right: -18px;
  bottom: 28px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 6px solid var(--cream);
  border-radius: 20px 15px 22px 17px;
  background: var(--night);
  box-shadow: 0 32px 80px rgba(0, 25, 32, 0.42), 0 0 0 1px rgba(0, 0, 0, 0.18);
  transform: rotate(-0.35deg);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-caption {
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(255, 243, 214, 0.65);
  font-size: 0.9rem;
  line-height: 1.6;
}

.manifesto,
.transcript-section,
.faq {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(80px, 11vw, 140px) 0;
  border-top: 1px solid var(--line);
}

h2 {
  margin: 12px 0 0;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  line-height: 0.92;
}

.manifesto-copy {
  padding-top: 26px;
  color: rgba(255, 243, 214, 0.78);
  font-size: clamp(1.05rem, 1.65vw, 1.25rem);
  line-height: 1.72;
}

.manifesto-copy p {
  margin: 0 0 1.4em;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: clamp(90px, 12vw, 160px);
}

.proof-grid article {
  min-height: 310px;
  padding: clamp(24px, 3vw, 38px);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 32px 22px 28px 20px;
  background: rgba(255, 243, 214, 0.9);
  box-shadow: 0 22px 52px rgba(0, 35, 44, 0.18), inset 0 2px 0 rgba(255, 255, 255, 0.72);
  transform: rotate(-0.5deg);
}

.proof-grid article:nth-child(2) {
  transform: translateY(28px) rotate(0.7deg);
}

.proof-grid article:nth-child(3) {
  transform: rotate(-0.8deg);
}

.proof-grid .eyebrow {
  color: rgba(21, 54, 61, 0.55);
}

.proof-grid h3 {
  margin: 52px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.proof-grid p:last-child {
  margin: 0;
  color: rgba(21, 54, 61, 0.72);
  line-height: 1.6;
}

.transcript-section {
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
}

.transcript-intro {
  position: sticky;
  top: 36px;
  align-self: start;
}

.transcript-intro .section-number {
  margin-bottom: 48px;
}

.transcript-intro p:last-child {
  max-width: 42ch;
  color: rgba(255, 243, 214, 0.68);
  line-height: 1.65;
}

.transcript {
  padding: clamp(28px, 5vw, 58px);
  color: var(--ink);
  border-radius: 40px 28px 36px 26px;
  background: rgba(255, 243, 214, 0.94);
  box-shadow: 0 32px 80px rgba(0, 25, 32, 0.34);
}

.transcript p {
  margin: 0 0 1.3em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.55vw, 1.26rem);
  line-height: 1.75;
}

.transcript p:nth-child(1),
.transcript p:nth-child(2),
.transcript p:last-child {
  font-size: clamp(1.35rem, 2.15vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.transcript p:last-child {
  margin-bottom: 0;
  color: var(--deep-teal);
}

.faq {
  grid-template-columns: 54px minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.faq dl {
  margin: 0;
}

.faq dl div {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.faq dl div:last-child {
  border-bottom: 1px solid var(--line);
}

.faq dt {
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 800;
}

.faq dd {
  margin: 0;
  color: rgba(255, 243, 214, 0.68);
  line-height: 1.65;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 0 50px;
  color: rgba(255, 243, 214, 0.62);
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
  line-height: 1.5;
}

footer a {
  font-weight: 800;
}

@media (max-width: 880px) {
  .hero {
    padding-top: 70px;
  }

  .manifesto,
  .faq {
    grid-template-columns: 34px 1fr;
  }

  .manifesto-copy,
  .faq dl {
    grid-column: 2;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid article,
  .proof-grid article:nth-child(2),
  .proof-grid article:nth-child(3) {
    min-height: 240px;
    transform: none;
  }

  .proof-grid h3 {
    margin-top: 34px;
  }

  .transcript-section {
    grid-template-columns: 1fr;
  }

  .transcript-intro {
    position: static;
  }

  .transcript-intro .section-number {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .site-header,
  main,
  footer {
    width: min(100% - 26px, 1180px);
  }

  .site-header {
    align-items: flex-start;
  }

  .application-link {
    max-width: 150px;
    padding: 8px 10px;
    font-size: 0.65rem;
    line-height: 1.4;
    text-align: center;
  }

  .hero {
    gap: 46px;
    padding: 54px 0 72px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 5rem);
    line-height: 0.84;
  }

  .dek {
    font-size: 1.13rem;
  }

  .video-frame {
    border-width: 3px;
    border-radius: 12px;
    transform: none;
  }

  .video-stage::before,
  .video-stage::after {
    display: none;
  }

  .manifesto,
  .faq {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 72px 0;
  }

  .manifesto-copy,
  .faq dl {
    grid-column: auto;
    padding-top: 0;
  }

  h2 {
    font-size: clamp(2.65rem, 14vw, 4.4rem);
  }

  .proof-grid {
    padding-bottom: 90px;
  }

  .transcript-section {
    padding: 72px 0;
  }

  .transcript {
    padding: 28px 22px;
    border-radius: 24px 18px 22px 16px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .video-stage,
  .proof-grid article {
    animation: reveal 700ms both;
  }

  .video-stage {
    animation-delay: 120ms;
  }

  .proof-grid article:nth-child(2) {
    animation-delay: 90ms;
  }

  .proof-grid article:nth-child(3) {
    animation-delay: 180ms;
  }

  @keyframes reveal {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
    }
  }
}
