/* ========================================================
   Tam Bloom — Brand Stylesheet
   Edition 01 · 2026 · Collierville, TN
   ======================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Color palette — from Brand Guidelines p.8 */
  --c-cream:        #F5EDE4;
  --c-cream-warm:   #FAF4ED;
  --c-blush:        #E8D5C4;
  --c-rose:         #C9A89A;
  --c-sage:         #A8B5A0;
  --c-taupe:        #8B7E73;
  --c-mocha:        #2E2823;
  --c-mocha-soft:   #4A4039;
  --c-line:         rgba(46, 40, 35, 0.10);
  --c-line-soft:    rgba(46, 40, 35, 0.06);

  /* Paper wrap palette — used per SKU & in About wrap-palette section */
  --w-soft-cream:      #F5EBE0;   /* main · 80% feed */
  --w-oatmeal:         #DDD4C5;   /* main */
  --w-warm-ivory:      #EDE3D5;   /* main */
  --w-dusty-lavender:  #B7A8C8;   /* secondary */
  --w-blush-nude:      #E5C6BB;   /* secondary */
  --w-muted-taupe:     #B5A89A;   /* secondary */
  --w-deep-mocha:      #3D2E25;   /* accent / luxury */
  --w-charcoal-brown:  #5C4B3F;   /* accent / luxury */

  /* Type */
  --f-logo:         'Poppins', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;  /* logotype only */
  --f-display:      'Cormorant Garamond', 'Times New Roman', serif;                              /* headlines — serif test */
  --f-body:         'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;    /* body */
  --f-script:       'Cormorant Garamond', 'Times New Roman', serif;                              /* italic accents */
  --f-sans-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;    /* uppercase eyebrows */

  /* Spacing scale */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;

  /* Layout */
  --max-w:          1240px;
  --max-w-narrow:   880px;
  --max-w-text:     640px;
  --radius:         2px;
  --radius-card:    4px;

  /* Motion */
  --ease:           cubic-bezier(0.22, 0.61, 0.36, 1);
  --t-fast:         180ms;
  --t-base:         320ms;
  --t-slow:         600ms;
}

/* ---------- Image visibility: img stacks above placeholder ---------- */
.hero__media img,
.product-card__media img,
.founder__media img,
.format-tile img,
.pdp__main-image img,
.review-card__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: saturate(0.92) contrast(0.98) brightness(1.01);
}

/* Hide text placeholder when an image is present (img has onerror=remove,
   so if img is removed the sibling selector breaks and placeholder shows) */
.hero__media img + .hero__media-placeholder,
.product-card__media img + .product-card__media-placeholder,
.review-card__photo img + .review-card__photo-placeholder {
  display: none;
}

/* Format-tile caption must remain above the image */
.format-tile .format-tile__caption {
  z-index: 2;
}

/* ---------- Checkout-cancel banner ---------- */
.checkout-cancel-banner {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translate(-50%, -120%);
  z-index: 1000;
  background: var(--c-mocha);
  color: var(--c-cream);
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  transition: transform 0.4s var(--ease);
  box-shadow: 0 6px 24px rgba(46, 40, 35, 0.18);
}

.checkout-cancel-banner.is-visible {
  transform: translate(-50%, 0);
}

/* ---------- Reset / Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background: var(--c-cream);
  color: var(--c-mocha);
  font-family: var(--f-body);
  font-weight: 300; /* Inter Light per brand book */
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.005em;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--c-mocha);
  text-decoration: none;
  transition: opacity var(--t-fast) var(--ease);
}

a:hover {
  opacity: 0.65;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: var(--f-display);          /* Cormorant Garamond Light */
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.12;
  color: var(--c-mocha);
}

h1 {
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  font-weight: 300;
  letter-spacing: -0.005em;
  line-height: 1.04;
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  font-weight: 300;
  letter-spacing: -0.003em;
}

h3 {
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: 0;
}

h4 {
  font-family: var(--f-sans-display);     /* keep Inter for uppercase eyebrows */
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

p {
  font-weight: 300;
  color: var(--c-mocha-soft);
}

p.lead {
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--c-mocha);
  line-height: 1.5;
}

.eyebrow {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-taupe);
  margin-bottom: var(--s-4);
  display: inline-block;
}

.script {
  font-family: var(--f-script);
  font-style: italic;
  font-weight: 300;
}

.text-mocha    { color: var(--c-mocha); }
.text-taupe    { color: var(--c-taupe); }
.text-rose     { color: var(--c-rose); }
.text-center   { text-align: center; }

/* ---------- Layout ---------- */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--s-5);
}

.container-narrow {
  max-width: var(--max-w-narrow);
  margin: 0 auto;
  padding: 0 var(--s-5);
}

.container-text {
  max-width: var(--max-w-text);
  margin: 0 auto;
  padding: 0 var(--s-5);
}

section {
  padding: var(--s-9) 0;
}

@media (max-width: 768px) {
  section {
    padding: var(--s-8) 0;
  }
}

.divider {
  width: 24px;
  height: 1px;
  background: var(--c-taupe);
  margin: var(--s-5) auto;
  border: none;
  opacity: 0.5;
}

.divider-soft {
  width: 100%;
  height: 1px;
  background: var(--c-line);
  border: none;
  margin: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  padding: 14px 28px;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: all var(--t-base) var(--ease);
  cursor: pointer;
  min-height: 48px;
}

.btn-primary {
  background: var(--c-mocha);
  color: var(--c-cream);
}

.btn-primary:hover {
  background: var(--c-mocha-soft);
  opacity: 1;
}

.btn-ghost {
  background: transparent;
  color: var(--c-mocha);
  border: 1px solid var(--c-mocha);
}

.btn-ghost:hover {
  background: var(--c-mocha);
  color: var(--c-cream);
  opacity: 1;
}

.btn-link {
  background: transparent;
  color: var(--c-mocha);
  padding: 12px 0;
  border-bottom: 1px solid var(--c-mocha);
  letter-spacing: 0.16em;
  min-height: auto;
}

.btn-link:hover {
  border-bottom-color: var(--c-rose);
  color: var(--c-rose);
  opacity: 1;
}

.btn-arrow::after {
  content: '→';
  display: inline-block;
  margin-left: var(--s-2);
  transition: transform var(--t-fast) var(--ease);
}

.btn-arrow:hover::after {
  transform: translateX(4px);
}

/* ---------- Announcement bar ---------- */
.announcement {
  background: var(--c-mocha);
  color: var(--c-cream);
  padding: var(--s-3) var(--s-5);
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.announcement__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--s-3);
}

