@font-face {
  font-family:Israr;
  src:url("assets/fonts/israr.otf") format("opentype");
  font-display:swap;
  font-weight:100 900
}

:root {
  color-scheme:dark;
  --ink:#102e30;
  --bg:#103b40;
  --cream:#fff5dc;
  --muted:#bfd4cf;
  --gold:#ffd253;
  --mint:#80dbc5;
  --line:#ffffff24;
  --display:Israr,Tahoma,sans-serif;
  --body:Tahoma,"Segoe UI",sans-serif
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--cream);
  font-family:var(--body);
  line-height:1.85
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
button,a,summary {
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid var(--mint);
  outline-offset:6px
}
button:disabled {
  cursor:default
}
img {
  max-width:100%
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-family:var(--display);
  font-weight:700;
  line-height:1.35
}
h2 {
  font-size:clamp(30px,3.4vw,46px)
}
h3 {
  font-size:26px
}
.wrap {
  width:min(1220px,calc(100% - 80px));
  margin-inline:auto
}
.skip-link {
  position:absolute;
  top:-100px;
  right:20px;
  background:var(--gold);
  color:var(--ink);
  padding:12px 20px;
  z-index:10
}
.skip-link:focus {
  top:12px
}
.site-header {
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-bottom:1px solid var(--line)
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font:36px var(--display)
}
.brand-tiles {
  width:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3px;
  transform:rotate(-8deg)
}
.brand-tiles i {
  font:bold 12px Tahoma;
  font-style:normal;
  text-align:center;
  color:var(--ink);
  border-radius:4px;
  background:var(--gold);
  height:19px;
  line-height:19px
}
.brand-tiles i:nth-child(2) {
  background:#e6a06d
}
.brand-tiles i:nth-child(3) {
  background:var(--mint)
}
.brand-tiles i:nth-child(4) {
  background:#ef8da9
}
.site-header nav {
  display:flex;
  gap:30px;
  font-size:14px
}
.site-header nav a,.site-footer nav a {
  padding-block:10px
}
.site-header a:hover,.site-footer a:hover {
  color:var(--gold)
}
.header-join {
  font-size:13px;
  border:1px solid #9cc5bd66;
  border-radius:8px;
  padding:10px 16px
}
.header-join span {
  margin-right:12px
}
.hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:25px;
  min-height:655px;
  padding-block:45px 48px
}
.eyebrow {
  font-size:12px;
  color:var(--gold);
  font-weight:700;
  letter-spacing:.3px
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:10px
}
.live-dot {
  height:7px;
  width:7px;
  background:var(--mint);
  border-radius:50%
}
.eyebrow-rule {
  height:1px;
  width:24px;
  background:#82b3a7
}
.hero h1 {
  font-size:clamp(70px,7.1vw,102px);
  line-height:1.08;
  margin-block:24px 22px;
  position:relative;
  width:fit-content;
  letter-spacing:-2px
}
.hero h1>span:first-child {
  color:var(--gold)
}
.title-spark {
  position:absolute;
  left:-61px;
  top:34px;
  font-size:55px;
  font-family:serif;
  transform:rotate(8deg);
  color:var(--mint)
}
.hero h2 {
  font-size:27px;
  margin-bottom:14px
}
.hero-description {
  max-width:520px;
  font-size:16px;
  line-height:1.95;
  color:var(--muted)
}
.hero-actions {
  display:flex;
  gap:12px;
  margin-top:28px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:60px;
  padding:13px 20px;
  border-radius:9px;
  font:21px var(--display);
  transition:transform .18s,background .18s;
  line-height:1.35
}
.button svg {
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  flex-shrink:0
}
.button small {
  display:block;
  font:11px var(--body);
  margin-top:5px;
  opacity:.85
}
.button-gold {
  color:var(--ink);
  background:var(--gold);
  border:1px solid var(--gold);
  box-shadow:0 4px 0 #b87d2c
}
.button-outline {
  border:1px solid #a4c9bf;
  background:#ffffff05
}
.button:hover {
  transform:translateY(-3px)
}
.button-gold:hover {
  background:#ffe18d
}
.button-outline:hover {
  background:#ffffff12
}
.solo-link {
  display:inline-flex;
  gap:7px;
  margin-top:23px;
  font-size:13px;
  min-height:44px;
  align-items:center;
  color:var(--muted)
}
.solo-link strong {
  color:var(--cream);
  text-decoration:underline;
  text-underline-offset:6px
}
.game-facts {
  display:flex;
  flex-wrap:wrap;
  gap:0;
  list-style:none;
  padding:0;
  margin:18px 0 0;
  color:var(--muted);
  font-size:12px
}
.game-facts li+li:before {
  content:"•";
  margin-inline:12px;
  color:var(--gold)
}

