/*
Theme Name: PinkCheer
Theme URI: https://pinkcheer.co
Author: PinkCheer
Description: Ultra-lightweight SEO & Core Web Vitals optimized theme for PinkCheer Collagen (ยัยแก้มชมพู) with luxury landing layout.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pinkcheer
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, rtl-language-support
*/

:root {
  --pc-bg: #0b0315;
  --pc-bg-soft: #150828;
  --pc-primary: #ff6eb8;
  --pc-primary-soft: #ff9fd0;
  --pc-accent-gold: #f6e3b7;
  --pc-text-main: #fdf6ff;
  --pc-text-soft: #d7c8ef;
  --pc-border-soft: rgba(255,255,255,0.08);
  --pc-radius-lg: 28px;
  --pc-radius-pill: 999px;
  --pc-shadow-soft: 0 18px 45px rgba(0,0,0,0.55);
  --pc-shadow-soft-top: 0 -18px 45px rgba(0,0,0,0.45);
  --pc-max-width: 1120px;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #2a1345 0, #05020c 55%, #000 100%);
  color: var(--pc-text-main);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.pc-page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.pc-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(5,2,20,0.9), rgba(5,2,20,0.78), transparent);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.pc-header-inner {
  max-width: var(--pc-max-width);
  margin: 0 auto;
  padding: 10px 18px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pc-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 40%;
  background: radial-gradient(circle at 20% 0, #ffe3f5, #ff6eb8 40%, #6b2cff 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.28), 0 10px 30px rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #2a0b34;
  flex-shrink: 0;
}

.pc-brand-text-main {
  font-weight: 650;
  font-size: 18px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.pc-brand-sub {
  font-size: 11px;
  color: var(--pc-text-soft);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pc-header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.pc-badge-hot {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 0 0, #ffe3f0, #ff6eb8 40%, #ff9fd0 100%);
  color: #3a0330;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
  flex-shrink: 0;
}

.pc-badge-hot-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff007a;
  box-shadow: 0 0 12px rgba(255,0,122,0.9);
}

.pc-btn-primary {
  border-radius: var(--pc-radius-pill);
  padding: 9px 18px;
  border: none;
  outline: none;
  background: linear-gradient(135deg, #ff6eb8, #ff9fd0 45%, #ffe6ff 100%);
  color: #3b042b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0,0,0,0.8);
  white-space: nowrap;
}

.pc-btn-primary span.pc-btn-pill {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(59,4,43,0.14);
}

.pc-main {
  flex: 1;
}

.pc-section {
  max-width: var(--pc-max-width);
  margin: 0 auto;
  padding: 0 16px;
}

.pc-hero {
  padding-top: 26px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(0,1fr);
  gap: 18px;
  align-items: center;
}

.pc-hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.pc-pill {
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.18);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pc-text-soft);
}

.pc-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg,#ff6eb8,#ff9fd0);
  box-shadow: 0 0 10px rgba(255,110,184,0.9);
}

.pc-hero-title {
  font-size: clamp(30px, 5vw, 40px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.pc-hero-title span.pc-hero-highlight {
  background: linear-gradient(135deg, #ff6eb8, #ff9fd0 40%, #ffe6ff 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.pc-hero-sub {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pc-text-soft);
  max-width: 420px;
  margin-bottom: 18px;
}

.pc-hero-meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.pc-hero-meta-chip {
  font-size: 11px;
  color: var(--pc-accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pc-hero-meta-chip::before {
  content: "";
  width: 32px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(246,227,183,0.1), rgba(246,227,183,0.95), rgba(246,227,183,0.1));
}

.pc-hero-note {
  font-size: 11px;
  color: var(--pc-text-soft);
}

.pc-hero-note strong {
  color: #ffe3f5;
}

.pc-hero-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.pc-hero-guarantee {
  font-size: 11px;
  color: var(--pc-text-soft);
}

.pc-hero-guarantee strong {
  color: var(--pc-accent-gold);
}

.pc-hero-metadata-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  max-width: 420px;
}

.pc-metadata-card {
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.12), rgba(28,12,50,0.9));
  box-shadow: 0 10px 28px rgba(0,0,0,0.65);
}

.pc-metadata-label {
  font-size: 10px;
  color: var(--pc-text-soft);
  margin-bottom: 4px;
}

.pc-metadata-value {
  font-size: 15px;
  font-weight: 650;
}

.pc-metadata-tagline {
  font-size: 10px;
  color: var(--pc-accent-gold);
}

.pc-hero-right {
  position: relative;
}

.pc-hero-card-shell {
  border-radius: 32px;
  background: radial-gradient(circle at 0 0, #ff9fd0 0, #32084d 30%, #05020c 75%);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 16px 14px 14px;
  box-shadow: var(--pc-shadow-soft);
  overflow: hidden;
}

.pc-hero-glow-ring {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,110,184,0.18) 0, transparent 60%);
  top: -60px;
  right: -40px;
  pointer-events: none;
}

