:root {
  --header: 132px;
  --cream: #f7f3ea;
  --cream-2: #fbf7f0;
  --paper: #fffcf7;
  --ink: #14342a;
  --green: #0b5138;
  --green-deep: #0f3d2e;
  --line: #e4d5c2;
  --orange: #d4531e;
  --orange-deep: #c2410c;
  --muted: #3e534a;
  --shadow: 0 16px 40px rgba(20, 52, 42, 0.1);
  --serif: Fraunces, Georgia, "Times New Roman", serif;
  --sans: Outfit, "Segoe UI", sans-serif;
  --script: Caveat, "Segoe Script", cursive;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(900px 420px at 110% -10%, rgba(212, 83, 30, 0.08), transparent 60%),
    radial-gradient(700px 380px at -15% 12%, rgba(11, 81, 56, 0.06), transparent 55%),
    var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.55;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange-deep);
  outline-offset: 3px;
}

::selection {
  background: #f3c7b0;
  color: var(--green);
}

[id] {
  scroll-margin-top: var(--header);
}

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 30;
  background: var(--green);
  color: var(--cream);
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
}

.skip:focus {
  top: 12px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
}

.eyebrow-light {
  color: #f0c2a4;
}

h1,
h2,
h3,
.daily-title,
.banner-title {
  font-family: var(--serif);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

h1 {
  margin: 8px 0 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  color: var(--green);
}

h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  color: var(--green);
}

h3 {
  margin: 0;
  font-size: 1.45rem;
}

.lede,
.section-lead,
.sample-lead,
.band-lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.lede {
  max-width: 38rem;
  margin: 18px 0 0;
  font-size: 1.16rem;
}

.bloom {
  width: 64px;
  height: auto;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 243, 234, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}

.bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  min-height: 72px;
  padding: 10px 0;
}

.brand {
  display: flex;
  margin-right: auto;
  text-decoration: none;
}

.brand-mark {
  height: 46px;
  width: auto;
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  order: 3;
  flex-basis: 100%;
}

.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--green);
  padding: 6px 0;
}

.nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  color: var(--green);
}

.btn-green {
  background: var(--green);
  color: var(--cream);
}

.btn-green:hover {
  background: #083f2c;
}

.btn-ghost {
  border-color: var(--green);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(11, 81, 56, 0.06);
}

