:root {
  --ink: #061d46;
  --charcoal: #10233f;
  --cream: #fffdf1;
  --white: #ffffff;
  --yellow: #f3d83f;
  --yellow-strong: #e6c400;
  --blue-soft: #c8e6f6;
  --blue-pale: #eaf6fb;
  --grey-blue: #8d99a8;
  --sky: #9fd6ee;
  --muted: #516173;
  --line: #dce4eb;
  --shadow: 0 18px 46px rgba(6, 29, 70, 0.14);
  --pengy-cursor: url("assets/pengy-cursor.png") 24 24, auto;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, var(--cream) 0%, #ffffff 52%, var(--blue-pale) 100%);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  cursor: var(--pengy-cursor);
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

a,
button,
input,
select,
textarea,
label,
summary,
[role="button"] {
  cursor: var(--pengy-cursor);
}

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 241, 0.96);
  border-bottom: 1px solid rgba(6, 29, 70, 0.1);
  backdrop-filter: blur(12px);
}

.top-strip {
  background: var(--yellow);
  color: var(--ink);
  padding: 8px 16px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
}

.brand-logo {
  width: clamp(118px, 14vw, 172px);
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--charcoal);
  font-size: 0.96rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #315f93;
}

.crew-open {
  min-height: 38px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 8px 12px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

.crew-open:hover,
.crew-open:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 5px 0 rgba(6, 29, 70, 0.12);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.crew-modal[hidden] {
  display: none;
}

.crew-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
}

.crew-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 29, 70, 0.54);
}

.crew-panel {
  position: relative;
  width: min(520px, 100%);
  max-height: min(720px, calc(100vh - 36px));
  overflow: auto;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 26px;
  background: var(--cream);
  box-shadow: 12px 12px 0 rgba(6, 29, 70, 0.2);
}

.crew-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.crew-panel h2 {
  margin-right: 42px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.crew-intro {
  color: var(--muted);
}

.crew-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.hero {
  position: relative;
  scroll-margin-top: 124px;
  min-height: calc(100vh - 122px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 48px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 108px;
  overflow: hidden;
}

.scroll-yogurt {
  position: fixed;
  left: 50%;
  top: 28vh;
  z-index: 8;
  width: 210px;
  height: 310px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, 40px, 0) scale(0.82);
  transition: opacity 180ms ease;
  transform-origin: center;
}

.scroll-yogurt.is-active {
  opacity: 1;
}

.pour-stream {
  position: absolute;
  left: 50%;
  top: 0;
  width: 26px;
  height: 116px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 253, 241, 0.95), rgba(224, 246, 255, 0.48)),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.4) 0 8px, transparent 8px 18px);
  filter: drop-shadow(0 10px 16px rgba(6, 29, 70, 0.16));
  transform: translateX(-50%) scaleY(var(--pour-scale, 0.2));
  transform-origin: top;
  transition: opacity 180ms ease;
}

.scroll-yogurt.is-landing .pour-stream {
  opacity: 0;
}

.scroll-yogurt-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 210px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(6, 29, 70, 0.28));
  transition: opacity 260ms ease, filter 260ms ease;
  transform: translateX(-50%) rotateY(var(--cup-rotate, -18deg)) rotateZ(var(--cup-tilt, 0deg));
  transform-style: preserve-3d;
}

.scroll-yogurt-landing {
  opacity: 0;
  transform: translateX(-50%) translateY(0) scale(1);
}

.scroll-yogurt.is-landing .scroll-yogurt-travel {
  opacity: 0;
}

.scroll-yogurt.is-landing .scroll-yogurt-landing {
  opacity: 1;
  filter: drop-shadow(0 28px 36px rgba(6, 29, 70, 0.36));
  animation: yogurt-land-bounce 760ms cubic-bezier(.18,.82,.26,1.05) both;
}

@keyframes yogurt-land-bounce {
  0% { transform: translateX(-50%) translateY(-22px) scale(0.92); }
  42% { transform: translateX(-50%) translateY(10px) scale(1.08); }
  68% { transform: translateX(-50%) translateY(-6px) scale(0.98); }
  100% { transform: translateX(-50%) translateY(0) scale(1); }
}

