/* Funded with Frosted — independent identity, July 2026 */
:root {
  --ink: #090909;
  --pink: #ee7a9c;
  --pink-deep: #aa2f59;
  --blush: #fbe8ee;
  --blush-strong: #f7cfdb;
  --pewter: #6d6266;
  --mist: #e9e3e5;
  --paper: #fffcfd;
  --paper-light: #ffffff;
  --white: #ffffff;
  --evergreen: #090909;
  --evergreen-dark: #090909;
  --sun: #ee7a9c;
  --tomato: #ee7a9c;
  --sage: #f7cfdb;
  --border: 1px solid var(--ink);
  --shadow: 0 24px 70px rgba(74, 31, 46, 0.12);
  --page: min(1180px, calc(100% - 48px));
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --utility: "DM Mono", Consolas, monospace;
}

body {
  background: var(--paper);
  font-size: 0.98rem;
  line-height: 1.75;
}

html {
  scroll-padding-top: 88px;
}

section[id] {
  scroll-margin-top: 0;
}

body::before {
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

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

.skip-link {
  color: var(--white);
  background: var(--ink);
}

.origin-note {
  gap: 14px;
  padding-block: 7px;
  color: var(--ink);
  background: var(--blush);
  border-bottom: 1px solid color-mix(in srgb, var(--pink) 48%, transparent);
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.origin-note > span:nth-child(2) {
  color: var(--pink-deep);
}

.site-header {
  min-height: 88px;
  padding-block: 10px;
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
}

.site-header[data-scrolled] {
  min-height: 72px;
  border-color: var(--mist);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.035);
}

.scroll-progress {
  bottom: -1px;
  height: 2px;
  background: var(--pink);
}

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

.brand-lockup__logo {
  display: block;
  width: 82px;
  height: auto;
  mix-blend-mode: multiply;
  transition: width 180ms ease;
}

.site-header[data-scrolled] .brand-lockup__logo {
  width: 68px;
}

.primary-nav {
  gap: clamp(18px, 2vw, 32px);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.primary-nav > a:not(.button) {
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.primary-nav > a:not(.button):hover {
  text-decoration-color: var(--pink);
}

.button {
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  box-shadow: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
  transform: translateY(-2px);
}

.button:active {
  box-shadow: none;
  transform: translateY(0);
}

.button--small {
  min-height: 42px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button--small:hover,
.button--primary {
  color: var(--ink);
  background: var(--pink);
  border-color: var(--pink);
}

.button--primary:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button--outline {
  color: var(--white);
  background: transparent;
  border-color: color-mix(in srgb, var(--white) 65%, transparent);
}

.button--ink {
  color: var(--white);
  background: var(--ink);
  box-shadow: none;
}

.button--ink:hover {
  color: var(--ink);
  background: var(--pink);
  border-color: var(--pink);
  box-shadow: none;
}

.button--paper {
  background: var(--white);
}

.text-link {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.hero {
  grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
  gap: clamp(30px, 5vw, 78px);
  min-height: calc(100vh - 120px);
  padding: clamp(52px, 6vw, 86px) 0 clamp(74px, 8vw, 110px);
}

.hero__copy {
  max-width: 590px;
  padding-right: 0;
}

.eyebrow,
.card-label {
  margin-bottom: 19px;
  color: var(--pink-deep);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  margin-right: 12px;
  background: var(--pink);
}

.hero h1,
.section h2,
.idea h2 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: none;
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(4.4rem, 7.7vw, 8rem);
}

.hero h1 span {
  color: var(--pink-deep);
  font-style: italic;
  text-shadow: none;
}

.hero h1 span::before {
  display: none;
}

.hero__lede {
  margin: 32px 0 8px;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.1vw, 2.1rem);
  font-weight: 600;
}

.hero__body {
  max-width: 525px;
  margin-top: clamp(30px, 3vw, 42px);
  color: var(--pewter);
  font-size: 0.96rem;
  line-height: 1.85;
}

.hero-photo {
  border: 0;
  border-radius: 52% 48% 48% 52% / 2% 2% 2% 2%;
  box-shadow: var(--shadow);
  transform: translateY(var(--parallax-y, 0));
}

.hero-photo::after {
  inset: 14px;
  border: 1px solid color-mix(in srgb, var(--pink) 50%, transparent);
}

.hero-photo img {
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  background: var(--white);
  object-fit: contain;
  object-position: center;
}

.hero-caption {
  width: min(75%, 480px);
  margin-top: 22px;
  color: var(--pewter);
  font-size: 0.68rem;
  letter-spacing: 0.035em;
}

.campaign-stamp {
  top: -32px;
  right: -14px;
  width: 128px;
  height: 128px;
  color: var(--ink);
  background: color-mix(in srgb, var(--blush) 94%, transparent);
  border: 1px solid var(--pink);
  font-weight: 500;
  box-shadow: none;
  transform: rotate(5deg);
}

.campaign-stamp::before {
  inset: 7px;
  border: 1px solid color-mix(in srgb, var(--pink) 55%, transparent);
}

.campaign-stamp span {
  color: var(--pink-deep);
}

.hero-impact {
  display: grid;
  grid-template-columns: minmax(210px, 0.55fr) 1.45fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: var(--page);
  margin: 0 auto;
  padding: 26px 0;
  border-block: 1px solid var(--mist);
}

.hero-impact__intro .eyebrow {
  margin-bottom: 8px;
}

.hero-impact__intro > p:last-child {
  margin: 0;
  color: var(--pewter);
  font: 500 0.68rem/1.5 var(--utility);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hero-impact__intro > p:last-child span {
  padding-inline: 5px;
  color: var(--pink-deep);
}

.hero-impact ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-impact li {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 2px clamp(14px, 2.5vw, 30px);
  border-left: 1px solid var(--mist);
}

.hero-impact li strong {
  color: var(--pink-deep);
  font: italic 600 clamp(1.45rem, 2.2vw, 2rem)/1 var(--display);
}

.hero-impact li span {
  color: var(--pewter);
  font-size: 0.72rem;
  line-height: 1.4;
}

.ticker {
  padding-block: 15px;
  color: var(--white);
  background: var(--ink);
  border: 0;
}

.ticker__set {
  font-size: 0.64rem;
  font-weight: 400;
  letter-spacing: 0.13em;
}

.ticker__set span:nth-child(even) {
  color: var(--pink);
}

.section {
  padding-block: clamp(76px, 8.5vw, 118px);
}

.section-heading {
  margin-bottom: clamp(54px, 7vw, 90px);
}

.section h2,
.idea h2 {
  font-size: clamp(3.9rem, 6.6vw, 7rem);
}

.section-heading > p:last-child,
.gift-cards__statement > p:last-child,
.entry__eligibility > p:not(.eyebrow) {
  color: var(--pewter);
}

.steps {
  gap: 0;
  border-top: 1px solid var(--mist);
}

.how {
  padding-block: clamp(70px, 7vw, 92px);
}

.step,
.step:nth-child(2),
.step:nth-child(3) {
  min-height: 290px;
  padding: 38px 34px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--mist);
  box-shadow: none;
  transform: none;
}

.step:first-child {
  border-left: 1px solid var(--mist);
}

.step:hover,
.step:nth-child(2):hover,
.step:nth-child(3):hover {
  background: var(--blush);
  box-shadow: none;
  transform: translateY(-8px);
}

.step__marker {
  width: 42px;
  height: 42px;
  margin-bottom: 50px;
  color: var(--pink-deep);
  background: transparent;
  border: 1px solid var(--pink);
  font-size: 0.68rem;
}

.step h3 {
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 600;
}

.step p {
  color: var(--pewter);
  font-size: 0.9rem;
}

.campaign {
  color: var(--white);
  background: var(--ink);
  border: 0;
}

.campaign__topline {
  border-color: rgba(255, 255, 255, 0.22);
}

.campaign__topline .eyebrow {
  color: var(--pink);
}

.campaign__date {
  font-size: 0.64rem;
  font-weight: 400;
}

.campaign__intro h2 {
  color: var(--pink);
  font-size: clamp(4.3rem, 7.5vw, 8.5rem);
}

.campaign__intro-copy {
  color: #d8d0d3;
}

.campaign__eligibility {
  max-width: 920px;
  margin: calc(clamp(55px, 8vw, 90px) * -0.55) 0 clamp(48px, 6vw, 72px);
  padding: 18px 22px;
  color: var(--white);
  border-left: 2px solid var(--pink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.35;
}

.campaign__action {
  margin-top: 0;
}

.status-badge {
  color: var(--white);
  background: transparent;
  border-color: var(--pink);
  font-size: 0.68rem;
  font-weight: 400;
  transform: none;
}

.paper-card {
  color: var(--ink);
  background: var(--white);
  border: 0;
  box-shadow: none;
}

.campaign-story h3 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(2.25rem, 3.4vw, 3.7rem);
  font-weight: 500;
  line-height: 0.98;
}

.community-progress__heading {
  margin-bottom: clamp(42px, 5vw, 66px);
}

.community-progress__heading h2 {
  color: var(--pink);
}

.community-progress__heading > p:last-child {
  color: #d8d0d3;
}

.community-progress .campaign-grid {
  align-items: start;
}

.community-progress .milestones {
  gap: 0;
}

.community-progress .milestone {
  padding: 16px 6px 4px;
  background: transparent;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--pink) 70%, transparent);
}

.community-progress .milestone__amount {
  font-size: clamp(0.72rem, 1vw, 0.82rem);
}

.venmo-detail {
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--mist);
  font: 500 0.76rem/1.5 var(--utility);
  letter-spacing: 0.04em;
}