.pc-hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.pc-hero-card-title {
  font-size: 14px;
  font-weight: 650;
}

.pc-hero-card-sub {
  font-size: 11px;
  color: var(--pc-text-soft);
}

.pc-hero-tag-chip {
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(5,2,15,0.6);
  border: 1px solid rgba(255,255,255,0.26);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pc-hero-product-mock {
  margin-top: 12px;
  border-radius: 24px;
  background: radial-gradient(circle at 20% 0, #ffe3ff 0, #ff6eb8 40%, #1a052a 90%);
  padding: 16px 14px;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
  gap: 10px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.pc-hero-product-mock::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.35), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

.pc-product-badge-top {
  position: absolute;
  inset-inline: 16px;
  top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  z-index: 1;
  color: #3a0330;
}

.pc-product-badge-top-left {
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  font-weight: 650;
}

.pc-product-badge-top-right {
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg,#f6e3b7,#fff6d6);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pc-product-main-label {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-product-sub-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pc-product-angle-note {
  font-size: 10px;
}

.pc-product-right-blob {
  width: 120px;
  height: 160px;
  border-radius: 60px;
  background: radial-gradient(circle at 25% 0,#fff9ff,#ffd8f2 40%,#ff6eb8 75%,#9b35ff 100%);
  box-shadow: 0 30px 60px rgba(0,0,0,0.85);
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.pc-product-jar-front {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 76px;
  height: 92px;
  border-radius: 22px;
  background: linear-gradient(180deg,#ffd9f3,#fff9ff 40%,#ff6eb8 78%,#e232ad 100%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.8);
  border: 1px solid rgba(255,255,255,0.8);
}

.pc-product-jar-front::before {
  content: "";
  position: absolute;
  inset: 10px 10px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg,rgba(255,255,255,0.98),rgba(255,168,220,0.96));
}

.pc-product-jar-cap {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  width: 62px;
  height: 18px;
  border-radius: 12px;
  background: linear-gradient(180deg,#faf5ff,#ccb7ff);
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}

.pc-product-jar-label-main {
  position: absolute;
  inset: 22px 14px 30px;
  border-radius: 14px;
  background: radial-gradient(circle at 0 0,#ffe6ff,#ff6eb8 60%,#e232ad 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px;
  color: #3a0330;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.pc-product-jar-label-sub {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 600;
  background: rgba(255,255,255,0.9);
  padding: 2px 8px;
  border-radius: 999px;
  color: #5b0635;
}

.pc-hero-card-footer {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255,255,255,0.18);
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 10px;
  font-size: 11px;
  color: var(--pc-text-soft);
}

.pc-hero-card-footer strong {
  color: #ffe3f5;
}

.pc-hero-scroll-tip {
  margin-top: 14px;
  font-size: 10px;
  color: var(--pc-text-soft);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.9;
}

.pc-hero-scroll-dot {
  width: 16px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}

.pc-hero-scroll-dot-inner {
  width: 4px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
}

/* Section: Benefits + Ingredients */
.pc-section-shell {
  margin-bottom: 38px;
}

.pc-card-shell {
  border-radius: var(--pc-radius-lg);
  border: 1px solid var(--pc-border-soft);
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.06), rgba(5,2,20,0.9));
  box-shadow: var(--pc-shadow-soft);
  padding: 18px 18px 16px;
}

.pc-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.pc-section-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pc-accent-gold);
}

.pc-section-title {
  font-size: 18px;
  font-weight: 650;
}

.pc-section-sub {
  font-size: 12px;
  color: var(--pc-text-soft);
}

.pc-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-top: 10px;
}

.pc-benefit-card {
  border-radius: 18px;
  padding: 10px 10px 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(24,10,45,0.8));
  border: 1px solid rgba(255,255,255,0.12);
}

