/* variables */
:root {
  --color-ink: #25131f;
  --color-muted: #735765;
  --color-prune: #1f0d19;
  --color-paper: #fff8ef;
  --color-cream: #fff0df;
  --color-powder: #ffe4ec;
  --color-blush: #f6adc0;
  --color-rose: #df3d7a;
  --color-cta: #df3d7a;
  --color-rose-deep: #ad255b;
  --color-coral: #ee7351;
  --color-gold: #c8a260;
  --color-border: rgba(61, 24, 43, 0.16);
  --shadow-soft: 0 28px 80px rgba(67, 24, 43, 0.17);
  --shadow-card: 0 18px 48px rgba(67, 24, 43, 0.14);
  --radius: 8px;
  --radius-small: 5px;
  --container: 1180px;
  --header-height: 78px;
  --section-space: 92px;
  --font-title: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* reset/base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.chaos-site {
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.96), rgba(255, 226, 235, 0.86)),
    radial-gradient(circle at 12% 8%, rgba(238, 115, 81, 0.22), transparent 32vw);
}

body.nav-open,
body.age-lock {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: var(--font-title);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

h1 {
  max-width: 900px;
  font-size: 9rem;
}

h2 {
  font-size: 6.6rem;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.25;
}

::selection {
  background: var(--color-rose);
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* layout */
.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--color-rose-deep);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  margin-bottom: 14px;
  font-family: var(--font-title);
  font-size: 2.6rem;
  line-height: 1;
}

.product-tag {
  color: var(--color-coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* buttons */
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
.cart-button:focus-visible,
.menu-toggle:focus-visible,
.quantity-control button:focus-visible {
  outline: 3px solid rgba(223, 61, 122, 0.28);
  outline-offset: 2px;
}

.button--primary {
  background: var(--color-rose);
  color: #fff;
  box-shadow: 0 14px 34px rgba(223, 61, 122, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--color-rose-deep);
}

.button--glass {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 248, 239, 0.82);
  color: var(--color-ink);
  backdrop-filter: blur(12px);
}

.button--outline,
.button--ghost {
  border-color: var(--color-border);
  background: transparent;
  color: var(--color-ink);
}

.button--outline:hover,
.button--ghost:hover {
  border-color: var(--color-rose);
  color: var(--color-rose-deep);
}

.button.is-added {
  background: var(--color-prune);
  color: #fff;
}

/* header */
.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0;
  color: var(--color-paper);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, padding 180ms ease;
}

.site-header--solid,
.site-header.is-scrolled,
.site-header.nav-is-open {
  background: rgba(255, 248, 239, 0.94);
  box-shadow: 0 14px 40px rgba(50, 19, 37, 0.08);
  color: var(--color-ink);
  backdrop-filter: blur(18px);
}

.header-bar {
  display: grid;
  min-height: 52px;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.site-logo {
  font-family: var(--font-title);
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
}

.site-logo span {
  color: var(--color-coral);
}

.site-logo--image {
  display: inline-flex;
  width: clamp(118px, 12vw, 178px);
  align-items: center;
}

.site-logo--image img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(31, 13, 25, 0.18));
}

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
}

.buy-link {
  color: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cart-button,
.menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: currentColor;
  backdrop-filter: blur(12px);
}

.site-header--solid .cart-button,
.site-header--solid .menu-toggle,
.site-header.is-scrolled .cart-button,
.site-header.is-scrolled .menu-toggle,
.site-header.nav-is-open .cart-button,
.site-header.nav-is-open .menu-toggle {
  border-color: var(--color-border);
  background: rgba(255, 255, 255, 0.74);
}

.cart-button {
  position: relative;
}

.cart-button svg {
  width: 21px;
  height: 21px;
}

.cart-count {
  position: absolute;
  right: -4px;
  bottom: -5px;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--color-rose);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle__line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* hero */
.hero-video {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: end;
  overflow: hidden;
  padding: 138px 0 76px;
  background: var(--color-prune);
  color: var(--color-paper);
  isolation: isolate;
}

.hero-video__backdrop,
.hero-video__media,
.hero-video__fallback,
.hero-video__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video__backdrop {
  z-index: -5;
  object-fit: contain;
  filter: saturate(1.05);
  opacity: 0.34;
  transform: none;
}

.hero-video__media,
.hero-video__fallback {
  z-index: -3;
  object-fit: contain;
  object-position: center;
  transform: translateZ(0);
  will-change: transform;
}

.hero-video__media.is-unavailable {
  opacity: 0;
}

.hero-video__fallback {
  z-index: -4;
  padding: 4vh 0;
}

.hero-video__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(31, 13, 25, 0.78), rgba(31, 13, 25, 0.38) 48%, rgba(31, 13, 25, 0.38)),
    linear-gradient(0deg, rgba(31, 13, 25, 0.66), rgba(31, 13, 25, 0.08) 52%, rgba(31, 13, 25, 0.42));
}

.hero-video__content {
  position: relative;
  max-width: 850px;
}

.hero-video .eyebrow {
  color: var(--color-blush);
}

.hero-video__lead {
  max-width: 620px;
  margin: 24px 0 34px;
  color: rgba(255, 248, 239, 0.9);
  font-size: 1.35rem;
}

.hero-video--chaos {
  align-items: end;
  min-height: 100svh;
  padding: 136px 0 64px;
  background: #ef6548;
}

.hero-video--chaos::before,
.hero-video--chaos::after {
  content: none;
}

.hero-video--chaos .hero-video__backdrop {
  object-fit: cover;
  filter: saturate(1.1) contrast(1.02);
  opacity: 0.16;
}

.hero-video--chaos .hero-video__media,
.hero-video--chaos .hero-video__fallback {
  object-fit: contain;
  object-position: center top;
  padding: 0;
  background: #ef6548;
  filter: saturate(1.06) contrast(1.02);
}

.hero-video--chaos .hero-video__overlay {
  background:
    linear-gradient(90deg, rgba(31, 13, 25, 0.58), rgba(31, 13, 25, 0.12) 48%, rgba(31, 13, 25, 0.08)),
    linear-gradient(0deg, rgba(31, 13, 25, 0.56), rgba(31, 13, 25, 0.02) 56%, rgba(31, 13, 25, 0.18));
}

.hero-video--chaos .hero-video__content {
  z-index: 2;
  max-width: 470px;
  border-left: 4px solid rgba(255, 248, 239, 0.64);
  padding: 16px 0 16px 20px;
  background: linear-gradient(90deg, rgba(31, 13, 25, 0.34), transparent);
}

.hero-video--chaos h1 {
  max-width: 450px;
  font-size: clamp(2.9rem, 5.6vw, 4.8rem);
  text-shadow: 0 12px 36px rgba(31, 13, 25, 0.34);
}

.hero-video--chaos .hero-video__lead {
  max-width: 430px;
  margin: 16px 0 24px;
  font-size: 1.06rem;
}

.hero-video--chaos .button--primary {
  background: #ff2f86;
  box-shadow: 0 16px 42px rgba(255, 47, 134, 0.38);
}

