/* ============================================================
   BLEAME INDONESIA — shared stylesheet
   Brand system per Bleame Brand Guide (Global Edition 2025)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap');

:root {
  /* Primary palette */
  --royal-lavender: #7C5CBF;
  --soft-violet:    #B89FE0;
  --mist-lilac:     #EDE8F9;
  --petal-pink:     #F7C5D9;
  --white:          #FFFFFF;
  /* Extended palette */
  --deep-plum:      #2C1A5A;
  --grape:          #5A3E9C;
  --blush:          #F2B8CC;
  --cool-gray:      #6B7280;
  /* Support tones used in mockup */
  --cream:          #FBF2EC;
  --cream-deep:     #F8E9E1;
  --lav-band:       #9C82D4;
  --lav-soft:       #C9B6EC;

  --radius-pill: 999px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-soft: 0 18px 40px -22px rgba(44, 26, 90, 0.45);
  --shadow-card: 0 10px 30px -18px rgba(44, 26, 90, 0.35);

  --maxw: 1180px;
  --gap: 20px;

  --serif: "Poppins", system-ui, sans-serif;
  --sans: "Poppins", system-ui, sans-serif;
}

/* ── Intro animation ── */
#introOverlay {
  position: fixed; inset: 0; z-index: 9999;
  background: #fff;
  pointer-events: none;
  transition: opacity .5s ease;
}
#introLogo {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  height: auto; width: 60vw; max-height: 80vh;
  object-fit: contain;
  will-change: transform, opacity;
}
#introLogoText {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif); font-weight: 700; font-size: 96px;
  color: var(--royal-lavender); white-space: nowrap;
  will-change: transform, opacity;
}

* { box-sizing: border-box; }