.pc-benefit-kicker {
  font-size: 10px;
  color: var(--pc-text-soft);
  margin-bottom: 4px;
}

.pc-benefit-main {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.pc-benefit-note {
  font-size: 11px;
  color: var(--pc-text-soft);
}

.pc-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
  margin-top: 10px;
}

.pc-ingredient-card {
  border-radius: 18px;
  padding: 9px 9px 10px;
  background: linear-gradient(160deg, rgba(255,255,255,0.03), rgba(12,4,28,0.9));
  border: 1px solid rgba(255,255,255,0.1);
}

.pc-ingredient-label {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 2px;
}

.pc-ingredient-dose {
  font-size: 11px;
  color: var(--pc-accent-gold);
  margin-bottom: 2px;
}

.pc-ingredient-note {
  font-size: 10px;
  color: var(--pc-text-soft);
}

/* Testimonials / Before-After */
.pc-ba-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
  gap: 14px;
  margin-top: 10px;
}

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

.pc-ba-photo-card {
  border-radius: 20px;
  padding: 10px;
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.08), rgba(18,8,36,0.95));
  border: 1px solid rgba(255,255,255,0.16);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
}

.pc-ba-tag {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--pc-text-soft);
}

.pc-ba-mockface {
  height: 120px;
  border-radius: 16px;
  background: radial-gradient(circle at 0 0,#ffdbe9,#ff6eb8 40%,#350629 90%);
  box-shadow: 0 10px 26px rgba(0,0,0,0.9);
}

.pc-ba-caption {
  font-size: 11px;
  color: var(--pc-text-soft);
}

.pc-testimonials-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pc-testimonial-item {
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(16,8,40,0.95));
  border: 1px solid rgba(255,255,255,0.1);
  padding: 8px 10px;
  font-size: 11px;
}

.pc-testimonial-name {
  font-weight: 600;
  margin-bottom: 2px;
}

.pc-testimonial-meta {
  font-size: 10px;
  color: var(--pc-text-soft);
  margin-bottom: 4px;
}

/* FAQ */
.pc-faq-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
  gap: 14px;
  margin-top: 10px;
}

.pc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pc-faq-item {
  border-radius: 18px;
  padding: 8px 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(20,8,40,0.95));
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 11px;
}

.pc-faq-q {
  font-weight: 600;
  margin-bottom: 2px;
}

.pc-faq-a {
  color: var(--pc-text-soft);
}

.pc-faq-side {
  font-size: 11px;
  color: var(--pc-text-soft);
}

/* CTA Bottom */
.pc-cta-bottom {
  margin-bottom: 40px;
}

.pc-cta-shell {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: radial-gradient(circle at 0 0, #ff6eb8, #32084d 40%, #05020c 100%);
  box-shadow: var(--pc-shadow-soft-top);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}

.pc-cta-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pc-cta-kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ffe6ff;
}

.pc-cta-title {
  font-size: 14px;
  font-weight: 650;
}

.pc-cta-sub {
  font-size: 11px;
  color: #fdf6ff;
  opacity: 0.9;
}

.pc-cta-price {
  text-align: right;
  font-size: 11px;
}

.pc-cta-price-main {
  font-size: 15px;
  font-weight: 700;
}

.pc-cta-price-strike {
  text-decoration: line-through;
  opacity: 0.7;
}

/* Footer */
.pc-footer {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 20px 16px 24px;
  margin-top: auto;
}