/* Animated emoji — tulip gently swaying like a flower in soft breeze */
.announcement__emoji {
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  transform-origin: 50% 85%;       /* pivot near stem */
  animation: tulipSway 4.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  margin-right: 4px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

@keyframes tulipSway {
  0%, 100% {
    transform: rotate(-7deg) translateY(0) scale(1);
  }
  25% {
    transform: rotate(0deg) translateY(-1px) scale(1.04);
  }
  50% {
    transform: rotate(7deg) translateY(0) scale(1);
  }
  75% {
    transform: rotate(0deg) translateY(-1px) scale(1.04);
  }
}

/* Second emoji — small sparkle in countdown pill, only when window open */
.announcement__sparkle {
  display: inline-block;
  margin-left: 4px;
  animation: sparkleTwinkle 2.6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes sparkleTwinkle {
  0%, 100% { opacity: 0.4; transform: scale(0.85) rotate(0deg); }
  50%      { opacity: 1;   transform: scale(1.15) rotate(20deg); }
}

.announcement--closed .announcement__sparkle { display: none; }
.announcement--closed .announcement__emoji {
  animation-name: tulipSlowSway;
  opacity: 0.7;
}

@keyframes tulipSlowSway {
  0%, 100% { transform: rotate(-3deg); }
  50%      { transform: rotate(3deg); }
}

/* Reduced motion: still show emoji, but no animation */
@media (prefers-reduced-motion: reduce) {
  .announcement__emoji,
  .announcement__sparkle {
    animation: none;
  }
}

.announcement__divider {
  opacity: 0.4;
}

.announcement__status {
  opacity: 0.85;
}

.announcement__countdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245, 237, 228, 0.10);
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.announcement__countdown-dot {
  width: 6px;
  height: 6px;
  background: var(--c-sage);
  border-radius: 50%;
  animation: pulse 2.6s ease-in-out infinite;
}

.announcement--closed .announcement__countdown-dot {
  background: var(--c-rose);
}

.countdown-num {
  display: inline-block;
  min-width: 1.2em;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

/* ---------- Sticky top stack (announcement + header) ---------- */
.site-stack {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--c-cream);
}

/* ---------- Header ---------- */
.site-header {
  background: var(--c-cream);
  border-bottom: 1px solid var(--c-line-soft);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--s-5) 0;
  gap: var(--s-5);
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--f-logo);            /* Poppins Light — per brand book */
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  color: var(--c-mocha);
}

.brand svg {
  width: 22px;
  height: 35px;
  flex-shrink: 0;
}

.brand-tagline {
  font-family: var(--f-body);
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-taupe);
  margin-top: 2px;
  display: block;
}

.brand-stack {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand:hover {
  opacity: 1;
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--s-6);
}

.nav a {
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-mocha);
}

.nav a.active {
  border-bottom: 1px solid var(--c-mocha);
  padding-bottom: 2px;
}

.nav-cart {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
}

.nav-cart__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--c-mocha);
  color: var(--c-cream);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 400;
}

.nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--c-mocha);
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background: var(--c-mocha);
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed;
    inset: 64px 0 0 0;
    background: var(--c-cream);
    flex-direction: column;
    align-items: flex-start;
    padding: var(--s-7) var(--s-5);
    gap: var(--s-5);
    transform: translateX(100%);
    transition: transform var(--t-base) var(--ease);
  }
  .nav.is-open { transform: translateX(0); }
  .nav a { font-size: 1.1rem; }
}

/* ---------- Hero ---------- */
.hero {
  background: var(--c-cream);
  padding: var(--s-8) 0 var(--s-9);
  position: relative;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-9);
  align-items: center;
}

@media (max-width: 880px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: var(--s-7);
  }
}

.hero__media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--c-blush) 0%, var(--c-cream-warm) 60%, var(--c-rose) 100%);
  border-radius: var(--radius-card);
  overflow: hidden;
}

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

.hero__media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}

.hero__tagline {
  font-family: var(--f-script);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--c-taupe);
  line-height: 1.4;
}

.hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  list-style: none;
  padding: var(--s-3) 0;
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-mocha);
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  font-weight: 400;
}

.hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 2px 6px;
  position: relative;
  flex: 1 1 auto;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.hero__meta-item + .hero__meta-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: var(--c-line);
}

.hero__meta-item strong {
  font-weight: 500;
  color: var(--c-mocha);
}

.hero__meta-item span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--c-mocha-soft);
  font-weight: 300;
}

.hero__meta-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--c-rose);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linejoin: round;
  stroke-linecap: round;
}

@media (max-width: 560px) {
  .hero__meta {
    flex-direction: column;
    align-items: stretch;
    padding: var(--s-3);
  }
  .hero__meta-item {
    justify-content: flex-start;
    padding: 8px 4px;
    border-bottom: 1px solid var(--c-line-soft);
    white-space: normal;
  }
  .hero__meta-item:last-child { border-bottom: none; }
  .hero__meta-item + .hero__meta-item::before { display: none; }
}

.hero__cta {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  margin-top: var(--s-3);
  flex-wrap: wrap;
}

/* ---------- 2027-only notice (weddings) ---------- */
.notice-banner {
  background: var(--c-cream-warm);
  border: 1px solid var(--c-rose);
  border-radius: var(--radius-card);
  padding: var(--s-5) var(--s-6);
  display: flex;
  align-items: flex-start;
  gap: var(--s-4);
  margin: var(--s-7) auto;
  max-width: 880px;
}

.notice-banner__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 168, 154, 0.18);
  border-radius: 50%;
}

.notice-banner__icon svg {
  width: 18px;
  height: 18px;
  color: var(--c-rose);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.notice-banner__content h4 {
  color: var(--c-mocha);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  margin-bottom: var(--s-2);
}

.notice-banner__content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--c-mocha-soft);
  margin: 0;
}

.notice-banner__content p + p {
  margin-top: var(--s-3);
}

/* ---------- Single-SKU pilot hero ---------- */
.single-sku {
  padding: var(--s-7) 0 var(--s-9);
}

.single-sku__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--s-8);
  align-items: start;
}

@media (max-width: 880px) {
  .single-sku__grid { grid-template-columns: 1fr; gap: var(--s-6); }
}

.single-sku__media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--c-blush), var(--c-cream-warm) 70%);
  border-radius: var(--radius-card);
  overflow: hidden;
}

.single-sku__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-sku__badge {
  position: absolute;
  top: var(--s-4);
  left: var(--s-4);
  padding: 6px 14px;
  background: var(--c-mocha);
  color: var(--c-cream);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 100px;
  z-index: 2;
  font-weight: 400;
}

.single-sku__info {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
  padding-top: var(--s-4);
}

.single-sku__pilot-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 5px 12px;
  background: rgba(168, 181, 160, 0.20);
  border: 1px solid rgba(168, 181, 160, 0.40);
  border-radius: 100px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  width: fit-content;
}