.hero-chaos {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.hero-chaos__poster {
  position: absolute;
  border: 6px solid rgba(255, 248, 239, 0.92);
  background: var(--color-paper);
  box-shadow: 0 18px 46px rgba(31, 13, 25, 0.26);
  object-fit: contain;
  opacity: 0.95;
  animation: chaos-float 8s ease-in-out infinite;
}

.hero-chaos__poster--logo {
  top: 14%;
  right: 6%;
  width: min(290px, 24vw);
  transform: rotate(9deg);
}

.hero-chaos__poster--banner {
  right: -4%;
  bottom: 8%;
  width: min(620px, 45vw);
  transform: rotate(-6deg);
  animation-delay: -1.2s;
}

.hero-chaos__poster--rebellion {
  top: 48%;
  left: -7%;
  width: min(410px, 28vw);
  transform: rotate(-10deg);
  animation-delay: -2.5s;
}

.hero-chaos__poster--bottle {
  right: 22%;
  bottom: -5%;
  width: min(260px, 16vw);
  border: 0;
  background: transparent;
  filter: drop-shadow(0 22px 28px rgba(31, 13, 25, 0.32));
  transform: rotate(7deg);
  animation-delay: -3.6s;
}

.hero-chaos__word {
  position: absolute;
  color: rgba(255, 248, 239, 0.86);
  font-family: var(--font-title);
  line-height: 0.8;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(31, 13, 25, 0.26);
  animation: chaos-pulse 4.5s ease-in-out infinite;
}

.hero-chaos__word--one {
  top: 18%;
  left: 4%;
  color: #ff83af;
  font-size: clamp(4rem, 11vw, 12rem);
  transform: rotate(-8deg);
}

.hero-chaos__word--two {
  right: 12%;
  bottom: 29%;
  color: rgba(255, 248, 239, 0.24);
  font-size: clamp(4rem, 10vw, 11rem);
  transform: rotate(8deg);
  animation-delay: -1.4s;
}

.hero-chaos__word--three {
  left: 48%;
  bottom: 10%;
  color: rgba(255, 47, 134, 0.8);
  font-size: clamp(4rem, 12vw, 13rem);
  transform: rotate(-14deg);
  animation-delay: -2.1s;
}

.scroll-cue {
  position: absolute;
  right: 52px;
  bottom: 34px;
  display: grid;
  gap: 10px;
  justify-items: center;
  color: rgba(255, 248, 239, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scroll-cue::after {
  display: block;
  width: 1px;
  height: 56px;
  background: currentColor;
  content: "";
}

/* chaos wall */
.chaos-wall {
  position: relative;
  overflow: hidden;
  padding: 0 0 86px;
  background:
    linear-gradient(90deg, #f06a4b 0 42%, #ffe9df 42% 100%),
    var(--color-cream);
  color: var(--color-ink);
}

.chaos-wall::before,
.chaos-wall::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.chaos-wall::before {
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(31, 13, 25, 0.04) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(255, 248, 239, 0.12) 0 2px, transparent 2px 40px);
  mix-blend-mode: multiply;
}

.chaos-wall::after {
  right: -10vw;
  bottom: 3vw;
  width: 58vw;
  height: 18vw;
  background: url("../media/new-pink-hit-banner.png") center / contain no-repeat;
  opacity: 0.24;
  transform: rotate(-3deg);
}

.chaos-marquee {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(31, 13, 25, 0.2);
  background: #ff2f86;
  color: #fff8ef;
  font-family: var(--font-title);
  font-size: clamp(2rem, 4.6vw, 5rem);
  line-height: 0.95;
  text-transform: uppercase;
  white-space: nowrap;
}

.chaos-marquee span {
  min-width: max-content;
  padding: 16px 22px 18px;
  animation: chaos-marquee 28s linear infinite;
}

.chaos-wall__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 660px;
  grid-template-columns: minmax(420px, 0.96fr) minmax(360px, 0.88fr);
  gap: 56px;
  align-items: center;
  padding-top: 64px;
}

.chaos-wall__copy {
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: 780px;
  border: 5px solid rgba(255, 248, 239, 0.9);
  background: rgba(255, 239, 220, 0.94);
  box-shadow: 0 20px 54px rgba(31, 13, 25, 0.18);
  padding: clamp(32px, 4.8vw, 60px);
  transform: rotate(-0.6deg);
}

.chaos-wall__copy h2 {
  max-width: 720px;
  font-size: clamp(3rem, 4.6vw, 5.1rem);
}

.chaos-wall__copy p:not(.eyebrow) {
  color: #371421;
  max-width: 660px;
  font-size: 1.12rem;
  font-weight: 750;
  line-height: 1.68;
}

.chaos-wall__signature {
  color: var(--color-rose) !important;
  font-family: var(--font-title);
  font-size: clamp(2rem, 3.8vw, 4.2rem) !important;
  line-height: 0.98;
}

.chaos-stack {
  position: relative;
  min-height: 610px;
}

.chaos-stack__item {
  position: absolute;
  overflow: hidden;
  border: 6px solid rgba(255, 248, 239, 0.94);
  background: var(--color-paper);
  box-shadow: 0 24px 62px rgba(31, 13, 25, 0.22);
}

.chaos-stack__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff1e4;
}

.chaos-stack__item--main {
  top: 0;
  right: 8%;
  z-index: 2;
  width: min(470px, 72%);
  aspect-ratio: 0.77;
  transform: rotate(1.2deg);
}

.chaos-stack__item--banner {
  right: 0;
  bottom: 8%;
  z-index: 4;
  width: min(620px, 88%);
  aspect-ratio: 3.8;
  transform: rotate(-2.4deg);
}

.chaos-stack__item--type {
  top: 22%;
  left: 0;
  z-index: 3;
  width: min(370px, 52%);
  aspect-ratio: 1;
  transform: rotate(-3deg);
}

.chaos-stack__item--logo {
  top: 8%;
  left: 28%;
  z-index: 5;
  width: min(240px, 34%);
  aspect-ratio: 2.33;
  transform: rotate(4deg);
}

/* early hit ribbon */
.hit-ribbon {
  position: relative;
  overflow: hidden;
  padding: 34px 0 40px;
  background:
    linear-gradient(90deg, #f05f41 0 32%, #ffb9cb 32% 68%, #ff2f86 68%),
    var(--color-powder);
  color: var(--color-paper);
}

.hit-ribbon::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(31, 13, 25, 0.12) 0 2px, transparent 2px 26px),
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), transparent 55%);
  content: "";
  pointer-events: none;
}

.hit-ribbon__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(140px, 0.22fr) minmax(0, 1fr) minmax(160px, 0.26fr);
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
}

.hit-ribbon figure {
  margin: 0;
}

.hit-ribbon__banner,
.hit-ribbon__shoe,
.hit-ribbon__poster {
  overflow: hidden;
  background: transparent;
  box-shadow: 0 18px 42px rgba(31, 13, 25, 0.18);
}

.hit-ribbon__banner {
  position: relative;
  z-index: 2;
  width: 100%;
  transform: rotate(-0.5deg);
}

.hit-ribbon__banner img,
.hit-ribbon__shoe img,
.hit-ribbon__poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hit-ribbon__side {
  display: grid;
  gap: 14px;
  align-items: center;
}

.hit-ribbon__side--left {
  justify-items: start;
}

.hit-ribbon__side--right {
  justify-items: end;
}

.hit-ribbon__side span {
  display: inline-block;
  color: #fff8ef;
  font-family: var(--font-title);
  font-size: clamp(2.4rem, 5vw, 5.8rem);
  line-height: 0.82;
  text-shadow: 0 10px 24px rgba(31, 13, 25, 0.18);
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.hit-ribbon__shoe {
  width: min(300px, 100%);
  aspect-ratio: 1.7;
  clip-path: polygon(4% 0, 100% 8%, 96% 100%, 0 91%);
  transform: rotate(3deg);
}

.hit-ribbon__poster {
  width: min(190px, 100%);
  aspect-ratio: 0.82;
  clip-path: polygon(0 8%, 94% 0, 100% 92%, 8% 100%);
  opacity: 0.92;
  transform: rotate(-3deg);
}

.hit-ribbon__cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 248, 239, 0.8);
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.92);
  color: var(--color-rose-deep);
  padding: 11px 18px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(31, 13, 25, 0.18);
  transform: rotate(-1deg);
}

/* pdf excerpts */
.pdf-extracts {
  position: relative;
  overflow: hidden;
  padding: 68px 0 86px;
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.92), rgba(255, 226, 235, 0.76)),
    radial-gradient(circle at 85% 12%, rgba(223, 61, 122, 0.18), transparent 34vw);
}

.pdf-extracts::before {
  position: absolute;
  top: 34px;
  right: -6vw;
  color: rgba(173, 37, 91, 0.08);
  content: "PINK";
  font-family: var(--font-title);
  font-size: clamp(8rem, 18vw, 20rem);
  line-height: 0.8;
  pointer-events: none;
}

.pdf-extracts__header {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 860px;
  gap: 14px;
  margin-bottom: 32px;
}

.pdf-extracts__header h2 {
  font-size: clamp(3.2rem, 6vw, 6.2rem);
}

.pdf-extracts__header p:not(.eyebrow) {
  max-width: 720px;
  color: var(--color-muted);
  font-weight: 800;
}

.pdf-extracts__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  align-items: start;
}

.pdf-extract {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 18px 42px rgba(67, 24, 43, 0.11);
  clip-path: polygon(2% 0, 100% 3%, 98% 100%, 0 96%);
  transform: rotate(var(--pdf-tilt, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pdf-extract:hover {
  box-shadow: var(--shadow-card);
  transform: rotate(var(--pdf-tilt, 0deg)) translateY(-4px);
}

.pdf-extract:nth-child(2) {
  --pdf-tilt: -0.8deg;
}

.pdf-extract:nth-child(3) {
  --pdf-tilt: 0.9deg;
}

.pdf-extract:nth-child(5) {
  --pdf-tilt: -0.6deg;
}

.pdf-extract--wide {
  grid-column: span 8;
}

.pdf-extract--dark {
  clip-path: polygon(0 4%, 97% 0, 100% 96%, 3% 100%);
}

.pdf-extract img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

/* manifesto */
.manifesto {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 240, 223, 0.92), rgba(255, 228, 236, 0.76)),
    repeating-linear-gradient(-8deg, rgba(223, 61, 122, 0.13) 0 2px, transparent 2px 36px);
}

.manifesto::before {
  position: absolute;
  right: -40px;
  bottom: 36px;
  color: rgba(173, 37, 91, 0.08);
  content: "Oh là là";
  font-family: var(--font-title);
  font-size: 15rem;
  line-height: 1;
  pointer-events: none;
}

.manifesto__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.74fr);
  gap: 82px;
  align-items: center;
}