.pc-footer-inner {
  max-width: var(--pc-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  color: var(--pc-text-soft);
}

/* Responsive */
@media (max-width: 960px) {
  .pc-header-inner {
    padding-inline: 14px;
  }
  .pc-brand-text-main {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .pc-hero {
    grid-template-columns: minmax(0,1fr);
  }
  .pc-hero-right {
    order: -1;
  }
  .pc-hero {
    padding-top: 16px;
  }
}

@media (max-width: 720px) {
  .pc-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px 14px 10px;
  }
  .pc-brand {
    justify-content: space-between;
  }
  .pc-header-cta {
    width: 100%;
    justify-content: space-between;
  }
  .pc-badge-hot {
    max-width: 55%;
    justify-content: flex-start;
  }
  .pc-btn-primary {
    flex: 1;
    justify-content: center;
  }

  .pc-benefits-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .pc-ingredients-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .pc-ba-grid,
  .pc-faq-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .pc-hero-metadata-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .pc-cta-shell {
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .pc-cta-price {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .pc-brand-text-main {
    font-size: 15px;
  }
  .pc-brand-sub {
    font-size: 10px;
  }
  .pc-header-inner {
    padding-inline: 12px;
  }
  .pc-header-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .pc-badge-hot {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .pc-btn-primary {
    width: 100%;
  }

  .pc-hero-metadata-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .pc-benefits-grid,
  .pc-ingredients-grid {
    grid-template-columns: minmax(0,1fr);
  }
}

@media (max-width: 400px) {
  .pc-brand {
    gap: 8px;
  }
  .pc-brand-text-main {
    font-size: 14px;
  }
  .pc-btn-primary {
    font-size: 12px;
  }
}

/* === PinkCheer Motion System: Soft, GPU-friendly animations === */
@keyframes pcGlowPulse {
  0% { opacity: 0.45; transform: translate3d(0,0,0) scale(1); }
  50% { opacity: 0.95; transform: translate3d(0,0,0) scale(1.06); }
  100% { opacity: 0.45; transform: translate3d(0,0,0) scale(1); }
}

@keyframes pcFloatSoft {
  0% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-6px,0); }
  100% { transform: translate3d(0,0,0); }
}

@keyframes pcFloatTiny {
  0% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-3px,0); }
  100% { transform: translate3d(0,0,0); }
}

@keyframes pcScrollHint {
  0% { transform: translate3d(0,0,0); opacity: 0.9; }
  60% { transform: translate3d(0,6px,0); opacity: 0.3; }
  100% { transform: translate3d(0,0,0); opacity: 0.9; }
}

@keyframes pcSoftPulse {
  0% { box-shadow: 0 6px 20px rgba(0,0,0,0.6); transform: translate3d(0,0,0); }
  50% { box-shadow: 0 10px 26px rgba(0,0,0,0.9); transform: translate3d(0,-2px,0); }
  100% { box-shadow: 0 6px 20px rgba(0,0,0,0.6); transform: translate3d(0,0,0); }
}

@keyframes pcSoftShimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.pc-hero-glow-ring {
  animation: pcGlowPulse 7s ease-in-out infinite;
  will-change: transform, opacity;
}

.pc-product-right-blob {
  animation: pcFloatSoft 6.2s ease-in-out infinite;
  will-change: transform;
}

.pc-product-jar-front {
  animation: pcFloatTiny 5.4s ease-in-out infinite;
  animation-delay: 0.4s;
  will-change: transform;
}

.pc-badge-hot {
  animation: pcSoftPulse 3.4s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.pc-hero-scroll-dot-inner {
  animation: pcScrollHint 1.6s ease-in-out infinite;
  will-change: transform, opacity;
}

.pc-btn-primary {
  background-size: 160% 160%;
  transition: transform 0.22s ease-out, box-shadow 0.22s ease-out, background-position 0.5s ease-out;
}

.pc-btn-primary:hover,
.pc-btn-primary:focus-visible {
  transform: translate3d(0,-2px,0) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,0.95);
  background-position: 100% 50%;
}

.pc-card-shell,
.pc-metadata-card,
.pc-benefit-card,
.pc-ingredient-card,
.pc-ba-photo-card,
.pc-testimonial-item,
.pc-faq-item,
.pc-cta-shell {
  transition: transform 0.32s ease-out, box-shadow 0.32s ease-out, border-color 0.32s ease-out, background 0.32s ease-out;
  will-change: transform, box-shadow;
}

.pc-card-shell:hover,
.pc-metadata-card:hover,
.pc-benefit-card:hover,
.pc-ingredient-card:hover,
.pc-ba-photo-card:hover,
.pc-testimonial-item:hover,
.pc-faq-item:hover,
.pc-cta-shell:hover {
  transform: translate3d(0,-4px,0);
  box-shadow: 0 24px 48px rgba(0,0,0,0.85);
  border-color: rgba(255,255,255,0.22);
}

.pc-hero-metadata-grid .pc-metadata-card:hover {
  transform: translate3d(0,-3px,0);
}

.pc-brand-mark {
  transition: transform 0.32s ease-out, box-shadow 0.32s ease-out;
}

.pc-brand-mark:hover {
  transform: translate3d(0,-2px,0) rotate(-4deg);
  box-shadow: 0 14px 30px rgba(0,0,0,0.9);
}