.single-sku__pilot-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--c-sage);
  border-radius: 50%;
  animation: pulse 2.6s ease-in-out infinite;
}

.single-sku__title {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.02;
  letter-spacing: -0.005em;
}

.single-sku__title-vn {
  font-family: var(--f-script);
  font-style: italic;
  color: var(--c-taupe);
  font-size: 1.3rem;
  margin-top: 4px;
}

.single-sku__price-row {
  display: flex;
  align-items: baseline;
  gap: var(--s-4);
}

.single-sku__price {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.single-sku__limit {
  font-size: 0.82rem;
  color: var(--c-rose);
  letter-spacing: 0.06em;
}

.single-sku__desc {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--c-mocha-soft);
}

.single-sku__highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-3) var(--s-5);
  padding: var(--s-4) 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}

.single-sku__highlight {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.single-sku__highlight-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

.single-sku__highlight-value {
  font-size: 0.94rem;
  color: var(--c-mocha);
}

/* ---------- Status pill (window state) ---------- */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 6px 14px;
  background: rgba(168, 181, 160, 0.20);
  border: 1px solid rgba(168, 181, 160, 0.40);
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-mocha);
  font-weight: 400;
  width: fit-content;
}

.status-pill__dot {
  width: 6px;
  height: 6px;
  background: var(--c-sage);
  border-radius: 50%;
  animation: pulse 2.6s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.86); }
}

.status-pill--closed .status-pill__dot {
  background: var(--c-rose);
}

/* ---------- Trust strip ---------- */
.trust {
  background: var(--c-cream-warm);
  border-top: 1px solid var(--c-line-soft);
  border-bottom: 1px solid var(--c-line-soft);
  padding: var(--s-7) 0;
}

.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-6);
}

@media (max-width: 880px) {
  .trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-5);
  }
}

.trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--s-3);
}

.trust__item svg {
  width: 28px;
  height: 28px;
  color: var(--c-taupe);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
}

.trust__item h4 {
  color: var(--c-mocha);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.trust__item p {
  font-size: 0.84rem;
  color: var(--c-taupe);
  line-height: 1.5;
  max-width: 180px;
}

/* ---------- Section headings ---------- */
.section-head {
  text-align: center;
  margin-bottom: var(--s-8);
}

.section-head h2 {
  margin-bottom: var(--s-3);
}

.section-head p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--c-taupe);
}

/* ---------- Shop by format (homepage browse strip) ---------- */
.formats {
  background: var(--c-cream);
  padding: var(--s-8) 0;
}

.formats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
  margin-top: var(--s-7);
}

@media (max-width: 880px) {
  .formats__grid { grid-template-columns: 1fr; gap: var(--s-4); }
}

.format-tile {
  position: relative;
  display: block;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: linear-gradient(150deg, var(--c-blush) 0%, var(--c-cream-warm) 70%);
  transition: transform var(--t-slow) var(--ease);
}

@media (max-width: 880px) {
  .format-tile { aspect-ratio: 16 / 10; }
}

.format-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--ease);
}

.format-tile:hover img {
  transform: scale(1.04);
}

.format-tile:hover {
  opacity: 1;
}

.format-tile__caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--s-5);
  background: linear-gradient(180deg, transparent 50%, rgba(46,40,35,0.55) 100%);
  color: var(--c-cream);
}

.format-tile__caption .eyebrow {
  color: rgba(245, 237, 228, 0.78);
  margin-bottom: 4px;
}

.format-tile__caption h3 {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.65rem;
  color: var(--c-cream);
  letter-spacing: 0;
}

.format-tile__caption p {
  color: rgba(245, 237, 228, 0.78);
  font-size: 0.85rem;
  margin-top: 4px;
}

.format-tile__arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-cream);
  margin-top: var(--s-3);
}

.format-tile__arrow::after {
  content: '→';
  transition: transform var(--t-fast) var(--ease);
}

.format-tile:hover .format-tile__arrow::after {
  transform: translateX(4px);
}

/* Coming-soon modifier — for formats not yet launched */
.format-tile--soon {
  cursor: default;
}

.format-tile--soon .format-tile__caption {
  background: linear-gradient(180deg, rgba(46,40,35,0.10) 0%, rgba(46,40,35,0.65) 100%);
}

.format-tile--soon::after {
  content: 'coming soon';
  position: absolute;
  top: var(--s-4);
  right: var(--s-4);
  padding: 5px 12px;
  background: var(--c-cream);
  color: var(--c-mocha);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 100px;
  z-index: 2;
  font-weight: 400;
}

.format-tile--soon img {
  filter: saturate(0.7) brightness(0.95);
}

.format-tile--soon:hover img {
  transform: none;
}

/* Product card coming-soon state */
.product-card--soon {
  opacity: 1;
  pointer-events: none;
}

.product-card--soon .product-card__media {
  filter: saturate(0.6) brightness(0.96);
}

.product-card--soon .product-card__media::after {
  content: 'coming soon';
  position: absolute;
  inset: auto 0 0 0;
  padding: 10px 12px;
  background: var(--c-mocha);
  color: var(--c-cream);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.product-card--soon .product-card__price {
  color: var(--c-taupe);
  font-size: 0.85rem;
  font-style: italic;
}

/* Sold-out / past design state */
.product-card--sold {
  pointer-events: none;
}

.product-card--sold .product-card__media {
  filter: saturate(0.5) brightness(0.95);
}

.product-card--sold .product-card__media::after {
  content: 'sold out';
  position: absolute;
  inset: auto 0 0 0;
  padding: 10px 12px;
  background: rgba(46, 40, 35, 0.78);
  color: var(--c-cream);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  z-index: 2;
}

.product-card--sold .product-card__price {
  color: var(--c-taupe);
  text-decoration: line-through;
  text-decoration-color: rgba(46, 40, 35, 0.35);
}

.product-card--sold .product-card__title {
  color: var(--c-taupe);
}

/* Shop section grouping */
.shop-section {
  padding: var(--s-7) 0 var(--s-5);
}

.shop-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: var(--s-6);
  padding-bottom: var(--s-4);
  border-bottom: 1px solid var(--c-line);
  flex-wrap: wrap;
  gap: var(--s-3);
}

.shop-section__header h2 {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0;
}

.shop-section__header .eyebrow {
  margin: 0;
}

.shop-section__meta {
  font-size: 0.82rem;
  color: var(--c-taupe);
  letter-spacing: 0.04em;
}

/* Filter button — coming soon state */
.shop-filter button.is-soon {
  opacity: 0.5;
  cursor: default;
}

