:root {
  --page: #f7f1e7;
  --paper: #fffaf2;
  --paper-deep: #f1e4d2;
  --ink: #242724;
  --muted: #6f6b62;
  --line: rgba(36, 39, 36, 0.13);
  --coral: #ec6f51;
  --coral-dark: #ca533b;
  --coral-soft: #f7c2af;
  --green: #4b8654;
  --green-bright: #89b84f;
  --green-soft: #dce7c7;
  --blue: #6475ae;
  --gold: #e1aa4c;
  --radius: 30px;
  --shadow: 0 22px 60px rgba(83, 60, 35, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 0.84rem;
  font-weight: 750;
}
.skip-link:focus { transform: translateY(0); }

.page-shell {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.topbar {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 104px;
  padding: 22px clamp(22px, 4vw, 58px);
  background: rgba(247, 241, 231, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  width: max-content;
}

.brand-seal,
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  border-radius: 48% 52% 46% 54% / 57% 53% 47% 43%;
  background: var(--green-bright);
  color: var(--ink);
  font-size: 0;
  transform: rotate(-8deg);
}

.brand-seal::before,
.brand-mark::before {
  content: "";
  width: 14px;
  height: 17px;
  border-radius: 50%;
  background: #e9f09c;
  box-shadow: inset 0 0 0 1px rgba(36, 39, 36, 0.18);
}

.brand-copy {
  display: grid;
  line-height: 0.95;
}
.brand-copy strong,
.brand > span:last-child:not(.brand-copy) {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.brand-copy small {
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nav-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 750;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}
.nav-pills a:hover { color: var(--coral-dark); transform: translateY(-1px); }
.nav-pills a.active {
  background: var(--ink);
  color: white;
  box-shadow: 0 8px 18px rgba(36, 39, 36, 0.16);
}

.header-note,
.status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--coral-dark);
  font-size: 0.75rem;
  font-weight: 800;
}
.header-note span,
.status i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  color: var(--green);
  box-shadow: 0 0 0 4px rgba(75, 134, 84, 0.12);
}

.home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 22%, rgba(236, 111, 81, 0.08) 0 5%, transparent 16%),
    radial-gradient(circle at 88% 20%, rgba(75, 134, 84, 0.08) 0 6%, transparent 17%),
    var(--page);
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(930px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 318px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.27em;
  line-height: 1.5;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,0.7); }

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 6.5vw, 6.45rem);
  line-height: 0.99;
  letter-spacing: -0.072em;
}
.hero-copy h1 em {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.hero-lede {
  max-width: 660px;
  margin: 28px auto 0;
  color: #494843;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
}

.button,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 50px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}
.button:hover,
.primary-button:hover { transform: translateY(-2px); }
.button-dark,
.primary-button {
  background: var(--ink);
  color: white;
  box-shadow: 0 12px 24px rgba(36, 39, 36, 0.16);
}
.button-dark:hover,
.primary-button:hover { background: #363a36; box-shadow: 0 15px 28px rgba(36, 39, 36, 0.2); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); box-shadow: 0 12px 26px rgba(42, 28, 23, 0.18); }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
}
.text-link:hover { color: var(--coral-dark); border-color: var(--coral-dark); }

.hero-illustration {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
}
.hero-illustration::before {
  content: "";
  position: absolute;
  right: -7%;
  bottom: -178px;
  left: -7%;
  height: 270px;
  border: 2px solid rgba(36, 39, 36, 0.12);
  border-radius: 50% 50% 0 0;
  background: #ead5bc;
}
.hero-illustration::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  height: 2px;
  background: rgba(36, 39, 36, 0.15);
}
.sun-shape {
  position: absolute;
  bottom: 104px;
  left: 50%;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(36, 39, 36, 0.16);
  border-radius: 50%;
  background: rgba(225, 170, 76, 0.3);
  transform: translateX(-50%);
}
.egg-shape {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  display: grid;
  place-items: center;
  width: 116px;
  height: 153px;
  border: 3px solid var(--ink);
  border-radius: 50% 50% 45% 55% / 61% 61% 39% 39%;
  background: radial-gradient(circle at 33% 27%, #b7d47a 0 9%, #6fa34b 45%, #487545 100%);
  box-shadow: 13px 15px 0 rgba(75, 134, 84, 0.13);
}
.egg-shape span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(36,39,36,0.22);
  border-radius: 50%;
  background: rgba(255,255,255,0.78);
  font-size: 0.65rem;
  font-weight: 900;
}
.egg-one { left: 9%; transform: rotate(-8deg); }
.egg-two { right: 9%; width: 105px; height: 140px; transform: rotate(8deg); }