.pc-cta-shell {
  background-size: 200% 200%;
  animation: pcSoftShimmer 10s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .pc-page-wrapper * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}


/* Extra responsive refinements */
@media (max-width: 720px) {
  .pc-hero {
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .pc-hero-product-mock {
    grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
    padding: 14px 12px;
  }
  .pc-product-right-blob {
    margin: 10px auto 0;
  }
  .pc-hero-card-shell {
    padding: 14px 12px 12px;
  }
}

@media (max-width: 520px) {
  .pc-hero-title {
    font-size: 26px;
  }
  .pc-hero-sub {
    font-size: 13px;
  }
  .pc-section {
    padding: 0 12px;
  }
  .pc-card-shell {
    padding: 16px 14px 14px;
  }
}

@media (max-width: 400px) {
  .pc-hero-title {
    font-size: 24px;
  }
  .pc-hero-sub {
    font-size: 12px;
  }
  .pc-hero-card-shell {
    border-radius: 26px;
  }
}
/* === Inner page & product detail layout === */
.pc-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 56px;
}

.pc-page-hero {
  padding: 32px 0 12px;
}

.pc-page-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 4px;
}

.pc-page-title {
  font-size: 28px;
  line-height: 1.18;
  font-weight: 750;
  color: #ffffff;
  margin-bottom: 6px;
}

.pc-page-subtitle {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pc-text-soft);
}

.pc-section-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 4px;
}

.pc-section-title {
  font-size: 20px;
  font-weight: 730;
  margin-bottom: 18px;
  color: #ffffff;
}

.pc-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
}

.pc-ingredients-grid,
.pc-expert-grid,
.pc-cert-grid,
.pc-review-grid,
.pc-purchase-grid {
  display: grid;
  gap: 18px;
}

.pc-ingredients-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pc-review-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pc-expert-grid,
.pc-cert-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pc-purchase-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pc-ingredient-card,
.pc-expert-card,
.pc-cert-card,
.pc-review-card,
.pc-purchase-plan,
.pc-howto-card {
  border-radius: 22px;
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.08), rgba(11,3,21,0.96));
  border: 1px solid rgba(255,255,255,0.08);
  padding: 18px 18px 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.65);
}

.pc-review-card h3,
.pc-ingredient-card h3,
.pc-expert-card h3,
.pc-cert-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #ffffff;
}

.pc-review-meta,
.pc-note-small,
.pc-pubmed-meta {
  font-size: 12px;
  color: var(--pc-text-soft);
}

/* Before–After grid */
.pc-ba-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pc-ba-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pc-ba-label {
  font-size: 13px;
  color: #ffffff;
}

.pc-ba-photo {
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,0.26);
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--pc-text-soft);
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.04), rgba(0,0,0,0.7));
}

/* FAQ blocks */
.pc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pc-faq-item {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.06), rgba(5,2,15,0.98));
  padding: 10px 14px;
}

.pc-faq-item summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.pc-faq-content {
  margin-top: 6px;
  font-size: 13px;
  color: var(--pc-text-soft);
}

/* Product detail hero */
.pc-single-product .pc-product-hero {
  padding: 26px 0 18px;
}

.pc-product-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 4px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
  align-items: center;
}

.pc-product-title {
  font-size: 26px;
  line-height: 1.18;
  font-weight: 760;
  color: #ffffff;
  margin-bottom: 10px;
}

.pc-product-subtitle {
  font-size: 14px;
  color: var(--pc-text-soft);
  margin-bottom: 14px;
}

.pc-product-bullets {
  margin: 0 0 14px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--pc-text-soft);
}

.pc-product-image,
.pc-product-image-placeholder {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 16px 50px rgba(0,0,0,0.78);
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.04), rgba(5,2,15,0.9));
}

.pc-product-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pc-product-highlight-card {
  margin-top: 10px;
  border-radius: 18px;
  padding: 10px 14px;
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.15), rgba(255,110,184,0.15));
  font-size: 12px;
  color: #2a0824;
}

.pc-highlight-title {
  font-weight: 600;
  margin-bottom: 2px;
}

.pc-highlight-value {
  font-size: 20px;
  font-weight: 760;
}

.pc-highlight-note {
  font-size: 11px;
}

.pc-product-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pc-price-label {
  font-size: 12px;
  color: var(--pc-text-soft);
}

.pc-price-main {
  font-size: 24px;
  font-weight: 760;
  color: #ffffff;
}