.manifesto__copy {
  position: relative;
  z-index: 1;
  border-left: 10px solid #ff2f86;
  padding-left: clamp(18px, 3vw, 36px);
}

.manifesto__copy h2 {
  max-width: 880px;
}

.manifesto__copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 20px;
  color: #4d2739;
  font-size: 1.12rem;
}

.manifesto__lead {
  color: var(--color-rose-deep) !important;
  font-family: var(--font-title);
  font-size: 2.6rem !important;
  line-height: 1.05;
}

.manifesto__visual {
  position: relative;
  min-height: 620px;
}

.poster-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255, 248, 239, 0.92);
  border-radius: var(--radius-small);
  background: var(--color-paper);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease;
}

.poster-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--color-paper);
}

.poster-card figcaption,
.moodboard__item figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.9);
  color: var(--color-prune);
  padding: 8px 12px;
  font-size: 0.74rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.poster-card--large {
  top: 0;
  right: 0;
  width: 86%;
  aspect-ratio: 0.92;
  transform: rotate(3deg);
}

.poster-card--small {
  bottom: 0;
  left: 0;
  width: 68%;
  aspect-ratio: 1.1;
  transform: rotate(-4deg);
}

.poster-card--stamp {
  top: 42%;
  right: -5%;
  z-index: 2;
  width: 48%;
  aspect-ratio: 2.33;
  transform: rotate(11deg);
}

.poster-card--large:hover {
  transform: rotate(1deg) translateY(-4px);
}

.poster-card--small:hover {
  transform: rotate(-7deg) translateY(-4px);
}

.poster-card--stamp:hover {
  transform: rotate(7deg) translateY(-4px);
}

/* brand world */
.brand-world {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 217, 210, 0.98), rgba(255, 234, 224, 0.86)),
    url("../media/new-rebellion-poster.png") left top / 40vw auto repeat-y;
}

.world-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 0.88fr);
  gap: 70px;
  align-items: center;
}

.world-story__image {
  overflow: hidden;
  border: 8px solid rgba(255, 248, 239, 0.9);
  border-radius: var(--radius-small);
  background: var(--color-paper);
  box-shadow: var(--shadow-card);
  transform: rotate(-1.4deg);
}

.world-story__image img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: contain;
  background: var(--color-paper);
}

.world-story__copy {
  display: grid;
  gap: 18px;
}

.world-story__copy h2 {
  font-size: 5rem;
}

.world-story__copy p {
  color: #552d3d;
  font-size: 1.05rem;
}

.world-story__final {
  color: var(--color-rose-deep) !important;
  font-weight: 900;
}

.winemaker {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
  margin-top: 84px;
  border-top: 1px solid rgba(61, 24, 43, 0.16);
  padding-top: 44px;
}

.winemaker figure {
  overflow: hidden;
  border: 8px solid rgba(255, 248, 239, 0.9);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-card);
}

.winemaker img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: contain;
  background: var(--color-paper);
}

.winemaker h3 {
  max-width: 780px;
  font-family: var(--font-title);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.winemaker p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 16px;
  color: #552d3d;
}

/* collection */
.collection {
  overflow: hidden;
  background: var(--color-cream);
}

.collection__grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.48fr) minmax(330px, 0.72fr) minmax(300px, 0.7fr);
  gap: 60px;
  align-items: center;
}

.collection__label h2 {
  font-size: 4.6rem;
  text-transform: uppercase;
}

.collection__label p:last-child {
  margin-top: 18px;
  color: var(--color-muted);
  font-weight: 800;
}

.collection__media {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
}

.collection__media::before {
  position: absolute;
  inset: auto 8% 7% 8%;
  height: 54%;
  background: linear-gradient(90deg, #f8b4ca 0 50%, #e92f78 50% 100%);
  content: "";
}

.collection__media img {
  position: relative;
  width: min(520px, 96%);
  max-height: 610px;
  object-fit: contain;
  filter: drop-shadow(0 34px 46px rgba(67, 24, 43, 0.18));
}

.collection__content {
  display: grid;
  gap: 18px;
  color: var(--color-rose-deep);
  font-weight: 800;
}

.collection__commerce {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: baseline;
  padding-top: 8px;
}

.price {
  color: var(--color-rose-deep);
  font-size: 1.6rem;
  font-weight: 900;
}

.collection__commerce span {
  color: var(--color-muted);
  font-weight: 900;
  text-transform: uppercase;
}

/* pink statement */
.pink-manifesto {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background: #f7b4cf;
  color: var(--color-rose);
}

.pink-manifesto::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 240, 223, 0.05), rgba(255, 240, 223, 0.7)),
    url("../media/new-pink-hit-banner.png") right center / contain no-repeat,
    url("../media/brand-logo-lips.jpg") left bottom / 36vw auto no-repeat;
  content: "";
  opacity: 0.82;
}

.pink-manifesto__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 72px;
  align-items: end;
}

.pink-manifesto h2 {
  color: var(--color-rose);
  font-family: var(--font-body);
  font-size: 5.8rem;
  font-weight: 300;
  line-height: 1.03;
  text-transform: uppercase;
}

.pink-manifesto__aside {
  display: grid;
  gap: 16px;
  color: var(--color-rose-deep);
  font-weight: 850;
}

.pink-manifesto__aside img {
  width: 100%;
  border: 8px solid rgba(255, 248, 239, 0.9);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-card);
}

/* moving strip and concise home shop */
.visual-strip {
  overflow: hidden;
  background:
    linear-gradient(90deg, #160b13, #ef5b39 48%, #ff2f86);
  padding: 24px 0;
  color: var(--color-paper);
}

.visual-strip__track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 0 18px;
  animation: strip-scroll 42s linear infinite;
}

.visual-strip:hover .visual-strip__track {
  animation-play-state: paused;
}

.visual-strip figure {
  display: grid;
  width: min(560px, 78vw);
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 8px solid rgba(255, 248, 239, 0.9);
  border-radius: var(--radius-small);
  background: var(--color-paper);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
  transform: rotate(var(--tilt, -1deg));
}

.visual-strip figure:nth-child(2n) {
  --tilt: 2.2deg;
}

.visual-strip figure:nth-child(3n) {
  --tilt: -3deg;
}

.visual-strip img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  background: #fff1e4;
}

.visual-strip figcaption {
  background: var(--color-paper);
  color: var(--color-prune);
  padding: 10px 14px;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.home-shop {
  background:
    linear-gradient(135deg, rgba(255, 240, 223, 0.96), rgba(255, 228, 236, 0.9)),
    url("../media/new-pink-hit-banner.png") right top / min(620px, 46vw) auto no-repeat;
  padding-top: 76px;
}

.home-shop__grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.46fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.home-shop__sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 248, 239, 0.92);
  box-shadow: var(--shadow-card);
  transform: none;
}

.home-shop__sidebar h2 {
  font-size: 4rem;
}

.home-shop__sidebar p:not(.eyebrow) {
  color: var(--color-muted);
  font-weight: 800;
}

.home-wine-list {
  display: grid;
  gap: 14px;
}

.home-wine {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 248, 239, 0.78);
  box-shadow: 0 14px 38px rgba(67, 24, 43, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
  transform: none;
}

.home-wine:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.home-wine img {
  width: 150px;
  height: 190px;
  object-fit: contain;
  border-radius: var(--radius-small);
  background: linear-gradient(160deg, #fff8ef, #ffe2eb);
}

.home-wine h3 {
  margin: 4px 0 8px;
  font-family: var(--font-title);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}

.home-wine p:not(.product-tag) {
  color: var(--color-muted);
}

.home-wine strong {
  display: inline-block;
  margin-top: 10px;
  color: var(--color-rose-deep);
}

@keyframes strip-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% + 50vw));
  }
}

@keyframes chaos-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes chaos-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -14px;
  }
}

@keyframes chaos-pulse {
  0%,
  100% {
    opacity: 0.78;
    scale: 1;
  }

  50% {
    opacity: 1;
    scale: 1.035;
  }
}

/* gallery */
.gallery-section {
  overflow: hidden;
  background: #ffe6ec;
}

.gallery-section__header {
  display: grid;
  gap: 8px;
  margin-bottom: 44px;
  text-align: center;
}

.gallery-section__header h2 {
  font-size: 5rem;
}

