/* Penelope's preview, refined site layer */

html {
  scroll-behavior: smooth;
}

/* Compact brand mark (sidebar), not the hero sign */
.pf-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  text-decoration: none;
  line-height: 1;
}

.pf-mark__script {
  font-family: var(--pf-font-script);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.pf-mark__sans {
  font-family: var(--pf-font-body);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.pf-mark--sidebar .pf-mark__script,
.pf-mark--sidebar .pf-mark__sans {
  color: #fff;
}

/* Hero wordmark, cinema, centered lockup */
.pf-cinema-hero__content .pf-wordmark {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 0.25rem;
  text-align: center;
}

.pf-cinema-hero__content .pf-wordmark__name {
  letter-spacing: 0.12em;
  text-align: center;
  text-align-last: center;
  background: linear-gradient(90deg, #fff 35%, var(--pf-blush-400) 75%, var(--pf-blush-300));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.pf-cinema-hero__content .pf-wordmark__tagline {
  text-align: center;
  color: var(--pf-blush-400);
}

.pf-cinema-hero__actions .pf-cinema-hero__btn-ghost {
  background: rgb(255 255 255 / 0.12);
  color: #fff;
  border-color: rgb(255 255 255 / 0.35);
}

.pf-cinema-hero__actions .pf-cinema-hero__btn-ghost:hover {
  background: rgb(255 255 255 / 0.22);
  color: #fff;
}

.pf-announcement {
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem;
}

.pf-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid rgb(242 175 193 / 0.3);
}

.pf-trust__pill {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.55);
  padding: 0.35rem 0;
}

.pf-trust__pill + .pf-trust__pill::before {
  content: '·';
  margin-right: 0.5rem;
  opacity: 0.4;
}

.pf-delivery-cutoff {
  width: 100%;
  max-width: var(--pf-home-content-inset, 100%);
  margin: 0 auto 1.5rem;
  padding: 1.18rem 1.52rem;
  text-align: center;
  background: rgb(253 242 246);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-sm);
  box-shadow: 0 1px 0 rgb(255 255 255 / 0.85) inset;
}

.pf-delivery-cutoff__line {
  margin: 0;
  font-size: 1.162rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--pf-ink);
}

.pf-delivery-cutoff__time {
  font-size: 1.12em;
  font-variant-numeric: tabular-nums;
  color: var(--pf-blush-700);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pf-delivery-cutoff__note {
  margin: 0.46rem 0 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: rgb(44 44 44 / 0.42);
}

/* Homepage Match block, 15% larger than base */
.pf-shop-section--match {
  --pf-match-scale: 1.15;
  padding-bottom: calc(clamp(1.25rem, 3vw, 2rem) + 3.5rem);
}

.pf-shop-section--match .pf-home-match {
  width: calc(100% / var(--pf-match-scale));
  max-width: calc(var(--pf-home-content-inset, 100%) / var(--pf-match-scale));
  transform: scale(var(--pf-match-scale));
  transform-origin: top center;
  margin-left: auto;
  margin-right: auto;
}

.pf-match-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin: 0 clamp(1.25rem, 3vw, 2rem) 0.5rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgb(242 175 193 / 0.35);
}

.pf-match-strip__title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
}

.pf-match-strip__text {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.55);
}

.pf-match-strip .pf-btn {
  font-size: 0.625rem;
  padding: 0.55rem 0.9rem;
}

.pf-match-card {
  display: none;
}

.pf-shop-section {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
}

.pf-shop-section__title {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
  margin: 0 0 1rem;
}

.pf-shop-grid {
  gap: 1.125rem;
}

/*, , , Homepage shared box theme (square corners, 1:1 media), , , */
.pf-home-v2 {
  --pf-home-box-radius: var(--pf-radius-sm);
  --pf-home-box-border: 1px solid rgb(242 175 193 / 0.45);
  --pf-home-box-shadow:
    0 1px 0 rgb(255 255 255 / 0.7) inset,
    0 8px 22px rgb(230 140 165 / 0.09);
  --pf-home-box-shadow-hover:
    0 1px 0 rgb(255 255 255 / 0.7) inset,
    0 14px 32px rgb(230 140 165 / 0.16);
  --pf-home-content-max: none;
  --pf-home-content-inset: 100%;
  --pf-home-shop-card-blush: color-mix(in srgb, var(--pf-blush-700) 90%, #2c2c2c 10%);
}

@media (min-width: 900px) {
  .pf-home-v2 .pf-site-frame {
    grid-template-columns: minmax(11.25rem, 13.5rem) minmax(0, 1fr);
  }
}

.pf-home-v2 .pf-trust,
.pf-home-v2 .pf-delivery-cutoff,
.pf-home-v2 .pf-home-match,
.pf-home-v2 .pf-home-section-title,
.pf-home-v2 .pf-shop-section--bestsellers .pf-home-shop-card-grid,
.pf-home-v2 .pf-shop-section--bestsellers .pf-shop-section__foot,
.pf-home-v2 .pf-home-collections__head,
.pf-home-v2 .pf-home-collections__grid,
.pf-home-v2 .pf-home-shop-card-grid,
.pf-home-v2 .pf-instagram {
  width: 100%;
  max-width: var(--pf-home-content-inset);
  margin-inline: auto;
}

.pf-home-v2 .pf-trust {
  margin-bottom: 0.25rem;
  justify-content: center;
  padding-inline: clamp(0.5rem, 1.1vw, 1rem);
}

/* Homepage section titles, blush uppercase, white-framed */
.pf-home-section-title {
  margin: 0 auto clamp(1.35rem, 3vw, 1.75rem);
  padding: 0.65rem clamp(1.15rem, 3vw, 1.65rem);
  width: fit-content;
  max-width: 100%;
  font-family: var(--pf-font-body);
  font-size: clamp(1rem, 2.65vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  color: var(--pf-blush-700);
  background: rgb(255 255 255 / 0.92);
  border: 1px solid rgb(255 255 255 / 1);
  box-shadow:
    0 0 0 1px rgb(242 175 193 / 0.35),
    0 6px 18px rgb(230 140 165 / 0.1);
  border-radius: var(--pf-radius-xs);
}

.pf-home-collections__head {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0.35rem, 1vw, 0.65rem);
}

/* Homepage best sellers */
.pf-home-v2 .pf-shop-section--bestsellers {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pf-home-v2 .pf-shop-section--bestsellers .pf-home-shop-card-grid,
.pf-home-v2 .pf-shop-section--bestsellers .pf-shop-section__foot {
  width: 100%;
}

.pf-home-v2 .pf-shop-section--bestsellers .pf-home-shop-card-grid {
  margin-inline: auto;
}

.pf-home-v2 .pf-shop-section--bestsellers .pf-shop-section__foot {
  margin: 1.25rem auto 0;
  text-align: center;
}

.pf-home-v2 .pf-shop-section--bestsellers .pf-btn--secondary {
  border-radius: var(--pf-radius-xs);
}

.pf-home-v2 .pf-shop-section--match {
  padding-block: clamp(1.5rem, 3.5vw, 2.5rem);
}

.pf-home-v2 .pf-page-wrap {
  padding-inline: clamp(0.5rem, 1.1vw, 1rem);
}

.pf-home-v2 .pf-shop-section {
  padding-inline: clamp(0.5rem, 1.1vw, 1rem);
  padding-block: clamp(2.25rem, 5.5vw, 3.75rem);
}

.pf-home-v2 .pf-home-collections {
  padding-top: clamp(2.25rem, 5vw, 3.5rem);
}

.pf-home-v2 .pf-instagram__grid {
  width: 100%;
  max-width: 100%;
  gap: clamp(0.65rem, 1.5vw, 1.125rem);
}

.pf-home-v2 .pf-instagram__text {
  max-width: 42rem;
}

.pf-home-v2 .pf-shop-section--bestsellers {
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

/* Penelope's Match, homepage WhatsApp-style reveal (Penelope theme) */
.pf-home-match {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pf-home-match__script {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--pf-font-script);
  font-size: clamp(2rem, 7vw, 2.85rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  color: var(--pf-ink);
  text-shadow:
    0 0 18px rgb(255 255 255 / 0.95),
    0 0 36px rgb(255 255 255 / 0.55),
    0 1px 0 rgb(255 255 255 / 0.8);
}

.pf-home-match__stage {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pf-home-match__stage::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -1.25rem -8% -1.5rem;
  background:
    radial-gradient(
      ellipse 72% 58% at 50% 38%,
      rgb(255 255 255 / 1) 0%,
      rgb(255 255 255 / 0.72) 28%,
      rgb(255 255 255 / 0.28) 52%,
      transparent 72%
    );
  pointer-events: none;
}

.pf-home-match__stage::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0.5rem 6% -0.75rem;
  border-radius: calc(var(--pf-home-box-radius) + 0.35rem);
  background: rgb(255 255 255 / 0.55);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.85),
    0 18px 42px rgb(255 255 255 / 0.55),
    0 28px 64px rgb(230 140 165 / 0.1);
  filter: blur(10px);
  pointer-events: none;
}

.pf-home-match__chat {
  position: relative;
  z-index: 1;
  border: var(--pf-home-box-border);
  border-radius: var(--pf-home-box-radius);
  background: rgb(253 242 246);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 -1px 0 rgb(255 255 255 / 0.35) inset,
    0 2px 0 rgb(255 255 255 / 0.65),
    0 10px 24px rgb(230 140 165 / 0.14),
    0 22px 48px rgb(44 44 44 / 0.06);
}

.pf-home-match__bar {
  margin: 0;
  padding: 0.55rem 0.75rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: var(--pf-blush-500);
}

.pf-home-match__messages {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.75rem 0.65rem 0.85rem;
}

.pf-home-match__row {
  display: flex;
}

.pf-match-reveal--js .pf-home-match__row[data-match-step],
.pf-match-reveal--js .pf-home-match__footer[data-match-step] {
  opacity: 0;
  transform: translateY(0.55rem);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.pf-match-reveal--js .pf-home-match__row.is-visible,
.pf-match-reveal--js .pf-home-match__footer.is-visible,
.pf-match-reveal--instant .pf-home-match__row[data-match-step],
.pf-match-reveal--instant .pf-home-match__footer[data-match-step] {
  opacity: 1;
  transform: translateY(0);
}

.pf-home-match__row--you {
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
}

.pf-home-match__row--them {
  justify-content: flex-start;
}

.pf-home-match__row--chips {
  justify-content: flex-start;
  padding-left: 0.15rem;
}

.pf-home-match__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-width: 100%;
}

.pf-home-match__chip {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  font-size: 0.625rem;
  line-height: 1.3;
  color: var(--pf-ink-700, #4a3f44);
  text-decoration: none;
  background: #fff;
  border: 1px solid rgb(230 140 165 / 0.35);
  border-radius: 999px;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.pf-home-match__chip:hover {
  background: rgb(255 240 245 / 0.95);
  border-color: var(--pf-blush-400, #e88ca5);
}

.pf-home-match__bubble {
  position: relative;
  display: block;
  max-width: 92%;
  padding: 0.42rem 0.55rem 0.3rem;
  font-size: 0.6875rem;
  line-height: 1.38;
  border-radius: 0.65rem;
  box-shadow: 0 1px 2px rgb(230 140 165 / 0.12);
}

.pf-home-match__bubble--you {
  background: var(--pf-blush-500);
  color: #fff;
  border-top-right-radius: 0.15rem;
}

.pf-home-match__bubble--you::after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  border: 5px solid transparent;
  border-top-color: var(--pf-blush-500);
  border-right: 0;
}

.pf-home-match__row--you:hover .pf-home-match__bubble--you {
  background: #cb738f;
}

.pf-home-match__bubble--them {
  background: #fff;
  color: var(--pf-ink);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-top-left-radius: 0.15rem;
}

.pf-home-match__bubble--them::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-left: 0;
}

.pf-home-match__text {
  display: block;
  margin-bottom: 0.1rem;
  padding-right: 0.1rem;
}

.pf-home-match__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
  font-size: 0.5625rem;
  line-height: 1;
}

.pf-home-match__bubble--you .pf-home-match__meta {
  color: rgb(255 255 255 / 0.78);
}

.pf-home-match__bubble--them .pf-home-match__meta {
  color: rgb(44 44 44 / 0.42);
}

.pf-home-match__ticks {
  display: inline-flex;
  align-items: center;
  color: rgb(255 255 255 / 0.55);
  transition: color 0.35s ease;
}

.pf-home-match__tick {
  display: block;
  width: 0.85rem;
  height: auto;
}

.pf-home-match__tick--second {
  margin-left: -0.45rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.pf-home-match__ticks.is-sent .pf-home-match__tick--second {
  opacity: 1;
}

.pf-home-match__ticks.is-read {
  color: rgb(255 255 255 / 0.95);
}

.pf-home-match__footer {
  position: relative;
  z-index: 1;
  margin-top: 0.15rem;
}

.pf-match-reveal--js .pf-home-match__footer[data-match-step] {
  transform: translateY(0.45rem);
}

.pf-home-match__split {
  display: grid;
  gap: 0;
  border: var(--pf-home-box-border);
  border-radius: var(--pf-home-box-radius);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 2px 0 rgb(255 255 255 / 0.55),
    0 10px 24px rgb(230 140 165 / 0.12),
    0 20px 40px rgb(44 44 44 / 0.05);
}

.pf-home-match__split-blush {
  padding: 0.85rem;
  background: var(--pf-blush-500);
}

.pf-home-match__split-plain {
  padding: 0.65rem 0.75rem;
  background: var(--pf-paper);
}

.pf-home-match__split-plain p {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  text-align: center;
  color: rgb(44 44 44 / 0.55);
}

.pf-home-match__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.75rem;
  padding: 1.05rem 1.5rem;
  font-size: clamp(0.6875rem, 2vw, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--pf-radius-sm);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.pf-home-match__cta--white {
  color: var(--pf-blush-700);
  background: #fff;
  border: 1px solid rgb(255 255 255 / 0.85);
  box-shadow: 0 6px 16px rgb(44 44 44 / 0.08);
}

.pf-home-match__cta--white:hover {
  background: rgb(253 242 246);
  color: var(--pf-blush-700);
  transform: translateY(-1px);
}

.pf-home-match__cta--white.is-glow {
  animation: pf-match-cta-glow 2.2s ease-in-out infinite;
}

@keyframes pf-match-cta-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgb(255 255 255 / 0),
      0 6px 16px rgb(44 44 44 / 0.08);
  }

  50% {
    box-shadow:
      0 0 0 2px rgb(255 255 255 / 0.95),
      0 0 14px 4px rgb(255 255 255 / 0.55),
      0 0 24px 6px rgb(255 255 255 / 0.25),
      0 6px 16px rgb(44 44 44 / 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf-match-reveal--js .pf-home-match__row[data-match-step],
  .pf-match-reveal--js .pf-home-match__footer[data-match-step] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pf-home-match__cta--white.is-glow {
    animation: none;
    box-shadow:
      0 0 0 2px rgb(255 255 255 / 0.9),
      0 6px 16px rgb(44 44 44 / 0.08);
  }
}

/* Typing indicator (the "Match is typing" beat before the reply). Toggled via the
   [hidden] attribute by match-reveal.js, so it stays hidden with no JS. */
.pf-home-match__row[hidden] {
  display: none;
}

.pf-home-match__bubble--typing {
  padding: 0.5rem 0.7rem;
}

.pf-home-match__dots {
  display: inline-flex;
  gap: 0.22rem;
  align-items: center;
}

.pf-home-match__dots i {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgb(230 140 165 / 0.7);
  animation: pf-match-dot 1s infinite ease-in-out;
}

.pf-home-match__dots i:nth-child(2) {
  animation-delay: 0.15s;
}

.pf-home-match__dots i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes pf-match-dot {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-0.18rem);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf-home-match__dots i {
    animation: none;
  }
}

/* Mobile: let the conversation breathe and use the available width, bigger,
   more readable bubbles with more vertical rhythm so the preview fills the room
   instead of sitting cramped at the top. */
@media (max-width: 639px) {
  .pf-home-match__messages {
    gap: 0.6rem;
    padding: 1rem 0.85rem 1.15rem;
  }
  .pf-home-match__bubble {
    max-width: 86%;
    font-size: 0.8125rem;
    line-height: 1.42;
    padding: 0.6rem 0.78rem 0.46rem;
    border-radius: 0.9rem;
  }
  .pf-home-match__text {
    margin-bottom: 0.22rem;
  }
  .pf-home-match__meta {
    font-size: 0.625rem;
  }
}

/* Desktop: Penelope's Match fills the screen. The section becomes a full
   viewport band with the conversation centered and enlarged, so it reads as an
   immersive moment rather than a small card. Same content as mobile, only the
   layout changes. The 1.15 scale transform is dropped here in favour of sizing
   the card directly (cleaner at full size). */
@media (min-width: 900px) {
  .pf-shop-section--match {
    --pf-match-scale: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pf-shop-section--match .pf-home-match {
    transform: none;
    width: 100%;
    max-width: 48rem;
    gap: 1.4rem;
  }
  .pf-home-match__script {
    font-size: clamp(2.75rem, 4.5vw, 3.85rem);
  }
  .pf-home-match__bar {
    font-size: 0.6875rem;
    padding: 0.7rem 0.75rem;
  }
  .pf-home-match__messages {
    gap: 0.7rem;
    padding: 1.5rem 1.5rem 1.65rem;
  }
  .pf-home-match__bubble {
    max-width: 78%;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0.75rem 1rem 0.6rem;
    border-radius: 1.1rem;
  }
  .pf-home-match__meta {
    font-size: 0.6875rem;
  }
  .pf-home-match__split {
    grid-template-columns: 1fr 1fr;
  }
  .pf-home-match__cta {
    min-height: 4.25rem;
    font-size: 0.875rem;
  }
}

/* Homepage shop cards, collections + best sellers */
.pf-home-collections {
  padding-top: clamp(1.5rem, 3vw, 2rem);
}

.pf-home-shop-card-grid,
.pf-home-collections__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  .pf-home-shop-card-grid,
  .pf-home-collections__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
  }
}

.pf-home-shop-card {
  margin: 0;
}

.pf-home-shop-card__link {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border-radius: var(--pf-radius-sm);
  border: 1px solid color-mix(in srgb, var(--pf-blush-400) 28%, rgb(255 255 255 / 0.82) 72%);
  background: color-mix(in srgb, rgb(255 255 255 / 0.78) 90%, var(--pf-blush-100) 10%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgb(230 140 165 / 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pf-home-shop-card__link:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--pf-blush-500) 35%, rgb(255 255 255 / 0.85) 65%);
  box-shadow: 0 12px 28px rgb(230 140 165 / 0.18);
}

.pf-home-shop-card__media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: rgb(253 242 246 / 0.45);
}

.pf-home-shop-card__media .pf-product-card__img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
}

.pf-home-shop-card__link:hover .pf-home-shop-card__media .pf-product-card__img {
  transform: scale(1.03);
}

.pf-home-shop-card__badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 1;
  padding: 0.32rem 0.5rem;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--pf-ink);
  color: #fff;
  border-radius: var(--pf-radius-xs);
}

.pf-home-shop-card__foot {
  padding: 0.7rem 0.75rem 0.85rem;
  text-align: center;
}

.pf-home-shop-card__script {
  display: block;
  font-family: var(--pf-font-script);
  font-weight: 400;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  line-height: 1.15;
  color: var(--pf-home-shop-card-blush, var(--pf-blush-700));
}

.pf-home-shop-card__price {
  display: block;
  margin-top: 0.3rem;
  font-family: var(--pf-font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--pf-home-shop-card-blush, var(--pf-blush-700));
}

/* Browse all collections, layout 08 split row */
.pf-shop-section--browse-cols {
  max-width: 44rem;
  margin-inline: auto;
}

.pf-browse-cols__head {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0.35rem, 1vw, 0.65rem);
}