.shop-filter button.is-soon::after {
  content: ' · soon';
  font-size: 0.7em;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

/* ---------- Product grid ---------- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-6);
}

.product-grid--three { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1080px) {
  .product-grid,
  .product-grid--three { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .product-grid,
  .product-grid--three { grid-template-columns: 1fr; }
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--c-blush);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: transform var(--t-slow) var(--ease);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--ease);
}

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.product-card__media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(150deg, var(--c-blush), var(--c-cream-warm) 70%);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-taupe);
  padding: var(--s-5);
}

.product-card__badge {
  position: absolute;
  top: var(--s-3);
  left: var(--s-3);
  padding: 4px 10px;
  background: rgba(245, 237, 228, 0.92);
  color: var(--c-mocha);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 400;
}

.product-card__badge--scarce {
  background: var(--c-mocha);
  color: var(--c-cream);
}

.product-card__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.35rem;
  letter-spacing: 0;
  color: var(--c-mocha);
  line-height: 1.15;
}

.product-card__title-vn {
  font-family: var(--f-script);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--c-taupe);
  font-weight: 300;
}

.product-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.85rem;
  color: var(--c-taupe);
}

.product-card__price {
  font-weight: 400;
  color: var(--c-mocha);
  letter-spacing: 0.02em;
}

.product-card__tier {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

/* Wrap-color swatch — shown on every product card */
.product-card__wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--c-taupe);
  text-transform: lowercase;
}

.product-card__wrap-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid var(--c-line);
  flex-shrink: 0;
}

/* ---------- Paper wrap palette section (About page) ---------- */
.wrap-palette {
  background: var(--c-cream-warm);
  padding: var(--s-9) 0;
}

.wrap-palette__group-label {
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-taupe);
  margin: var(--s-6) 0 var(--s-4);
  padding-bottom: var(--s-3);
  border-bottom: 1px solid var(--c-line);
}

.wrap-palette__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}

.wrap-palette__row--three { grid-template-columns: repeat(3, 1fr); }
.wrap-palette__row--two   { grid-template-columns: repeat(2, 1fr); }

@media (max-width: 880px) {
  .wrap-palette__row,
  .wrap-palette__row--three,
  .wrap-palette__row--two { grid-template-columns: repeat(2, 1fr); gap: var(--s-4); }
}

@media (max-width: 480px) {
  .wrap-palette__row,
  .wrap-palette__row--three,
  .wrap-palette__row--two { grid-template-columns: 1fr; }
}

.wrap-swatch {
  display: flex;
  flex-direction: column;
}

.wrap-swatch__chip {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-card);
  border: 1px solid var(--c-line-soft);
  margin-bottom: var(--s-3);
  position: relative;
  overflow: hidden;
}

.wrap-swatch__chip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255,255,255,0.18) 0%, transparent 38%, rgba(0,0,0,0.06) 100%);
  pointer-events: none;
}

.wrap-swatch__name {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 0.92rem;
  color: var(--c-mocha);
  letter-spacing: 0.02em;
}

.wrap-swatch__hex {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--c-taupe);
  margin-top: 2px;
}

/* Color chips */
.wrap-chip-soft-cream      { background: var(--w-soft-cream); }
.wrap-chip-oatmeal         { background: var(--w-oatmeal); }
.wrap-chip-warm-ivory      { background: var(--w-warm-ivory); }
.wrap-chip-dusty-lavender  { background: var(--w-dusty-lavender); }
.wrap-chip-blush-nude      { background: var(--w-blush-nude); }
.wrap-chip-muted-taupe     { background: var(--w-muted-taupe); }
.wrap-chip-deep-mocha      { background: var(--w-deep-mocha); }
.wrap-chip-charcoal-brown  { background: var(--w-charcoal-brown); }

/* ---------- Ribbon color guide ---------- */
.ribbon-guide {
  background: var(--c-cream);
  padding: var(--s-9) 0;
  border-top: 1px solid var(--c-line-soft);
}

.ribbon-guide__media {
  margin-top: var(--s-6);
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--c-line-soft);
  background: var(--c-cream-warm);
}

.ribbon-guide__media img {
  width: 100%;
  height: auto;
  display: block;
}

.ribbon-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-4);
  margin-top: var(--s-7);
}

@media (max-width: 768px) {
  .ribbon-quick { grid-template-columns: repeat(2, 1fr); }
}

.ribbon-swatch {
  text-align: center;
  padding: var(--s-4);
  background: var(--c-cream-warm);
  border-radius: var(--radius-card);
  border: 1px solid var(--c-line-soft);
}

.ribbon-swatch__bar {
  height: 14px;
  border-radius: 100px;
  margin-bottom: var(--s-3);
}

.ribbon-swatch__name {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--c-mocha);
  margin-bottom: 2px;
}

.ribbon-swatch__use {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--c-taupe);
}

.ribbon-bar-ivory       { background: #ECE2D2; }
.ribbon-bar-taupe       { background: #B5A89A; }
.ribbon-bar-mocha       { background: #3D2E25; }
.ribbon-bar-dusty-blush { background: #E5C6BB; }

/* Wrap dots inline (for product cards / PDP) */
.dot-soft-cream      { background: var(--w-soft-cream); }
.dot-oatmeal         { background: var(--w-oatmeal); }
.dot-warm-ivory      { background: var(--w-warm-ivory); }
.dot-dusty-lavender  { background: var(--w-dusty-lavender); }
.dot-blush-nude      { background: var(--w-blush-nude); }
.dot-muted-taupe     { background: var(--w-muted-taupe); }
.dot-deep-mocha      { background: var(--w-deep-mocha); }
.dot-charcoal-brown  { background: var(--w-charcoal-brown); }

/* ---------- How it works ---------- */
.how {
  background: var(--c-cream-warm);
}

.how__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-6);
  margin-top: var(--s-7);
}

@media (max-width: 880px) {
  .how__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.how__step {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  position: relative;
  padding-top: var(--s-5);
}

.how__step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--c-taupe);
  opacity: 0.3;
}

.how__num {
  font-family: var(--f-sans-display);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  color: var(--c-rose);
}

.how__step h3 {
  font-size: 1.35rem;
  font-weight: 300;
}

.how__step p {
  font-size: 0.88rem;
  color: var(--c-taupe);
  line-height: 1.55;
}

/* ---------- Founder ---------- */
.founder {
  background: var(--c-cream);
}

.founder__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-9);
  align-items: center;
}

@media (max-width: 880px) {
  .founder__grid {
    grid-template-columns: 1fr;
    gap: var(--s-7);
  }
}

.founder__media {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--c-cream-warm), var(--c-blush));
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
}

.founder__media img,
.founder__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder__media--video {
  background: var(--c-mocha);
}

.founder__media--video video {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Subtle vignette over video for cinematic feel */
.founder__media--video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(46, 40, 35, 0.18) 100%);
  pointer-events: none;
  z-index: 2;
}