.moodboard {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.moodboard__item {
  position: relative;
  grid-column: span 3;
  min-height: 300px;
  overflow: hidden;
  border: 8px solid rgba(255, 248, 239, 0.9);
  border-radius: var(--radius-small);
  background: var(--color-paper);
  box-shadow: var(--shadow-card);
}

.moodboard__item--wide {
  grid-column: span 6;
}

.moodboard__item--portrait,
.moodboard__item--tall {
  grid-row: span 2;
  min-height: 520px;
}

.moodboard__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--color-paper);
  transition: transform 360ms ease;
}

.moodboard__item:hover img {
  transform: scale(1.035);
}

/* product detail */
.product-detail {
  overflow: hidden;
  background: #fff0df;
}

.product-detail::before {
  position: absolute;
  top: 4%;
  right: -160px;
  width: 650px;
  height: 650px;
  background: rgba(246, 173, 192, 0.32);
  clip-path: polygon(45% 0, 56% 18%, 78% 8%, 70% 34%, 98% 42%, 72% 54%, 86% 82%, 58% 70%, 44% 100%, 34% 70%, 4% 86%, 20% 56%, 0 38%, 28% 32%);
  content: "";
}

.product-detail__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.product-detail__media {
  position: sticky;
  top: 110px;
  display: grid;
  min-height: 600px;
  place-items: center;
}

.product-detail__media img {
  width: min(470px, 94%);
  filter: drop-shadow(0 34px 48px rgba(67, 24, 43, 0.16));
}

.product-detail__intro h2 {
  font-size: 4.2rem;
}

.accordion-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.detail-panel {
  border-top: 2px solid rgba(31, 13, 25, 0.18);
  padding: 20px 0;
  color: var(--color-ink);
}

.detail-panel h3 {
  margin-bottom: 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.detail-panel p + p {
  margin-top: 10px;
}

.grape-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grape-list li {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 248, 239, 0.62);
  color: var(--color-rose-deep);
  font-weight: 900;
}

/* cuvees */
.cuvees {
  background: #ffe6ec;
}

.cuvees__header {
  display: grid;
  gap: 8px;
  margin-bottom: 46px;
  text-align: center;
}

.cuvees__header h2 {
  font-size: 5rem;
}

.cuvee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cuvee-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 248, 239, 0.76);
  box-shadow: 0 14px 38px rgba(67, 24, 43, 0.08);
}

.cuvee-card img {
  width: 170px;
  height: 220px;
  object-fit: contain;
  border: 6px solid #fff;
  border-radius: var(--radius-small);
  background: #fff;
}

.cuvee-card h3,
.archive-product h3,
.purchase-panel h3,
.shop-prices h3 {
  font-family: var(--font-title);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 0.98;
}

.cuvee-card p:not(.product-tag) {
  margin: 10px 0;
  color: var(--color-muted);
}

.cuvee-card strong {
  color: var(--color-rose-deep);
}

.cuvee-card--future img {
  filter: saturate(0.82);
}

/* shop */
.shop-section {
  background:
    linear-gradient(180deg, #fff0df, #ffe2eb);
}

.shop-section__header {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin-bottom: 54px;
  text-align: center;
}

.shop-section__header h2 {
  font-size: 5.8rem;
  text-transform: uppercase;
}

.shop-section__header p {
  color: var(--color-rose-deep);
  font-weight: 900;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.purchase-panel {
  overflow: hidden;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 239, 0.84);
  box-shadow: var(--shadow-soft);
}

.purchase-panel__image {
  display: grid;
  min-height: 330px;
  place-items: center;
  background: linear-gradient(160deg, rgba(255, 240, 223, 0.92), rgba(255, 226, 232, 0.7));
}

.purchase-panel__image img {
  width: min(360px, 78%);
  filter: drop-shadow(0 30px 46px rgba(67, 24, 43, 0.18));
}

.purchase-panel__body {
  display: grid;
  gap: 16px;
  padding: 34px;
}

.purchase-panel__description,
.archive-product p,
.shipping-note {
  color: var(--color-muted);
}

.purchase-panel__meta {
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.purchase-panel__meta strong {
  color: var(--color-rose-deep);
  font-size: 1.45rem;
}

.purchase-panel__meta span {
  color: var(--color-muted);
  font-weight: 900;
}

.quantity-control {
  display: inline-grid;
  width: 156px;
  grid-template-columns: 42px 1fr 42px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fff;
}

.quantity-control button,
.quantity-control input {
  width: 100%;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  text-align: center;
}

.quantity-control button {
  font-size: 1.2rem;
  font-weight: 900;
}

.quantity-control input {
  font-weight: 900;
  appearance: textfield;
}

.shop-prices {
  border-top: 2px solid rgba(31, 13, 25, 0.18);
  padding-top: 20px;
}

.price-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.price-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 16px;
  border-bottom: 1px solid rgba(61, 24, 43, 0.12);
  padding: 0 0 12px;
}

.price-list span {
  font-weight: 900;
}

.price-list strong {
  color: var(--color-rose-deep);
}

.price-list small {
  grid-column: 1 / -1;
  color: var(--color-muted);
}

.shipping-note {
  margin-top: 24px;
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(255, 248, 239, 0.62);
}

.product-archive {
  display: grid;
  gap: 16px;
  margin-top: 54px;
}

.archive-product {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(61, 24, 43, 0.16);
  padding: 18px 0;
}

.archive-product img {
  width: 130px;
  height: 160px;
  object-fit: contain;
  border: 6px solid rgba(255, 248, 239, 0.9);
  background: #fff;
}

.archive-product strong {
  color: var(--color-rose-deep);
}

/* boutique page */
.shop-hero {
  position: relative;
  overflow: hidden;
  min-height: 86svh;
  padding: 138px 0 92px;
  background:
    radial-gradient(circle at 84% 24%, rgba(223, 61, 122, 0.22), transparent 34%),
    linear-gradient(110deg, #24111f, #5b2634 62%, #c86f64);
  color: var(--color-paper);
}

.shop-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.9fr);
  gap: 76px;
  align-items: center;
}

.shop-hero__copy {
  display: grid;
  gap: 20px;
  max-width: 760px;
}

.shop-hero__copy .eyebrow {
  color: var(--color-blush);
}

.shop-hero__copy h1 {
  max-width: 720px;
  font-size: clamp(4.6rem, 9vw, 7rem);
  overflow-wrap: normal;
  word-break: normal;
}

.shop-hero__copy p:not(.eyebrow):not(.brand-mark) {
  max-width: 620px;
  color: rgba(255, 248, 239, 0.86);
  font-size: 1.15rem;
}

.shop-hero__visual {
  position: relative;
  min-height: 600px;
}

.shop-polaroid {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255, 248, 239, 0.92);
  border-radius: var(--radius-small);
  background: var(--color-paper);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  animation: polaroid-float 8s ease-in-out infinite;
}

.shop-polaroid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--color-paper);
}

.shop-polaroid figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.9);
  color: var(--color-prune);
  padding: 8px 12px;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.shop-polaroid--heel {
  top: 0;
  left: 0;
  width: 58%;
  aspect-ratio: 1.08;
  transform: rotate(-5deg);
}

.shop-polaroid--ice {
  top: 118px;
  right: 0;
  width: 54%;
  aspect-ratio: 0.96;
  transform: rotate(4deg);
  animation-delay: 900ms;
}

.shop-polaroid--founders {
  right: 12%;
  bottom: 0;
  width: 64%;
  aspect-ratio: 1.26;
  transform: rotate(-1deg);
  animation-delay: 1800ms;
}

@keyframes polaroid-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

.shop-catalog {
  background: #ffe6ec;
}

.shop-catalog__header {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.shop-catalog__header h2 {
  font-size: 5.6rem;
}

.shop-catalog__header p {
  color: var(--color-muted);
}

.shop-catalog-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.34fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.shop-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 248, 239, 0.86);
  box-shadow: var(--shadow-card);
}

.shop-sidebar h2 {
  font-size: 3.3rem;
}

.shop-sidebar__nav {
  display: grid;
  gap: 10px;
}

.shop-sidebar__nav a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  border: 1px solid rgba(61, 24, 43, 0.1);
  border-radius: var(--radius-small);
  padding: 12px;
  background: rgba(255, 255, 255, 0.52);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.shop-sidebar__nav a:hover,
.shop-sidebar__nav a:focus-visible,
.shop-sidebar__nav a.is-active {
  border-color: rgba(223, 61, 122, 0.32);
  background: #fff;
  transform: translateX(3px);
}

.shop-sidebar__nav span,
.shop-sidebar__nav strong {
  color: var(--color-ink);
  font-weight: 900;
}

.shop-sidebar__nav small {
  grid-column: 1 / -1;
  color: var(--color-muted);
}