.people-group {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: flex-end;
  gap: clamp(10px, 2vw, 24px);
  transform: translateX(-50%);
}
.people-group > span {
  position: relative;
  display: block;
  width: clamp(42px, 5vw, 68px);
  height: clamp(90px, 10vw, 140px);
  border: 3px solid var(--ink);
  border-radius: 47% 53% 22% 20% / 30% 30% 15% 15%;
  background: var(--person);
  transform: rotate(var(--tilt));
  box-shadow: 8px 10px 0 rgba(36,39,36,0.08);
}
.people-group > span::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  width: clamp(33px, 4vw, 50px);
  height: clamp(33px, 4vw, 50px);
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--person);
  transform: translateX(-50%);
}
.people-group > span:nth-child(2),
.people-group > span:nth-child(4) { height: clamp(78px, 9vw, 120px); }

.paper-note {
  position: absolute;
  z-index: 3;
  right: 20%;
  bottom: 172px;
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 16px 18px;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 8px 9px 0 var(--coral-soft);
  transform: rotate(4deg);
}
.paper-note span { color: var(--muted); font-family: Georgia, serif; font-size: 0.7rem; }
.paper-note strong { font-size: 0.9rem; }

.scribble {
  position: absolute;
  bottom: 72px;
  width: 180px;
  height: 92px;
  border-top: 2px dashed var(--blue);
  border-radius: 50%;
  opacity: 0.72;
}
.scribble-left { left: -35px; transform: rotate(16deg); }
.scribble-right { right: -46px; transform: rotate(-20deg); }

.flower-patch {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  gap: 17px;
}
.flower-patch-left { left: 1.5%; }
.flower-patch-right { right: 1.5%; }
.flower-patch i {
  position: relative;
  display: block;
  width: 3px;
  height: var(--stem, 76px);
  background: var(--green);
  transform: rotate(var(--flower-tilt, 0deg));
}
.flower-patch i::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -8px;
  width: 18px;
  height: 18px;
  border: 5px dotted var(--coral);
  border-radius: 50%;
  background: var(--gold);
}
.flower-patch i:nth-child(2) { --stem: 54px; --flower-tilt: 6deg; }
.flower-patch i:nth-child(3) { --stem: 91px; --flower-tilt: -5deg; }
.flower-patch i:nth-child(3)::before { border-color: var(--blue); }
.flower-patch i:nth-child(4) { --stem: 64px; --flower-tilt: 3deg; }

.scene-caption {
  position: absolute;
  z-index: 4;
  bottom: 7px;
  left: 50%;
  margin: 0;
  color: #645d51;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.fact-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 30px clamp(24px, 7vw, 105px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.fact-strip div { display: flex; align-items: baseline; justify-content: center; gap: 10px; text-align: center; }
.fact-strip strong { color: var(--coral); font-family: Georgia, serif; font-size: 1.8rem; font-style: italic; }
.fact-strip span { color: var(--muted); font-size: 0.72rem; font-weight: 750; text-transform: uppercase; letter-spacing: 0.08em; }
.fact-strip > i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.content-section { padding: 112px clamp(22px, 5vw, 70px) 24px; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 38px;
}
.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4.3vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.065em;
}
.section-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.7;
}