.founder__content {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}

/* Unify all paragraphs in founder block — one continuous letter, one voice */
.founder__content p,
.founder__content p.lead {
  font-family: var(--f-body);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--c-mocha-soft);
}

.founder__quote {
  font-family: var(--f-script);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--c-taupe);
  line-height: 1.45;
  padding-left: var(--s-5);
  border-left: 1px solid var(--c-rose);
  margin-top: var(--s-3);
}

.founder__sign {
  font-family: var(--f-script);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--c-mocha);
  margin-top: var(--s-3);
}

/* ---------- Testimonials ---------- */
.testimonials {
  background: var(--c-cream-warm);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
  margin-top: var(--s-7);
}

@media (max-width: 880px) {
  .testimonial-grid { grid-template-columns: 1fr; }
}

.testimonial {
  background: var(--c-cream);
  padding: var(--s-6);
  border-radius: var(--radius-card);
  border: 1px solid var(--c-line-soft);
}

.testimonial__quote {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--c-mocha-soft);
  margin-bottom: var(--s-4);
  font-weight: 300;
}

.testimonial__quote::before {
  content: '“';
  font-family: var(--f-script);
  font-size: 2.4rem;
  color: var(--c-rose);
  line-height: 0.4;
  vertical-align: -0.2em;
  margin-right: 4px;
}

.testimonial__author {
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--c-mocha);
  letter-spacing: 0.04em;
}

.testimonial__city {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-taupe);
  margin-top: 2px;
}

/* ---------- Rating system (modern petal marks) ---------- */
.rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  color: var(--c-taupe);
  letter-spacing: 0.04em;
}

.rating__marks {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.rating__mark {
  width: 9px;
  height: 12px;
  display: inline-block;
  color: var(--c-rose);
  flex-shrink: 0;
}

.rating__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rating__mark--empty {
  color: var(--c-line);
}

.rating__score {
  font-family: var(--f-display);
  font-weight: 400;
  color: var(--c-mocha);
  font-size: 0.98rem;
  letter-spacing: 0;
}

.rating__divider {
  color: var(--c-line);
  font-weight: 300;
}

.rating__count {
  color: var(--c-taupe);
  font-size: 0.82rem;
}

/* Larger variant for summary headers */
.rating--lg .rating__mark {
  width: 12px;
  height: 16px;
}

.rating--lg .rating__marks {
  gap: 7px;
}

.rating--lg .rating__score {
  font-size: 1.15rem;
}

/* Stacked variant for big hero score (above marks) */
.rating-hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-3);
}

.rating-hero__score {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 5.2rem;
  line-height: 1;
  color: var(--c-mocha);
  letter-spacing: -0.01em;
}

.rating-hero__score-suffix {
  font-family: var(--f-body);
  font-size: 1rem;
  color: var(--c-taupe);
  font-weight: 300;
  letter-spacing: 0.08em;
}

.rating-hero__marks {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rating-hero__marks .rating__mark {
  width: 14px;
  height: 19px;
}

.rating-hero__count {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

/* ---------- FAQ ---------- */
.faq-list {
  margin-top: var(--s-7);
  max-width: var(--max-w-narrow);
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  border-bottom: 1px solid var(--c-line);
}

.faq-item__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--s-5) 0;
  text-align: left;
  font-family: var(--f-sans-display);   /* Inter */
  font-weight: 500;                      /* Medium — bolder for question scan */
  font-size: 1.05rem;
  color: var(--c-mocha);
  letter-spacing: -0.005em;
  line-height: 1.4;
}

.faq-item__btn:focus {
  outline: none;
}

.faq-item__btn:focus-visible {
  outline: 1px solid var(--c-rose);
  outline-offset: 4px;
  border-radius: 2px;
}

.faq-item__icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  margin-left: var(--s-4);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: var(--c-mocha);
  transition: transform var(--t-base) var(--ease);
}

.faq-item__icon::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-item__icon::after {
  transform: rotate(0);
}

.faq-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-base) var(--ease);
}

.faq-item.is-open .faq-item__panel {
  max-height: 480px;
}

.faq-item__panel-inner {
  padding: 0 0 var(--s-5);
  color: var(--c-mocha-soft);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 640px;
}

/* ---------- Sketch animation (care steps) ---------- */
.sketch-steps {
  background: var(--c-cream-warm);
  padding: var(--s-9) 0;
  border-top: 1px solid var(--c-line-soft);
  border-bottom: 1px solid var(--c-line-soft);
}

.sketch-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-5);
  margin-top: var(--s-7);
}

@media (max-width: 768px) {
  .sketch-steps__grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-6); }
}

@media (max-width: 480px) {
  .sketch-steps__grid { grid-template-columns: 1fr; }
}

.sketch-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sketch-step__svg {
  width: 110px;
  height: 110px;
  margin-bottom: var(--s-4);
  color: var(--c-mocha);
}

.sketch-step__svg path,
.sketch-step__svg circle,
.sketch-step__svg line,
.sketch-step__svg polyline,
.sketch-step__svg ellipse {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  opacity: 0;
}

.sketch-step__svg [data-fill] {
  fill: currentColor;
  stroke: none;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  opacity: 0;
}

.sketch-step.is-drawing .sketch-step__svg path,
.sketch-step.is-drawing .sketch-step__svg circle,
.sketch-step.is-drawing .sketch-step__svg line,
.sketch-step.is-drawing .sketch-step__svg polyline,
.sketch-step.is-drawing .sketch-step__svg ellipse {
  animation: sketchDraw 1.8s ease-out forwards;
}

.sketch-step.is-drawing .sketch-step__svg [data-fill] {
  animation: sketchFadeIn 0.8s ease-out 1.4s forwards;
}

@keyframes sketchDraw {
  0%   { stroke-dashoffset: 400; opacity: 0; }
  10%  { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes sketchFadeIn {
  to { opacity: 1; }
}

/* Stagger 4 steps so they draw in sequence */
.sketch-step:nth-child(1).is-drawing .sketch-step__svg path,
.sketch-step:nth-child(1).is-drawing .sketch-step__svg * { animation-delay: 0s; }
.sketch-step:nth-child(2).is-drawing .sketch-step__svg path,
.sketch-step:nth-child(2).is-drawing .sketch-step__svg * { animation-delay: 0.4s; }
.sketch-step:nth-child(3).is-drawing .sketch-step__svg path,
.sketch-step:nth-child(3).is-drawing .sketch-step__svg * { animation-delay: 0.8s; }
.sketch-step:nth-child(4).is-drawing .sketch-step__svg path,
.sketch-step:nth-child(4).is-drawing .sketch-step__svg * { animation-delay: 1.2s; }

.sketch-step__num {
  font-family: var(--f-sans-display);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-rose);
  font-weight: 500;
  margin-bottom: var(--s-2);
}

.sketch-step__title {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--c-mocha);
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}