.venmo-detail strong {
  color: var(--pink-deep);
}

.venmo-anonymous-note {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--pewter);
  font-size: 0.82rem;
  line-height: 1.6;
}

[data-placeholder-link] {
  cursor: not-allowed;
}

.campaign-story .placeholder-note,
.cookie-feature .placeholder-note,
.idea .placeholder-note {
  color: var(--pewter);
}

.campaign-story .button--outline {
  color: var(--ink);
  border-color: var(--ink);
}

.campaign-story .button--outline:hover {
  color: var(--white);
}

.ledger {
  color: var(--ink);
  background: var(--blush);
  border: 0;
}

.ledger__header h3 {
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  font-weight: 500;
  line-height: 0.94;
  text-transform: none;
}

.ledger__total {
  border-width: 1px;
}

.milestone {
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--pink) 55%, transparent);
}

.milestone__icon {
  background: var(--blush-strong);
  border: 1px solid var(--ink);
}

.milestone.is-unlocked .milestone__icon {
  background: var(--pink-deep);
}

.gift-cards {
  border-bottom: 1px solid var(--mist);
}

.quote-card {
  padding: 74px 42px 42px;
  background: var(--blush);
  border: 0;
  box-shadow: none;
  transform: none;
}

.quote-card p {
  font-size: clamp(2.3rem, 3.7vw, 4.1rem);
  font-style: italic;
  font-weight: 500;
  line-height: 0.98;
  text-transform: none;
}

.quote-mark {
  top: -26px;
  color: var(--pink);
  font-family: var(--display);
}

.cookie-feature__image img {
  aspect-ratio: 4 / 3;
  height: auto;
  border: 0;
  box-shadow: var(--shadow);
  background: var(--white);
  object-fit: contain;
  object-position: center;
}

.cookie-feature {
  padding-bottom: clamp(68px, 7vw, 90px);
}

.cookie-feature__image figcaption {
  margin: -18px 24px 0;
  padding: 11px 17px;
  background: var(--blush);
  border: 1px solid var(--pink);
  font-size: 0.68rem;
  font-weight: 400;
  transform: none;
}

.milestone__label {
  font-size: 0.68rem;
}

.price {
  margin: 24px 0 15px;
  color: var(--pink-deep);
  font-size: clamp(2.5rem, 3.5vw, 3.8rem);
}

.product-name {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: clamp(2rem, 3.25vw, 3.5rem);
  font-weight: 600;
  line-height: 1;
}

.product-details {
  color: var(--pewter);
}

.product-details p {
  margin: 0;
}

.product-details p + p {
  margin-top: 14px;
}

.check-list li::before {
  color: var(--pink-deep);
  background: transparent;
  border-color: var(--pink);
}

.design-disclaimer {
  max-width: 610px;
  margin: 14px 0 0;
  color: var(--pewter);
  font-family: var(--display);
  font-size: 0.9rem;
  line-height: 1.55;
}

.boost-benefits {
  max-width: 650px;
  margin: 8px 0 28px;
  padding: 22px 0;
  border-block: 1px solid var(--mist);
}

.boost-benefits h4 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
}

.boost-benefits ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.boost-benefits li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
}

.boost-benefits li::before {
  content: "✓";
  color: var(--pink-deep);
  font-weight: 700;
}

.fine-print {
  margin: 18px 0 0;
  color: var(--pewter);
  font-size: 0.72rem;
  line-height: 1.6;
}

.boost-context {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr minmax(340px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  margin-top: clamp(12px, 2vw, 28px);
  padding-top: clamp(42px, 5vw, 66px);
  border-top: 1px solid var(--mist);
}

.boost-context h3 {
  margin: 0 0 13px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  font-weight: 600;
  line-height: 1.05;
}

.boost-context p {
  margin: 0;
  line-height: 1.75;
}

.boost-context__callout {
  padding: clamp(28px, 4vw, 42px);
  background: var(--blush);
}

.plain-spoken {
  padding: 8px 12px;
  color: var(--ink) !important;
  background: var(--blush);
  border: 0;
  font-family: var(--display);
  font-size: 1.25rem !important;
  font-style: italic;
  font-weight: 600;
  transform: none;
}

.entry-card {
  color: var(--white);
  background: var(--ink);
  border: 0;
  box-shadow: 18px 18px 0 var(--blush);
}

.entry-card h3 {
  font-size: clamp(2rem, 2.8vw, 3.1rem);
  font-weight: 500;
  text-transform: none;
}

.entry-card li {
  border-color: rgba(255, 255, 255, 0.22);
}

.entry-card li span::before {
  color: var(--pink);
}

.official-rules {
  grid-column: 1 / -1;
  margin-top: 4px;
  border-block: 1px solid var(--mist);
  background: var(--white);
}

.official-rules summary {
  position: relative;
  padding: 24px 52px 24px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  font-weight: 600;
  list-style: none;
}

.official-rules summary::-webkit-details-marker {
  display: none;
}

.official-rules summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--pink-deep);
  font-family: var(--utility);
  font-size: 1.5rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.official-rules[open] summary::after {
  content: "–";
}

.official-rules summary:focus-visible {
  outline: 2px solid var(--pink-deep);
  outline-offset: 5px;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(38px, 6vw, 82px);
  padding: 10px 0 38px;
}

.rules-section {
  padding: 24px 0;
  border-top: 1px solid var(--mist);
}

.rules-section--wide {
  grid-column: 1 / -1;
}

.rules-section h3 {
  margin: 0 0 13px;
  color: var(--pink-deep);
  font-family: var(--utility);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rules-section p,
.rules-section li {
  font-size: 0.88rem;
  line-height: 1.65;
}

.rules-section p {
  margin: 0 0 13px;
}

.rules-section ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
}

.rules-section li::marker {
  color: var(--pink-deep);
}

.link-note {
  color: #c8bec1;
}

.transparency {
  border-color: var(--mist);
}

