:root {
  --hero-side-padding: 100px;
  --hero-side-padding-total: 200px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-text);
  line-height: 1.18;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

main {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}

main:has(.toppr-hero) {
  overflow: visible;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 24px clamp(22px, 4.9vw, 58px) 0;
}

.logo {
  color: var(--ink);
  font-size: clamp(2.65rem, 5vw, 4.15rem);
  line-height: 0.78;
  text-decoration: none;
  text-shadow: 0 0 2px var(--hero-copy-thin-shadow);
}

.logo span {
  color: var(--hot);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.6rem, 4.5vw, 4.4rem);
  padding-top: 2px;
  color: var(--ink);
  font-family: var(--font-text);
  font-size: clamp(0.82rem, 1.15vw, 1.06rem);
  font-weight: 700;
}

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

.site-nav a:hover {
  color: var(--hot);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 43px;
  padding: 0 18px 1px;
  border: 0;
  border-radius: 999px;
  background: var(--hot);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--hot) 18%, transparent);
  transform: translateY(0);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.get-topped-button {
  font-family: var(--font-text);
  font-weight: 500;
}

.pill-button:hover,
.pill-button:focus-visible {
  background: var(--hot-hover);
  box-shadow: 0 14px 26px color-mix(in srgb, var(--hot) 26%, transparent);
  transform: translateY(-2px);
}

.pill-button:active {
  transform: translateY(0);
}

.pill-button svg {
  width: 22px;
  height: 22px;
  transition: transform 180ms ease;
}

.pill-button:hover svg,
.pill-button:focus-visible svg {
  transform: translateX(3px);
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.cart-link svg {
  width: 36px;
  height: 36px;
  color: var(--ink);
}

.content-panel {
  --intro-inline-padding: 0;
  --panel-arc-height: clamp(44px, 5vw, 78px);

  position: relative;
  z-index: 4;
  width: 100%;
  /*margin-top: -70px;*/
  padding-top: 0;
  background: #fff;
  border-radius: 0;
  margin-inline: 0;
  margin-bottom: 0;
}

.index-after-hero {
  width: min(100%, 1460px);
  margin: 0 auto;
  padding: 0 clamp(22px, 4.9vw, 58px);
}

.index-after-hero img {
  width: 100%;
  height: auto;
}

.index-collection-intro-image {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.index-collection-intro-image img {
  width: 100%;
  height: auto;
}

.content-panel-inner {
  display: grid;
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 0 var(--page-gutter, clamp(22px, 4.9vw, 58px));
}

.content-panel-inner > * {
  position: relative;
  z-index: 1;
}

.moment-banner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 0;
  overflow: visible;
  background: #fff;
  text-align: center;
}

.moment-banner-inner {
  position: relative;
  width: 100%;
  padding: clamp(44px, 5vw, 76px) clamp(22px, 4.9vw, 58px) clamp(38px, 4.6vw, 68px);
  overflow: hidden;
  background: url("assets/images/background-moments-banner.jpg") center top / cover no-repeat;
}

.moment-banner-top-stripe {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 50%;
  width: 100vw;
  height: 4px;
  background: #fff;
  pointer-events: none;
  transform: translateX(-50%);
}

.section-separator {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  pointer-events: none;
}

.section-separator__bar {
  height: 4px;
}

.section-separator__bar--white {
  background: #fff;
}

.section-separator__bar--pink {
  background: #fff;
}

.section-separator__bar--soft-pink {
  background: #fceff0;
}

.moment-pattern {
  position: absolute;
  z-index: 0;
  width: auto;
  pointer-events: none;
  object-fit: contain;
}

.moment-pattern-left {
  z-index: 2;
  top: 0;
  left: clamp(22px, 4.9vw, 58px);
  height: 70%;
}

.moment-pattern-right {
  top: 30%;
  right: calc(clamp(22px, 4.9vw, 58px) - 36px);
  width: clamp(90px, 9vw, 160px);
  height: auto;
}

.moment-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-inline: clamp(70px, 4.9vw, 98px);
}

.moment-copy h2 {
  width: 100%;
  margin: 0;
  color: #08090b;
  font-size: clamp(2.55rem, 4.5vw, 5.55rem);
  line-height: 1.18;
}