.show-art {
  position:relative;
  min-width:0;
  height:510px;
  isolation:isolate;
  background:radial-gradient(ellipse,#32978544,transparent 69%)
}
.orbit {
  position:absolute;
  border:1px solid #9cdbc730;
  border-radius:50%;
  height:430px;
  width:430px;
  left:calc(50% - 215px);
  top:35px;
  z-index:-1
}
.orbit-two {
  height:335px;
  width:335px;
  left:calc(50% - 167px);
  top:80px;
  border-style:dashed
}
.art-star {
  position:absolute;
  font-size:45px;
  color:var(--gold);
  font-family:serif
}
.star-one {
  left:13%;
  top:10px
}
.star-two {
  right:4%;
  bottom:60px;
  font-size:28px;
  color:var(--mint)
}
.show-board {
  position:absolute;
  inset:95px 13% auto;
  height:302px;
  background:var(--cream);
  color:var(--ink);
  border:5px solid #c69d5a;
  outline:3px solid #08282b;
  border-radius:20px;
  transform:rotate(-5deg);
  box-shadow:10px 14px 0 #05232680;
  text-align:center;
  padding:22px 20px
}
.board-kicker {
  font-size:13px;
  color:#50655e
}
.show-board strong {
  font:40px/1.25 var(--display);
  display:block;
  margin:12px 0 17px
}
.show-board em {
  font-style:normal;
  color:#287364
}
.board-answers {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  font-size:11px
}
.board-answers span {
  border:1px solid #b5c5b7;
  border-radius:5px;
  padding:4px
}
.board-answers .answer-highlight {
  grid-column:1/-1;
  background:var(--mint);
  border:2px solid var(--ink);
  font-size:14px;
  box-shadow:0 3px 0 var(--ink)
}
.answer-highlight b {
  margin-right:18px
}
.board-bottom {
  font:18px var(--display);
  display:block;
  margin-top:14px
}
.portrait {
  position:absolute;
  object-fit:contain;
  filter:drop-shadow(3px 5px 0 #082b2c77)
}
.portrait-one {
  width:164px;
  height:190px;
  right:-4px;
  top:43px;
  transform:rotate(12deg)
}
.portrait-two {
  width:154px;
  height:180px;
  left:-3px;
  top:220px;
  transform:rotate(-12deg)
}
.portrait-three {
  width:145px;
  height:172px;
  right:8%;
  bottom:0;
  transform:rotate(8deg)
}
.floating-label {
  position:absolute;
  top:52px;
  left:19%;
  padding:7px 17px;
  border:2px solid #08282b;
  background:#a9d2ad;
  color:#143931;
  border-radius:6px;
  font:17px var(--display);
  transform:rotate(5deg);
  box-shadow:3px 4px 0 #082b2c;
  z-index:1
}
.speed-ticket {
  position:absolute;
  bottom:47px;
  left:15%;
  background:var(--gold);
  color:var(--ink);
  border:2px solid var(--ink);
  border-radius:7px;
  transform:rotate(8deg);
  padding:10px 20px;
  text-align:center;
  box-shadow:4px 5px 0 #062b2c
}
.speed-ticket span {
  display:block;
  font-size:10px
}
.speed-ticket strong {
  font:bold 35px/1.2 var(--body)
}
.stage-base {
  position:absolute;
  height:42px;
  width:85%;
  background:#32746c;
  border:2px solid #6ba796;
  border-radius:50%;
  bottom:2px;
  left:7%;
  z-index:-1;
  box-shadow:0 15px 0 #174c49,0 18px 0 #529082
}
.art-caption {
  position:absolute;
  bottom:-49px;
  left:0;
  width:100%;
  font-size:12px;
  text-align:center;
  color:var(--muted)
}

.category-band {
  background:#0b2e33;
  border-block:1px solid var(--line)
}
.category-band .wrap {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  min-height:76px
}
.category-band span {
  font-size:13px;
  color:var(--muted)
}
.category-band b {
  font:23px var(--display);
  white-space:nowrap
}
.category-band i {
  color:var(--gold);
  font-style:normal
}
.section {
  padding-block:86px
}
.section-heading {
  text-align:center;
  margin-bottom:40px
}
.section-heading h2 {
  margin-block:10px 12px
}
.section-heading>p:last-child {
  color:var(--muted);
  font-size:15px
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  list-style:none;
  padding:0;
  margin:0
}
.steps li {
  position:relative;
  background:#19484a;
  border:1px solid var(--line);
  border-radius:14px;
  padding:28px
}
.step-number {
  position:absolute;
  top:17px;
  right:22px;
  font:bold 16px var(--body);
  color:#a8cdbf
}
.steps h3 {
  margin-block:20px 10px
}
.steps p {
  color:var(--muted);
  font-size:14px;
  line-height:1.9
}
.steps a {
  display:inline-flex;
  align-items:center;
  gap:15px;
  color:var(--gold);
  font-size:13px;
  min-height:44px;
  margin-top:10px
}
.step-visual {
  height:127px;
  display:flex;
  align-items:center;
  justify-content:center
}
.screen-visual>div {
  background:var(--cream);
  color:var(--ink);
  width:170px;
  border:5px solid #658e7c;
  border-radius:9px;
  box-shadow:0 9px 0 #092c2e;
  transform:rotate(-4deg);
  text-align:center;
  padding:12px
}
.screen-visual span {
  display:block;
  font-size:10px
}
.screen-visual b {
  font:30px var(--body);
  letter-spacing:5px
}
.phones-visual {
  gap:10px
}
.phones-visual>div {
  width:73px;
  height:115px;
  background:var(--mint);
  border:4px solid #102e30;
  border-radius:12px;
  text-align:center;
  transform:rotate(10deg);
  box-shadow:3px 4px 0 #082b2c55;
  padding:6px
}
.phones-visual>div+div {
  background:#f2c69e;
  transform:rotate(-10deg);
  margin-top:13px
}
.phones-visual img {
  height:66px;
  object-fit:contain
}
.phones-visual span {
  display:block;
  font-size:8px;
  color:var(--ink);
  font-weight:bold
}
.podium-visual {
  align-items:flex-end;
  direction:ltr;
  padding-bottom:6px
}
.podium-visual>span {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:#8bb9a1;
  color:var(--ink);
  width:62px;
  height:59px;
  border:2px solid var(--ink);
  font:bold 26px var(--body);
  transform:skewY(-5deg)
}
.podium-visual>span:nth-child(2) {
  height:93px;
  background:var(--gold)
}
.podium-visual>span:nth-child(3) {
  height:45px;
  background:var(--mint)
}
.podium-visual b {
  position:absolute;
  top:-32px;
  color:var(--gold);
  font:30px serif
}

.gameplay-section {
  background:var(--cream);
  color:var(--ink);
  padding-block:82px;
  background-image:url("assets/ui/paper-grain.svg")
}
.gameplay-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:90px
}
.gameplay-copy>.eyebrow {
  color:#326f60
}
.gameplay-copy h2 {
  font-size:58px;
  margin-block:14px 22px
}
.gameplay-copy h2 span {
  color:#267465
}
.gameplay-copy>p:not(.eyebrow) {
  font-size:15px;
  color:#52645c;
  max-width:485px
}
.rule-list {
  padding:0;
  list-style:none;
  margin:25px 0 0;
  display:grid;
  gap:22px
}
.rule-list li {
  display:flex;
  gap:16px
}
.rule-list li>span {
  border:1px solid #bdcbbd;
  border-radius:50%;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  flex-shrink:0;
  font:11px var(--body);
  margin-top:4px
}
.rule-list h3 {
  font-size:24px;
  margin-bottom:5px
}
.rule-list p {
  font-size:13px;
  color:#52645c
}
.demo-card {
  background:#fffdf6;
  border:2px solid var(--ink);
  border-radius:17px;
  box-shadow:10px 12px 0 #c0d1bc;
  padding:28px;
  text-align:center;
  transform:rotate(2deg);
  color:var(--ink)
}
.demo-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px;
  color:#55695f
}
.demo-top span:first-child {
  background:#deead9;
  color:#285b4b;
  padding:5px 10px;
  border-radius:5px
}
.demo-symbol {
  display:block;
  font:65px var(--display);
  line-height:1.2;
  color:#397c64;
  margin-top:25px
}
.demo-card h3 {
  font-size:34px;
  margin-block:10px 18px
}
.demo-card>p {
  font-size:12px;
  color:#55695f
}
.demo-answers {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:25px
}
.demo-answers button {
  display:flex;
  gap:12px;
  align-items:center;
  min-height:54px;
  border:1px solid #b6c9b9;
  border-radius:7px;
  background:transparent;
  color:var(--ink);
  padding:9px 12px;
  font-size:16px;
  cursor:pointer;
  transition:background .15s,border-color .15s
}
.demo-answers button span {
  font-size:10px;
  color:#55695f
}
.demo-answers button:hover:not(:disabled) {
  background:#e4efdf;
  border-color:#487f69
}
.demo-answers button.is-correct {
  background:#d3f5df;
  border:2px solid #397748
}
.demo-answers button.is-wrong {
  background:#ffe0dc;
  border:2px solid #a14942
}
.demo-card .demo-result {
  font-size:14px;
  color:#244b3d;
  min-height:56px;
  margin-top:18px;
  font-weight:700
}
.demo-reset {
  background:none;
  border:0;
  text-decoration:underline;
  text-underline-offset:5px;
  color:#2f725a;
  min-height:44px;
  cursor:pointer
}
.demo-note {
  border-top:1px solid #c9d5c4;
  padding-top:15px;
  margin-top:12px
}
.solo-section {
  display:flex;
  align-items:center;
  gap:32px;
  padding-block:62px;
  border-bottom:1px solid var(--line)
}
.solo-mark {
  display:grid;
  place-items:center;
  width:100px;
  height:105px;
  flex-shrink:0;
  border:2px solid #8bbca8;
  background:#357b68;
  box-shadow:6px 6px 0 #082b2c;
  border-radius:18px;
  transform:rotate(8deg);
  font:bold 65px var(--display);
  color:var(--gold)
}
.solo-section h2 {
  font-size:33px;
  margin-block:6px 10px
}
.solo-section p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  max-width:620px
}
.solo-section>.button {
  flex-shrink:0;
  margin-right:auto;
  font-size:19px
}
.faq-section {
  max-width:860px
}
.faq-list {
  border-top:1px solid var(--line)
}
details {
  border-bottom:1px solid var(--line);
  padding-block:6px
}
summary {
  font:24px/1.6 var(--display);
  cursor:pointer;
  min-height:62px;
  padding:16px 0;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px
}
summary::-webkit-details-marker {
  display:none
}
summary:after {
  content:"+";
  color:var(--gold);
  font:24px var(--body)
}
details[open] summary:after {
  content:"−"
}
details p {
  font-size:14px;
  color:var(--muted);
  padding:0 0 22px;
  line-height:2
}
.closing {
  text-align:center;
  padding:44px 24px 52px;
  background:#1b4c4c;
  border:1px solid #6aa58d66;
  border-radius:20px;
  margin-bottom:65px
}
.closing h2 {
  margin-block:12px 24px;
  font-size:43px
}
.closing-actions {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px
}
.closing-actions>a:last-child {
  font-size:14px;
  text-decoration:underline;
  text-underline-offset:6px;
  min-height:44px;
  display:grid;
  place-items:center
}
.site-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding-bottom:32px
}
.footer-brand {
  font:30px var(--display)
}
.site-footer p {
  font-size:11px;
  color:var(--muted)
}
.site-footer nav {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  font-size:12px;
  color:var(--muted)
}