.update-board {
  padding: 54px 42px 44px;
  background: var(--white);
  border: 1px solid var(--mist);
  box-shadow: 0 25px 70px rgba(74, 31, 46, 0.09);
  transform: none;
}

.update-board__pin {
  top: 18px;
  width: 11px;
  height: 11px;
  background: var(--pink);
  border: 0;
  box-shadow: 0 0 0 5px var(--blush);
}

.past-empty {
  border-color: var(--mist);
  border-width: 1px;
}

.past-empty > span {
  color: var(--pink);
  font-style: italic;
}

.impact-entry {
  grid-template-columns: minmax(155px, 0.32fr) 1fr;
}

.impact-entry__meta {
  display: grid;
  align-content: start;
  gap: 8px;
}

.impact-entry__meta > span {
  color: var(--pink);
  font: italic 500 clamp(3rem, 6vw, 6.5rem)/0.82 var(--display);
}

.impact-entry__meta time {
  color: var(--pink-deep);
  font: 500 0.64rem/1.4 var(--utility);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.impact-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.impact-highlights li {
  position: relative;
  padding-left: 20px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.impact-highlights li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--pink-deep);
}

.idea {
  min-height: 610px;
  color: var(--ink);
  background: var(--blush);
  border: 0;
}

.idea__copy {
  width: min(1050px, 100%);
}

.idea .eyebrow {
  color: var(--pink-deep);
}

.idea .eyebrow::before {
  background: var(--pink);
}

.idea h2 {
  color: var(--pink-deep);
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(3.7rem, 7vw, 7.2rem);
  font-style: italic;
  line-height: 0.92;
}

.idea__body {
  max-width: 720px;
  margin: 28px auto 34px;
}

.idea__body p {
  margin: 0;
  font-size: 1.14rem;
}

.idea__body p + p {
  margin-top: 14px;
}

.idea__scribble {
  width: 600px;
  height: 600px;
  border: 1px solid var(--pink);
}

.idea__scribble::before,
.idea__scribble::after {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.86);
}

.site-footer {
  grid-template-columns: 0.58fr 1fr 0.42fr;
  align-items: start;
  padding-top: 52px;
}

.footer-logo {
  display: block;
  width: min(180px, 100%);
  margin: 0;
}

.footer-logo img {
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.footer__statement {
  padding-top: 12px;
}

.footer__statement > p:first-child {
  max-width: 610px;
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.35;
}

.disclaimer {
  color: var(--pewter);
}

.footer__links {
  padding-top: 16px;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.footer__links a {
  text-decoration-color: var(--pink);
  text-underline-offset: 5px;
}

.footer__legal {
  border-color: var(--mist);
}

.reveal {
  transform: translateY(28px) scale(0.985);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.checkout-open {
  overflow: hidden;
}

.checkout-dialog {
  width: min(calc(100% - 32px), 760px);
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--mist);
  box-shadow: 0 30px 100px rgba(41, 19, 27, 0.28);
  overflow: auto;
}

.checkout-dialog::backdrop {
  background: rgba(20, 14, 17, 0.72);
  backdrop-filter: blur(5px);
}

.checkout-dialog:not([open]) {
  display: none;
}

.checkout-form {
  padding: clamp(28px, 5vw, 52px);
}

.checkout-form__header {
  display: flex;
  gap: 24px;
  align-items: start;
  justify-content: space-between;
}

.checkout-form__header .eyebrow {
  margin-bottom: 12px;
}

.checkout-form__header h2 {
  max-width: 560px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  font-weight: 500;
  line-height: 0.98;
}

.checkout-form__close {
  flex: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--mist);
  border-radius: 50%;
  cursor: pointer;
  font: 400 1.8rem/1 var(--display);
}

.checkout-form__close:hover,
.checkout-form__close:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.checkout-form__intro {
  max-width: 600px;
  margin: 20px 0 30px;
  color: var(--pewter);
}

.checkout-form__grid {
  display: grid;
  gap: 24px;
}

.checkout-field,
.checkout-options legend {
  font: 600 0.74rem/1.4 var(--utility);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 8px 20px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--mist);
}

.checkout-field input {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 92px;
  min-height: 50px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 0;
  font: 600 1rem/1 var(--utility);
}

.checkout-field small,
.checkout-option small,
.checkout-anonymous small {
  display: block;
  color: var(--pewter);
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.checkout-options {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.checkout-options legend {
  margin-bottom: 12px;
}

.checkout-option,
.checkout-anonymous {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--mist);
  cursor: pointer;
}

.checkout-option:has(input:checked),
.checkout-anonymous:has(input:checked) {
  background: var(--blush);
  border-color: var(--pink);
}

.checkout-option input,
.checkout-anonymous input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--pink-deep);
}

.checkout-option strong,
.checkout-anonymous strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--display);
  font-size: 1.14rem;
  line-height: 1.2;
}

.checkout-anonymous {
  background: var(--paper);
}

.checkout-summary {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: var(--paper);
  border-top: 2px solid var(--ink);
  font: 500 0.78rem/1.4 var(--utility);
}

.checkout-summary > div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.checkout-summary__total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--mist);
  font-size: 0.9rem;
}

.checkout-error {
  margin: 22px 0 0;
  padding: 14px 16px;
  color: #7d1724;
  background: #fff0f2;
  border-left: 3px solid #b72537;
  font-size: 0.86rem;
}

.checkout-form__submit {
  width: 100%;
  margin-top: 26px;
}

.checkout-form__submit:disabled {
  cursor: wait;
  opacity: 0.66;
}

.checkout-form__security {
  margin: 18px 0 0;
  color: var(--pewter);
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
}

.checkout-result-page {
  min-height: 100vh;
  background: var(--paper);
}

.checkout-result {
  display: grid;
  place-items: center;
  width: min(calc(100% - 32px), 780px);
  min-height: 100vh;
  margin-inline: auto;
  padding-block: 40px;
}

.checkout-result__logo {
  display: block;
  width: 150px;
  margin-bottom: 24px;
}

.checkout-result__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.checkout-result__card {
  width: 100%;
  padding: clamp(32px, 7vw, 70px);
  background: var(--white);
  border: 1px solid var(--mist);
  box-shadow: var(--shadow);
}

.checkout-result__card h1 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(3rem, 8vw, 5.8rem);
  font-weight: 500;
  line-height: 0.95;
}

.checkout-result__fulfillment {
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 600;
}

.checkout-result__pickup,
.checkout-result__shipping {
  margin: 26px 0 0;
  padding: clamp(22px, 4vw, 34px);
  background: var(--blush);
  border: 1px solid var(--mist);
}

.checkout-result__pickup[hidden],
.checkout-result__shipping[hidden],
.checkout-result__gift-note[hidden] {
  display: none;
}

.checkout-result__pickup h2,
.checkout-result__shipping h2 {
  margin: 4px 0 18px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 5vw, 2.7rem);
  line-height: 1;
}

.checkout-result__save-address {
  margin: 0 -1px 18px;
  padding: 10px 12px;
  color: var(--white);
  background: var(--ink);
  font: 500 0.7rem/1.3 var(--utility);
  letter-spacing: 0.09em;
  text-align: center;
}

.checkout-result__pickup dl,
.checkout-result__shipping dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.checkout-result__pickup dl div,
.checkout-result__shipping dl div {
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--mist);
}

.checkout-result__pickup dt,
.checkout-result__shipping dt {
  color: var(--pewter);
  font: 500 0.58rem/1.2 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.checkout-result__pickup dd,
.checkout-result__shipping dd {
  margin: 5px 0 0;
  font-size: 0.85rem;
  font-weight: 600;
}

.checkout-result__pickup address {
  margin: 0 0 18px;
  padding: 18px;
  background: var(--white);
  border-left: 3px solid var(--pink-deep);
  font-family: var(--display);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  white-space: pre-line;
}

.checkout-result__pickup ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
  font-size: 0.78rem;
  line-height: 1.5;
}