.moment-line {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.moment-line + .moment-line {
  margin-top: clamp(6px, 0.8vw, 12px);
}

.moment-copy strong {
  color: var(--hot);
}

.moment-copy p {
  margin: clamp(12px, 1.4vw, 20px) auto 0;
  color: #08090b;
  font-family: var(--font-text);
  font-size: clamp(1.08rem, 1.45vw, 1.38rem);
  font-weight: 500;
  line-height: 1.2;
}

.moment-copy p span {
  display: block;
  max-width: 100%;
}

.moment-button {
  margin-top: clamp(18px, 2vw, 28px);
}

.moment-stars {
  position: absolute;
  z-index: 2;
  width: clamp(18px, 2.2vw, 38px);
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.moment-stars-left-top {
  top: -0.45em;
  left: -0.78em;
  width: clamp(16px, 1.8vw, 32px);
}

.moment-stars-left-middle {
  bottom: 0.02em;
  left: -0.78em;
  width: clamp(20px, 2.35vw, 42px);
}

.moment-stars-left-bottom {
  right: -0.66em;
  bottom: 0.06em;
  width: clamp(18px, 2vw, 34px);
}

.moment-stars-right-bottom {
  right: -0.74em;
  bottom: 0.1em;
  width: clamp(18px, 2.2vw, 38px);
}

.intro {
  position: relative;
  overflow: visible;
  margin-top: 0;
  scroll-margin-top: clamp(26px, 4vw, 64px);
  text-align: left;
}

.intro-heading {
  position: relative;
  z-index: 2;
  max-width: none;
  text-align: center;
}

.intro-heading-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transform: translateY(0);
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.intro-heading-copy {
  display: grid;
  justify-items: center;
}

.intro-heading-copy h2 {
  font-size: clamp(3rem, 5vw, 4.6rem);
}

.intro-title-separator {
  width: min(240px, 42vw);
  height: auto;
  margin-top: clamp(2px, 0.4vw, 6px);
}

.intro-heading-link:hover,
.intro-heading-link:focus-visible {
  transform: translateY(-1px);
}

.why-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.intro-heading h2 {
  margin: 0;
}

.intro-heading h2,
.why h2,
.steps h2 {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.32em;
  font-size: clamp(2.7rem, 4.2vw, 3.8rem);
  line-height: 1;
}

.intro-heading h2,
.why h2 {
  color: #08090b;
  font-size: clamp(2.7rem, 4.2vw, 3.8rem);
  text-align: center;
  text-transform: uppercase;
}

.designs {
  margin-inline: calc(50% - 50vw);
  padding:
    clamp(36px, 4.2vw, 64px)
    max(var(--page-gutter, clamp(22px, 4.9vw, 58px)), calc((100vw - var(--page-max-width, 1460px)) / 2 + var(--page-gutter, clamp(22px, 4.9vw, 58px))))
    clamp(36px, 4.2vw, 64px);
  background: #fff;
}

.intro-heading strong,
.why strong,
.steps strong {
  color: var(--hot);
}

.intro-heading h2 strong,
.why h2 strong {
  color: inherit;
}

.underline {
  display: block;
  width: 184px;
  height: 11px;
  margin: 4px auto 0;
  border-bottom: 4px solid var(--gold);
  border-radius: 50%;
}

.sticker-marquee {
  --sticker-gap: clamp(24px, 2.1vw, 34px);
  --visible-card-count: 4;
  --sticker-button-size: clamp(3.05rem, 4.4vw, 3.85rem);
  --sticker-button-edge: clamp(12px, 1.35vw, 22px);
  --sticker-button-clearance: calc(var(--sticker-button-size) + var(--sticker-button-edge) + clamp(28px, 3vw, 54px));
  --sticker-window-width: min(
    86vw,
    calc(100vw - (var(--sticker-button-clearance) * 2))
  );
  --sticker-card-width: calc((var(--sticker-window-width) - (var(--sticker-gap) * (var(--visible-card-count) - 1))) / var(--visible-card-count));
  --sticker-card-height: 620px;
  --sticker-row-pad-y: clamp(12px, 1.4vw, 18px);

  position: relative;
  display: block;
  width: 100vw;
  min-width: 0;
  margin: clamp(28px, 3.5vw, 48px) calc(50% - 50vw) 0;
  overflow: visible;
}

.sticker-row {
  position: relative;
  display: block;
  width: 100vw;
  height: calc(var(--sticker-card-height) + (var(--sticker-row-pad-y) * 2));
  min-width: 0;
  margin: 0;
  overflow: hidden;
  padding: var(--sticker-row-pad-y) 0;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
  z-index: 1;
}

.sticker-track {
  position: relative;
  width: 100vw;
  height: var(--sticker-card-height);
  gap: var(--sticker-gap);
}

.sticker-row::-webkit-scrollbar {
  display: none;
}

.sticker-card {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: 70fr 23fr;
  width: var(--sticker-card-width);
  justify-items: center;
  gap: 0;
  text-decoration: none;
  overflow: hidden;
  border-radius: clamp(24px, 2.35vw, 36px);
  background: var(--card-panel, #fff1f6);
  box-shadow: none;
  aspect-ratio: 447 / 825;
  isolation: isolate;
  transition: transform 560ms cubic-bezier(0.2, 0.72, 0.18, 1);
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.sticker-card.is-instant {
  transition: none;
}

.sticker-card[data-carousel-visible="true"] {
  opacity: 1;
  pointer-events: auto;
}

.sticker-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  align-self: start;
  border-radius: inherit inherit 0 0;
  object-fit: cover;
  object-position: center 58%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.sticker-card__copy {
  position: relative;
  z-index: 2;
  align-self: start;
  box-sizing: border-box;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 100%;
  height: calc(100% + clamp(22px, 2.4vw, 36px));
  margin-top: calc(clamp(22px, 2.4vw, 36px) * -1);
  padding: clamp(28px, 2.15vw, 34px) clamp(16px, 1.8vw, 24px) clamp(14px, 1.2vw, 18px);
  border-radius: clamp(24px, 2.6vw, 38px);
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  color: #08090b;
  text-align: center;
}

.sticker-card__copy::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 26%, rgb(255 255 255 / 72%) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 44%, rgb(255 255 255 / 58%) 0 2px, transparent 3px),
    linear-gradient(180deg, color-mix(in srgb, var(--card-panel, #fff1f6) 86%, #fff 14%) 0%, var(--card-panel, #fff1f6) 100%);
  content: "";
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.sticker-card__copy > * {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.sticker-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-grid;
  place-items: center;
  width: clamp(48px, 4.8vw, 62px);
  height: clamp(48px, 4.8vw, 62px);
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--card-accent, #f23878);
  color: #fff;
  box-shadow: 0 10px 18px rgb(31 18 25 / 14%);
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.sticker-card__badge svg {
  width: 54%;
  height: 54%;
  fill: currentColor;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.sticker-card__copy strong {
  color: var(--card-accent, #f23878);
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 1.62vw, 1.56rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.sticker-card__copy > span:last-child {
  max-width: 15ch;
  margin-top: clamp(8px, 0.8vw, 12px);
  color: #09090b;
  font-size: clamp(1.14rem, 1.52vw, 1.42rem);
  line-height: 1.18;
}

.sticker-card:hover .sticker-card__image,
.sticker-card:focus-visible .sticker-card__image {
  opacity: 0.78;
  transform: translateZ(0);
}

.sticker-card:hover .sticker-card__badge,
.sticker-card:focus-visible .sticker-card__badge {
  background: #fff;
  color: var(--card-accent, #f23878);
}

.sticker-card:focus-visible {
  outline: 3px solid var(--hot);
  outline-offset: 5px;
}

.sticker-marquee-button {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-grid;
  place-items: center;
  width: var(--sticker-button-size);
  height: var(--sticker-button-size);
  padding: 0;
  border: 5px solid #fff;
  border-radius: 999px;
  background: var(--hot);
  color: #fff;
  border-color: var(--hot);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.sticker-marquee-button svg {
  width: 54%;
  height: 54%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sticker-marquee-button:focus-visible {
  outline: 3px solid #08090b;
  outline-offset: 3px;
}

.sticker-marquee-button:hover,
.sticker-marquee-button:focus-visible {
  border-color: var(--hot);
  background: #fff;
  color: var(--hot);
/*  box-shadow:
    inset 0 0 0 4px var(--hot),
    0 14px 28px rgb(239 62 115 / 28%),
    0 0 0 5px rgb(255 255 255 / 72%);*/
}

.sticker-marquee-button--next {
  right: var(--sticker-button-edge);
}

.sticker-marquee-button--prev {
  left: var(--sticker-button-edge);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 4px;
}

.dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d8d3d0;
}

.dots .active {
  background: var(--hot);
}

.why {
  position: relative;
  display: grid;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: clamp(42px, 5vw, 76px) clamp(22px, 4.9vw, 58px) clamp(48px, 5.4vw, 86px);
  background: #fff;
  color: #000;
  text-align: center;
}

.design-strip::after {
  position: absolute;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
  content: "*";
}

.benefits {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5.2vw, 86px);
  width: min(100%, var(--page-max-width));
  margin: clamp(28px, 3.8vw, 58px) auto 0;
}

.benefits article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  min-width: 0;
  padding: 0;
  text-align: center;
}

.benefits article:first-child {
  padding-left: 0;
}

.benefits article:last-child {
  padding-right: 0;
}

.benefit-photo {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  overflow: hidden;
  border: 6px solid var(--hot, #ea3972);
  border-radius: clamp(20px, 2vw, 32px);
  object-fit: cover;
  object-position: center;
}

.benefit-photo::after {
  display: none;
}

.benefits h3 {
  max-width: 520px;
  margin: 0 0 clamp(10px, 1.2vw, 18px);
  color: #000;
  font-family: var(--font-text);
  font-size: clamp(2.1rem, 3vw, 3.15rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.benefits h3 strong {
  color: inherit;
  font-weight: inherit;
}

.benefits p {
  max-width: 560px;
  margin: 0 auto;
  color: #000;
  font-family: var(--font-text);
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  font-weight: 400;
  line-height: 1.35;
}

.bar-display {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  margin: 0;
  padding: 0 0 clamp(26px, 3.4vw, 52px) 0;
  overflow: visible;
  background: #fff;
  text-align: left;
}

.bar-display::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  content: "";
  background: #fff;
  pointer-events: none;
}

.bar-display-media {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
}

.bar-display-media picture {
  display: block;
  width: 100%;
}

.bar-display-media img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
}

.bar-display-copy {
  position: relative;
  z-index: 1;
  align-self: start;
  width: min(100%, 560px);
  max-width: 560px;
  padding: 0;
  text-align: left;
  color: var(--ink);
}

.bar-display-copy h2 {
  display: block;
  max-width: 560px;
  margin: 0;
  text-align: left;
  color: #08090b;
  font-size: clamp(2.65rem, 5.1vw, 5.7rem);
  line-height: 0.88;
}

.bar-display-copy h2 strong {
  color: var(--hot);
}

.bar-display-copy .eyebrow {
  margin: 0 0 12px;
  color: var(--hot);
  font-size: clamp(0.78rem, 1vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.bar-display-copy p {
  max-width: 520px;
  margin: 12px 0 0;
  color: #08090b;
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  font-weight: 500;
  line-height: 1.35;
}

.bar-display-button {
  margin-top: 22px;
  min-height: 40px;
  padding-inline: 22px 18px;
}

.results h2 {
  font-size: clamp(1.45rem, 2.45vw, 2.1rem);
}

.step-row {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: start;
  max-width: 590px;
  margin: 12px auto 0;
}

.step-row article {
  position: relative;
}

.step-number {
  position: absolute;
  top: -11px;
  left: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--hot);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 1000;
  transform: translateX(-50%);
}

.step-row img {
  width: 73px;
  height: 73px;
  margin: 10px auto 5px;
  object-fit: cover;
  border-radius: 50%;
}

.step-row h3 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.step-row p {
  margin: 2px 0 0;
  font-size: 0.78rem;
  line-height: 1.15;
}

.step-arrow {
  position: relative;
  height: 86px;
}

.step-arrow::before,
.step-arrow::after {
  position: absolute;
  top: 47px;
  right: 4px;
  content: "";
  background: var(--hot);
}

.step-arrow::before {
  width: 23px;
  height: 3px;
}

.step-arrow::after {
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--hot);
  border-right: 3px solid var(--hot);
  background: transparent;
  transform: rotate(45deg);
}

.results {
  padding: 8px clamp(26px, 7vw, 86px) 8px;
  text-align: center;
}

.result-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 500px;
  margin: 8px auto 0;
}

.result-row article {
  position: relative;
}

.result-row article + article::before {
  position: absolute;
  top: 45px;
  bottom: 8px;
  left: 0;
  width: 1px;
  content: "";
  background: var(--line);
}

.result-row svg {
  width: 37px;
  height: 37px;
  margin: 0 auto 2px;
  color: var(--hot);
}

.result-row strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 1000;
}

.result-row p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.08;
}

.stars {
  margin-top: 6px;
  color: var(--hot);
  font-size: 1.05rem;
  letter-spacing: 0.18em;
}

.design-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 880px;
  margin: 8px auto 0;
  padding: 0 clamp(24px, 5vw, 44px) 28px;
}

.strip-title {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.strip-title h2 {
  font-family: "Avenir Next", Avenir, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.75rem);
  font-weight: 1000;
  line-height: 1.08;
}

.tiny-stars {
  position: relative;
  width: 32px;
  height: 48px;
  color: var(--hot);
}

.tiny-stars::before,
.tiny-stars::after {
  position: absolute;
  content: "*";
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.tiny-stars::before {
  top: 0;
  left: 0;
}

.tiny-stars::after {
  right: 0;
  bottom: 0;
  font-size: 30px;
}

.mini-stickers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 22px);
}

.mini-stickers img {
  width: clamp(55px, 8vw, 77px);
  height: clamp(55px, 8vw, 77px);
  object-fit: contain;
  border-radius: 50%;
}

.design-strip .pill-button {
  justify-self: end;
}

.design-strip::after {
  right: 5px;
  bottom: -5px;
  color: var(--gold);
}

.about-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  min-height: 164px;
  margin-top: 0;
  padding: 38px clamp(26px, 8vw, 90px) 0;
  overflow: hidden;
  background: var(--blue);
}

.blue-wave {
  position: absolute;
  top: -48px;
  right: -5%;
  left: -5%;
  height: 76px;
  background: var(--cream);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.about-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.about-copy h2 {
  font-family: "Avenir Next", Avenir, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  font-weight: 1000;
  line-height: 0.98;
}

.about-copy ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.25;
}

.about-copy li::before {
  margin-right: 6px;
  color: var(--hot);
  font-weight: 1000;
  content: "v";
}

.drink-shot {
  position: relative;
  z-index: 1;
  width: clamp(96px, 15vw, 150px);
  max-height: 175px;
  object-fit: contain;
  object-position: bottom;
}

.about-band .pill-button {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
}

@media (max-width: 760px) {
  :root {
    --hero-side-padding: 24px;
    --hero-side-padding-total: 48px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .site-nav {
    display: none;
  }

  .header-actions {
    gap: 12px;
  }

  .why {
    padding: clamp(34px, 8vw, 54px) clamp(18px, 5vw, 28px) clamp(40px, 9vw, 62px);
  }

  .benefits {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    width: 100%;
    padding: 0;
  }

  .benefits article {
    padding: 0;
  }

  .result-row article + article::before {
    display: none;
  }

  .bar-display {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px;
    text-align: left;
  }

  .bar-display-copy {
    max-width: 620px;
  }

  .bar-display-copy p {
    max-width: 480px;
  }

  .bar-display-button {
    margin-inline: 0;
  }

  .bar-display-media {
    aspect-ratio: auto;
  }

  .moment-pattern-left,
  .moment-pattern-right {
    display: none;
  }

  .moment-banner-inner {
    padding: clamp(34px, 6vw, 56px) clamp(22px, 5vw, 34px) clamp(30px, 5vw, 48px);
    text-align: center;
  }

  .moment-copy h2,
  .moment-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .moment-copy h2 {
    max-width: min(330px, 86vw);
    font-size: clamp(1.6rem, 7.6vw, 2.18rem);
  }

  .moment-copy .moment-line {
    margin-right: auto;
    margin-left: auto;
  }

  .moment-copy p {
    max-width: 260px;
  }

  .moment-stars-left-top {
    left: -0.5em;
  }

  .moment-stars-left-middle {
    left: -0.44em;
  }

  .moment-stars-left-bottom,
  .moment-stars-right-bottom {
    right: -0.5em;
  }

  .step-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .step-arrow {
    display: none;
  }

  .design-strip {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .strip-title,
  .design-strip .pill-button {
    justify-self: center;
  }

  .about-band {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding-bottom: 18px;
    text-align: center;
  }

  .drink-shot {
    order: 3;
  }

}

@media (max-width: 500px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .cart-link {
    display: none;
  }

  .benefits,
  .result-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .moment-banner-inner {
    padding: clamp(30px, 8vw, 42px) 0 clamp(26px, 7vw, 36px);
  }

  .moment-copy h2 {
    max-width: 300px;
    font-size: clamp(1.45rem, 7.6vw, 1.92rem);
    line-height: 1.12;
  }

  .moment-line {
    display: block;
  }

  .moment-copy p {
    max-width: 300px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .intro-heading-wave {
    width: min(180px, 52vw);
    margin-top: 8px;
  }

  .designs {
    overflow: visible;
  }

  .index-after-hero {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0;
  }

  .benefits article {
    padding: 0;
  }

  .benefit-photo {
    width: 100%;
  }

  .bar-display {
    padding: 22px 0;
  }

  .bar-display-media {
    aspect-ratio: auto;
  }

  .bar-display-copy h2 {
    font-size: clamp(2.35rem, 13vw, 3.3rem);
  }

  .bar-display-button,
  .design-strip .pill-button {
    width: 100%;
    justify-content: center;
  }

  .step-row {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
  }

  .result-row article {
    padding: 14px 0;
  }

  .design-strip {
    padding-inline: 0;
  }

  .sticker-marquee {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .sticker-row {
    scrollbar-width: none;
  }
}

@media (max-width: 980px) {
  .sticker-marquee {
    --visible-card-count: 1;
    --sticker-window-width: min(82vw, 360px);
  }
}