@media(min-width:1450px) {
  .hero {
  min-height:710px
}
.hero h1 {
  font-size:108px
}

}

@media(max-width:1100px) {
  .wrap {
  width:calc(100% - 48px)
}
.hero {
  gap:12px
}
.hero-actions {
  flex-wrap:wrap
}
.show-art {
  transform:scale(.9);
  margin-inline:-18px
}
.gameplay-grid {
  gap:40px
}
.solo-section {
  gap:24px
}
.solo-mark {
  display:none
}
.category-band .wrap {
  gap:15px
}
.category-band b {
  font-size:20px
}
.site-header nav {
  gap:20px
}
.button {
  font-size:19px;
  padding:12px 16px
}

}

@media(max-width:780px) {
  .wrap {
  width:calc(100% - 40px)
}
.site-header {
  min-height:85px;
  gap:12px;
  flex-wrap:wrap;
  padding-block:15px
}
.brand {
  font-size:30px
}
.site-header nav {
  order:3;
  width:100%;
  justify-content:center;
  gap:28px;
  border-top:1px solid var(--line);
  padding-top:10px;
  font-size:12px
}
.header-join {
  font-size:11px;
  padding:8px 10px
}
.hero {
  grid-template-columns:1fr;
  padding-top:30px;
  gap:0
}
.hero-copy {
  max-width:560px;
  margin:auto;
  width:100%
}
.hero h1 {
  font-size:84px
}
.hero h2 {
  font-size:26px
}
.hero-description {
  font-size:15px
}
.hero-actions {
  flex-wrap:nowrap
}
.hero-actions .button {
  flex:1
}
.hero-actions .cta-arrow {
  display:none
}
.hero .eyebrow {
  font-size:10px
}
.show-art {
  width:min(100%,490px);
  height:500px;
  margin:15px auto 30px;
  transform:none
}
.category-band .wrap {
  justify-content:center;
  flex-wrap:wrap;
  gap:9px 17px;
  padding-block:18px
}
.category-band span {
  width:100%;
  text-align:center;
  margin-bottom:5px
}
.category-band b {
  font-size:19px
}
.category-band i:last-of-type {
  display:none
}
.category-band b:last-child {
  display:none
}
.section {
  padding-block:58px
}
.steps {
  grid-template-columns:1fr
}
.steps li {
  padding:24px 28px
}
.steps .step-visual {
  height:135px
}
.steps h3 {
  margin-top:18px
}
.steps p {
  font-size:15px
}
.gameplay-section {
  padding-block:55px
}
.gameplay-grid {
  grid-template-columns:1fr;
  gap:40px
}
.gameplay-copy h2 {
  font-size:49px
}
.demo-card {
  width:min(100% - 10px,450px);
  margin:auto;
  padding:24px;
  transform:rotate(1deg)
}
.solo-section {
  flex-direction:column;
  align-items:flex-start;
  padding-block:45px;
  gap:25px
}
.solo-section>.button {
  margin-right:0
}
.solo-section h2 {
  font-size:31px
}
.closing {
  margin-bottom:38px
}
.closing h2 {
  font-size:34px
}
.closing-actions {
  flex-direction:column;
  gap:20px
}
.site-footer {
  flex-direction:column;
  align-items:flex-start;
  gap:20px
}
.site-footer nav {
  gap:6px 20px
}
.section-heading {
  margin-bottom:30px
}
summary {
  font-size:22px
}

}