.floating-cup {
  --swirl-a: #fff8df;
  --swirl-b: #f3d83f;
  --swirl-c: #ffffff;
  position: relative;
  width: 150px;
  height: 196px;
  transform-style: preserve-3d;
}

.mini-cup {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotateY(var(--cup-rotate, -18deg)) rotateZ(var(--cup-tilt, 0deg));
}

.cup-swirl {
  position: absolute;
  left: 26px;
  top: 0;
  width: 98px;
  height: 104px;
  border-radius: 54% 46% 48% 52%;
  background:
    radial-gradient(ellipse at 48% 12%, var(--swirl-c) 0 10%, transparent 11%),
    radial-gradient(ellipse at 44% 36%, var(--swirl-a) 0 26%, transparent 27%),
    radial-gradient(ellipse at 56% 58%, var(--swirl-b) 0 34%, transparent 35%),
    conic-gradient(from 210deg, var(--swirl-a), var(--swirl-b), var(--swirl-c), var(--swirl-a));
  filter: drop-shadow(0 18px 16px rgba(6, 29, 70, 0.18));
  transform: translateZ(32px);
}

.cup-swirl::before,
.cup-swirl::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--swirl-a), var(--swirl-c), var(--swirl-b));
  box-shadow: inset -12px 0 18px rgba(6, 29, 70, 0.08);
  transform: translateX(-50%);
}

.cup-swirl::before {
  bottom: 16px;
  width: 116%;
  height: 28px;
}

.cup-swirl::after {
  bottom: 38px;
  width: 88%;
  height: 24px;
}

.cup-body {
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 114px;
  height: 116px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(6, 29, 70, 0.92);
  border-radius: 12px 12px 34px 34px;
  background:
    linear-gradient(90deg, rgba(6, 29, 70, 0.14), rgba(255,255,255,0.95), rgba(200,230,246,0.5)),
    var(--white);
  box-shadow: inset -18px 0 24px rgba(6, 29, 70, 0.08), 0 26px 38px rgba(6, 29, 70, 0.18);
  transform: perspective(360px) rotateX(4deg);
}

.cup-body::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -5px;
  right: -5px;
  height: 22px;
  border: 3px solid rgba(6, 29, 70, 0.92);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #d9f0fb);
}

.cup-body span {
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 900;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -8vw 42px -8vw;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(243, 216, 63, 0.7), transparent);
}

.hero-media {
  position: relative;
  z-index: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--blue-soft);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.hero-video {
  display: block;
  width: auto;
  max-width: 100%;
  height: min(58vh, 540px);
  aspect-ratio: auto;
  object-fit: contain;
  background: var(--blue-soft);
}

.sound-toggle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 5px 7px;
  background: rgba(243, 216, 63, 0.96);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(22, 22, 22, 0.14);
}

.sound-toggle:hover,
.sound-toggle:focus-visible {
  transform: translateY(-1px);
}

.sound-icon {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-size: 0.62rem;
  line-height: 1;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 590px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #6f6100;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-text,
.intro-grid p,
.feature-copy p,
.locations-grid p,
.contact-grid p,
.local-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pengy-runway {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  height: 116px;
  pointer-events: none;
  z-index: 2;
}

.pengy-runway::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 13px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(243, 216, 63, 0.82), transparent);
}

.pengy-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(86px, 10vw, 138px);
  height: clamp(86px, 10vw, 138px);
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 12px 0 rgba(6, 29, 70, 0.1);
  object-fit: cover;
  animation: pengy-slide 12s ease-in-out infinite alternate;
}