body, a, button { cursor: url('img/cursor/bleame-cursor-32.png') 0 0, auto; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 300;
  color: var(--cool-gray);
  background: #fff5f3;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.page-home { background: var(--soft-violet); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--serif); color: var(--deep-plum); font-weight: 400; margin: 0; }
h1 { color: #433063; }
h2 { color: #7954b4; }
.section-card h2 { color: #433063; font-weight: 700; }
h1 { font-size: clamp(34px, 5vw, 48px); line-height: 1.05; }
h2 { font-size: clamp(28px, 4vw, 36px); line-height: 1.1; }
h3 { font-size: 20px; }

p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: 100%; margin: 0 auto; padding: 0 80px; }

/* ---------- image placeholders (pictures left empty) ---------- */
.ph {
  background:
    repeating-linear-gradient(45deg, rgba(124,92,191,.04) 0 14px, rgba(124,92,191,.08) 14px 28px),
    var(--mist-lilac);
  border: 1px dashed rgba(124, 92, 191, 0.35);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--grape);
  font-family: var(--sans);
  font-size: 12px; font-weight: 500; letter-spacing: .06em;
  text-transform: uppercase;
  min-height: 120px;
  overflow: hidden;
  text-align: center;
}
.ph span { opacity: .7; padding: 8px; }
.ph:has(img) { border: none; background: none; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: transparent;
  border-bottom: none;
  transition: transform .3s ease;
}
.site-header.hidden { transform: translateY(-100%); }
.site-header.on-lav { background: transparent; }
.site-header.on-lav::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(44,26,90,0.50), transparent);
  z-index: -1; pointer-events: none;
}
.nav {
  display: flex; align-items: center;
  gap: 16px; padding: 12px 0 14px;
}
.brand {
  font-family: var(--serif);
  font-size: 26px; color: var(--royal-lavender);
  display: flex; align-items: center;
  margin-right: auto;
}
.nav-pill { margin-right: 0; }
.site-header .wrap { max-width: 100%; padding-left: 80px; padding-right: 80px; }
.brand-logo { height: 52px; width: auto; max-width: 160px; object-fit: contain; filter: brightness(0) invert(1); }
.brand-logo-purple { filter: none; }
.on-lav .brand { color: var(--white); }
.on-lav .nav-pill a.active { color: #000; font-weight: 700; }
.nav-pill {
  display: flex; align-items: center; gap: 4px;
  background: linear-gradient(180deg, #ffffff 0%, #ede8f9 100%);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  border: 2px solid #b89fe0;
  box-shadow: 0 4px 0 #9b7ecb, 0 6px 12px rgba(124,92,191,.2);
  transition: box-shadow .1s ease, transform .1s ease;
}
.nav-pill:active {
  box-shadow: 0 1px 0 #9b7ecb, 0 2px 6px rgba(124,92,191,.15);
  transform: translateY(3px);
}
.nav-pill a {
  font-size: 14px; font-weight: 400; color: #000;
  padding: 6px 14px; border-radius: var(--radius-pill);
  transition: background .15s ease, color .15s ease, box-shadow .1s ease, transform .1s ease;
  white-space: nowrap;
  display: inline-block;
}
.nav-pill a:hover {
  background: var(--mist-lilac);
  box-shadow: 0 3px 0 #9b7ecb;
  transform: translateY(-2px);
}
.nav-pill a:active {
  box-shadow: 0 1px 0 #9b7ecb;
  transform: translateY(1px);
}
.nav-pill a.active { color: #000; font-weight: 700; }
.nav-pill a.shop {
  background: #b89fe0; color: var(--white); font-weight: 500;
}
.nav-pill a.shop:hover { background: var(--royal-lavender); }

.nav-shop {
  font-size: 13px; padding: 9px 16px;
  box-shadow: 0 4px 0 #4a2880, 0 6px 16px rgba(124,92,191,.35);
  transition: transform .1s ease, box-shadow .1s ease, background .15s ease;
}
.nav-shop:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #4a2880, 0 8px 20px rgba(124,92,191,.4);
}
.nav-shop:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #4a2880, 0 0 0 3px rgba(180,130,255,.6), 0 0 12px 4px rgba(180,130,255,.4), 0 0 28px 8px rgba(220,170,255,.25);
  background: #9b6de0;
}
.nav-toggle { display: none; }
/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 14px; font-weight: 500;
  border-radius: var(--radius-pill);
  padding: 12px 22px; border: none; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
}
.btn-primary {
  background: var(--royal-lavender); color: var(--white);
  box-shadow: 0 4px 0 #4a2880, 0 6px 16px rgba(124,92,191,.35);
}
.btn-primary:hover {
  background: var(--grape);
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #4a2880, 0 10px 22px rgba(124,92,191,.4);
}
.btn-primary:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #4a2880, 0 2px 6px rgba(124,92,191,.2);
  background: #9b6de0;
}
.nav-shop { background: #7954b4; }
.nav-shop:hover { background: #6340a0; }
.btn-ghost { background: var(--white); color: var(--deep-plum); box-shadow: var(--shadow-card); }
.link-arrow { color: var(--royal-lavender); font-weight: 500; font-size: 14px; }

/* ============================================================
   HERO (home / community)
   ============================================================ */
.hero {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 90vh;
  overflow: hidden;
  clip-path: inset(78px 60px 0px round 18px);
  will-change: clip-path, height, top;
  z-index: 1;
}
#heroBorder {
  position: fixed;
  top: 78px; left: 60px; right: 60px;
  height: calc(90vh - 78px);
  border: 1.5px solid #433063;
  border-radius: 18px;
  pointer-events: none;
  z-index: 5;
}
.hero-scroll-space {
  height: 90vh;
  margin-bottom: 8px;
}
.hero-bg { position: absolute; inset: 0; min-height: unset; border: none; border-radius: 0; }
.hero-img { position: absolute; inset: 0; min-height: unset; border-radius: 0; border: none; }

.video-section {
  width: 100%;
  margin-bottom: 48px;
}
.video-holder {
  width: 100%;
  aspect-ratio: 16 / 4 !important;
  min-height: 0 !important;
  height: auto;
  border-radius: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Page rise-in on intro complete */
.page-content {
  opacity: 0;
  transform: translateY(40px);
  position: relative;
  z-index: 2;
  background-color: #fff5f3;
}
body.page-home .page-content { background-color: var(--soft-violet); }
.page-content.risen {
  animation: pageRise 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes pageRise {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-anim {
  opacity: 0;
  animation: heroFadeUp .7s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: var(--d, 0ms);
}
.hero-for { font-style: italic; font-size: 0.55em; font-weight: 400; }
.hero-everybody { font-size: 1.15em; font-weight: 900; letter-spacing: .06em; background: linear-gradient(135deg, #7C5CBF, #F7C5D9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-copy p { color: rgba(255,255,255,.85); max-width: 360px; margin-bottom: 22px; }

/* ============================================================
   PRODUCT CARD ROW
   ============================================================ */
.featured-product {
  display: block; position: relative; width: 100%; min-height: 600px;
  border-radius: var(--radius-md); border: 1.5px solid #433063;
  overflow: hidden; margin-top: 32px; text-decoration: none;
  background: linear-gradient(135deg, var(--deep-plum), var(--royal-lavender));
}
.featured-product-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  transition: opacity .4s ease;
}
.featured-product-img-hover { opacity: 0; }
.featured-product-content {
  position: relative; z-index: 1; height: 100%; min-height: 600px;
  display: flex; flex-direction: column;
  justify-content: space-between; padding: 28px;
  align-items: flex-end;
}
.featured-shop-btn { align-self: flex-start; font-size: 16px; padding: 14px 28px; }
.featured-product-info { max-width: 340px; text-align: right; }
.featured-product-name {
  font-family: var(--serif); color: var(--royal-lavender);
  font-size: clamp(28px, 4vw, 42px); font-weight: 700;
  line-height: 1.05; margin-bottom: 10px;
}
.featured-product-desc { color: var(--deep-plum); font-size: 15px; line-height: 1.5; margin: 0; }
.featured-overlay {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(to left, rgba(237,232,249,0.45) 0%, rgba(237,232,249,0.22) 45%, transparent 75%);
}
.featured-top-row { display: flex; align-items: center; gap: 12px; justify-content: space-between; width: 100%; }
.featured-badge {
  color: var(--deep-plum); font-family: var(--serif);
  font-size: clamp(34px, 5vw, 48px); font-weight: 400;
  line-height: 1.05; margin: 0; align-self: flex-start;
  transform: translateY(-8px);
}
.featured-bottom-row {
  display: flex; align-items: flex-end; justify-content: space-between; width: 100%;
}
.featured-rating {
  font-size: 14px; color: var(--grape); font-weight: 500;
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
}
.featured-stars { font-size: 32px; line-height: 1; letter-spacing: 2px; color: #F5C518; }
.featured-rating span:not(.featured-stars) { color: #000; font-weight: 400; font-size: 13px; }
.featured-benefits {
  list-style: none; margin: 12px 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 6px; align-items: flex-end;
}
.featured-benefits li {
  font-family: var(--sans); font-size: 14px; color: var(--deep-plum);
  display: flex; align-items: center; gap: 8px; flex-direction: row-reverse;
}
.featured-benefits li::before {
  content: '✓'; color: var(--royal-lavender); font-weight: 700; flex-shrink: 0;
}

.product-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap);
  margin-top: 26px;
}
.product-card {
  background: #fff5f3;
  border: 1.5px solid #433063;
  border-radius: var(--radius-md);
  padding: 16px;
  display: grid; grid-template-columns: 130px 1fr; gap: 14px; align-items: start;
  box-shadow: var(--shadow-card);
}
.card-img-wrap {
  position: relative; width: 130px; aspect-ratio: 3 / 4;
  flex-shrink: 0; border-radius: var(--radius-sm); overflow: hidden;
}
.card-img-wrap .ph,
.card-img-base,
.card-img-hover {
  position: absolute !important; inset: 0;
  min-height: unset !important; width: 100%; height: 100%;
  border-radius: var(--radius-sm);
  transition: opacity .35s ease, transform .35s ease;
}
.card-img-base img,
.card-img-hover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.card-img-hover { opacity: 0; }
.product-card:hover .card-img-base { opacity: 0; transform: scale(1.15); }
.product-card:hover .card-img-hover { opacity: 1; transform: scale(1.15); }
.product-card h3 { color: var(--royal-lavender); font-family: var(--serif); font-size: 19px; line-height: 1.05; margin-bottom: 6px; font-weight: 700; }
.product-card .desc { font-size: 12px; color: var(--cool-gray); margin-bottom: 8px; }
.product-card .price { font-family: var(--serif); color: var(--royal-lavender); font-size: 15px; font-weight: 700; }
.product-card .view { display: block; margin-top: 6px; font-size: 12px; color: var(--cool-gray); transition: color .2s, font-weight .2s; }
.product-card .view:hover { color: var(--deep-plum); font-weight: 700; text-decoration: underline; }

/* ============================================================
   CONTENT CARDS (home editorial)
   ============================================================ */
.content-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-top: var(--gap); }
.content-card {
  background: #fff5f3;
  border: 1.5px solid #433063;
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: var(--shadow-card);
}
.content-card .head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.content-card .head strong { font-family: var(--serif); color: var(--royal-lavender); font-weight: 700; font-size: 16px; line-height: 1.25; }
.content-card .ph { min-height: 200px; }
.content-ph { min-height: 200px; }
.content-img-wrap { border-radius: 18px; overflow: hidden; position: relative; aspect-ratio: 16/9; }
.content-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.content-card-overlay { padding: 0; overflow: hidden; }
.content-card-overlay .content-img-wrap { border-radius: calc(var(--radius-md) - 1.5px); }
.content-overlay-text {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(44,26,90,0.78) 0%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px; gap: 10px;
}
.content-overlay-text strong {
  font-family: var(--serif); color: #fff; font-weight: 700;
  font-size: 16px; line-height: 1.3; display: block;
}
.content-overlay-text .link-arrow { color: var(--petal-pink); }

/* ============================================================
   NEWSLETTER (shared)
   ============================================================ */
.newsletter {
  background-color: #fff5f3;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
body.page-home .newsletter { background-color: var(--soft-violet); }
.newsletter .inner { max-width: var(--maxw); margin: 0 auto; }
.nl-signup-wrap {
  position: relative; overflow: hidden;
  border-radius: 0;
  padding: 40px 80px;
  margin-top: 20px;
  width: 100vw;
  aspect-ratio: 16/9;
  left: 50%;
  transform: translateX(-50%);
}
.nl-signup-wrap .nl-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  min-height: 0; border-radius: 0; border: none;
  z-index: 0;
}
.nl-signup-wrap .nl-img.ph { background: rgba(124,92,191,0.18); border: 1px dashed rgba(255,255,255,.4); color: var(--deep-plum); }
.nl-signup-wrap > *:not(.nl-img) { position: relative; z-index: 1; }
.newsletter .nl-copy {
  position: relative; z-index: 1;
  padding: 0; color: #fff; text-align: right;
  display: flex; flex-direction: column; align-items: flex-end;
}
.newsletter .big { font-family: var(--serif); font-size: clamp(72px, 9vw, 120px); line-height: .9; color: var(--deep-plum); }
.nl-heading-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  align-self: flex-end;
}
.nl-logo { height: 350px; width: auto; object-fit: contain; margin-bottom: -100px; filter: none; display: block; transform: translateX(80px); }
.newsletter .sub { font-family: var(--serif); font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; color: #fff; margin-top: 4px; margin-bottom: -8px; white-space: nowrap; text-align: right; }
.newsletter .lead { font-size: 13px; font-weight: 400; color: var(--deep-plum); max-width: 360px; margin: 14px 0 18px; }
.newsletter label { display: block; font-size: 13px; font-weight: 700; color: #433063; margin-bottom: 8px; }
.nl-field {
  display: flex; background: var(--lav-soft); border-radius: var(--radius-pill);
  padding: 6px; max-width: 420px; margin-bottom: 12px; margin-left: auto;
}
.nl-field button {
  border: none; background: var(--white); color: var(--deep-plum);
  font-family: var(--sans); font-size: 14px; font-weight: 600;
  border-radius: var(--radius-pill); padding: 10px 20px; white-space: nowrap; cursor: pointer;
}
.nl-field input {
  flex: 1; border: none; background: transparent; outline: none;
  padding: 0 14px; font-family: var(--sans); font-size: 14px; color: var(--deep-plum);
}
.nl-field input::placeholder { color: #000; }
.btn-wa-join {
  display: inline-block; position: relative; overflow: hidden;
  background: var(--white); color: var(--deep-plum); border: 1.5px solid var(--soft-violet);
  font-family: var(--sans); font-size: 14px; font-weight: 600;
  padding: 10px 22px; border-radius: 999px; text-decoration: none;
  margin-bottom: 6px;
  box-shadow: 0 4px 0 #5a3e9c, 0 6px 14px rgba(90,62,156,.2);
  transition: color .35s, transform .12s ease, box-shadow .12s ease;
  z-index: 0;
}
.btn-wa-join::before {
  content: ''; position: absolute; inset: 0;
  background: #25D366; border-radius: 999px;
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index: -1;
}
.btn-wa-join:hover {
  color: var(--deep-plum);
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #5a3e9c, 0 10px 18px rgba(90,62,156,.3);
}
.btn-wa-join:hover::before { transform: translateX(0); }
.btn-wa-join:active {
  color: var(--deep-plum);
  transform: translateY(3px);
  box-shadow: 0 1px 0 #5a3e9c, 0 2px 6px rgba(90,62,156,.15);
}
.btn-wa-join:active::before { transform: translateX(0); }
.nl-or { font-size: 12px; color: #433063; margin: 6px 0 10px; }
.nl-note { font-size: 10px; color: #000; margin-top: 8px; white-space: nowrap; }

/* ============================================================
   FOOTER (shared)
   ============================================================ */
.site-footer {
  padding: 40px 0 26px; position: relative; z-index: 2;
  background: #fff5f3;
}
body.page-home .site-footer { background: var(--soft-violet); }
.footer-inner {
  display: grid; grid-template-columns: 1fr 2fr; gap: var(--gap);
  align-items: stretch;
}
.footer-left { display: flex; flex-direction: column; }
.footer-img { min-height: 0; flex: 1; border-radius: var(--radius-lg); }
.footer-right { display: flex; flex-direction: column; }
.footer-card {
  background: transparent;
  border-radius: var(--radius-lg);
  border: 1.5px solid #6f50c3;
  padding: 30px 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  align-items: start;
  flex: 1;
  text-align: left;
}
.footer-card .flogo { min-height: 80px; align-self: center; border-radius: var(--radius-sm); }
.fcol h4 { font-family: var(--sans); font-size: 13px; font-weight: 700; color: #6f50c3; margin: 0 0 12px; }
.fcol a { display: block; font-size: 13px; color: #6f50c3; margin-bottom: 8px; }
.fcol a:hover { color: var(--deep-plum); }
.copyright { color: #6f50c3; font-size: 11px; padding: 12px 0 0; margin: 0; margin-left: 20px; }
body.page-home .fcol h4 { color: #fff; }
body.page-home .fcol a { color: rgba(255,255,255,0.85); }
body.page-home .fcol a:hover { color: #fff; }
body.page-home .copyright { color: rgba(255,255,255,0.75); }
body.page-home .footer-card { border-color: rgba(255,255,255,0.4); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-hero {
  position: relative;
  max-width: 100%; width: calc(100% - 160px); margin: 0 auto; height: 600px;
  border-radius: var(--radius-lg);
  border: 1.5px solid #433063;
  margin-bottom: 60px;
  display: flex; align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.about-hero > span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.about-hero-copy { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.about-hero-copy .bt {
  position: absolute;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(18px, 2.8vw, 34px);
  line-height: 1.2;
  text-shadow: 0 2px 14px rgba(0,0,0,.4);
}
.about-hero-copy .bt:first-child { top: 32px; left: 40px; }
.about-hero-copy .bt.right { bottom: 32px; right: 40px; text-align: right; }

.section-card {
  background: #fff5f3;
  border-radius: var(--radius-lg);
  border: 1.5px solid #433063;
  box-shadow: var(--shadow-card);
  padding: 0;
  margin-top: 36px;
  overflow: hidden;
}
.section-card .split-copy { padding: 36px; }
.section-card .split { margin-top: 0; min-height: 468px; gap: 0; grid-template-columns: 1fr 1fr; }

.about-banner {
  position: relative; margin-top: 18px;
  border-radius: var(--radius-lg); overflow: hidden; min-height: 240px;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 22px 26px;
  background: linear-gradient(180deg, rgba(44,26,90,.35), rgba(44,26,90,.55)), var(--mist-lilac);
}
.about-banner.ph { border-style: dashed; }
.about-banner .bt { color: var(--white); font-family: var(--serif); font-size: clamp(20px, 3vw, 30px); text-shadow: 0 2px 14px rgba(0,0,0,.3); }
.about-banner .bt.right { text-align: right; }

.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: center; margin-top: 36px;
}
.split .ph { min-height: 320px; }
.split-copy h2 { margin-bottom: 16px; }
.split-copy p { color: var(--cool-gray); margin-bottom: 14px; }

.research { text-align: center; margin-top: 46px; }
.research p { max-width: 720px; margin: 0 auto 22px; color: var(--cool-gray); }
.research h3 { color: var(--deep-plum); font-family: var(--serif); margin-bottom: 18px; margin-top: 28px; }

.carousel-track-wrap {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 22px;
}
.carousel-track {
  display: flex;
  gap: var(--gap);
  width: max-content;
  animation: carousel-scroll 14s linear infinite;
}
.carousel-track:hover { animation-play-state: paused; }
.carousel-slide {
  width: 200px;
  aspect-ratio: 9 / 16;
  flex-shrink: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}
@keyframes carousel-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes carousel-scroll-reverse {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.carousel-track-wrap.reverse .carousel-track { animation-name: carousel-scroll-reverse; }

.section-title { text-align: center; margin: 50px 0 4px; }

/* ============================================================
   PRODUCT LISTING PAGE
   ============================================================ */
.feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-top: 18px;
}
a.feature-card, a.tile { text-decoration: none; cursor: pointer; }
.feature-card {
  position: relative; background: var(--mist-lilac);
  border-radius: var(--radius-lg); padding: 26px; overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex; flex-direction: column; justify-content: space-between;
}
.feature-card .badge {
  align-self: flex-start; background: var(--soft-violet); color: var(--white);
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 14px; border-radius: var(--radius-pill);
}
.feature-card h3 {
  font-family: var(--serif); color: var(--white); font-size: 40px; line-height: 1.05;
  position: absolute; bottom: 22px; right: 26px; text-align: right; z-index: 2;
  text-shadow: 0 2px 12px rgba(44,26,90,0.35);
}
.feature-card .arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  color: var(--royal-lavender); font-size: 120px; line-height: 1;
  cursor: pointer; user-select: none;
  transition: opacity .2s;
}
.feature-card .arrow-left { left: 16px; }
.feature-card .arrow-right { right: 16px; }
.feature-card .arrow.hidden { opacity: 0; pointer-events: none; }
.feature-card .ph { position: absolute; inset: 0; min-height: unset; border-radius: var(--radius-lg); border: none; z-index: 0; }
.feature-lifestyle { aspect-ratio: 1 / 1; border-radius: 28px; position: relative; overflow: hidden; }
.lifestyle-learn-btn {
  position: absolute; bottom: 22px; right: 22px;
  background: var(--royal-lavender); color: #fff;
  font-family: var(--sans); font-size: 14px; font-weight: 500;
  padding: 10px 22px; border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(44,26,90,0.25);
  transition: background 0.2s, transform 0.2s;
}
.lifestyle-learn-btn:hover { background: var(--grape); transform: translateY(-2px); }
.feature-card .badge { position: relative; z-index: 1; }
.feature-card .arrow { z-index: 1; }

.shop-banner {
  position: relative; margin-top: var(--gap);
  border-radius: var(--radius-lg); overflow: hidden; min-height: 200px;
}
.shop-banner .ph { min-height: 400px; }
.shop-banner .shop-cta {
  position: absolute; right: 22px; top: 22px;
  background: #c6a3ff; color: var(--white);
  font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .04em;
  padding: 10px 22px; border-radius: var(--radius-pill);
}

.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: var(--gap); margin-top: 28px; }
.tile-grid.two-col { grid-template-columns: repeat(2, 1fr); }
.tile-soon { opacity: .45; cursor: default; pointer-events: none; }
.tile {
  background: var(--mist-lilac); border-radius: var(--radius-md);
  padding: 14px; aspect-ratio: 1 / 1; position: relative;
  display: flex; flex-direction: column;
  transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
  box-shadow:
    6px 8px 0 rgba(124,92,191,0.08),
    12px 16px 0 rgba(124,92,191,0.05),
    16px 24px 40px rgba(44,26,90,0.18);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1),
              box-shadow 0.45s cubic-bezier(.22,1,.36,1);
}
.tile:hover {
  transform: perspective(900px) rotateY(0deg) rotateX(0deg) translateY(-8px);
  box-shadow: 0 24px 48px rgba(44,26,90,0.22);
}
.tile .badge {
  align-self: flex-start; background: var(--soft-violet); color: var(--white);
  font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: var(--radius-pill); margin-bottom: 6px;
}
.tile h3 { font-family: var(--serif); color: var(--royal-lavender); font-size: 24px; line-height: 1.05; margin-bottom: 6px; white-space: nowrap; }
.tile .ph { flex: 1; min-height: 0; background: rgba(255,255,255,.5); border-color: rgba(124,92,191,.25); }
.tile-soon .ph { visibility: hidden; }
.tile.plain { background: var(--cream-deep); }
.tile.sky { background: linear-gradient(180deg,#BFE3F5 0%,#D9EFFb 55%); border: none; aspect-ratio: unset; min-height: 400px; }
.full-bleed { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); padding: 0; }
.tile.sky::after {
  content:""; position:absolute; left:0; right:0; bottom:0; height:42%;
  background: linear-gradient(180deg,#9BCB4F,#7FB23E); border-radius: 0 0 var(--radius-md) var(--radius-md);
}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 24px; align-items: start; }
.pdp-gallery { display: flex; gap: 10px; align-items: flex-start; }
.pdp-gallery .thumbs { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.pdp-gallery .thumbs .thumb { width: 68px; height: 68px; border-radius: 10px; cursor: pointer; opacity: 0.45; transition: opacity .3s, outline .3s; overflow: hidden; flex-shrink: 0; }
.pdp-gallery .thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-gallery .thumbs .thumb.ph { border: 1px dashed var(--soft-violet); }
.pdp-gallery .thumbs .thumb.active { opacity: 1; outline: 2px solid var(--royal-lavender); outline-offset: 2px; }
.pdp-gallery .thumbs .thumb:not(.active) { opacity: 0.45; }
.pdp-gallery .main { flex: 1; position: relative; aspect-ratio: 4 / 3; max-height: 520px; border-radius: var(--radius-md); overflow: hidden; }
.pdp-gallery .main.ph { border: 1px dashed var(--soft-violet); }
.pdp-gallery .main #mainLabel { position: absolute; inset: 0; display: block; line-height: 0; }
.pdp-gallery .main #mainLabel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-info h1 { color: var(--royal-lavender); font-family: var(--serif); margin-bottom: 14px; }
.pdp-info .lede { font-style: italic; color: #000; font-family: var(--serif); font-size: 16px; margin-bottom: 8px; }
.pdp-info .body { font-size: 13px; color: #000; margin-bottom: 22px; }
.pdp-info .avail-label { font-family: var(--serif); color: var(--royal-lavender); font-size: 16px; margin: 18px 0 10px; }
.store-pills { display: flex; gap: 10px; margin-bottom: 18px; }
.store-pill { background: var(--mist-lilac); color: var(--deep-plum); font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: var(--radius-pill); }
.accordion { border-top: 1px solid var(--mist-lilac); }
.accordion details { border-bottom: 1px solid var(--mist-lilac); }
.accordion summary {
  list-style: none; cursor: pointer; padding: 14px 4px;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--royal-lavender); font-size: 14px; font-weight: 500;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary .plus { width: 22px; height: 22px; border-radius: 50%; background: var(--royal-lavender); color: #fff; display: grid; place-items: center; font-size: 14px; }
.accordion details[open] summary .plus { transform: rotate(45deg); }
.accordion .panel { padding: 0 4px 16px; font-size: 13px; color: var(--cool-gray); }

/* ============================================================
   COMMUNITY PAGE
   ============================================================ */
.community-hero {
  margin-bottom: 60px;
  perspective: 1200px;
}
.community-hero-3d {
  transform-style: preserve-3d;
  transition: transform 0.08s linear;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(124, 92, 191, 0.18), 0 4px 16px rgba(0,0,0,0.10);
  will-change: transform;
}
.community-hero-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: unset !important;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(124, 92, 191, 0.35);
}
.community-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 40px 0 18px; flex-wrap: wrap; }
.community-head h2 { font-family: var(--serif); }
.community-head h2 b { color: var(--royal-lavender); font-weight: 400; }
.tag-pill { background: var(--soft-violet); color: var(--white); font-size: 14px; font-weight: 500; padding: 10px 20px; border-radius: var(--radius-pill); }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.social-grid .sky { min-height: 190px; border-radius: var(--radius-md); position: relative; overflow: hidden; background: linear-gradient(180deg,#BFE3F5 0%,#D9EFFb 55%); }
.social-grid .sky::after { content:""; position:absolute; left:0; right:0; bottom:0; height:42%; background: linear-gradient(180deg,#9BCB4F,#7FB23E); }

.carousel-slide.sky { min-height: 260px; border: none; border-radius: var(--radius-md); position: relative; overflow: hidden; background: linear-gradient(180deg,#BFE3F5 0%,#D9EFFb 55%); }
.carousel-slide.sky::after { content:""; position:absolute; left:0; right:0; bottom:0; height:42%; background: linear-gradient(180deg,#9BCB4F,#7FB23E); }
.affiliate-tag { margin: 40px 0 18px; }

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-wrap { display: grid; grid-template-columns: 220px 1fr; gap: 40px; margin-top: 30px; align-items: start; }
.faq-wrap > h2 { font-family: var(--serif); color: var(--deep-plum); }
.faq-list details { border-bottom: 1px solid rgba(124,92,191,.25); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 16px 4px;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--deep-plum); font-size: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .plus { width: 24px; height: 24px; border-radius: 50%; background: var(--royal-lavender); color:#fff; display: grid; place-items: center; font-size: 15px; }
.faq-list details[open] summary .plus { transform: rotate(45deg); }
.faq-list .panel { padding: 0 4px 16px; font-size: 14px; color: var(--cool-gray); }
.faq-list .panel .store-pills { margin-top: 10px; }
.faq-cta { text-align: center; margin: 90px 0 50px; }
.faq-cta p { color: var(--deep-plum); font-family: var(--serif); font-size: 2rem; font-weight: 700; margin-bottom: 24px; }
.faq-cta .btn { background: #7C5CBF; color: var(--white); font-weight: 700; padding: 16px 36px; font-size: 1rem; border-radius: 999px; display: inline-block; box-shadow: 0 4px 18px rgba(124,92,191,0.25); }

/* ============================================================
   CARA PAKAI PAGE
   ============================================================ */
.cara-header { text-align: center; padding: 40px 0 16px; }
.cara-header h2 { margin-bottom: 10px; }
.cara-header p { color: var(--cool-gray); max-width: 560px; margin: 0 auto; }
.steps-list { padding-left: 22px; color: var(--cool-gray); font-size: 14px; margin: 16px 0 18px; line-height: 1.7; }
.steps-list li { margin-bottom: 10px; }
.cara-tip {
  font-size: 13px; color: var(--deep-plum);
  background: var(--mist-lilac); border-left: 3px solid var(--royal-lavender);
  padding: 12px 16px; border-radius: var(--radius-sm);
}
.cara-tips-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap);
  margin-top: 28px;
}
.cara-tip-card {
  background: #fff5f3; border: 1.5px solid #433063;
  border-radius: var(--radius-md); padding: 22px 18px;
  box-shadow: var(--shadow-card); text-align: center;
}
.cara-tip-icon { font-size: 28px; margin-bottom: 10px; }
.cara-tip-card h4 { font-family: var(--sans); font-size: 14px; font-weight: 700; color: var(--deep-plum); margin: 0 0 8px; }
.cara-tip-card p { font-size: 13px; color: var(--cool-gray); margin: 0; }

/* ============================================================
   SCROLL FADE-IN
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s cubic-bezier(.22,1,.36,1),
              transform 0.65s cubic-bezier(.22,1,.36,1);
}
.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ── FEATURED PRODUCT BANNER reveal ── */
.featured-product {
  opacity: 0;
  transform: scale(0.96) translateY(48px);
  transition: opacity 0.85s cubic-bezier(.22,1,.36,1),
              transform 0.85s cubic-bezier(.22,1,.36,1);
  transition-delay: 0.1s;
}
.featured-product.in-view {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* ── EVERYBODY spring reveal ── */
@keyframes everybodyIn {
  from { opacity: 0; transform: scale(0.65) translateY(20px); }
  to   { opacity: 1; transform: scale(1)    translateY(0);    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .product-row { grid-template-columns: 1fr; }
  .content-row, .split, .pdp, .feature-row, .newsletter .inner { grid-template-columns: 1fr; }
  .research-grid, .tile-grid, .social-grid { grid-template-columns: 1fr 1fr; }
  .footer-card { grid-template-columns: 1fr 1fr; }
  .newsletter .nl-img { min-height: 220px; }
  .faq-wrap { grid-template-columns: 1fr; gap: 18px; }
  .nav-pill { display: none; }
  .nav-shop { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--white); box-shadow: var(--shadow-card); border: none; cursor: pointer; font-size: 18px; color: var(--royal-lavender); }
  .on-lav .nav-toggle { background: rgba(255,255,255,.9); }
  .cara-tips-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .hero-copy { padding: 36px 26px; }
  .research-grid, .tile-grid, .social-grid, .footer-card { grid-template-columns: 1fr; }
  .cara-tips-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   MOBILE — PHONE LAYOUT (≤ 560px)
   ============================================================ */
@media (max-width: 560px) {
  /* Wrap & nav */
  .wrap                      { padding-left: 20px; padding-right: 20px; }
  .site-header .wrap         { padding-left: 20px; padding-right: 20px; }
  .nav-shop                  { display: none; }

  /* About page hero */
  .about-hero { width: calc(100% - 40px); margin-left: auto; margin-right: auto; margin-top: 24px; height: auto; aspect-ratio: 64/81; margin-bottom: 32px; }
  .section-card .split { min-height: unset; grid-template-columns: 1fr; }
  .section-card .split > div:not(.split-copy) { aspect-ratio: 16/9; border-radius: 0 !important; order: -1; }

  /* Product detail — hide side thumbnails, full-width main image */
  .pdp-gallery .thumbs        { display: none; }
  .pdp-gallery .main          { width: 100%; aspect-ratio: 4/3; max-height: unset; }

  /* Featured product banner */
  .hero-scroll-space {margin-bottom: 0;}
  .featured-product { min-height: 660px; margin-top: 0;}
  .featured-product-content  { min-height: 660px; padding: 16px; }
  .featured-product-name     { font-size: 26px; }
  .featured-badge            { font-size: 28px; transform: translateY(-2px); }
  .featured-stars            { font-size: 18px; }
  .featured-rating           { flex-direction: column; gap: 2px; }
  .featured-rating span:not(.featured-stars) { font-size: 12px; }
  .featured-benefits li      { font-size: 11px; gap: 5px; }
  .featured-product-desc     { font-size: 12px; }
  .featured-shop-btn         { font-size: 12px; padding: 9px 16px; }
  .featured-product-img      { object-position: 70% 35% !important; transform: scale(1.05) !important; transform-origin: 70% 35% !important; }

  /* Product cards — stack image above text */
  .product-card              { grid-template-columns: 130px 1fr; }
  .card-img-wrap             { width: 130px; height: 130px; aspect-ratio: unset; }
  .product-row .product-card:nth-child(3) .card-img-base img,
  .product-row .product-card:nth-child(3) .card-img-hover img { object-position: center 40%; }
  .content-card .head strong { font-size: 12px; }
  .content-card .head { flex-direction: column; gap: 10px; }
  .content-card { display: flex; flex-direction: column; }
  .content-card .link-arrow {
    align-self: flex-end;
    margin-top: 10px;
    background: var(--royal-lavender);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 3px 0 #4a2880, 0 4px 12px rgba(124,92,191,.35);
    letter-spacing: .02em;
  }
  .product-card > div:last-child { display: flex; flex-direction: column; }
  .product-card .link-arrow {
    margin-top: auto;
    align-self: flex-end;
    background: var(--royal-lavender);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 3px 0 #4a2880, 0 4px 12px rgba(124,92,191,.35);
    letter-spacing: .02em;
  }

  /* Footer */
  .footer-inner              { grid-template-columns: 1fr; }
  .footer-left               { order: 2; align-items: center; text-align: center; }
  .footer-right              { order: 1; }
  .copyright                 { margin-left: 0; font-size: 12px; }

  /* Newsletter */
  .nl-signup-wrap            { aspect-ratio: unset; padding: 0; display: flex; flex-direction: column; }
  .nl-signup-wrap .nl-img   { position: relative; inset: auto; width: 100%; height: 220px; }
  .nl-signup-wrap > *:not(.nl-img) { position: static; }
  .newsletter .nl-copy       { align-items: center; text-align: center; padding: 24px 20px 32px; }
  .nl-logo                   { display: none; }
  .newsletter .sub           { text-align: center; white-space: normal; }
  .nl-heading-group          { align-items: center; width: 100%; justify-content: center; }
  .nl-field                  { margin-left: auto; margin-right: auto; max-width: 100%; }
  .nl-field input            { font-size: 11px; }
  .nl-field button           { font-size: 11px; padding: 10px 14px; }
  .nl-note                   { white-space: normal; font-size: 11px; }
}

/* Touch devices — always show the hover (lifestyle) product image */
@media (hover: none) {
  .product-card .card-img-hover { opacity: 1; transform: none; }
  .product-card .card-img-base  { opacity: 0; }
}

/* ============================================================
   MOBILE — SMALL PHONE FLOOR (≤ 390px)
   ============================================================ */
@media (max-width: 390px) {
  .featured-product          { min-height: 570px; }
  .featured-product-content  { min-height: 570px; padding: 14px; }
  .featured-product-name     { font-size: 18px; }
  .featured-badge            { font-size: 24px; }
  .featured-stars            { font-size: 18px; }
  .featured-benefits li      { font-size: 11px; }
}