.pf-browse-cols {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pf-browse-col__link {
  display: flex;
  align-items: stretch;
  min-height: 5.5rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgb(224 130 158 / 0.35);
  border-radius: var(--pf-radius-sm);
  overflow: hidden;
  box-shadow: 0 6px 18px rgb(230 140 165 / 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pf-browse-col__link:hover {
  transform: translateY(-1px);
  border-color: rgb(224 130 158 / 0.55);
  box-shadow: 0 10px 24px rgb(230 140 165 / 0.12);
}

.pf-browse-col__media {
  flex: 0 0 42%;
  min-height: 5.5rem;
  overflow: hidden;
  background: #fff;
}

.pf-browse-col__media .pf-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-browse-col__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.65rem 0.75rem;
}

.pf-browse-col__body strong {
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  color: var(--pf-ink);
}

.pf-browse-col__body span {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: rgb(44 44 44 / 0.55);
}

@media (min-width: 640px) {
  .pf-browse-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.pf-shop-grid .pf-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

@media (min-width: 1100px) {
  .pf-shop-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .pf-home-v2 .pf-shop-section--bestsellers .pf-home-shop-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pf-product-card__link {
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.pf-product-card__link:hover {
  border-color: var(--pf-blush-500);
  transform: translateY(-2px);
}

.pf-product-card__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
}

.pf-product-card__price {
  font-size: 0.875rem;
}

.pf-product-card__media {
  position: relative;
  aspect-ratio: 1;
  background: #fbe4ed;
  overflow: hidden;
}

.pf-product-card__media .pf-photo-frame {
  position: absolute;
  inset: 0;
}

.pf-product-card__media img,
.pf-product-card__media .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-col-tiles {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 750px) {
  .pf-col-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pf-col-tile {
  position: relative;
  border-radius: var(--pf-radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.pf-col-tile a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.pf-col-tile img,
.pf-col-tile .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pf-col-tile:hover img,
.pf-col-tile:hover .pf-photo-frame > img {
  transform: scale(1.03);
}

.pf-col-tile__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgb(44 44 44 / 0.72));
}

.pf-col-tile__label {
  position: absolute;
  left: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  z-index: 1;
}

.pf-col-tile__label strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.pf-col-tile__label span {
  font-size: 0.75rem;
  opacity: 0.85;
}

.pf-page-hero--slim {
  padding: 1.25rem clamp(1.25rem, 3vw, 2rem) 0.75rem;
  background: transparent;
  border: none;
}

.pf-page-hero--slim .pf-page-hero__title {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pf-page-hero--slim .pf-page-hero__lede {
  font-size: 0.875rem;
  margin-top: 0.35rem;
}

.pf-page-body {
  padding: 0 clamp(1.25rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
}

.pf-breadcrumb {
  font-size: 0.6875rem;
  color: rgb(44 44 44 / 0.45);
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pf-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.pf-breadcrumb a:hover {
  color: var(--pf-blush-700);
}

.pf-breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: 0.35rem;
  opacity: 0.5;
}

.pf-pdp {
  display: grid;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 900px) {
  .pf-pdp {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.pf-pdp__gallery {
  border-radius: var(--pf-radius-lg);
  overflow: hidden;
  background: var(--pf-blush-100);
  aspect-ratio: 1;
}

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

.pf-pdp__title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
}

.pf-pdp__price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--pf-blush-700);
  margin: 0 0 0.75rem;
}

.pf-pdp__lede {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgb(44 44 44 / 0.7);
  margin: 0 0 1.5rem;
}

.pf-pdp__label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
  margin-bottom: 0.5rem;
}

.pf-pdp__size-block {
  margin-top: 0.25rem;
}

.pf-pdp__delivery-check {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(242 175 193 / 0.35);
}

.pf-pdp__delivery-check .pf-address-lookup {
  margin-top: 0.35rem;
}

.pf-pdp__delivery-ok {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  color: #2d6a4f;
}

.pf-pdp__size-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pf-pdp__size-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.15rem 0.75rem;
  width: 100%;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1.5px solid rgb(242 175 193 / 0.4);
  border-radius: 0.85rem;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.pf-pdp__size-select {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0;
  font: inherit;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}

.pf-pdp__size-stem-link {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  padding: 0;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgb(44 44 44 / 0.5);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}

.pf-pdp__size-stem-link:hover {
  color: var(--pf-blush-700);
}

.pf-pdp__size-card:hover {
  border-color: rgb(242 175 193 / 0.75);
  background: rgb(253 242 246 / 0.35);
}

.pf-pdp__size-card.is-active {
  border-color: var(--pf-blush-500);
  background: rgb(253 242 246 / 0.65);
  box-shadow: 0 4px 16px rgb(242 175 193 / 0.2);
}

.pf-pdp__size-radio {
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid rgb(242 175 193 / 0.65);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.pf-pdp__size-card.is-active .pf-pdp__size-radio {
  border-color: var(--pf-blush-500);
}

.pf-pdp__size-card.is-active .pf-pdp__size-radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--pf-blush-500);
}

.pf-pdp__size-name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pf-ink);
}

.pf-pdp__size-tag {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pf-blush-700);
  background: rgb(253 242 246);
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: 999px;
  vertical-align: middle;
}

.pf-pdp__size-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pf-blush-700);
  white-space: nowrap;
}

/* Stem breakdown */
.pf-pdp__stem-wrap {
  margin-top: 1.25rem;
}

.pf-pdp__stem-size {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--pf-ink);
}

.pf-pdp__stem-box {
  padding: 0.85rem 1rem 0.95rem;
  background: rgb(253 242 246 / 0.75);
  border: 1px solid rgb(242 175 193 / 0.28);
  border-radius: 0.75rem;
}

.pf-pdp__stem-label {
  margin: 0 0 0.55rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pf-blush-600, #e8a0b5);
}

.pf-pdp__stem-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-pdp__stem-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  padding: 0.3rem 0;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.pf-pdp__stem-list li + li {
  border-top: 1px solid rgb(242 175 193 / 0.15);
}

.pf-pdp__stem-item {
  font-weight: 500;
  color: rgb(44 44 44 / 0.82);
}

.pf-pdp__stem-placeholder {
  font-size: 0.8125rem;
  color: rgb(44 44 44 / 0.5);
  font-style: italic;
}

.pf-pdp__stem-photo {
  margin: 0.75rem 0 0;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgb(242 175 193 / 0.25);
}

.pf-pdp__stem-photo img {
  width: 100%;
  display: block;
}

/* PDP info accordions */
.pf-pdp-details {
  margin-top: 2rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgb(242 175 193 / 0.25);
}

.pf-pdp__stem-cost-wrap {
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  background: rgb(253 242 246 / 0.5);
  border-radius: 0.65rem;
  border: 1px solid rgb(242 175 193 / 0.22);
}

.pf-pdp__stem-cost-heading {
  margin: 0 0 0.55rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pf-blush-600);
}

.pf-pdp__stem-cost-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-pdp__stem-cost-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.pf-pdp__stem-cost-list li + li {
  border-top: 1px solid rgb(242 175 193 / 0.15);
}

.pf-pdp__stem-cost-item {
  color: rgb(44 44 44 / 0.78);
}

.pf-pdp__stem-cost-val {
  font-weight: 600;
  color: rgb(44 44 44 / 0.45);
  white-space: nowrap;
}

.pf-pdp__stem-cost-empty {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: rgb(44 44 44 / 0.5);
  font-style: italic;
}

.pf-pdp-acc {
  border-bottom: 1px solid rgb(242 175 193 / 0.22);
}

.pf-pdp-acc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: var(--pf-ink);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.pf-pdp-acc__head:hover {
  color: var(--pf-blush-700);
}

.pf-pdp-acc__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.pf-pdp-acc__icon::before,
.pf-pdp-acc__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--pf-blush-500);
  border-radius: 1px;
  transition: transform 0.2s ease;
}

.pf-pdp-acc__icon::before {
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.pf-pdp-acc__icon::after {
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.pf-pdp-acc.is-open .pf-pdp-acc__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.pf-pdp-acc__body {
  padding: 0 0 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgb(44 44 44 / 0.68);
}

.pf-pdp-acc__body p {
  margin: 0 0 0.75rem;
}

.pf-pdp-acc__body p:last-child {
  margin-bottom: 0;
}

.pf-pdp-acc__body strong {
  color: var(--pf-ink);
  font-weight: 600;
}

.pf-pdp__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.pf-pdp__size {
  padding: 0.45rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgb(242 175 193 / 0.55);
  border-radius: var(--pf-radius-sm);
  background: var(--pf-paper);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.pf-pdp__size.is-active {
  border-color: var(--pf-blush-500);
  background: var(--pf-blush-100);
  color: var(--pf-blush-700);
}

.pf-pdp__note {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.55);
  margin: 0 0 1.25rem;
}

.pf-pdp__actions .pf-btn--primary {
  width: 100%;
  padding: 0.9rem 1.25rem;
  text-align: center;
}

.pf-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pf-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.55);
}

.pf-form input,
.pf-form textarea {
  font: inherit;
  font-size: 0.9375rem;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-md);
  background: var(--pf-paper);
  color: var(--pf-ink);
}

.pf-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.pf-form input:focus,
.pf-form textarea:focus {
  outline: none;
  border-color: var(--pf-blush-500);
  box-shadow: 0 0 0 3px rgb(242 175 193 / 0.25);
}

.pf-footer {
  margin-top: 2rem;
  padding: 2rem clamp(1.25rem, 3vw, 2rem) 1.5rem;
  border-top: 1px solid rgb(242 175 193 / 0.35);
  background: var(--pf-paper);
}

.pf-footer__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.5rem;
}

@media (min-width: 750px) {
  .pf-footer__grid {
    grid-template-columns: 1.4fr repeat(4, 1fr);
  }
}

.pf-footer__brand {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

.pf-footer__copy {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.55);
}

.pf-footer__heading {
  margin: 0 0 0.5rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.4);
}

.pf-footer__col a {
  display: block;
  font-size: 0.8125rem;
  color: var(--pf-ink);
  text-decoration: none;
  margin-bottom: 0.35rem;
}

.pf-footer__col a:hover {
  color: var(--pf-blush-700);
}

.pf-footer__legal {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgb(242 175 193 / 0.25);
  font-size: 0.625rem;
  color: rgb(44 44 44 / 0.4);
}

.pf-sidebar {
  padding: 1.5rem 1.125rem 2rem;
}

.pf-sidebar .pf-wordmark {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 1.75rem;
  text-decoration: none;
  text-align: center;
}

.pf-sidebar .pf-wordmark__name,
.pf-wordmark--sidebar .pf-wordmark__name {
  letter-spacing: 0.12em;
  text-align: center;
  text-align-last: center;
  background: linear-gradient(90deg, #fff 35%, var(--pf-blush-400) 75%, var(--pf-blush-300));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.pf-sidebar .pf-wordmark__tagline,
.pf-wordmark--sidebar .pf-wordmark__tagline {
  text-align: center;
  color: var(--pf-blush-400);
}

.pf-sidebar__nav a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.pf-sidebar__nav a.is-match {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pf-sidebar__sub a {
  font-size: 0.75rem;
  opacity: 0.8;
}

.pf-sidebar__foot {
  font-size: 0.625rem;
  opacity: 0.65;
}

.pf-instagram__tile {
  display: block;
  overflow: hidden;
  border-radius: var(--pf-radius-md);
  transition: opacity 0.2s ease;
}

.pf-instagram__tile:hover {
  opacity: 0.92;
}

.pf-instagram__tile .pf-photo-frame {
  width: 100%;
  height: 100%;
}

.pf-instagram__tile img,
.pf-instagram__tile .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-instagram__handle {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.pf-instagram__title {
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
}

.pf-academy-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 750px) {
  .pf-academy-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pf-academy-card {
  padding: 1.5rem;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-lg);
}

.pf-cart-line {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgb(242 175 193 / 0.35);
}

.pf-cart-line .pf-photo-frame {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: var(--pf-radius-md);
}

.pf-cart-line__img {
  width: 5rem;
  height: 5rem;
  border-radius: var(--pf-radius-md);
  object-fit: cover;
}

.pf-sidebar-drawer__panel .pf-sidebar__foot {
  display: none;
}

.pf-site-footer .pf-wordmark,
.pf-wordmark--footer {
  display: none !important;
}

/*, , , Photo legal overlay (mobile first), , , */
.pf-photo-frame {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.pf-photo-frame > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pf-photo-frame__legal {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 1.65rem 0.5rem 0.4rem;
  background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 0.42) 100%);
  pointer-events: none;
}

.pf-photo-frame__note {
  flex: 1;
  min-width: 0;
  max-width: 72%;
  font-size: 0.5625rem;
  line-height: 1.35;
  font-weight: 500;
  color: rgb(255 255 255 / 0.9);
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.4);
}

.pf-photo-frame__copy {
  flex-shrink: 0;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.85);
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.4);
}

.pf-photo-frame--sm .pf-photo-frame__note {
  font-size: 0.4375rem;
}

.pf-photo-frame--sm .pf-photo-frame__copy {
  font-size: 0.375rem;
}

.pf-photo-frame--xs .pf-photo-frame__legal {
  padding: 0.85rem 0.25rem 0.2rem;
}

.pf-photo-frame--xs .pf-photo-frame__note {
  font-size: 0.3125rem;
  line-height: 1.2;
  max-width: 66%;
}

.pf-photo-frame--xs .pf-photo-frame__copy {
  font-size: 0.3125rem;
}

/* Fill frames inside fixed aspect containers */
.pf-photo-frame--cover,
.pf-pdp__main.pf-photo-frame,
.pf-product-card__media .pf-photo-frame,
.pf-col-tile .pf-photo-frame,
.pf-instagram__tile .pf-photo-frame,
.pf-page-banner__img .pf-photo-frame,
.pf-col-hero__img .pf-photo-frame,
.pf-cinema-hero__frame,
.pf-spotlight__frame,
.pf-bs-stack__frame,
.pf-occ__frame,
.pf-occ__dual-frame,
.pf-extras__thumb .pf-photo-frame,
.pf-pdp__thumb-frame,
.pf-checkout-summary__frame,
.pf-cart-line__img.pf-photo-frame,
.pf-contact__photo-frame,
.pf-editorial__media .pf-photo-frame,
.pf-collection-card__img .pf-photo-frame {
  width: 100%;
  height: 100%;
}

.pf-photo-frame--cover > img,
.pf-pdp__main.pf-photo-frame > img,
.pf-product-card__media .pf-photo-frame > img,
.pf-col-tile .pf-photo-frame > img,
.pf-instagram__tile .pf-photo-frame > img,
.pf-page-banner__img .pf-photo-frame > img,
.pf-col-hero__img .pf-photo-frame > img,
.pf-cinema-hero__frame > img,
.pf-spotlight__frame > img,
.pf-bs-stack__frame > img,
.pf-occ__frame > img,
.pf-occ__dual-frame > img,
.pf-extras__thumb .pf-photo-frame > img,
.pf-pdp__thumb-frame > img,
.pf-checkout-summary__frame > img,
.pf-cart-line .pf-photo-frame > img,
.pf-contact__photo-frame > img,
.pf-editorial__media .pf-photo-frame > img,
.pf-collection-card__img .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-page-banner__img .pf-photo-frame,
.pf-col-hero__img .pf-photo-frame {
  position: absolute;
  inset: 0;
}

.pf-col-tile .pf-photo-frame {
  position: absolute;
  inset: 0;
}

.pf-pdp__extras-hint {
  margin: 0;
  padding: 0 0.15rem;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.58);
  text-align: center;
}

/*, , , PDP gallery, , , */
.pf-pdp-wrap {
  overflow-x: clip;
  padding-bottom: 0.5rem;
}

.pf-pdp__gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.pf-pdp__buy {
  min-width: 0;
  max-width: 100%;
}

.pf-pdp__main.pf-photo-frame {
  aspect-ratio: 1;
  width: 100%;
  max-width: 100%;
  border-radius: var(--pf-radius-lg);
  background: var(--pf-blush-100);
}

.pf-pdp__thumb {
  display: flex;
  min-width: 0;
  padding: 0;
}

.pf-pdp__thumb .pf-photo-frame,
.pf-pdp__thumb-frame {
  flex: 1;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1;
}

.pf-pdp__thumbs {
  display: flex;
  gap: 0.5rem;
}

.pf-pdp__thumb {
  flex: 1;
  aspect-ratio: 1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--pf-radius-sm);
  overflow: hidden;
  cursor: pointer;
  background: var(--pf-blush-100);
}

.pf-pdp__thumb.is-active {
  border-color: var(--pf-blush-500);
}

.pf-pdp__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*, , , Collection hero, , , */
.pf-col-hero {
  position: relative;
  margin: -1rem clamp(-1.25rem, -3vw, -2rem) 1.5rem;
  min-height: min(42vh, 320px);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.pf-col-hero__img {
  position: absolute;
  inset: 0;
}

.pf-col-hero__img img,
.pf-col-hero__img .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-col-hero__img .pf-photo-frame {
  position: absolute;
  inset: 0;
}

.pf-col-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 25%, rgb(44 44 44 / 0.65));
}

.pf-col-hero__copy {
  position: relative;
  z-index: 1;
  padding: 1.5rem clamp(1.25rem, 3vw, 2rem);
  color: #fff;
  max-width: 28rem;
}

.pf-col-hero__copy h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

.pf-col-hero--text-only {
  min-height: auto;
  margin-bottom: 1.5rem;
  background: var(--pf-blush-100);
  border-radius: var(--pf-radius-lg);
}

.pf-col-hero--text-only .pf-col-hero__copy {
  color: var(--pf-ink);
  padding: 1.75rem;
}

/*, , , Checkout, , , */
.pf-checkout {
  max-width: 42rem;
  margin: 0 auto;
}

.pf-checkout__main {
  padding: clamp(1.15rem, 3vw, 1.5rem);
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-lg);
  box-shadow: 0 12px 36px rgb(230 140 165 / 0.12);
}

.pf-checkout__steps {
  display: flex;
  gap: 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgb(242 175 193 / 0.35);
}

.pf-checkout__step {
  flex: 1;
  padding: 0.65rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(44 44 44 / 0.4);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.pf-checkout__step.is-active {
  color: var(--pf-blush-700);
  border-bottom-color: var(--pf-blush-500);
}

.pf-checkout__step.is-done {
  color: var(--pf-ink);
}

.pf-checkout__panel[hidden] {
  display: none;
}

.pf-checkout__actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.pf-checkout__toggle {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.875rem;
  background: var(--pf-blush-100);
  border-radius: var(--pf-radius-md);
  margin: 1rem 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  cursor: pointer;
}

.pf-checkout__toggle input {
  margin-top: 0.2rem;
  accent-color: var(--pf-blush-500);
}

.pf-checkout__agree {
  margin-top: 1.25rem;
}

.pf-checkout__agree a {
  color: var(--pf-blush-700);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.pf-checkout__agree a:hover {
  color: var(--pf-ink);
}

.pf-checkout__agree-hint {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: var(--pf-blush-700);
}

.pf-checkout-summary {
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-lg);
  padding: 1.25rem;
}

@media (min-width: 900px) {
  .pf-checkout-summary {
    position: sticky;
    top: 1.5rem;
  }
}

.pf-checkout-summary__title {
  margin: 0 0 1rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
}

.pf-checkout-summary__line {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(242 175 193 / 0.3);
}

.pf-checkout-summary__line img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: var(--pf-radius-sm);
}

.pf-checkout-summary__name {
  margin: 0 0 0.2rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.pf-checkout-summary__meta {
  margin: 0;
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.5);
}

.pf-checkout-summary__row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
}

.pf-checkout-summary__total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgb(242 175 193 / 0.35);
}

.pf-checkout-pay {
  padding: 1.25rem;
  background: linear-gradient(155deg, rgb(253 242 246 / 0.95) 0%, rgb(255 252 248 / 0.98) 100%);
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-lg);
  text-align: center;
}

.pf-checkout-pay-lede {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.62);
}

.pf-checkout-pay__icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--pf-blush-300), var(--pf-blush-500));
  box-shadow: 0 6px 16px rgb(230 140 165 / 0.25);
}

.pf-checkout-pay__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--pf-ink);
}

.pf-checkout-pay__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgb(44 44 44 / 0.58);
}

.pf-checkout-head {
  max-width: 42rem;
  margin: 0 auto 1.35rem;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(0.25rem, 2vw, 0.5rem) 0;
  text-align: center;
}

.pf-checkout-head__accent {
  width: 3.5rem;
  height: 0.2rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pf-blush-300), var(--pf-blush-600));
}

.pf-checkout-head__title {
  margin: 0;
  font-family: var(--pf-font-body);
  font-size: clamp(1.625rem, 5.5vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pf-ink);
}

.pf-checkout-head__lede {
  margin: 0.65rem auto 0;
  max-width: 24rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.62);
}

.pf-page-checkout .pf-checkout-wrap {
  padding-top: 0;
}

.pf-checkout__panel-title {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--pf-ink);
}

.pf-checkout__toggle--compact {
  margin: 0.75rem 0;
}

.pf-checkout-disclaimer a {
  color: var(--pf-blush-700);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.pf-checkout__field-error {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: var(--pf-blush-700);
}

.pf-address-lookup {
  margin: 0.25rem 0 0;
  overflow: visible;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgb(224 130 158 / 0.55);
  border-radius: var(--pf-radius-md);
  box-shadow: 0 2px 10px rgb(230 140 165 / 0.1);
}

.pf-address-lookup__label {
  display: block;
  margin: 0 0 0.65rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pf-ink);
}

.pf-address-fields-card {
  margin-top: 0.85rem;
}

.pf-address-fields-card__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pf-address-fields-card__grid label {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
  padding: 0.8rem 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.72);
  border-bottom: 1px solid rgb(224 130 158 / 0.28);
}

.pf-address-fields-card__grid label:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pf-address-fields-card__grid label:first-child {
  padding-top: 0;
}

.pf-address-fields-card__grid input {
  font: inherit;
  font-size: 0.9375rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgb(224 130 158 / 0.55);
  border-radius: var(--pf-radius-md);
  background: #fff;
  color: var(--pf-ink);
}

.pf-address-fields-card__grid input:focus {
  outline: none;
  border-color: var(--pf-blush-600);
  box-shadow: 0 0 0 3px rgb(230 140 165 / 0.28);
}

.pf-address-fields-card__grid input[readonly] {
  background: rgb(253 236 243 / 0.85);
  border-color: rgb(224 130 158 / 0.4);
  color: var(--pf-ink);
}

.pf-address-lookup--manual .pf-address-fields-card {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.pf-address-lookup--selected .pf-address-fields-card {
  margin-top: 0.85rem;
  padding: 0.85rem 0.95rem 0.35rem;
  background: rgb(253 236 243 / 0.75);
  border: 1px solid rgb(224 130 158 / 0.45);
  border-radius: var(--pf-radius-md);
}

.pf-address-lookup--manual.pf-address-lookup {
  background: rgb(253 242 246 / 0.65);
}

.pf-checkout-same-box {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  margin: 0;
  background: rgb(253 236 243 / 0.8);
  border: 1px solid rgb(224 130 158 / 0.55);
  border-radius: var(--pf-radius-md);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--pf-ink);
}

.pf-checkout-same-box input {
  margin-top: 0.15rem;
  accent-color: var(--pf-blush-600);
  flex-shrink: 0;
}

.pf-checkout__panel-lede {
  margin: -0.4rem 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.66);
}

.pf-field-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(44 44 44 / 0.55);
}