.pc-price-note {
  font-size: 12px;
  color: var(--pc-text-soft);
}

.pc-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.pc-product-actions-center {
  justify-content: center;
}

/* Buttons */
.pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: var(--pc-radius-pill);
  font-size: 13px;
  font-weight: 650;
  border: 1px solid transparent;
  text-decoration: none;
}

.pc-btn-outline,
.pc-btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.38);
  color: #ffffff;
}

/* Review rating summary with vertical rating list */
.pc-review-summary-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
}

.pc-rating-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pc-rating-label {
  font-size: 13px;
  color: var(--pc-text-soft);
}

.pc-rating-main {
  font-size: 32px;
  font-weight: 780;
  color: #ffffff;
}

.pc-rating-main span {
  font-size: 16px;
  opacity: 0.8;
  margin-left: 4px;
}

.pc-rating-count {
  font-size: 13px;
  color: var(--pc-text-soft);
}

.pc-rating-vertical {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  color: #ffffff;
}

.pc-rating-vertical-row {
  display: flex;
  justify-content: space-between;
  min-width: 120px;
}

/* Header nav layout (desktop + mobile) */
.pc-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pc-header-left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.pc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.pc-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,110,184,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #ff6eb8;
}

.pc-brand-text-main {
  font-size: 20px;
  font-weight: 760;
  color: #ffffff;
}

.pc-brand-sub {
  font-size: 12px;
  color: var(--pc-text-soft);
}

.pc-nav {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 100%;
}

.pc-nav-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-nav-item a,
.pc-nav-list > li > a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  text-decoration: none;
  color: var(--pc-text-soft);
  border: 1px solid transparent;
  white-space: nowrap;
}

.pc-nav-item a:hover,
.pc-nav-item a:focus,
.pc-nav-list > li > a:hover,
.pc-nav-list > li > a:focus {
  color: #ffffff;
  border-color: rgba(255,255,255,0.35);
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.08), rgba(10,5,30,0.9));
}

.pc-header-cta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