@keyframes pengy-slide {
  0% {
    transform: translateX(8px) rotate(-4deg);
  }

  44% {
    transform: translateX(calc(min(1180px, 100vw - 32px) * 0.46)) rotate(5deg);
  }

  100% {
    transform: translateX(calc(min(1180px, 100vw - 32px) - clamp(86px, 10vw, 138px) - 8px)) rotate(-3deg);
  }
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

.button-primary {
  background: var(--yellow);
  color: var(--ink);
}

.button-secondary {
  background: var(--blue-pale);
  color: var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 0 rgba(6, 29, 70, 0.12);
}

.section,
.intro-section,
.feature-band,
.local-section,
.locations-section,
.contact-section {
  padding: 84px 0;
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

#how-it-works {
  padding: 112px 0;
}

.intro-section {
  background: var(--blue-pale);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-grid,
.local-grid,
.locations-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 34px;
}

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

.step-card {
  position: relative;
  min-height: 690px;
  padding: 516px 30px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 22px 52px rgba(6, 29, 70, 0.12);
}

.step-card::before,
.step-card::after {
  content: "";
  position: absolute;
}

.step-card::before {
  inset: 0 0 auto;
  height: 500px;
  z-index: 0;
  background-image: var(--step-image);
  background-color: #fff8dd;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.step-card::after {
  display: none;
}

.step-card > * {
  position: relative;
  z-index: 1;
}

.step-card-flavours {
  --step-image: url("assets/how-flavours.png");
}

.step-card-toppings {
  --step-image: url("assets/how-toppings.png");
}

.step-card-everyone {
  --step-image: url("assets/how-everyone.png");
}

.step-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--navy);
  font-weight: 900;
  font-size: 1.15rem;
  text-shadow: 0 1px 12px rgba(255,255,255,0.74);
}

.step-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  color: var(--ink);
}

.step-card p {
  color: #31415f;
  margin-bottom: 0;
  font-weight: 700;
}

.feature-band {
  background: var(--ink);
  color: var(--white);
}

.flavour-showcase {
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.12), transparent 32%),
    linear-gradient(135deg, var(--flavour-bg, #345f79), var(--ink));
  transition: background 420ms ease;
}

.flavour-stage {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(360px, 1.12fr) minmax(220px, 0.65fr);
  gap: 34px;
  align-items: center;
}

.flavour-copy {
  max-width: 420px;
}

.flavour-description {
  color: rgba(255,255,255,0.78);
  font-size: 1.08rem;
}

.flavour-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,0.22);
}

.flavour-stats span {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.flavour-stats strong {
  color: var(--white);
  font-size: 1rem;
}

.flavour-cup-wrap {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.flavour-card-outline {
  position: absolute;
  width: min(500px, 82vw);
  height: 620px;
  border: 2px solid rgba(255,255,255,0.36);
  border-radius: 42px;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.04);
}

.flavour-cup {
  position: relative;
  width: min(460px, 80vw);
  aspect-ratio: 4 / 5;
  transform: rotateY(0deg) rotateX(0deg);
  transition: transform 520ms ease;
  transform-style: preserve-3d;
}

.flavour-artwork {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(0,0,0,0.32));
  border-radius: 28px;
  backface-visibility: hidden;
}

.flavour-cup.is-twirling {
  animation: flavour-twirl 620ms cubic-bezier(.2,.7,.1,1);
}

@keyframes flavour-twirl {
  0% { transform: rotateY(0deg) scale(1); }
  45% { transform: rotateY(190deg) scale(0.92); }
  100% { transform: rotateY(360deg) scale(1); }
}

.flavour-controls {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 18px;
  align-items: center;
  justify-self: stretch;
  text-align: center;
}

.flavour-controls span {
  display: block;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
}

.flavour-controls small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.72);
  font-weight: 800;
}

.flavour-arrow {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255,255,255,0.58);
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
  cursor: pointer;
}

.flavour-arrow:hover,
.flavour-arrow:focus-visible {
  background: var(--yellow);
  color: var(--ink);
  border-color: var(--yellow);
}

.feature-band .eyebrow {
  color: var(--yellow);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 46px;
  align-items: center;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 8px 0 0 var(--blue-soft);
}

.flavour-panel {
  display: grid;
  gap: 12px;
}