.checkout-result__shipping > p {
  margin: 0;
  color: var(--pewter);
  font-size: 0.78rem;
  line-height: 1.55;
}

.checkout-result__gift-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--mist);
}

.checkout-result__gift-note strong {
  font: 500 0.62rem/1.2 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.checkout-result__gift-note p {
  margin: 7px 0 0;
  white-space: pre-line;
}

.checkout-result__details {
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding: 22px 0;
  border-block: 1px solid var(--mist);
  list-style: none;
}

.checkout-result__details li {
  font-size: 0.85rem;
}

@media (max-width: 980px) {
  .primary-nav {
    background: var(--paper);
    border-color: var(--mist);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  }

  .primary-nav > a:not(.button) {
    border-color: var(--mist);
  }

  .primary-nav .midi-cart-trigger {
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid var(--mist);
    text-align: left;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 74px;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 13vw, 8rem);
  }

  .hero-photo img {
    min-height: 0;
  }

  .hero-impact {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .steps {
    border-top: 0;
  }

  .step,
  .step:nth-child(2),
  .step:nth-child(3) {
    border: 1px solid var(--mist);
  }

  .site-footer {
    grid-template-columns: 0.48fr 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --page: min(100% - 30px, 1180px);
    --shadow: 0 18px 45px rgba(74, 31, 46, 0.12);
  }

  .origin-note {
    gap: 3px 7px;
    font-size: 0.52rem;
  }

  .brand-lockup__logo {
    width: 72px;
  }

  .hero {
    gap: 58px;
    padding-top: 48px;
  }

  .hero h1 {
    font-size: clamp(4.15rem, 18vw, 5.3rem);
  }

  .hero__lede {
    margin-top: 25px;
  }

  .hero__body {
    margin-top: 25px;
  }

  .hero-photo img {
    min-height: 0;
    object-position: center;
  }

  .campaign-stamp {
    top: -45px;
    width: 108px;
    height: 108px;
  }

  .section h2,
  .idea h2 {
    font-size: clamp(3.5rem, 16vw, 5rem);
  }

  .step,
  .step:nth-child(2),
  .step:nth-child(3) {
    min-height: 0;
    padding: 30px 26px;
  }

  .step__marker {
    margin-bottom: 40px;
  }

  .campaign__intro h2 {
    font-size: clamp(3.8rem, 17vw, 5.6rem);
  }

  .campaign__eligibility {
    margin-top: -22px;
    padding: 14px 16px;
    font-size: 1.25rem;
  }

  .paper-card,
  .ledger,
  .entry-card {
    padding: 30px 23px;
  }

  .boost-context {
    order: 3;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .boost-context__callout {
    padding: 26px 22px;
  }

  .quote-card {
    padding-inline: 30px;
  }

  .cookie-feature__image figcaption {
    margin-inline: 10px;
  }

  .entry-card {
    box-shadow: 10px 10px 0 var(--blush);
  }

  .update-board {
    padding-inline: 28px;
  }

  .impact-entry {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
  }

  .impact-entry__meta > span {
    font-size: 3.4rem;
  }

  .impact-entry__meta time {
    font-size: 0.65rem;
  }

  .hero-impact {
    padding-block: 24px;
  }

  .hero-impact ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-impact li {
    grid-template-columns: 60px 1fr;
    align-items: baseline;
    min-height: 0;
    padding: 7px 0;
    border-left: 0;
  }

  .impact-highlights,
  .rules-grid {
    grid-template-columns: 1fr;
  }

  .rules-section--wide {
    grid-column: auto;
  }

  .idea {
    min-height: 540px;
  }

  .idea h2 {
    font-size: clamp(3.25rem, 14vw, 4.8rem);
  }

  .idea__scribble {
    width: 440px;
    height: 440px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 40px;
  }

  .footer-logo {
    width: min(150px, 100%);
    margin: 0 0 4px;
  }

  .footer-logo img {
    width: 150px;
  }

  .checkout-dialog {
    width: min(calc(100% - 18px), 760px);
    max-height: calc(100dvh - 18px);
  }

  .checkout-form {
    padding: 26px 20px;
  }

  .checkout-form__header h2 {
    font-size: clamp(2.4rem, 12vw, 3.7rem);
  }

  .checkout-form__close {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo {
    transform: none !important;
  }
}

/* The Midi Collection — recurring editorial product line */
.midi-feature {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
  margin-top: clamp(28px, 5vw, 64px);
  padding: clamp(34px, 5vw, 66px);
  background: var(--blush);
  overflow: hidden;
}

.midi-feature__image {
  position: relative;
  z-index: 1;
  margin: 0;
}

.midi-feature__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--white);
  box-shadow: var(--shadow);
}

.midi-feature__number {
  position: absolute;
  top: -0.3em;
  left: -0.14em;
  z-index: 0;
  color: color-mix(in srgb, var(--pink) 32%, transparent);
  font: italic 500 clamp(7rem, 16vw, 13rem)/0.7 var(--display);
}

.midi-feature__copy {
  position: relative;
  z-index: 2;
}

.midi-feature__copy h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.8vw, 6rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.midi-feature__intro {
  margin: 0 0 12px;
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: clamp(1.18rem, 1.9vw, 1.72rem);
  font-weight: 600;
  line-height: 1.25;
}

.midi-feature__prices {
  display: grid;
  margin: 28px 0 22px;
  border-block: 1px solid color-mix(in srgb, var(--pink-deep) 26%, transparent);
}

.midi-feature__prices > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
}

.midi-feature__prices > div + div {
  border-top: 1px solid color-mix(in srgb, var(--pink-deep) 18%, transparent);
}

.midi-feature__prices dt {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
}

.midi-feature__prices dd {
  margin: 0;
  color: var(--pink-deep);
  font: 600 1rem/1 var(--utility);
}

.midi-support-note {
  margin: 20px 0;
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.45;
}

.midi-schedule-short {
  margin: 0 0 26px;
  font: 500 0.72rem/1.6 var(--utility);
  letter-spacing: 0.025em;
}

.midi-page-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(500px, 1.22fr);
  gap: clamp(26px, 3.2vw, 46px);
  align-items: center;
  width: var(--page);
  min-height: 0;
  margin-inline: auto;
  padding-block: clamp(18px, 1.7vw, 26px);
}

.midi-page-hero__copy h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 6.5vw, 6.7rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.midi-page-hero__copy h1 em {
  color: var(--pink-deep);
  font-weight: 500;
}

.midi-page-hero__intro {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--pewter);
  font-size: 1rem;
}

.midi-page-hero__copy .button-row {
  gap: 14px;
  margin-top: 22px;
}

.midi-page-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(165px, 0.42fr);
  gap: clamp(14px, 1.5vw, 22px);
  align-items: center;
  margin: 0;
  padding: clamp(10px, 1.2vw, 16px);
  background: var(--blush);
}

.midi-page-hero__media {
  position: relative;
  min-width: 0;
}

.midi-page-hero__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: var(--white);
  object-fit: contain;
  box-shadow: var(--shadow);
}

.midi-page-hero__visual figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 8px;
  font: 500 0.68rem/1.5 var(--utility);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.midi-page-hero__visual figcaption .card-label {
  color: var(--pink-deep);
}

.midi-page-hero__visual figcaption strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: none;
}

.midi-page-hero__visual figcaption > span:last-child {
  color: var(--pewter);
}

.midi-page-hero__index {
  position: absolute;
  top: -0.12em;
  right: -0.05em;
  color: var(--pink);
  font: italic 500 clamp(4.5rem, 7vw, 7rem)/0.8 var(--display);
}