.origin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 18px;
}
.story-image {
  position: relative;
  align-self: start;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-deep);
  box-shadow: var(--shadow);
}
.story-image img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
}
.story-image::after {
  content: "";
  position: absolute;
  inset: 60% 0 0;
  background: linear-gradient(transparent, rgba(55, 39, 24, 0.72));
  pointer-events: none;
}
.story-image figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: white;
}
.story-image figcaption span { color: rgba(255,255,255,0.7); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.story-image figcaption strong { font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid rgba(236, 111, 81, 0.18);
  border-radius: var(--radius);
  background: #f4d1c1;
}
.story-copy h3 {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.story-copy > p:not(.eyebrow) {
  margin: 0 0 16px;
  color: #50443d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.72;
}
.story-copy blockquote {
  position: relative;
  margin: 9px 0 24px;
  padding: 22px 0 22px 22px;
  border-left: 3px solid var(--coral-dark);
  color: var(--coral-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}
.story-signoff { display: flex; align-items: center; gap: 12px; margin-top: 6px; padding-top: 20px; border-top: 1px solid rgba(36,39,36,0.13); }
.story-signoff > span { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); color: white; font-family: Georgia, serif; font-weight: 800; }
.story-signoff p { display: grid; gap: 2px; margin: 0; }
.story-signoff strong { font-size: 0.85rem; }
.story-signoff small { color: #75645a; font-family: Georgia, serif; font-size: 0.7rem; }

.roster-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 18px; }
.roster-card {
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 13px 35px rgba(76, 57, 38, 0.05);
}
.roster-card header { display: flex; align-items: center; gap: 15px; min-height: 64px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.roster-card header > div { display: grid; gap: 3px; }
.roster-card header p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 0.78rem; }
.roster-card header strong { font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.08em; }
.roster-icon { position: relative; display: block; width: 48px; height: 54px; flex: 0 0 auto; border: 2px solid var(--ink); background: var(--green-bright); }
.egg-icon { border-radius: 50% 50% 45% 55% / 61% 61% 39% 39%; transform: rotate(-6deg); }
.man-icon { border-radius: 50% 50% 14px 14px; background: var(--coral); }
.man-icon::before { content: ""; position: absolute; top: -10px; left: 50%; width: 22px; height: 22px; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); transform: translateX(-50%); }
.name-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 58px; border-bottom: 1px solid var(--line); }
.name-row > span { color: #999087; font-size: 0.63rem; font-weight: 850; }
.name-row strong { font-size: 0.96rem; }
.name-row i { color: var(--green); font-family: Georgia, serif; font-size: 0.72rem; }
.card-note { margin: 22px 0 0; color: var(--muted); font-family: Georgia, serif; font-size: 0.82rem; line-height: 1.65; }

.merch-heading { align-items: center; }
.merch-heading .button { justify-self: end; }
.merch-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.merch-preview-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 190ms ease, box-shadow 190ms ease;
}
.merch-preview-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-art { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: #f1c1ae; }
.product-art.green { background: #d8e6c8; }
.product-art.blue { background: #d5daf0; }
.product-art > span { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(36,39,36,0.24); border-radius: 50%; background: rgba(255,250,242,0.78); font-size: 0.64rem; font-weight: 850; }
.product-art img { width: 100%; height: 100%; object-fit: contain; transition: transform 240ms ease; }
.merch-preview-card:hover .product-art img { transform: scale(1.025) rotate(1deg); }
.merch-preview-card > div:last-child { position: relative; padding: 22px 24px 24px; }
.merch-preview-card p { margin: 0 0 5px; color: var(--muted); font-family: Georgia, serif; font-size: 0.7rem; }
.merch-preview-card h3 { margin: 0; font-size: 1.32rem; letter-spacing: -0.035em; }
.merch-preview-card > div:last-child > span { position: absolute; right: 24px; bottom: 25px; color: var(--coral-dark); font-size: 0.68rem; font-weight: 800; }
.mobile-catalogue-link { display: none; }

.closing-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: 112px clamp(22px, 5vw, 70px) 30px;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,255,255,0.12) 0 12%, transparent 13%),
    var(--coral);
  color: white;
  box-shadow: var(--shadow);
}
.closing-panel h2 { max-width: 780px; margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 0.99; letter-spacing: -0.068em; }
.closing-panel p:not(.eyebrow) { margin: 16px 0 0; color: rgba(255,255,255,0.76); font-family: Georgia, serif; }
.closing-panel .button { flex: 0 0 auto; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 126px;
  padding: 28px clamp(22px, 5vw, 70px);
  border-top: 1px solid var(--line);
}
footer > p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 0.75rem; text-align: center; }
.footer-link { justify-self: end; font-size: 0.7rem; font-weight: 800; }
.footer-link:hover { color: var(--coral-dark); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 620ms ease, transform 620ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .topbar { grid-template-columns: auto 1fr; }
  .nav-pills { justify-self: end; }
  .header-note, .status { display: none; }
  .paper-note { right: 11%; }
  .egg-one { left: 4%; }
  .egg-two { right: 4%; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 650px; }
  .origin-layout { grid-template-columns: 1fr; }
  .story-image img { aspect-ratio: 3 / 2; }
  .story-copy { min-height: 0; }
  .roster-grid { grid-template-columns: 1fr 1fr; }
  .merch-heading { grid-template-columns: 1fr auto; }
  .merch-preview-card > div:last-child > span { position: static; display: block; margin-top: 12px; }
}