/* Responsive refinements */
@media (max-width: 960px) {
  .pc-two-column,
  .pc-review-summary-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pc-header-left {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .pc-nav {
    margin-top: 8px;
  }

  .pc-header-cta {
    align-self: flex-end;
  }
}

@media (max-width: 640px) {
  .pc-container {
    padding: 20px 14px 48px;
  }

  .pc-section-inner {
    padding: 22px 4px;
  }

  .pc-page-title {
    font-size: 24px;
  }

  .pc-product-title {
    font-size: 22px;
  }

  .pc-ba-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Hide nav scrollbar while keeping scroll with touch/trackpad */
.pc-nav {
  -ms-overflow-style: none;
}
.pc-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* === Refined responsive header/nav for mobile === */
@media (max-width: 960px) {
  .pc-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .pc-header-left {
    width: 100%;
    justify-content: space-between;
  }

  .pc-nav {
    width: 100%;
    margin-top: 6px;
  }

  .pc-nav-list {
    width: 100%;
  }

  .pc-header-cta {
    align-self: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .pc-header-cta .pc-btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pc-header-inner {
    padding-inline: 12px;
  }

  .pc-brand-text-main {
    font-size: 18px;
  }

  .pc-brand-sub {
    display: none; /* ซ่อน tagline บนจอเล็ก ให้โลโก้+เมนูหายทับกัน */
  }

  .pc-nav-item a {
    padding-inline: 10px;
    font-size: 11px;
  }

  .pc-header-cta .pc-btn-primary span:first-child {
    font-size: 12px;
  }

  .pc-header-cta .pc-btn-pill {
    font-size: 11px;
  }
}
/* Final override: ensure brand and nav never overlap on narrow screens */
@media (max-width: 960px) {
  .pc-header-left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
  }

  .pc-nav {
    margin-left: 0;
  }
}
/* === Final header layout refinements: prevent overlap & improve mobile look === */
.pc-header-inner {
  flex-wrap: wrap;
}

.pc-header-left {
  flex: 1 1 0%;
}

.pc-header-cta {
  flex: 0 0 auto;
  margin-left: auto;
}

@media (max-width: 960px) {
  .pc-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .pc-header-left {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .pc-nav {
    width: 100%;
    margin-top: 2px;
  }

  .pc-nav-list {
    width: 100%;
  }

  .pc-header-cta {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }

  .pc-header-cta .pc-btn-primary {
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pc-header-inner {
    padding-inline: 12px;
    gap: 10px;
  }

  .pc-brand-text-main {
    font-size: 18px;
  }

  .pc-brand-sub {
    display: none;
  }

  .pc-nav-item a {
    padding-inline: 10px;
    font-size: 11px;
  }

  .pc-header-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .pc-header-cta .pc-btn-primary,
  .pc-header-cta .pc-badge-hot {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
/* Desktop nav: show all items without horizontal scroll */
@media (min-width: 961px) {
  .pc-nav {
    position: static;
    overflow-x: visible;
  }
  .pc-nav-list {
    flex-wrap: wrap;
  }
}

/* Mobile nav: subtle fade on the right to indicate more items */
@media (max-width: 960px) {
  .pc-nav {
    position: relative;
  }
  .pc-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(9,3,24,1), rgba(9,3,24,0));
  }
}
/* Mobile nav final: wrap items, no horizontal scroll, no fade overlay */
@media (max-width: 960px) {
  .pc-nav {
    overflow-x: visible;
  }
  .pc-nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pc-nav::after {
    display: none;
  }
}
/* === PinkCheer v115 header/nav refinements === */

/* Global: prevent horizontal scroll bleed */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Desktop header: single-row nav, no wrapping, no horizontal scroll */
@media (min-width: 961px) {
  .pc-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pc-header-left {
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .pc-nav {
    overflow-x: visible;
  }

  .pc-nav-list {
    flex-wrap: nowrap;
  }
}

/* Mobile / tablet: stacked, no horizontal scroll, wrapped pills */
@media (max-width: 960px) {
  .pc-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .pc-header-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .pc-nav {
    width: 100%;
    overflow-x: visible;
  }

  .pc-nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .pc-nav::after {
    display: none;
  }

  .pc-nav-item a {
    white-space: normal;
  }

  .pc-header-cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .pc-header-cta .pc-badge-hot,
  .pc-header-cta .pc-btn-primary {
    justify-content: center;
    width: 100%;
  }
}
/* Desktop header: brand left, nav centered, CTA right */
@media (min-width: 961px) {
  .pc-header-inner {
    display: flex;
    align-items: center;
  }

  .pc-header-left {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
  }

  .pc-nav {
    margin-left: auto;
    margin-right: auto;
  }

  .pc-header-cta {
    flex: 0 0 auto;
    margin-left: 0;
  }
}

/* === PinkCheer luxury header: hamburger overlay navigation === */
.pc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pc-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pc-header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Primary CTA always stays on a single line on desktop */
@media (min-width: 961px) {
  .pc-header-cta .pc-btn-primary {
    white-space: nowrap;
  }
}

/* Luxury hamburger button */
.pc-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(5, 0, 25, 0.7);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.65);
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pc-nav-toggle:hover {
  background: rgba(18, 0, 48, 0.9);
  box-shadow: 0 0 22px rgba(255, 112, 191, 0.8);
  transform: translateY(-1px);
}

.pc-nav-toggle-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.15s ease;
}

.pc-nav-toggle-bar + .pc-nav-toggle-bar {
  margin-top: 3px;
}

/* Animate to X when open */
body.pc-nav-open .pc-nav-toggle-bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

body.pc-nav-open .pc-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

body.pc-nav-open .pc-nav-toggle-bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* Overlay container */
.pc-nav-overlay {
  position: fixed;
  inset-inline: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding-inline: 16px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  z-index: 40;
}

.pc-nav-overlay-open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.pc-nav-overlay-inner {
  margin-top: 76px;
  width: 100%;
  max-width: 880px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-image: radial-gradient(circle at 0% 0%, rgba(255, 146, 216, 0.25), transparent 45%), radial-gradient(circle at 100% 0%, rgba(153, 114, 255, 0.25), transparent 45%);
  background-color: rgba(10, 0, 28, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(18px);
  padding: 20px 20px 16px;
}

/* Header text inside overlay */
.pc-nav-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.pc-nav-overlay-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.pc-nav-overlay-tag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.68);
}

/* Navigation items inside overlay */
.pc-nav {
  overflow: visible;
}

.pc-nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pc-nav-item,
.pc-nav-list > li {
  list-style: none;
}

.pc-nav-item a,
.pc-nav-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 9px 14px;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.pc-nav-item a::after,
.pc-nav-list > li > a::after {
  content: "Section";
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.55);
}

.pc-nav-item a:hover,
.pc-nav-list > li > a:hover {
  border-color: rgba(255, 176, 222, 0.8);
  background: rgba(255, 176, 222, 0.14);
  transform: translateY(-1px);
}

/* Footer note */
.pc-nav-overlay-footer {
  margin-top: 14px;
}

.pc-nav-overlay-text {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.64);
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .pc-nav-overlay-inner {
    margin-top: 68px;
    padding: 16px 14px 14px;
    border-radius: 22px;
  }

  .pc-nav-list {
    grid-template-columns: 1fr;
  }
}