.sketch-step__desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--c-taupe);
  max-width: 220px;
}

@media (prefers-reduced-motion: reduce) {
  .sketch-step__svg path,
  .sketch-step__svg * {
    opacity: 1;
    stroke-dashoffset: 0;
    animation: none !important;
  }
}

/* ---------- Follow social media ---------- */
.follow {
  background: var(--c-cream-warm);
  text-align: center;
  padding: var(--s-9) 0;
  border-top: 1px solid var(--c-line-soft);
  border-bottom: 1px solid var(--c-line-soft);
}

.follow__icon {
  width: 34px;
  height: 34px;
  color: var(--c-rose);
  margin: 0 auto var(--s-4);
  display: block;
}

/* IG feed grid — 4 latest posts */
.follow__feed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 720px;
  margin: var(--s-7) auto var(--s-5);
}

@media (max-width: 560px) {
  .follow__feed { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

.follow__feed-item {
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  background: var(--c-blush);
}

.follow__feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  filter: saturate(0.95);
}

.follow__feed-item:hover img {
  transform: scale(1.06);
}

.follow__feed-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(46, 40, 35, 0);
  transition: background var(--t-base) var(--ease);
  pointer-events: none;
}

.follow__feed-item:hover::after {
  background: rgba(46, 40, 35, 0.22);
}

.follow__feed-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  color: var(--c-cream);
  opacity: 0;
  transform: scale(0.7);
  transition: all var(--t-base) var(--ease);
  z-index: 2;
  pointer-events: none;
}

.follow__feed-item:hover .follow__feed-item__icon {
  opacity: 1;
  transform: scale(1);
}

.follow__handle {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--c-mocha);
  margin-top: var(--s-2);
  letter-spacing: -0.005em;
  transition: color var(--t-base) var(--ease);
}

.follow__handle:hover {
  color: var(--c-rose);
  opacity: 1;
}

.follow__handle::after {
  content: '→';
  font-family: var(--f-body);
  font-style: normal;
  font-size: 1.4rem;
  margin-left: var(--s-2);
  transition: transform var(--t-fast) var(--ease);
}

.follow__handle:hover::after {
  transform: translateX(6px);
}

.follow__desc {
  max-width: 480px;
  margin: var(--s-4) auto 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--c-taupe);
}

.follow__cta-text {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-taupe);
  margin-top: var(--s-6);
  display: block;
}

@media (max-width: 560px) {
  .follow__handle { font-size: 1.8rem; }
}

/* ---------- Newsletter ---------- */
.newsletter {
  background: var(--c-mocha);
  color: var(--c-cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.newsletter .container,
.newsletter .container-narrow {
  position: relative;
  z-index: 2;
}

/* Botanical decorations — minimal scattered leaves + ribbon curves */
.newsletter__deco {
  position: absolute;
  color: var(--c-cream);
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
}

.newsletter__deco svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* 4 single leaves — one per corner */
.newsletter__deco--leaf-tl {
  top: 10%;
  left: 6%;
  width: 50px;
  height: 75px;
  transform: rotate(-25deg);
  animation: leafSway 14s ease-in-out infinite;
}

.newsletter__deco--leaf-tr {
  top: 18%;
  right: 8%;
  width: 50px;
  height: 75px;
  transform: rotate(30deg);
  animation: leafSway 12s ease-in-out infinite reverse;
  animation-delay: -3s;
}

.newsletter__deco--leaf-bl {
  bottom: 12%;
  left: 9%;
  width: 60px;
  height: 90px;
  transform: rotate(15deg);
  animation: leafSway 16s ease-in-out infinite;
  animation-delay: -5s;
}

.newsletter__deco--leaf-br {
  bottom: 18%;
  right: 5%;
  width: 60px;
  height: 90px;
  transform: rotate(-20deg);
  animation: leafSway 13s ease-in-out infinite reverse;
  animation-delay: -7s;
}

/* 2 ribbon curves — top-right + bottom-left */
.newsletter__deco--ribbon-tr {
  top: -10px;
  right: 18%;
  width: 60px;
  height: 200px;
  opacity: 0.14;
  animation: ribbonSway 18s ease-in-out infinite;
}

.newsletter__deco--ribbon-bl {
  bottom: -10px;
  left: 22%;
  width: 60px;
  height: 200px;
  opacity: 0.14;
  animation: ribbonSway 16s ease-in-out infinite reverse;
  animation-delay: -6s;
}

@keyframes leafSway {
  0%, 100% { transform: rotate(var(--rot, 0deg)) translateY(0); }
  50%      { transform: rotate(calc(var(--rot, 0deg) + 4deg)) translateY(-6px); }
}

@keyframes ribbonSway {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-8px) rotate(2deg); }
}

/* Inline rotation needs CSS var or override per leaf */
.newsletter__deco--leaf-tl { --rot: -25deg; }
.newsletter__deco--leaf-tr { --rot: 30deg; }
.newsletter__deco--leaf-bl { --rot: 15deg; }
.newsletter__deco--leaf-br { --rot: -20deg; }

@media (max-width: 768px) {
  .newsletter__deco--leaf-bl,
  .newsletter__deco--leaf-br { width: 40px; height: 60px; }
  .newsletter__deco--ribbon-tr,
  .newsletter__deco--ribbon-bl { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .newsletter__deco { animation: none !important; }
}

.newsletter h2,
.newsletter h3 {
  color: var(--c-cream);
}

.newsletter p {
  color: rgba(245, 237, 228, 0.78);
  max-width: 480px;
  margin: var(--s-3) auto var(--s-6);
}

.newsletter__form {
  display: flex;
  gap: var(--s-2);
  max-width: 480px;
  margin: 0 auto;
}

@media (max-width: 560px) {
  .newsletter__form { flex-direction: column; }
}

.newsletter__form input {
  flex: 1;
  padding: 14px 18px;
  background: transparent;
  border: 1px solid rgba(245, 237, 228, 0.35);
  border-radius: var(--radius);
  color: var(--c-cream);
  font-size: 0.9rem;
  min-height: 48px;
}

.newsletter__form input::placeholder {
  color: rgba(245, 237, 228, 0.5);
}

.newsletter__form input:focus {
  outline: none;
  border-color: var(--c-cream);
}

.newsletter__form button {
  padding: 14px 28px;
  background: var(--c-cream);
  color: var(--c-mocha);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: var(--radius);
  transition: opacity var(--t-fast) var(--ease);
}

.newsletter__form button:hover {
  opacity: 0.85;
}

.newsletter__fineprint {
  font-size: 0.74rem;
  color: rgba(245, 237, 228, 0.5);
  margin-top: var(--s-5);
  letter-spacing: 0.04em;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--c-cream-warm);
  padding: var(--s-9) 0 var(--s-6);
  border-top: 1px solid var(--c-line-soft);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--s-7);
  margin-bottom: var(--s-7);
}

