:root {
  --cream: #f6eed8;
  --paper: #f3e4c4;
  --butter: #f4d078;
  --gold: #e8b65a;
  --tan: #d2a06a;
  --tabby: #c07a3a;
  --fur: #8a5424;
  --ink: #3a2414;
  --bark: #5a3818;
  --sage: #8a9a62;
  --leaf: #6a7a42;
  --sky: #d8eaf2;
  --sky-deep: #b6d4e4;
  --cloud: #fff8ec;
  --dirt: #c4a06a;
  --white: #fffdf6;
  --fly: #2c2218;
  --shadow: rgba(58, 36, 20, 0.18);
  --display: "Bagel Fat One", "Comic Sans MS", cursive;
  --fuzzy: "Fuzzy Bubbles", "Comic Sans MS", cursive;
  --body: "Pangolin", "Comic Sans MS", cursive;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body);
  background: var(--cream);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

button {
  font: inherit;
  cursor: pointer;
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--ink);
  color: var(--cream);
  padding: 8px 14px;
  z-index: 80;
}

.skip:focus {
  left: 12px;
}

.meadow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1200px 540px at 12% -10%, rgba(244, 208, 120, 0.42), transparent 62%),
    radial-gradient(900px 480px at 90% 8%, rgba(184, 212, 228, 0.4), transparent 58%),
    linear-gradient(180deg, #eef4e2 0%, var(--cream) 38%, #efe0bc 100%);
}

.sky-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 248, 220, 0.55), transparent 22%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 46px,
      rgba(90, 56, 24, 0.015) 47px
    );
}

.paper-grain {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  mix-blend-mode: multiply;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

#driftCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sun {
  position: absolute;
  top: 54px;
  right: 9vw;
  width: 118px;
  height: 118px;
}

.sun-core {
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 32%, #fff6c4, var(--butter) 55%, var(--gold));
  box-shadow: 0 0 40px rgba(244, 208, 120, 0.7);
}

.sun-rays {
  position: absolute;
  inset: 0;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(244, 208, 120, 0.42) 0 8deg,
      transparent 8deg 22deg
    );
  border-radius: 50%;
  animation: spin 28s linear infinite;
}

.cloud {
  position: absolute;
  background: var(--cloud);
  border-radius: 60px;
  opacity: 0.72;
  filter: drop-shadow(0 8px 0 rgba(90, 56, 24, 0.04));
  animation: drift 36s linear infinite;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: 50%;
}

.cloud-a {
  width: 160px;
  height: 42px;
  top: 90px;
  left: -180px;
}

.cloud-a::before {
  width: 64px;
  height: 64px;
  top: -34px;
  left: 24px;
}

.cloud-a::after {
  width: 80px;
  height: 80px;
  top: -42px;
  left: 62px;
}

.cloud-b {
  width: 120px;
  height: 34px;
  top: 160px;
  left: -240px;
  animation-duration: 48s;
  animation-delay: -12s;
}

.cloud-b::before {
  width: 50px;
  height: 50px;
  top: -26px;
  left: 18px;
}

.cloud-b::after {
  width: 62px;
  height: 62px;
  top: -34px;
  left: 48px;
}

.cloud-c {
  width: 180px;
  height: 46px;
  top: 220px;
  left: -300px;
  animation-duration: 54s;
  animation-delay: -22s;
  opacity: 0.5;
}

.cloud-c::before {
  width: 70px;
  height: 70px;
  top: -36px;
  left: 28px;
}

.cloud-c::after {
  width: 88px;
  height: 88px;
  top: -48px;
  left: 70px;
}

.hill {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.hill-far {
  height: 28vh;
  fill: #dce6b8;
  opacity: 0.45;
}

.hill-near {
  height: 22vh;
  fill: #c8d49a;
  opacity: 0.38;
}

header,
main,
footer {
  position: relative;
  z-index: 2;
}

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

.kicker {
  margin: 0 0 8px;
  font-family: var(--fuzzy);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--fur);
}

.head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.head h2,
.join-card h2 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.sub {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px 0 10px;
  transition: padding 0.3s ease, background 0.3s ease;
}