.featured-limited-drop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  width: var(--page);
  margin: 4px auto clamp(22px, 2.6vw, 34px);
  padding: clamp(18px, 2.2vw, 26px) clamp(20px, 3vw, 36px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 215, 125, 0.24), transparent 38%),
    var(--white);
  border: 1px solid var(--mist);
  border-left: 4px solid #c88b19;
}

.featured-limited-drop::after {
  position: absolute;
  top: -46px;
  right: 18%;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(200, 139, 25, 0.2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.featured-limited-drop__copy,
.featured-limited-drop__action {
  position: relative;
  z-index: 1;
}

.featured-limited-drop .card-label {
  margin-bottom: 5px;
  color: #8a5b08;
}

.featured-limited-drop h2 {
  margin: 0;
  font: 700 clamp(1.15rem, 1.8vw, 1.55rem)/1.2 var(--utility);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.featured-limited-drop__announcement {
  margin: 7px 0 0;
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.15;
}

.featured-limited-drop__copy > p:last-child {
  margin: 5px 0 0;
  color: var(--pewter);
  font-size: 0.84rem;
  line-height: 1.5;
}

.featured-limited-drop__copy > p:last-child strong {
  color: var(--ink);
}

.featured-limited-drop__action {
  display: grid;
  gap: 9px;
  min-width: min(100%, 274px);
}

.featured-limited-drop__action p {
  margin: 0;
  color: #6f4906;
  font: 700 0.7rem/1.35 var(--utility);
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.featured-limited-drop__action .button {
  min-height: 50px;
  justify-content: center;
  white-space: nowrap;
}

.featured-limited-drop__action .button span {
  margin-left: 5px;
}

.midi-hub {
  width: var(--page);
  margin-inline: auto;
  padding: clamp(28px, 3vw, 40px) 0 clamp(30px, 3.4vw, 46px);
  border-top: 1px solid var(--mist);
  scroll-margin-top: 110px;
}

.midi-hub__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 18px clamp(36px, 5vw, 68px);
  align-items: end;
  margin-bottom: clamp(18px, 2vw, 26px);
}

.midi-hub__heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.midi-hub__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 4.6vw, 4.8rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.midi-hub__heading > p:last-child {
  margin: 0;
  color: var(--pewter);
}

.midi-hub__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
}

.midi-hub-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(22px, 2.5vw, 32px);
  background: var(--white);
  scroll-margin-top: 110px;
}

.midi-hub-card--everyday {
  background: var(--blush);
}

.midi-hub-card h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 3.4vw, 3.6rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.midi-hub-card p {
  max-width: 520px;
  margin: 0;
  color: var(--pewter);
}

.midi-hub-card > div > p:not(.card-label):not(.midi-hub-card__lead) {
  font-size: 0.86rem;
  line-height: 1.55;
}

.midi-hub-card .card-label {
  margin-bottom: 10px;
  color: var(--pink-deep);
}

.midi-hub-card .midi-hub-card__lead {
  margin-bottom: 7px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
}

.midi-hub-card .button {
  width: min(100%, 300px);
  min-height: 58px;
  justify-content: center;
  padding: 16px 22px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.085em;
}

.everyday-midi {
  width: var(--page);
  margin-inline: auto;
  padding: clamp(24px, 2.8vw, 36px) 0 clamp(56px, 7vw, 84px);
  border-top: 1px solid var(--mist);
  scroll-margin-top: 88px;
}

.everyday-midi__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.48fr);
  gap: 18px clamp(30px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

.everyday-midi__heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.everyday-midi__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.everyday-midi__heading > div > p {
  margin: 0;
  color: var(--pewter);
}

.everyday-midi__heading .everyday-midi__lead {
  margin-bottom: 10px;
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.25;
}

.everyday-midi__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.7vw, 20px);
}

.everyday-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--mist);
}

.everyday-product > img {
  display: block;
  width: 100%;
  height: clamp(176px, 18vw, 226px);
  padding: clamp(5px, 0.8vw, 9px);
  background: #fff;
  object-fit: contain;
}

.everyday-product__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(14px, 1.8vw, 20px);
  border-top: 1px solid var(--mist);
}

.everyday-product__details h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 0.96;
}

.everyday-product__details p {
  margin: 8px 0 13px;
  color: var(--pink-deep);
  font: 600 0.78rem/1.4 var(--utility);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.everyday-product__details .button {
  width: 100%;
  min-height: 42px;
  padding: 11px 14px;
  margin-top: auto;
}

.everyday-midi__notes {
  margin-top: clamp(24px, 3vw, 34px);
  padding: clamp(20px, 2.8vw, 30px);
  background: var(--blush);
}

.everyday-midi__notes p {
  margin: 0;
  color: var(--pewter);
  font-size: 0.8rem;
  line-height: 1.55;
}

.everyday-midi__notes strong {
  color: var(--ink);
}

.everyday-midi__notes a,
.midi-cart__policies a,
.limited-custom p a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-color: var(--pink-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.everyday-set-popover {
  position: fixed;
  inset: 0;
  display: none;
  width: min(920px, calc(100vw - 32px));
  max-height: min(760px, calc(100vh - 32px));
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--white);
  border: 0;
  box-shadow: 0 24px 80px rgb(43 31 36 / 0.28);
}

.everyday-set-popover:popover-open {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
}

.everyday-set-popover::backdrop {
  background: rgb(20 15 17 / 0.62);
  backdrop-filter: blur(5px);
}

.everyday-set-popover > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  padding: clamp(16px, 3vw, 30px);
  background: #fff;
  object-fit: contain;
}

.everyday-set-popover__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 72px);
  overflow-y: auto;
  background: var(--blush);
}

.everyday-set-popover__copy h3 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.everyday-set-popover__copy p {
  margin: 0;
  color: var(--pewter);
}

.everyday-set-popover__copy p + p {
  margin-top: 16px;
}

.everyday-set-popover__copy .everyday-set-popover__price {
  color: var(--pink-deep);
  font: 600 0.82rem/1.4 var(--utility);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.everyday-set-popover__birthday {
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, var(--pink-deep) 22%, transparent);
}

.everyday-set-popover__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 50%;
  font: 400 1.5rem/1 var(--body);
  cursor: pointer;
}

.everyday-set-popover__close:hover,
.everyday-set-popover__close:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.everyday-selector {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.everyday-selector fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.everyday-selector legend,
.everyday-selector label > span:first-child,
.everyday-selector__quantity > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font: 600 0.7rem/1.4 var(--utility);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.everyday-selector__sizes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.everyday-selector__sizes legend {
  grid-column: 1 / -1;
}

.everyday-selector__sizes--single {
  grid-template-columns: 1fr;
}

.everyday-selector__sizes label {
  position: relative;
  display: block;
  cursor: pointer;
}

.everyday-selector__sizes input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.everyday-selector__sizes label > span {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--mist);
  text-transform: none;
}

.everyday-selector__sizes label > span strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.25;
}

.everyday-selector__sizes label > span small {
  margin-top: 3px;
  color: var(--pewter);
  font-size: 0.72rem;
}

.everyday-selector__sizes input:checked + span {
  border-color: var(--pink-deep);
  box-shadow: inset 0 0 0 1px var(--pink-deep);
}

.everyday-selector__sizes input:focus-visible + span {
  outline: 2px solid var(--pink-deep);
  outline-offset: 2px;
}

.everyday-selector__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 12px;
}

.everyday-selector__fields label,
.everyday-selector__quantity {
  display: block;
}

.everyday-selector input[type="text"],
.everyday-selector input[type="number"] {
  width: 100%;
  height: 44px;
  padding: 9px 11px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 0;
  font: inherit;
}

.everyday-selector label small {
  display: block;
  margin-top: 6px;
  color: var(--pewter);
  font-size: 0.7rem;
  line-height: 1.45;
}