.shop-sidebar__delivery {
  display: grid;
  gap: 7px;
  border-top: 1px solid rgba(61, 24, 43, 0.12);
  padding-top: 16px;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.shop-sidebar__delivery strong {
  color: var(--color-rose-deep);
}

.shop-catalog__main {
  min-width: 0;
}

.product-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-shop-grid--list {
  grid-template-columns: 1fr;
}

.product-buy-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 248, 239, 0.78);
  box-shadow: 0 14px 38px rgba(67, 24, 43, 0.08);
  scroll-margin-top: 100px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-buy-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.product-buy-card--featured {
  grid-column: auto;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 0.75fr);
  background: linear-gradient(135deg, rgba(255, 248, 239, 0.9), rgba(255, 228, 236, 0.9));
}

.product-buy-card--split {
  grid-template-columns: 190px minmax(0, 1fr);
}

.product-buy-card__image {
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-small);
  background: linear-gradient(160deg, rgba(255, 240, 223, 0.92), rgba(255, 226, 232, 0.8));
}

.product-buy-card__image img {
  width: min(260px, 86%);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(67, 24, 43, 0.16));
}

.product-buy-card__body {
  display: grid;
  gap: 14px;
}

.product-buy-card__body h3 {
  font-family: var(--font-title);
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.98;
}

.product-buy-card__body p:not(.product-tag) {
  color: var(--color-muted);
}

.product-buy-card__deal {
  color: var(--color-rose-deep) !important;
  font-weight: 900;
}

.product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-attributes li {
  border: 1px solid rgba(173, 37, 91, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--color-rose-deep);
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.checkout-band {
  background:
    linear-gradient(135deg, rgba(255, 240, 223, 0.96), rgba(255, 228, 236, 0.9)),
    url("../media/brand-logo-lips.jpg") right center / contain no-repeat;
}

.checkout-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.checkout-band__copy {
  position: sticky;
  top: 110px;
}

.checkout-band__copy h2 {
  font-size: 4.8rem;
}

.checkout-band__copy p:last-child {
  margin-top: 18px;
  color: var(--color-rose-deep);
  font-weight: 900;
}

.checkout-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checkout-card {
  min-height: 190px;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 248, 239, 0.78);
  box-shadow: 0 14px 38px rgba(67, 24, 43, 0.08);
}

.checkout-card h3 {
  font-family: var(--font-title);
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

.checkout-card p {
  margin-top: 16px;
  color: var(--color-muted);
}

/* cart and account */
.checkout-hero {
  position: relative;
  min-height: 58svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: calc(var(--header-height) + 86px) 0 76px;
  color: var(--color-paper);
}

.checkout-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.checkout-hero--account img {
  object-position: center 38%;
}

.checkout-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 13, 25, 0.78), rgba(31, 13, 25, 0.28) 54%, rgba(31, 13, 25, 0.66)),
    linear-gradient(180deg, rgba(31, 13, 25, 0.3), rgba(31, 13, 25, 0.82));
}

.checkout-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 880px;
  gap: 16px;
}

.checkout-hero__content h1 {
  max-width: 760px;
  font-size: clamp(4.4rem, 9vw, 8.4rem);
  line-height: 0.88;
}

.checkout-hero__content p:last-child {
  max-width: 660px;
  color: rgba(255, 248, 239, 0.88);
  font-size: 1.22rem;
}

.cart-page,
.account-page {
  min-height: 70svh;
  background:
    linear-gradient(135deg, rgba(255, 240, 223, 0.98), rgba(255, 228, 236, 0.92));
}

.cart-page__header {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-bottom: 44px;
}

.cart-page__header h1,
.cart-page__header h2,
.account-intro h1,
.account-intro h2 {
  font-size: clamp(4.2rem, 8vw, 7rem);
}

.cart-page__header p,
.account-intro p,
.account-help p {
  color: var(--color-muted);
  font-size: 1.08rem;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 28px;
  align-items: start;
}

.cart-items-panel,
.cart-summary,
.account-help,
.order-dashboard {
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 239, 0.82);
  box-shadow: var(--shadow-card);
}

.cart-items-panel {
  min-height: 380px;
  padding: 18px;
}

.cart-empty {
  display: grid;
  min-height: 340px;
  place-content: center;
  gap: 16px;
  text-align: center;
}

.cart-empty h2,
.cart-summary h2,
.account-help h2,
.order-dashboard h2 {
  font-family: var(--font-title);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.cart-items {
  display: grid;
  gap: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(61, 24, 43, 0.12);
  padding: 0 0 14px;
}

.cart-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-item img {
  width: 126px;
  height: 150px;
  object-fit: contain;
  border-radius: var(--radius-small);
  background: linear-gradient(160deg, #fff8ef, #ffe2eb);
}

.cart-item h3 {
  font-family: var(--font-title);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}

.cart-item__body p:not(.product-tag),
.cart-item__remove,
.cart-item__actions small {
  color: var(--color-muted);
}

.cart-item.has-promo {
  border-color: rgba(205, 67, 105, 0.2);
}

.cart-item__deal {
  margin-top: 8px;
  color: var(--color-rose-deep) !important;
  font-size: 0.9rem;
  font-weight: 800;
}

.cart-item__actions {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.cart-item__actions .quantity-control {
  width: 132px;
  grid-template-columns: 36px 1fr 36px;
}

.cart-item__remove {
  border: 0;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: underline;
}

.cart-summary {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 22px;
  padding: 24px;
}

.cart-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-steps li {
  border: 1px solid rgba(61, 24, 43, 0.1);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.cart-steps li.is-active,
.cart-steps li.is-complete {
  border-color: rgba(205, 67, 105, 0.28);
  background: rgba(205, 67, 105, 0.12);
  color: var(--color-rose-deep);
}

.cart-promo-panel {
  margin-top: 18px;
  border: 1px solid rgba(205, 67, 105, 0.18);
  border-radius: var(--radius-small);
  padding: 16px;
  background: rgba(255, 255, 255, 0.58);
}

.cart-promo-panel h3,
.checkout-step h3 {
  font-family: var(--font-title);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.cart-promo-panel ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--color-muted);
}

.cart-total-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.cart-total-list div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(61, 24, 43, 0.1);
  padding-bottom: 10px;
}

.cart-total-list div:last-child {
  border-bottom: 0;
  color: var(--color-rose-deep);
  font-size: 1.2rem;
  font-weight: 900;
}

.cart-total-list dd {
  margin: 0;
  font-weight: 900;
}

.shipping-options,
.checkout-form {
  display: grid;
  gap: 12px;
  border: 0;
  margin: 0;
  padding: 0;
}

.shipping-options legend {
  margin-bottom: 4px;
  color: var(--color-rose-deep);
  font-weight: 900;
}

.shipping-options label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius-small);
  padding: 11px;
  background: rgba(255, 255, 255, 0.58);
}

.shipping-options strong {
  color: var(--color-rose-deep);
}

.checkout-form label {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-form input {
  width: 100%;
  border: 1px solid rgba(61, 24, 43, 0.16);
  border-radius: var(--radius-small);
  background: #fff;
  padding: 13px 14px;
}

.checkout-step {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(61, 24, 43, 0.1);
  border-radius: var(--radius-small);
  padding: 16px;
  background: rgba(255, 255, 255, 0.5);
}

.checkout-step p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.94rem;
}

.checkout-step.is-locked {
  display: none;
}

.checkout-step.is-complete {
  background: rgba(255, 255, 255, 0.34);
}

.checkout-step.is-complete > .button {
  display: none;
}

.checkout-step .button {
  width: 100%;
}

.form-status {
  min-height: 1.4em;
  color: var(--color-rose-deep);
  font-weight: 800;
}

.account-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
  gap: 28px;
  align-items: start;
}

.account-intro {
  display: grid;
  gap: 18px;
}