.hero {
  position: relative;
  overflow-x: clip;
  padding: 18px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-stage {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 28px 0 8px;
}

.stage-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.blob {
  position: absolute;
  display: block;
}

.blob-green {
  width: 150px;
  height: 120px;
  right: -28px;
  top: -8px;
  background: #1b6b45;
  border-radius: 58% 42% 62% 38% / 42% 48% 52% 58%;
}

.blob-orange {
  width: 170px;
  height: 140px;
  left: -20px;
  bottom: 30px;
  background: #e36a32;
  border-radius: 46% 54% 40% 60% / 52% 38% 62% 48%;
}

.dot {
  position: absolute;
  border-radius: 50%;
  background: #f15a24;
}

.dot-a { width: 14px; height: 14px; right: 18%; top: 18%; }
.dot-b { width: 10px; height: 10px; left: 22%; bottom: 22%; background: #fff; }
.dot-c { width: 8px; height: 8px; right: 28%; bottom: 14%; background: #0b5138; }

.float-tile {
  position: absolute;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  background: var(--paper);
  color: var(--green);
  border-radius: 18px;
  font-family: var(--serif);
  font-weight: 650;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 20px rgba(20, 52, 42, 0.12), 0 2px 0 #e7d8c4;
}

.t1 { left: 0; top: 10%; transform: rotate(-12deg); }
.t2 { right: 0; top: 38%; transform: rotate(8deg); }
.t3 { left: 0; bottom: 10%; transform: rotate(-6deg); }

.hero-script {
  margin: 28px 0 0;
}

.phone {
  position: relative;
  z-index: 1;
  width: min(300px, 78%);
  padding: 10px;
  border-radius: 40px;
  background: linear-gradient(160deg, #3c3c3c, #141414);
  box-shadow:
    0 24px 50px rgba(18, 52, 40, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.phone-screen {
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 9 / 18;
  background: var(--cream);
}

.phone-screen img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.section {
  padding: 64px 0;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 28px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-lead {
  margin: 14px 0 0;
}

.play-layout {
  display: grid;
  gap: 36px;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.steps p {
  margin: 0;
}

.num {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 650;
}

.equation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 26px 0 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.chip-green {
  background: var(--green);
  color: var(--cream);
}

.chip-orange {
  background: var(--orange-deep);
  color: #fff;
}

.op {
  font-weight: 700;
  color: var(--green);
}

.equation-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.script-line {
  margin: 18px 0 0;
  font-family: var(--script);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--green);
}

.sample h3 {
  color: var(--green);
}

.sample-lead {
  margin: 8px 0 14px;
}

.board {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--shadow);
  min-height: 280px;
}

.board-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.sound-btn {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--green);
  font-weight: 700;
  font-size: 0.86rem;
  padding: 0 12px;
  cursor: pointer;
}

.clue-list {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.clue {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.clue[aria-pressed="true"] {
  background: var(--paper);
  border-color: var(--line);
}

.clue-count {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px solid var(--green);
  color: var(--green);
  font-size: 0.85rem;
  font-weight: 700;
}

.clue.solved .clue-count {
  background: var(--green);
  color: var(--cream);
  border-color: var(--green);
}

.clue-text {
  font-weight: 600;
}

.well {
  min-height: 72px;
  border: 1.5px dashed #e2b089;
  border-radius: 16px;
  background: var(--paper);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px;
}

.well:has(.answer-pill) {
  justify-content: center;
}

.well.shake {
  animation: shake 0.35s ease;
}

.placeholder {
  color: var(--muted);
  font-size: 0.95rem;
}

.placed {
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 12px;
  background: #f4efe4;
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 2px 0 #e4d7c4;
}

.answer-pill {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: var(--orange-deep);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
}

.status {
  min-height: 1.4em;
  margin: 10px 2px;
  color: var(--muted);
  font-size: 0.95rem;
}

.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.crumb {
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: #f3ecdf;
  color: var(--green);
  font-family: var(--serif);
  font-weight: 650;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 2px 0 #e3d5c0;
}

.crumb:hover:not(:disabled) {
  transform: translateY(-1px);
}

.crumb.used {
  opacity: 0.38;
}

.crumb.hinted {
  outline: 3px solid var(--orange);
  background: #fff;
  opacity: 1;
}

.crumb:disabled {
  cursor: default;
}

.actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.mini,
.submit,
.again {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mini img {
  width: 18px;
  height: 18px;
}

.mini:disabled,
.submit:disabled,
.crumb:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.crumb.used:disabled {
  opacity: 0.38;
}

.submit,
.again {
  width: 100%;
  margin-top: 8px;
  border: 0;
  background: #e4ddd2;
  color: #3f3a34;
}

.submit.ready,
.again {
  background: var(--green);
  color: var(--cream);
  opacity: 1;
}

.badge {
  min-width: 1.3rem;
  height: 1.3rem;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--green);
  color: var(--cream);
  font-size: 0.75rem;
  display: inline-grid;
  place-items: center;
}

.banner {
  text-align: center;
  background:
    radial-gradient(circle at 18% 28%, #f15a24 0 4px, transparent 5px),
    radial-gradient(circle at 82% 22%, #1f7a4e 0 4px, transparent 5px),
    radial-gradient(circle at 48% 78%, #e2b089 0 3px, transparent 4px),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 14px 14px;
  margin-bottom: 12px;
}

.banner .bloom {
  margin: 0 auto 6px;
  width: 48px;
}

.banner-title {
  margin: 0;
  font-size: 1.8rem;
  color: var(--green);
}

.banner p {
  margin: 6px 0 0;
  color: var(--muted);
}

.shots {
  display: grid;
  gap: 16px;
}

.shots figure {
  margin: 0;
}

.shots img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.shots figcaption {
  margin-top: 8px;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--muted);
}

.reel-controls {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cats li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px 14px 14px;
  box-shadow: 0 8px 20px rgba(20, 52, 42, 0.04);
}

.cat-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #f8ece3;
  margin-bottom: 12px;
}

.cat-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.cat-icon svg circle {
  fill: var(--orange);
  stroke: none;
}

.cats h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.cats p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.band {
  background: var(--green-deep);
  color: var(--cream);
  padding: 64px 0;
}

.band h2 {
  color: var(--cream);
}

.band-lead {
  color: #e7f0ea;
  max-width: 36rem;
}

.daily-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.daily-phone {
  justify-self: center;
}

.daily-card {
  margin-top: 22px;
  background: var(--cream-2);
  color: var(--ink);
  border-radius: 24px;
  padding: 18px 18px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 460px;
}

.daily-title {
  margin: 4px 0 0;
  font-size: 2.4rem;
  color: var(--ink);
}

.daily-sub {
  margin: 2px 0 0;
  color: var(--muted);
}

.round-play {
  width: 64px;
  height: 64px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
}

.round-play svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  margin-left: 3px;
}

.round-play:hover {
  background: #083f2c;
}

.band .phone {
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.trailer-wrap video {
  width: min(880px, 100%);
  margin-inline: auto;
  display: block;
  border-radius: 28px;
  background: #10281f;
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 14px;
}

.footer-mark {
  height: 58px;
}

.footer-tag {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--green);
}

.footer-note {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
}

.to-top {
  font-weight: 700;
  color: var(--green);
}

@keyframes shake {
  0%,
  100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}

@keyframes drift {
  0%,
  100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.float-tile {
  animation: drift 5.5s ease-in-out infinite;
}

.t2 { animation-delay: -1.6s; }
.t3 { animation-delay: -3s; }

@media (min-width: 720px) {
  .cats {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 860px) {
  :root {
    --header: 88px;
  }

  .nav {
    order: 0;
    flex-basis: auto;
  }

  .hero {
    padding-top: 12px;
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
    padding-bottom: 24px;
  }

  .play-layout {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }

  .shots {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .daily-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 28px;
  }

  .section {
    padding: 96px 0;
  }

  .band {
    padding: 96px 0;
  }
}

@media (max-width: 1080px) {
  .float-tile,
  .dot,
  .blob {
    display: none;
  }
}

@media (max-width: 859px) {
  .has-js .reel-controls {
    display: flex;
  }

  .shots {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 14px;
    padding-bottom: 6px;
  }

  .shots figure {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