.everyday-selector__quantity {
  width: 92px;
}

.everyday-selector__status {
  margin: 0;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border-left: 3px solid var(--pink-deep);
  font-size: 0.78rem;
  line-height: 1.45;
}

.everyday-selector > .button {
  width: 100%;
}

.midi-cart-trigger {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.midi-cart-trigger span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  padding: 0 5px;
  color: var(--white);
  background: var(--pink-deep);
  border-radius: 999px;
  font: 600 0.66rem/1 var(--utility);
}

.midi-cart-trigger span[data-empty] {
  color: var(--pewter);
  background: var(--blush);
}

.midi-cart-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(560px, 100vw);
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 0;
  box-shadow: -24px 0 70px rgb(43 31 36 / 0.18);
}

.midi-cart-dialog::backdrop {
  background: rgb(20 15 17 / 0.52);
  backdrop-filter: blur(4px);
}

.midi-cart-dialog:not([open]) {
  display: none;
}

.midi-cart {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.midi-cart__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 38px);
  background: var(--blush);
  border-bottom: 1px solid var(--mist);
}

.midi-cart__header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.midi-cart__close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 50%;
  font: 400 1.5rem/1 var(--body);
  cursor: pointer;
}

.midi-cart__empty {
  margin: auto;
  padding: 40px;
  color: var(--pewter);
  font-family: var(--display);
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
}

.midi-cart__items {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
}

.midi-cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px clamp(20px, 4vw, 34px);
  border-bottom: 1px solid var(--mist);
}

.midi-cart-item > img {
  width: 92px;
  height: 92px;
  padding: 4px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--mist);
}

.midi-cart-item__details h3 {
  margin: 0 0 5px;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

.midi-cart-item__details p {
  margin: 0;
  color: var(--pewter);
  font-size: 0.72rem;
  line-height: 1.5;
}

.midi-cart-item__details .midi-cart-item__personalization {
  margin-top: 5px;
  color: var(--pink-deep);
}

.midi-cart-item__type {
  display: block;
  margin-bottom: 5px;
  color: var(--pink-deep);
  font: 500 0.56rem/1.2 var(--utility);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.midi-cart-item__controls {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.midi-cart-item__controls label span {
  display: block;
  margin-bottom: 4px;
  color: var(--pewter);
  font: 500 0.58rem/1.2 var(--utility);
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.midi-cart-item__controls input {
  width: 64px;
  height: 38px;
  padding: 6px 8px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 0;
  text-align: center;
}

.midi-cart-item__controls button {
  padding: 0;
  color: var(--pewter);
  background: transparent;
  border: 0;
  font: 500 0.66rem/1.4 var(--utility);
  text-decoration: underline;
  cursor: pointer;
}

.midi-cart__summary {
  max-height: min(650px, 72dvh);
  margin-top: auto;
  padding: clamp(22px, 4vw, 34px);
  background: var(--blush);
  border-top: 1px solid var(--mist);
  overflow-y: auto;
}

.midi-cart__order-type {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}

.midi-cart__order-type > span {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 600;
}

.midi-cart__order-type small {
  max-width: 220px;
  color: var(--pewter);
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: right;
}

.midi-cart__fulfillment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.midi-cart__fulfillment legend {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  font: 500 0.62rem/1.2 var(--utility);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.midi-cart__fulfillment label {
  display: flex;
  gap: 9px;
  align-items: start;
  padding: 11px;
  background: var(--white);
  border: 1px solid var(--mist);
  cursor: pointer;
}

.midi-cart__fulfillment input {
  margin-top: 3px;
  accent-color: var(--pink-deep);
}

.midi-cart__fulfillment strong,
.midi-cart__fulfillment small {
  display: block;
}

.midi-cart__fulfillment strong {
  font-size: 0.8rem;
}

.midi-cart__fulfillment small {
  margin-top: 3px;
  color: var(--pewter);
  font-size: 0.62rem;
  line-height: 1.35;
}

.midi-cart__pickup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.midi-cart__pickup > p {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--pewter);
  font-size: 0.68rem;
  line-height: 1.45;
}

.midi-cart__pickup > .midi-cart__limited-pickup-note {
  margin-top: 4px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--blush);
  border-left: 2px solid var(--pink-deep);
}

.midi-cart__limited-pickup-note strong {
  color: var(--pink-deep);
}

.midi-cart__pickup[hidden],
.midi-cart__shipping[hidden] {
  display: none;
}

.midi-cart__pickup label > span {
  display: block;
  margin-bottom: 5px;
  color: var(--pewter);
  font: 500 0.58rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.midi-cart__pickup select {
  width: 100%;
  min-height: 42px;
  padding: 8px 30px 8px 9px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--mist);
}

.midi-cart__shipping {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--mist);
}

.midi-cart__shipping strong {
  font-size: 0.74rem;
  line-height: 1.45;
}

.midi-cart__shipping span {
  flex: 0 0 auto;
  color: var(--pink-deep);
  font: 500 0.64rem/1.4 var(--utility);
  text-align: right;
}

.midi-cart__gift-note {
  display: grid;
  gap: 5px;
  margin: 0 0 12px;
}

.midi-cart__gift-note > span,
.midi-cart__policies-heading strong {
  font: 500 0.62rem/1.2 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.midi-cart__gift-note textarea {
  width: 100%;
  min-height: 64px;
  padding: 10px 11px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--mist);
  resize: vertical;
}

.midi-cart__gift-note > small {
  color: var(--pewter);
  font-size: 0.58rem;
  text-align: right;
}

.midi-cart__policies {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
}

.midi-cart__policies-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 2px;
}

.midi-cart__policies-heading small {
  color: var(--pewter);
  font-size: 0.58rem;
  text-align: right;
}

.midi-cart__policies > label {
  display: flex;
  align-items: start;
  gap: 9px;
  padding: 9px 10px;
  background: color-mix(in srgb, var(--white) 78%, transparent);
  border: 1px solid var(--mist);
  cursor: pointer;
}

.midi-cart__policies > label[hidden],
.midi-cart__shipping-disclaimer[hidden] {
  display: none;
}

.midi-cart__policies input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--pink-deep);
}

.midi-cart__policies label strong,
.midi-cart__policies label small,
.midi-cart__shipping-disclaimer strong,
.midi-cart__shipping-disclaimer small {
  display: block;
}

.midi-cart__policies label strong,
.midi-cart__shipping-disclaimer strong {
  font-size: 0.7rem;
}

.midi-cart__policies label small,
.midi-cart__shipping-disclaimer small {
  margin-top: 2px;
  color: var(--pewter);
  font-size: 0.59rem;
  line-height: 1.42;
}

.midi-cart__shipping-disclaimer {
  padding: 10px 11px;
  background: var(--white);
  border-left: 2px solid var(--pink-deep);
}

.midi-cart__totals {
  margin: 0 0 16px;
  padding-top: 10px;
  border-top: 1px solid var(--mist);
}

.midi-cart__totals p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 2px 0;
  font-size: 0.75rem;
}

.midi-cart__totals p:last-child {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 1.25rem;
}

.midi-cart__totals p:last-child strong {
  color: var(--pink-deep);
  font-size: 1.55rem;
}

.midi-cart__summary .button,
.midi-cart__summary .text-link {
  width: 100%;
}

.midi-cart__summary .text-link {
  margin-top: 12px;
  text-align: center;
}

.cart-open {
  overflow: hidden;
}

.midi-limited-experience {
  display: block;
  scroll-margin-top: 88px;
}

.limited-storefront {
  width: var(--page);
  margin-inline: auto;
  padding: clamp(52px, 6.5vw, 82px) 0 clamp(58px, 7vw, 90px);
  border-top: 1px solid var(--mist);
  scroll-margin-top: 88px;
}