.flavour-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.flavour-row span:last-child {
  color: var(--yellow);
  text-align: right;
}

.local-section {
  background:
    linear-gradient(135deg, rgba(243, 216, 63, 0.28), rgba(200, 230, 246, 0.55)),
    var(--cream);
}

.local-copy p:last-child {
  margin-bottom: 0;
}

.locations-section {
  background: var(--white);
}

.location-list {
  display: grid;
  gap: 14px;
}

.location-list span {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--blue-pale);
  font-size: 1.18rem;
  font-weight: 900;
}

.contact-section {
  background: var(--yellow);
}

.contact-section .eyebrow {
  color: var(--ink);
}

.signup-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 10px 10px 0 rgba(6, 29, 70, 0.16);
}

.form-row {
  display: grid;
  gap: 8px;
}

label {
  font-size: 0.92rem;
  font-weight: 900;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfc4af;
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--white);
  color: var(--ink);
}

input[type="file"] {
  padding: 11px 12px;
}

input:focus-visible,
select:focus-visible,
.button:focus-visible,
.sound-toggle:focus-visible,
.flavour-arrow:focus-visible,
.crew-open:focus-visible,
.crew-close:focus-visible,
.nav-toggle:focus-visible,
a:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #19634e;
  font-weight: 800;
}

.pengy-bounce-zone {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--blue-pale), var(--white));
  border-top: 1px solid var(--line);
}

.pengy-bouncer {
  --bump-x: 0px;
  --bump-y: 0px;
  --bump-rot: 0deg;
  position: absolute;
  width: clamp(92px, 11vw, 150px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(6, 29, 70, 0.2));
  will-change: transform;
}

.pengy-bounce-zone.is-cursor-play .pengy-bouncer {
  filter: drop-shadow(0 22px 26px rgba(6, 29, 70, 0.26));
}

.pengy-bouncer-one {
  left: 6%;
  bottom: 20px;
  animation: pengy-bounce-one 8.5s ease-in-out infinite;
}

.pengy-bouncer-two {
  left: 31%;
  bottom: 62px;
  width: clamp(76px, 9vw, 122px);
  animation: pengy-bounce-two 7.4s ease-in-out infinite;
  animation-delay: -1.8s;
}

.pengy-bouncer-three {
  right: 28%;
  bottom: 28px;
  width: clamp(84px, 10vw, 136px);
  animation: pengy-bounce-three 9.2s ease-in-out infinite;
  animation-delay: -3.1s;
}

.pengy-bouncer-four {
  right: 7%;
  bottom: 74px;
  width: clamp(98px, 12vw, 160px);
  animation: pengy-bounce-four 8s ease-in-out infinite;
  animation-delay: -4.4s;
}

@keyframes pengy-bounce-one {
  0%, 100% { transform: translate3d(0, 0, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-8deg + var(--bump-rot))) scale(1); }
  24% { transform: translate3d(20vw, -122px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(10deg + var(--bump-rot))) scale(1.06); }
  52% { transform: translate3d(48vw, -26px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-5deg + var(--bump-rot))) scale(0.96); }
  76% { transform: translate3d(18vw, -176px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(14deg + var(--bump-rot))) scale(1.08); }
}

@keyframes pengy-bounce-two {
  0%, 100% { transform: translate3d(0, 0, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(7deg + var(--bump-rot))) scale(1); }
  28% { transform: translate3d(-18vw, -92px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-12deg + var(--bump-rot))) scale(1.08); }
  58% { transform: translate3d(26vw, -158px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(11deg + var(--bump-rot))) scale(0.98); }
  82% { transform: translate3d(8vw, -18px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-4deg + var(--bump-rot))) scale(1.04); }
}

@keyframes pengy-bounce-three {
  0%, 100% { transform: translate3d(0, 0, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-4deg + var(--bump-rot))) scale(1); }
  22% { transform: translate3d(-22vw, -150px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(12deg + var(--bump-rot))) scale(1.05); }
  48% { transform: translate3d(9vw, -62px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-10deg + var(--bump-rot))) scale(0.96); }
  74% { transform: translate3d(-36vw, -116px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(8deg + var(--bump-rot))) scale(1.08); }
}

