:root {
  color-scheme: light;
  --forest: #073c31;
  --forest-deep: #052f27;
  --forest-soft: #235c48;
  --cream: #f8f1e4;
  --paper: #fffaf0;
  --coral: #c64a3c;
  --coral-dark: #a93d31;
  --gold: #d5a72f;
  --ink: #123b33;
  --shadow: 0 18px 45px rgba(7, 43, 35, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 280px;
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f8c94b;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--forest);
  border-radius: 0.5rem;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.premium-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(230px, 320px) 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 4rem);
  min-height: 96px;
  padding: 0.7rem clamp(1.5rem, 3vw, 3.25rem);
  background: rgba(255, 250, 240, 0.98);
  border-bottom: 2px solid var(--gold);
}

.premium-brand {
  display: block;
  width: min(100%, 320px);
}

.premium-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.premium-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.4rem, 3.2vw, 3.8rem);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  font-weight: 750;
  white-space: nowrap;
}

.premium-nav a {
  position: relative;
  padding: 0.7rem 0;
}

.premium-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 0.2rem;
  left: 50%;
  height: 2px;
  background: var(--gold);
  content: "";
  transition: left 160ms ease, right 160ms ease;
}

.premium-nav a:hover::after,
.premium-nav a[aria-current="page"]::after {
  right: 0;
  left: 0;
}

.sign-in-button,
.menu-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.65rem;
  color: #fff;
  background: var(--forest);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 7px 16px rgba(5, 47, 39, 0.22);
  font: 750 1rem/1 var(--sans);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.sign-in-button:hover,
.menu-button:hover {
  background: var(--forest-soft);
  box-shadow: 0 9px 20px rgba(5, 47, 39, 0.28);
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  cursor: pointer;
}

.premium-mobile-nav {
  position: absolute;
  top: calc(100% + 2px);
  right: 1rem;
  left: 1rem;
  display: grid;
  padding: 0.75rem;
  background: var(--paper);
  border: 1px solid rgba(12, 73, 58, 0.15);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.premium-mobile-nav[hidden] {
  display: none;
}

.premium-mobile-nav a {
  padding: 0.9rem 1rem;
  border-radius: 0.7rem;
  font-weight: 750;
}

.premium-mobile-nav a:hover,
.premium-mobile-nav a[aria-current="page"] {
  background: #efe5d1;
}

.menasha-help-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) minmax(570px, 650px);
  align-items: center;
  gap: 0.65rem 1.25rem;
  min-height: 132px;
  overflow: hidden;
  padding: 1rem clamp(1.5rem, 4vw, 4.75rem);
  color: #fffaf0;
  background:
    radial-gradient(circle at 18% 20%, rgba(232, 185, 95, 0.16), transparent 23rem),
    linear-gradient(105deg, #052f27 0%, #0b4a3c 58%, #173d34 100%);
  border-bottom: 2px solid var(--gold);
}

.menasha-help-banner::before {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 auto;
  width: min(34vw, 560px);
  background:
    linear-gradient(90deg, #0b4a3c 0%, rgba(11, 74, 60, 0.74) 26%, rgba(5, 47, 39, 0.28) 100%),
    url("/assets/live-rooted/watch/posters/18-after-the-storm-menasha.webp") center 56% / cover;
  content: "";
  opacity: 0.64;
}

.menasha-help-banner::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, transparent 56%, rgba(4, 37, 31, 0.62));
  content: "";
  pointer-events: none;
}

.menasha-help-banner__mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #073c31;
  background: linear-gradient(145deg, #f9d77c, #d5a72f);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(3, 28, 23, 0.3);
  font-size: 1.65rem;
}

.menasha-help-banner__copy {
  min-width: 0;
}

.menasha-help-banner__eyebrow {
  margin: 0 0 0.22rem;
  color: #f5cf72;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menasha-help-banner h2 {
  margin: 0;
  color: #fffaf0;
  font: 400 clamp(1.55rem, 2.25vw, 2.15rem)/1.05 var(--serif);
  letter-spacing: -0.025em;
}