.limited-storefront__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: 24px clamp(36px, 6vw, 78px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.limited-storefront__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6.3vw, 6.5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.limited-storefront__heading > p {
  margin: 0;
  color: var(--pewter);
}

.limited-collections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}

.limited-collection-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--mist);
  background: var(--white);
}

.limited-collection-card[id] {
  scroll-margin-top: 96px;
}

.limited-collection-card__visual {
  display: grid;
  aspect-ratio: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: clamp(10px, 1.4vw, 16px);
  background: var(--blush);
  place-items: center;
}

.limited-collection-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  background: var(--white);
}

.limited-collection-card__visual .limited-collection-card__image--trim-top {
  clip-path: inset(0.3% 0 0);
}

.limited-collection-card__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(20px, 2.6vw, 32px);
}

.limited-collection-card__copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.limited-collection-card__copy > p:not(.card-label, .limited-collection-card__hook, .limited-collection-card__support) {
  margin: 16px 0 0;
  color: var(--pewter);
}

.limited-collection-card__hook {
  margin: 9px 0 0;
  color: var(--pink-deep);
  font: 600 0.78rem/1.4 var(--utility);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.limited-collection-card__offer {
  display: grid;
  gap: 2px;
  width: 100%;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--mist);
}

.limited-collection-card__offer strong {
  font: 600 clamp(1.35rem, 2vw, 1.75rem)/1.2 var(--utility);
}

.limited-collection-card__offer span,
.limited-collection-card__support {
  color: var(--pewter);
  font-size: 0.82rem;
}

.limited-collection-card__support {
  margin: 12px 0 18px;
}

.limited-collection-card__copy .button {
  width: 100%;
  margin-top: auto;
}

.limited-collection-card__offer + .button {
  margin-top: 18px;
}

.limited-collection-card__details {
  width: 100%;
  margin-top: 14px;
  padding: 12px 0;
  border-block: 1px solid var(--mist);
}

.limited-collection-card__details summary {
  cursor: pointer;
  font: 700 0.73rem/1.4 var(--utility);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.limited-collection-card__details ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--pewter);
  font-size: 0.86rem;
  line-height: 1.55;
}

.golden-dumpling {
  position: relative;
  width: 100%;
  margin-top: 22px;
  padding: clamp(18px, 2.2vw, 26px);
  color: #37240b;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, #fff9df, #f5d77d);
  border: 1px solid #c88b19;
  box-shadow: inset 0 0 0 4px rgba(255, 252, 240, 0.72);
}

.golden-dumpling::before {
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(123, 76, 8, 0.38);
  content: "";
  pointer-events: none;
}

.golden-dumpling > * {
  position: relative;
}

.golden-dumpling p {
  margin: 10px 0 0;
  font-size: 0.88rem;
  line-height: 1.58;
}

.golden-dumpling .golden-dumpling__title {
  margin: 0;
  font: 700 clamp(1rem, 1.8vw, 1.3rem)/1.25 var(--utility);
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}

.golden-dumpling__prize {
  padding-top: 10px;
  border-top: 1px solid rgba(123, 76, 8, 0.3);
}

.golden-dumpling__rules {
  margin-top: 16px;
  padding-block: 12px;
  border-block: 1px solid rgba(123, 76, 8, 0.3);
}

.golden-dumpling__rules summary {
  cursor: pointer;
  font: 700 0.73rem/1.4 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.golden-dumpling__rules ul {
  margin: 12px 0 0;
  padding-left: 20px;
  font-size: 0.8rem;
  line-height: 1.55;
}

.golden-dumpling__rules li + li {
  margin-top: 7px;
}

.golden-dumpling .golden-dumpling__giveaway {
  margin-top: 14px;
  font-size: 0.8rem;
}

.golden-dumpling a {
  color: inherit;
  font-weight: 700;
}

.limited-storefront__shop {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

.limited-storefront__visual {
  margin: 0;
  padding: clamp(10px, 1.5vw, 18px);
  background: var(--blush);
}

.limited-storefront__visual img {
  display: block;
  width: 100%;
  max-height: 570px;
  object-fit: contain;
}

.limited-storefront__visual figcaption {
  margin-top: 12px;
  color: var(--pewter);
  font: 500 0.7rem/1.5 var(--utility);
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.limited-storefront__purchase {
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid var(--mist);
}

.limited-storefront__purchase > .card-label {
  margin-bottom: 14px;
}

.limited-storefront__purchase .midi-packages {
  grid-template-columns: 1fr;
}

.limited-storefront__purchase .midi-package {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  padding: clamp(18px, 2vw, 24px);
}

.limited-storefront__purchase .midi-package h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.limited-storefront__purchase .midi-package__price {
  align-self: end;
  margin: 0 0 3px;
}

.limited-storefront__purchase .midi-package > p:not(.midi-package__price),
.limited-storefront__purchase .midi-package .button {
  grid-column: 1 / -1;
}

.limited-storefront__purchase .midi-package > p:not(.midi-package__price) {
  margin: 0 0 5px;
}

.limited-storefront__purchase .midi-package .button {
  min-height: 42px;
  padding: 11px 14px;
}

.limited-storefront__purchase > .midi-support-note {
  margin: 14px 0 0;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--blush);
  font-size: 0.88rem;
  line-height: 1.5;
}

.limited-how {
  display: grid;
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1.62fr);
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(24px, 3.5vw, 38px);
  color: var(--white);
  background: var(--ink);
  scroll-margin-top: 88px;
}

.limited-how .eyebrow {
  color: var(--pink);
}

.limited-how h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.25rem, 3.7vw, 3.8rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.limited-how__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.limited-how__grid article {
  padding: 14px 0 16px;
  border-top: 1px solid rgb(255 255 255 / 0.18);
}

.limited-how__grid .card-label {
  margin-bottom: 8px;
  color: var(--pink);
}

.limited-how__grid article > p:last-child {
  margin: 0;
  color: #d8d0d3;
  font-size: 0.82rem;
  line-height: 1.55;
}

.limited-how__grid strong {
  color: var(--white);
}

.limited-custom {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-top: clamp(24px, 3vw, 34px);
  padding-top: clamp(22px, 3vw, 32px);
  border-top: 1px solid var(--mist);
}

.limited-custom > div {
  max-width: 760px;
}

.limited-custom h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.limited-custom > div > p:last-child {
  margin: 0;
  color: var(--pewter);
}

.midi-current {
  border-top: 1px solid var(--mist);
}

.midi-current__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 34px clamp(40px, 7vw, 92px);
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 90px);
}

.midi-current__intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.midi-current__intro h2 {
  font-size: clamp(4rem, 7vw, 7.4rem);
}

.midi-current__intro > p:last-child {
  margin: 0;
  color: var(--pewter);
}

.midi-current__details {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(36px, 7vw, 94px);
  align-items: start;
}

.midi-current-card {
  padding: clamp(28px, 4vw, 46px);
  background: var(--blush);
}

.midi-current-card .card-label {
  margin-bottom: 16px;
}

.midi-current-card__name {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.midi-current-card__details {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--pink-deep) 24%, transparent);
}

.midi-current-card__details p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--pink-deep) 16%, transparent);
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.4;
}

.midi-shipping-note {
  margin: 26px 0 0;
  color: var(--pewter);
  font-family: var(--display);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.6;
}

.midi-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--mist);
  border: 1px solid var(--mist);
}

.midi-package {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: clamp(28px, 4vw, 44px);
  background: var(--white);
}

.midi-package h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.95;
}

.midi-package__price {
  margin: 22px 0 10px;
  color: var(--pink-deep);
  font: 600 1.25rem/1 var(--utility);
}

.midi-package > p:not(.midi-package__price) {
  flex: 1;
  color: var(--pewter);
  font-size: 0.88rem;
}