/* Premium "billing same as delivery" toggle */
.pf-checkout-toggle {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  margin: 0;
  background: rgb(253 236 243 / 0.8);
  border: 1px solid rgb(224 130 158 / 0.55);
  border-radius: var(--pf-radius-md);
  cursor: pointer;
}
.pf-checkout-toggle__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.pf-checkout-toggle__track {
  flex-shrink: 0;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: rgb(224 130 158 / 0.35);
  border: 1px solid rgb(224 130 158 / 0.5);
  position: relative;
  transition: background 0.18s ease;
}
.pf-checkout-toggle__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgb(44 44 44 / 0.25);
  transition: transform 0.18s ease;
  /* Reversed direction (owner request): the pill rests on the RIGHT when off and
     slides LEFT when the switch is on. The blush track is the active indicator. */
  transform: translateX(20px);
}
.pf-checkout-toggle__input:checked ~ .pf-checkout-toggle__track {
  background: var(--pf-blush-600);
}
.pf-checkout-toggle__input:checked ~ .pf-checkout-toggle__track .pf-checkout-toggle__thumb {
  transform: translateX(0);
}
.pf-checkout-toggle__input:focus-visible ~ .pf-checkout-toggle__track {
  outline: 2px solid var(--pf-blush-600);
  outline-offset: 2px;
}
.pf-checkout-toggle__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.pf-checkout-toggle__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pf-ink);
}
.pf-checkout-toggle__hint {
  font-size: 0.76rem;
  color: rgb(44 44 44 / 0.6);
}

.pf-checkout-billing-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.pf-form--billing {
  gap: 1rem;
}

.pf-checkout-billing-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(224 130 158 / 0.35);
}

.pf-checkout-same-panel {
  margin-top: 0.75rem;
}

.pf-checkout-same-note {
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.72);
  background: rgb(253 236 243 / 0.75);
  border: 1px solid rgb(224 130 158 / 0.4);
  border-radius: var(--pf-radius-md);
}

/* Premium "copied from delivery" summary shown when a billing toggle is on. */
.pf-checkout-same-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin-top: 0.65rem;
  padding: 0.85rem 1rem;
  background: rgb(253 236 243 / 0.6);
  border: 1px solid rgb(224 130 158 / 0.4);
  border-radius: var(--pf-radius-md);
}
.pf-checkout-same-summary__label {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.55);
}
.pf-checkout-same-summary__value {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pf-ink);
}

/* "Clear saved checkout details", quiet text action under the wizard. */
.pf-checkout__draft-footer {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.pf-checkout__clear {
  appearance: none;
  background: none;
  border: none;
  padding: 0.35rem 0.5rem;
  font: inherit;
  font-size: 0.78rem;
  color: rgb(44 44 44 / 0.6);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.pf-checkout__clear:hover {
  color: rgb(176 90 122);
}

/* ---- Order review step (before payment) ---- */
.pf-checkout-review {
  display: grid;
  gap: 0.85rem;
}
.pf-checkout-review__card {
  padding: 1rem 1.1rem;
  background: var(--pf-paper);
  border: 1px solid rgb(224 130 158 / 0.4);
  border-radius: var(--pf-radius-md);
}
.pf-checkout-review__heading {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pf-blush-700);
}
.pf-checkout-review__product {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--pf-ink);
}
.pf-checkout-review__meta {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: rgb(44 44 44 / 0.68);
}
.pf-checkout-review__cardmsg {
  font-style: italic;
}
.pf-checkout-review__extras {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.3rem;
}
.pf-checkout-review__extras li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgb(44 44 44 / 0.72);
}
.pf-checkout-review__line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.3rem 0 0;
  font-size: 0.875rem;
  color: var(--pf-ink);
}
.pf-checkout-review__line:first-child {
  margin-top: 0;
}
.pf-checkout-review__k {
  color: rgb(44 44 44 / 0.55);
}
.pf-checkout-review__totals {
  padding: 0.9rem 1.1rem;
  background: rgb(253 236 243 / 0.55);
  border: 1px solid rgb(224 130 158 / 0.4);
  border-radius: var(--pf-radius-md);
}
.pf-checkout-review__line--total {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgb(224 130 158 / 0.4);
  font-weight: 700;
  font-size: 1rem;
}
.pf-checkout-review__confirm {
  margin: 1.1rem 0 0;
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--pf-ink);
  background: rgb(253 236 243 / 0.75);
  border: 1px solid rgb(224 130 158 / 0.5);
  border-radius: var(--pf-radius-md);
}
.pf-checkout-review__discount {
  color: var(--pf-blush-700);
  font-weight: 600;
}

/* Business-pricing banner (shown to approved business customers, set by checkout.js). */
/* display:flex would otherwise defeat the [hidden] attribute the JS relies on */
.pf-checkout-b2b[hidden] {
  display: none;
}

.pf-checkout-b2b {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: rgb(253 236 243 / 0.7);
  border: 1px solid rgb(224 130 158 / 0.5);
  border-radius: var(--pf-radius-md);
}
.pf-checkout-b2b__tag {
  flex-shrink: 0;
  padding: 0.2rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--pf-blush-600);
  border-radius: 999px;
}
.pf-checkout-b2b__copy {
  font-size: 0.85rem;
  color: var(--pf-ink);
}
.pf-checkout-b2b-hint {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: rgb(44 44 44 / 0.65);
}
.pf-checkout-b2b-hint a {
  color: var(--pf-blush-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pf-address-lookup__manual {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pf-blush-700);
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  cursor: pointer;
}

.pf-address-lookup__manual:hover {
  color: var(--pf-ink);
}

.pf-address-lookup__manual--back {
  display: none;
  margin: 0 0 0.85rem;
}

.pf-address-lookup--manual .pf-address-lookup__manual--back {
  display: inline-block;
}

.pf-address-lookup__search {
  overflow: visible;
}

.pf-address-lookup__hint {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.58);
}

.pf-address-lookup__field {
  position: relative;
}

.pf-address-lookup__field input[type='text'] {
  width: 100%;
  padding: 0.8rem 0.9rem;
  font-size: 0.9375rem;
  border: 1px solid rgb(224 130 158 / 0.6);
  border-radius: var(--pf-radius-md);
  background: #fff;
  color: var(--pf-ink);
}

.pf-address-lookup__field input[type='text']:focus {
  outline: none;
  border-color: var(--pf-blush-600);
  box-shadow: 0 0 0 3px rgb(230 140 165 / 0.28);
}

.pf-checkout__main .pf-form label {
  color: rgb(44 44 44 / 0.72);
}

.pf-checkout__main .pf-form input {
  border-color: rgb(224 130 158 / 0.55);
  background: #fff;
}

.pf-checkout__main .pf-form input:focus {
  border-color: var(--pf-blush-600);
  box-shadow: 0 0 0 3px rgb(230 140 165 / 0.28);
}

.pf-checkout__main .pf-form input[readonly] {
  background: rgb(253 236 243 / 0.75);
  color: var(--pf-ink);
  border-color: rgb(224 130 158 / 0.4);
}

.pf-checkout-disclaimer {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.68);
  background: rgb(253 236 243 / 0.65);
  border: 1px solid rgb(224 130 158 / 0.4);
  border-radius: var(--pf-radius-md);
}

.pf-address-lookup__empty {
  padding: 0.75rem 0.85rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgb(44 44 44 / 0.75);
}

.pf-form-optional {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(44 44 44 / 0.5);
  font-size: 0.6875rem;
}

.pf-discount-code {
  margin: 0 0 0.85rem;
  max-width: 18rem;
}

.pf-discount-code__label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
}

.pf-discount-code__row {
  display: flex;
  gap: 0.35rem;
  align-items: stretch;
}

.pf-discount-code__row input {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: var(--pf-ink);
  background: #fff;
  border: 1px solid rgb(242 175 193 / 0.55);
  border-radius: var(--pf-radius-sm);
}

.pf-discount-code__row input:focus {
  outline: none;
  border-color: var(--pf-blush-500);
  box-shadow: 0 0 0 2px rgb(230 140 165 / 0.18);
}

.pf-discount-code__apply {
  flex-shrink: 0;
  min-height: auto;
  padding: 0.5rem 0.75rem;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
}

.pf-abook-section .pf-discount-code {
  margin: 0.65rem auto 0;
}

.pf-checkout__panel .pf-discount-code {
  margin-bottom: 1rem;
}

.pf-discount-code__msg {
  margin: 0.35rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.35;
}

.pf-discount-code__msg--ok {
  color: #2f6f59;
}

.pf-discount-code__msg--err {
  color: #9b3047;
}

.pf-address-lookup__empty-btn {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background: var(--pf-blush-600, #c76f8b);
  border: none;
  border-radius: var(--pf-radius-sm);
  text-decoration: none;
  cursor: pointer;
}

.pf-address-lookup__list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background: #fff;
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-md);
  box-shadow: 0 12px 28px rgb(230 140 165 / 0.18);
  max-height: 14rem;
  overflow-y: auto;
}

.pf-address-lookup__option {
  display: block;
  width: 100%;
  padding: 0.65rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: left;
  color: var(--pf-ink);
  background: transparent;
  border: none;
  border-radius: var(--pf-radius-sm);
  cursor: pointer;
}

.pf-address-lookup__option:hover,
.pf-address-lookup__option:focus {
  background: rgb(253 242 246 / 0.85);
  outline: none;
}

.pf-checkout__panel .pf-form {
  overflow: visible;
}

.pf-cart-qty {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
}

/*, , , Match page, , , */
.pf-match-page .pf-concierge-header {
  padding: 0.75rem 1rem;
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  align-items: center;
}

.pf-match-page .pf-concierge-header__home {
  grid-row: span 2;
}

.pf-match-page .pf-concierge-header__brand {
  font-family: var(--pf-font-body);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pf-match-page .pf-concierge-header__title {
  margin: 0;
  text-align: left;
  font-size: 0.6875rem;
}

.pf-match-page .pf-match-progress {
  grid-column: 1 / -1;
  height: 3px;
  background: rgb(242 175 193 / 0.35);
  border-radius: 2px;
  overflow: hidden;
  margin: 0;
}

.pf-match-page .pf-match-progress__bar {
  display: block;
  height: 100%;
  width: 20%;
  background: var(--pf-blush-500);
  transition: width 0.35s ease;
}

.pf-match-page .pf-concierge-header__progress {
  margin: 0;
  text-align: right;
  font-size: 0.625rem;
}

/* Desktop: the Match quiz chat is capped at 28rem (great on a phone, marooned in a
   wide cream page). On desktop give the chat, header and fixed input bar one shared,
   centered ~34rem measure so they line up as a contained column. Mobile unchanged. */
@media (min-width: 900px) {
  .pf-match-page .pf-concierge-chat {
    max-width: 34rem;
  }
  .pf-match-page .pf-concierge-input-bar__inner {
    max-width: 34rem;
  }
  .pf-match-page .pf-concierge-header {
    max-width: 34rem;
    margin-inline: auto;
  }
}

.pf-match-result-card {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.75rem;
  padding: 0.875rem;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-md);
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}

.pf-match-result-card:hover {
  border-color: var(--pf-blush-500);
}

.pf-match-result-card img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border-radius: var(--pf-radius-sm);
}

.pf-match-result-card h4 {
  margin: 0 0 0.2rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.pf-match-result-card .pf-match-result__price {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pf-blush-700);
}

.pf-match-result-card .pf-match-result__note {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.55);
  line-height: 1.4;
}

.pf-concierge-results h3 {
  font-size: 1rem;
  margin: 0 0 0.35rem;
}

.pf-concierge-results__lede {
  font-size: 0.8125rem;
  margin: 0 0 0.75rem;
}

.pf-concierge-skip {
  font-size: 0.6875rem;
}

/*, , , Editorial page banners, , , */
.pf-page-banner {
  position: relative;
  margin: 0 clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--pf-radius-lg);
  overflow: hidden;
  aspect-ratio: 21 / 8;
  min-height: 10rem;
}

.pf-page-banner__img {
  position: absolute;
  inset: 0;
}

.pf-page-banner__img img,
.pf-page-banner__img .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-page-banner__img .pf-photo-frame {
  position: absolute;
  inset: 0;
}

.pf-page-banner__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(44 44 44 / 0.55) 0%, rgb(44 44 44 / 0.15) 70%);
}

.pf-page-banner__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  color: #fff;
}

.pf-page-banner__copy h1 {
  margin: 0;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
}

.pf-page-banner__copy p {
  margin: 0.35rem 0 0;
  max-width: 32rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.88);
}

.pf-match-strip--page {
  margin-top: 1rem;
  margin-bottom: 0;
}

.pf-section-title {
  margin: 0 0 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
}

.pf-page-intro {
  margin: 0;
  max-width: 36rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.65);
}

/*, , , Contact, , , */
.pf-contact {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .pf-contact {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }
}

.pf-contact__photo {
  border-radius: var(--pf-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}

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

.pf-contact__cards {
  display: grid;
  gap: 0.625rem;
}

.pf-contact__card {
  padding: 0.875rem 1rem;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-md);
}

.pf-contact__card-label {
  margin: 0 0 0.25rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.4);
}

.pf-contact__card-value {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

.pf-contact__card-value a {
  color: var(--pf-ink);
  text-decoration: none;
}

.pf-contact__card-value a:hover {
  color: var(--pf-blush-700);
}

.pf-contact__links {
  list-style: none;
  padding: 0.75rem 0 0;
  margin: 0;
}

.pf-contact__links a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pf-blush-700);
  text-decoration: none;
}

.pf-contact__main {
  padding: 1.25rem;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-lg);
}

/*, , , Track order, , , */
.pf-track {
  display: grid;
  gap: 2rem;
}

@media (min-width: 750px) {
  .pf-track {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.pf-track__intro {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: rgb(44 44 44 / 0.6);
}

.pf-track__aside {
  padding: clamp(1.25rem, 3vw, 1.65rem);
  background: linear-gradient(160deg, rgb(253 242 246 / 0.85), var(--pf-cream, #fffbf7));
  border: 1px solid rgb(242 175 193 / 0.4);
  border-radius: var(--pf-radius-lg);
  box-shadow: 0 18px 44px -32px rgb(199 111 139 / 0.5);
}

.pf-track__sample-label {
  margin: 0 0 1.1rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pf-blush-700, #c76f8b);
}

.pf-track__help {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgb(44 44 44 / 0.55);
}
.pf-track__help a { color: var(--pf-blush-700, #c76f8b); text-decoration: underline; text-underline-offset: 2px; }

/* Live result (rendered by track-order.js after a lookup). */
.pf-track__status-now {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pf-ink);
}
.pf-track__carrier {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pf-blush-700);
}
.pf-track__results .pf-btn {
  margin: 0.5rem 0;
}

.pf-track__timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-track__timeline li {
  position: relative;
  padding: 0 0 1.25rem 1.5rem;
  font-size: 0.8125rem;
  color: rgb(44 44 44 / 0.45);
}

.pf-track__timeline li::before {
  content: '';
  position: absolute;
  left: 0.35rem;
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgb(242 175 193 / 0.5);
}

.pf-track__timeline li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0.58rem;
  top: 0.85rem;
  bottom: 0;
  width: 2px;
  background: rgb(242 175 193 / 0.35);
}

.pf-track__timeline li.is-done {
  color: var(--pf-ink);
}

.pf-track__timeline li.is-done::before {
  background: var(--pf-blush-500);
}

.pf-track__timeline li.is-active {
  color: var(--pf-ink);
  font-weight: 600;
}

.pf-track__timeline li.is-active::before {
  background: var(--pf-blush-700);
  box-shadow: 0 0 0 3px rgb(242 175 193 / 0.45);
  animation: pf-track-pulse 2.4s ease-in-out infinite;
}
@keyframes pf-track-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgb(242 175 193 / 0.45); }
  50% { box-shadow: 0 0 0 5px rgb(242 175 193 / 0.32), 0 0 10px 2px rgb(230 140 165 / 0.35); }
}
@media (prefers-reduced-motion: reduce) {
  .pf-track__timeline li.is-active::before { animation: none; }
}

.pf-track__note {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.5);
  line-height: 1.45;
}

/*, , , Academy, , , */
.pf-academy-intro {
  padding: 1.25rem clamp(1.25rem, 3vw, 2rem) 0.5rem;
}

.pf-academy-intro p {
  margin: 0;
  max-width: 40rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.65);
}

.pf-academy-grid--photo {
  padding: 0 clamp(1.25rem, 3vw, 2rem) 1.5rem;
}

.pf-academy-card--photo {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pf-academy-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #fbe4ed;
}

.pf-academy-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-academy-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pf-academy-card__tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pf-blush-700);
}

.pf-academy-card__body h2 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.pf-academy-card__body p {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(44 44 44 / 0.65);
  flex: 1;
}

.pf-academy-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.55);
}

.pf-academy-card__meta li + li {
  margin-top: 0.25rem;
}

.pf-academy-quote {
  margin: 0 clamp(1.25rem, 3vw, 2rem) 2rem;
  padding: 1.5rem;
  text-align: center;
  background: rgb(253 242 246 / 0.5);
  border-radius: var(--pf-radius-lg);
  border: 1px solid rgb(242 175 193 / 0.3);
}

.pf-academy-quote blockquote {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--pf-ink);
}

.pf-academy-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-style: normal;
  color: rgb(44 44 44 / 0.5);
}

.pf-book__intro {
  margin-bottom: 1.5rem;
}

.pf-book__intro p {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(44 44 44 / 0.6);
}

.pf-book__courses {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgb(44 44 44 / 0.7);
}

/*, , , Delivery calendar (cart), , , */
.pf-book {
  max-width: 62rem;
  margin: 0 auto;
}

.pf-delivery-cal__panel {
  padding: 1rem;
  border: 1px solid rgb(242 175 193 / 0.55);
  border-radius: var(--pf-radius-lg);
  background: linear-gradient(160deg, rgb(253 242 246 / 0.98) 0%, rgb(251 228 237 / 0.92) 48%, rgb(255 252 248 / 0.96) 100%);
  box-shadow: 0 12px 32px rgb(230 140 165 / 0.18);
}

.pf-delivery-cal__head {
  margin-bottom: 0.75rem;
}

.pf-delivery-cal__month-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.pf-delivery-cal__month {
  margin: 0;
  font-family: var(--pf-font-script);
  font-size: clamp(1.65rem, 7vw, 2.2rem);
  font-weight: 400;
  color: var(--pf-blush-700);
  line-height: 1;
}

.pf-delivery-cal__nav {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(242 175 193 / 0.5);
  border-radius: 999px;
  background: var(--pf-paper);
  color: var(--pf-blush-700);
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.pf-delivery-cal__nav:hover {
  border-color: var(--pf-blush-500);
  background: var(--pf-blush-100);
  transform: translateY(-1px);
}

.pf-delivery-cal__nav:focus-visible,
.pf-delivery-cal__day:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(242 175 193 / 0.28);
}

.pf-delivery-cal__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}

.pf-delivery-cal__weekdays span {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
}

.pf-delivery-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
}

.pf-delivery-cal__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  min-height: 2.8rem;
  padding: 0.2rem 0;
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: 0.7rem;
  background: rgb(255 255 255 / 0.92);
  color: var(--pf-ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.pf-delivery-cal__num {
  line-height: 1;
}

.pf-delivery-cal__fee {
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
  color: rgb(44 44 44 / 0.5);
}

/* Surcharge days (e.g. Saturday) stand out so the higher fee is obvious. */
.pf-delivery-cal__day.is-surcharge {
  border-color: var(--pf-blush-500);
  background: rgb(253 236 242 / 0.95);
}

.pf-delivery-cal__day.is-surcharge .pf-delivery-cal__fee {
  color: var(--pf-blush-700);
}

.pf-delivery-cal__day.is-selected .pf-delivery-cal__fee {
  color: rgb(255 255 255 / 0.85);
}

.pf-delivery-cal__note {
  margin: 0.6rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.55);
}

.pf-delivery-cal__day:hover {
  transform: translateY(-1px);
  border-color: var(--pf-blush-500);
}

.pf-delivery-cal__day.is-empty {
  visibility: hidden;
  pointer-events: none;
}

.pf-delivery-cal__day.is-disabled {
  color: rgb(44 44 44 / 0.32);
  background: rgb(255 255 255 / 0.68);
  border-style: dashed;
  cursor: not-allowed;
}

.pf-delivery-cal__day.is-today {
  border-color: var(--pf-blush-500);
  background: rgb(253 242 246 / 0.95);
}

.pf-delivery-cal__day.is-selected {
  color: #fff;
  background: linear-gradient(170deg, var(--pf-blush-500) 0%, var(--pf-blush-700) 100%);
  border-color: var(--pf-blush-700);
}

.pf-delivery-cal__selected {
  margin: 0.75rem 0 0;
  padding: 0.6rem 0.75rem;
  border-radius: var(--pf-radius-md);
  background: rgb(253 242 246 / 0.95);
  border: 1px solid rgb(242 175 193 / 0.5);
  font-size: 0.8125rem;
  color: rgb(44 44 44 / 0.68);
}

.pf-delivery-cal__selected strong {
  color: var(--pf-blush-700);
}

.pf-cart-delivery {
  margin: 1.25rem 0 0;
}

.pf-cart-delivery--locked {
  pointer-events: none;
  opacity: 0.42;
  user-select: none;
}

.pf-cart-delivery .pf-section-title {
  margin-bottom: 0.75rem;
}

.pf-cart-stems {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: rgb(253 242 246 / 0.65);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-md);
}

.pf-cart-stems__total {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pf-ink);
}

.pf-cart-stems__total strong {
  color: var(--pf-blush-700);
  font-size: 1rem;
}

.pf-cart-stems__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-cart-stems__list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.62);
}

.pf-cart-extras {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: rgb(255 252 248 / 0.85);
  border: 1px solid rgb(242 175 193 / 0.3);
  border-radius: var(--pf-radius-md);
}

.pf-cart-extras__label,
.pf-cart-message__label {
  margin: 0 0 0.45rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pf-blush-700);
}

