:root {
  color-scheme: dark;
  --page-background:
    radial-gradient(circle at 16% 2%, rgba(180, 140, 255, 0.3), transparent 21rem),
    radial-gradient(circle at 86% 74%, rgba(22, 199, 196, 0.18), transparent 21rem),
    linear-gradient(180deg, #111642 0%, #090e2d 72%, #05091f 100%);
  --stage: #151a4a;
  --card: #fff9e5;
  --cream: #fff8dc;
  --muted: #d7d2c1;
  --ink: #10143a;
  --coral: #ff5b4f;
  --coral-dark: #e3453d;
  --teal: #16c7c4;
  --teal-dark: #0b9393;
  --gold: #ffc93d;
  --purple: #b48cff;
  --line: rgba(255, 201, 61, 0.4);
  --shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
  --soft-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--page-background);
  color: var(--cream);
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 248, 220, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 220, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
}

a {
  color: inherit;
}

.site-header,
.site-footer,
.section {
  padding-inline: clamp(18px, 4vw, 64px);
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding-block: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-weight: 950;
  text-decoration: none;
}

.brand img {
  width: clamp(132px, 16vw, 190px);
  height: auto;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.22));
}

.brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  box-shadow: var(--soft-shadow);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.button.secondary {
  background: var(--teal);
  color: var(--ink);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding-block: clamp(30px, 6vw, 88px);
}

.hero > * {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 201, 61, 0.35);
  border-radius: 999px;
  background: rgba(255, 201, 61, 0.12);
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--cream);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.85rem, 7vw, 6.6rem);
  text-wrap: balance;
}

.lede {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  font-weight: 720;
  overflow-wrap: break-word;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-art {
  position: relative;
  min-height: clamp(430px, 48vw, 620px);
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: clamp(18px, 3vw, 30px);
  border: 2px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(5, 9, 31, 0.08), rgba(5, 9, 31, 0.72)),
    image-set(url("/seo/assets/table-moment.webp") type("image/webp"), url("/seo/assets/table-moment.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.hero-art::before,
.hero-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-art::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 201, 61, 0.22), transparent 12rem),
    radial-gradient(circle at 86% 12%, rgba(22, 199, 196, 0.2), transparent 11rem);
}

.hero-art::after {
  width: 150px;
  height: 150px;
  right: -42px;
  bottom: -42px;
  border-radius: 999px;
  background: var(--teal);
  opacity: 0.72;
}

.hero-art > img {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: clamp(132px, 18vw, 210px);
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.32));
}

.prompt-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin-top: 120px;
}

.prompt-card {
  border: 3px solid rgba(255, 201, 61, 0.56);
  border-radius: 26px;
  background: var(--card);
  color: var(--ink);
  padding: 18px;
  box-shadow: 0 16px 36px rgba(5, 9, 31, 0.26);
}

.prompt-card:nth-child(2n) {
  transform: rotate(-1.2deg);
}

.prompt-card:nth-child(3n) {
  transform: rotate(1.2deg);
}

.prompt-label {
  display: block;
  margin-bottom: 8px;
  color: var(--coral-dark);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.prompt-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  line-height: 1.14;
}

.band {
  background: rgba(21, 26, 74, 0.72);
  border-block: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.08);
}

.section-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding-block: clamp(46px, 7vw, 86px);
}

.section h2 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  text-wrap: balance;
}

.copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 720;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.tile {
  min-height: 194px;
  border: 1px solid rgba(255, 201, 61, 0.3);
  border-radius: 22px;
  background: rgba(255, 249, 229, 0.08);
  padding: 22px;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.tile:hover {
  transform: translateY(-3px);
  background: rgba(255, 249, 229, 0.13);
}

.tile strong {
  display: block;
  margin-bottom: 10px;
  color: var(--cream);
  font-size: 1.18rem;
  line-height: 1.16;
}

.tile span {
  color: var(--muted);
  font-weight: 720;
}

.prompt-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.prompt-list li {
  position: relative;
  overflow: hidden;
  min-height: 96px;
  border: 2px solid rgba(255, 201, 61, 0.38);
  border-radius: 24px;
  background: var(--card);
  color: var(--ink);
  padding: 18px 18px 18px 22px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.prompt-list li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--teal);
}

.prompt-list li:nth-child(3n)::before {
  background: var(--coral);
}

.prompt-list li:nth-child(4n)::before {
  background: var(--gold);
}

.use-guide {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 201, 61, 0.34);
  border-radius: 24px;
  background: rgba(255, 249, 229, 0.08);
}

.use-guide h3 {
  margin-bottom: 0;
  color: var(--gold);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.use-guide p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-weight: 720;
}

.play-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  border: 2px solid rgba(255, 201, 61, 0.54);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 199, 196, 0.22), transparent 14rem),
    rgba(255, 201, 61, 0.13);
  padding: clamp(22px, 4vw, 36px);
  box-shadow: var(--soft-shadow);
}

.play-panel h3 {
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.play-panel p {
  margin: 0;
}

.site-footer {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding-block: 34px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 720;
}

.site-footer a {
  color: var(--cream);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero,
  .grid,
  .prompt-list,
  .play-panel {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-block: 12px;
  }

  .nav a:not(.button) {
    display: none;
  }

  .hero {
    padding-block: 22px 46px;
  }

  h1 {
    max-width: 9.5ch;
    font-size: clamp(2.3rem, 12.5vw, 3.55rem);
  }

  .lede,
  .hero-actions,
  .hero-art {
    max-width: min(100%, 350px);
  }

  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 470px;
    border-radius: 24px;
  }

  .prompt-stack {
    margin-top: 108px;
  }
}