.menasha-help-banner__copy > p:last-child {
  max-width: 760px;
  margin: 0.42rem 0 0;
  color: rgba(255, 250, 240, 0.84);
  font-size: 0.92rem;
  line-height: 1.45;
}

.menasha-help-banner__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: 100%;
  justify-self: end;
}

.menasha-help-banner__actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 0.45rem;
  justify-content: center;
  padding: 0.68rem 0.9rem;
  color: #fffaf0;
  background: rgba(3, 36, 29, 0.68);
  border: 1px solid rgba(255, 250, 240, 0.52);
  border-radius: 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.menasha-help-banner__actions a:hover {
  background: rgba(3, 36, 29, 0.9);
  border-color: #f5cf72;
  transform: translateY(-1px);
}

.menasha-help-banner__actions .is-give {
  color: #073c31;
  background: linear-gradient(145deg, #f9d77c, #d5a72f);
  border-color: #f7d580;
}

.menasha-help-banner__actions .is-give:hover {
  background: #f8d477;
}

.menasha-help-banner__actions .is-watch {
  justify-self: stretch;
  background: rgba(3, 36, 29, 0.46);
}

.menasha-help-banner__verified {
  grid-column: 2;
  margin: -0.15rem 0 0;
  color: rgba(255, 250, 240, 0.64);
  font-size: 0.68rem;
  letter-spacing: 0.025em;
}

.premium-hero {
  display: grid;
  grid-template-columns: minmax(0, 51.5%) minmax(0, 48.5%);
  min-height: 450px;
  height: auto;
  overflow: hidden;
  background: var(--forest);
}

.premium-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(2.2rem, 4vw, 4.5rem) clamp(2rem, 5.7vw, 6.5rem);
  color: var(--cream);
  background:
    radial-gradient(circle at 92% 82%, rgba(214, 167, 47, 0.13), transparent 28%),
    linear-gradient(135deg, var(--forest-deep), var(--forest));
}

.premium-hero__copy > .premium-hero__beta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin: 0 0 0.8rem;
  color: rgba(255, 250, 240, 0.88);
  font: 800 0.72rem/1 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-hero__beta span,
.birthday-product__beta span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 232, 153, 0.68);
  border-radius: 999px;
  background: rgba(214, 167, 47, 0.18);
  color: #ffe49a;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.premium-hero h1 {
  max-width: 690px;
  margin: 0;
  font: 400 clamp(3.25rem, 4.65vw, 4.65rem)/0.99 var(--serif);
  letter-spacing: -0.042em;
  text-wrap: balance;
}

.premium-hero h1 span {
  display: block;
}

.premium-hero__copy > p {
  margin: 1.2rem 0 0;
  color: rgba(255, 250, 240, 0.9);
  font: 400 clamp(1.08rem, 1.4vw, 1.28rem)/1.55 var(--serif);
}

.premium-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05rem;
  margin-top: 1.35rem;
}

.primary-button {
  display: inline-flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.35rem;
  color: #fff;
  background: linear-gradient(180deg, #c94b3e, var(--coral));
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.75rem;
  box-shadow: 0 8px 18px rgba(76, 22, 17, 0.2), inset 0 0 0 1px rgba(214, 167, 47, 0.4);
  font-size: 1.05rem;
  font-weight: 800;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.primary-button:hover {
  background: var(--coral-dark);
  box-shadow: 0 10px 23px rgba(76, 22, 17, 0.28);
  transform: translateY(-2px);
}

.text-link {
  padding: 0.25rem 0.4rem 0.38rem;
  color: #f7c949;
  border-bottom: 2px solid var(--gold);
  font-weight: 750;
}

.text-link span {
  display: inline-block;
  margin-left: 0.35rem;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(0.3rem);
}

.premium-hero__models {
  position: relative;
  min-width: 0;
  margin: 0;
  background: #a17d49;
}

.premium-hero__models::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(110px, 14vw, 210px);
  background: linear-gradient(
    90deg,
    var(--forest) 0%,
    rgba(7, 60, 49, 0.92) 18%,
    rgba(7, 60, 49, 0.52) 46%,
    rgba(7, 60, 49, 0.16) 72%,
    transparent 100%
  );
  content: "";
  pointer-events: none;
}

.premium-hero__models img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.premium-products {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 62%) minmax(420px, 38%);
  height: calc(100svh - 96px - clamp(450px, 31.2vw, 464px));
  min-height: 470px;
  overflow: visible;
  background: var(--cream);
  border-top: 2px solid var(--gold);
}