@media (max-width: 880px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--s-6);
  }
}

@media (max-width: 560px) {
  .site-footer__grid { grid-template-columns: 1fr; }
}

.site-footer__brand .brand {
  margin-bottom: var(--s-4);
}

.site-footer__brand p {
  font-size: 0.88rem;
  color: var(--c-taupe);
  line-height: 1.6;
  max-width: 320px;
}

.site-footer h4 {
  margin-bottom: var(--s-3);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--c-mocha);
}

.site-footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}

.site-footer a {
  font-size: 0.88rem;
  color: var(--c-taupe);
}

.site-footer__bottom {
  padding-top: var(--s-5);
  border-top: 1px solid var(--c-line-soft);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s-3);
  font-size: 0.76rem;
  color: var(--c-taupe);
  letter-spacing: 0.04em;
}

/* ---------- Product detail ---------- */
.pdp {
  padding: var(--s-7) 0;
}

.breadcrumb {
  font-size: 0.78rem;
  color: var(--c-taupe);
  letter-spacing: 0.06em;
  margin-bottom: var(--s-6);
  display: flex;
  align-items: center;
  gap: var(--s-2);
}

.breadcrumb a { color: var(--c-taupe); }
.breadcrumb .sep { opacity: 0.5; }
.breadcrumb .current { color: var(--c-mocha); }

.pdp__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--s-8);
  align-items: start;
}

@media (max-width: 880px) {
  .pdp__grid {
    grid-template-columns: 1fr;
    gap: var(--s-6);
  }
}

.pdp__media {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

.pdp__main-image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--c-blush), var(--c-cream-warm) 70%);
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
}

.pdp__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--s-2);
}

.pdp__thumbs button {
  aspect-ratio: 1;
  background: var(--c-blush);
  border-radius: var(--radius);
  overflow: hidden;
  opacity: 0.65;
  border: 1px solid transparent;
  transition: all var(--t-fast) var(--ease);
}

.pdp__thumbs button.active,
.pdp__thumbs button:hover {
  opacity: 1;
  border-color: var(--c-mocha);
}

.pdp__info {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}

.pdp__title-vn {
  font-family: var(--f-script);
  font-style: italic;
  color: var(--c-taupe);
  font-size: 1.15rem;
  margin-top: 4px;
}

.pdp__price {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.pdp__tax {
  font-size: 0.84rem;
  color: var(--c-taupe);
  margin-top: 4px;
}

.pdp__window {
  padding: var(--s-4) var(--s-5);
  background: var(--c-cream-warm);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}

.pdp__window-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

.pdp__window-time {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--c-mocha);
}

.pdp__desc {
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--c-mocha-soft);
}

.pdp__wrap {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  padding: var(--s-3) var(--s-4);
  background: var(--c-cream-warm);
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius-card);
  flex-wrap: wrap;
}

.pdp__wrap-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

.pdp__wrap-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--c-line);
  flex-shrink: 0;
}

.pdp__wrap-name {
  font-size: 0.92rem;
  color: var(--c-mocha);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.pdp__wrap-link {
  margin-left: auto;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--c-rose);
  border-bottom: 1px solid var(--c-rose);
}

.pdp__add-ons {
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  padding: var(--s-5) 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

.pdp__add-on {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.92rem;
}

.pdp__add-on label {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  cursor: pointer;
  color: var(--c-mocha);
}

.pdp__add-on input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid var(--c-taupe);
  border-radius: 2px;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.pdp__add-on input[type="checkbox"]:checked {
  background: var(--c-mocha);
  border-color: var(--c-mocha);
}

.pdp__add-on input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border-right: 1.5px solid var(--c-cream);
  border-bottom: 1.5px solid var(--c-cream);
  transform: rotate(45deg);
}

.pdp__add-on-price {
  color: var(--c-taupe);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.pdp__trust-row {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  font-size: 0.82rem;
  color: var(--c-taupe);
}

.pdp__trust-row li {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  list-style: none;
}

.pdp__trust-row li::before {
  content: '—';
  color: var(--c-rose);
  font-weight: 400;
}

.pdp__details {
  margin-top: var(--s-8);
}

.pdp__details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-6);
}

@media (max-width: 880px) {
  .pdp__details-grid { grid-template-columns: 1fr; }
}

.pdp__details-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: var(--s-3);
}

.pdp__details-icon {
  width: 22px;
  height: 22px;
  color: var(--c-rose);
  flex-shrink: 0;
}

.pdp__details-grid h4 {
  margin-bottom: 0;
}

.pdp__details-grid ul {
  list-style: none;
  font-size: 0.92rem;
  color: var(--c-mocha-soft);
  line-height: 1.7;
}

/* ---------- Shop listing ---------- */
.shop-hero {
  padding: var(--s-8) 0 var(--s-7);
  text-align: center;
}

.shop-hero p {
  max-width: 520px;
  margin: var(--s-4) auto 0;
  color: var(--c-taupe);
}

.shop-filter {
  display: flex;
  justify-content: center;
  gap: var(--s-2);
  margin-bottom: var(--s-7);
  flex-wrap: wrap;
}

.shop-filter button {
  padding: 8px 18px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-taupe);
  border: 1px solid var(--c-line);
  border-radius: 100px;
  transition: all var(--t-fast) var(--ease);
}

.shop-filter button.active,
.shop-filter button:hover {
  color: var(--c-mocha);
  border-color: var(--c-mocha);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-7);
}

@media (max-width: 880px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .shop-grid { grid-template-columns: 1fr; }
}

/* ---------- About page ---------- */
.about-hero {
  padding: var(--s-9) 0;
  text-align: center;
}

.about-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 300;
  max-width: 760px;
  margin: 0 auto var(--s-4);
}

.about-hero .lead {
  max-width: 580px;
  margin: 0 auto;
  color: var(--c-taupe);
}

.about-section {
  padding: var(--s-8) 0;
}

.about-section h2 {
  margin-bottom: var(--s-4);
}

.about-section p,
.about-section p.lead {
  margin-bottom: var(--s-4);
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 300;
  color: var(--c-mocha-soft);
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-6);
  padding: var(--s-8) 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}