.account-help {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.account-help a {
  color: var(--color-rose-deep);
  font-weight: 900;
}

.order-dashboard {
  margin-top: 42px;
  padding: 24px;
}

.order-dashboard__header {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.orders-empty {
  color: var(--color-muted);
}

.orders-list {
  display: grid;
  gap: 14px;
}

.order-card {
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius-small);
  padding: 18px;
  background: rgba(255, 255, 255, 0.6);
}

.order-card__head {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.order-card h3 {
  font-family: var(--font-title);
  font-size: 2.4rem;
  font-weight: 500;
}

.order-card strong {
  color: var(--color-rose-deep);
}

.order-card p,
.order-card li {
  color: var(--color-muted);
}

.order-card ul {
  display: grid;
  gap: 4px;
  margin: 14px 0 0;
  padding-left: 18px;
}

/* contact */
.contact-section {
  background: linear-gradient(90deg, #1f0d19, #4a1f30);
  color: var(--color-paper);
}

.contact-section .eyebrow {
  color: var(--color-blush);
}

.contact-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 80px;
  align-items: start;
}

.contact-section__content,
.contact-form {
  min-width: 0;
}

.contact-section__content > p:not(.eyebrow) {
  max-width: 580px;
  margin-top: 24px;
  color: rgba(255, 248, 239, 0.76);
  font-size: 1.1rem;
}

.contact-logo {
  width: min(620px, 100%);
  margin-top: 6px;
  border: 1px solid rgba(255, 248, 239, 0.12);
  border-radius: var(--radius-small);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

address {
  display: grid;
  gap: 10px;
  margin-top: 32px;
  font-style: normal;
}

address a {
  color: var(--color-blush);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.newsletter-title {
  margin-bottom: 8px;
  color: var(--color-blush);
  font-family: var(--font-title);
  font-size: 2.4rem;
  line-height: 1;
}

.contact-form label {
  color: rgba(255, 248, 239, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 13px 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--color-blush);
  outline: 0;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  color: var(--color-blush);
  font-size: 0.9rem;
}

/* footer */
.site-footer {
  padding: 58px 0 30px;
  background: #160b13;
  color: rgba(255, 248, 239, 0.72);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.85fr 0.85fr;
  gap: 32px;
}

.site-logo--footer {
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
}

.footer-hashtag {
  margin-top: 12px;
  color: var(--color-blush);
  font-weight: 900;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer nav,
.site-footer__grid > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--color-blush);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  font-size: 0.86rem;
}

/* age popup */
.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(31, 13, 25, 0.78);
  backdrop-filter: blur(16px);
}

.age-gate.is-hidden {
  display: none;
}

.age-gate__panel {
  width: min(520px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.96), rgba(255, 228, 236, 0.96)),
    url("../media/brand-logo-lips.jpg") center / contain no-repeat;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  padding: 42px;
  text-align: center;
}

.age-gate__panel h2 {
  font-size: 4rem;
}

.age-gate__text {
  margin: 18px auto 26px;
  color: var(--color-muted);
}

.age-gate__remember {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.age-gate__remember input {
  width: 16px;
  height: 16px;
  accent-color: var(--color-rose);
}

.age-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.age-gate__denied {
  margin-top: 18px;
  color: var(--color-rose-deep);
  font-weight: 800;
}

/* toast and animations */
.site-toast {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  max-width: min(340px, calc(100% - 36px));
  border-radius: 999px;
  background: var(--color-prune);
  color: #fff;
  box-shadow: var(--shadow-soft);
  padding: 12px 18px;
  font-size: 0.86rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.floating-shop-cta {
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-rose);
  color: #fff;
  box-shadow: 0 18px 42px rgba(173, 37, 91, 0.28);
  padding: 12px 20px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.floating-shop-cta:hover,
.floating-shop-cta:focus-visible {
  background: var(--color-rose-deep);
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal--delay {
  transition-delay: 120ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* responsive */
@media (max-width: 1120px) {
  h1 {
    font-size: 7rem;
  }

  h2,
  .shop-section__header h2 {
    font-size: 5rem;
  }

  .site-nav {
    gap: 18px;
  }

  .moodboard__item {
    grid-column: span 4;
  }

  .moodboard__item--wide {
    grid-column: span 8;
  }

  .collection__grid,
  .cuvee-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collection__label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  :root {
    --section-space: 86px;
  }

  h1 {
    font-size: 5.8rem;
  }

  h2,
  .world-story__copy h2,
  .gallery-section__header h2,
  .cuvees__header h2,
  .shop-section__header h2 {
    font-size: 4.2rem;
  }

  .header-bar {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .menu-toggle {
    display: inline-flex;
    order: 3;
  }

  .site-logo {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: rgba(255, 248, 239, 0.98);
    box-shadow: var(--shadow-card);
    color: var(--color-ink);
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 8px;
    border-bottom: 1px solid rgba(61, 24, 43, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .header-actions {
    margin-left: auto;
  }

  .buy-link {
    display: none;
  }

  .manifesto__grid,
  .chaos-wall__grid,
  .world-story,
  .winemaker,
  .collection__grid,
  .pink-manifesto__grid,
  .product-detail__grid,
  .shop-layout,
  .shop-hero__grid,
  .shop-catalog-layout,
  .checkout-band__grid,
  .cart-layout,
  .account-page__grid,
  .contact-section__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .manifesto__visual {
    min-height: 540px;
    order: -1;
  }

  .chaos-wall {
    padding-bottom: 86px;
  }

  .chaos-wall__grid {
    min-height: auto;
  }

  .chaos-stack {
    min-height: 650px;
    order: -1;
  }

  .hero-chaos__poster--logo {
    right: -2%;
    width: min(260px, 32vw);
  }

  .hero-chaos__poster--banner {
    right: -12%;
    width: min(560px, 56vw);
  }

  .hero-chaos__poster--rebellion {
    width: min(350px, 36vw);
  }

  .hero-chaos__poster--bottle {
    right: 10%;
    width: min(220px, 22vw);
  }

  .collection__label {
    grid-column: auto;
  }

  .collection__media,
  .product-detail__media {
    min-height: 460px;
  }

  .product-detail__media {
    position: static;
  }

  .moodboard__item,
  .moodboard__item--wide {
    grid-column: span 6;
  }

  .pdf-extract,
  .pdf-extract--wide {
    grid-column: span 6;
  }

  .hit-ribbon__inner {
    grid-template-columns: minmax(110px, 0.2fr) minmax(0, 1fr) minmax(130px, 0.24fr);
  }

  .hit-ribbon__banner {
    width: 100%;
  }

  .hit-ribbon__poster {
    width: min(170px, 100%);
  }

  .hit-ribbon__shoe {
    width: min(260px, 100%);
  }

  .site-footer__grid,
  .cuvee-grid,
  .product-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cuvee-card,
  .product-buy-card,
  .product-buy-card--featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .cuvee-card img,
  .product-buy-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.9;
  }

  .shop-hero__visual {
    min-height: 560px;
    order: -1;
  }

  .shop-sidebar,
  .home-shop__sidebar,
  .cart-summary {
    position: static;
  }

  .product-shop-grid--list {
    grid-template-columns: 1fr;
  }

  .checkout-band__copy {
    position: static;
  }

  .checkout-hero {
    min-height: 52svh;
  }
}

@media (max-width: 640px) {
  :root {
    --section-space: 60px;
  }

  .container {
    width: calc(100% - 28px);
  }

  h1 {
    font-size: 4.2rem;
  }

  h2,
  .world-story__copy h2,
  .gallery-section__header h2,
  .cuvees__header h2,
  .shop-section__header h2,
  .product-detail__intro h2 {
    font-size: 3.1rem;
  }

  .brand-mark {
    font-size: 2rem;
  }

  .site-header {
    padding: 10px 0;
  }

  .site-logo {
    font-size: 1.28rem;
  }

  .site-logo--image {
    width: 112px;
  }

  .site-logo--image img {
    max-height: 42px;
  }

  .cart-button,
  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .hero-video {
    padding-top: 112px;
    padding-bottom: 70px;
  }

  .hero-video--chaos {
    align-items: start;
    min-height: 100svh;
    padding-top: clamp(236px, 64vw, 330px);
    padding-bottom: 44px;
  }

  .hero-video__backdrop {
    filter: saturate(1.08);
    opacity: 0.4;
  }

  .hero-video__media,
  .hero-video__fallback {
    object-position: center top;
    padding: 0;
  }

  .hero-video--chaos .hero-video__media,
  .hero-video--chaos .hero-video__fallback {
    object-position: center top;
    padding: 0;
  }

  .hero-video--chaos .hero-video__content {
    max-width: calc(100% - 14px);
    padding: 18px 0 18px 18px;
  }

  .hero-video--chaos h1 {
    font-size: 2.85rem;
  }

  .hero-chaos__poster {
    border-width: 4px;
  }

  .hero-chaos__poster--logo {
    top: 12%;
    right: -18%;
    width: 54vw;
  }

  .hero-chaos__poster--banner {
    right: -38%;
    bottom: 21%;
    width: 92vw;
  }

  .hero-chaos__poster--rebellion {
    top: 40%;
    left: -32%;
    width: 66vw;
  }

  .hero-chaos__poster--bottle {
    right: -4%;
    bottom: 8%;
    width: 34vw;
  }

  .hero-chaos__word--one {
    top: 24%;
    left: -8%;
  }

  .hero-chaos__word--two {
    right: -28%;
    bottom: 38%;
  }

  .hero-chaos__word--three {
    left: 28%;
    bottom: 16%;
  }

  .hero-video__overlay {
    background:
      linear-gradient(180deg, rgba(31, 13, 25, 0.7), rgba(31, 13, 25, 0.28) 50%, rgba(31, 13, 25, 0.78));
  }

  .hero-video__lead {
    margin: 20px 0 26px;
    font-size: 1.06rem;
  }

  .button-row,
  .age-gate__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .hit-ribbon {
    padding: 24px 0 28px;
  }

  .hit-ribbon__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hit-ribbon__banner {
    width: 100%;
    transform: none;
  }

  .hit-ribbon__side {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
  }

  .hit-ribbon__side--left {
    order: -1;
  }

  .hit-ribbon__side--right {
    justify-content: space-between;
  }

  .hit-ribbon__side span {
    font-size: 2.5rem;
  }

  .hit-ribbon__poster,
  .hit-ribbon__shoe {
    width: min(46%, 210px);
  }

  .hit-ribbon__cta {
    min-width: 154px;
  }

  .manifesto__visual {
    min-height: 440px;
  }

  .chaos-wall {
    padding-bottom: 58px;
  }

  .chaos-wall__grid {
    gap: 28px;
    padding-top: 44px;
  }

  .chaos-wall__copy {
    transform: none;
  }

  .chaos-stack {
    min-height: 560px;
  }

  .chaos-stack__item {
    border-width: 5px;
  }

  .chaos-stack__item--main {
    right: 4%;
    width: 84%;
  }

  .chaos-stack__item--type {
    top: 30%;
    width: 62%;
  }

  .chaos-stack__item--banner {
    bottom: 9%;
    width: 100%;
  }

  .chaos-stack__item--logo {
    top: 6%;
    left: 8%;
    width: 48%;
  }

  .manifesto__lead {
    font-size: 2rem !important;
  }

  .poster-card {
    border-width: 6px;
  }

  .poster-card--large {
    width: 88%;
  }

  .poster-card--small {
    width: 72%;
  }

  .poster-card--stamp {
    right: 0;
    width: 58%;
  }

  .world-story__image,
  .poster-card--large,
  .poster-card--small,
  .poster-card--stamp {
    transform: none;
  }

  .winemaker h3,
  .cuvee-card h3,
  .archive-product h3,
  .purchase-panel h3,
  .shop-prices h3 {
    font-size: 2.2rem;
  }

  .collection__label h2 {
    font-size: 2.8rem;
  }

  .collection__media {
    min-height: 430px;
  }

  .pink-manifesto {
    padding: 78px 0;
  }

  .pink-manifesto h2 {
    font-size: 2.9rem;
  }

  .moodboard {
    grid-template-columns: 1fr;
  }

  .pdf-extracts {
    padding: 58px 0 66px;
  }

  .pdf-extracts__grid {
    grid-template-columns: 1fr;
  }

  .pdf-extract,
  .pdf-extract--wide {
    grid-column: 1;
    transform: none;
  }

  .pdf-extract img {
    min-height: 0;
  }

  .moodboard__item,
  .moodboard__item--wide,
  .moodboard__item--portrait,
  .moodboard__item--tall {
    grid-column: 1;
    grid-row: auto;
    min-height: auto;
    aspect-ratio: 0.86;
  }

  .moodboard__item--wide {
    aspect-ratio: 1;
  }

  .product-detail::before {
    right: -260px;
  }

  .grape-list {
    display: grid;
  }

  .cuvee-grid,
  .product-shop-grid,
  .checkout-cards,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .shop-hero {
    min-height: auto;
    padding: 112px 0 68px;
  }

  .checkout-hero {
    min-height: 62svh;
    padding: 112px 0 58px;
  }

  .checkout-hero img {
    transform: none;
  }

  .checkout-hero__content h1 {
    font-size: 4rem;
  }

  .checkout-hero__content p:last-child {
    font-size: 1rem;
  }

  .shop-hero__copy h1 {
    font-size: 3.6rem;
  }

  .shop-hero__visual {
    min-height: 430px;
  }

  .floating-shop-cta {
    right: 14px;
    bottom: 14px;
    min-height: 42px;
    padding: 10px 16px;
  }

  .shop-polaroid {
    border-width: 6px;
  }

  .shop-polaroid--heel {
    width: 68%;
    transform: none;
  }

  .shop-polaroid--ice {
    top: 120px;
    width: 62%;
    transform: none;
  }

  .shop-polaroid--founders {
    right: 3%;
    width: 76%;
    transform: none;
  }

  .shop-catalog__header h2,
  .checkout-band__copy h2 {
    font-size: 3.1rem;
  }

  .product-buy-card {
    padding: 14px;
  }

  .home-shop__grid {
    grid-template-columns: 1fr;
  }

  .home-wine {
    grid-template-columns: 1fr;
  }

  .home-wine img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .visual-strip img {
    height: 240px;
  }

  .product-buy-card__image {
    min-height: 260px;
  }

  .product-buy-card__body h3,
  .checkout-card h3 {
    font-size: 2.25rem;
  }

  .cart-page,
  .account-page {
    padding-top: var(--section-space);
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .cart-item__actions {
    justify-items: stretch;
  }

  .cart-item__actions .quantity-control {
    width: 100%;
  }

  .shipping-options label {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .shipping-options strong {
    grid-column: 2;
  }

  .purchase-panel__body,
  .contact-form,
  .age-gate__panel {
    padding: 22px;
  }

  .purchase-panel__image {
    min-height: 280px;
  }

  .quantity-control {
    width: 100%;
  }

  .price-list article {
    grid-template-columns: 1fr;
  }

  .archive-product {
    grid-template-columns: 1fr;
  }

  .archive-product img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.9;
  }

  .archive-product .button {
    width: fit-content;
  }

  .contact-section h2,
  .newsletter-title,
  address a {
    overflow-wrap: anywhere;
  }

  .contact-section h2 {
    font-size: 2.8rem;
  }

  .site-footer__bottom {
    display: grid;
  }

  .age-gate__panel h2 {
    font-size: 3rem;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 3.55rem;
  }

  h2,
  .world-story__copy h2,
  .gallery-section__header h2,
  .cuvees__header h2,
  .shop-section__header h2,
  .product-detail__intro h2 {
    font-size: 2.65rem;
  }

  .pink-manifesto h2 {
    font-size: 2.5rem;
  }
}

/* WordPress and WooCommerce integration */
body.rose-rose-maquette .wp-site-blocks,
body.rose-rose-maquette .wp-site-blocks > * {
  padding-block: 0;
}

body.rose-rose-maquette .wp-site-blocks > * + *,
body.rose-rose-maquette .wp-block-post-content > * + * {
  margin-block-start: 0;
}

body.rose-rose-maquette .wp-block-post-title {
  display: none;
}

body.rose-rose-maquette .wp-block-post-content,
body.rose-rose-maquette .entry-content,
body.rose-rose-maquette .wp-block-html,
body.rose-rose-maquette .wp-block-shortcode {
  margin: 0;
  max-width: none !important;
  width: 100% !important;
}

body.rose-rose-maquette .wp-block-post-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
  max-width: none !important;
}

body.rose-rose-maquette .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.rose-rose-maquette .wp-block-post-content-is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.rose-rose-maquette .entry-content-is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.rose-rose-maquette .wp-block-post-content > section,
body.rose-rose-maquette .entry-content > section,
body.rose-rose-maquette .wp-block-post-content > .section,
body.rose-rose-maquette .entry-content > .section {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

body.rose-rose-maquette .wp-block-post-content > .wp-block-html,
body.rose-rose-maquette .wp-block-post-content > .wp-block-shortcode {
  width: 100%;
}

body.rose-rose-maquette main.wp-block-group {
  margin-top: 0 !important;
  padding: 0 !important;
}

body.rose-rose-maquette .has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.rose-rose-maquette .wp-block-group.has-global-padding,
body.rose-rose-maquette .wp-block-post-content.has-global-padding,
body.rose-rose-maquette .entry-content.has-global-padding,
body.rose-rose-maquette [data-block-name="woocommerce/page-content-wrapper"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.rose-rose-maquette main > .wp-block-group,
body.rose-rose-maquette main > .entry-content,
body.rose-rose-maquette .wp-block-group.alignfull,
body.rose-rose-maquette .wp-block-post-content.alignfull {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: none !important;
}

body.rose-rose-maquette main,
body.rose-rose-maquette .wp-site-blocks,
body.rose-rose-maquette .wp-block-post-content {
  overflow-x: clip;
}

body.rose-rose-maquette .woocommerce-notices-wrapper,
body.rose-rose-maquette .woocommerce-message,
body.rose-rose-maquette .woocommerce-info,
body.rose-rose-maquette .woocommerce-error {
  margin: 0 0 18px;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius-small);
  background: rgba(255, 248, 239, 0.82);
  color: var(--color-ink);
  box-shadow: 0 12px 30px rgba(67, 24, 43, 0.08);
}

body.rose-rose-maquette .woocommerce a.button,
body.rose-rose-maquette .woocommerce button.button,
body.rose-rose-maquette .woocommerce input.button,
body.rose-rose-maquette .woocommerce #payment #place_order {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--color-cta);
  color: var(--color-paper);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

body.rose-rose-maquette .woocommerce a.button:hover,
body.rose-rose-maquette .woocommerce button.button:hover,
body.rose-rose-maquette .woocommerce input.button:hover,
body.rose-rose-maquette .woocommerce #payment #place_order:hover {
  transform: translateY(-1px);
  background: #ff2f86;
  color: var(--color-paper);
  box-shadow: 0 18px 36px rgba(255, 47, 134, 0.26);
}

body.rose-rose-maquette .woocommerce button.button:disabled,
body.rose-rose-maquette .woocommerce button.button:disabled[disabled] {
  background: rgba(37, 19, 31, 0.34);
  color: rgba(255, 248, 239, 0.92);
}

body.rose-rose-maquette .woocommerce a.button.alt,
body.rose-rose-maquette .woocommerce button.button.alt,
body.rose-rose-maquette .woocommerce input.button.alt,
body.rose-rose-maquette .woocommerce #payment #place_order {
  background: var(--color-cta);
}

body.rose-rose-maquette .woocommerce .button[name="update_cart"],
body.rose-rose-maquette .woocommerce .coupon .button,
body.rose-rose-maquette .woocommerce .restore-item {
  background: transparent;
  color: var(--color-rose-deep);
  border-color: rgba(61, 24, 43, 0.16);
  box-shadow: none;
}

body.rose-rose-maquette .woocommerce .quantity .qty,
body.rose-rose-maquette .woocommerce input.input-text,
body.rose-rose-maquette .woocommerce textarea,
body.rose-rose-maquette .woocommerce select {
  min-height: 52px;
  border: 1px solid rgba(61, 24, 43, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-ink);
  padding: 12px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

body.rose-rose-maquette .woocommerce textarea {
  min-height: 132px;
  resize: vertical;
}

body.rose-rose-maquette .woocommerce input:focus,
body.rose-rose-maquette .woocommerce textarea:focus,
body.rose-rose-maquette .woocommerce select:focus {
  outline: none;
  border-color: rgba(205, 67, 105, 0.42);
  box-shadow: 0 0 0 4px rgba(246, 173, 192, 0.28);
}

.cart-page__woocommerce .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 28px;
  align-items: start;
}

.cart-page__woocommerce .woocommerce-cart-form,
.cart-page__woocommerce .cart-collaterals {
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 239, 0.82);
  box-shadow: var(--shadow-card);
}

.cart-page__woocommerce .woocommerce-cart-form {
  padding: 18px;
}

.cart-page__woocommerce .cart-collaterals {
  padding: 24px;
}

.cart-page__woocommerce .cart-collaterals > * {
  width: 100%;
  float: none;
}

.cart-page__woocommerce .shop_table {
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.cart-page__woocommerce .shop_table th,
.cart-page__woocommerce .shop_table td {
  border: 0;
  border-bottom: 1px solid rgba(61, 24, 43, 0.12);
  padding: 16px 12px;
}

.cart-page__woocommerce .shop_table tr:last-child td,
.cart-page__woocommerce .shop_table tr:last-child th {
  border-bottom: 0;
}

.cart-page__woocommerce .product-thumbnail img {
  width: 92px;
  border-radius: 18px;
  background: linear-gradient(160deg, #fff8ef, #ffe2eb);
}

.cart-page__woocommerce .product-name a,
.order-dashboard--woocommerce a,
.single-product .summary a {
  color: var(--color-ink);
}

.cart-page__woocommerce .product-name a:hover,
.order-dashboard--woocommerce a:hover,
.single-product .summary a:hover {
  color: var(--color-rose-deep);
}

.cart-page__woocommerce .product-remove a.remove {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(205, 67, 105, 0.1);
  color: var(--color-rose-deep) !important;
  line-height: 34px;
}

.cart-page__woocommerce .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-page__woocommerce .coupon input {
  min-width: 220px;
}

.cart-page__woocommerce .checkout-button {
  width: 100%;
  text-align: center;
}

.checkout-page__woocommerce .woocommerce {
  display: grid;
  gap: 18px;
}

.checkout-page__woocommerce .checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: 28px;
  align-items: start;
}

.checkout-page__woocommerce .col2-set,
.checkout-page__woocommerce #order_review_heading,
.checkout-page__woocommerce #order_review {
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 239, 0.82);
  box-shadow: var(--shadow-card);
}

.checkout-page__woocommerce .col2-set {
  padding: 24px;
}

.checkout-page__woocommerce #order_review_heading {
  margin: 0 0 -12px;
  padding: 24px 24px 0;
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
}

.checkout-page__woocommerce #order_review {
  position: sticky;
  top: 110px;
  padding: 24px;
}

.checkout-page__woocommerce #customer_details .col-1,
.checkout-page__woocommerce #customer_details .col-2 {
  float: none;
  width: 100%;
}

.checkout-page__woocommerce .form-row {
  margin-bottom: 14px;
}

.checkout-page__woocommerce .woocommerce-checkout-review-order-table {
  margin-bottom: 22px;
}

.checkout-page__woocommerce #payment {
  border: 0;
  background: transparent;
}