.garden-product {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  background: #6e7d3d;
}

.garden-product__scene,
.garden-product__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.garden-product__scene {
  object-fit: cover;
  object-position: 51% center;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.garden-product__shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 47, 38, 0.05) 55%, rgba(4, 47, 38, 0.44));
}

.garden-product__cottage,
.garden-product__model {
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 18px 22px rgba(33, 42, 22, 0.28));
  height: auto;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.garden-product__cottage {
  bottom: 32%;
  left: 1.5%;
  width: clamp(270px, 22vw, 330px);
}

.garden-product__model {
  bottom: 12%;
  left: 52%;
  width: clamp(185px, 17vw, 255px);
}

.garden-product__copy {
  position: absolute;
  z-index: 4;
  bottom: clamp(1rem, 2vw, 1.65rem);
  left: clamp(1rem, 2.2vw, 2rem);
  display: grid;
  width: min(390px, calc(100% - 2rem));
  gap: 0.35rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 247, 215, 0.55);
  border-radius: 16px;
  background: rgba(7, 52, 42, 0.86);
  color: #fffaf0;
  box-shadow: 0 16px 34px rgba(8, 40, 31, 0.24);
  backdrop-filter: blur(10px);
}

.garden-product__copy small {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 250, 240, 0.8);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.garden-product__copy small b {
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest-deep);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
}

.garden-product__copy strong {
  max-width: 330px;
  font: 500 clamp(1.2rem, 1.8vw, 1.75rem)/1.08 var(--serif);
}

.garden-product__copy em {
  color: #ffe49a;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.garden-product:hover .garden-product__scene {
  transform: scale(1.025);
}

.garden-product:hover .garden-product__cottage {
  transform: translateY(-5px);
}

.garden-product:hover .garden-product__model {
  transform: translate(4px, -7px);
}

.birthday-product {
  position: relative;
  z-index: 4;
  min-width: 0;
  margin-left: clamp(-7.5rem, -7.5vw, -5.2rem);
  overflow: visible;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 16%, rgba(255, 205, 84, 0.19), transparent 23%),
    radial-gradient(circle at 20% 38%, rgba(228, 93, 73, 0.08), transparent 27%),
    var(--paper);
  border-left: 2px solid var(--gold);
  border-radius: 15% 0 0 0 / 100% 0 0 0;
  box-shadow: -18px 0 35px rgba(18, 59, 51, 0.08);
}

.invite-card-stack {
  position: absolute;
  top: 1.4rem;
  left: clamp(3.5rem, 6.2vw, 6.5rem);
  z-index: 2;
  width: clamp(235px, 19vw, 285px);
  height: 315px;
}

.invite-card {
  position: absolute;
  width: 90%;
  aspect-ratio: 4 / 3.25;
  overflow: hidden;
  background: #fff;
  border: 8px solid #fffaf0;
  border-radius: 0.35rem;
  box-shadow: 0 14px 25px rgba(40, 35, 25, 0.2);
}

.invite-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.invite-card span {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  left: 0.45rem;
  display: grid;
  gap: 0.05rem;
  padding: 0.45rem 0.55rem;
  text-align: center;
  background: rgba(255, 250, 240, 0.9);
  border-radius: 0.25rem;
}

.invite-card strong {
  font: 700 0.94rem/1.1 var(--serif);
}

.invite-card small {
  font-size: 0.66rem;
  font-weight: 700;
}

.invite-card--rainbow {
  top: 0;
  left: 10%;
  z-index: 2;
  transform: rotate(6deg);
}

.invite-card--arcade {
  top: 104px;
  left: 0;
  z-index: 1;
  transform: rotate(-8deg);
}