/* === PinkCheer nav toggle refinement === */
.pc-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pc-nav-toggle-bar {
  width: 18px;
}

/* Close button inside overlay */
.pc-nav-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 0, 25, 0.7);
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pc-nav-close:hover {
  background: rgba(18, 0, 48, 0.9);
  box-shadow: 0 0 18px rgba(255, 176, 222, 0.7);
  transform: translateY(-1px);
}

.pc-nav-close-bar {
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.pc-nav-close-bar-1 {
  transform: rotate(45deg);
}

.pc-nav-close-bar-2 {
  transform: rotate(-45deg);
}

/* === PinkCheer mobile header layout: brand left, hamburger right === */
@media (max-width: 960px) {
  .pc-header {
    position: relative;
  }

  .pc-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .pc-header-left {
    width: 100%;
  }

  .pc-brand {
    display: flex;
    align-items: center;
  }

  .pc-header-cta {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
  }

  .pc-nav-toggle {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 32px;
    height: 32px;
  }
}

/* === Force brand logo to stick to top-left on mobile === */
@media (max-width: 960px) {
  .pc-header-inner {
    align-items: flex-start;
  }

  .pc-header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .pc-brand {
    margin-left: 0;
  }

  .pc-brand-text-main,
  .pc-brand-sub {
    text-align: left;
  }
}

/* === Final mobile header alignment: brand hard-left, nav-toggle top-right === */
@media (max-width: 720px) {
  .pc-header-inner {
    max-width: 100%;
    margin: 0;
    padding: 10px 16px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .pc-header-left {
    width: auto;
    display: flex;
    align-items: center;
  }

  .pc-brand {
    justify-content: flex-start;
  }

  .pc-header-cta {
    width: auto;
    padding-top: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .pc-nav-toggle {
    position: static;
    width: 32px;
    height: 32px;
  }
}

/* === Mobile header correction: logo top-left, CTA stacked, hamburger top-right === */
@media (max-width: 720px) {
  .pc-header-inner {
    max-width: 100%;
    margin: 0;
    padding: 10px 16px 4px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .pc-header-left {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .pc-brand {
    justify-content: flex-start;
  }

  .pc-header-cta {
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .pc-nav-toggle {
    position: absolute;
    right: 18px;
    top: -36px;
    width: 32px;
    height: 32px;
  }
}


/* PinkCheer lightweight scroll animations (non-intrusive) */
@keyframes pcFadeInSoft {
  from { opacity: 0; }
  to { opacity: 1; }
}

[data-animate] {
  /* no visual change before activation */
}

.animate-active {
  animation: pcFadeInSoft 0.7s ease-out both;
}

/* PinkCheer – dynamic image helpers */
.pc-product-image-wrap {
  width: 140px;
  max-width: 48%;
  margin-left: auto;
  margin-right: 0;
}

.pc-product-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
}

.pc-purchase-plan-image {
  margin-bottom: 10px;
}

.pc-purchase-plan-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.pc-ingredient-media {
  margin-bottom: 10px;
}

.pc-ingredient-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.pc-ingredient-body h3 {
  margin-bottom: 6px;
}

.pc-review-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pc-review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 4px;
}

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

/* Allow JS to paint background images for Before–After */
.pc-ba-photo{background-repeat:no-repeat;background-size:cover;background-position:center center;}


/* PinkCheer – flexible page sections layout */
.pc-page-sections {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pc-page-section-inner {
  padding: 18px 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 182, 193, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pc-page-section-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pc-page-section-media img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.pc-page-section-content {
  font-size: 13px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .pc-page-section-layout {
    flex-direction: row;
    align-items: flex-start;
  }

  .pc-page-section-media {
    flex: 0 0 38%;
  }

  .pc-page-section-content {
    flex: 1;
  }
}