@keyframes pengy-bounce-four {
  0%, 100% { transform: translate3d(0, 0, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(8deg + var(--bump-rot))) scale(1); }
  25% { transform: translate3d(-30vw, -42px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-8deg + var(--bump-rot))) scale(0.98); }
  54% { transform: translate3d(-14vw, -174px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(14deg + var(--bump-rot))) scale(1.08); }
  80% { transform: translate3d(-50vw, -86px, 0) translate3d(var(--bump-x), var(--bump-y), 0) rotate(calc(-12deg + var(--bump-rot))) scale(1.02); }
}

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

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-logo {
  filter: brightness(0) invert(1);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 800;
}

.footer-links a {
  text-decoration: none;
}

@media (max-width: 900px) {
  .nav {
    min-height: 74px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

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

  .nav-links a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .crew-open {
    width: calc(100% - 24px);
    margin: 12px;
    justify-content: center;
  }

  .nav-links a:last-of-type {
    border-bottom: 0;
  }

  .hero,
  .intro-grid,
  .feature-grid,
  .flavour-stage,
  .local-grid,
  .locations-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 32px;
    padding: 28px 0 94px;
  }

  .hero-copy {
    order: -1;
  }

  .hero-media img {
    aspect-ratio: 4 / 3;
  }

  .hero-video {
    width: 100%;
    height: auto;
  }

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

  .step-card {
    min-height: 610px;
    padding: 452px 24px 24px;
  }

  .step-card::before {
    height: 430px;
  }

  .scroll-yogurt {
    display: none;
  }

  .flavour-showcase {
    min-height: auto;
  }

  .flavour-stage {
    gap: 30px;
  }

  .flavour-cup-wrap {
    min-height: 390px;
    order: -1;
  }

  .flavour-card-outline {
    width: min(330px, 78vw);
    height: 350px;
  }

  .flavour-cup {
    width: min(286px, 72vw);
  }

  .pengy-runway {
    bottom: 6px;
    height: 82px;
  }

  .pengy-video {
    width: 76px;
    height: 76px;
  }

  .sound-toggle {
    right: 8px;
    bottom: 8px;
    min-height: 27px;
    padding: 5px 6px;
    font-size: 0.68rem;
  }

  .pengy-bounce-zone {
    min-height: 260px;
  }

  .pengy-bouncer {
    width: 78px;
  }

  .pengy-bouncer-two {
    width: 64px;
  }

  .pengy-bouncer-three {
    width: 72px;
  }

  .pengy-bouncer-four {
    width: 86px;
  }

  @keyframes pengy-slide {
    0% {
      transform: translateX(4px) rotate(-4deg);
    }

    100% {
      transform: translateX(calc(100vw - 124px)) rotate(4deg);
    }
  }
}

@media (max-width: 560px) {
  .top-strip {
    padding: 8px 12px;
    font-size: 0.84rem;
  }

  .brand-logo {
    width: 126px;
    height: 58px;
  }

  h1 {
    font-size: 2.58rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-actions,
  .footer-inner,
  .footer-links,
  .flavour-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section,
  .intro-section,
  .feature-band,
  .local-section,
  .locations-section,
  .contact-section {
    padding: 58px 0;
  }

  .signup-form {
    padding: 18px;
    box-shadow: 6px 6px 0 rgba(6, 29, 70, 0.16);
  }

  .crew-panel {
    padding: 22px 18px;
    box-shadow: 7px 7px 0 rgba(6, 29, 70, 0.2);
  }

  .flavour-row span:last-child {
    text-align: left;
  }
}

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

  .pengy-video {
    animation: none;
    transform: translateX(8px);
  }

  .pengy-bouncer {
    animation: none;
  }
}

body,
a,
button,
input,
select,
textarea,
label,
summary,
[role="button"] {
  cursor: var(--pengy-cursor) !important;
}