.birthday-product__model {
  position: absolute;
  right: clamp(-0.25rem, 0.8vw, 0.75rem);
  bottom: 2.25rem;
  z-index: 3;
  width: clamp(260px, 22vw, 325px);
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 18px 24px rgba(48, 30, 64, 0.22));
}

.birthday-product__copy {
  position: absolute;
  right: clamp(15.5rem, 21vw, 19rem);
  bottom: 1.15rem;
  left: clamp(4.75rem, 7.3vw, 7.5rem);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.birthday-product h2 {
  margin: 0;
  font: 400 clamp(1.8rem, 2.4vw, 2.6rem)/1 var(--serif);
}

.birthday-product__copy > p {
  max-width: 410px;
  margin: 0.45rem auto 0.8rem;
  font: 400 clamp(0.86rem, 1vw, 1rem)/1.35 var(--serif);
}

.birthday-product__copy > .birthday-product__beta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 0.45rem;
  color: var(--forest);
  font: 900 0.7rem/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.birthday-product__beta span {
  min-height: 23px;
  border-color: rgba(189, 122, 42, 0.38);
  background: rgba(214, 167, 47, 0.15);
  color: #8c5a1e;
}

.birthday-product .primary-button {
  min-height: 50px;
  padding: 0.8rem 1.75rem;
}

.premium-footer {
  display: flex;
  min-height: 126px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem clamp(1.5rem, 5.5vw, 5.5rem);
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(213, 167, 47, 0.46);
}

.premium-footer__brand {
  display: block;
}

.premium-footer__wordmark {
  display: block;
  width: min(44vw, 470px);
}

.premium-footer__wordmark img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.premium-footer p {
  margin: 0;
  color: rgba(18, 59, 51, 0.76);
  font: 400 0.96rem/1.4 var(--sans);
}

.premium-footer__note {
  text-align: right;
}

@media (min-width: 931px) {
  .premium-products {
    min-height: 520px;
  }

  .birthday-product__model {
    top: -2.5rem;
    bottom: auto;
  }
}

@media (max-width: 1280px) {
  .premium-nav,
  .sign-in-button {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    grid-column: 3;
  }

  .menasha-help-banner {
    grid-template-columns: auto 1fr;
  }

  .menasha-help-banner__actions {
    grid-column: 2;
    grid-row: 2;
    width: min(100%, 680px);
    justify-self: start;
  }

  .menasha-help-banner__actions .is-watch {
    grid-column: auto;
  }

  .menasha-help-banner__verified {
    grid-row: 3;
  }
}

@media (max-width: 1150px) {
  .premium-header {
    grid-template-columns: minmax(200px, 250px) 1fr auto;
    gap: 1.2rem;
    padding-inline: 1.5rem;
  }

  .premium-nav {
    gap: clamp(1rem, 2vw, 1.6rem);
    font-size: 0.88rem;
  }

  .premium-hero__copy {
    padding-inline: clamp(2rem, 4.5vw, 3.75rem);
  }

  .premium-products {
    grid-template-columns: minmax(0, 58%) minmax(440px, 42%);
  }

  .garden-product__model {
    left: 48%;
  }

  .birthday-product__model {
    right: 0.25rem;
  }
}

@media (max-width: 930px) {
  .premium-header {
    grid-template-columns: minmax(180px, 230px) 1fr auto;
    min-height: 82px;
  }

  .premium-nav,
  .sign-in-button {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    grid-column: 3;
  }

  .premium-hero {
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    height: auto;
  }

  .premium-hero h1 {
    font-size: clamp(2.7rem, 5.8vw, 3.5rem);
  }

  .premium-hero h1 span {
    display: inline;
  }

  .premium-hero h1 span:not(:last-child)::after {
    content: " ";
  }

  .premium-products {
    grid-template-columns: 1fr;
    height: auto;
  }

  .garden-product {
    min-height: 520px;
  }

  .birthday-product {
    min-height: 570px;
    margin: 0;
    overflow: hidden;
    border-top: 2px solid var(--gold);
    border-left: 0;
    border-radius: 72px 72px 0 0;
  }

  .invite-card-stack {
    top: 1rem;
    left: clamp(2.5rem, 8vw, 5rem);
    width: min(36vw, 285px);
  }

  .birthday-product__model {
    top: 1rem;
    right: 5vw;
    bottom: auto;
    width: min(38vw, 300px);
    max-height: none;
  }

  .birthday-product__copy {
    right: auto;
    left: 50%;
    width: min(460px, calc(100% - 3rem));
    transform: translateX(-50%);
  }
}

@media (max-width: 680px) {
  .premium-header {
    position: sticky;
    top: 0;
    grid-template-columns: minmax(170px, 215px) 1fr auto;
    min-height: 72px;
    padding: 0.55rem 1rem;
  }

  .menu-button {
    min-height: 42px;
    padding: 0.65rem 1rem;
    font-size: 0.88rem;
  }

  .menasha-help-banner {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    min-height: 0;
    padding: 1.25rem 1rem;
  }

  .menasha-help-banner::before {
    width: 58%;
    opacity: 0.34;
  }

  .menasha-help-banner__mark {
    display: none;
  }

  .menasha-help-banner__copy,
  .menasha-help-banner__actions,
  .menasha-help-banner__verified {
    grid-column: 1;
    grid-row: auto;
  }

  .menasha-help-banner__actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .menasha-help-banner__actions .is-watch {
    grid-column: 1;
    justify-self: stretch;
  }

  .menasha-help-banner__verified {
    margin-top: 0;
  }

  .premium-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .premium-hero__copy {
    min-height: 420px;
    padding: 3.2rem 1.35rem;
  }

  .premium-hero h1 {
    max-width: 530px;
    font-size: clamp(3rem, 12.4vw, 4rem);
    line-height: 0.98;
  }

  .premium-hero__copy > p {
    font-size: 1.08rem;
  }

  .premium-hero__models {
    min-height: 330px;
  }

  .premium-hero__models::after {
    inset: 0 0 auto;
    width: 100%;
    height: 132px;
    background: linear-gradient(
      180deg,
      var(--forest) 0%,
      rgba(7, 60, 49, 0.82) 20%,
      rgba(7, 60, 49, 0.3) 58%,
      transparent 100%
    );
  }

  .premium-hero__models img {
    object-position: 51% center;
  }

  .garden-product {
    min-height: 480px;
  }

  .garden-product__scene {
    object-position: 56% center;
  }

  .garden-product__cottage {
    bottom: 18%;
    left: -7%;
    width: min(77vw, 360px);
  }

  .garden-product__model {
    bottom: 2%;
    left: 52%;
    width: min(42vw, 210px);
  }

  .garden-product__copy {
    bottom: 1rem;
    left: 1rem;
    width: min(330px, calc(100% - 2rem));
  }

  .birthday-product {
    min-height: 560px;
    border-radius: 48px 48px 0 0;
  }

  .invite-card-stack {
    top: 1rem;
    left: 1.5rem;
    width: min(53vw, 215px);
    height: 285px;
  }

  .invite-card--arcade {
    top: 88px;
  }

  .birthday-product__model {
    top: 1rem;
    right: 0.25rem;
    bottom: auto;
    width: min(66vw, 285px);
    max-height: none;
  }

  .birthday-product__copy {
    right: 1.25rem;
    bottom: 1.5rem;
    left: 1.25rem;
    width: auto;
    transform: none;
  }

  .birthday-product h2 {
    font-size: 2.4rem;
  }

  .premium-footer {
    flex-direction: column;
    text-align: center;
  }

  .premium-footer__brand {
    width: min(100%, 470px);
  }

  .premium-footer__note {
    text-align: center;
  }
}

@media (max-width: 355px) {
  .premium-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.35rem;
    min-height: 66px;
    padding: 0.45rem 0.65rem;
  }

  .premium-brand {
    max-width: 100%;
  }

  .premium-brand img {
    width: 100%;
    height: auto;
  }

  .menu-button {
    grid-column: 3;
    min-height: 40px;
    padding-inline: 0.8rem;
  }

  .premium-footer__wordmark img {
    width: 100%;
    height: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