@media(max-width:390px) {
  .hero-actions {
  flex-direction:column
}
.hero-actions .button {
  justify-content:flex-start;
  min-height:68px
}
.hero-actions .cta-arrow {
  display:block;
  margin-right:auto
}
.hero h1 {
  font-size:73px
}
.title-spark {
  left:-43px;
  font-size:39px
}
.show-art {
  height:435px
}
.show-board {
  inset:85px 10% auto;
  height:278px;
  padding:18px 12px
}
.show-board strong {
  font-size:33px
}
.portrait-one {
  width:125px;
  right:-10px;
  top:43px
}
.portrait-two {
  width:117px;
  left:-8px;
  top:204px
}
.portrait-three {
  width:122px;
  bottom:-12px
}
.floating-label {
  left:13%;
  font-size:14px
}
.speed-ticket {
  bottom:10px;
  left:8%;
  padding:8px 16px
}
.orbit {
  width:290px;
  height:340px;
  left:calc(50% - 145px)
}
.orbit-two {
  width:230px;
  height:270px;
  left:calc(50% - 115px)
}
.art-caption {
  bottom:-40px
}
.demo-card {
  padding:20px 16px
}
.demo-card h3 {
  font-size:29px
}
.demo-answers button {
  font-size:14px
}
.category-band .wrap {
  gap:8px 12px
}
.site-header nav {
  gap:19px
}

}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
*,*::before,*::after {
  transition:none!important
}
.button:hover {
  transform:none
}

}

/* Crop the supplied square portrait sheets to their existing circular artwork. */
.hero h1>span:not(.title-spark) {
  color:var(--gold)
}

.portrait {
  clip-path:circle(34% at 50% 50%);
  object-fit:cover;
  height:auto;
  aspect-ratio:1;
  width:210px
}

.portrait-one {
  right:-35px;
  top:25px
}
.portrait-two {
  left:-35px;
  top:207px
}
.portrait-three {
  right:4%;
  bottom:-24px;
  width:190px
}

.phones-visual img {
  clip-path:circle(34% at 50% 50%);
  object-fit:cover
}

@media(max-width:390px) {
  .portrait {
  width:165px
}
.portrait-one {
  right:-28px;
  top:34px
}
.portrait-two {
  left:-29px;
  top:201px
}
.portrait-three {
  right:2%;
  bottom:-25px;
  width:160px
}

}

@media(max-width:780px) {
  .portrait-one {
  right:0
}
.portrait-two {
  left:0
}

}

@media(max-width:350px) {
  .title-spark {
  left:4px;
  top:-23px;
  font-size:27px
}
.hero h1 {
  font-size:67px
}

}

.portrait-two {
  left:0
}