.pf-cart-extras__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-cart-extras__list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.3rem 0;
  font-size: 0.8125rem;
  color: var(--pf-ink);
}

.pf-cart-extras__list li span:last-child {
  font-weight: 600;
  color: var(--pf-blush-700);
  white-space: nowrap;
}

.pf-cart-message {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: rgb(253 242 246 / 0.45);
  border: 1px solid rgb(242 175 193 / 0.3);
  border-radius: var(--pf-radius-md);
}

.pf-cart-message__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.72);
  white-space: pre-wrap;
}

.pf-cart__agree {
  margin: 0;
  padding: 1rem 1.15rem;
  background:
    radial-gradient(circle at 15% 0%, rgb(242 175 193 / 0.18), transparent 65%),
    rgb(253 242 246 / 0.75);
  border: 1.5px solid rgb(230 140 165 / 0.35);
  border-radius: var(--pf-radius-lg);
}

.pf-cart-empty {
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: var(--pf-cream-deep, #faf7f2);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-lg);
  margin-bottom: 1.25rem;
}

.pf-cart-empty p {
  margin: 0 0 0.9rem;
  color: rgb(44 44 44 / 0.65);
}

/* Cart, delivery calendar as the hero of its own column */
.pf-cart-head__script {
  display: block;
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--pf-blush-700, #c76f8b);
  line-height: 1.05;
  margin-bottom: 0.15rem;
}

.pf-cart-page__delivery {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.pf-delivery-cal__cutoff {
  margin: 0.55rem 0 0;
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgb(253 242 246 / 0.95);
  border: 1px solid rgb(242 175 193 / 0.5);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--pf-blush-700, #c76f8b);
}

@media (min-width: 900px) {
  .pf-cart-page--delivery {
    max-width: 72rem;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: start;
  }
  .pf-cart-page__delivery {
    position: sticky;
    top: 1.25rem;
  }
  .pf-cart-page__items .pf-cart-summary,
  .pf-cart-page__items .pf-cart-message {
    margin-bottom: 0;
  }
}

/* Checkout, honest delivery notes + pre-pay policy line */
.pf-checkout-review__note {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.55);
}

.pf-checkout-review__note a,
.pf-checkout-agreeline a {
  color: var(--pf-blush-700, #c76f8b);
  font-weight: 600;
}

.pf-checkout-agreeline {
  margin: 1.1rem 0 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #585150;
}

.pf-field-hint a {
  color: var(--pf-blush-700, #c76f8b);
  font-weight: 600;
}

.pf-cart-page--delivery .pf-delivery-cal__panel {
  background: linear-gradient(155deg, rgb(255 248 251 / 0.98) 0%, rgb(253 235 243 / 0.96) 50%, rgb(255 252 248 / 0.98) 100%);
  border-color: rgb(230 140 165 / 0.55);
  box-shadow: 0 10px 26px rgb(230 140 165 / 0.16);
}

/*, , , Policies (plain English hub), , , */
.pf-pol__script {
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  color: var(--pf-blush-700, #c76f8b);
  line-height: 1.05;
  font-weight: 400;
}
.pf-pol__script--sm { font-size: clamp(1.7rem, 3vw, 2.3rem); display: block; margin-bottom: 0.25rem; }

/* Hero, events family, calm split */
.pf-pol__hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  min-height: clamp(24rem, 60vh, 36rem);
  background: var(--pf-cream-deep, #faf7f2);
}
.pf-pol__hero-media { position: relative; min-height: 15rem; overflow: hidden; }
.pf-pol__hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pf-pol__hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(199,111,139,0.10), transparent 60%);
}
.pf-pol__hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  padding: clamp(2rem, 6vw, 5rem);
}
.pf-pol__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pf-blush-700, #c76f8b);
  font-weight: 600;
}
.pf-pol__title { margin: 0; display: flex; flex-direction: column; gap: 0.1rem; }
.pf-pol__title .pf-pol__script { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.pf-pol__title-strong {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--pf-ink, #2c2c2c);
  line-height: 1.05;
}
.pf-pol__lede {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
  max-width: 32rem;
  color: #4a4441;
}
.pf-pol__updated { margin: 0; font-size: 0.85rem; color: #8a7f7d; }
.pf-pol__updated a { color: var(--pf-blush-700, #c76f8b); font-weight: 600; text-decoration: none; }
.pf-pol__updated a:hover { text-decoration: underline; }

/* Quick promise cards */
.pf-pol__quick {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  max-width: var(--pf-max, 1280px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 6vw, 5.5rem) 0;
}
.pf-pol__quick-card {
  background: var(--pf-paper, #fff);
  border: 1px solid rgba(199,111,139,0.14);
  border-radius: var(--pf-radius-lg, 10px);
  padding: clamp(1.4rem, 2.4vw, 2rem);
  box-shadow: 0 14px 36px rgba(199,111,139,0.10);
}
.pf-pol__quick-mark {
  font-size: 1.5rem;
  color: var(--pf-blush-400, #f2afc1);
  line-height: 1;
  display: block;
}
.pf-pol__quick-title { margin: 0.55rem 0 0.5rem; font-size: 1.18rem; font-weight: 700; }
.pf-pol__quick-text { margin: 0; font-size: 0.96rem; line-height: 1.6; color: #585150; }
.pf-pol__quick-text a { color: var(--pf-blush-700, #c76f8b); font-weight: 600; }

/* Layout: sticky rail on desktop, scrolling pills on mobile */
.pf-pol__layout {
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: 68rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 6vw, 5.5rem);
}
.pf-pol__nav {
  position: sticky;
  top: 1.25rem;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.pf-pol__nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgb(44 44 44 / 0.6);
  text-decoration: none;
  padding: 0.45rem 0.75rem;
  border-radius: var(--pf-radius-md, 8px);
  border: 1.5px solid transparent;
  transition: color 0.2s ease, background 0.2s ease;
}
.pf-pol__nav a:hover {
  color: var(--pf-blush-700, #c76f8b);
  background: rgba(242,175,193,0.14);
}
.pf-pol__anchor { position: relative; top: -5rem; }

.pf-pol__sections { display: grid; gap: clamp(2rem, 4vw, 3rem); min-width: 0; }
.pf-pol__section {
  background: var(--pf-paper, #fff);
  border: 1px solid rgba(199,111,139,0.14);
  border-radius: var(--pf-radius-lg, 10px);
  padding: clamp(1.6rem, 3.4vw, 2.75rem);
  box-shadow: 0 14px 36px rgba(199,111,139,0.08);
  scroll-margin-top: 4.5rem;
}
.pf-pol__section-head { margin-bottom: 1.1rem; }
.pf-pol__h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.12;
}
.pf-pol__sub { margin: 0; font-size: clamp(0.98rem, 1.3vw, 1.05rem); line-height: 1.6; color: #585150; }
.pf-pol__prose p { margin: 0 0 0.9rem; font-size: 0.99rem; line-height: 1.7; color: #4a4441; }
.pf-pol__prose p:last-child { margin-bottom: 0; }
.pf-pol__prose a { color: var(--pf-blush-700, #c76f8b); font-weight: 600; }

.pf-pol__callout {
  margin: 1.2rem 0;
  padding: 1.2rem 1.4rem;
  border-radius: var(--pf-radius-lg, 10px);
  background:
    radial-gradient(circle at 15% 0%, rgba(242,175,193,0.25), transparent 65%),
    var(--pf-blush-100, #fdf2f6);
  border: 1.5px solid rgba(230,140,165,0.4);
}
.pf-pol__callout--soft {
  background: var(--pf-cream-deep, #faf7f2);
  border-color: rgba(199,111,139,0.18);
}
.pf-pol__callout-title { margin: 0 0 0.4rem; font-size: 1.02rem; font-weight: 700; color: var(--pf-ink, #2c2c2c); }
.pf-pol__callout p { margin: 0; font-size: 0.97rem; line-height: 1.65; color: #4a4441; }

.pf-pol__list { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: 0.65rem; }
.pf-pol__list li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 0.97rem;
  line-height: 1.6;
  color: #4a4441;
}
.pf-pol__list li::before {
  content: "\2740";
  position: absolute;
  left: 0; top: 0;
  color: var(--pf-blush-500, #e68ca5);
  font-size: 1rem;
}

.pf-pol__terms { margin: 0; display: grid; gap: 1.1rem; }
.pf-pol__term dt { font-weight: 700; font-size: 1.02rem; margin-bottom: 0.3rem; color: var(--pf-ink, #2c2c2c); }
.pf-pol__term dd { margin: 0; font-size: 0.97rem; line-height: 1.65; color: #4a4441; }
.pf-pol__term dd a { color: var(--pf-blush-700, #c76f8b); font-weight: 600; }

.pf-pol__photo { margin: 0; }
.pf-pol__photo img {
  width: 100%;
  display: block;
  border-radius: var(--pf-radius-lg, 10px);
  border: 6px solid var(--pf-paper, #fff);
  box-shadow: 0 12px 30px rgba(199,111,139,0.14);
}
.pf-pol__photo figcaption {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.88rem;
  color: #8a7f7d;
}

.pf-pol__cta-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.3rem; }
.pf-pol__cta-row--center { justify-content: center; }
.pf-pol__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--pf-radius-md, 8px);
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.pf-pol__btn--primary {
  background: var(--pf-blush-400, #f2afc1);
  color: #fff;
  box-shadow: 0 8px 26px rgba(230,140,165,0.45), 0 2px 6px rgba(199,111,139,0.25);
}
.pf-pol__btn--primary:hover {
  background: var(--pf-blush-500, #e68ca5);
  transform: translateY(-2px);
}
.pf-pol__btn--ghost {
  background: transparent;
  color: var(--pf-blush-700, #c76f8b);
  border-color: rgba(199,111,139,0.45);
}
.pf-pol__btn--ghost:hover { background: rgba(242,175,193,0.14); }

.pf-pol__close {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 clamp(1.25rem, 6vw, 5.5rem) clamp(3rem, 7vw, 5rem);
}
.pf-pol__close .pf-pol__sub { max-width: 32rem; margin: 0 auto; }

.pf-pol__nav a.is-active {
  color: var(--pf-blush-700, #c76f8b);
  background: rgba(242,175,193,0.18);
  border-color: rgba(199,111,139,0.35);
}

/* Policy hub, family index cards */
.pf-pol__familywrap {
  max-width: 68rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 6vw, 5.5rem);
}
.pf-pol__family {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}
.pf-pol__family-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  background: var(--pf-paper, #fff);
  border: 1px solid rgba(199,111,139,0.14);
  border-radius: var(--pf-radius-lg, 10px);
  padding: clamp(1.5rem, 2.6vw, 2.1rem);
  box-shadow: 0 14px 36px rgba(199,111,139,0.10);
  transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  scroll-margin-top: 4.5rem;
}
.pf-pol__family-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(199,111,139,0.18);
  border-color: rgba(242,175,193,0.55);
}
.pf-pol__h2--card { font-size: 1.35rem; margin-bottom: 0.35rem; }
.pf-pol__family-text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #585150;
  flex: 1;
}
.pf-pol__family-card .pf-pol__btn { margin-top: auto; }

@media (max-width: 960px) {
  /* block layout so the pill nav can stick for the whole policy read */
  .pf-pol__layout { display: block; }
  .pf-pol__nav {
    position: sticky;
    top: 0;
    margin-bottom: 1.5rem;
    z-index: 5;
    flex-direction: row;
    overflow-x: auto;
    gap: 0.4rem;
    margin: 0 calc(-1 * clamp(1.25rem, 6vw, 5.5rem));
    padding: 0.6rem clamp(1.25rem, 6vw, 5.5rem);
    background: rgba(255,251,247,0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(242,175,193,0.3);
    scrollbar-width: none;
  }
  .pf-pol__nav::-webkit-scrollbar { display: none; }
  .pf-pol__nav a {
    white-space: nowrap;
    border: 1.5px solid rgba(199,111,139,0.25);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.84rem;
    background: var(--pf-paper, #fff);
  }
}
@media (max-width: 899px) {
  /* sit the pill nav under the sticky mobile brand bar */
  .pf-pol__nav { top: 55px; }
  .pf-pol__section { scroll-margin-top: 8.5rem; }
}
@media (max-width: 860px) {
  .pf-pol__hero { grid-template-columns: 1fr; }
  .pf-pol__hero-media { min-height: 14rem; order: -1; }
}
@media (max-width: 480px) {
  .pf-pol__cta-row { flex-direction: column; }
  .pf-pol__btn { width: 100%; }
}

/*, , , Account, , , */
.pf-account__tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.pf-account__tabs button {
  flex: 1;
  padding: 0.65rem 0.75rem;
  font: inherit;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-md);
  background: var(--pf-paper);
  color: rgb(44 44 44 / 0.55);
  cursor: pointer;
}

.pf-account__tabs button.is-active {
  background: var(--pf-blush-100);
  border-color: var(--pf-blush-500);
  color: var(--pf-ink);
}

.pf-account__note {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.5);
  text-align: center;
}

/*, , , Bouquet builder, , , */
.pf-builder {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .pf-builder {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }
}

.pf-builder__hint {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: rgb(44 44 44 / 0.6);
}

.pf-builder__stems {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 600px) {
  .pf-builder__stems {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pf-builder__stem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.75rem;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: left;
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-md);
  background: var(--pf-paper);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.pf-builder__stem span:last-child {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgb(44 44 44 / 0.5);
}

.pf-builder__stem.is-selected {
  border-color: var(--pf-blush-500);
  background: rgb(253 242 246 / 0.8);
}

.pf-builder__count {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
}

.pf-builder__preview {
  padding: 1.25rem;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-lg);
  position: sticky;
  top: 1rem;
}

.pf-builder__visual {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--pf-radius-md);
  overflow: hidden;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #fffbf7 0%, #fdf2f6 55%, #f8e4ec 100%);
}

.pf-builder__stage {
  position: absolute;
  inset: 0;
}

.pf-builder__stage-empty {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  z-index: 0;
}

.pf-builder__stage-empty img {
  width: 55%;
  max-width: 12rem;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
  opacity: 0.45;
  filter: saturate(0.85);
}

.pf-builder__stage-empty p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.55);
  max-width: 14rem;
}

.pf-builder__layers {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.pf-builder__layer {
  position: absolute;
  left: var(--left);
  bottom: var(--bottom);
  width: 46%;
  aspect-ratio: 3 / 4;
  transform: translateX(-50%) rotate(var(--rot)) scale(var(--scale));
  transform-origin: center bottom;
  border-radius: 50% 50% 42% 42%;
  overflow: hidden;
  box-shadow: 0 10px 28px rgb(44 44 44 / 0.18);
  pointer-events: none;
}

.pf-builder__layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-builder__wrap {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  width: 28%;
  height: 8%;
  background: linear-gradient(180deg, #f2afc1 0%, #e891a8 100%);
  border-radius: 4px 4px 2px 2px;
  z-index: 5;
  box-shadow: 0 4px 12px rgb(44 44 44 / 0.12);
}

.pf-builder__wrap::before {
  content: '';
  position: absolute;
  top: -18%;
  left: 10%;
  right: 10%;
  height: 22%;
  background: #f2afc1;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.pf-builder__loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgb(255 251 247 / 0.7);
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.5);
  z-index: 10;
}

.pf-builder__canvas {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pf-builder__later {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.5);
}

.pf-builder__price {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

.pf-builder__price strong {
  font-size: 1.125rem;
  color: var(--pf-blush-700);
}

.pf-builder__note {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.55);
  text-align: center;
}

.pf-builder__note a {
  color: var(--pf-blush-700);
  font-weight: 600;
}

/*, , , Inner pages (match homepage rhythm), , , */
.pf-inner-page .pf-page-wrap {
  background: var(--pf-cream);
}

.pf-inner-page .pf-page-banner {
  margin-top: 0.75rem;
}

.pf-inner-page .pf-match-strip--page {
  margin-top: 0;
}

.pf-inner-page .pf-page-body--narrow {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
}

/* Featured product spotlight */
.pf-spotlight__link {
  display: grid;
  gap: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-lg);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pf-spotlight__link:hover {
  border-color: var(--pf-blush-500);
  box-shadow: 0 12px 32px rgb(230 140 165 / 0.18);
}

@media (min-width: 800px) {
  .pf-spotlight__link {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }
}

.pf-spotlight__media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #fbe4ed;
  overflow: hidden;
}

.pf-spotlight__media .pf-photo-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pf-spotlight__media img,
.pf-spotlight__media .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pf-spotlight__link:hover .pf-spotlight__media img,
.pf-spotlight__link:hover .pf-spotlight__media .pf-photo-frame > img {
  transform: scale(1.03);
}

.pf-spotlight__copy {
  padding: 1.25rem clamp(1.25rem, 3vw, 2rem) 1.5rem;
}

.pf-spotlight__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.15;
}

.pf-spotlight__lede {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.65);
}

.pf-spotlight__price {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--pf-blush-700);
}

/* Editorial split block */
.pf-editorial {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}

@media (min-width: 800px) {
  .pf-editorial {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.pf-editorial__media {
  border-radius: var(--pf-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #fbe4ed;
}

.pf-editorial__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-editorial__copy p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgb(44 44 44 / 0.65);
}

/* Form / account page wraps */
.pf-contact-wrap,
.pf-track-wrap,
.pf-book-wrap,
.pf-policies-wrap,
.pf-account-wrap,
.pf-checkout-wrap,
.pf-builder-wrap {
  padding-top: 0.5rem;
}

.pf-cart-page-wrap {
  padding-top: 0.25rem;
}

.pf-page-cart .pf-cart-page-wrap {
  padding-top: clamp(1.75rem, 5vw, 2.75rem);
}

.pf-cart-head {
  max-width: 42rem;
  margin: 0 auto 1.35rem;
  padding: 0 clamp(0.25rem, 2vw, 0.5rem);
  text-align: center;
}

.pf-cart-head__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(44 44 44 / 0.45);
}

.pf-cart-head__title {
  margin: 0;
  font-family: var(--pf-font-body);
  font-size: clamp(1.625rem, 5.5vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pf-ink);
}

.pf-cart-head__lede {
  margin: 0.65rem auto 0;
  max-width: 22rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.62);
}

.pf-cart-page {
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(1.15rem, 3vw, 1.5rem);
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: var(--pf-radius-lg);
  box-shadow: 0 12px 36px rgb(230 140 165 / 0.12);
}

.pf-cart-item {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(155deg, rgb(253 242 246 / 0.98) 0%, rgb(255 252 248 / 0.98) 100%);
  border: 1px solid rgb(242 175 193 / 0.4);
  border-radius: var(--pf-radius-lg);
}

@media (min-width: 480px) {
  .pf-cart-item {
    grid-template-columns: 7.5rem 1fr;
    gap: 1.15rem;
    padding: 1.15rem;
  }
}

.pf-cart-item__media {
  display: block;
  text-decoration: none;
}

.pf-cart-item__frame {
  aspect-ratio: 4 / 5;
  border-radius: var(--pf-radius-md);
  overflow: hidden;
  background: #fbe4ed;
}

.pf-cart-item__frame img,
.pf-cart-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-cart-item__label {
  margin: 0 0 0.25rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pf-blush-700);
}

.pf-cart-item__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.pf-cart-item__title a {
  color: var(--pf-ink);
  text-decoration: none;
}

.pf-cart-item__title a:hover {
  color: var(--pf-blush-700);
}

.pf-cart-item__meta {
  margin: 0 0 0.2rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgb(44 44 44 / 0.62);
}

.pf-cart-item__note {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgb(44 44 44 / 0.5);
}

.pf-cart-item__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgb(242 175 193 / 0.35);
}

.pf-cart-item__qty {
  font-size: 0.75rem;
  color: rgb(44 44 44 / 0.55);
}

.pf-cart-item__qty strong {
  color: var(--pf-ink);
}

.pf-cart-item__price {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--pf-blush-700);
}

.pf-cart-summary {
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  background: rgb(253 242 246 / 0.55);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-md);
}

.pf-cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  font-size: 0.8125rem;
  color: rgb(44 44 44 / 0.62);
}

.pf-cart-summary__total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgb(242 175 193 / 0.35);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pf-ink);
}

.pf-cart-summary__total span:last-child {
  color: var(--pf-blush-700);
}

.pf-cart-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.pf-cart-page__checkout {
  display: block;
  width: 100%;
  text-align: center;
}

.pf-cart-page__checkout.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.pf-cart-page__continue {
  display: block;
  width: 100%;
  text-align: center;
}

.pf-account-wrap .pf-account {
  max-width: 28rem;
  margin: 0 auto;
  padding: 1.5rem;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-lg);
}

.pf-policies-wrap .pf-policy-list {
  max-width: 40rem;
  margin: 0 auto;
}

/* PDP extras, editorial rows */
.pf-extras {
  margin-top: 2.5rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: linear-gradient(165deg, rgb(253 242 246 / 0.85) 0%, rgb(255 255 255 / 0.95) 45%, var(--pf-cream, #faf8f5) 100%);
  border: 1px solid rgb(242 175 193 / 0.35);
  border-radius: var(--pf-radius-lg, 1.25rem);
  box-shadow: 0 8px 32px rgb(232 160 181 / 0.1);
}

.pf-extras__header {
  margin-bottom: 1.25rem;
  text-align: center;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.pf-extras__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pf-blush-600, #e8a0b5);
}

.pf-extras__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pf-ink, #2c2c2c);
}

.pf-extras__intro {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--pf-ink-muted, #666);
}

.pf-extras__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgb(242 175 193 / 0.28);
  box-shadow: 0 2px 12px rgb(44 44 44 / 0.04);
}

.pf-extras__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgb(242 175 193 / 0.18);
  cursor: pointer;
  transition: background 0.22s ease, box-shadow 0.22s ease;
  position: relative;
}

.pf-extras__row:last-child {
  border-bottom: none;
}

.pf-extras__row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--pf-blush-500, #f2afc1);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.pf-extras__row:hover {
  background: rgb(253 242 246 / 0.45);
}

.pf-extras__row.is-selected {
  background: rgb(253 242 246 / 0.75);
}

.pf-extras__row.is-selected::before {
  opacity: 1;
}

.pf-extras__thumb {
  flex-shrink: 0;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--pf-cream);
  box-shadow: 0 2px 8px rgb(44 44 44 / 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pf-extras__row:hover .pf-extras__thumb {
  transform: scale(1.04);
  box-shadow: 0 4px 14px rgb(242 175 193 / 0.25);
}

.pf-extras__thumb .pf-photo-frame {
  width: 100%;
  height: 100%;
}

.pf-extras__thumb img,
.pf-extras__thumb .pf-photo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-extras__copy {
  min-width: 0;
}

.pf-extras__headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  margin-bottom: 0.15rem;
}

.pf-extras__name {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--pf-ink);
}

.pf-extras__tag {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pf-blush-700);
  background: rgb(253 242 246);
  border: 1px solid rgb(242 175 193 / 0.45);
  border-radius: 999px;
}

.pf-extras__desc {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--pf-ink-muted, #777);
}

.pf-extras__price {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pf-blush-700, #c97a94);
}

.pf-extras__add {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1.5px solid rgb(242 175 193 / 0.55);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.pf-extras__add:hover {
  border-color: var(--pf-blush-500);
  background: var(--pf-blush-50);
  transform: scale(1.06);
}

.pf-extras__add-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.pf-extras__add-icon::before,
.pf-extras__add-icon::after {
  content: '';
  position: absolute;
  background: var(--pf-blush-600, #e8a0b5);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.pf-extras__add-icon::before {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.pf-extras__add-icon::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.pf-extras__row.is-selected .pf-extras__add {
  border-color: #2d7a4a;
  background: #f0faf3;
}

.pf-extras__row.is-selected .pf-extras__add-icon::before {
  display: none;
}

.pf-extras__row.is-selected .pf-extras__add-icon::after {
  content: '✓';
  position: static;
  width: auto;
  height: auto;
  background: none;
  border: none;
  transform: none;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  color: #2d7a4a;
}

.pf-extras__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1.5px solid var(--pf-blush-400, #f5c6d4);
  border-radius: 0.85rem;
  font-size: 0.8125rem;
  animation: pf-extras-summary-in 0.3s ease;
}

@keyframes pf-extras-summary-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pf-extras__summary-count {
  color: var(--pf-ink-muted);
}

.pf-extras__summary-total {
  font-weight: 600;
  color: var(--pf-ink);
}

.pf-extras__summary-total strong {
  color: var(--pf-blush-700);
  font-size: 1rem;
}

.pf-extras__message {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border-radius: 0.85rem;
  border: 1px solid rgb(242 175 193 / 0.28);
}

.pf-extras__message-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pf-blush-600);
}

.pf-extras__message-label span {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--pf-ink-muted);
  font-size: 0.75rem;
}

.pf-extras__message-field {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--pf-ink);
  background: rgb(253 242 246 / 0.35);
  border: 1.5px solid rgb(242 175 193 / 0.35);
  border-radius: 0.65rem;
  resize: vertical;
  min-height: 5rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.pf-extras__message-field:focus {
  outline: none;
  border-color: var(--pf-blush-500);
  background: #fff;
}

.pf-pdp__checkout {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(242 175 193 / 0.28);
}

.pf-pdp__checkout-note {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--pf-ink-muted, #777);
  text-align: center;
}

.pf-pdp__add-cart {
  display: block;
  width: 100%;
  padding: 1rem 1.25rem;
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}

@media (min-width: 640px) {
  .pf-extras__row {
    padding: 1rem 1.25rem;
    gap: 1rem 1.25rem;
  }

  .pf-extras__thumb {
    width: 4.75rem;
    height: 4.75rem;
  }
}

@media (min-width: 480px) {
  .pf-photo-frame__note {
    font-size: 0.625rem;
  }

  .pf-photo-frame__copy {
    font-size: 0.5625rem;
  }

  .pf-pdp__extras-hint {
    font-size: 0.75rem;
  }
}

@media (min-width: 640px) {
  .pf-photo-frame__legal {
    padding: 2rem 0.6rem 0.5rem;
    gap: 0.65rem;
  }

  .pf-photo-frame__note {
    font-size: 0.6875rem;
    max-width: 75%;
  }

  .pf-photo-frame__copy {
    font-size: 0.625rem;
  }
}

@media (max-width: 420px) {
  .pf-shop-section.pf-pdp-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pf-extras {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pf-extras__desc {
    display: none;
  }

  .pf-extras__row {
    padding: 0.75rem 0.85rem;
  }
}

/* FreshProof badge */
.pf-freshproof {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.55rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pf-blush-700);
  background: rgb(253 242 246 / 0.95);
  border: 1px solid rgb(242 175 193 / 0.55);
  border-radius: 999px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pf-freshproof::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--pf-blush-500);
  box-shadow: 0 0 0 2px rgb(230 140 165 / 0.35);
}

.pf-freshproof:hover {
  background: var(--pf-blush-100);
  border-color: var(--pf-blush-500);
  color: var(--pf-ink);
}

.pf-freshproof--card {
  margin: 0.5rem 0.15rem 0;
}

.pf-freshproof--inline {
  margin-bottom: 0.85rem;
}

.pf-freshproof--pdp {
  margin: 0.75rem 0 1rem;
}

/* FreshProof page */
.pf-freshproof-page {
  max-width: 40rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.pf-freshproof-page__lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--pf-ink);
}

.pf-freshproof-page__note {
  margin: -0.8rem 0 1.5rem;
  padding: 0.7rem 1rem;
  background: rgb(242 175 193 / 0.1);
  border: 1px solid rgb(242 175 193 / 0.4);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #6a5b60;
}

.pf-freshproof-page__block {
  margin-bottom: 1.35rem;
  padding: 1.25rem 1.35rem;
  background: var(--pf-paper);
  border: 1px solid rgb(242 175 193 / 0.4);
  border-radius: var(--pf-radius-lg);
}

.pf-freshproof-page__block h2 {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.pf-freshproof-page__block p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgb(44 44 44 / 0.68);
}

.pf-freshproof-page__block p + p {
  margin-top: 0.65rem;
}

.pf-freshproof-page__cta {
  margin-top: 1.5rem;
  text-align: center;
}

.pf-freshproof-page__cta-note {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgb(44 44 44 / 0.55);
}

.pf-freshproof-wrap {
  padding-top: 0.5rem;
}

/* Personalised storefront (returning customers) */
.pf-personalise { background: var(--pf-cream, #fbf2e9); border: 1px solid var(--pf-blush-200, #f0dcd2); border-radius: 14px; padding: 1.25rem 1.5rem; margin: 1rem 0; }
.pf-personalise__greeting { font-family: var(--pf-font-body); font-size: 1.15rem; font-weight: 600; font-style: italic; color: var(--pf-blush-700, #c76f8b); margin: 0 0 0.25rem; }
.pf-personalise__sub { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pf-ink-soft, #7b665b); margin: 0 0 0.75rem; }
.pf-personalise__recs { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 0.6rem; }
.pf-personalise__card { display: flex; flex-direction: column; gap: 0.2rem; padding: 0.75rem; background: #fff; border: 1px solid var(--pf-blush-200, #f0dcd2); border-radius: 10px; text-decoration: none; color: inherit; }
.pf-personalise__card:hover { border-color: var(--pf-blush-300, #e4b9a6); }
.pf-personalise__name { font-size: 0.85rem; line-height: 1.3; }
.pf-personalise__price { font-weight: 600; }

/* ===== Business registration page (scoped to .pf-page-business) ===== */
.pf-page-business .pf-business-wrap { max-width: 52rem; margin-inline: auto; }
.pf-page-business .pf-business-intro { margin-bottom: 1.5rem; }
.pf-page-business .pf-business-intro p { color: rgb(44 44 44 / 0.78); line-height: 1.6; margin: 0 0 0.75rem; }
.pf-page-business .pf-business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pf-page-business .pf-business-grid__full { grid-column: 1 / -1; }
.pf-page-business .pf-business-fieldset { margin: 1.25rem 0 0; padding: 1rem 1.1rem; border: 1px solid rgb(224 130 158 / 0.4); border-radius: var(--pf-radius-md); }
.pf-page-business .pf-business-fieldset legend { padding: 0 0.4rem; font-weight: 600; color: var(--pf-ink); }
.pf-page-business .pf-business-use { display: grid; gap: 0.5rem; }
.pf-page-business .pf-business-radio { display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 0.75rem; background: var(--pf-paper); border: 1px solid rgb(224 130 158 / 0.35); border-radius: var(--pf-radius-md); cursor: pointer; }
.pf-page-business .pf-business-radio input { width: auto; }
.pf-page-business .pf-business-use__other { display: grid; gap: 0.35rem; margin-top: 0.25rem; }
.pf-page-business .pf-business-ack { display: flex; gap: 0.75rem; align-items: flex-start; margin: 1.25rem 0 0; padding: 1rem 1.1rem; background: rgb(253 236 243 / 0.6); border: 1px solid rgb(224 130 158 / 0.5); border-radius: var(--pf-radius-md); cursor: pointer; }
.pf-page-business .pf-business-ack input { width: auto; margin-top: 0.2rem; }
.pf-page-business .pf-business-ack__copy { display: grid; gap: 0.5rem; font-size: 0.85rem; line-height: 1.5; color: rgb(44 44 44 / 0.8); }
.pf-page-business .pf-business-note { font-size: 0.85rem; color: rgb(44 44 44 / 0.65); margin-top: 1rem; }
.pf-page-business .pf-business-note a { color: var(--pf-blush-700); }
.pf-page-business .pf-business-success { max-width: 36rem; margin: 2rem auto; text-align: center; padding: 2rem 1.5rem; background: var(--pf-paper); border: 1px solid rgb(224 130 158 / 0.4); border-radius: var(--pf-radius-lg); }
@media (max-width: 720px) {
  .pf-page-business .pf-business-grid { grid-template-columns: 1fr; }
}

/* ===== Transparency page (scoped to .pf-page-transparency) ===== */
.pf-page-transparency .pf-transparency-wrap { max-width: 64rem; margin-inline: auto; }
.pf-page-transparency .pf-transparency-layout { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.pf-page-transparency .pf-transparency-index { display: none; }
.pf-page-transparency .pf-transparency-index__title { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--pf-blush-700); margin: 0 0 0.6rem; }
.pf-page-transparency .pf-transparency-index nav { display: grid; gap: 0.35rem; }
.pf-page-transparency .pf-transparency-index a { font-size: 0.85rem; color: rgb(44 44 44 / 0.7); text-decoration: none; padding: 0.2rem 0; }
.pf-page-transparency .pf-transparency-index a:hover { color: var(--pf-blush-700); }
.pf-page-transparency .pf-transparency-section { padding: 1.25rem 0; border-top: 1px solid rgb(224 130 158 / 0.3); scroll-margin-top: 1.5rem; }
.pf-page-transparency .pf-transparency-section:first-child { border-top: none; }
.pf-page-transparency .pf-transparency-section h2 { font-size: 1.25rem; margin: 0 0 0.6rem; color: var(--pf-ink); }
.pf-page-transparency .pf-transparency-section h3 { font-size: 0.95rem; margin: 1rem 0 0.3rem; color: var(--pf-blush-700); }
.pf-page-transparency .pf-transparency-section p { color: rgb(44 44 44 / 0.78); line-height: 1.65; margin: 0 0 0.75rem; }
.pf-page-transparency .pf-transparency-section ul { margin: 0 0 0.75rem; padding-left: 1.2rem; color: rgb(44 44 44 / 0.78); line-height: 1.6; }
.pf-page-transparency .pf-transparency-section li { margin-bottom: 0.3rem; }
.pf-page-transparency .pf-transparency-section a { color: var(--pf-blush-700); }
@media (min-width: 900px) {
  .pf-page-transparency .pf-transparency-layout { grid-template-columns: minmax(190px, 220px) 1fr; gap: 2.5rem; align-items: start; }
  .pf-page-transparency .pf-transparency-index { display: block; position: sticky; top: 1.5rem; }
}

/* ===================================================================
   FLOATING LUXE PRODUCT CARD, the storefront product card.
   Adapted from the chosen Floating Luxe set (cards 1 / 2 / 3):
   --center for grids, --left and --right horizontal for feature spots.
   View product button is square with a pink glow. No dashes in copy.
   =================================================================== */
.pf-fl-cell { list-style: none; margin: 0; display: flex; }
.pf-fl-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(135deg, var(--pf-cream, #fffbf7), var(--pf-cream-deep, #faf7f2));
  border: 1px solid rgb(242 175 193 / 0.2);
  border-radius: var(--pf-radius-sm, 5px);
  padding: 0;
  text-align: center;
  color: var(--pf-ink, #2c2c2c);
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
  box-shadow: 0 14px 36px -28px rgb(199 111 139 / 0.35);
  overflow: hidden;
  min-height: clamp(280px, 42vw, 340px);
}
.pf-fl-card * { box-sizing: border-box; }
.pf-fl-card__media-link { display: block; text-decoration: none; width: 100%; }
.pf-fl-card__stage { position: relative; display: flex; align-items: stretch; justify-content: center; padding: 0; height: 100%; }
.pf-fl-card__shadow { display: none; }
.pf-fl-card__img {
  position: relative; width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.pf-fl-card__body { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.4rem; width: 100%; padding: 0.85rem 1rem 1.1rem; }
.pf-fl-card__body--catalog {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 0.35rem;
  padding: 0.95rem 1.05rem 1.15rem;
}
.pf-fl-card--catalog {
  text-align: left;
}
.pf-fl-card--catalog .pf-fl-card__name {
  font-size: clamp(1rem, 2.2vw, 1.22rem);
  line-height: 1.15;
}
.pf-fl-card--catalog .pf-fl-card__price {
  margin-top: 0.15rem;
  font-size: 0.92rem;
  color: rgb(44 44 44 / 0.58);
}
.pf-t-subtitle--stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.02rem;
}
.pf-t-subtitle--stack .pf-t-subtitle__sans {
  display: block;
  font-weight: 600;
  color: var(--pf-ink, #2c2c2c);
}
.pf-t-subtitle--stack .pf-t-subtitle__script {
  display: block;
  font-size: 1.35em;
  line-height: 1;
  margin-top: 0.08rem;
}
.pf-coll-name {
  display: inline;
}
.pf-coll-name__sans {
  font-weight: 600;
  color: var(--pf-ink, #2c2c2c);
}
.pf-coll-name__word {
  font-weight: 700;
  color: var(--coll-deep, var(--coll-accent, var(--pf-blush-700)));
  background: linear-gradient(135deg, var(--coll-accent, #e68ca5), var(--coll-deep, #a64f6c));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.pf-coll-card__name .pf-coll-name__word,
.pf-coll-banner__name .pf-coll-name__word {
  font-size: 1.08em;
}
.pf-fl-card__tag { font-size: 0.58rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--pf-blush-700, #c76f8b); font-weight: 600; }
.pf-fl-card__name-link { text-decoration: none; color: inherit; }
.pf-fl-card__name { font-size: 0.98rem; font-weight: 600; line-height: 1.28; margin: 0; }
.pf-fl-card__price { font-size: 0.88rem; color: rgb(44 44 44 / 0.62); margin: 0; }
.pf-fl-card:hover { transform: translateY(-6px); }
.pf-fl-card:hover .pf-fl-card__img { transform: scale(1.03); }

.pf-fl-card--center { display: flex; flex-direction: column; min-height: clamp(280px, 38vw, 320px); }
.pf-fl-card--center .pf-fl-card__media-link { flex: 0 0 50%; min-height: 0; overflow: hidden; }
.pf-fl-card--center .pf-fl-card__body { flex: 1 1 50%; }
.pf-fl-card--center .pf-fl-card__cta { margin-top: auto; }

/* horizontal feature variants (2 = image left, 3 = image right), best seller row unchanged */
.pf-fl-card--left, .pf-fl-card--right {
  flex-direction: row; text-align: left; align-items: center;
  gap: clamp(1rem, 3vw, 2rem); padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--pf-cream, #fffbf7);
  min-height: 0;
  overflow: visible;
}
.pf-fl-card--right { flex-direction: row-reverse; }
.pf-fl-card--left .pf-fl-card__media-link, .pf-fl-card--right .pf-fl-card__media-link { flex: 0 0 46%; }
.pf-fl-card--left .pf-fl-card__stage, .pf-fl-card--right .pf-fl-card__stage { padding: 0; }
.pf-fl-card--left .pf-fl-card__img, .pf-fl-card--right .pf-fl-card__img { width: 100%; aspect-ratio: 1 / 1; border-radius: var(--pf-radius-xs, 3px); box-shadow: 0 18px 36px -20px rgb(199 111 139 / 0.45); }
.pf-fl-card--left .pf-fl-card__body, .pf-fl-card--right .pf-fl-card__body { flex: 1; align-items: flex-start; padding: 0; }
.pf-fl-card--left .pf-fl-card__name, .pf-fl-card--right .pf-fl-card__name { font-size: clamp(1.1rem, 2.4vw, 1.5rem); }

/* a single horizontal feature card, centered in the content column */
.pf-fl-feature { max-width: 40rem; margin: 0 auto clamp(1.5rem, 3vw, 2.25rem); }

/* THE PENELOPE'S BUTTON, hero 25 family. Square blush, soft outer glow, short labels. */
.pf-btn-glow,
.pf-fl-card__cta,
.pf-coll-banner__shop,
.pf-coll-rb__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pf-font-body);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 0.72rem 1.25rem;
  background: var(--pf-blush-500, #e68ca5);
  border: 1px solid rgb(199 111 139 / 0.5);
  border-radius: 2px;
  box-shadow: 0 8px 22px -10px rgb(230 140 165 / 0.55);
  animation: pf-btn-glow-ring 3.1s ease-in-out infinite;
  transition: transform 0.25s ease, background 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
}
.pf-btn-glow:hover,
.pf-fl-card__cta:hover,
.pf-coll-banner__shop:hover,
.pf-coll-rb__btn:hover {
  transform: translateY(-2px);
  background: var(--pf-blush-700, #c76f8b);
}
.pf-fl-card__cta { margin-top: 0.45rem; }
@keyframes pf-btn-glow-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgb(230 140 165 / 0.35), 0 8px 22px -10px rgb(230 140 165 / 0.5); }
  50% { box-shadow: 0 0 16px 3px rgb(230 140 165 / 0.42), 0 10px 26px -8px rgb(230 140 165 / 0.58); }
}
@media (prefers-reduced-motion: reduce) {
  .pf-btn-glow, .pf-fl-card__cta, .pf-coll-banner__shop, .pf-coll-rb__btn {
    animation: none;
    box-shadow: 0 8px 22px -10px rgb(230 140 165 / 0.5);
  }
}

/* ===== pink glow, View product + key primary buttons ===== */
/* Soft ring pulse (button option 3): a thin pink ring that breathes, calmer and
   more expensive than a wide diffuse glow. Used on product card CTAs, View all etc. */
.pf-glow { animation: pf-glow-pink 2.4s ease-in-out infinite; box-shadow: 0 4px 12px rgb(44 44 44 / 0.06); }
.pf-glow:hover { box-shadow: 0 0 0 2px rgb(230 140 165 / 0.95), 0 0 16px 5px rgb(230 140 165 / 0.5), 0 4px 12px rgb(44 44 44 / 0.06) !important; }
@keyframes pf-glow-pink {
  0%, 100% { box-shadow: 0 0 0 0 rgb(230 140 165 / 0), 0 4px 12px rgb(44 44 44 / 0.06); }
  50% { box-shadow: 0 0 0 1.5px rgb(230 140 165 / 0.85), 0 0 12px 3px rgb(230 140 165 / 0.4), 0 4px 12px rgb(44 44 44 / 0.06); }
}
@media (prefers-reduced-motion: reduce) {
  .pf-glow { animation: none; box-shadow: 0 0 0 1.5px rgb(230 140 165 / 0.7), 0 4px 12px rgb(44 44 44 / 0.06); }
}

/* ===================================================================
   COLLECTION BLOCKS, homepage "Shop our collections".
   Concept 25 floating banner (special, Princess) + concept 17 bento grid.
   Buttons use the shared .pf-glow pulse, same as the product card.
   =================================================================== */

/* Princess special, floating banner */
.pf-coll-banner { font-family: var(--pf-font-body); color: var(--pf-ink, #2c2c2c); background: linear-gradient(135deg, var(--pf-cream, #fffbf7), var(--pf-cream-deep, #faf7f2)); border: 1px solid rgb(242 175 193 / 0.26); border-radius: 8px; width: 100%; max-width: 60rem; margin: 0 auto clamp(1.75rem, 3.5vw, 2.75rem); padding: clamp(1.6rem, 4vw, 2.8rem); display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1.4rem, 4vw, 2.6rem); box-shadow: 0 18px 46px -32px rgb(199 111 139 / 0.45); }
.pf-coll-banner * { box-sizing: border-box; }
.pf-coll-banner__float { flex: 0 0 auto; width: min(50%, 400px); aspect-ratio: 1 / 1; margin: 0; border-radius: 6px; overflow: hidden; box-shadow: 0 22px 44px -18px rgb(199 111 139 / 0.55), 0 6px 16px -8px rgb(44 44 44 / 0.25); }
.pf-coll-banner__float img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.pf-coll-banner__copy { flex: 1 1 260px; min-width: 240px; }
.pf-coll-banner__eyebrow { display: block; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.68rem; font-weight: 600; color: var(--pf-blush-700, #c76f8b); margin-bottom: 0.45rem; }
.pf-coll-banner__name { font-size: clamp(1.8rem, 4.4vw, 2.6rem); font-weight: 600; letter-spacing: -0.01em; margin: 0 0 0.25rem; }
.pf-coll-banner__script { font-family: var(--pf-font-script, 'Great Vibes', cursive); font-size: clamp(1.4rem, 3.6vw, 2rem); line-height: 1; color: var(--pf-blush-500, #e68ca5); margin: 0 0 0.85rem; }
.pf-coll-banner__desc { font-size: 0.97rem; line-height: 1.6; color: rgb(44 44 44 / 0.72); margin: 0 0 1.1rem; max-width: 36ch; }
@media (max-width: 460px) { .pf-coll-banner { justify-content: center; text-align: center; } .pf-coll-banner__float { width: min(84%, 320px); } .pf-coll-banner__desc { margin-left: auto; margin-right: auto; } }

/* Rectangle collection cards, same family as product cards (square top half) */
.pf-coll-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, var(--pf-cream, #fffbf7), var(--pf-cream-deep, #faf7f2));
  border: 1px solid rgb(242 175 193 / 0.2);
  border-radius: var(--pf-radius-sm, 5px);
  overflow: hidden;
  box-shadow: 0 14px 36px -28px rgb(199 111 139 / 0.35);
  transition: transform 0.35s ease;
  min-height: clamp(260px, 36vw, 310px);
}
.pf-coll-card:hover { transform: translateY(-4px); }
.pf-coll-card__media {
  flex: 0 0 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  text-decoration: none;
}
.pf-coll-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.pf-coll-card:hover .pf-coll-card__media img { transform: scale(1.04); }
.pf-coll-card__body {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0.75rem 0.75rem 0.95rem;
}
.pf-coll-card__eyebrow {
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pf-blush-700, #c76f8b);
  font-weight: 600;
}
.pf-coll-card__name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.25;
}
.pf-coll-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 2vw, 1.1rem);
  max-width: 1120px;
  margin: 0 auto;
}
.pf-coll-card-grid--browse { max-width: 1120px; }
.pf-coll-card-grid--compact { grid-template-columns: repeat(2, 1fr); max-width: 760px; }
@media (min-width: 640px) {
  .pf-coll-card-grid { grid-template-columns: repeat(3, 1fr); }
  .pf-coll-card-grid--compact { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 980px) {
  .pf-coll-card-grid { grid-template-columns: repeat(5, 1fr); }
  .pf-coll-card-grid--compact { grid-template-columns: repeat(3, 1fr); }
}

/* Other collections, bento card */
.pf-coll-bento-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1rem, 2.5vw, 1.75rem); max-width: 1120px; margin: 0 auto; }
@media (min-width: 980px) { .pf-coll-bento-grid { grid-template-columns: 1fr 1fr; } }
.pf-coll-bento { font-family: var(--pf-font-body); color: var(--pf-ink, #2c2c2c); width: 100%; box-sizing: border-box; }
.pf-coll-bento * { box-sizing: border-box; }
.pf-coll-bento__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; }
.pf-coll-bento__side { display: grid; grid-template-rows: auto 1fr; gap: 12px; min-width: 0; }
.pf-coll-bento__img { margin: 0; border-radius: 6px; overflow: hidden; box-shadow: 0 14px 38px -24px rgb(199 111 139 / 0.45); }
.pf-coll-bento__img img { display: block; width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.pf-coll-bento__accent { background: var(--pf-blush-400, #f2afc1); padding: 1.1rem; display: flex; flex-direction: column; gap: 0.35rem; align-items: center; justify-content: center; text-align: center; border-radius: 6px; min-height: 7.5rem; }
.pf-coll-bento__accent-k { font-family: var(--pf-font-script, 'Great Vibes', cursive); font-size: clamp(1.95rem, 5.8vw, 2.55rem); line-height: 1.04; color: #8f3357; -webkit-text-stroke: 0.6px #fff; paint-order: stroke fill; text-shadow: 0 1px 0 rgb(255 255 255 / 0.85), 0 2px 4px rgb(120 30 55 / 0.22); }
.pf-coll-bento__accent-s { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgb(44 44 44 / 0.62); }
.pf-coll-bento__meta { background: var(--pf-cream, #fffbf7); border: 1px solid rgb(242 175 193 / 0.25); padding: clamp(1rem, 3vw, 1.25rem); display: flex; flex-direction: column; gap: 0.5rem; justify-content: center; border-radius: 6px; }
.pf-coll-bento__name { margin: 0; font-size: clamp(1.3rem, 4vw, 1.7rem); font-weight: 500; line-height: 1.1; }
.pf-coll-bento__desc { margin: 0; font-size: 0.85rem; color: rgb(44 44 44 / 0.7); line-height: 1.5; }
.pf-coll-bento__btn { align-self: flex-start; margin-top: 0.35rem; display: inline-block; text-decoration: none; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--pf-paper, #fff); background: var(--pf-blush-500, #e68ca5); padding: 0.8rem 1.4rem; border-radius: 2px; transition: background 0.25s ease, transform 0.25s ease; }
.pf-coll-bento__btn:hover { background: var(--pf-blush-700, #c76f8b); transform: translateY(-1px); }
@media (max-width: 520px) { .pf-coll-bento__grid { grid-template-columns: 1fr; } .pf-coll-bento__img img { min-height: 220px; } }

/* ===================================================================
   COLLECTION PAGE HERO (concept 21) + PDP ROUNDED BANNER (concept 20).
   Buttons use the shared .pf-glow pulse.
   =================================================================== */

/* Concept 21, collection page hero, showcases the best product */
.pf-coll-hero { font-family: var(--pf-font-body); color: var(--pf-ink, #2c2c2c); background: var(--pf-cream, #fffbf7); border: 1px solid rgb(242 175 193 / 0.28); border-radius: 8px; overflow: hidden; box-shadow: 0 18px 44px -28px rgb(199 111 139 / 0.4); width: 100%; max-width: 760px; margin: 0 auto clamp(1.75rem, 3.5vw, 2.5rem); }
.pf-coll-hero * { box-sizing: border-box; }
.pf-coll-hero__inner { padding: clamp(1.4rem, 4vw, 2.6rem); text-align: center; }
.pf-coll-hero__quote { font-family: var(--pf-font-script, 'Great Vibes', cursive); font-size: clamp(2rem, 6vw, 3.1rem); line-height: 1; color: var(--pf-blush-700, #c76f8b); margin: 0 0 clamp(1rem, 3vw, 1.6rem); }
.pf-coll-hero__frame { margin: 0 0 clamp(1.1rem, 3vw, 1.5rem); border-radius: 6px; overflow: hidden; box-shadow: 0 14px 34px -22px rgb(44 44 44 / 0.45); }
.pf-coll-hero__frame img { display: block; width: 100%; height: clamp(240px, 42vw, 360px); object-fit: cover; }
.pf-coll-hero__eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.66rem; font-weight: 600; color: var(--pf-blush-700, #c76f8b); margin-bottom: 0.5rem; }
.pf-coll-hero__name { font-size: clamp(1.5rem, 4vw, 2.1rem); font-weight: 600; letter-spacing: -0.01em; margin: 0 0 0.35rem; }
.pf-coll-hero__price { font-size: 0.95rem; color: rgb(44 44 44 / 0.6); margin: 0 0 0.6rem; }
.pf-coll-hero__desc { font-size: 0.92rem; line-height: 1.55; color: rgb(44 44 44 / 0.72); max-width: 34ch; margin: 0 auto 1.4rem; }
.pf-coll-hero__shop { display: inline-block; border-radius: 2px; background: var(--pf-blush-500, #e68ca5); color: #fff; text-decoration: none; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.82rem 1.8rem; border: 1px solid rgb(199 111 139 / 0.5); transition: transform 0.25s ease, background 0.25s ease; }
.pf-coll-hero__shop:hover { transform: translateY(-2px); background: var(--pf-blush-700, #c76f8b); }

/* Concept 20, rounded banner, bottom of product pages */
.pf-coll-rb { font-family: var(--pf-font-body); color: var(--pf-ink, #2c2c2c); background: var(--pf-cream-deep, #faf7f2); border: 1px solid rgb(242 175 193 / 0.22); border-radius: 8px; box-shadow: 0 14px 40px -26px rgb(199 111 139 / 0.45); max-width: 760px; width: 100%; box-sizing: border-box; margin: 0 auto; padding: clamp(0.8rem, 2.5vw, 1.1rem); display: flex; align-items: center; gap: clamp(1rem, 3vw, 1.6rem); }
.pf-coll-rb * { box-sizing: border-box; }
.pf-coll-rb__inset { flex: 0 0 auto; margin: 0; width: clamp(96px, 22vw, 150px); height: clamp(96px, 22vw, 150px); border-radius: 6px; overflow: hidden; box-shadow: 0 10px 26px -16px rgb(199 111 139 / 0.5); }
.pf-coll-rb__inset img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pf-coll-rb__body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 0.3rem; }
.pf-coll-rb__eyebrow { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pf-blush-700, #c76f8b); font-weight: 600; }
.pf-coll-rb__name { margin: 0; font-size: clamp(1.25rem, 4vw, 1.75rem); font-weight: 500; line-height: 1.1; }
.pf-coll-rb__desc { margin: 0; font-size: 0.82rem; color: rgb(44 44 44 / 0.68); line-height: 1.45; max-width: 38ch; }
.pf-coll-rb__btn { flex: 0 0 auto; display: inline-block; text-decoration: none; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--pf-paper, #fff); background: var(--pf-blush-500, #e68ca5); padding: 0.85rem 1.5rem; border-radius: 2px; transition: background 0.25s ease, transform 0.25s ease; }
.pf-coll-rb__btn:hover { background: var(--pf-blush-700, #c76f8b); transform: translateY(-1px); }
@media (max-width: 560px) { .pf-coll-rb { flex-wrap: wrap; } .pf-coll-rb__body { flex: 1 1 60%; } .pf-coll-rb__btn { flex: 1 1 100%; text-align: center; margin-top: 0.4rem; } }

/* Stacked rounded banners (concept 20) for home + browse all */
.pf-coll-rb-stack { display: flex; flex-direction: column; gap: clamp(0.85rem, 2vw, 1.15rem); max-width: 1120px; margin: 0 auto; }
.pf-coll-rb-stack--browse { max-width: 760px; }

/* Product card grid: equal-height cards with the View product button aligned to
   the bottom (fixes the last cards' buttons sitting at different heights). */
.pf-fl-card { height: 100%; }
.pf-fl-card--center .pf-fl-card__body { flex: 1 1 50%; }

/* PDP add to cart: a bit more glow than the rest. */
.pf-pdp__add-cart.pf-glow { animation: pf-glow-pink-lg 3s ease-in-out infinite; }
.pf-pdp__add-cart.pf-glow:hover { box-shadow: 0 0 30px 9px rgb(230 140 165 / 0.78) !important; }
@keyframes pf-glow-pink-lg {
  0%, 100% { box-shadow: 0 0 16px 3px rgb(230 140 165 / 0.5); }
  50% { box-shadow: 0 0 32px 9px rgb(230 140 165 / 0.8); }
}
@media (prefers-reduced-motion: reduce) {
  .pf-pdp__add-cart.pf-glow { animation: none; box-shadow: 0 0 22px 5px rgb(230 140 165 / 0.6); }
}

/* ===================================================================
   COLLECTION PAGE, fade in, bigger 3D hero script, intro photo strip,
   centred single product, nostalgia story section.
   =================================================================== */
.pf-fade-in { animation: pf-fade-in 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
@keyframes pf-fade-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .pf-fade-in { animation: none; } }

/* Bigger, bolder, 3D pink script with a white border so it stands out */
.pf-coll-hero__quote {
  font-size: clamp(2.7rem, 8.5vw, 4.6rem);
  color: var(--pf-blush-500, #e68ca5);
  -webkit-text-stroke: 1.4px #fff;
  paint-order: stroke fill;
  letter-spacing: 0.01em;
  text-shadow:
    0 1px 0 #f2afc1,
    0 2px 0 #efa9bf,
    0 3px 0 #ea9eb5,
    0 4px 0 #e596ad,
    0 7px 12px rgb(199 111 139 / 0.35);
}

/* Intro photo strip before the product */
.pf-coll-intro { max-width: 980px; margin: 0 auto clamp(1.5rem, 3vw, 2.25rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.6rem, 1.5vw, 1rem); }
.pf-coll-intro--two { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
.pf-coll-intro__img { margin: 0; border-radius: var(--pf-radius-sm, 5px); overflow: hidden; aspect-ratio: 1 / 1; box-shadow: 0 14px 34px -24px rgb(199 111 139 / 0.4); }
.pf-coll-intro__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 560px) { .pf-coll-intro { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; } }

/* Centre a single product card */
.pf-coll-single { max-width: 340px; margin: 0 auto; }

/* Nostalgia / story section */
.pf-coll-story { max-width: 960px; margin: 0 auto; padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1.1rem, 3vw, 2rem); background: var(--pf-cream-deep, #faf7f2); border: 1px solid rgb(242 175 193 / 0.25); border-radius: var(--pf-radius-md, 8px); }
.pf-coll-story__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(1.4rem, 4vw, 2.6rem); align-items: center; }
.pf-coll-story__heading { font-family: var(--pf-font-script, 'Great Vibes', cursive); font-size: clamp(2rem, 5vw, 2.9rem); color: var(--pf-blush-700, #c76f8b); margin: 0 0 0.8rem; line-height: 1.05; }
.pf-coll-story__body p { margin: 0 0 0.85rem; font-size: 0.95rem; line-height: 1.65; color: rgb(44 44 44 / 0.75); }
.pf-coll-story__body p:last-child { margin-bottom: 0; }
.pf-coll-story__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.pf-coll-story__photos figure { margin: 0; border-radius: var(--pf-radius-sm, 5px); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 14px 34px -24px rgb(44 44 44 / 0.3); }
.pf-coll-story__photos img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.92); }
.pf-coll-story__tag { display: inline-block; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pf-blush-700, #c76f8b); font-weight: 700; margin-bottom: 0.5rem; }
@media (max-width: 700px) { .pf-coll-story__inner { grid-template-columns: 1fr; } .pf-coll-story__photos { order: -1; } }

/* Penelope's Blues, a pale blue accent on the key bits of writing, in keeping
   with the blue bouquets. Scoped to the blues collection page only. */
.pf-coll-page--blues .pf-coll-story__tag,
.pf-coll-page--blues .pf-coll-hero__eyebrow { color: #5f93c2; }
.pf-coll-page--blues .pf-coll-story__heading { color: #6f9ec9; }
.pf-coll-page--blues .pf-coll-hero__quote { color: #6f9ec9; }

/* Homepage subscription promo, Penelope's Unwrapped */
.pf-sub-promo { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.2rem); max-width: 60rem; margin: 0 auto; padding: clamp(1.1rem, 3vw, 1.8rem); background: linear-gradient(135deg, var(--pf-blush-100, #fdf2f6), var(--pf-cream, #fffbf7)); border: 1px solid rgb(242 175 193 / 0.35); border-radius: var(--pf-radius-md, 8px); text-decoration: none; color: var(--pf-ink, #2c2c2c); box-shadow: 0 18px 46px -32px rgb(199 111 139 / 0.45); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pf-sub-promo:hover { transform: translateY(-3px); box-shadow: 0 22px 50px -28px rgb(199 111 139 / 0.5); }
.pf-sub-promo__media { flex: 0 0 auto; width: min(40%, 200px); border-radius: var(--pf-radius-sm, 5px); overflow: hidden; box-shadow: 0 16px 34px -18px rgb(199 111 139 / 0.55); }
.pf-sub-promo__media img { display: block; width: 100%; height: clamp(150px, 28vw, 210px); object-fit: cover; }
.pf-sub-promo__copy { flex: 1 1 auto; min-width: 0; }
.pf-sub-promo__eyebrow { display: inline-block; font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700; color: var(--pf-blush-700, #c76f8b); margin-bottom: 0.4rem; }
.pf-sub-promo__title { display: block; font-family: var(--pf-font-body); font-size: clamp(1.5rem, 3.5vw, 2rem); font-weight: 600; letter-spacing: -0.01em; line-height: 1.15; color: var(--pf-blush-700, #c76f8b); margin-bottom: 0.5rem; }
.pf-sub-promo__text { font-size: 0.92rem; line-height: 1.55; color: rgb(44 44 44 / 0.72); margin: 0 0 1rem; max-width: 34ch; }
.pf-sub-promo__cta { display: inline-block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: #fff; background: var(--pf-blush-500, #e68ca5); padding: 0.75rem 1.4rem; border-radius: 2px; }
@media (max-width: 560px) { .pf-sub-promo { flex-direction: column; text-align: center; } .pf-sub-promo__media { width: min(70%, 220px); } .pf-sub-promo__text { margin-left: auto; margin-right: auto; } }

/* ===================================================================
   ENTRY HERO, the landing "choose your world" (The Gallery Seam).
   Two frosted panels that open up on hover/tap and clear to a sharp
   photo; the gold coin rides the seam with the expanding panel.
   =================================================================== */
.pe{--ac:#e68ca5;--dp:#c76f8b;--gd:#cda24f;font-family:var(--pf-font-body,'DM Sans',sans-serif);color:#2c2c2c;background:var(--pf-cream,#fffbf7);min-height:96vh;display:flex;flex-direction:column;gap:clamp(1.1rem,2.6vh,1.9rem);padding:clamp(1.1rem,3vw,2.2rem);box-sizing:border-box}
.pe *{box-sizing:border-box}
.pe-mast{text-align:center;display:flex;flex-direction:column;align-items:center;gap:clamp(.5rem,1.4vh,1rem)}
.pe-mast b{font-weight:700;letter-spacing:.34em;text-transform:uppercase;font-size:clamp(.95rem,2.2vw,1.5rem);color:var(--dp)}
.pe-mast .pf-wordmark--landing{
  display:block;
  width:fit-content;
  max-width:100%;
  margin-inline:auto;
  text-decoration:none;
  text-align:center;
}
.pe-mast .pf-wordmark--landing .pf-wordmark__name{
  font-size:var(--pf-wordmark-name-size);
}
.pe-mast .pf-wordmark--landing .pf-wordmark__tagline{
  margin-top:var(--pf-wordmark-tagline-gap);
  font-size:var(--pf-wordmark-tagline-size);
  text-align:center;
}
.pe-stage{position:relative;flex:1;display:flex;align-items:stretch;gap:clamp(.4rem,1.2vw,.9rem);min-height:62vh}
.pe-panel{position:relative;flex:1 1 0;min-width:0;overflow:hidden;border-radius:2px;border:1px solid rgba(255,255,255,.55);box-shadow:0 30px 80px -34px rgba(44,44,44,.5);cursor:pointer;outline:none;transition:flex-grow 1.25s cubic-bezier(.65,0,.35,1)}
.pe-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.7s cubic-bezier(.65,0,.35,1)}
.pe-veil{position:absolute;inset:0;background-color:rgba(255,251,247,.5);backdrop-filter:blur(17px) saturate(1.08);-webkit-backdrop-filter:blur(17px) saturate(1.08);transition:opacity 1s ease}
.pe-reveal{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,3vh,1.7rem);opacity:0;transform:translateY(14px);transition:opacity .85s .3s,transform .9s .3s;pointer-events:none;padding:1.4rem;text-align:center}
.pe-scrim{position:relative;padding:.5rem clamp(1.4rem,3vw,2.4rem)}
.pe-scrim::before{content:'';position:absolute;inset:-8% -3%;background:rgba(255,251,247,.42);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6px;z-index:-1}
.pe-hl{font-family:var(--pf-font-body);font-size:clamp(1.25rem,3.2vw,1.85rem);font-weight:600;line-height:1.2;color:#2c2c2c}
.pe-btn{background:var(--ac);color:#fff;text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;font-weight:700;padding:.9rem 2.1rem;border-radius:2px;text-decoration:none;animation:pe-fade 2.6s ease-in-out infinite}
@keyframes pe-fade{0%,100%{box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 6px 16px rgba(199,111,139,.2)}50%{box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.85),inset 0 0 7px rgba(255,255,255,.4),0 6px 16px rgba(199,111,139,.22)}}
.pe-seam{position:relative;z-index:5;width:0;display:flex;align-items:center;justify-content:center}
.pe-coin{width:clamp(104px,10vw,132px);height:auto;display:block;filter:drop-shadow(0 10px 20px rgba(150,110,30,.42));transition:transform 1.25s cubic-bezier(.65,0,.35,1);animation:pe-breathe 3.4s ease-in-out infinite}
@keyframes pe-breathe{0%,100%{filter:drop-shadow(0 10px 20px rgba(150,110,30,.42))}50%{filter:drop-shadow(0 10px 26px rgba(180,140,50,.6))}}
.pe-panel:hover,.pe-panel:focus-within{flex-grow:6}
.pe-panel:hover .pe-img,.pe-panel:focus-within .pe-img{transform:scale(1.05)}
.pe-panel:hover .pe-veil,.pe-panel:focus-within .pe-veil{opacity:0}
.pe-panel:hover .pe-reveal,.pe-panel:focus-within .pe-reveal{opacity:1;transform:translateY(0);pointer-events:auto}
.pe-stage:hover .pe-coin,.pe-stage:focus-within .pe-coin{transform:scale(.94)}
/* Mobile: JS opens a side on its own and the coin toggles it (see landing-hero.js) */
.pe-coin{touch-action:manipulation;cursor:pointer}
.pe-stage.pe-open-left .pe-left,.pe-stage.pe-open-right .pe-right{flex-grow:6}
.pe-stage.pe-open-left .pe-left .pe-img,.pe-stage.pe-open-right .pe-right .pe-img{transform:scale(1.05)}
.pe-stage.pe-open-left .pe-left .pe-veil,.pe-stage.pe-open-right .pe-right .pe-veil{opacity:0}
.pe-stage.pe-open-left .pe-left .pe-reveal,.pe-stage.pe-open-right .pe-right .pe-reveal{opacity:1;transform:translateY(0);pointer-events:auto}
.pe-stage.pe-open-left .pe-coin,.pe-stage.pe-open-right .pe-coin{transform:scale(.94)}
.pe-foot{display:flex;flex-direction:column;gap:clamp(.7rem,1.6vh,1rem)}
.pe-auth{display:flex;align-items:center;justify-content:center;gap:.8rem}
.pe-auth a{font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;color:#2c2c2c;text-decoration:none;padding:.5rem 1.1rem;border:1px solid rgba(205,162,79,.45);border-radius:2px;background:#fff;transition:background .3s,color .3s}
.pe-auth a:hover{background:var(--ac);color:#fff;border-color:var(--ac)}
.pe-paths{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.5rem,1vw,.9rem)}
.pe-path{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 1.05rem;background:#fff;border:1px solid rgba(242,175,193,.5);border-radius:6px;text-decoration:none;color:#2c2c2c;font-weight:600;font-size:clamp(.72rem,1vw,.86rem);letter-spacing:.04em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),inset 0 0 14px rgba(255,255,255,.7),0 14px 30px -22px rgba(199,111,139,.5);transition:box-shadow .4s cubic-bezier(.2,.8,.2,1),transform .4s cubic-bezier(.2,.8,.2,1),border-color .3s}
.pe-path:hover{border-color:rgba(242,175,193,.85);box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),inset 0 0 20px rgba(255,255,255,.95),0 18px 34px -20px rgba(199,111,139,.55);transform:translateY(-2px)}
@media(max-width:760px){.pe-paths{grid-template-columns:repeat(2,1fr)}}

/* Cross-side navigation between the shop and the academy */
.pf-sidebar__cross{font-weight:700;color:var(--pf-blush-700,#c76f8b)}
.pf-sidebar--academy .pf-wordmark__tagline{color:#cda24f;letter-spacing:.12em;text-align:center}
.pf-sidebar__switch{display:inline-block;margin:.6rem 0 .2rem;font-weight:700;font-size:.82rem;letter-spacing:.04em;color:#b8893f;text-decoration:none}
.pf-sidebar__switch:hover{color:var(--pf-blush-700,#c76f8b)}

/* The landing page: the entry hero fills the screen, nothing else */
.pf-landing{min-height:100vh}
.pf-landing .pe{min-height:100vh;min-height:100dvh}
.pf-landing .pe-panel{text-decoration:none;display:block}

/* Gate landing: Shopify routing + tucked problem reporter */
.pe-gate-note{text-align:center;font-size:.82rem;color:#5a5a5a;margin:0 0 .35rem;line-height:1.45}
.pe-gate-launch{text-align:center;font-size:.78rem;color:#666;margin:.35rem 0 0}
.pe-gate-launch a{color:#c76f8b;font-weight:600}
.pf-landing--gate .pe-auth{display:none}
.pe-fallback{position:fixed;right:0;bottom:1rem;z-index:40;max-width:min(22rem,calc(100vw - 1rem));transform:translateX(calc(100% - 3.25rem));transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.pe-fallback--open,.pe-fallback:focus-within{transform:translateX(0)}
.pe-fallback__tab{
  display:block;margin:0;padding:.65rem .85rem;border:none;border-radius:999px 0 0 999px;
  background:#c76f8b;color:#fff;font-weight:700;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;
  box-shadow:0 12px 28px -14px rgba(199,111,139,.65)
}
.pe-fallback__panel{
  background:#fff;border:1px solid rgba(242,175,193,.55);border-radius:12px 0 12px 12px;padding:1rem;margin-top:.35rem;
  box-shadow:0 18px 40px -24px rgba(199,111,139,.55)
}
.pe-fallback__lead{font-size:.82rem;line-height:1.45;margin:0 0 .75rem;color:#444}
.pe-fallback__field{display:block;margin-bottom:.65rem}
.pe-fallback__field span{display:block;font-size:.72rem;font-weight:700;margin-bottom:.25rem;color:#666}
.pe-fallback__field textarea,.pe-fallback__field input{
  width:100%;box-sizing:border-box;border:1px solid rgba(205,162,79,.35);border-radius:8px;padding:.55rem .65rem;font:inherit
}
.pe-fallback__submit{
  width:100%;border:none;border-radius:999px;padding:.7rem 1rem;background:#cda24f;color:#fff;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;cursor:pointer
}
.pe-fallback__result{font-size:.82rem;line-height:1.45;color:#2c2c2c}
.pe-fallback__result a{color:#c76f8b;font-weight:700}
.pe-fallback__close{
  margin-top:.5rem;background:none;border:none;color:#666;font-size:.75rem;cursor:pointer;text-decoration:underline
}


/* ===== Colour-drenched collection layout (themeable per collection via --c-*) ===== */
/* ===== Collection page: light pastel editorial, Events calibre ===== */
.pc--coll{
  --tint-1: color-mix(in srgb, var(--c-accent) 6%, #fffdfb);
  --tint-2: color-mix(in srgb, var(--c-accent) 11%, #ffffff);
  --tint-3: color-mix(in srgb, var(--c-accent) 16%, #ffffff);
  --hair: color-mix(in srgb, var(--c-accent) 26%, #ffffff);
  font-family: var(--pf-font-body, 'DM Sans', sans-serif);
  color: #2c2c2c;
  background: var(--c-bg);
  overflow-x: clip;
}
.pc--coll *{ box-sizing: border-box; }
.pc--coll img{ display:block; width:100%; height:100%; object-fit:cover; }
.pc--coll .pc__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: var(--c-accent);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:.68rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:.72rem 1.35rem;
  border-radius:2px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 55%, #ffffff);
  box-shadow: 0 8px 22px -10px color-mix(in srgb, var(--c-accent) 55%, transparent);
  animation: pf-btn-glow-ring 3.1s ease-in-out infinite;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.pc--coll .pc__btn:hover{ transform: translateY(-2px); filter: brightness(1.04); background: var(--c-deep); }
.pc--coll .pc__btn--lg{ padding:.85rem 1.55rem; font-size:.72rem; }

/* HERO: Floating banner (concept 25), themed per collection */
.pc--coll .pc__hero--float{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap: clamp(1.4rem, 4vw, 2.8rem);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.2rem) clamp(1.2rem, 4vw, 2.5rem);
  background: linear-gradient(135deg, var(--tint-1), var(--c-bg));
  border: 1px solid color-mix(in srgb, var(--c-accent) 22%, #ffffff);
  border-radius: 8px;
  box-shadow: 0 18px 46px -32px color-mix(in srgb, var(--c-accent) 42%, transparent);
}
.pc--coll .pc__hero-float{
  flex:0 0 auto;
  width:min(48%, 400px);
  margin:0;
  border-radius:6px;
  overflow:hidden;
  box-shadow: 0 22px 44px -18px color-mix(in srgb, var(--c-accent) 55%, transparent), 0 6px 16px -8px rgb(44 44 44 / 0.25);
}
.pc--coll .pc__hero-float img{
  display:block;
  width:100%;
  height:clamp(260px, 42vw, 400px);
  object-fit:cover;
}
.pc--coll .pc__hero-copy{ flex:1 1 260px; min-width:240px; }
.pc--coll .pc__pitch{
  margin:0 0 1.45rem;
  font-size:.97rem;
  line-height:1.6;
  color:rgb(44 44 44 / .72);
  max-width:36ch;
}
.pc--coll .pc__eyebrow{
  display:inline-block;
  font-size:.72rem; font-weight:700; letter-spacing:.3em; text-transform:uppercase;
  color: var(--c-script);
  margin-bottom: .9rem;
}
.pc--coll .pc__title{ margin:0; line-height:1; }
.pc--coll .pc__title-name{
  display:block;
  font-weight:700; letter-spacing:.02em;
  font-size: clamp(1.2rem, 2.3vw, 1.7rem);
  color:#2c2c2c;
}
.pc--coll .pc__title-word{
  display:block;
  font-family: var(--pf-font-body);
  font-weight: 700;
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  line-height:.96;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--c-accent), var(--c-deep));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-top:.1rem;
}
.pc--coll .pc__mood{
  margin: 0 0 1.2rem;
  max-width: 40ch;
}
.pc--coll .pc__mood-lead{
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgb(44 44 44 / 0.68);
}
.pc--coll .pc__mood-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.pc--coll .pc__mood-pill{
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-deep);
  background: color-mix(in srgb, var(--c-accent) 12%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--c-accent) 28%, #ffffff);
  border-radius: 999px;
}
@media (max-width:560px){
  .pc--coll .pc__hero--float{ justify-content:center; text-align:center; }
  .pc--coll .pc__hero-float{ width:min(84%, 320px); }
  .pc--coll .pc__pitch{ margin-left:auto; margin-right:auto; }
  .pc--coll .pc__mood{ margin-left:auto; margin-right:auto; }
  .pc--coll .pc__mood-pills{ justify-content:center; }
}
.pc--coll .pc__script{
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  font-size: clamp(1.25rem, 3.2vw, 1.85rem);
  line-height:1;
  color: var(--c-script);
  margin: .65rem 0 .85rem;
}
.pc--coll .pc__tag{
  margin: 1.2rem 0 1.9rem;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height:1.5;
  color:#544b50;
  max-width: 30ch;
}
.pc--coll .pc__hero-media{
  margin:0;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow:hidden;
  box-shadow: 0 40px 80px -38px rgba(60,50,55,.5);
}
.pc--coll .pc__hero-media img{ transition: transform 1.3s cubic-bezier(.2,.8,.2,1); }
.pc--coll .pc__hero-media:hover img{ transform: scale(1.05); }

/* INTRO strip sits between hero and products */
.pc--coll .pf-coll-intro{
  max-width:1120px;
  margin: clamp(1.5rem, 3vw, 2.5rem) auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

/* PRODUCTS */
.pc--coll .pc__shop{
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 3.5rem);
  background: var(--tint-1);
}
.pc--coll .pc__head{ text-align:center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.pc--coll .pc__kicker{
  display:block; font-size:.7rem; font-weight:700; letter-spacing:.28em; text-transform:uppercase;
  color: var(--c-script); margin-bottom:.5rem;
}
.pc--coll .pc__head-title{
  margin:0; font-weight:600; letter-spacing:-.01em;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem); color:#2c2c2c;
}
.pc--coll .pc__products{ max-width: 1120px; margin: 0 auto; }

/* STORY */
.pc--coll .pc__story{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  align-items:stretch;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(2.4rem, 6vw, 5rem) clamp(1.3rem, 5vw, 5rem);
  background: var(--tint-3);
}
.pc--coll .pc__story-media{
  margin:0; min-height: 320px; border-radius:14px; overflow:hidden;
  box-shadow: 0 34px 70px -40px rgba(60,50,55,.45);
}
.pc--coll .pc__story-media img{ transition: transform 1.3s cubic-bezier(.2,.8,.2,1); }
.pc--coll .pc__story:hover .pc__story-media img{ transform: scale(1.04); }
.pc--coll .pc__story-copy{ display:flex; flex-direction:column; justify-content:center; }
.pc--coll .pc__story-script{
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--c-script); margin-bottom:.2rem;
}
.pc--coll .pc__story-heading{
  margin:0 0 1rem; font-weight:600; letter-spacing:-.01em;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem); color:#2c2c2c; line-height:1.12;
}
.pc--coll .pc__story-text{
  margin:0; font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height:1.7; color:#4c4448; max-width: 46ch;
}
.pc--coll .pc__story-sign{
  margin-top: 1.4rem;
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  font-size: 2.1rem; color: var(--c-script);
}

/* MORE COLLECTIONS (rounded banner stack) */
.pc--coll .pc__more{
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 3rem);
  background: var(--c-bg);
}
.pc--coll .pc__more-grid{
  display:flex;
  flex-direction:column;
  gap: clamp(0.85rem, 2vw, 1.1rem);
  max-width:760px;
  margin:0 auto;
}
.pc--coll .pc__more-grid .pf-coll-card-grid,
.pc--coll .pc__more-grid.pf-coll-card-grid { max-width: 100%; }
.pc--coll .pf-coll-card {
  background: linear-gradient(135deg, var(--tint-1), var(--c-panel));
  border-color: color-mix(in srgb, var(--c-accent) 18%, #ffffff);
}
.pc--coll .pf-coll-card__eyebrow { color: var(--c-script); }
.pc--coll .pf-fl-card{
  background: linear-gradient(135deg, var(--tint-1), var(--c-panel));
  border-color: color-mix(in srgb, var(--c-accent) 18%, #ffffff);
  box-shadow: 0 16px 40px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
}
.pc--coll .pf-fl-card__tag{ color: var(--c-script); }
.pc--coll .pf-btn-glow,
.pc--coll .pf-fl-card__cta{
  background: var(--c-accent);
  border-color: color-mix(in srgb, var(--c-accent) 50%, #ffffff);
}
.pc--coll .pf-btn-glow:hover,
.pc--coll .pf-fl-card__cta:hover{ background: var(--c-deep); }

/* CLOSING */
.pc--coll .pc__cta{
  text-align:center;
  padding: clamp(3.4rem, 8vw, 6rem) clamp(1.3rem, 6vw, 2rem);
  background:#fff;
}
.pc--coll .pc__cta-script{
  display:block;
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  font-size: clamp(2.6rem, 6vw, 4.4rem); color: var(--c-script);
  line-height:1.05; margin-bottom: 1.6rem; max-width: 18ch; margin-inline:auto;
}
.pc--coll .pc__more-links{ margin-top: 2.4rem; display:flex; flex-wrap:wrap; gap: .6rem 1.6rem; justify-content:center; }
.pc--coll .pc__more-link{
  font-size:.78rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase;
  color: var(--c-script); text-decoration:none; padding-bottom:2px; border-bottom:1px solid var(--hair);
}
.pc--coll .pc__more-link:hover{ color: var(--c-accent); border-color: var(--c-accent); }

/* MOBILE */
@media (max-width: 820px){
  .pc--coll .pc__story{ grid-template-columns: 1fr; }
  .pc--coll .pc__story-media{ order:1; min-height: 260px; }
  .pc--coll .pc__story-copy{ order:2; text-align:center; align-items:center; }
  .pc--coll .pc__story-text{ margin-inline:auto; }
}

/* ===== Penelope's Wholesale page ===== */
.pf-wholesale {
  --pf-cream: #fffbf7;
  --pf-cream-deep: #faf7f2;
  --pf-white: #fff;
  --pf-blush: #f2afc1;
  --pf-blush-mid: #e68ca5;
  --pf-blush-deep: #c76f8b;
  --pf-ink: #2c2c2c;
  --pf-gold: #cda24f;
  font-family: var(--pf-font-body, "DM Sans", system-ui, sans-serif);
  color: var(--pf-ink);
  background: var(--pf-cream);
  display: block;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.6;
}

.pf-wholesale * { box-sizing: border-box; }

.pf-wholesale .pf-wholesale__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pf-blush-deep);
  font-weight: 500;
  margin: 0 0 1rem;
}

.pf-wholesale .pf-wholesale__script {
  font-family: var(--pf-font-script, "Great Vibes", cursive);
  font-weight: 400;
  color: var(--pf-blush-deep);
  font-size: 1.15em;
  line-height: 1.2;
}

.pf-wholesale .pf-wholesale__h2 {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 500;
  margin: 0 0 0.9rem;
  color: var(--pf-ink);
  line-height: 1.15;
}

.pf-wholesale .pf-wholesale__sub {
  font-size: 1.05rem;
  color: #595959;
  max-width: 42rem;
  margin: 0;
}

.pf-wholesale .pf-wholesale__section-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2.75rem;
}

.pf-wholesale .pf-wholesale__btn {
  display: inline-block;
  padding: 0.95rem 1.9rem;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  font-family: inherit;
}

.pf-wholesale .pf-wholesale__btn--primary {
  background: var(--pf-blush);
  color: var(--pf-ink);
  box-shadow: 0 6px 22px rgba(230, 140, 165, 0.45);
}

.pf-wholesale .pf-wholesale__btn--primary:hover {
  background: var(--pf-blush-mid);
  box-shadow: 0 10px 30px rgba(230, 140, 165, 0.6);
  transform: translateY(-2px);
}

.pf-wholesale .pf-wholesale__btn--ghost {
  background: transparent;
  color: var(--pf-ink);
  border: 1px solid rgba(199, 111, 139, 0.5);
}

.pf-wholesale .pf-wholesale__btn--ghost:hover {
  background: var(--pf-white);
  border-color: var(--pf-blush-deep);
  transform: translateY(-2px);
}

.pf-wholesale .pf-wholesale__hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  max-width: 78rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 5vw, 3.5rem);
}

.pf-wholesale .pf-wholesale__title {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1.4rem;
  color: var(--pf-ink);
}

.pf-wholesale .pf-wholesale__lede {
  font-size: 1.1rem;
  color: #4d4d4d;
  max-width: 34rem;
  margin: 0 0 1.1rem;
}

.pf-wholesale .pf-wholesale__lede--for {
  font-size: 1rem;
  color: var(--pf-blush-deep);
  font-weight: 500;
}

.pf-wholesale .pf-wholesale__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.8rem 0 2rem;
}

.pf-wholesale .pf-wholesale__hero-marks {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(199, 111, 139, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.pf-wholesale .pf-wholesale__hero-marks li {
  font-size: 0.9rem;
  color: #595959;
}

.pf-wholesale .pf-wholesale__mark-num {
  display: block;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--pf-ink);
}

.pf-wholesale .pf-wholesale__hero-media {
  position: relative;
  min-height: clamp(20rem, 38vw, 30rem);
}

.pf-wholesale .pf-wholesale__hero-img {
  position: absolute;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 18px 50px rgba(44, 44, 44, 0.18);
}

.pf-wholesale .pf-wholesale__hero-img--lg {
  width: 72%;
  height: 88%;
  top: 0;
  left: 0;
  z-index: 1;
}

.pf-wholesale .pf-wholesale__hero-img--sm {
  width: 50%;
  height: 56%;
  bottom: 0;
  right: 0;
  z-index: 2;
  border: 6px solid var(--pf-cream);
}

.pf-wholesale .pf-wholesale__benefits {
  background: var(--pf-cream-deep);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 3.5rem);
}

.pf-wholesale .pf-wholesale__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.4rem;
  max-width: 72rem;
  margin: 0 auto;
}

.pf-wholesale .pf-wholesale__card {
  background: var(--pf-white);
  border-radius: 2px;
  padding: 2rem 1.75rem;
  box-shadow: 0 10px 30px rgba(44, 44, 44, 0.07);
  border: 1px solid rgba(199, 111, 139, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pf-wholesale .pf-wholesale__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(44, 44, 44, 0.12);
}

.pf-wholesale .pf-wholesale__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 2px;
  background: var(--pf-cream);
  color: var(--pf-blush-deep);
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
}

.pf-wholesale .pf-wholesale__card-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.55rem;
  color: var(--pf-ink);
}

.pf-wholesale .pf-wholesale__card-text {
  font-size: 0.98rem;
  color: #595959;
  margin: 0;
}

.pf-wholesale .pf-wholesale__how {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 3.5rem);
  max-width: 72rem;
  margin: 0 auto;
}

.pf-wholesale .pf-wholesale__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1.4rem;
}

.pf-wholesale .pf-wholesale__step {
  background: var(--pf-white);
  border-radius: 2px;
  padding: 2.2rem 1.9rem;
  box-shadow: 0 10px 30px rgba(44, 44, 44, 0.07);
  border-top: 3px solid var(--pf-blush);
  position: relative;
}

.pf-wholesale .pf-wholesale__step-num {
  font-family: var(--pf-font-script, "Great Vibes", cursive);
  font-size: 2.6rem;
  color: var(--pf-blush-deep);
  line-height: 1;
  display: block;
  margin-bottom: 0.6rem;
}

.pf-wholesale .pf-wholesale__step-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.55rem;
  color: var(--pf-ink);
}

.pf-wholesale .pf-wholesale__step-text {
  font-size: 0.98rem;
  color: #595959;
  margin: 0;
}

.pf-wholesale .pf-wholesale__proof {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  background: var(--pf-cream-deep);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 3.5rem);
}

.pf-wholesale .pf-wholesale__proof-media {
  max-width: 72rem;
  justify-self: end;
  width: 100%;
}

.pf-wholesale .pf-wholesale__proof-media img {
  width: 100%;
  height: clamp(20rem, 34vw, 30rem);
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 18px 50px rgba(44, 44, 44, 0.18);
}

.pf-wholesale .pf-wholesale__proof-copy {
  max-width: 36rem;
}

.pf-wholesale .pf-wholesale__proof-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.pf-wholesale .pf-wholesale__proof-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.pf-wholesale .pf-wholesale__proof-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 2px;
  background: var(--pf-blush);
  color: var(--pf-ink);
  font-size: 1.35rem;
}

.pf-wholesale .pf-wholesale__proof-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 0.3rem;
  color: var(--pf-ink);
}

.pf-wholesale .pf-wholesale__proof-text {
  font-size: 0.96rem;
  color: #595959;
  margin: 0;
}

.pf-wholesale .pf-wholesale__enquire {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 3.5rem);
  max-width: 52rem;
  margin: 0 auto;
}

.pf-wholesale .pf-wholesale__enquire-intro {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pf-wholesale .pf-wholesale__enquire-intro .pf-wholesale__sub {
  margin: 0 auto;
}

.pf-wholesale .pf-wholesale__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
  background: var(--pf-white);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 2px;
  box-shadow: 0 14px 44px rgba(44, 44, 44, 0.1);
  border: 1px solid rgba(199, 111, 139, 0.1);
}

.pf-wholesale .pf-wholesale__field {
  display: flex;
  flex-direction: column;
}

.pf-wholesale .pf-wholesale__field--full {
  grid-column: 1 / -1;
}

.pf-wholesale .pf-wholesale__label {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pf-blush-deep);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.pf-wholesale .pf-wholesale__input {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: var(--pf-ink);
  background: var(--pf-cream);
  border: 1px solid rgba(199, 111, 139, 0.25);
  border-radius: 2px;
  padding: 0.85rem 0.95rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.pf-wholesale .pf-wholesale__input::placeholder {
  color: #a89a92;
}

.pf-wholesale .pf-wholesale__input:focus {
  outline: none;
  background: var(--pf-white);
  border-color: var(--pf-blush-mid);
  box-shadow: 0 0 0 3px rgba(242, 175, 193, 0.35);
}

.pf-wholesale .pf-wholesale__textarea {
  resize: vertical;
  min-height: 7rem;
}

.pf-wholesale .pf-wholesale__submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-top: 0.4rem;
}

.pf-wholesale .pf-wholesale__btn--submit {
  border: none;
}

.pf-wholesale .pf-wholesale__form-note {
  font-size: 0.85rem;
  color: #7a7a7a;
  margin: 0;
  flex: 1 1 14rem;
}

@media (max-width: 860px) {
  .pf-wholesale .pf-wholesale__hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pf-wholesale .pf-wholesale__lede,
  .pf-wholesale .pf-wholesale__sub {
    margin-left: auto;
    margin-right: auto;
  }
  .pf-wholesale .pf-wholesale__hero-actions,
  .pf-wholesale .pf-wholesale__hero-marks {
    justify-content: center;
  }
  .pf-wholesale .pf-wholesale__hero-media {
    order: -1;
    min-height: 22rem;
    max-width: 28rem;
    margin: 0 auto;
    width: 100%;
  }
  .pf-wholesale .pf-wholesale__proof {
    grid-template-columns: 1fr;
  }
  .pf-wholesale .pf-wholesale__proof-media {
    justify-self: stretch;
  }
  .pf-wholesale .pf-wholesale__proof-copy {
    max-width: none;
  }
}

@media (max-width: 540px) {
  .pf-wholesale .pf-wholesale__form {
    grid-template-columns: 1fr;
  }
  .pf-wholesale .pf-wholesale__btn {
    width: 100%;
    text-align: center;
  }
  .pf-wholesale .pf-wholesale__hero-marks {
    gap: 1.1rem;
  }
  .pf-wholesale .pf-wholesale__hero-marks li {
    flex: 1 1 8rem;
  }
}

@media (max-width: 360px) {
  .pf-wholesale .pf-wholesale__card,
  .pf-wholesale .pf-wholesale__step {
    padding: 1.6rem 1.3rem;
  }
}
.pf-wholesale__icon svg{display:block}


/* ===== Penelope's Events page ===== */
.pf-events {
  font-family: var(--pf-font-body, 'DM Sans', system-ui, sans-serif);
  color: var(--pf-ink, #2c2c2c);
  background: var(--pf-cream, #fffbf7);
  overflow: hidden;
}

.pf-events *,
.pf-events *::before,
.pf-events *::after { box-sizing: border-box; }

.pf-events img { display: block; width: 100%; height: 100%; object-fit: cover; }

.pf-events__script {
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  color: var(--pf-blush-700, #c76f8b);
  line-height: 1.05;
}

/* ---------- HERO ---------- */
.pf-events__hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  min-height: clamp(30rem, 80vh, 46rem);
  background: var(--pf-cream-deep, #faf7f2);
}
.pf-events__hero-media { position: relative; min-height: 18rem; }
.pf-events__hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(199,111,139,0.10), transparent 60%);
}
.pf-events__hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: clamp(2rem, 6vw, 5.5rem);
  animation: pf-events-rise 0.9s ease both;
}
.pf-events__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pf-blush-700, #c76f8b);
  font-weight: 700;
}
.pf-events__title { margin: 0; display: flex; flex-direction: column; gap: 0.15rem; }
.pf-events__title .pf-events__script {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 400;
}
.pf-events__title-strong {
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pf-ink, #2c2c2c);
  line-height: 1.05;
}
.pf-events__rule {
  display: block;
  width: 2.25rem;
  height: 2px;
  margin: 0.15rem 0 0.35rem;
  border-radius: 999px;
  background: var(--pf-blush-300, #f5aac6);
}
.pf-events__rule--left { margin-left: 0; }
.pf-events__lede {
  margin: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.68;
  max-width: 34rem;
  color: rgb(44 44 44 / 0.72);
}
.pf-events__hero-cta { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 0.4rem; }

/* ---------- BUTTONS ---------- */
.pf-events__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.9rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--pf-radius-md, 8px);
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.pf-events__btn--primary {
  background: var(--pf-blush-400, #f2afc1);
  color: #fff;
  box-shadow: 0 8px 26px rgba(230,140,165,0.45), 0 2px 6px rgba(199,111,139,0.25);
}
.pf-events__btn--primary:hover {
  background: var(--pf-blush-500, #e68ca5);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(230,140,165,0.55), 0 4px 10px rgba(199,111,139,0.3);
}
.pf-events__btn--ghost {
  background: transparent;
  color: var(--pf-blush-700, #c76f8b);
  border-color: rgba(199,111,139,0.45);
}
.pf-events__btn--ghost:hover {
  background: rgba(242,175,193,0.14);
  transform: translateY(-2px);
}
.pf-events__btn--full { width: 100%; }

/* ---------- BANDS ---------- */
.pf-events__band {
  padding: var(--pf-section-y, clamp(4rem, 10vw, 7.5rem)) clamp(1.25rem, 6vw, 5.5rem);
}
.pf-events__band--cream { background: var(--pf-cream-deep, #faf7f2); }
.pf-events__band--blush {
  background:
    radial-gradient(circle at 20% 0%, rgba(242,175,193,0.22), transparent 60%),
    var(--pf-blush-100, #fdf2f6);
}

.pf-events__head { max-width: 30rem; margin: 0 auto clamp(2.2rem, 5vw, 3.25rem); text-align: center; }
.pf-events__head .pf-events__eyebrow { margin-bottom: 0.55rem; }
.pf-events__script--sm {
  font-size: clamp(1.35rem, 3.2vw, 1.75rem);
  display: block;
  margin: 0.4rem 0 0;
}
.pf-events__head .pf-events__rule { margin: 1rem auto; }
.pf-events__h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.75rem, 3.4vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pf-ink, #2c2c2c);
  line-height: 1.08;
}
.pf-events__sub {
  margin: 0 auto;
  max-width: 26rem;
  font-size: 0.95rem;
  line-height: 1.68;
  color: rgb(44 44 44 / 0.68);
}

/* ---------- KINDS ---------- */
.pf-events__kinds {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
  max-width: var(--pf-max, 1280px);
  margin: 0 auto;
}
.pf-events__kind {
  position: relative;
  background: var(--pf-paper, #fff);
  border: 1px solid rgba(199,111,139,0.2);
  border-radius: var(--pf-radius-sm, 6px);
  padding: 1.35rem 1.25rem 1.4rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pf-events__kind:hover {
  transform: translateY(-3px);
  border-color: rgba(199,111,139,0.4);
  box-shadow: 0 14px 32px rgba(199,111,139,0.14);
}
.pf-events__kind-title {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pf-ink, #2c2c2c);
}
.pf-events__kind-text { margin: 0; font-size: 0.92rem; line-height: 1.65; color: rgb(44 44 44 / 0.68); }

/* ---------- STEPS ---------- */
.pf-events__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: var(--pf-max, 1280px);
  margin: 0 auto;
}
.pf-events__step { text-align: center; padding: 0 0.5rem; }
.pf-events__step-script {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  font-size: 1.45rem;
  line-height: 1.2;
  color: var(--pf-blush-700, #c76f8b);
}
.pf-events__step-title { margin: 0 0 0.7rem; font-size: 1.2rem; font-weight: 700; color: var(--pf-ink, #2c2c2c); }
.pf-events__step-text { margin: 0 auto; max-width: 24rem; font-size: 0.95rem; line-height: 1.68; color: rgb(44 44 44 / 0.68); }

/* ---------- GALLERY ---------- */
.pf-events__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 13rem;
  gap: clamp(0.75rem, 1.4vw, 1.1rem);
  max-width: var(--pf-max, 1280px);
  margin: 0 auto;
}
.pf-events__frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--pf-radius-lg, 10px);
  background: var(--pf-cream-deep, #faf7f2);
  box-shadow: 0 12px 30px rgba(199,111,139,0.14);
  border: 6px solid var(--pf-paper, #fff);
}
.pf-events__frame img { transition: transform 0.7s ease; }
.pf-events__frame:hover img { transform: scale(1.06); }
.pf-events__frame--tall { grid-row: span 2; }
.pf-events__frame--wide { grid-column: span 2; }

/* ---------- TESTIMONIAL ---------- */
.pf-events__quote {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pf-events__quote-mark {
  font-family: var(--pf-font-script, 'Great Vibes', cursive);
  font-size: 5rem;
  color: var(--pf-blush-400, #f2afc1);
  line-height: 0.5;
  display: block;
  margin-bottom: 0.5rem;
}
.pf-events__quote-text {
  margin: 0 0 1.5rem;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.55;
  font-weight: 500;
  color: var(--pf-ink, #2c2c2c);
}
.pf-events__quote-cite {
  font-style: normal;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pf-blush-700, #c76f8b);
  font-weight: 600;
}

/* ---------- ENQUIRE ---------- */
.pf-events__enquire {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  max-width: var(--pf-max, 1280px);
  margin: 0 auto;
}
.pf-events__enquire-copy .pf-events__h2,
.pf-events__enquire-copy .pf-events__sub,
.pf-events__enquire-copy .pf-events__script,
.pf-events__enquire-copy .pf-events__eyebrow { text-align: left; margin-left: 0; }
.pf-events__enquire-copy .pf-events__rule { margin-left: 0; margin-right: auto; }
.pf-events__enquire-copy .pf-events__sub { margin-bottom: 1.5rem; }
.pf-events__assure { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.pf-events__assure li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 0.98rem;
  color: #4a4441;
}
.pf-events__assure li::before {
  content: "\2740";
  position: absolute;
  left: 0; top: 0;
  color: var(--pf-blush-500, #e68ca5);
  font-size: 1rem;
}
.pf-events__form {
  background: var(--pf-paper, #fff);
  border: 1px solid rgba(199,111,139,0.14);
  border-radius: var(--pf-radius-lg, 10px);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 18px 44px rgba(199,111,139,0.14);
  display: grid;
  gap: 1.1rem;
}
.pf-events__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.pf-events__field { display: grid; gap: 0.4rem; min-width: 0; }
.pf-events__label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--pf-ink, #2c2c2c);
}
.pf-events__input {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: var(--pf-ink, #2c2c2c);
  padding: 0.8rem 0.95rem;
  background: var(--pf-cream, #fffbf7);
  border: 1.5px solid rgba(199,111,139,0.2);
  border-radius: var(--pf-radius-sm, 5px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pf-events__input::placeholder { color: #a89a9a; }
.pf-events__input:focus {
  outline: none;
  border-color: var(--pf-blush-400, #f2afc1);
  box-shadow: 0 0 0 3px rgba(242,175,193,0.25);
}
.pf-events__select { appearance: none; cursor: pointer; }
.pf-events__textarea { resize: vertical; min-height: 6.5rem; line-height: 1.55; }
.pf-events__note { margin: 0.3rem 0 0; font-size: 0.85rem; line-height: 1.5; color: #7a7170; text-align: center; }

/* ---------- ANIMATION ---------- */
@keyframes pf-events-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px) {
  .pf-events__hero { grid-template-columns: 1fr; }
  .pf-events__hero-media { min-height: 16rem; order: -1; }
  .pf-events__gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 11rem; }
  .pf-events__frame--tall { grid-row: span 1; }
  .pf-events__frame--wide { grid-column: span 2; }
  .pf-events__enquire { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .pf-events__row { grid-template-columns: 1fr; }
  .pf-events__gallery { grid-template-columns: 1fr; grid-auto-rows: 13rem; }
  .pf-events__frame--wide { grid-column: span 1; }
  .pf-events__hero-cta { flex-direction: column; }
  .pf-events__btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .pf-events__hero-inner { animation: none; }
  .pf-events__frame img { transition: none; }
}

/* Enquiry / contact form status messages (contact, wholesale, events) */
[data-contact-status]{
  margin-top:.85rem;
  font-size:.95rem;
  line-height:1.5;
  font-weight:500;
}
[data-contact-status].pf-form__status--success,
[data-track-error].pf-form__status--success{
  color:#2f6f59;
  padding:.85rem 1rem;
  border-radius:var(--pf-radius-md, 8px);
  background:rgb(47 111 89 / 0.08);
  border:1.5px solid rgb(47 111 89 / 0.35);
}
[data-contact-status].pf-form__status--success::before{
  content:"\2740  ";
  color:var(--pf-blush-500, #e68ca5);
}
[data-contact-status].pf-form__status--error,
[data-track-error].pf-form__status--error{
  color:#b3253c;
  padding:.85rem 1rem;
  border-radius:var(--pf-radius-md, 8px);
  background:rgb(179 37 60 / 0.06);
  border:1.5px solid rgb(179 37 60 / 0.3);
}

/* Script accent mini-heading shared by contact / track / forms */
.pf-script-accent{
  display:block;
  font-family:var(--pf-font-script, 'Great Vibes', cursive);
  font-size:clamp(1.7rem, 3vw, 2.2rem);
  color:var(--pf-blush-700, #c76f8b);
  line-height:1.05;
  margin-bottom:.2rem;
}

.pf-contact__sub{
  margin:0 0 1.25rem;
  font-size:.98rem;
  line-height:1.6;
  color:#585150;
  max-width:34rem;
}

/* Contact + track forms, events enquiry family card */
.pf-contact__main .pf-form,
.pf-track__main .pf-form{
  background:var(--pf-paper, #fff);
  border:1px solid rgba(199,111,139,0.14);
  border-radius:var(--pf-radius-lg, 10px);
  padding:clamp(1.4rem, 3vw, 2.25rem);
  box-shadow:0 18px 44px rgba(199,111,139,0.14);
}
.pf-contact__main .pf-form input,
.pf-contact__main .pf-form textarea,
.pf-track__main .pf-form input{
  background:var(--pf-cream, #fffbf7);
  border:1.5px solid rgba(199,111,139,0.2);
  border-radius:var(--pf-radius-sm, 5px);
  padding:.8rem .95rem;
  font-size:1rem;
  min-height:48px;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.pf-contact__main .pf-form textarea{ min-height:7rem; }
.pf-contact__main .pf-form input:focus,
.pf-contact__main .pf-form textarea:focus,
.pf-track__main .pf-form input:focus{
  outline:none;
  border-color:var(--pf-blush-400, #f2afc1);
  box-shadow:0 0 0 3px rgba(242,175,193,0.25);
}

.pf-business-intro__trade{
  margin-top:.9rem;
  padding:.9rem 1.1rem;
  border-radius:var(--pf-radius-md, 8px);
  background:var(--pf-cream-deep, #faf7f2);
  border:1px solid rgba(199,111,139,0.18);
}
.pf-business-intro__trade a{
  color:var(--pf-blush-700, #c76f8b);
  font-weight:600;
}

/* ===== Mobile top bar + hamburger (replaces the old bottom-left Menu pill) ===== */
.pf-mobile-bar{display:none}
.pf-sidebar-drawer__close{display:none}
@media (max-width:899px){
  .pf-mobile-bar{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    position:sticky;top:0;z-index:95;padding:.5rem .95rem;
    background:rgba(255,251,247,.5);
    -webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(242,175,193,.4);
  }
  .pf-mobile-bar .pf-wordmark--mobile{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    text-decoration:none;
    max-width:68%;
    width:fit-content;
    text-align:center;
  }
  .pf-mobile-bar .pf-wordmark--mobile .pf-wordmark__name{
    background:linear-gradient(90deg,var(--pf-ink) 35%,var(--pf-blush-500) 75%,var(--pf-blush-700));
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;
    text-align:center;
    text-align-last:center;
  }
  .pf-mobile-bar .pf-wordmark--mobile .pf-wordmark__tagline{
    text-align:center;
    color:var(--pf-blush-700,#c76f8b);
  }
  /* the hamburger: override the old fixed bottom-pill styling */
  .pf-mobile-bar .pf-sidebar-toggle{
    position:static;margin:0;
    display:inline-flex;align-items:center;justify-content:center;gap:0;
    width:auto;height:auto;padding:.5rem .95rem;
    background:var(--pf-blush-700,#c76f8b);box-shadow:none;border-radius:3px;color:#fff;
  }
  .pf-mobile-bar .pf-sidebar-toggle .pf-burger{ display:none; }
  .pf-mobile-bar .pf-sidebar-toggle::after{
    content:"Menu";font-weight:800;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;
  }
  .pf-mobile-bar__flowers{
    margin-left:auto;
    display:inline-flex;align-items:center;
    font-weight:800;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;
    color:var(--pf-blush-700,#c76f8b);
    border:1px solid var(--pf-blush-700,#c76f8b);
    border-radius:3px;
    padding:.5rem .8rem;
    text-decoration:none;
  }
  .pf-sidebar-drawer__close{
    display:block;position:absolute;top:.7rem;left:calc(min(18rem,88vw) - 3rem);z-index:3;
    width:2.1rem;height:2.1rem;padding:0;line-height:1;font-size:1.6rem;
    background:rgba(255,255,255,.2);color:#fff;border:none;border-radius:50%;cursor:pointer;
  }
}

/* Mobile home, full cinema hero, edge to edge Match, stacked Princess feature (not boxed bands) */
@media (max-width: 899px) {
  .pf-home-v2 .pf-cinema-hero {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .pf-home-v2 .pf-cinema-hero__content {
    max-width: none;
    width: 100%;
    padding: 1.35rem 1.1rem 2rem;
  }

  .pf-home-v2 .pf-cinema-hero__sub {
    font-size: clamp(1.05rem, 4.2vw, 1.2rem);
    line-height: 1.45;
  }

  .pf-home-v2 .pf-trust {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pf-home-v2 .pf-trust::-webkit-scrollbar {
    display: none;
  }

  .pf-home-v2 .pf-trust__pill {
    flex: 0 0 auto;
  }

  .pf-home-v2 .pf-shop-section--match {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 0;
    padding-block: clamp(1rem, 3vw, 1.75rem);
  }

  .pf-home-v2 .pf-home-match__stage::after {
    display: none;
  }

  .pf-home-v2 .pf-home-match__chat {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .pf-home-v2 .pf-home-match__split {
    border-radius: 0;
  }

  .pf-home-v2 .pf-home-section-title {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    letter-spacing: 0.18em;
  }

  .pf-home-v2 .pf-fl-feature {
    max-width: none;
    margin-bottom: 1.15rem;
  }

  .pf-home-v2 .pf-fl-card--left {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 0;
    background: transparent;
    text-align: center;
  }

  .pf-home-v2 .pf-fl-card--left .pf-fl-card__media-link {
    flex: none;
    width: 100%;
  }

  .pf-home-v2 .pf-fl-card--left .pf-fl-card__img {
    width: min(100%, 22rem);
    margin-inline: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .pf-home-v2 .pf-fl-card--left .pf-fl-card__body {
    align-items: center;
    padding: 0 0.35rem;
  }

  .pf-home-v2 .pf-coll-banner {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-inline: 1.1rem;
  }

  .pf-home-v2 .pf-coll-banner__float {
    width: min(82%, 19rem);
  }

  .pf-home-v2 .pf-sub-promo {
    padding: 1rem;
  }

  .pf-home-v2 .pf-home-shop-card-grid {
    gap: 0.75rem;
  }

  .pf-home-v2 .pf-coll-card {
    min-height: 15.5rem;
  }
}

@media (max-width: 899px) {
  .pf-cinema-hero {
    min-height: 72vh;
    min-height: 72dvh;
  }
}

/* ===== Landing welcome popup (first visit) ===== */
.pe-welcome[hidden]{display:none}
.pe-welcome{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.2rem}
.pe-welcome__backdrop{position:absolute;inset:0;background:rgba(44,40,42,.5);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.pe-welcome__card{position:relative;z-index:1;max-width:31rem;width:100%;background:var(--pf-cream,#fffbf7);border-radius:16px;padding:2.4rem 2rem 1.9rem;text-align:center;box-shadow:0 50px 100px -34px rgba(44,44,44,.55);animation:pe-welcome-in .55s cubic-bezier(.2,.8,.2,1)}
@keyframes pe-welcome-in{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
.pe-welcome__mark{display:block;width:62px;margin:0 auto .7rem}
.pe-welcome__mark img{width:100%;height:auto;display:block}
.pe-welcome__title{font-family:var(--pf-font-body);font-size:clamp(1.35rem,4vw,1.85rem);font-weight:600;line-height:1.15;color:#2c2c2c;margin:0 0 1rem}
.pe-welcome__line{margin:.4rem 0;font-size:1.02rem;line-height:1.55;color:#4c4448}
.pe-welcome__line b{color:var(--pf-blush-700,#c76f8b);font-weight:700}
.pe-welcome__again-row{display:inline-flex;align-items:center;gap:.55rem;margin:1.5rem 0 1.2rem;font-size:.88rem;color:#6a5f64;cursor:pointer}
.pe-welcome__again{width:1.05rem;height:1.05rem;accent-color:var(--pf-blush-500,#e68ca5);cursor:pointer}
.pe-welcome__btn{display:block;width:100%;background:var(--pf-blush-500,#e68ca5);color:#fff;border:none;border-radius:999px;padding:.95rem 2.4rem;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:transform .3s,filter .3s}
.pe-welcome__btn:hover{transform:translateY(-2px);filter:brightness(1.05)}
body.pe-welcome-open{overflow:hidden}
