:root {
  --ink: #111;
  --paper: #fff;
  --yellow: #fdf67b;
  --green: #3cb043;
  --lmn: #ff2d7b;
  --mute: #6b6b6b;
  --spot: #111;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: #fff; color: var(--ink); }
html { scroll-behavior: smooth; }
body {
  font: 18px/1.55 "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; background: var(--yellow); color: #000; padding: 8px 12px; z-index: 80; }

.top {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 18px;
  padding: 14px 28px;
  background: #fff;
  border-bottom: 2px solid #111;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: #111;
  font-family: Anton, Impact, sans-serif;
  font-size: 28px; letter-spacing: .04em;
}
.brand img { width: 36px; height: 36px; border-radius: 0; background: var(--yellow); border: 2px solid #111; }
.nav { display: flex; flex-wrap: wrap; gap: 18px; margin-left: auto; }
.nav a {
  text-decoration: none;
  font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 0;
  background: none;
  color: #111;
  transform: none;
  box-shadow: none;
}
.nav a:nth-child(even) { transform: none; background: none; }
.nav a[aria-current="page"] { background: none; color: #111; box-shadow: inset 0 -3px 0 var(--yellow); }

.hero {
  position: relative;
  min-height: 86vh;
  display: flex; align-items: flex-end;
  background: var(--yellow) center/cover no-repeat;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(17,17,17,0) 0%, rgba(17,17,17,.08) 40%, rgba(17,17,17,.42) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 56px 28px 64px;
  max-width: 920px;
}
.kicker {
  font-family: Figtree, sans-serif;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--yellow);
  font-size: 12px;
  margin: 0 0 14px;
  transform: none;
}
h1, .display {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: .9;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #fff;
}
h1 { font-size: clamp(48px, 9vw, 96px); max-width: 14ch; }
.lede {
  max-width: 36em;
  font-size: clamp(17px, 2vw, 21px);
  color: #111;
  margin: 0 0 24px;
}
.hero .lede { color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 12px 18px;
  border: 2px solid #111;
  cursor: pointer;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  box-shadow: none;
}
.btn-yellow { background: var(--yellow); color: #111; }
.btn-green { background: var(--green); color: #fff; border-color: #111; }
.btn-ghost { background: transparent; color: #111; outline: 0; border-color: #111; }
.hero .btn-ghost { color: #fff; border-color: #fff; }
.btn-pay { background: #111; color: var(--yellow); }
.btn:hover { transform: none; opacity: .9; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--yellow);
  color: #111;
  border-bottom: 2px solid #111;
}
.stat { padding: 28px 22px; border-right: 2px solid #111; }
.stat:last-child { border-right: 0; }
.stat b {
  display: block;
  font-family: Anton, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: .9;
}
.stat span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.wrap { max-width: 980px; margin: 0 auto; padding: 88px 28px; }
.wrap-wide { max-width: 1100px; }
h2 {
  font-family: Anton, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: .95;
  text-transform: uppercase;
  margin: 0 0 22px;
  color: #111;
}
h3 { font-family: Anton, sans-serif; font-size: 26px; margin: 0 0 10px; text-transform: uppercase; color: #111; }
.tag {
  font-family: Figtree, sans-serif;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lmn);
  font-size: 12px;
  margin: 0 0 10px;
}
.paper {
  background: #fff;
  color: #111;
  padding: 0;
  box-shadow: none;
  transform: none;
  border: 0;
}
.paper p:last-child { margin-bottom: 0; }
.grid-3, .grid-2 { display: grid; gap: 40px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1.1fr .9fr; }
.card {
  background: #fff;
  border: 0;
  border-top: 2px solid #111;
  padding: 22px 0 0;
  position: relative;
}
.card.sticker,
.card.sticker:nth-child(2),
.card.sticker:nth-child(3) {
  background: #fff;
  color: #111;
  transform: none;
  outline: 0;
}
.num {
  font-family: Anton, sans-serif;
  color: var(--green);
  font-size: 36px;
  line-height: 1;
}
.cow-field,
.duo,
.spots {
  background-color: #fff;
  background-image: url("/assets/moopeep.com/cow-spots.png?v=7");
  background-size: 1200px;
  background-repeat: repeat;
}
.cow-field {
  padding: 48px 0;
}
.cow-field .wrap,
.cow-field footer {
  background: #fff;
}
.band {
  background: var(--green);
  color: #fff;
  padding: 16px 28px;
  font-family: Anton, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: clamp(16px, 2.4vw, 22px);
  overflow: hidden;
  white-space: nowrap;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
}
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.mascot { max-width: 360px; margin: 0 auto; }
.duo { padding: 24px; }
.continents {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 2px solid #111;
}
.continents div {
  background: #fff;
  padding: 16px 10px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .06em;
  outline: 0;
  border-right: 2px solid #111;
}
.continents div:last-child { border-right: 0; }
.photo-frame {
  background: #fff;
  padding: 0;
  transform: none !important;
  box-shadow: none;
  border: 2px solid #111;
}
.photo-frame figcaption {
  font-family: Figtree, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  color: #111;
  margin: 0;
  padding: 12px 14px;
}
.gallery { display: grid; grid-template-columns: 1.4fr .8fr; gap: 12px; }
.thumbs { display: grid; gap: 12px; }
.thumbs img, .gallery img { width: 100%; object-fit: cover; background: #fff; }
.shop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.product { background: #fff; color: #111; padding: 0; border: 2px solid #111; }
.product .shot-main {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #fff;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  padding: 6px;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  background: #fff;
}
.product-thumb { border: 0; padding: 0; background: transparent; cursor: pointer; }
.product-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 2px solid transparent;
}
.product-thumb.is-on img { border-color: #111; }
.product h3, .product p, .product form { margin-left: 16px; margin-right: 16px; }
.product h3 { color: #111; margin-top: 16px; }
.product form { margin-bottom: 16px; }
.specs { width: 100%; border-collapse: collapse; background: #fff; }
.specs th, .specs td { text-align: left; padding: 12px 0; border-bottom: 1px solid #111; vertical-align: top; }
.specs th { width: 34%; color: var(--lmn); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.muted { color: var(--mute); }
.tiny { font-size: 13px; color: var(--mute); }
footer {
  padding: 40px 28px 88px;
  border-top: 2px solid #111;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
footer a { color: #111; text-decoration: underline; }
footer h4 { font-family: Anton, sans-serif; margin: 0 0 8px; letter-spacing: .06em; }
.faq details { background: #fff; padding: 14px 0; margin: 0; border-bottom: 1px solid #111; }
.faq summary { cursor: pointer; font-weight: 800; }
.notice-404 { background: var(--yellow); color: #111; padding: 10px 14px; font-weight: 800; border-bottom: 2px solid #111; }
.pay { margin: 0; }

@media (max-width: 900px) {
  .stats, .grid-3, .grid-2, .split, .gallery, .shop-grid, .continents, footer { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 2px solid #111; }
  .continents div { border-right: 0; border-bottom: 2px solid #111; }
  .top { flex-wrap: wrap; padding: 12px 16px; }
  .nav { margin-left: 0; gap: 12px; }
  h1 { font-size: 48px; }
  .hero { min-height: 78vh; }
  .wrap { padding: 56px 20px; }
}