.topbar.is-thin {
  padding: 8px 0;
  background: rgba(246, 238, 216, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(58, 36, 20, 0.08);
}

.topbar-inner {
  position: relative;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

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

.brand-seal {
  width: 54px;
  height: 54px;
  border-radius: 50% 46% 50% 48%;
  overflow: hidden;
  background: var(--white);
  border: 3px solid var(--ink);
  box-shadow: 3px 4px 0 rgba(58, 36, 20, 0.15);
  animation: wobble 5s ease-in-out infinite;
}

.brand-seal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy b {
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
}

.brand-copy small {
  font-family: var(--fuzzy);
  color: var(--fur);
}

.nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  font-family: var(--fuzzy);
  font-weight: 700;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: var(--gold);
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ico {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 2.5px solid var(--ink);
  border-radius: 40% 50% 45% 50%;
  transition: transform 0.2s ease;
}

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

.icon-x,
.icon-dex {
  display: block;
}

.btn-ink .icon-x,
.btn-ink .icon-dex {
  filter: invert(1) sepia(0.18) saturate(0.45) brightness(1.15);
}

.ico:hover,
.btn:hover {
  transform: rotate(-4deg) scale(1.06);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 2.5px solid var(--ink);
  border-radius: 28px 34px 26px 32px;
  font-family: var(--fuzzy);
  font-weight: 700;
  box-shadow: 3px 4px 0 var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn img {
  width: 20px;
  height: 20px;
}

.btn:active {
  transform: translate(2px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.btn-buy,
.btn-sun {
  background: var(--butter);
}

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

.btn-ink img:not(.icon-x):not(.icon-dex) {
  filter: invert(1);
}

.btn-leaf {
  background: #d7e3a8;
}

.burger {
  display: none;
  width: 46px;
  height: 42px;
  border: 2.5px solid var(--ink);
  background: var(--white);
  border-radius: 14px;
  padding: 8px 0;
}

.burger i {
  display: block;
  width: 20px;
  height: 2.5px;
  margin: 5px auto;
  background: var(--ink);
  border-radius: 99px;
}

.hero {
  position: relative;
  padding: 18px 0 0;
  min-height: calc(100vh - 86px);
}

.hero-video-wrap {
  position: absolute;
  left: 0;
  top: 8%;
  width: min(180px, 34%);
  border: 4px solid var(--ink);
  border-radius: 18px 28px 16px 24px;
  overflow: hidden;
  box-shadow: 6px 8px 0 rgba(58, 36, 20, 0.16);
  transform: rotate(-6deg);
  z-index: 3;
  background: var(--ink);
}

.hero-video {
  width: 100%;
  display: block;
}

.hero-grid {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
  min-height: 72vh;
}

.title {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(3.4rem, 9vw, 7.2rem);
  line-height: 0.86;
  letter-spacing: 0.01em;
}

.paint {
  display: inline-block;
  padding: 0.08em 0.18em 0.14em;
  background:
    radial-gradient(120% 80% at 20% 40%, rgba(244, 208, 120, 0.95), rgba(244, 208, 120, 0.55) 70%, transparent 78%);
  border-radius: 40% 46% 38% 50%;
  transform: rotate(-2deg);
}

.i-letter {
  position: relative;
  display: inline-block;
}

.paw-dot {
  position: absolute;
  top: 0.04em;
  left: 50%;
  width: 0.3em;
  height: 0.24em;
  margin-left: -0.15em;
  background: var(--ink);
  border-radius: 50%;
  box-shadow:
    -0.17em -0.13em 0 -0.05em var(--ink),
    0.17em -0.13em 0 -0.05em var(--ink),
    -0.08em -0.22em 0 -0.06em var(--ink),
    0.08em -0.22em 0 -0.06em var(--ink);
}

.tagline {
  max-width: 520px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.45;
}

.symbol-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 0;
  padding: 6px 12px;
  background: var(--white);
  border: 2px dashed var(--fur);
  border-radius: 999px;
  font-family: var(--fuzzy);
  font-weight: 700;
}

.symbol-chip span {
  color: var(--fur);
}

.ca-box {
  margin: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 22px 28px 20px 30px;
  box-shadow: 5px 6px 0 rgba(58, 36, 20, 0.12);
  max-width: 560px;
}

.ca-box small {
  display: block;
  font-family: var(--fuzzy);
  color: var(--fur);
}

.ca-box code {
  font-family: var(--fuzzy);
  font-size: 0.95rem;
  word-break: break-all;
}

.ca-box button {
  border: 2.5px solid var(--ink);
  background: var(--butter);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: var(--fuzzy);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: end center;
}

.mound {
  position: absolute;
  bottom: 36px;
  width: 78%;
  height: 110px;
  background: radial-gradient(ellipse at 50% 40%, #d8b07a, #b88850);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.12);
}

.grass-tuft {
  position: absolute;
  bottom: 92px;
  width: 18px;
  height: 46px;
  background: linear-gradient(#8aaa4e, #5e7534);
  border-radius: 80% 20% 40% 60%;
  transform-origin: bottom center;
  animation: sway 2.8s ease-in-out infinite;
}

.tuft-a { left: 18%; animation-delay: -0.4s; }
.tuft-b { left: 28%; height: 38px; animation-delay: -1.1s; }
.tuft-c { right: 20%; animation-delay: -1.8s; }

.cat-wrap {
  position: relative;
  width: min(420px, 92%);
  z-index: 2;
  animation: breathe 4.4s ease-in-out infinite;
  transform-origin: 50% 80%;
}

.cat {
  width: 100%;
  filter: drop-shadow(0 18px 0 rgba(58, 36, 20, 0.12));
  mix-blend-mode: multiply;
  transition: transform 0.35s ease;
}

.cat-wrap:hover .cat {
  transform: rotate(-3deg) scale(1.04);
}

.fly {
  position: absolute;
  width: 10px;
  height: 6px;
  background: var(--fly);
  border-radius: 50%;
}

.fly::before,
.fly::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 5px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: -3px;
}

.fly::before { left: -4px; }
.fly::after { right: -4px; }

.fly-a {
  top: 8%;
  left: 22%;
  animation: buzz 3.2s ease-in-out infinite;
}

.fly-b {
  top: 2%;
  right: 18%;
  animation: buzz 2.6s ease-in-out infinite reverse;
}

.fly-c {
  top: 18%;
  right: 8%;
  animation: buzz 3.8s ease-in-out infinite;
}

.sparkle {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--butter);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  animation: twinkle 2.2s ease-in-out infinite;
}

.s1 { top: 12%; right: 6%; }
.s2 { top: 38%; left: 4%; animation-delay: -0.7s; }
.s3 { bottom: 22%; right: 10%; animation-delay: -1.3s; }

.section-grass {
  display: block;
  width: 100%;
  height: 90px;
  margin-top: -10px;
}

.grass-fill {
  fill: #e7efc4;
}

.blades path {
  fill: none;
  stroke: #6a7a42;
  stroke-width: 3;
  stroke-linecap: round;
  transform-origin: bottom;
  animation: sway 3s ease-in-out infinite;
}

.about,
.howtobuy,
.chart {
  padding: 78px 0 88px;
}

.about {
  background: linear-gradient(180deg, #e7efc4 0%, #f3e8c6 36%, #f6eed8 100%);
}

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

.blob {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 46% 38% 42% 36%;
  padding: 28px 22px 26px;
  box-shadow: 6px 8px 0 rgba(58, 36, 20, 0.1);
  transition: transform 0.3s ease;
}

.blob:nth-child(2) {
  border-radius: 36% 48% 34% 44%;
  background: #fff6d8;
}

.blob:nth-child(3) {
  border-radius: 42% 34% 48% 38%;
  background: #eef5d6;
}

.blob:hover {
  transform: rotate(-2deg) translateY(-6px);
}

.blob-mark {
  font-family: var(--display);
  color: var(--tabby);
  font-size: 1.6rem;
}

.blob h3,
.stop h3 {
  margin: 8px 0 8px;
  font-family: var(--display);
  font-size: 1.7rem;
}

.blob p,
.stop p,
.await p,
.foot p {
  margin: 0;
  line-height: 1.5;
}

.yarn {
  margin: 42px auto 0;
  max-width: 760px;
  padding: 22px 28px;
  border: 3px dashed var(--tabby);
  border-radius: 30px 40px 28px 36px;
  background: rgba(255, 253, 246, 0.7);
  text-align: center;
  font-size: 1.25rem;
}

.yarn p {
  margin: 0;
  font-family: var(--fuzzy);
  font-weight: 700;
}

.howtobuy {
  background:
    radial-gradient(circle at 80% 20%, rgba(244, 208, 120, 0.28), transparent 28%),
    linear-gradient(180deg, #f6eed8, #efe3bf);
}

.trail {
  height: 70px;
  margin: 0 4% 8px;
}

.trail-line {
  fill: none;
  stroke: #b88850;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 18 14;
  animation: dash 10s linear infinite;
}

.stops {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stop {
  text-align: center;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 28px 36px 24px 32px;
  padding: 18px 14px 20px;
  box-shadow: 4px 6px 0 rgba(58, 36, 20, 0.1);
}

.stone {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 36px;
  margin-bottom: 10px;
  background: var(--dirt);
  border: 2.5px solid var(--ink);
  border-radius: 50% 46% 48% 50%;
  font-family: var(--display);
}

.plaque {
  width: 74px;
  height: 74px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  background: #fff8e8;
  border: 2.5px solid var(--ink);
  border-radius: 22px;
}

.plaque img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.sol-plaque {
  width: 74px;
  height: 74px;
  max-width: 74px;
  background: #3a2414;
  padding: 12px 8px;
}

.sol-plaque img {
  width: 56px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.phantom-plaque {
  background: #ab9ff2;
}

.dex-plaque {
  background: #fff8e8;
}

.dex-plaque img {
  width: 46px;
  height: 46px;
}

.center {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.chart {
  background: linear-gradient(180deg, #efe3bf, #e7efc4);
}

.barn {
  position: relative;
  background: #fffdf4;
  border: 8px solid #7a5330;
  border-radius: 18px;
  min-height: 560px;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 4px #c0894c,
    0 16px 0 rgba(58, 36, 20, 0.08);
}

.barn-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: linear-gradient(#9a6a3c, #7a5330);
  color: #fff4d8;
  font-family: var(--fuzzy);
  font-weight: 700;
}

.knot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #d8a86a, #5a3818);
  border: 2px solid #3a2414;
}

.barn iframe {
  width: 100%;
  height: 520px;
  border: 0;
  background: #fffdf4;
}

.barn.is-waiting iframe {
  display: none;
}

.await {
  min-height: 420px;
  display: none;
  place-content: center;
  text-align: center;
  gap: 18px;
  padding: 40px 20px;
}

.barn.is-waiting .await {
  display: grid;
}

.joinus {
  position: relative;
  display: grid;
  overflow: hidden;
}

.banner-only {
  width: 100%;
  aspect-ratio: 3 / 1;
  background: #efe3bf;
}

.banner-only img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.join-card {
  position: absolute;
  z-index: 2;
  left: 5vw;
  bottom: 8%;
  width: min(420px, calc(100% - 28px));
  margin: 0;
  padding: 28px 24px 24px;
  background: rgba(255, 253, 246, 0.88);
  border: 3px solid var(--ink);
  border-radius: 34px 44px 30px 40px;
  box-shadow: 8px 10px 0 rgba(58, 36, 20, 0.16);
  text-align: center;
  backdrop-filter: blur(4px);
}

.join-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.foot {
  background: #3a2414;
  color: #f6eed8;
  padding: 28px 16px 36px;
}

.foot-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.foot .brand-seal {
  border-color: #f4d078;
}

.foot .brand-copy small {
  color: #e8c48a;
}

.year {
  opacity: 0.7;
}

.float-in {
  animation: risein 0.8s ease both;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

.rise {
  opacity: 0;
  transform: translateY(24px);
}

.rise.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.paw-pop {
  position: fixed;
  width: 18px;
  height: 14px;
  pointer-events: none;
  z-index: 40;
  background: var(--tabby);
  border-radius: 50%;
  opacity: 0.75;
  animation: pop 700ms ease forwards;
  box-shadow:
    -10px -7px 0 -3px var(--tabby),
    10px -7px 0 -3px var(--tabby),
    -5px -12px 0 -4px var(--tabby),
    5px -12px 0 -4px var(--tabby);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes drift {
  to { transform: translateX(130vw); }
}

@keyframes breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.02); }
}

@keyframes wobble {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(3deg); }
}

@keyframes sway {
  0%, 100% { transform: rotate(-8deg); }
  50% { transform: rotate(8deg); }
}

@keyframes buzz {
  0% { transform: translate(0, 0); }
  25% { transform: translate(18px, -10px); }
  50% { transform: translate(-8px, -18px); }
  75% { transform: translate(12px, -6px); }
  100% { transform: translate(0, 0); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.25; transform: scale(0.7) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(20deg); }
}

@keyframes dash {
  to { stroke-dashoffset: -160; }
}

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

@keyframes pop {
  to { opacity: 0; transform: translateY(-24px) scale(0.4); }
}

@media (max-width: 980px) {
  .hero-grid,
  .story-grid,
  .stops {
    grid-template-columns: 1fr 1fr;
  }

  .stops li:nth-child(3),
  .stops li:nth-child(4),
  .story-grid article:last-child {
    grid-column: span 2;
  }

  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 14px;
    right: 14px;
    background: var(--white);
    border: 3px solid var(--ink);
    border-radius: 22px;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
  }

  .nav.is-open {
    display: flex;
  }

  .burger {
    display: block;
    margin-left: auto;
  }

  .socials .btn-buy {
    padding-inline: 12px;
  }

  .hero-stage {
    min-height: 420px;
  }

  .joinus {
    display: flex;
    flex-direction: column;
  }

  .join-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -32px auto 28px;
  }
}

@media (max-width: 720px) {
  .hero-grid,
  .story-grid,
  .stops {
    grid-template-columns: 1fr;
  }

  .stops li,
  .story-grid article {
    grid-column: auto;
  }

  .socials .btn-buy span {
    display: none;
  }

  .title {
    font-size: 3.3rem;
  }

  .hero {
    min-height: auto;
  }

  .joinus {
    display: flex;
    flex-direction: column;
  }

  .banner-only {
    aspect-ratio: 3 / 1;
  }

  .join-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -28px auto 28px;
  }

  .barn iframe {
    height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .rise {
    opacity: 1;
    transform: none;
  }
}