@media (max-width: 860px) {
  .closing-panel { align-items: stretch; flex-direction: column; }
  .closing-panel .button { width: 100%; }
}

@media (max-width: 740px) {
  .topbar { grid-template-columns: 1fr; gap: 14px; padding: 18px 16px 14px; }
  .brand { justify-self: center; }
  .nav-pills { justify-self: stretch; display: grid; grid-template-columns: 1.65fr 0.65fr 0.65fr; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,250,242,0.78); }
  .nav-pills a { min-width: 0; padding: 0 8px; font-size: 0.66rem; }
  .home-hero { min-height: 705px; }
  .hero-copy { padding-top: 48px; }
  .hero-copy h1 br { display: none; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .text-link { min-height: 38px; }
  .sun-shape { width: 145px; height: 145px; bottom: 94px; }
  .egg-shape { width: 78px; height: 105px; }
  .egg-two { width: 72px; height: 98px; }
  .paper-note { right: 4%; bottom: 165px; min-width: 122px; padding: 11px 13px; }
  .paper-note strong { font-size: 0.75rem; }
  .flower-patch { opacity: 0.72; }
  .flower-patch i:nth-child(n+3) { display: none; }
  .people-group { gap: 8px; }
  .people-group > span { border-width: 2px; }
  .people-group > span::before { top: -28px; border-width: 2px; }
  .scene-caption { font-size: 0.46rem; }
  .fact-strip { grid-template-columns: 1fr; gap: 12px; padding: 24px; }
  .fact-strip div { justify-content: flex-start; }
  .fact-strip > i { display: none; }
  .content-section { padding: 82px 16px 14px; }
  .roster-grid, .merch-preview-grid { grid-template-columns: 1fr; }
  .story-image, .story-copy, .roster-card, .merch-preview-card { border-radius: 22px; }
  .story-image figcaption { right: 16px; bottom: 15px; left: 16px; }
  .story-image figcaption span { max-width: 50%; }
  .story-copy, .roster-card { padding: 24px 20px; }
  .merch-heading { grid-template-columns: 1fr; }
  .desktop-catalogue-link { display: none; }
  .mobile-catalogue-link { display: flex; width: 100%; margin-top: 18px; }
  .closing-panel { align-items: stretch; flex-direction: column; margin: 82px 16px 22px; padding: 34px 22px; border-radius: 24px; }
  .closing-panel .button { width: 100%; }
  footer { grid-template-columns: 1fr; justify-items: center; min-height: 180px; padding: 30px 20px; }
  footer .brand, .footer-link { justify-self: center; }
}

@media (max-width: 440px) {
  .home-hero { min-height: 730px; }
  .hero-copy { width: calc(100% - 28px); padding-top: 38px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13.4vw, 3.7rem); }
  .hero-lede { font-size: 0.94rem; }
  .egg-one { left: -14px; }
  .egg-two { right: -13px; }
  .paper-note { display: none; }
  .flower-patch { display: none; }
  .people-group { bottom: 30px; }
  .section-heading h2 { font-size: clamp(2.2rem, 11.5vw, 3.3rem); }
  .story-image img { aspect-ratio: 3 / 2; object-position: center; }
  .story-image figcaption strong { font-size: 0.95rem; }
  .merch-preview-card > div:last-child > span { position: static; display: block; margin-top: 12px; }
}

@media (max-width: 560px) {
  .paper-note { display: none; }
}

@media (max-width: 360px) {
  .people-group { gap: 5px; }
  .people-group > span { width: 38px; }
  .people-group > span::before { width: 31px; height: 31px; }
  .egg-shape { left: -30px; width: 58px; height: 80px; }
  .egg-two { right: -28px; left: auto; width: 56px; height: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
