
:root {
  --ink: #102b24;
  --paper: #f6f2e9;
  --lime: #b8ee45;
  --green: #174d3e;
  --orange: #ff6a3d;
  --cream: #fffaf0;
  --line: rgba(16, 43, 36, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(184, 238, 69, 0.2), transparent 24rem),
    linear-gradient(180deg, #faf7f0 0%, var(--paper) 100%);
  color: var(--ink);
  font-family: var(--font-body), sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(16, 43, 36, 0.14);
}

.brand span {
  display: grid;
  line-height: 0.95;
}

.brand b {
  font-family: var(--font-display), sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
}

.brand small {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  opacity: 0.62;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.site-header nav a:not(.nav-cta):hover,
.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
}

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
  padding-block: 84px 92px;
}

.eyebrow {
  margin: 0 0 16px;
  color: #397264;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.legal-hero h1 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(72px, 9vw, 128px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.8;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--orange);
}

.hero-lede {
  max-width: 620px;
  margin: 34px 0 0;
  color: #405b53;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button.primary {
  background: var(--green);
  color: white;
  box-shadow: 0 12px 30px rgba(23, 77, 62, 0.2);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.platform-note {
  margin: 16px 0 0;
  color: #6c7b76;
  font-size: 12px;
  font-weight: 700;
}

.turn-stage {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.turn-stage::before {
  content: "";
  position: absolute;
  inset: 4% 0;
  z-index: -3;
  border-radius: 50%;
  background: var(--lime);
  transform: rotate(-5deg);
}

.orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(16, 43, 36, 0.24);
  border-radius: 50%;
}

.orbit-one {
  width: 92%;
  height: 72%;
  transform: rotate(16deg);
}

.orbit-two {
  width: 76%;
  height: 94%;
  transform: rotate(-18deg);
}

.turn-card {
  width: min(430px, 86%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 32px;
  background: var(--ink);
  color: white;
  box-shadow: 0 32px 70px rgba(16, 43, 36, 0.27);
  transform: rotate(2deg);
  animation: settle 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes settle {
  from {
    opacity: 0;
    transform: translateY(24px) rotate(5deg);
  }
}

.turn-card-topline,
.turn-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.room-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  opacity: 0.6;
}

.live-dot {
  color: var(--lime);
  font-size: 10px;
  font-weight: 900;
}

.current-player {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.hand {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 31px;
  transform: rotate(-24deg);
}

.current-player p {
  margin: 0 0 4px;
  font-size: 13px;
  opacity: 0.58;
}

.current-player strong {
  font-family: var(--font-display), sans-serif;
  font-size: 31px;
  text-transform: uppercase;
}

.player-stack {
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.player-stack span,
.player-stack small {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #f2efe7;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
}

.player-stack span:first-child {
  margin-left: 0;
  background: var(--orange);
}

.player-stack small {
  background: #5f756e;
  color: white;
}

.turn-progress {
  height: 6px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

.turn-progress span {
  width: 63%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--lime);
}

.turn-meta {
  margin-top: 14px;
  font-size: 11px;
  opacity: 0.72;
}

.turn-meta b {
  color: var(--lime);
  opacity: 1;
}

.next-chip {
  position: absolute;
  right: 0;
  bottom: 56px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: rotate(-6deg);
}

.feature-band {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--green);
  color: white;
}

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

.feature {
  min-height: 320px;
  padding: 50px 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.feature:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.feature > span {
  color: var(--lime);
  font-family: var(--font-display), sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.feature h2,
.use-cases h2,
.closing h2 {
  margin: 54px 0 14px;
  font-family: var(--font-display), sans-serif;
  font-size: 42px;
  line-height: 0.95;
  text-transform: uppercase;
}

.feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.use-cases {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  padding-block: 120px;
}

.use-cases h2 {
  max-width: 350px;
  margin-top: 0;
  font-size: 58px;
}

.case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.case-list span {
  padding: 24px 10px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.case-list span:nth-child(odd) {
  margin-right: 26px;
}

.closing {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 54px 64px;
  border-radius: 40px 40px 0 0;
  background: var(--orange);
  color: var(--ink);
}

.closing .eyebrow {
  color: var(--ink);
  opacity: 0.65;
}

.closing h2 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(48px, 7vw, 76px);
}

.light-button {
  flex: 0 0 auto;
  background: var(--cream) !important;
  color: var(--ink) !important;
}

.site-footer {
  padding-block: 58px;
  background: var(--ink);
  color: white;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}

.site-footer strong {
  font-family: var(--font-display), sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.site-footer p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 24px;
  font-size: 13px;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-hero {
  padding-block: 90px 58px;
}

.legal-hero h1 {
  max-width: 900px;
  font-size: clamp(64px, 10vw, 116px);
}

.legal-hero > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: #486159;
  font-size: 18px;
  line-height: 1.7;
}

.legal-card {
  max-width: 940px;
  margin-bottom: 100px;
  padding: 54px 64px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 24px 70px rgba(16, 43, 36, 0.08);
}

.legal-card h2 {
  margin: 44px 0 12px;
  font-family: var(--font-display), sans-serif;
  font-size: 31px;
  text-transform: uppercase;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: #425c54;
  line-height: 1.75;
}

.legal-card a {
  color: #176b55;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-card .callout {
  margin-top: 34px;
  padding: 24px;
  border-left: 5px solid var(--orange);
  border-radius: 0 18px 18px 0;
  background: #fff5e7;
}

.updated {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 32px, 680px);
  }

  .site-header {
    min-height: 80px;
  }

  .site-header nav {
    gap: 15px;
  }

  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 62px 72px;
  }

  .hero h1 {
    font-size: clamp(68px, 21vw, 100px);
  }

  .turn-stage {
    min-height: 450px;
  }

  .next-chip {
    right: 3%;
  }

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

  .feature {
    min-height: auto;
    padding: 38px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .feature h2 {
    margin-top: 32px;
  }

  .use-cases {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 82px;
  }

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

  .case-list span:nth-child(odd) {
    margin-right: 0;
  }

  .closing {
    align-items: flex-start;
    flex-direction: column;
    padding: 48px 30px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .legal-hero {
    padding-block: 65px 40px;
  }

  .legal-card {
    padding: 34px 24px;
    border-radius: 24px;
  }
}

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

  .turn-card,
  .button {
    animation: none;
    transition: none;
  }
}
:root {
  --font-display: "Arial Narrow", "Avenir Next Condensed", sans-serif;
  --font-body: "Avenir Next", "Helvetica Neue", sans-serif;
}