.midi-packages > .midi-support-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px clamp(28px, 4vw, 44px);
  color: var(--ink);
  background: var(--blush);
  font-size: 1rem;
}

.midi-schedule {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  padding: clamp(72px, 9vw, 118px) max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--ink);
}

.midi-schedule .eyebrow {
  color: var(--pink);
}

.midi-schedule__lead h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.midi-schedule__lead h2 span {
  color: var(--pink);
  font-style: italic;
}

.midi-schedule__rules {
  padding-left: 24px;
  border-left: 1px solid var(--pink);
}

.midi-schedule__rules p {
  margin: 0;
  color: #d8d0d3;
}

.midi-schedule__rules p + p {
  margin-top: 14px;
}

.midi-fulfillment__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--mist);
}

.midi-fulfillment__options article {
  padding: clamp(30px, 5vw, 58px);
}

.midi-fulfillment__options article + article {
  border-left: 1px solid var(--mist);
}

.midi-fulfillment__options h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.95;
}

.midi-fulfillment__options article > p:not(.card-label) {
  margin: 0;
  color: var(--pewter);
}

.midi-fulfillment__options article > p:not(.card-label) + p {
  margin-top: 10px;
}

.midi-shipping-note {
  max-width: 760px;
}

.midi-how {
  border-top: 1px solid var(--mist);
}

.midi-how__statement {
  max-width: 900px;
}

.midi-how__statement h2 {
  max-width: 780px;
  font-size: clamp(3.4rem, 6.5vw, 7rem);
}

.midi-how__statement > p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--pewter);
}

.midi-how__statement > p:not(.eyebrow) + p {
  margin-top: 10px;
}

.midi-custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(36px, 8vw, 110px);
  align-items: end;
  width: var(--page);
  margin: 0 auto clamp(60px, 8vw, 104px);
  padding: clamp(38px, 6vw, 68px);
  background: var(--blush);
}

.midi-custom__copy {
  max-width: 780px;
}

.midi-custom h2 {
  margin: 0 0 24px;
  color: var(--pink-deep);
  font-family: var(--display);
  font-size: clamp(3rem, 5.5vw, 5.7rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.midi-custom__copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
}

.midi-custom__copy > p:not(.eyebrow) + p {
  margin-top: 10px;
}

.midi-custom__action {
  padding-bottom: 4px;
}

.midi-package-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.midi-package-options[data-single-option] {
  grid-template-columns: 1fr;
}

.midi-package-options legend {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .midi-feature,
  .midi-page-hero,
  .midi-hub__heading,
  .everyday-midi__heading,
  .limited-storefront__heading,
  .limited-storefront__shop,
  .limited-how,
  .midi-current__intro,
  .midi-current__details,
  .midi-schedule,
  .midi-how,
  .midi-custom {
    grid-template-columns: 1fr;
  }

  .midi-feature {
    order: 3;
  }

  .cookie-feature .boost-context {
    order: 4;
  }

  .midi-feature__image {
    order: 0;
  }

  .midi-page-hero {
    min-height: 0;
  }

  .midi-page-hero__visual {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.36fr);
  }

  .midi-current__intro .eyebrow {
    margin-bottom: 0;
  }

  .midi-schedule {
    align-items: start;
  }

  .everyday-midi__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .limited-storefront__visual img {
    max-height: 520px;
  }

  .limited-collections-grid {
    gap: 18px;
  }

  .everyday-set-popover:popover-open {
    grid-template-columns: 1fr;
  }

  .everyday-set-popover > img {
    height: min(52vh, 500px);
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .campaign-stamp {
    right: 0;
  }

  .midi-feature {
    margin-inline: -1px;
    padding: 24px 20px 30px;
  }

  .midi-feature__copy h2 {
    font-size: clamp(3.15rem, 15vw, 4.7rem);
  }

  .midi-page-hero {
    gap: 20px;
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .midi-page-hero__copy h1 {
    font-size: clamp(3.7rem, 16.5vw, 4.9rem);
  }

  .midi-page-hero__intro {
    margin-top: 14px;
  }

  .midi-page-hero__copy .button-row {
    margin-top: 18px;
  }

  .midi-page-hero__visual {
    grid-template-columns: minmax(0, 1fr) minmax(120px, 0.46fr);
    gap: 10px;
    padding: 9px;
  }

  .featured-limited-drop {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 18px;
  }

  .featured-limited-drop::after {
    top: -62px;
    right: -28px;
  }

  .featured-limited-drop__copy > p:last-child {
    font-size: 0.78rem;
  }

  .featured-limited-drop__action {
    gap: 7px;
    width: 100%;
  }

  .featured-limited-drop__action .button {
    width: 100%;
  }

  .midi-hub {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .midi-hub__heading {
    gap: 10px;
    margin-bottom: 18px;
  }

  .midi-hub-card {
    min-height: 0;
    gap: 18px;
    padding: 22px;
  }

  .midi-hub-card h3 {
    margin-bottom: 10px;
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .everyday-midi {
    padding-top: 22px;
  }

  .midi-page-hero__visual figcaption {
    gap: 5px;
    font-size: 0.58rem;
  }

  .midi-page-hero__visual figcaption strong {
    font-size: clamp(1.05rem, 5.3vw, 1.4rem);
  }

  .midi-current__details,
  .midi-hub__options,
  .midi-packages,
  .midi-package-options,
  .midi-fulfillment__options {
    grid-template-columns: 1fr;
  }

  .midi-packages > .midi-support-note {
    grid-column: auto;
  }

  .midi-schedule {
    padding-inline: 20px;
  }

  .midi-schedule__lead h2 {
    font-size: clamp(3.15rem, 14vw, 4.7rem);
  }

  .midi-fulfillment__options article + article {
    border-top: 1px solid var(--mist);
    border-left: 0;
  }

  .midi-custom {
    padding: 30px 24px;
  }

  .midi-custom__action .button {
    width: 100%;
  }

  .everyday-midi__notes {
    grid-template-columns: 1fr;
  }

  .limited-storefront__heading h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .limited-collections-grid {
    grid-template-columns: 1fr;
  }

  .limited-collection-card__copy {
    padding: 20px;
  }

  .limited-how__grid {
    grid-template-columns: 1fr;
  }

  .limited-custom {
    flex-direction: column;
    align-items: stretch;
  }

  .limited-custom .button {
    width: 100%;
  }

  .everyday-selector__fields {
    grid-template-columns: minmax(0, 1fr) 82px;
  }

  .everyday-selector__quantity {
    width: 82px;
  }

  .midi-cart-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding-inline: 18px;
  }

  .midi-cart-item > img {
    width: 72px;
    height: 72px;
  }

  .midi-cart-item__controls {
    grid-column: 2;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    justify-items: start;
  }

  .midi-cart-item__controls strong {
    justify-self: end;
  }

  .midi-cart__summary {
    max-height: 68dvh;
    padding: 18px;
  }

  .midi-cart__order-type {
    display: block;
  }

  .midi-cart__order-type small {
    display: block;
    margin-top: 3px;
    text-align: left;
  }

  .midi-cart__fulfillment,
  .midi-cart__pickup {
    grid-template-columns: 1fr;
  }

  .midi-cart__shipping {
    display: block;
  }

  .midi-cart__shipping span {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .midi-cart__policies-heading {
    display: block;
  }

  .midi-cart__policies-heading small {
    display: block;
    margin-top: 3px;
    text-align: left;
  }

  .checkout-result__pickup dl,
  .checkout-result__shipping dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 359px) {
  .everyday-midi__grid {
    grid-template-columns: 1fr;
  }

  .everyday-set-popover__copy {
    padding: 34px 24px;
  }

  .everyday-selector__sizes,
  .everyday-selector__fields {
    grid-template-columns: 1fr;
  }

  .everyday-selector__quantity {
    width: 100%;
  }
}
