:root {
  --tater-orange: #f0672b;
  --tater-yellow: #f6c43c;
  --tater-teal: #2aa6a6;
  --tater-sky: #8ec2d3;
  --tater-lilac: #aa91cf;
  --tater-lime: #9abd58;
  --tater-cream: #f7f2e8;
  --tater-evergreen: #29493c;
  --tater-charcoal: #2f3433;
  --tater-ink: #273c43;
  --tater-display: "Arial Rounded MT Bold", "Avenir Next", Avenir, Arial, sans-serif;
}

.tater-page {
  background: #fffdf7;
  color: var(--tater-ink);
}

.tater-page .prototype-notice {
  background: var(--tater-orange);
}

.tater-page .site-header {
  background: rgba(255, 253, 247, 0.98);
}

.tater-wordmark {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.65rem;
  color: var(--tater-orange);
  font-family: var(--tater-display);
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
  text-decoration: none;
}

.tater-mini {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
}

.tater-mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tater-page .nav-list a {
  color: var(--tater-charcoal);
}

.tater-page .nav-list a:hover,
.tater-page .nav-list a:focus-visible {
  color: var(--tater-orange);
}

.tater-page .search-mark::before,
.tater-page .person-mark::before,
.tater-page .person-mark::after {
  border-color: var(--tater-ink);
}

.tater-page .search-mark::after {
  background: var(--tater-ink);
}