.checkout-page__woocommerce #payment ul.payment_methods {
  border-bottom-color: rgba(61, 24, 43, 0.12);
}

.checkout-page__woocommerce .woocommerce-privacy-policy-text {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.order-dashboard--woocommerce {
  padding: 28px;
}

.order-dashboard--woocommerce .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
}

.order-dashboard--woocommerce .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-dashboard--woocommerce .woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 14px 16px;
  text-decoration: none;
  font-weight: 700;
}

.order-dashboard--woocommerce .woocommerce-MyAccount-navigation .is-active a,
.order-dashboard--woocommerce .woocommerce-MyAccount-navigation a:hover {
  border-color: rgba(205, 67, 105, 0.24);
  background: rgba(255, 228, 236, 0.92);
}

.order-dashboard--woocommerce .woocommerce-MyAccount-content > *:first-child {
  margin-top: 0;
}

.order-dashboard--woocommerce .woocommerce-Addresses,
.order-dashboard--woocommerce .shop_table,
.order-dashboard--woocommerce form {
  border: 1px solid rgba(61, 24, 43, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(67, 24, 43, 0.06);
}

body.rose-rose-product-page .product-detail {
  position: relative;
}

body.rose-rose-product-page .product-detail .product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

body.rose-rose-product-page .woocommerce-product-gallery {
  position: sticky;
  top: 110px;
}

body.rose-rose-product-page .woocommerce-product-gallery__wrapper,
body.rose-rose-product-page .flex-viewport {
  border-radius: 28px;
  background: rgba(255, 248, 239, 0.66);
}

body.rose-rose-product-page .woocommerce-product-gallery__image {
  padding: 20px;
}

body.rose-rose-product-page .summary {
  display: grid;
  gap: 18px;
}

body.rose-rose-product-page .summary .product_title {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 4.8rem);
}

