/*
 * YOUNG GREEN PLAYGROUND v1.1.0
 * Playful commerce skin layered on the stable Young Green v1.2.3 engine.
 */

:root {
  --pg-ink: #111111;
  --pg-cream: #fffdf7;
  --pg-butter: #fff0a8;
  --pg-pink: #ff8fb5;
  --pg-lime: #cbea98;
  --pg-sky: #9fddff;
  --pg-red: #ff5f6d;
  --pg-soft: #f7f4ea;
  --pg-radius-sm: 14px;
  --pg-radius: 24px;
  --pg-radius-lg: 36px;
  --pg-shadow: 0 12px 34px rgb(22 22 22 / .08);
  --pg-shadow-pop: 6px 7px 0 rgb(17 17 17 / .92);
  --pg-font-body: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  --pg-font-display: "Baloo 2", "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  --yg-font: var(--pg-font-body);
  --yg-color-paper: var(--pg-cream);
  --yg-color-ink: var(--pg-ink);
  --yg-color-accent: #72a938;
  --yg-color-muted: var(--pg-soft);
  --yg-radius: var(--pg-radius-sm);
  --yg-section-gap: 72px;
  --yg-nav-height: 78px;
}

body.yg-playground {
  background: var(--pg-cream);
  color: var(--pg-ink);
  font-family: var(--pg-font-body);
  font-synthesis: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

.yg-template-index .yg-main {
  background-image:
    radial-gradient(circle at 11px 11px, rgb(255 143 181 / .09) 0 3px, transparent 3.5px),
    radial-gradient(circle at 30px 31px, rgb(114 169 56 / .08) 0 2px, transparent 2.5px);
  background-size: 44px 44px;
}

.yg-playground h1,
.yg-playground h2,
.yg-playground h3,
.yg-playground .yg-wordmark {
  font-family: var(--pg-font-display);
}

.yg-playground .yg-button,
.yg-playground button,
.yg-playground input,
.yg-playground select,
.yg-playground textarea {
  font-family: var(--pg-font-body);
}

.yg-playground h1,
.yg-playground h2,
.yg-playground .yg-section-head h2,
.yg-playground .yg-cart-summary h2 {
  font-weight: 800;
  letter-spacing: -.025em;
}

.yg-playground .yg-kicker {
  color: #568426;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.yg-playground .yg-container {
  max-width: 1720px;
  padding-inline: clamp(18px, 3.2vw, 58px);
}

.yg-playground .yg-button {
  align-items: center;
  background: var(--pg-ink);
  border: 2px solid var(--pg-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 11px 24px;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.yg-playground .yg-button:hover {
  box-shadow: 5px 6px 0 var(--pg-pink);
  transform: translate(-2px, -3px) rotate(-1deg);
}

.yg-playground .yg-button--light,
.yg-playground .yg-button--ghost {
  background: #fff;
  color: var(--pg-ink);
}

/* Announcement + navigation */
.yg-playground .yg-header {
  background: rgb(255 253 247 / .96);
  position: sticky;
  top: 0;
  z-index: 300;
}

.yg-playground .yg-announcement {
  background: var(--pg-butter);
  color: var(--pg-ink);
  display: block;
  font-size: 10px;
  font-weight: 800;
  min-height: 30px;
  overflow: hidden;
  padding: 7px 18px;
}

.pg-announcement-track {
  align-items: center;
  display: flex;
  gap: clamp(28px, 7vw, 128px);
  justify-content: center;
  white-space: nowrap;
}

.pg-announcement-track span:nth-child(2) { color: #7b5710; }
.pg-announcement-track span:nth-child(3) { color: #c53368; }
.pg-announcement-track span:nth-child(4) { color: #417b29; }

.yg-playground .yg-nav-shell {
  border-bottom: 1.5px solid var(--pg-ink);
  height: var(--yg-nav-height);
  padding-inline: clamp(18px, 3vw, 54px);
}

.yg-playground .yg-desktop-nav { gap: clamp(18px, 2.2vw, 36px); }
.yg-playground .yg-desktop-nav > a,
.yg-playground .yg-mega-trigger {
  font-size: 12px;
  font-weight: 800;
}

.yg-playground .yg-desktop-nav > a::after,
.yg-playground .yg-mega-trigger::after {
  background: var(--pg-pink);
  border-radius: 999px;
  bottom: 18px;
  height: 4px;
}

.yg-playground .yg-wordmark {
  font-size: clamp(25px, 2.1vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .82;
  position: relative;
}

.yg-playground .pg-wordmark-flower,
.yg-playground .pg-wordmark-crown {
  height: auto;
  pointer-events: none;
  position: absolute;
  width: auto;
}

.yg-playground .pg-wordmark-flower { left: -48px; top: -5px; width: 39px; }
.yg-playground .pg-wordmark-crown { right: -30px; top: -13px; transform: rotate(11deg); width: 31px; }

.yg-playground .yg-icon-button {
  border: 1.5px solid transparent;
  border-radius: 50%;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.yg-playground .yg-icon-button:hover { background: var(--pg-sky); border-color: var(--pg-ink); transform: rotate(-6deg); }
.yg-playground .yg-cart-count { background: var(--pg-pink); border: 1px solid var(--pg-ink); color: var(--pg-ink); }

.yg-playground .yg-mega-panel {
  background: var(--pg-cream);
  border: 1.5px solid var(--pg-ink);
  border-radius: 0 0 28px 28px;
  box-shadow: var(--pg-shadow);
  left: 18px;
  padding: 32px;
  right: 18px;
}

.yg-playground .yg-mega-featured a:nth-child(1) { color: #497d22; }
.yg-playground .yg-mega-featured a:nth-child(2) { color: #d13d72; }
.yg-playground .yg-mega-featured a:nth-child(3) { color: #236f96; }
.yg-playground .yg-mega-column h2 { background: var(--pg-butter); border-radius: 999px; display: inline-block; padding: 6px 10px; width: max-content; }
.yg-playground .yg-mega-campaign { border: 1.5px solid var(--pg-ink); border-radius: 18px; overflow: hidden; }

/* Homepage hero */
.yg-playground .yg-hero {
  background: var(--pg-butter);
  border-bottom: 1.5px solid var(--pg-ink);
  min-height: min(760px, calc(100svh - 108px));
}

.yg-playground .yg-hero-media::after {
  background: linear-gradient(90deg, rgb(255 253 247 / .98) 0%, rgb(255 253 247 / .9) 25%, rgb(255 253 247 / .06) 58%);
}

.yg-playground .yg-hero-media img { object-position: center top; }

.yg-playground .yg-hero-content {
  align-items: flex-start;
  color: var(--pg-ink);
  justify-content: center;
  max-width: 720px;
  padding: clamp(48px, 7vw, 112px);
  text-align: left;
}

.yg-playground .yg-hero h1 {
  font-size: clamp(54px, 6.7vw, 112px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .86;
  max-width: 650px;
  text-transform: uppercase;
}

.yg-playground .yg-hero-content > p:not(.yg-kicker) {
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.55;
  max-width: 430px;
}

.pg-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.yg-playground .yg-hero .yg-button { margin-top: 0; }
.yg-playground .yg-hero .yg-button:first-child { background: var(--pg-pink); color: var(--pg-ink); }
.yg-playground .yg-hero .yg-button:first-child:hover { box-shadow: 4px 4px 0 var(--pg-lime); }

.pg-hero-stickers { inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.pg-sticker { filter: drop-shadow(4px 5px 0 rgb(17 17 17 / .12)); position: absolute; }
.pg-sticker--flower { right: 3.5%; top: 7%; transform: rotate(11deg); width: clamp(74px, 9vw, 148px); }
.pg-sticker--pea { bottom: 3%; left: 2%; transform: rotate(7deg); width: clamp(94px, 10vw, 170px); }
.pg-sticker--crown { left: 43%; top: 14%; transform: rotate(-10deg); width: clamp(54px, 6vw, 96px); }
.pg-sticker--burst {
  background: var(--pg-sky);
  border: 3px solid var(--pg-ink);
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  bottom: 8%;
  color: var(--pg-ink);
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 900;
  line-height: .9;
  padding: 18px 16px;
  right: 30%;
  text-align: center;
  transform: rotate(-8deg);
}

/* Homepage merchandising */
.yg-playground .yg-section { margin-top: var(--yg-section-gap); }
.yg-playground .yg-section-head { align-items: center; margin-bottom: 26px; }
.yg-playground .yg-section-head h2 {
  background: var(--pg-butter);
  border: 2px solid var(--pg-ink);
  border-radius: 24px 30px 22px 28px;
  box-shadow: 5px 5px 0 var(--pg-pink);
  display: inline-block;
  font-size: clamp(30px, 3vw, 52px);
  line-height: .95;
  padding: 9px 18px 8px;
  position: relative;
  transform: rotate(-1deg);
}

.yg-playground .yg-section-head h2::after {
  background: url("playground-flower.svg") center / contain no-repeat;
  content: "";
  height: 38px;
  position: absolute;
  right: -28px;
  top: -24px;
  transform: rotate(11deg);
  width: 38px;
}

.yg-playground .yg-text-link { border-bottom: 2px solid var(--pg-ink); font-size: 11px; font-weight: 800; }
.yg-playground .yg-category-tabs { gap: 9px; }
.yg-playground .yg-category-tabs a { background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 999px; font-weight: 800; padding: 9px 15px; }
.yg-playground .yg-category-tabs a:nth-child(2n) { background: var(--pg-sky); }
.yg-playground .yg-category-tabs a:nth-child(3n) { background: var(--pg-lime); }

.yg-playground .yg-product-rail { gap: 14px; padding: 6px 3px 12px; }
.yg-playground .yg-product-rail .yg-product-card { flex: 0 0 calc((100% - 42px) / 4); }
.yg-playground .yg-product-card {
  background: #fff;
  border: 2px solid var(--pg-ink);
  border-radius: 26px 20px 28px 22px;
  box-shadow: 4px 5px 0 var(--pg-butter);
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

.yg-playground .yg-product-card:nth-child(4n+2) { box-shadow: 4px 5px 0 var(--pg-pink); }
.yg-playground .yg-product-card:nth-child(4n+3) { box-shadow: 4px 5px 0 var(--pg-sky); }
.yg-playground .yg-product-card:nth-child(4n+4) { box-shadow: 4px 5px 0 var(--pg-lime); }
.yg-playground .yg-product-card:hover { box-shadow: 7px 8px 0 var(--pg-pink); transform: translateY(-5px) rotate(.6deg); }
.yg-playground .yg-product-media { background: var(--pg-soft); border-radius: 20px 20px 0 0; }
.yg-playground .yg-product-card:nth-child(4n+1) .yg-product-media { background: #fff7c9; }
.yg-playground .yg-product-card:nth-child(4n+2) .yg-product-media { background: #ffe0ea; }
.yg-playground .yg-product-card:nth-child(4n+3) .yg-product-media { background: #ddf3ff; }
.yg-playground .yg-product-card:nth-child(4n+4) .yg-product-media { background: #e8f7cb; }
.yg-playground .yg-product-media img { object-fit: contain; }
.yg-playground .yg-product-info { min-height: 150px; padding: 14px 15px 16px; }
.yg-playground .yg-product-info h3 { font-family: var(--pg-font-display); font-size: 15px; font-weight: 700; letter-spacing: -.01em; line-height: 1.2; }
.yg-playground .yg-product-vendor { color: #659731; font-size: 9px; font-weight: 800; }
.yg-playground .yg-product-price { font-size: 12px; font-weight: 800; }
.yg-playground .yg-card-swatch { border: 1.5px solid var(--pg-ink); border-radius: 50%; height: 15px; width: 15px; }
.yg-playground .yg-badge { background: var(--pg-butter); border: 1.5px solid var(--pg-ink); border-radius: 999px; font-weight: 900; padding: 6px 10px; transform: rotate(-4deg); }
.yg-playground .yg-badge-sold { background: var(--pg-sky); }
.yg-playground .yg-wishlist { background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 50%; height: 34px; right: 10px; top: 10px; width: 34px; }
.yg-playground .yg-quick-add button,
.yg-playground .yg-quick-add-link { background: var(--pg-ink); border: 1.5px solid var(--pg-ink); border-radius: 999px; color: #fff; font-size: 9px; font-weight: 800; min-height: 30px; padding: 7px 12px; }

.yg-playground .yg-campaign-banner {
  aspect-ratio: 2 / 1;
  border-block: 1.5px solid var(--pg-ink);
  border-radius: 0;
}

.yg-playground .yg-campaign-banner::after { background: linear-gradient(90deg, rgb(255 143 181 / .72), transparent 52%); }
.yg-playground .yg-campaign-banner img { object-position: center 42%; }
.yg-playground .yg-campaign-copy { background: rgb(255 253 247 / .92); border: 2px solid var(--pg-ink); border-radius: 24px; color: var(--pg-ink); padding: 24px; }
.yg-playground .yg-campaign-copy h2 { font-size: clamp(38px, 4.6vw, 72px); font-weight: 800; letter-spacing: -.03em; }

.pg-category-section { padding-inline: clamp(18px, 3.2vw, 58px); }
.yg-playground .yg-editorial-grid { gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yg-playground .yg-editorial-card { aspect-ratio: 1 / 1.08; border: 2px solid var(--pg-ink); border-radius: 28px; color: var(--pg-ink); }
.yg-playground .yg-editorial-card::after { background: linear-gradient(180deg, transparent 40%, rgb(255 253 247 / .9)); }
.yg-playground .yg-editorial-card img { object-fit: cover; }
.yg-playground .pg-category-card--shirt { background: var(--pg-butter); }
.yg-playground .pg-category-card--pants { background: var(--pg-lime); }
.yg-playground .pg-category-card--accessories { background: var(--pg-pink); }
.yg-playground .pg-category-card--shirt img { object-position: 12% center; }
.yg-playground .pg-category-card--pants img { object-position: 52% center; }
.yg-playground .pg-category-card--accessories img { object-position: 85% center; }
.yg-playground .yg-editorial-copy { padding: clamp(20px, 3vw, 38px); }
.yg-playground .yg-editorial-copy h2 { font-size: clamp(38px, 4.5vw, 74px); font-weight: 800; letter-spacing: -.03em; }

.pg-club {
  align-items: stretch;
  background: var(--pg-sky);
  border: 2px solid var(--pg-ink);
  border-radius: var(--pg-radius-lg);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  overflow: hidden;
  padding: 0 !important;
}

.pg-club-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 80px); position: relative; }
.pg-club-copy h2 { font-size: clamp(48px, 5vw, 82px); line-height: .88; }
.pg-club-copy > p:not(.yg-kicker) { font-size: 15px; line-height: 1.6; margin: 22px 0 28px; max-width: 460px; }
.pg-club-pea { bottom: 18px; position: absolute; right: 16px; transform: rotate(-8deg); width: 128px; }
.pg-club-media { min-height: 460px; overflow: hidden; position: relative; }
.pg-club-media img { height: 100%; object-fit: cover; width: 100%; }
.pg-club-media span { background: var(--pg-pink); border: 2px solid var(--pg-ink); bottom: 22px; font-size: 18px; font-weight: 900; padding: 10px 16px; position: absolute; right: 22px; transform: rotate(-3deg); }

.yg-playground .yg-promise-grid { background: var(--pg-butter); border-block: 2px solid var(--pg-ink); }
.yg-playground .yg-promise { border-color: var(--pg-ink); }
.yg-playground .yg-promise:nth-child(2) { background: var(--pg-lime); }
.yg-playground .yg-promise:nth-child(3) { background: var(--pg-pink); }
.yg-playground .yg-promise:nth-child(4) { background: var(--pg-sky); }
.yg-playground .yg-promise h3 { font-weight: 900; }

/* Product detail */
.yg-playground .yg-breadcrumbs { color: #568426; font-weight: 800; padding-block: 22px; }
.yg-playground .yg-product-layout { gap: clamp(28px, 4vw, 72px); grid-template-columns: minmax(0, 1.65fr) minmax(420px, .75fr); }
.yg-playground .yg-product-gallery-shell { border-radius: 24px; overflow: visible; position: relative; }
.yg-playground .yg-product-gallery { gap: 12px; }
.yg-playground .yg-product-gallery figure { flex-basis: calc((100% - 12px) / 2); }
.yg-playground .yg-product-gallery figure { background: var(--pg-butter); border: 2px solid var(--pg-ink); border-radius: 26px 20px 28px 22px; box-shadow: 4px 5px 0 var(--pg-sky); }
.yg-playground .yg-product-gallery figure:nth-child(4n+2) { background: #ffe0ea; }
.yg-playground .yg-product-gallery figure:nth-child(4n+3) { background: #dff4ff; }
.yg-playground .yg-product-gallery figure:nth-child(4n+4) { background: #e7f6c9; }
.yg-playground .yg-product-gallery figure:nth-child(4n+2) { box-shadow-color: var(--pg-pink); }
.yg-playground .yg-product-gallery figure:nth-child(4n+3) { box-shadow-color: var(--pg-butter); }
.yg-playground .yg-product-gallery figure:nth-child(4n+4) { box-shadow-color: var(--pg-lime); }
.yg-playground .yg-product-gallery img { object-fit: contain; }
.pg-gallery-zoom { background: #fff; border: 2px solid var(--pg-ink); border-radius: 999px; font-size: 11px; font-weight: 900; left: 16px; padding: 9px 13px; position: absolute; top: 16px; transform: rotate(-5deg); z-index: 4; }
.yg-playground .yg-gallery-nav { bottom: 12px; right: 12px; }
.yg-playground .yg-gallery-status,
.yg-playground .yg-gallery-arrow { border: 1.5px solid var(--pg-ink); border-radius: 999px; }
.yg-playground .yg-product-summary { background: linear-gradient(145deg, #fff 0 78%, #fff7c9 78% 100%); border: 2px solid var(--pg-ink); border-radius: 34px 24px 32px 26px; box-shadow: 7px 8px 0 var(--pg-pink); padding: 30px; top: 116px; }
.yg-playground .yg-product-summary h1 { font-size: clamp(30px, 2.3vw, 44px); font-weight: 800; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
.yg-playground .yg-product-main-price { color: var(--pg-red); font-size: 22px; font-weight: 900; }
.yg-playground .yg-product-status { color: #568426; font-weight: 900; }
.pg-product-badge { background: var(--pg-butter); border: 1.5px solid var(--pg-ink); border-radius: 999px; display: inline-block; font-size: 9px; font-weight: 900; margin-bottom: 12px; padding: 6px 10px; transform: rotate(-2deg); }
.pg-product-stickers { align-items: center; display: flex; position: absolute; right: 18px; top: -28px; }
.pg-product-stickers img:first-child { transform: rotate(8deg); width: 88px; }
.pg-product-stickers img:last-child { margin-left: -12px; transform: rotate(-9deg); width: 46px; }
.yg-playground .yg-variant-group-label,
.yg-playground .yg-option-label { font-weight: 900; }
.yg-playground .yg-variant-value,
.yg-playground .yg-option-value { border-radius: 12px; }
.yg-playground .yg-product-form-actions { gap: 10px; }
.yg-playground .yg-quantity { border: 1.5px solid var(--pg-ink); border-radius: 999px; overflow: hidden; }
.yg-playground .yg-product-form .yg-button { min-height: 48px; }
.yg-playground .yg-buy-now { border: 2px solid var(--pg-pink); border-radius: 999px; color: var(--pg-red); font-weight: 900; margin-top: 10px; min-height: 48px; }
.yg-playground .yg-buy-now:hover { background: #ffe0ea; }
.pg-product-trust { background: #eef9da; border-radius: 14px; display: grid; gap: 2px; margin-top: 18px; padding: 12px 14px; }
.pg-product-trust span { color: #568426; font-size: 10px; font-weight: 900; }
.pg-product-trust small { color: #495443; font-size: 9px; }
.yg-playground .yg-size-guide-trigger { border-color: rgb(17 17 17 / .15); }
.yg-playground .yg-accordion { border-color: rgb(17 17 17 / .15); }
.yg-playground .yg-product-lightbox { background: var(--pg-cream); }
.yg-playground .yg-lightbox-stage { background: #fff7c9; }
.yg-playground .yg-lightbox-controls { border: 1.5px solid var(--pg-ink); border-radius: 999px; overflow: hidden; }

/* Vietnamese-safe, extra-cute size guide */
.yg-playground .yg-size-guide .yg-drawer-panel {
  background:
    radial-gradient(circle at 18px 18px, rgb(255 143 181 / .2) 0 4px, transparent 4.5px) 0 0 / 36px 36px,
    var(--pg-cream);
  border-left: 2px solid var(--pg-ink);
  box-shadow: -9px 0 0 var(--pg-pink);
  width: min(700px, 100vw);
}

.yg-playground .yg-size-guide .yg-drawer-head {
  background: var(--pg-butter);
  border-bottom: 2px solid var(--pg-ink);
  min-height: 64px;
}

.yg-playground .yg-size-guide .yg-drawer-head strong {
  font-family: var(--pg-font-display);
  font-size: 17px;
  font-weight: 700;
}

.yg-playground .yg-size-guide-body { padding: clamp(28px, 4vw, 48px); }
.yg-playground .yg-size-guide-body .yg-eyebrow {
  background: var(--pg-lime);
  border: 1.5px solid var(--pg-ink);
  border-radius: 999px;
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  padding: 7px 12px;
  transform: rotate(-2deg);
}

.yg-playground .yg-size-guide-body h2 {
  color: var(--pg-ink);
  font-family: var(--pg-font-display);
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .92;
  max-width: 590px;
}

.yg-playground .yg-size-guide-body > p:not(.yg-eyebrow):not(.yg-size-unit) {
  background: #fff;
  border: 1.5px solid var(--pg-ink);
  border-radius: 18px;
  line-height: 1.6;
  padding: 14px 16px;
}

.yg-playground .yg-size-table {
  border-collapse: separate;
  border-spacing: 5px;
  min-width: 0;
  table-layout: fixed;
}

.yg-playground .yg-size-table-wrap { overflow-x: visible; }

.yg-playground .yg-size-table th,
.yg-playground .yg-size-table td {
  border: 1.5px solid var(--pg-ink);
  border-radius: 12px;
  font-family: var(--pg-font-body);
  font-weight: 700;
  padding: 12px 8px;
}

.yg-playground .yg-size-table thead th { background: var(--pg-pink); color: var(--pg-ink); font-size: 9px; font-weight: 800; }
.yg-playground .yg-size-table tbody tr:nth-child(4n+1) > * { background: #fff7c9; }
.yg-playground .yg-size-table tbody tr:nth-child(4n+2) > * { background: #e8f7cb; }
.yg-playground .yg-size-table tbody tr:nth-child(4n+3) > * { background: #ddf3ff; }
.yg-playground .yg-size-table tbody tr:nth-child(4n+4) > * { background: #ffe0ea; }
.yg-playground .yg-size-unit { color: #568426; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.yg-playground .yg-measure-grid { gap: 12px; }
.yg-playground .yg-measure-grid > div {
  background: #fff;
  border: 1.5px solid var(--pg-ink);
  border-radius: 20px 16px 22px 18px;
  box-shadow: 4px 5px 0 var(--pg-sky);
  padding: 18px;
}
.yg-playground .yg-measure-grid > div:nth-child(2) { box-shadow-color: var(--pg-lime); }
.yg-playground .yg-measure-grid > div:nth-child(3) { box-shadow-color: var(--pg-pink); }
.yg-playground .yg-measure-grid > div:nth-child(4) { box-shadow-color: var(--pg-butter); }
.yg-playground .yg-measure-grid strong { font-family: var(--pg-font-display); font-size: 18px; font-weight: 700; }

/* Cart */
.pg-cart-page { padding-bottom: 40px; }
.pg-cart-header { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.pg-cart-header h1 { font-size: clamp(48px, 5vw, 84px); line-height: .9; }
.pg-cart-header > img { transform: rotate(8deg); width: 74px; }
.pg-shipping-progress { align-items: center; background: #e7f6c9; border: 1.5px solid var(--pg-ink); border-radius: 999px; display: grid; gap: 10px; grid-template-columns: auto auto 1fr; margin-bottom: 22px; padding: 12px 18px; }
.pg-shipping-progress strong { font-size: 11px; }
.pg-shipping-progress i { background: #fff; border: 1px solid rgb(17 17 17 / .2); border-radius: 999px; display: block; height: 8px; overflow: hidden; }
.pg-shipping-progress b { background: #69a92f; border-radius: 999px; display: block; height: 100%; width: 72%; }
.yg-playground .yg-cart-layout { align-items: start; gap: clamp(28px, 4vw, 64px); grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr); }
.yg-playground .yg-cart-items { border: 0; display: grid; gap: 14px; }
.yg-playground .yg-cart-line { background: #fff; border: 1.5px solid rgb(17 17 17 / .16); border-radius: 22px; gap: 20px; grid-template-columns: 150px minmax(0, 1fr) 130px 115px; padding: 16px; }
.pg-cart-image { background: var(--pg-butter); border-radius: 16px; overflow: hidden; }
.yg-playground .yg-cart-line:nth-child(2n) .pg-cart-image { background: #ffe0ea; }
.yg-playground .yg-cart-line img { background: transparent; height: 170px; object-fit: contain; width: 136px; }
.pg-cart-details h2 { font-size: 17px !important; font-weight: 700 !important; }
.pg-cart-edit { border-bottom: 1px solid; display: inline-block; font-size: 9px; font-weight: 800; margin-top: 16px; }
.pg-cart-quantity { align-self: center; display: grid; grid-template-columns: 36px 46px 36px; height: 42px; }
.yg-playground .pg-cart-quantity input { border: 0; height: 40px; width: 46px; }
.pg-cart-price { align-items: flex-end; display: flex; flex-direction: column; gap: 24px; }
.pg-cart-price strong { color: var(--pg-red); font-size: 15px; }
.yg-playground .yg-cart-line-remove { margin: 0; }
.pg-gift-note { align-items: center; background: var(--pg-sky); border: 1.5px solid var(--pg-ink); border-radius: 20px; display: grid; gap: 12px; grid-template-columns: auto minmax(0, 1fr) minmax(220px, .7fr); padding: 14px 18px; }
.pg-gift-note > span:first-child { font-size: 30px; }
.pg-gift-note > span:nth-child(2) { display: grid; gap: 2px; }
.pg-gift-note strong { font-size: 11px; }
.pg-gift-note small { font-size: 10px; }
.pg-gift-note textarea { background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 12px; min-height: 48px; padding: 10px; resize: vertical; width: 100%; }
.pg-continue-shopping { font-size: 11px; font-weight: 900; padding: 8px 2px; width: max-content; }
.yg-playground .yg-cart-summary { background: linear-gradient(150deg, #fff 0 82%, #e8f7cb 82% 100%); border: 2px solid var(--pg-ink); border-radius: 32px 24px 34px 26px; box-shadow: 7px 8px 0 var(--pg-sky); padding: 30px; top: 120px; }
.yg-playground .yg-cart-summary h2 { font-size: clamp(26px, 2vw, 36px); }
.pg-cart-flower { position: absolute; right: -24px; top: -48px; transform: rotate(10deg); width: 94px; }
.pg-discount-hint { background: #fff7c9; border-radius: 14px; display: grid; gap: 4px; margin-top: 22px; padding: 14px; }
.pg-discount-hint strong { font-size: 10px; }
.pg-discount-hint span { color: #6b6656; font-size: 10px; }
.yg-playground .yg-cart-total { border-bottom: 1px solid rgb(17 17 17 / .16); border-top: 0; margin: 0; padding-block: 16px; }
.yg-playground .yg-cart-total strong { color: #568426; font-size: 12px; }
.yg-playground .pg-cart-grand-total { font-size: 18px; font-weight: 900; }
.yg-playground .pg-cart-grand-total strong { color: var(--pg-red); font-size: 24px; }
.pg-cart-trust { display: grid; gap: 8px; margin-top: 18px; }
.pg-cart-trust span { background: var(--pg-soft); border-radius: 12px; font-size: 9px; padding: 12px; }
.pg-cart-upsell .yg-section-head { justify-content: flex-start; }
.pg-cart-upsell .yg-section-head img { transform: rotate(5deg); }
.pg-empty-cart { background: var(--pg-butter); border: 2px solid var(--pg-ink); border-radius: 32px; }

/* Collection, content and accounts */
.yg-playground .yg-page-header h1 { font-weight: 900; text-transform: uppercase; }
.yg-playground .yg-collection-toolbar,
.yg-playground .yg-account-shell,
.yg-playground .yg-form-card,
.yg-playground .yg-content-page,
.yg-playground .yg-empty { border-radius: 24px; }
.yg-playground .yg-sort select,
.yg-playground input,
.yg-playground textarea,
.yg-playground select { border-radius: 12px; }
.yg-playground .yg-pagination [aria-current="page"] { background: var(--pg-pink); border: 1.5px solid var(--pg-ink); border-radius: 50%; color: var(--pg-ink); }

.yg-playground .yg-page-header h1 { font-family: var(--pg-font-display); font-weight: 800; letter-spacing: -.025em; }

/* Journal 1.4.0 */
.yg-playground .pg-journal { padding-top: clamp(28px, 4vw, 64px); }
.yg-playground .pg-journal-hero {
  background: var(--pg-cream);
  border: 2px solid var(--yg-color-ink);
  border-radius: 28px;
  box-shadow: 9px 9px 0 var(--pg-pink);
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.yg-playground .pg-journal-hero::before {
  background: var(--pg-butter);
  border: 2px solid var(--yg-color-ink);
  border-radius: 999px;
  content: "FRESH STORIES ✿";
  font: 800 11px/1 var(--pg-font-display);
  left: 34px;
  padding: 12px 16px;
  position: absolute;
  top: 28px;
  transform: rotate(-4deg);
  z-index: 2;
}
.yg-playground .pg-journal-hero-copy { align-self: end; padding: clamp(92px, 8vw, 132px) clamp(28px, 5vw, 72px) clamp(38px, 5vw, 72px); }
.yg-playground .pg-journal-hero-copy .yg-kicker { color: var(--yg-color-accent); font-weight: 800; }
.yg-playground .pg-journal-hero-copy h1 { font-family: var(--pg-font-display); font-size: clamp(58px, 6vw, 106px); font-weight: 900; letter-spacing: -.055em; line-height: .82; margin: 20px 0 28px; text-transform: uppercase; }
.yg-playground .pg-journal-hero-copy > p:not(.yg-kicker) { font-size: 15px; line-height: 1.65; max-width: 520px; }
.yg-playground .pg-journal-hero-copy .yg-button { border-radius: 999px; margin-top: 28px; }
.yg-playground .pg-journal-hero-art { min-height: 100%; overflow: hidden; }
.yg-playground .pg-journal-hero-art img { height: 100%; object-fit: cover; width: 100%; }
.yg-playground .pg-journal-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; padding: clamp(62px, 7vw, 112px) 0 26px; }
.yg-playground .pg-journal-heading span { color: var(--yg-color-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.yg-playground .pg-journal-heading h2 { font-family: var(--pg-font-display); font-size: clamp(34px, 4vw, 66px); font-weight: 900; letter-spacing: -.035em; line-height: .95; margin-top: 8px; text-transform: uppercase; }
.yg-playground .pg-journal-heading > p { color: var(--yg-color-subtle); font-size: 12px; line-height: 1.55; max-width: 330px; }
.yg-playground .pg-journal .yg-blog-grid { gap: 24px 18px; }
.yg-playground .pg-journal-card {
  background: var(--yg-color-paper);
  border: 2px solid var(--yg-color-ink);
  border-radius: 22px;
  box-shadow: 6px 6px 0 var(--pg-butter);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.yg-playground .pg-journal-card--1 { box-shadow: 6px 6px 0 var(--pg-pink); }
.yg-playground .pg-journal-card--2 { box-shadow: 6px 6px 0 var(--pg-sky); }
.yg-playground .pg-journal-card--3 { box-shadow: 6px 6px 0 var(--pg-lime); }
.yg-playground .pg-journal-card--0 { box-shadow: 6px 6px 0 var(--pg-butter); }
.yg-playground .pg-journal-card:hover { box-shadow: 10px 10px 0 var(--pg-pink); transform: translate(-3px, -3px); }
.yg-playground .pg-journal-card .yg-article-card-media { aspect-ratio: 4 / 3; border-bottom: 2px solid var(--yg-color-ink); position: relative; }
.yg-playground .pg-journal-card .yg-article-card-media img { filter: saturate(.96); transform: none; }
.yg-playground .pg-journal-card:hover .yg-article-card-media img { transform: scale(1.025) rotate(.25deg); }
.yg-playground .pg-journal-card-badge { background: var(--pg-butter); border: 2px solid var(--yg-color-ink); border-radius: 999px; bottom: 14px; font: 800 9px/1 var(--pg-font-display); left: 14px; padding: 9px 11px; position: absolute; transform: rotate(-2deg); }
.yg-playground .pg-journal-card-body { display: flex; flex: 1; flex-direction: column; min-height: 252px; padding: 20px 20px 18px; }
.yg-playground .pg-journal-card time { color: var(--yg-color-accent); font-size: 9px; font-weight: 800; margin: 0; }
.yg-playground .pg-journal-card h2 { font-family: var(--pg-font-display); font-size: clamp(20px, 1.5vw, 28px); font-weight: 900; letter-spacing: -.02em; line-height: 1.05; margin-top: 11px; text-transform: uppercase; }
.yg-playground .pg-journal-card p { color: #4c4b46; display: -webkit-box; font-size: 12px; line-height: 1.55; margin: 13px 0 20px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.yg-playground .pg-journal-read { align-items: center; border-top: 1px dashed rgb(0 0 0 / .35); display: flex; font: 800 10px/1 var(--pg-font-display); justify-content: space-between; margin-top: auto; padding-top: 15px; }
.yg-playground .pg-journal-read span { font-size: 18px; transition: transform .2s ease; }
.yg-playground .pg-journal-read:hover span { transform: translateX(4px); }

.yg-playground .pg-journal-article { max-width: 1120px; padding-bottom: 80px; }
.yg-playground .pg-journal-article .yg-article-header { padding: clamp(56px, 7vw, 104px) 0 36px; }
.yg-playground .pg-journal-article .yg-kicker { color: var(--yg-color-accent); font-weight: 800; }
.yg-playground .pg-journal-article .yg-article-header h1 { font-family: var(--pg-font-display); font-size: clamp(44px, 6vw, 86px); font-weight: 900; letter-spacing: -.04em; line-height: .96; margin-inline: auto; max-width: 1000px; text-transform: uppercase; }
.yg-playground .pg-journal-article .yg-article-meta { color: #55534e; font-weight: 700; letter-spacing: .08em; }
.yg-playground .pg-journal-article-hero { border: 2px solid var(--yg-color-ink); border-radius: 26px; box-shadow: 9px 9px 0 var(--pg-sky); margin-bottom: clamp(48px, 6vw, 78px); overflow: hidden; position: relative; }
.yg-playground .pg-journal-article-hero img { aspect-ratio: 4 / 3; max-height: none; object-fit: cover; width: 100%; }
.yg-playground .pg-journal-article-hero span { background: var(--pg-butter); border: 2px solid var(--yg-color-ink); border-radius: 999px; bottom: 20px; font: 800 10px/1 var(--pg-font-display); left: 20px; padding: 11px 14px; position: absolute; transform: rotate(-2deg); }
.yg-playground .pg-journal-lead { display: grid; gap: 24px; grid-template-columns: 150px minmax(0, 1fr); margin: 0 auto 34px; max-width: 900px; }
.yg-playground .pg-journal-lead > span { color: var(--yg-color-accent); font: 800 10px/1.2 var(--pg-font-display); letter-spacing: .1em; padding-top: 9px; }
.yg-playground .pg-journal-lead p { font-family: var(--pg-font-display); font-size: clamp(24px, 2.8vw, 42px); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; }
.yg-playground .pg-journal-notice { align-items: center; background: var(--pg-lime); border: 2px solid var(--yg-color-ink); border-radius: 18px; display: grid; gap: 16px; grid-template-columns: auto minmax(0, 1fr) auto; margin: 0 auto 30px; max-width: 900px; padding: 18px 20px; }
.yg-playground .pg-journal-notice > span { align-items: center; background: var(--pg-pink); border: 2px solid var(--yg-color-ink); border-radius: 50%; display: flex; font-size: 20px; height: 46px; justify-content: center; width: 46px; }
.yg-playground .pg-journal-notice strong { display: block; font: 800 13px/1.2 var(--pg-font-display); text-transform: uppercase; }
.yg-playground .pg-journal-notice p { font-size: 11px; line-height: 1.5; margin-top: 4px; }
.yg-playground .pg-journal-notice a { border-bottom: 2px solid currentColor; font: 800 10px/1.3 var(--pg-font-display); padding-bottom: 2px; white-space: nowrap; }
.yg-playground .pg-journal-original { border-block: 1px solid var(--yg-color-line); margin: 0 auto; max-width: 900px; }
.yg-playground .pg-journal-original > summary { align-items: center; cursor: pointer; display: flex; font: 800 11px/1 var(--pg-font-display); justify-content: space-between; list-style: none; padding: 19px 2px; }
.yg-playground .pg-journal-original > summary::-webkit-details-marker { display: none; }
.yg-playground .pg-journal-original > summary span { font-size: 20px; transition: transform .2s ease; }
.yg-playground .pg-journal-original[open] > summary span { transform: rotate(45deg); }
.yg-playground .pg-journal-original .yg-rte { background: #fffefa; border: 1px solid var(--yg-color-line); border-radius: 14px; margin-bottom: 24px; padding: clamp(20px, 4vw, 42px); }
.yg-playground .pg-journal-original .yg-rte img { border-radius: 12px; height: auto; margin-inline: auto; max-width: 100%; }
.yg-playground .pg-journal-article > .yg-article-meta { margin-inline: auto; max-width: 900px; }
.yg-playground .pg-journal-article .yg-article-nav { margin-inline: auto; max-width: 900px; }

@media (max-width: 820px) {
  .yg-playground .pg-journal-hero { grid-template-columns: 1fr; }
  .yg-playground .pg-journal-hero-copy { padding-bottom: 34px; }
  .yg-playground .pg-journal-hero-copy h1 { font-size: clamp(54px, 14vw, 82px); }
  .yg-playground .pg-journal-hero-art { aspect-ratio: 4 / 3; border-top: 2px solid var(--yg-color-ink); }
  .yg-playground .pg-journal-heading { align-items: start; flex-direction: column; }
  .yg-playground .pg-journal-lead { grid-template-columns: 1fr; }
  .yg-playground .pg-journal-lead > span { padding-top: 0; }
  .yg-playground .pg-journal-notice { align-items: start; grid-template-columns: auto 1fr; }
  .yg-playground .pg-journal-notice a { grid-column: 2; justify-self: start; white-space: normal; }
}

@media (max-width: 560px) {
  .yg-playground .pg-journal { padding-top: 18px; }
  .yg-playground .pg-journal-hero { border-radius: 20px; box-shadow: 5px 5px 0 var(--pg-pink); }
  .yg-playground .pg-journal-hero::before { left: 18px; top: 18px; }
  .yg-playground .pg-journal-hero-copy { padding: 78px 20px 28px; }
  .yg-playground .pg-journal-hero-copy h1 { font-size: 52px; }
  .yg-playground .pg-journal-card { border-radius: 18px; box-shadow: 5px 5px 0 var(--pg-sky); }
  .yg-playground .pg-journal-card-body { min-height: 226px; }
  .yg-playground .pg-journal-article { padding-inline: 16px; }
  .yg-playground .pg-journal-article .yg-article-header h1 { font-size: 42px; }
  .yg-playground .pg-journal-article-hero { border-radius: 18px; box-shadow: 5px 5px 0 var(--pg-sky); }
  .yg-playground .pg-journal-notice { display: block; }
  .yg-playground .pg-journal-notice > span { margin-bottom: 12px; }
  .yg-playground .pg-journal-notice a { display: inline-block; margin-top: 14px; }
}
.yg-playground .yg-collection-toolbar,
.yg-playground .yg-account-shell,
.yg-playground .yg-form-card,
.yg-playground .yg-content-page,
.yg-playground .yg-empty { border: 1.5px solid rgb(17 17 17 / .18); box-shadow: 5px 6px 0 var(--pg-butter); }

/* Footer */
.yg-playground .yg-footer { background: var(--pg-cream); border-top: 2px solid var(--pg-ink); position: relative; }
.pg-footer-stickers { align-items: end; display: flex; gap: 6px; pointer-events: none; position: absolute; right: 22px; top: -52px; z-index: 3; }
.pg-footer-stickers img:first-child { transform: rotate(9deg); width: 72px; }
.pg-footer-stickers img:last-child { transform: rotate(-7deg); width: 112px; }
.yg-playground .yg-footer-top { background: #fff; }
.yg-playground .yg-newsletter { background: var(--pg-sky); border-color: var(--pg-ink); }
.yg-playground .yg-newsletter h2 { font-size: 24px; font-weight: 900; letter-spacing: -.03em; }
.yg-playground .yg-newsletter-form input { background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 999px 0 0 999px; }
.yg-playground .yg-newsletter-form button { background: var(--pg-pink); border: 1.5px solid var(--pg-ink); border-radius: 0 999px 999px 0; color: var(--pg-ink); }
.yg-playground .yg-footer-column h3 { background: var(--pg-butter); border-radius: 999px; display: inline-block; padding: 5px 9px; width: max-content; }
.yg-playground .yg-footer-giant-wordmark { background: var(--pg-lime); border-color: var(--pg-ink); font-weight: 900; }
.yg-playground .yg-footer-commerce { background: var(--pg-butter); border-color: var(--pg-ink); font-weight: 800; }
.yg-playground .yg-payment-list span { background: #fff; border: 1px solid var(--pg-ink); border-radius: 6px; }
.yg-playground .yg-footer-bottom { background: var(--pg-pink); border-color: var(--pg-ink); color: var(--pg-ink); font-weight: 700; }

@media (max-width: 1100px) {
  .pg-announcement-track { justify-content: flex-start; }
  .pg-announcement-track span:last-child { display: none; }
  .yg-playground .yg-product-layout { grid-template-columns: minmax(0, 1.3fr) minmax(350px, .7fr); }
  .yg-playground .yg-product-rail .yg-product-card { flex-basis: calc((100% - 28px) / 3); }
  .yg-playground .yg-cart-line { grid-template-columns: 120px minmax(0, 1fr) 110px; }
  .yg-playground .pg-cart-price { grid-column: 2 / -1; grid-row: 2; }
}

@media (max-width: 820px) {
  :root { --yg-nav-height: 62px; --yg-section-gap: 54px; }
  .pg-announcement-track { gap: 30px; overflow: hidden; }
  .pg-announcement-track span:nth-child(n+3) { display: none; }
  .yg-playground .pg-wordmark-flower { left: -33px; width: 28px; }
  .yg-playground .pg-wordmark-crown { right: -23px; width: 23px; }
  .yg-playground .yg-hero { min-height: 760px; }
  .yg-playground .yg-hero-media img { object-position: 66% center; }
  .yg-playground .yg-hero-media::after { background: linear-gradient(180deg, rgb(255 253 247 / .1) 35%, rgb(255 253 247 / .97) 70%); }
  .yg-playground .yg-hero-content { justify-content: flex-end; max-width: none; padding: 34px 20px 52px; }
  .yg-playground .yg-hero h1 { font-size: clamp(48px, 15vw, 74px); max-width: 520px; }
  .pg-sticker--flower { right: 3%; top: 6%; }
  .pg-sticker--crown { left: 5%; top: 27%; }
  .pg-sticker--burst { display: none; }
  .yg-playground .yg-product-rail .yg-product-card { flex-basis: calc((100% - 14px) / 2); }
  .yg-playground .yg-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yg-playground .pg-category-card--accessories { grid-column: 1 / -1; }
  .yg-playground .pg-category-card--accessories { aspect-ratio: 2 / 1; }
  .pg-club { grid-template-columns: 1fr; }
  .pg-club-media { min-height: 380px; }
  .yg-playground .yg-product-summary { margin-top: 26px; position: relative; top: auto; }
  .yg-playground .yg-cart-summary { margin-top: 24px; position: relative; top: auto; }
  .pg-cart-flower { right: 4px; top: -38px; }
}

@media (max-width: 560px) {
  .yg-playground .yg-announcement { padding-inline: 10px; }
  .yg-playground .yg-wordmark { font-size: 21px; max-width: 190px; }
  .yg-playground .pg-wordmark-flower { display: none; }
  .yg-playground .pg-sticker--flower { display: none; }
  .yg-playground .yg-hero { min-height: 690px; }
  .yg-playground .yg-hero h1 { font-size: 50px; }
  .pg-hero-actions { width: 100%; }
  .pg-hero-actions .yg-button { flex: 1 1 calc(50% - 5px); padding-inline: 10px; }
  .yg-playground .yg-section-head h2 { font-size: 30px; }
  .yg-playground .yg-product-rail .yg-product-card { flex-basis: 100%; }
  .yg-playground .yg-editorial-grid { display: grid; grid-template-columns: 1fr; }
  .yg-playground .yg-editorial-card,
  .yg-playground .pg-category-card--accessories { aspect-ratio: 4 / 4.6; grid-column: auto; margin-top: 0; }
  .pg-club-copy { padding: 34px 24px 96px; }
  .pg-club-copy h2 { font-size: 50px; }
  .pg-club-media { min-height: 280px; }
  .pg-club-media img { object-position: center; }
  .yg-playground .yg-product-gallery { gap: 8px; }
  .yg-playground .yg-product-gallery figure { flex-basis: 100%; }
  .yg-playground .yg-product-gallery figure { border-radius: 16px; }
  .pg-gallery-zoom { font-size: 9px; left: 10px; padding: 7px 10px; top: 10px; }
  .yg-playground .yg-product-summary { border-radius: 22px; padding: 24px 18px; }
  .yg-playground .yg-size-guide-body { padding: 24px 18px 48px; }
  .yg-playground .yg-size-guide-body h2 { font-size: 38px; }
  .yg-playground .yg-size-table-wrap { overflow-x: auto; }
  .yg-playground .yg-size-table { min-width: 520px; }
  .pg-product-stickers { right: 12px; }
  .pg-cart-header h1 { font-size: 44px; }
  .pg-cart-header > img { width: 54px; }
  .pg-shipping-progress { grid-template-columns: auto 1fr; }
  .pg-shipping-progress i { grid-column: 1 / -1; }
  .yg-playground .yg-cart-line { align-items: start; grid-template-columns: 92px 1fr; }
  .yg-playground .yg-cart-line img { height: 116px; width: 92px; }
  .yg-playground .pg-cart-quantity { grid-column: 2; }
  .yg-playground .pg-cart-price { align-items: center; flex-direction: row; grid-column: 2; justify-content: space-between; }
  .pg-gift-note { grid-template-columns: auto 1fr; }
  .pg-gift-note textarea { grid-column: 1 / -1; }
  .yg-playground .yg-cart-summary { padding: 24px 18px; }
  .yg-playground .yg-newsletter h2 { font-size: 20px; }
  .pg-footer-stickers { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .yg-playground .yg-product-card:hover,
  .yg-playground .yg-button:hover { transform: none; }
}

/* Playground Labs: interactive commerce modules */
.yg-playground { overflow-x: hidden; }
.pg-module-heading { align-items: flex-end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 28px; }
.pg-module-heading > div { max-width: 720px; }
.pg-module-heading h2 { font-family: var(--pg-font-display); font-size: clamp(44px, 5vw, 78px); letter-spacing: -.04em; line-height: .88; margin: 4px 0 14px; }
.pg-module-heading p:last-child { line-height: 1.55; margin: 0; max-width: 600px; }
.pg-module-heading > img { flex: 0 0 auto; transform: rotate(8deg); }

.pg-mood-match { background: linear-gradient(135deg, #fff9d9, #fff 42% 58%, #ffe8f0); border: 2px solid var(--pg-ink); border-radius: 34px; box-shadow: 8px 9px 0 var(--pg-pink); padding: clamp(24px, 4vw, 54px); }
.pg-mood-controls { align-items: end; display: grid; gap: 18px; grid-template-columns: 1fr 1.25fr auto; margin-bottom: 18px; }
.pg-mood-controls fieldset { border: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; min-width: 0; padding: 0; }
.pg-mood-controls legend { font-size: 10px; font-weight: 900; margin-bottom: 8px; width: 100%; }
.pg-mood-controls button { background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 999px; cursor: pointer; font: 800 10px/1 var(--pg-font-body); min-height: 38px; padding: 10px 14px; }
.pg-mood-controls [aria-pressed="true"] { background: var(--pg-ink); color: #fff; transform: rotate(-2deg); }
.pg-mood-controls .pg-surprise-button { background: var(--pg-sky); color: var(--pg-ink); min-width: 170px; }
.pg-mood-result-copy { color: #568426; font-size: 11px; font-weight: 800; margin: 0 0 18px; }
.pg-mood-card { display: contents; }
.pg-mood-card[hidden] { display: none !important; }
.pg-mood-results { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.pg-shop-scene .yg-section-head > span { background: var(--pg-butter); border: 1.5px solid var(--pg-ink); border-radius: 999px; font-size: 10px; font-weight: 900; padding: 9px 13px; transform: rotate(2deg); }
.pg-shop-scene .yg-section-head h2 { margin-top: 3px; }
.pg-scene-stage { border: 2px solid var(--pg-ink); border-radius: 34px; box-shadow: 8px 9px 0 var(--pg-lime); min-height: 580px; overflow: hidden; position: relative; }
.pg-scene-stage > img { height: 100%; inset: 0; object-fit: cover; object-position: center 42%; position: absolute; width: 100%; }
.pg-scene-hotspot { align-items: center; background: var(--pg-pink); border: 2px solid var(--pg-ink); border-radius: 50%; box-shadow: 3px 4px 0 #fff; cursor: pointer; display: flex; height: 52px; justify-content: center; padding: 0; position: absolute; transition: transform .18s ease; width: 52px; z-index: 3; }
.pg-scene-hotspot:hover, .pg-scene-hotspot[aria-expanded="true"] { transform: rotate(9deg) scale(1.08); }
.pg-scene-hotspot span { font-size: 26px; line-height: 1; }
.pg-scene-hotspot b { background: var(--pg-butter); border: 1px solid var(--pg-ink); border-radius: 50%; font-size: 8px; height: 18px; line-height: 17px; position: absolute; right: -5px; top: -4px; width: 18px; }
.pg-scene-hotspot--1 { left: 22%; top: 34%; }
.pg-scene-hotspot--2 { left: 55%; top: 58%; }
.pg-scene-hotspot--3 { right: 14%; top: 25%; }
.pg-scene-popover { align-items: center; background: #fff; border: 2px solid var(--pg-ink); border-radius: 20px; box-shadow: 6px 7px 0 var(--pg-butter); display: none; gap: 12px; max-width: 330px; padding: 12px; position: absolute; width: calc(100% - 28px); z-index: 4; }
.pg-scene-popover.is-open { display: flex; }
.pg-scene-popover--1 { left: 26%; top: 24%; }
.pg-scene-popover--2 { bottom: 10%; left: 42%; }
.pg-scene-popover--3 { right: 18%; top: 12%; }
.pg-scene-popover img { background: var(--pg-soft); border-radius: 12px; height: 116px; object-fit: contain; width: 94px; }
.pg-scene-popover div { display: grid; gap: 6px; min-width: 0; }
.pg-scene-popover small { color: #568426; font-size: 8px; font-weight: 900; }
.pg-scene-popover h3 { font-size: 13px; line-height: 1.15; margin: 0; }
.pg-scene-popover strong { color: var(--pg-red); font-size: 12px; }
.pg-scene-popover a, .pg-scene-popover button { background: var(--pg-ink); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-size: 9px; font-weight: 900; padding: 9px 12px; text-align: center; }

.yg-wishlist-link { position: relative; }
.yg-wishlist-count { background: var(--pg-lime); }
.pg-feature-drawer .yg-drawer-panel { background: var(--pg-cream); max-width: 560px; overflow-y: auto; width: min(92vw, 560px); }
.pg-feature-drawer .yg-drawer-head { align-items: center; background: #fff; border-bottom: 2px solid var(--pg-ink); min-height: 86px; padding: 18px 22px; }
.pg-feature-drawer .yg-drawer-head > div { display: grid; gap: 5px; }
.pg-feature-drawer .yg-drawer-head strong { font-family: var(--pg-font-display); font-size: 24px; letter-spacing: -.02em; }
.pg-feature-drawer .yg-kicker { margin: 0; }
.pg-board-tools { align-items: center; display: flex; gap: 8px; padding: 18px 22px 10px; }
.pg-board-tools > span { font-size: 9px; font-weight: 900; margin-right: auto; }
.pg-board-tools button { border: 1.5px solid var(--pg-ink); border-radius: 50%; cursor: pointer; height: 28px; padding: 0; width: 28px; }
.pg-board-tools button:nth-of-type(1) { background: var(--pg-butter); }
.pg-board-tools button:nth-of-type(2) { background: var(--pg-pink); }
.pg-board-tools button:nth-of-type(3) { background: var(--pg-sky); }
.pg-board-tools button:nth-of-type(4) { background: var(--pg-lime); }
.pg-board-tools button[aria-pressed="true"] { box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--pg-ink); }
.pg-board-list { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 16px 22px 28px; }
.pg-wishlist-board[data-board-theme="butter"] .yg-drawer-panel { background: #fff9d9; }
.pg-wishlist-board[data-board-theme="pink"] .yg-drawer-panel { background: #fff0f5; }
.pg-wishlist-board[data-board-theme="sky"] .yg-drawer-panel { background: #edf9ff; }
.pg-wishlist-board[data-board-theme="lime"] .yg-drawer-panel { background: #f3fbdf; }
.pg-board-card { background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 18px; box-shadow: 4px 5px 0 var(--pg-pink); min-width: 0; padding: 10px; position: relative; transform: rotate(var(--board-rotate)); }
.pg-board-card:nth-child(2n) { box-shadow-color: var(--pg-sky); }
.pg-board-card img { aspect-ratio: 1 / 1.08; background: #f8f8f5; border-radius: 12px; object-fit: contain; width: 100%; }
.pg-board-card a > div { display: grid; gap: 5px; padding: 10px 4px 34px; }
.pg-board-card strong { font-size: 11px; line-height: 1.2; }
.pg-board-card span { color: var(--pg-red); font-size: 10px; font-weight: 900; }
.pg-board-card-tools { bottom: 8px; display: flex; gap: 5px; position: absolute; right: 8px; }
.pg-board-card-tools button { background: var(--pg-butter); border: 1px solid var(--pg-ink); border-radius: 50%; cursor: pointer; height: 25px; line-height: 20px; padding: 0; width: 25px; }
.pg-board-card-tools button:disabled { opacity: .3; }
.pg-board-empty { align-items: center; display: flex; flex-direction: column; padding: 72px 28px; text-align: center; }
.pg-board-empty strong { font-family: var(--pg-font-display); font-size: 28px; margin-top: 16px; }
.pg-board-empty p { font-size: 12px; line-height: 1.5; max-width: 300px; }
.pg-board-actions { background: #fff; border-top: 1.5px solid var(--pg-ink); bottom: 0; display: grid; gap: 10px; grid-template-columns: 1fr 1fr; padding: 16px 22px; position: sticky; }

.pg-cart-drawer-progress { background: var(--pg-lime); border-bottom: 1.5px solid var(--pg-ink); display: grid; gap: 9px; padding: 14px 22px; }
.pg-cart-drawer-progress span { font-size: 10px; font-weight: 900; }
.pg-cart-drawer-progress i { background: #fff; border: 1px solid var(--pg-ink); border-radius: 999px; display: block; height: 9px; overflow: hidden; }
.pg-cart-drawer-progress b { background: var(--pg-pink); display: block; height: 100%; transition: width .3s ease; width: 0; }
.pg-cart-drawer-items { display: grid; gap: 12px; padding: 18px 22px; }
.pg-cart-drawer-line { align-items: center; background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 17px; display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr) auto; padding: 9px; }
.pg-cart-drawer-line > a { align-items: center; display: grid; gap: 12px; grid-template-columns: 74px minmax(0, 1fr); }
.pg-cart-drawer-line img { background: #fff7c9; border-radius: 10px; height: 88px; object-fit: contain; width: 74px; }
.pg-cart-drawer-line a > div { display: grid; gap: 5px; }
.pg-cart-drawer-line strong { font-size: 11px; }
.pg-cart-drawer-line small { color: #716d62; font-size: 9px; }
.pg-cart-drawer-line span { color: var(--pg-red); font-size: 10px; font-weight: 900; }
.pg-cart-drawer-line > button { background: var(--pg-pink); border: 1px solid var(--pg-ink); border-radius: 50%; cursor: pointer; height: 28px; padding: 0; width: 28px; }
.pg-cart-drawer-footer { background: #fff; border-top: 2px solid var(--pg-ink); bottom: 0; display: grid; gap: 11px; padding: 18px 22px; position: sticky; }
.pg-cart-drawer-footer[hidden] { display: none; }
.pg-cart-drawer-footer > div { align-items: center; display: flex; justify-content: space-between; }
.pg-cart-drawer-footer > div strong { color: var(--pg-red); font-size: 20px; }
.pg-cart-drawer-footer .yg-text-link { justify-self: center; }

.pg-fit-tools { display: grid; grid-template-columns: 1fr; }
.pg-fit-tools .yg-size-guide-trigger {
  display: grid;
  gap: 8px;
  grid-template-columns: auto auto minmax(0, 1fr);
  margin-top: 0;
  min-height: 50px;
  padding: 12px 0;
}
.pg-fit-tools .yg-size-guide-trigger:first-child { margin-top: 18px; }
.pg-fit-tools .yg-size-guide-trigger strong {
  justify-self: end;
  margin-left: 0;
  text-align: right;
  white-space: nowrap;
}
.pg-fit-tools .yg-size-guide-trigger + .yg-size-guide-trigger {
  background: linear-gradient(90deg, transparent, rgb(255 143 181 / .11));
  border-left: 0;
  border-top: 1px solid rgb(17 17 17 / .15);
}
.pg-fit-passport-trigger strong { color: var(--pg-red); }
.pg-fit-passport .yg-drawer-panel { max-width: 620px; }
.pg-fit-form { display: grid; gap: 18px; padding: 28px; }
.pg-fit-form > p { font-size: 13px; line-height: 1.55; margin: 0; }
.pg-fit-fields { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.pg-fit-form label, .pg-fit-form legend { font-size: 9px; font-weight: 900; }
.pg-fit-form input[type="number"] { background: #fff; border: 1.5px solid var(--pg-ink); font-size: 16px; margin-top: 7px; min-height: 48px; padding: 11px; width: 100%; }
.pg-fit-form fieldset { background: #fff7c9; border: 1.5px solid var(--pg-ink); border-radius: 18px; display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 16px; }
.pg-fit-form fieldset legend { background: var(--pg-pink); border: 1px solid var(--pg-ink); border-radius: 999px; padding: 5px 9px; }
.pg-fit-form fieldset label { align-items: center; display: flex; gap: 5px; }
.pg-fit-result { align-items: center; background: var(--pg-sky); border: 2px solid var(--pg-ink); border-radius: 24px; box-shadow: 6px 7px 0 var(--pg-pink); display: grid; gap: 9px; grid-template-columns: auto 1fr; padding: 20px; }
.pg-fit-result[hidden] { display: none; }
.pg-fit-result > span { font-size: 9px; font-weight: 900; }
.pg-fit-result > strong { font-family: var(--pg-font-display); font-size: 56px; grid-row: span 2; }
.pg-fit-result p { font-size: 11px; line-height: 1.5; margin: 0; }
.pg-fit-result .yg-button { grid-column: 1 / -1; }
.pg-fit-form > small { color: #6b6656; font-size: 9px; line-height: 1.5; }

.pg-complete-mood { background: #fff; border: 2px solid var(--pg-ink); border-radius: 32px; box-shadow: 8px 9px 0 var(--pg-butter); padding: clamp(24px, 4vw, 48px); }
.pg-bundle-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pg-bundle-card { background: var(--pg-soft); border: 1.5px solid var(--pg-ink); border-radius: 22px; overflow: hidden; position: relative; }
.pg-bundle-card:nth-child(2) { background: #ffe7f0; }
.pg-bundle-card:nth-child(3) { background: #e5f5ff; }
.pg-bundle-card > label { left: 12px; position: absolute; top: 12px; z-index: 2; }
.pg-bundle-card > label input { accent-color: var(--pg-pink); height: 24px; width: 24px; }
.pg-bundle-card > a { display: block; }
.pg-bundle-card img { aspect-ratio: 1 / 1.05; object-fit: contain; width: 100%; }
.pg-bundle-card > div { background: #fff; border-top: 1.5px solid var(--pg-ink); display: grid; gap: 9px; padding: 16px; }
.pg-bundle-card h3 { font-size: 12px; line-height: 1.2; margin: 0; }
.pg-bundle-card strong { color: var(--pg-red); font-size: 12px; }
.pg-bundle-card label span { display: block; font-size: 8px; font-weight: 900; margin-bottom: 6px; }
.pg-bundle-card select { background: #fff; border: 1px solid var(--pg-ink); font-size: 9px; min-height: 38px; padding: 8px; width: 100%; }
.pg-bundle-action { align-items: center; display: flex; justify-content: flex-end; margin-top: 18px; }
.pg-bundle-action p { font-size: 11px; font-weight: 900; margin-right: 16px; }

.pg-recently-viewed .yg-section-head > span { color: #568426; font-size: 10px; font-weight: 900; }
.pg-recently-viewed .yg-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pg-recent-card { background: #fff; border: 1.5px solid var(--pg-ink); border-radius: 22px; box-shadow: 5px 6px 0 var(--pg-butter); overflow: hidden; }
.pg-recent-card--2 { box-shadow-color: var(--pg-pink); }
.pg-recent-card--3 { box-shadow-color: var(--pg-sky); }
.pg-recent-card--4 { box-shadow-color: var(--pg-lime); }
.pg-recent-card img { aspect-ratio: 1 / 1.08; background: #f8f8f5; object-fit: contain; width: 100%; }
.pg-recent-card h3 { font-size: 12px; line-height: 1.2; margin: 0; padding: 15px 14px 8px; }
.pg-recent-card strong { color: var(--pg-red); display: block; font-size: 11px; padding: 0 14px 16px; }

.pg-sticky-buy { display: none; }

/* Defer layout and paint work for homepage modules that start below the fold. */
@supports (content-visibility: auto) {
  .yg-template-index .yg-main > section:not(.yg-hero) {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

@media (max-width: 1100px) {
  .pg-mood-controls { grid-template-columns: 1fr 1fr; }
  .pg-mood-controls .pg-surprise-button { grid-column: 1 / -1; justify-self: start; }
  .pg-mood-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .pg-module-heading { align-items: flex-start; }
  .pg-module-heading > img { width: 66px; }
  .pg-mood-match { border-radius: 24px; box-shadow: 5px 6px 0 var(--pg-pink); }
  .pg-mood-controls { grid-template-columns: 1fr; }
  .pg-mood-controls .pg-surprise-button { grid-column: auto; }
  .pg-scene-stage { border-radius: 24px; min-height: 520px; }
  .pg-scene-popover--1 { left: 8%; top: 12%; }
  .pg-scene-popover--2 { bottom: 8%; left: 10%; }
  .pg-scene-popover--3 { right: 5%; top: 12%; }
  .pg-bundle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-recently-viewed .yg-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-sticky-buy { align-items: center; background: #fff; border-top: 2px solid var(--pg-ink); bottom: 0; box-shadow: 0 -8px 24px rgb(17 17 17 / .08); display: flex; gap: 10px; justify-content: space-between; left: 0; padding: 9px max(14px, env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 90; }
  .pg-sticky-buy > div { align-items: center; display: flex; gap: 9px; min-width: 0; }
  .pg-sticky-buy img { background: var(--pg-butter); border: 1px solid var(--pg-ink); border-radius: 10px; height: 52px; object-fit: contain; width: 46px; }
  .pg-sticky-buy span { display: grid; gap: 3px; min-width: 0; }
  .pg-sticky-buy span strong { font-size: 9px; max-width: 32vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .pg-sticky-buy span b { color: var(--pg-red); font-size: 10px; }
  .pg-sticky-buy .yg-button { flex: 0 0 auto; min-height: 42px; padding: 10px 17px; }
  .yg-template-product { padding-bottom: 78px; }
}

@media (max-width: 560px) {
  .pg-module-heading h2 { font-size: 42px; }
  .pg-module-heading > img { display: none; }
  .pg-mood-match { margin-inline: 14px; padding: 22px 16px; }
  .pg-mood-results { grid-template-columns: 1fr; }
  .pg-mood-controls button { padding-inline: 11px; }
  .pg-shop-scene .yg-section-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .pg-scene-stage { min-height: 440px; }
  .pg-scene-stage > img { object-position: 58% center; }
  .pg-scene-hotspot--1 { left: 16%; top: 38%; }
  .pg-scene-hotspot--2 { left: 50%; top: 62%; }
  .pg-scene-hotspot--3 { right: 10%; top: 26%; }
  .pg-scene-popover { left: 14px; max-width: none; right: 14px; top: 14px; width: auto; }
  .pg-scene-popover--2, .pg-scene-popover--3 { bottom: auto; }
  .pg-board-list { grid-template-columns: 1fr; }
  .pg-board-actions { grid-template-columns: 1fr; }
  .pg-fit-fields { grid-template-columns: 1fr; }
  .pg-fit-tools { grid-template-columns: 1fr; }
  .pg-fit-tools .yg-size-guide-trigger + .yg-size-guide-trigger { border-left: 0; }
  .pg-bundle-grid { grid-template-columns: 1fr; }
  .pg-bundle-action { align-items: stretch; flex-direction: column; }
  .pg-bundle-action p { margin-right: 0; }
  .pg-recently-viewed .yg-product-grid { grid-template-columns: 1fr 1fr; }
  .pg-feature-drawer .yg-drawer-panel { width: 94vw; }
}

@media (prefers-reduced-motion: reduce) {
  .pg-scene-hotspot, .pg-board-card, .pg-cart-drawer-progress b { transition: none; }
}