.tater-hero {
  display: grid;
  min-height: clamp(34rem, 48vw, 44rem);
  grid-template-columns: minmax(24rem, 0.95fr) minmax(28rem, 1.2fr);
  overflow: hidden;
  background: linear-gradient(135deg, #fffdf8 0%, #fff8e8 100%);
}

.tater-hero-copy {
  position: relative;
  display: flex;
  padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 4.5vw, 4.75rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tater-kicker-row {
  display: flex;
  margin-bottom: 0.9rem;
  align-items: center;
  gap: 0.8rem;
}

.doodle-sun {
  flex: 0 0 auto;
  color: var(--tater-yellow);
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  line-height: 1;
  transform: rotate(-8deg);
}

.tater-kicker-row .tater-kicker {
  margin-bottom: 0;
}

.tater-kicker,
.tater-section-heading > p,
.fun-heading > p:first-child,
.belief-kicker,
.build-strip > div > p {
  margin-bottom: 0.75rem;
  color: var(--tater-teal);
  font-family: var(--tater-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tater-hero h1 {
  margin-bottom: 1.25rem;
  color: var(--tater-teal);
  font-family: var(--tater-display);
  font-size: clamp(3.2rem, 4.4vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero-line {
  display: block;
}

.tater-hero h1 .hero-line-orange {
  color: var(--tater-orange);
}

.tater-hero h1 .hero-line-teal {
  color: var(--tater-teal);
  font-size: 0.8em;
}

.tater-hero h1 .hero-line-green {
  position: relative;
  width: fit-content;
  color: var(--tater-evergreen);
  font-size: 0.64em;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.tater-hero h1 .hero-line-green::after {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  left: 0;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--tater-yellow);
  content: "";
  transform: rotate(-1.5deg);
}

.tater-hero-subhead {
  max-width: 31rem;
  margin-bottom: 1.75rem;
  color: #3f5052;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65;
}

.tater-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tater-button {
  display: inline-grid;
  min-height: 2.8rem;
  padding: 0.6rem 1.25rem;
  place-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.tater-button-primary {
  background: var(--tater-orange);
  color: #fff;
}

.tater-button-primary:hover,
.tater-button-primary:focus-visible {
  background: #d6531c;
}

.tater-button-secondary {
  border-color: var(--tater-ink);
  background: #fff;
}

.tater-button-secondary:hover,
.tater-button-secondary:focus-visible {
  border-color: var(--tater-teal);
  color: var(--tater-teal);
}

.tater-hero-photo {
  position: relative;
  min-height: 34rem;
  background: url("assets/brand-tater-restored-v3.png") 55% center / cover no-repeat;
}

.tater-hero-photo::before {
  display: none;
}

.hero-badge {
  position: absolute;
  top: 14%;
  right: 6%;
  display: grid;
  width: clamp(6rem, 10vw, 8.6rem);
  aspect-ratio: 1;
  padding: 1rem;
  place-items: center;
  border-radius: 42% 58% 52% 48% / 49% 42% 58% 51%;
  background: var(--tater-teal);
  box-shadow: 0 0.45rem 0 rgba(41, 73, 60, 0.14);
  color: #fff;
  font-family: var(--tater-display);
  font-size: clamp(0.9rem, 1.4vw, 1.25rem);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(7deg);
}

.hero-squiggle {
  position: absolute;
  right: 8%;
  bottom: 8%;
  color: #fff;
  font-family: var(--tater-display);
  font-size: 5rem;
  transform: rotate(-18deg);
}

.worlds {
  position: relative;
  padding: clamp(3.5rem, 6vw, 5.5rem) 1rem clamp(4.5rem, 7vw, 6.5rem);
  overflow: hidden;
  background: var(--tater-cream);
}

.worlds::before,
.worlds::after {
  position: absolute;
  right: -4rem;
  left: -4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fffdf7;
  content: "";
}

.worlds::before {
  top: -2.8rem;
}

.worlds::after {
  bottom: -2.8rem;
}

.tater-section-heading {
  width: min(100%, 62rem);
  margin: 0 auto clamp(2rem, 3.5vw, 3rem);
  text-align: center;
}

.tater-section-heading h2,
.belief-statement h2,
.build-strip h2 {
  margin-bottom: 0;
  color: var(--tater-evergreen);
  font-family: var(--tater-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.world-grid {
  display: grid;
  width: min(100%, 80rem);
  margin-inline: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.2vw, 1rem);
}

.world-card {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border-radius: 0.85rem;
  box-shadow: 0 0.45rem 0 rgba(41, 73, 60, 0.08);
}

.world-sun { background: #ffd65a; }
.world-water { background: #88d0cf; }
.world-clay { background: #f59a51; }
.world-lilac { background: #bba5db; }

.world-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worlds-note,
.development-note {
  width: min(100%, 68rem);
  margin: 1.5rem auto 0;
  color: #52605e;
  font-size: 0.78rem;
  text-align: center;
}

.fun-stuff-section {
  position: relative;
  padding: clamp(4.5rem, 7vw, 6.5rem) 1rem 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(246, 196, 60, 0.1) 0 0.2rem, transparent 0.24rem),
    linear-gradient(180deg, #fffaf0 0%, #fffdf8 100%);
}

.fun-stuff-section::before,
.fun-stuff-section::after {
  position: absolute;
  z-index: 0;
  right: -3rem;
  left: -3rem;
  height: 4.5rem;
  border-radius: 50%;
  content: "";
}

.fun-stuff-section::before {
  top: -3.15rem;
  background: var(--tater-teal);
}

.fun-stuff-section::after {
  bottom: 3.6rem;
  background: #fffdf8;
}

.fun-heading,
.fun-grid,
.development-note {
  position: relative;
  z-index: 2;
}

.fun-heading {
  width: min(100%, 76rem);
  margin: 0 auto clamp(2rem, 3.5vw, 2.8rem);
  text-align: center;
}

.fun-heading > p:first-child {
  margin-bottom: 0.55rem;
  color: var(--tater-orange);
  font-size: clamp(0.85rem, 1.4vw, 1.15rem);
  letter-spacing: 0.04em;
  text-transform: none;
}

.fun-heading h2 {
  margin-bottom: 0.8rem;
  color: var(--tater-teal);
  font-family: var(--tater-display);
  font-size: clamp(2.35rem, 4.7vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.fun-heading h2 strong {
  color: #df4a0b;
  font-weight: 800;
}

.fun-heading > p:last-child {
  max-width: 56rem;
  margin: 0 auto;
  color: #132a49;
  font-family: var(--tater-display);
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  font-weight: 700;
}

.fun-grid {
  display: grid;
  width: min(100%, 82rem);
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.8vw, 1.6rem);
}

.fun-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(166, 125, 55, 0.22);
  border-radius: 1.7rem;
  background: #fffaf0;
  box-shadow: 0 0.8rem 1.4rem rgba(80, 62, 34, 0.12);
}

.fun-visual {
  min-height: clamp(15rem, 22vw, 21.5rem);
  background-image: url("assets/tater-fun-stuff-panels-v1.jpg");
  background-repeat: no-repeat;
  background-size: 300% 100%;
}

.fun-meet {
  background-position: left center;
}

.fun-color {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(246, 196, 60, 0.18) 0 0.22rem, transparent 0.26rem),
    linear-gradient(145deg, #fff8e8 0%, #f6ead2 100%);
}

.fun-tales {
  background-position: right center;
}

.fun-color-sheet {
  position: absolute;
  top: 8%;
  width: 47%;
  height: 82%;
  border: 1px solid rgba(41, 73, 60, 0.18);
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 0 0.45rem 0.8rem rgba(80, 62, 34, 0.2);
  object-fit: cover;
  object-position: top center;
}

.fun-color-sheet-one {
  left: 9%;
  transform: rotate(-7deg);
}

.fun-color-sheet-two {
  right: 8%;
  transform: rotate(6deg);
}

.fun-color-pencil {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  width: 0.72rem;
  height: 39%;
  border: 1px solid rgba(39, 60, 67, 0.3);
  border-radius: 999px 999px 0.15rem 0.15rem;
  box-shadow: 0 0.25rem 0.45rem rgba(80, 62, 34, 0.2);
  transform-origin: center bottom;
}

.fun-color-pencil::before {
  position: absolute;
  top: -0.7rem;
  right: -1px;
  left: -1px;
  height: 0.85rem;
  background: #edd1a0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
}

.fun-color-pencil-teal {
  left: 3%;
  background: #168f8d;
  transform: rotate(-12deg);
}

.fun-color-pencil-orange {
  right: 3%;
  background: #ef5c1e;
  transform: rotate(12deg);
}

.fun-card-copy {
  display: flex;
  min-height: 9.5rem;
  padding: 1rem 1.2rem 1.25rem;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fffaf0;
  text-align: center;
}

.fun-card-copy h3 {
  margin-bottom: 0.55rem;
  color: #132a49;
  font-family: var(--tater-display);
  font-size: clamp(1.6rem, 2.7vw, 2.4rem);
  line-height: 1;
}

.fun-action {
  display: grid;
  width: min(100%, 15rem);
  min-height: 3.5rem;
  padding: 0.55rem 1rem;
  place-items: center;
  border-radius: 1.35rem;
  color: #fff;
  font-family: var(--tater-display);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.fun-action-orange {
  background: #e8490a;
}

a.fun-action-orange:hover,
a.fun-action-orange:focus-visible {
  background: #c63d07;
}

.fun-action-teal {
  background: #168f8d;
}

a.fun-action-teal:hover,
a.fun-action-teal:focus-visible {
  background: #0d7776;
}

.fun-status {
  margin-top: 0.35rem;
  color: #5b6763;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fun-footer {
  position: relative;
  z-index: 1;
  min-height: 8rem;
  margin: clamp(1.8rem, 4vw, 3rem) -1rem 0;
  padding: 4.5rem 1rem 1.25rem;
  overflow: visible;
  background:
    radial-gradient(circle at 8% 62%, rgba(255, 255, 255, 0.3) 0 0.2rem, transparent 0.24rem),
    linear-gradient(180deg, #49adae 0%, #2a9fa3 100%);
  color: #132a49;
  text-align: center;
}

.fun-footer::before {
  position: absolute;
  top: -2.4rem;
  right: -3rem;
  left: -3rem;
  height: 4.7rem;
  border-radius: 50%;
  background: #fffdf8;
  content: "";
}

.fun-footer p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--tater-display);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 800;
}

.fun-footer-mascot {
  position: absolute;
  z-index: 2;
  top: -1.2rem;
  left: 26%;
  display: block;
  width: 8.2rem;
  height: 6.8rem;
  overflow: visible;
}

.fun-footer-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.45);
  transform-origin: center bottom;
}

.fun-doodle {
  position: absolute;
  z-index: 1;
  font-family: var(--tater-display);
  line-height: 1;
}

.fun-doodle-sun {
  top: 4.6rem;
  left: 5%;
  color: #f3ae22;
  font-size: clamp(3rem, 6vw, 5.2rem);
  transform: rotate(-8deg);
}

.fun-doodle-star {
  top: 5.4rem;
  right: 8%;
  color: #ef7a24;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  transform: rotate(14deg);
}

.fun-doodle-trail {
  top: 9rem;
  right: 2.5%;
  color: var(--tater-teal);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  transform: rotate(24deg);
}

.development-note {
  width: auto;
  max-width: none;
  margin: 0 -1rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0;
  background: #227f83;
  color: #fff;
}

.tater-beliefs {
  position: relative;
  display: grid;
  min-height: 19rem;
  overflow: hidden;
  padding: 3.3rem max(1rem, calc((100vw - 82rem) / 2)) 2.2rem;
  grid-template-columns: minmax(9rem, 0.7fr) minmax(13rem, 0.92fr) minmax(27rem, 1.7fr);
  align-items: center;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  background:
    radial-gradient(circle at 8% 78%, rgba(255, 255, 255, 0.3) 0 0.28rem, transparent 0.32rem),
    radial-gradient(circle at 91% 22%, rgba(255, 255, 255, 0.38) 0 0.34rem, transparent 0.38rem),
    linear-gradient(180deg, #ffdc72 0%, #f8c850 100%);
}

.tater-beliefs::before {
  position: absolute;
  top: -1.7rem;
  right: -2rem;
  left: -2rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #fffdf8;
  content: "";
}

.belief-mascot {
  position: relative;
  z-index: 1;
  width: min(100%, 14rem);
  margin-inline: auto;
}

.belief-mascot img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0.7rem 0 rgba(41, 73, 60, 0.1));
}

.belief-statement h2 .belief-kind {
  color: var(--tater-orange);
}

.belief-statement h2 strong {
  color: var(--tater-teal);
}

.belief-statement h2 .belief-name {
  color: inherit;
  text-transform: lowercase;
  white-space: nowrap;
}

.belief-statement h2 {
  color: var(--tater-evergreen);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.belief-statement > p:last-child {
  max-width: 30rem;
  margin: 0.7rem 0 0;
  font-size: 0.78rem;
  color: #38494a;
  line-height: 1.6;
}

.belief-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.2vw, 1rem);
}

.belief-points article {
  min-height: 9.2rem;
  padding: 0.85rem 0.65rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.belief-points article > span {
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  margin: 0 auto 0.6rem;
  place-items: center;
  border: 2px solid var(--tater-orange);
  border-radius: 50%;
  color: var(--tater-orange);
  font-family: var(--tater-display);
  font-size: 1.7rem;
}

.belief-points article > .belief-leaf {
  position: relative;
}

.belief-leaf::before {
  position: absolute;
  top: 0.95rem;
  left: 1.05rem;
  width: 1rem;
  height: 0.72rem;
  border: 2px solid currentColor;
  border-radius: 100% 0 100% 0;
  content: "";
  transform: rotate(-30deg);
}

.belief-leaf::after {
  position: absolute;
  top: 1.82rem;
  left: 1.55rem;
  width: 0.78rem;
  height: 2px;
  background: currentColor;
  content: "";
  transform: rotate(-48deg);
  transform-origin: left center;
}

.belief-points h3 {
  margin-bottom: 0.3rem;
  font-family: var(--tater-display);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.belief-points p {
  margin-bottom: 0;
  color: #52605e;
  font-size: 0.64rem;
  line-height: 1.35;
}

.build-strip {
  position: relative;
  display: grid;
  min-height: 6.7rem;
  overflow: hidden;
  padding: 1.15rem max(1rem, calc((100vw - 82rem) / 2));
  grid-template-columns: auto minmax(11rem, 0.8fr) minmax(15rem, 0.9fr) minmax(18rem, 1.25fr) minmax(5.5rem, 0.42fr);
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.8rem);
  background:
    radial-gradient(circle at 95% 25%, rgba(255, 255, 255, 0.18) 0 1.7rem, transparent 1.75rem),
    linear-gradient(180deg, #2ba8aa 0%, #19999e 100%);
  color: #fff;
}

.build-message > p {
  color: #fff2b9;
}

.build-strip h2 {
  color: #fff;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  text-transform: uppercase;
}

.build-strip > p {
  margin-bottom: 0;
  font-size: 0.68rem;
  line-height: 1.5;
}

.build-envelope {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  transform: rotate(-8deg);
}

.build-link {
  display: grid;
  min-height: 2.8rem;
  overflow: hidden;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: #fff;
  color: #56605d;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.build-link span,
.build-link strong {
  display: flex;
  padding: 0.65rem 1.1rem;
  align-items: center;
}

.build-link strong {
  background: var(--tater-orange);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.build-link:hover strong,
.build-link:focus-visible strong {
  background: #d6531c;
}

.build-surfer {
  position: relative;
  display: grid;
  width: 5.8rem;
  height: 5.8rem;
  overflow: hidden;
  place-items: center;
  border: 0.35rem solid #fff4c5;
  border-radius: 50%;
  background: var(--tater-evergreen);
  box-shadow: 0 0.4rem 0 rgba(41, 73, 60, 0.18);
  transform: rotate(5deg);
}

.build-surfer::after {
  position: absolute;
  right: -0.8rem;
  bottom: -0.25rem;
  left: -0.8rem;
  height: 2.6rem;
  border-radius: 50% 50% 0 0;
  background: #8ed6e2;
  content: "";
}

.build-surfer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.4);
}

.tater-page .site-footer {
  min-height: 13rem;
  border-top: 0;
  border-bottom: 1.15rem solid var(--tater-orange);
  background:
    radial-gradient(circle at 18% 42%, rgba(142, 194, 211, 0.18) 0 0.2rem, transparent 0.24rem),
    #fffaf0;
}

.tater-page .footer-image {
  display: none;
}

.tater-page .footer-shell {
  width: min(calc(100% - 2rem), 82rem);
  margin-inline: auto;
  padding-block: 1.8rem;
  grid-template-columns: minmax(14rem, 1.4fr) repeat(3, minmax(8rem, 0.8fr));
  gap: clamp(1.25rem, 3vw, 3rem);
}

.tater-page .footer-intro {
  max-width: 18rem;
}

.tater-page .footer-intro p {
  margin: 0.6rem 0 0;
  color: var(--tater-ink);
  font-family: var(--sans);
  font-size: 0.72rem;
  line-height: 1.45;
}

.tater-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--tater-orange);
}

.tater-footer-brand strong {
  font-family: var(--tater-display);
  font-size: 1.65rem;
  letter-spacing: -0.06em;
}

.tater-footer-mascot {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
}

.tater-footer-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tater-page .social-marks {
  margin-top: 0.6rem;
  color: var(--tater-teal);
}

.tater-page .footer-shell h2 {
  margin-bottom: 0.65rem;
  color: var(--tater-ink);
  font-family: var(--tater-display);
  font-size: 0.66rem;
}

.tater-page .footer-shell li + li {
  margin-top: 0.38rem;
}

.tater-page .footer-shell a {
  font-family: var(--sans);
  font-size: 0.7rem;
}

.tater-page .footer-shell a:hover {
  color: var(--tater-orange);
}

@media (max-width: 68rem) {
  .tater-wordmark {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (max-width: 60rem) {
  .world-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  .tater-mini {
    width: 2.8rem;
    height: 2.8rem;
  }

  .tater-wordmark {
    font-size: 1.65rem;
  }

  .tater-hero {
    grid-template-columns: 1fr;
  }

  .tater-hero-copy {
    min-height: 0;
    padding: 3rem 1.25rem;
  }

  .tater-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.6rem);
  }

  .tater-hero-photo {
    min-height: 27rem;
    background-position: 52% center;
  }

  .world-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .fun-card {
    width: min(100%, 38rem);
    margin-inline: auto;
  }

  .fun-visual {
    min-height: min(66vw, 25rem);
  }

  .fun-footer-mascot {
    left: 12%;
  }

  .tater-beliefs,
  .build-strip {
    grid-template-columns: 1fr;
  }

  .belief-mascot {
    width: min(15rem, 72vw);
    margin-inline: auto;
  }

  .belief-statement {
    text-align: center;
  }

  .belief-statement > p:last-child {
    margin-inline: auto;
  }

  .build-strip {
    text-align: center;
  }

  .build-envelope,
  .build-surfer {
    margin-inline: auto;
  }

  .build-link,
  .build-surfer {
    grid-column: auto;
    grid-row: auto;
  }

  .build-link {
    width: min(100%, 26rem);
    margin-inline: auto;
  }

  .tater-page .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tater-page .footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 32rem) {
  .world-grid,
  .belief-points {
    grid-template-columns: 1fr;
  }

  .fun-heading {
    padding-inline: 0.25rem;
  }

  .fun-doodle {
    opacity: 0.45;
  }

  .fun-footer {
    padding-top: 5.4rem;
  }

  .fun-footer-mascot {
    left: 50%;
    transform: translateX(-50%);
  }

  .tater-page .footer-shell {
    grid-template-columns: 1fr;
  }

  .tater-page .footer-intro {
    grid-column: auto;
  }
}

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