body.rose-rose-product-page .summary .price {
  color: var(--color-rose-deep);
  font-size: 1.4rem;
  font-weight: 800;
}

body.rose-rose-product-page .summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
}

body.rose-rose-product-page .summary .quantity .qty {
  width: 104px;
}

body.rose-rose-product-page .product_meta,
body.rose-rose-product-page .woocommerce-tabs,
body.rose-rose-product-page .related {
  margin-top: 32px;
}

body.rose-rose-product-page .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

body.rose-rose-product-page .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.rose-rose-product-page .woocommerce-tabs ul.tabs li a {
  display: block;
  border-radius: 999px;
  border: 1px solid rgba(61, 24, 43, 0.14);
  background: rgba(255, 248, 239, 0.84);
  padding: 12px 18px;
}

@media (max-width: 980px) {
  .cart-page__woocommerce .woocommerce,
  .checkout-page__woocommerce .checkout,
  .order-dashboard--woocommerce .woocommerce,
  body.rose-rose-product-page .product-detail .product {
    grid-template-columns: 1fr;
  }

  .checkout-page__woocommerce #order_review {
    position: static;
  }

  body.rose-rose-product-page .woocommerce-product-gallery {
    position: static;
  }
}

@media (max-width: 782px) {
  .cart-page__woocommerce .woocommerce-cart-form,
  .cart-page__woocommerce .cart-collaterals,
  .checkout-page__woocommerce .col2-set,
  .checkout-page__woocommerce #order_review_heading,
  .checkout-page__woocommerce #order_review,
  .order-dashboard--woocommerce {
    padding: 18px;
  }

  .cart-page__woocommerce .shop_table thead {
    display: none;
  }

  .cart-page__woocommerce .shop_table tbody tr {
    display: grid;
    gap: 8px;
    padding: 12px 0;
  }

  .cart-page__woocommerce .shop_table td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
  }
}