@media (max-width: 880px) {
  .about-pillars { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .about-pillars { grid-template-columns: 1fr; }
}

.pillar__icon {
  width: 30px;
  height: 30px;
  color: var(--c-rose);
  margin-bottom: var(--s-4);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.pillar h4 {
  color: var(--c-rose);
  margin-bottom: var(--s-3);
}

.pillar p {
  font-size: 0.92rem;
  color: var(--c-taupe);
  line-height: 1.6;
}

/* ---------- Forms ---------- */
.form-row {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  margin-bottom: var(--s-4);
}

.form-row label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

.form-row input,
.form-row textarea,
.form-row select {
  padding: 12px 14px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  background: var(--c-cream);
  font-size: 0.95rem;
  transition: border-color var(--t-fast) var(--ease);
  font-weight: 300;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  outline: none;
  border-color: var(--c-mocha);
}

.form-row textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.form-row--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-4);
}

@media (max-width: 560px) {
  .form-row--row { grid-template-columns: 1fr; }
}

/* ---------- Logo icon hand-drawn tulip (SVG inline) ---------- */
.tulip-icon {
  display: inline-block;
  color: var(--c-mocha);
}

/* ---------- Utility ---------- */
.center-cta {
  text-align: center;
  margin-top: var(--s-7);
}

.mb-0 { margin-bottom: 0; }
.mt-3 { margin-top: var(--s-3); }
.mt-5 { margin-top: var(--s-5); }
.mt-7 { margin-top: var(--s-7); }

/* ---------- Reviews page ---------- */
.reviews-summary {
  background: var(--c-cream-warm);
  padding: var(--s-8) 0;
  border-bottom: 1px solid var(--c-line-soft);
}

.reviews-summary__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--s-7);
  align-items: center;
}

@media (max-width: 768px) {
  .reviews-summary__grid { grid-template-columns: 1fr; gap: var(--s-5); }
}

.reviews-summary__score {
  text-align: center;
}

.reviews-summary__score-num {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 5.2rem;
  line-height: 1;
  color: var(--c-mocha);
  letter-spacing: -0.01em;
}

.reviews-summary__score-stars {
  color: var(--c-rose);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: var(--s-2) 0;
}

.reviews-summary__score-count {
  font-size: 0.84rem;
  color: var(--c-taupe);
  letter-spacing: 0.06em;
}

.reviews-summary__breakdown {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}

.reviews-summary__bar {
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  align-items: center;
  gap: var(--s-3);
  font-size: 0.84rem;
  color: var(--c-taupe);
}

.reviews-summary__bar-track {
  height: 4px;
  background: var(--c-line);
  border-radius: 100px;
  overflow: hidden;
}

.reviews-summary__bar-fill {
  height: 100%;
  background: var(--c-rose);
  border-radius: 100px;
}

.reviews-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--s-4);
  padding: var(--s-6) 0;
  border-bottom: 1px solid var(--c-line-soft);
}

.reviews-filter {
  display: flex;
  gap: var(--s-2);
  flex-wrap: wrap;
}

.reviews-filter button {
  padding: 8px 16px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-taupe);
  border: 1px solid var(--c-line);
  border-radius: 100px;
  transition: all var(--t-fast) var(--ease);
}

.reviews-filter button.active,
.reviews-filter button:hover {
  color: var(--c-mocha);
  border-color: var(--c-mocha);
}

.reviews-sort {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  font-size: 0.82rem;
  color: var(--c-taupe);
}

.reviews-sort select {
  padding: 8px 14px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  background: transparent;
  font-size: 0.84rem;
  color: var(--c-mocha);
  cursor: pointer;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
  padding: var(--s-7) 0;
}

@media (max-width: 880px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .reviews-grid { grid-template-columns: 1fr; }
}

.review-card {
  display: flex;
  flex-direction: column;
  background: var(--c-cream);
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius-card);
  overflow: hidden;
}

.review-card__photo {
  aspect-ratio: 1;
  background: linear-gradient(150deg, var(--c-blush), var(--c-cream-warm) 70%);
  position: relative;
  overflow: hidden;
}

.review-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

.review-card__badge {
  position: absolute;
  top: var(--s-3);
  left: var(--s-3);
  padding: 3px 9px;
  background: rgba(245, 237, 228, 0.92);
  color: var(--c-mocha);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 100px;
}

.review-card__body {
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  flex: 1;
}

.review-card__stars {
  color: var(--c-rose);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
}

.review-card__quote {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--c-mocha-soft);
  font-weight: 300;
  flex: 1;
}

.review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: var(--s-3);
  border-top: 1px solid var(--c-line-soft);
}

.review-card__author {
  font-size: 0.86rem;
  font-weight: 400;
  color: var(--c-mocha);
}

.review-card__sub {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-taupe);
}

.review-card__product {
  font-size: 0.78rem;
  color: var(--c-rose);
  margin-top: 4px;
  font-style: italic;
  font-family: var(--f-script);
}

/* ---------- Scroll-triggered reveal animations ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
      opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1),
      transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
  }
  .reveal.is-revealed {
    opacity: 1;
    transform: translateY(0);
  }

  /* Stagger children (used on grids) */
  .reveal-stagger > * {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
      transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: calc(var(--stagger, 0) * 90ms);
    will-change: opacity, transform;
  }
  .reveal-stagger.is-revealed > * {
    opacity: 1;
    transform: translateY(0);
  }

  /* Hero subtle entrance on first load */
  .hero__content > * {
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeUp 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  }
  .hero__content > *:nth-child(1) { animation-delay: 0.10s; }
  .hero__content > *:nth-child(2) { animation-delay: 0.18s; }
  .hero__content > *:nth-child(3) { animation-delay: 0.26s; }
  .hero__content > *:nth-child(4) { animation-delay: 0.34s; }
  .hero__content > *:nth-child(5) { animation-delay: 0.42s; }
  .hero__content > *:nth-child(6) { animation-delay: 0.50s; }
  .hero__content > *:nth-child(7) { animation-delay: 0.58s; }

  @keyframes heroFadeUp {
    to { opacity: 1; transform: translateY(0); }
  }

  .hero__media {
    opacity: 0;
    animation: heroImageIn 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.05s forwards;
  }

  @keyframes heroImageIn {
    from { opacity: 0; transform: scale(1.03); }
    to   { opacity: 1; transform: scale(1); }
  }

  /* Product card image subtle zoom on hover (already had transform) */
  .product-card,
  .format-tile,
  .single-sku__media {
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  /* Buttons get a soft press */
  .btn {
    transition: all 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .btn:active {
    transform: translateY(1px);
  }

  /* Header subtle shadow on scroll */
  .site-header {
    transition: box-shadow 0.4s var(--ease), background 0.4s var(--ease);
  }
  .site-header.is-scrolled {
    box-shadow: 0 1px 12px rgba(46, 40, 35, 0.06);
  }
}

/* Print-safe — basic */
@media print {
  .nav, .announcement, .site-footer__bottom { display: none; }
}
