/* ============================================================
   Dremzo AI · Credentials
   Design system mirrors temp-mockups/showcase-mockup.html
   ============================================================ */
:root {
  /* === Brand tokens — LIGHT theme === */
  --bg: #ffffff;
  --bg-page: #fafafa;
  --bg-soft: #f9f4f7;
  --bg-app: #f4f4f5;
  --card: #ffffff;
  --text: #18181b;
  --text-mid: #52525b;
  --text-muted: #a1a1aa;
  --accent: #F32285;
  --accent-2: #d61c75;
  --accent-soft: #fce7f3;
  --accent-glow: #ff5fa3;
  --gold: #b8860b;
  --spec: #16a34a;
  --border: #e4e4e7;
  --border-pink: #f9d4e5;

  --maxw: 1600px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-snap-type: none; scroll-behavior: auto; }
}
body {
  background: var(--bg-app);
  color: var(--text);
  font-family: 'norman-variable', 'Noto Sans Thai', -apple-system, 'Segoe UI', sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  font-synthesis: none;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ============================================================
   MAIN
   ============================================================ */
.main {
  padding: 32px 24px 80px;
  overflow-x: hidden;
}
.container {
  max-width: var(--maxw);
  margin: 0 auto;
}

/* ============================================================
   SECTION shell — slide-deck style (each section ≈ 1 viewport)
   ============================================================ */
.section {
  min-height: 100vh;
  padding: 48px 0;
  scroll-margin-top: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section:first-of-type { padding-top: 24px; }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.section-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 16px;
  color: var(--text-mid);
  max-width: 64ch;
  margin-bottom: 32px;
  line-height: 1.65;
}
.section-head { text-align: center; margin-bottom: 48px; }
.section-head .section-sub { margin: 0 auto 8px; }

/* ============================================================
   COVER (hero)
   ============================================================ */
.section--cover {
  text-align: center;
  min-height: 100vh;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 24px 20px;
  position: relative;
  background:
    radial-gradient(60% 50% at 50% 30%, rgba(243,34,133,0.10), transparent 70%),
    radial-gradient(40% 40% at 80% 80%, rgba(255,95,163,0.08), transparent 70%),
    radial-gradient(40% 40% at 20% 70%, rgba(192,132,252,0.06), transparent 70%);
  border-radius: 24px;
  margin-bottom: 24px;
  gap: 16px;
}
.cover-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.cover-logo {
  height: clamp(36px, 4.4vw, 60px);
  width: auto;
  margin-bottom: 14px;
  display: block;
  filter: drop-shadow(0 6px 24px rgba(243,34,133,0.18));
}
.cover-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400;
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: 400;
  letter-spacing: -0.005em;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 880px;
}
.cover-title .accent { /* parent gradient covers this — no override needed */ }
.cover-sub {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(13px, 1vw, 15px);
  color: var(--text-mid);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5;
  margin-bottom: 14px;
  max-width: 680px;
}
.zero-prompt {
  display: inline-block;
  padding: 8px 22px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border-radius: 999px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 32px rgba(255,61,138,0.3);
}

/* ============================================================
   PHILOSOPHY — brand statement section
   ============================================================ */
.section--philosophy {
  text-align: center;
  align-items: center;
  background: #000;
  border-radius: 24px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
.philosophy-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.philosophy-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  pointer-events: none;
}
.philosophy-inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.philosophy-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.05;
  margin-bottom: 32px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.philosophy-title .ph-line-1 { color: #fff; }
.philosophy-title .ph-line-2 {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32em;
}
.philosophy-title .ph-sell {
  color: #fff;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-weight: 600;
}
.philosophy-title .ph-emotions {
  color: var(--accent);
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: -0.005em;
}
.philosophy-body {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(16px, 1.3vw, 20px);
  color: rgba(255,255,255,0.92);
  line-height: 1.85;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 400;
}
.philosophy-body strong {
  font-variation-settings: "wght" 500;
  color: var(--accent-glow);
  font-weight: 500;
}

/* === Philosophy LIGHT variant — white bg + video at 60% opacity (no overlay) + all-pink title + black body === */
.section--philosophy-light {
  background: #fff;
  justify-content: flex-end;
  padding-bottom: clamp(48px, 8vh, 96px);
}
.section--philosophy-light .philosophy-overlay { display: none; }
.section--philosophy-light .philosophy-bg-video { opacity: 0.5; }
.section--philosophy-light .philosophy-title .ph-line-1 { color: var(--text); }
.section--philosophy-light .philosophy-title .ph-sell    { color: var(--text); }
.section--philosophy-light .philosophy-title .ph-emotions { color: var(--accent); }
.section--philosophy-light .philosophy-title {
  margin-bottom: 18px;
  gap: 2px;
  line-height: 1;
}
.section--philosophy-light .philosophy-body {
  color: var(--text);
  line-height: 1.45;
}
.section--philosophy-light .philosophy-body strong {
  color: var(--accent);
}
@media (max-width: 720px) {
  .philosophy-body br { display: none; }
}

/* ============================================================
   THE PROBLEM — 3-column problem statement slide
   ============================================================ */
.section--problem {
  padding: 56px 80px;
  background: #fdf2f8;
  border-radius: 24px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
/* Continuous white band — flush to section edges, fades top/bottom into pink */
.section--problem::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 22%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 92%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.section--problem > * { position: relative; z-index: 1; }
.problem-header {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 56px;
  max-width: var(--maxw);
  margin: 0 auto 40px;
  align-items: start;
}
@media (max-width: 880px) {
  .problem-header { grid-template-columns: 1fr; gap: 16px; }
}
.problem-tag {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(40px, 4.4vw, 60px);
  font-weight: 400;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.005em;
  line-height: 1.15;
  padding: 0.05em 0 0.08em;
  margin: 0;
  white-space: nowrap;
}
.problem-headline {
  padding-top: 6px;
}
.problem-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.4;
}
.problem-title strong {
  font-variation-settings: "wght" 500;
  color: var(--accent);
  font-weight: 500;
}
.problem-subtitle {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 400;
  color: var(--text-mid);
  margin: 0;
  letter-spacing: 0.005em;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: var(--maxw);
  margin: 0 auto;
  align-items: stretch;
}
@media (max-width: 880px) {
  .problem-grid { grid-template-columns: 1fr; gap: 28px; }
}
.problem-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.problem-img {
  width: 74%;
  aspect-ratio: 4 / 5;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  position: relative;
}
/* video stays crisp — no mask */
.problem-img img,
.problem-img video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: transparent;
}
.problem-card-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 400;
  color: var(--text);
  margin: 0 0 20px;
  line-height: 1.3;
}
.problem-card-title strong {
  font-variation-settings: "wght" 500;
  color: var(--accent);
  font-weight: 500;
}
.problem-card-body {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  color: var(--text);
  line-height: 1.4;
  margin: 0;
  text-align: center;
  word-break: keep-all;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.problem-card-body strong {
  font-variation-settings: "wght" 500;
  color: var(--accent);
  font-weight: 500;
}

/* ============================================================
   THE SOLUTION — overrides on top of .section--problem layout
   ============================================================ */
.section--solution {
  padding: 56px 80px;
  background: #fdf2f8;
  border-radius: 24px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
/* Same white band treatment as The Problem */
.section--solution::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 22%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 92%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.section--solution > * { position: relative; z-index: 1; }
/* The Solution tag — gradient (matches The Problem) */
/* Card title English (strong) — dark + bolder, not pink */
.section--solution .problem-card-title strong {
  color: var(--text);
  font-variation-settings: "wght" 600;
  font-weight: 600;
}
/* Solution video frames: keep "contain" (no edge-cropping) and shrink each card
   ~15% so the row reads as a calmer, more uniform plane */
.section--solution .problem-img {
  width: 70%;
}

/* ============================================================
   THE RESULTS — Before + After social mockups
   ============================================================ */
.section--results {
  padding: 56px 80px;
  background: linear-gradient(180deg, #fdf2f8 0%, #fff8eb 100%);
  border-radius: 24px;
  margin: 24px 0;
}
.rs-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.rs-header {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 32px;
  position: relative;
}
/* Badge (Post Everywhere) + pink arrow — absolutely positioned in rs-inner so they
   float between the title and the stage, hovering near the polaroid (per Pui's note) */
.rs-badge-img {
  position: absolute;
  top: 140px;
  left: 14%;
  width: 110px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 22px rgba(243,34,133,0.25));
  transform: rotate(-4deg);
  z-index: 5;
}
.rs-arrow {
  position: absolute;
  top: 220px;
  left: 22%;
  width: 90px;
  height: auto;
  display: block;
  pointer-events: none;
  z-index: 5;
}
.rs-tag {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 400;
  color: var(--accent);
  margin: 0 0 0 32px;
  letter-spacing: -0.005em;
  line-height: 1;
}
.rs-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border-radius: 999px;
  padding: 14px 22px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
  box-shadow: 0 8px 22px rgba(243,34,133,0.25);
  transform: rotate(-4deg);
}

.rs-stage {
  position: relative;
  min-height: 800px;
  width: 100%;
}

/* Pui's PNGs already have polaroid framing / drop-shadow baked in — let them float
   freely with no CSS frame, no white background, no border-radius.
   Layout per Pui's reference:
     • Polaroid Before — upper LEFT, slight CCW tilt
     • Clean product bottle — overlaps polaroid bottom-right, slightly bigger */
.rs-before {
  position: absolute;
  top: 200px;
  left: 8%;
  width: 13%;
  margin: 0;
  z-index: 6;
}
.rs-before img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.rs-before figcaption {
  display: none;
}
.rs-product {
  position: absolute;
  top: 340px;
  left: 16%;
  width: 17%;
  height: auto;
  z-index: 4;
  display: block;
  object-fit: contain;
}

/* IG-post PNGs have their own header/footer/shadow — render them transparent
   with no extra CSS frame */
.rs-after {
  position: absolute;
}
.rs-after img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* === Floating heart emitter (sits over the like button in #results-2 Serenity) === */
.rs-hearts {
  position: absolute;
  bottom: 7%;    /* sits near the bottom-left like button area of the IG post */
  left: 5%;
  width: 40px;
  height: 40px;
  pointer-events: none;
  z-index: 7;
}
.rs-heart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F32285'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 4px 10px rgba(243,34,133,0.45));
  animation: rsHeartFloat 2.6s ease-out infinite;
}
.rs-heart:nth-child(1) { animation-delay: 0s;   --tx: 0px;   }
.rs-heart:nth-child(2) { animation-delay: 0.4s; --tx: 30px;  }
.rs-heart:nth-child(3) { animation-delay: 0.8s; --tx: -18px; }
.rs-heart:nth-child(4) { animation-delay: 1.2s; --tx: 50px;  }
.rs-heart:nth-child(5) { animation-delay: 1.6s; --tx: 14px;  }
.rs-heart:nth-child(6) { animation-delay: 2.0s; --tx: -6px;  }

@keyframes rsHeartFloat {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.4) rotate(-8deg);
  }
  10% {
    opacity: 1;
    transform: translate(calc(var(--tx, 0) * 0.15), -18px) scale(1) rotate(-6deg);
  }
  60% {
    opacity: 0.9;
    transform: translate(calc(var(--tx, 0) * 0.7), -110px) scale(1.05) rotate(6deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx, 0), -200px) scale(0.7) rotate(10deg);
  }
}

/* Reduced-motion: don't emit hearts */
@media (prefers-reduced-motion: reduce) {
  .rs-heart { animation: none; opacity: 0; }
}

/* Position 4-card layout for the merged Results page — matches Pui's reference:
     --a Ageless big center-left   (4:5 main — biggest, anchors the slide)
     --b 94% Smoother top-right    (1:1, separate, no overlap with --a)
     --c Glow lower-middle-right   (overlaps --a from right-bottom, ~20%)
     --d 8.8 Pick me up far-right  (1:1, sized larger than --c) */
/* #results — net positions after Pui's iterations. Everything shifted UP ~10% (60-80px)
   from previous values per Pui's latest note + badge enlarged 10% */
#results .rs-before    { left: 5%;  top: 80px;  }
#results .rs-product   { left: 14%; top: 250px; }
#results .rs-badge-img { left: 14%; top: 80px;  width: 121px; }
#results .rs-arrow     { left: 18%; top: 230px; }
#results .rs-icon--fb     { left: 8%;  top: 700px; }
#results .rs-icon--shopee { top: 520px; }
#results .rs-icon--lazada { top: 200px; }
#results .rs-after--a { top: 0;    left: 27%; width: 38%; aspect-ratio: 4/5; z-index: 1; }
#results .rs-after--b { top: 0;    right: 8%;  width: 23%; aspect-ratio: 1/1; z-index: 1; }
#results .rs-after--c { top: 400px; left: 52%; width: 30%; aspect-ratio: 4/3; z-index: 2; }
#results .rs-after--d { top: 230px; right: 2%; width: 19%; aspect-ratio: 1/1; z-index: 2; }

/* === #results-2 — Page 2 (Share it. Sell it.) — Dremzo natural-line album ===
   Everything shifted UP ~60px per Pui's latest note */
#results-2 .rs-before  { left: 5%;  top: 140px; }
#results-2 .rs-product { left: 11%; top: 320px; }

/* Badge + arrow */
#results-2 .rs-badge-img { top: 140px; left: 19%; width: 130px; }
#results-2 .rs-arrow     { top: 260px; left: 17%; width: 90px;  }

/* 3 IG posts:
     --a Pure Care (right side, image 3)
     --b Serenity (big center 4:5) — shifted left with cluster 1
     --c Nature's Calm — shifted RIGHT 25% per Pui (no longer overlaps Serenity) */
#results-2 .rs-after--a { top: 360px; right: 4%; width: 22%; aspect-ratio: 4/5; z-index: 3; }
#results-2 .rs-after--b { top: 0;     left: 32%; width: 40%; aspect-ratio: 4/5; z-index: 2; }
#results-2 .rs-after--c { top: 0;     right: 0;  width: 26%; aspect-ratio: 4/3; z-index: 1; }

/* Icon overrides for #results-2 layout */
#results-2 .rs-icon--ig     { right: 5%;  }
#results-2 .rs-icon--fb     { left: 7%;  top: 540px; }
#results-2 .rs-icon--shopee { top: 700px; right: 30%; }
#results-2 .rs-icon--lazada { top: 380px; right: 1%;  }

/* Floating text badge for #results-2 — "Share it. Sell it." (no image, CSS-only) */
.rs-badge--floating {
  position: absolute;
  top: 100px;
  left: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border-radius: 999px;
  padding: 18px 26px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
  box-shadow: 0 8px 22px rgba(243,34,133,0.25);
  transform: rotate(-4deg);
  z-index: 5;
}

/* Social platform icons — now real PNGs from Pui's icon files.
   Bigger (72px) with a stronger drop-shadow so they read as floating decorations.
   z-index: 10 so they sit ON TOP of every IG post (per Pui's "อยู่ด้านบนทุกรูป"). */
.rs-icon {
  position: absolute;
  width: 84px;
  height: 84px;
  display: block;
  z-index: 10;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.28));
}
.rs-icon--ig     { top: -12px;   right: 7%;  } /* top-right corner of 94% Smoother (perched on top edge) */
.rs-icon--fb     { top: 600px; left: 22%; width: 76px; height: 76px; } /* moved DOWN per Pui — near the bottom of the clean bottle area; FB PNG is full-frame circle so slightly smaller */
.rs-icon--shopee { top: 580px; right: 22%; }   /* moved DOWN per Pui's empty-circle mark — sits in lower-right gap, below Glow */
.rs-icon--lazada { top: 260px; right: 1%;  }   /* top-right corner of 8.8 (perched on its top edge) — follows 8.8 down */

/* === Reveal + bounce animations (per Pui: "วาบช้าๆสวยๆ + เงาเบามินิมอล + ไอคอนเด้งดึ๋งตลอด") === */

/* Minimal floating shadow — very light pink tint + soft grey for subtle lift */
#results .rs-before,
#results .rs-product,
#results .rs-after {
  filter:
    drop-shadow(0 10px 22px rgba(243,34,133,0.08))
    drop-shadow(0 3px 8px rgba(0,0,0,0.06));
}

/* Slow reveal — fade up with a SOFT pink glow (toned down), settle into minimal shadow */
@keyframes rsReveal {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.94);
    filter:
      drop-shadow(0 0 22px rgba(243,34,133,0.30))
      brightness(1.12);
  }
  55% {
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
    filter:
      drop-shadow(0 8px 18px rgba(243,34,133,0.14))
      brightness(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter:
      drop-shadow(0 10px 22px rgba(243,34,133,0.08))
      drop-shadow(0 3px 8px rgba(0,0,0,0.06))
      brightness(1);
  }
}

/* Continuous bouncy idle for the round social icons — bigger pop than before */
@keyframes rsIconBounce {
  0%, 100% { transform: translateY(0); }
  45%      { transform: translateY(-12px); }
  60%      { transform: translateY(-9px); }
}

/* Icon pop-in — appears after the IG posts have revealed */
@keyframes rsIconAppear {
  0%   { opacity: 0; transform: scale(0.5); }
  60%  { opacity: 1; transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}

/* Initial hidden state — only applied while JS is enabled. Uses class selector so it
   applies to ALL .section--results sections (both #results and #results-2 albums) */
.section--results.is-revealable .rs-badge-img,
.section--results.is-revealable .rs-badge--floating,
.section--results.is-revealable .rs-arrow,
.section--results.is-revealable .rs-before,
.section--results.is-revealable .rs-product,
.section--results.is-revealable .rs-after,
.section--results.is-revealable .rs-icon {
  opacity: 0;
}

/* When section scrolls into view, run reveal one element at a time — slowed to 1.4s */
.section--results.is-visible .rs-badge-img,
.section--results.is-visible .rs-badge--floating,
.section--results.is-visible .rs-arrow,
.section--results.is-visible .rs-before,
.section--results.is-visible .rs-product,
.section--results.is-visible .rs-after {
  animation: rsReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section--results.is-visible .rs-before          { animation-delay: 0.00s; }
.section--results.is-visible .rs-badge-img,
.section--results.is-visible .rs-badge--floating { animation-delay: 0.15s; }
.section--results.is-visible .rs-product         { animation-delay: 0.25s; }
.section--results.is-visible .rs-after--a        { animation-delay: 0.40s; }
.section--results.is-visible .rs-after--b        { animation-delay: 0.55s; }
.section--results.is-visible .rs-after--c        { animation-delay: 0.70s; }
.section--results.is-visible .rs-after--d        { animation-delay: 0.85s; }
.section--results.is-visible .rs-arrow {
  animation:
    rsReveal 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0.30s forwards,
    rsArrowBlink 1.6s ease-in-out 1.3s infinite;
}
@keyframes rsArrowBlink {
  0%, 100% { opacity: 1; transform: scale(1); filter: drop-shadow(0 0 0 rgba(243,34,133,0)); }
  50%      { opacity: 0.45; transform: scale(1.12); filter: drop-shadow(0 0 14px rgba(243,34,133,0.7)); }
}

/* Badge keeps its rotation through the animation by overriding the keyframe transform */
.section--results.is-visible .rs-badge-img,
.section--results.is-visible .rs-badge--floating {
  animation-name: rsRevealBadge;
}
@keyframes rsRevealBadge {
  0%   { opacity: 0; transform: translateY(30px) scale(0.94) rotate(-4deg); filter: drop-shadow(0 0 22px rgba(243,34,133,0.30)) brightness(1.12); }
  55%  { opacity: 1; transform: translateY(-4px) scale(1.02) rotate(-4deg); filter: drop-shadow(0 8px 18px rgba(243,34,133,0.14)) brightness(1.05); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(-4deg); filter: drop-shadow(0 6px 16px rgba(243,34,133,0.18)) brightness(1); }
}

/* Round social icons — appear during/just after IG posts reveal (sped up per Pui).
   Each icon staggered so they don't sync, then start their continuous bounce. */
.section--results.is-visible .rs-icon--ig {
  animation:
    rsIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.00s forwards,
    rsIconBounce 3.0s ease-in-out 1.7s infinite;
}
.section--results.is-visible .rs-icon--fb {
  animation:
    rsIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.15s forwards,
    rsIconBounce 3.0s ease-in-out 1.9s infinite;
}
.section--results.is-visible .rs-icon--shopee {
  animation:
    rsIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.30s forwards,
    rsIconBounce 3.0s ease-in-out 2.1s infinite;
}
.section--results.is-visible .rs-icon--lazada {
  animation:
    rsIconAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.45s forwards,
    rsIconBounce 3.0s ease-in-out 2.3s infinite;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .section--results.is-revealable .rs-badge-img,
  .section--results.is-revealable .rs-badge--floating,
  .section--results.is-revealable .rs-arrow,
  .section--results.is-revealable .rs-before,
  .section--results.is-revealable .rs-product,
  .section--results.is-revealable .rs-after { opacity: 1; }
  .section--results.is-visible .rs-badge-img,
  .section--results.is-visible .rs-badge--floating,
  .section--results.is-visible .rs-arrow,
  .section--results.is-visible .rs-before,
  .section--results.is-visible .rs-product,
  .section--results.is-visible .rs-after,
  .section--results .rs-icon { animation: none; }
}

@media (max-width: 980px) {
  .rs-stage { min-height: 380px; }
  .rs-before { width: 30%; }
  .rs-icon { width: 38px; height: 38px; }
}

/* ============================================================
   WHO IS DREMZO FOR? — target-audience grid (2x2 cards + header)
   ============================================================ */
.section--who {
  padding: 56px 48px;
  background: linear-gradient(180deg, #fdf2f8 0%, #ffffff 100%);
  border-radius: 24px;
  margin: 24px 0;
}
.who-header {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  max-width: 1440px;
  margin: 0 auto 96px;
  align-items: start;
}
@media (max-width: 880px) {
  .who-header { grid-template-columns: 1fr; gap: 16px; }
}
.who-title {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 400;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.005em;
  line-height: 1.15;
  padding: 0.05em 0 0.08em;
  margin: 0;
}
.who-sub-block { padding-top: 8px; }
.who-sub-en {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 600;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.3;
}
.who-sub-th {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  color: var(--accent);
  margin: 0;
  line-height: 1.4;
}
.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 80px;
  max-width: 1440px;
  margin: 0 auto;
  transform: scale(0.9);
  transform-origin: top center;
}
@media (max-width: 880px) {
  .who-grid { grid-template-columns: 1fr; gap: 28px; }
}
.who-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 540px) {
  .who-card { grid-template-columns: 1fr; gap: 16px; }
}
.who-photo {
  width: 180px;
  aspect-ratio: 5 / 6;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f4f5;
  filter: drop-shadow(0 12px 28px rgba(243,34,133,0.10));
}
.who-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Zoom in 18% to crop out the white + pink decorative frame baked into each PNG */
  transform: scale(1.18);
  transform-origin: center;
}
.who-card-title-th {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 600;
  color: var(--text);
  margin: 0 0 2px;
  line-height: 1.2;
}
.who-card-title-en {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(12.5px, 1vw, 14px);
  font-weight: 400;
  color: var(--text-mid);
  margin: 0 0 12px;
  line-height: 1.3;
}
.who-card-section {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(12.5px, 0.95vw, 14px);
  font-weight: 400;
  color: var(--text);
  line-height: 1.5;
  margin: 0 0 8px;
}
.who-card-section strong {
  font-variation-settings: "wght" 500;
  font-weight: 500;
  color: var(--accent);
}

/* ============================================================
   SHOWCASE — Before/After "Ready to use" (after Results 2)
   ============================================================ */
.section--showcase {
  padding: 48px 60px;
  background: transparent;
  border-radius: 0;
  margin: 24px 0;
  overflow: visible;
}
.sc-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: stretch;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
}
.sc-mix {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sc-mix img {
  max-width: 90%;
  width: 90%;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 20px 36px rgba(0,0,0,0.15)) drop-shadow(0 6px 14px rgba(243,34,133,0.10));
}

/* Reveal animation when section scrolls into view */
.section--showcase.is-revealable .sc-mix img,
.section--showcase.is-revealable .sc-badge-svg,
.section--showcase.is-revealable .sc-checklist li {
  opacity: 0;
}
.section--showcase.is-visible .sc-mix img {
  animation: scMixReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.20s forwards;
}
.section--showcase.is-visible .sc-badge-svg {
  animation: scBadgeReveal 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.60s forwards;
}
/* Stagger each pill — bounce in one by one */
.section--showcase.is-visible .sc-checklist li {
  animation: scPillBounce 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.section--showcase.is-visible .sc-checklist li:nth-child(1) { animation-delay: 1.1s; }
.section--showcase.is-visible .sc-checklist li:nth-child(2) { animation-delay: 1.3s; }
.section--showcase.is-visible .sc-checklist li:nth-child(3) { animation-delay: 1.5s; }

@keyframes scMixReveal {
  0%   { opacity: 0; transform: translateY(40px) scale(0.95); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes scBadgeReveal {
  0%   { opacity: 0; transform: scale(0.5) rotate(-20deg); }
  60%  { opacity: 1; transform: scale(1.1) rotate(8deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}
@keyframes scPillBounce {
  0%   { opacity: 0; transform: translateY(18px) scale(0.75); }
  55%  { opacity: 1; transform: translateY(-4px) scale(1.06); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 980px) {
  .sc-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Column 1 — Aside: push entire group (badge + checklist) to lower-middle area per Pui */
.sc-aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 480px;
  gap: 24px;
  padding-bottom: 18%;
}
.sc-badge-svg {
  margin-top: auto;  /* push badge down (combined with parent's flex-end) */
}
.sc-badge-img,
.sc-badge-svg {
  width: 140px;
  height: 140px;
  display: block;
  margin-left: 10%;
  filter: drop-shadow(0 8px 22px rgba(243,34,133,0.25));
}
.sc-badge-svg svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
/* Only the SHAPE rotates — text stays upright */
.sc-badge-shape {
  transform-origin: 100px 100px;
  transform-box: fill-box;
  animation: scBadgeSpin 18s linear infinite;
}
@keyframes scBadgeSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.sc-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 0 14%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.sc-checklist li {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 600;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  background: #fff;
  border: 1px solid var(--accent);
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(243,34,133,0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sc-checklist li::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F32285' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.sc-checklist li:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(243,34,133,0.18);
}

/* Column 2 — Before/After polaroid flow */
.sc-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.sc-polaroid {
  background: #fff;
  padding: 10px 10px 28px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  width: 150px;
  position: relative;
  margin: 0;
}
.sc-polaroid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  background: #f4f4f5;
}
.sc-polaroid figcaption {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.sc-before { transform: rotate(-4deg); }
.sc-after  { transform: rotate(3deg); }
.sc-arrow {
  position: absolute;
  width: 80px;
  height: auto;
  pointer-events: none;
  z-index: 5;
}
.sc-arrow--down {
  top: 38%;
  left: -28px;
  transform: translateY(-50%);
}
.sc-arrow--right {
  bottom: -10px;
  right: -70px;
}

/* Column 3 — Hero image */
.sc-hero {
  margin: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,0.10);
  background: #f4f4f5;
}
.sc-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

/* Column 4 — Side variations stack */
.sc-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sc-side-item {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  background: #f4f4f5;
}
.sc-side-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

@media (max-width: 1100px) {
  .sc-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .sc-side { flex-direction: row; }
}

/* ============================================================
   CATEGORIES — Built for Every Product (between Step 3 and Results)
   ============================================================ */
.section--categories {
  padding: 56px 80px;
  background: linear-gradient(180deg, #fdf2f8 0%, #fff8eb 100%);
  border-radius: 24px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
.cat-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.cat-header {
  margin-bottom: 40px;
  text-align: center;
}
.cat-header .section-title {
  text-align: center;
}
.cat-sub {
  margin: 0 auto !important;
  max-width: 64ch;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cat-sub-logo {
  height: 1.2em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
}
/* Background video filling entire section */
.cat-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
/* White semi-transparent overlay to fade the video (per Pui — heavier to not distract from font) */
.cat-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
  pointer-events: none;
}
/* Categories title — bold uppercase sans-serif like Philosophy Light heading */
.section--categories .section-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(36px, 4.5vw, 64px);
  color: var(--text);
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: var(--text);
  letter-spacing: -0.005em;
  line-height: 1.1;
}
.section--categories .cat-title-accent {
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}
.cat-pills {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}
.cat-pills-break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}
.cat-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 16px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid var(--accent);
  box-shadow: 0 4px 14px rgba(243,34,133,0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  backdrop-filter: blur(8px);
  text-align: center;
}
.cat-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(243,34,133,0.18);
}
.cat-pill-en {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.005em;
  line-height: 1.15;
  white-space: nowrap;
}
.cat-pill-th {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: 0.005em;
  line-height: 1.2;
  margin-top: 1px;
  white-space: nowrap;
}
.cat-footer {
  position: relative;
  z-index: 3;
  margin-top: 32px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(13px, 1vw, 15px);
  color: var(--text-mid);
  font-style: italic;
}
@media (max-width: 880px) {
  .cat-pill { font-size: 12px; padding: 10px 16px; }
  .cat-pills { gap: 10px; }
}

/* ============================================================
   SERVICES — What we do (3 bento cards: Pick / Customize / Copy)
   ============================================================ */
.section--services {
  padding: 36px 80px 40px;
  background: linear-gradient(180deg, #fdf2f8 0%, #fff8eb 100%);
  border-radius: 24px;
  margin: 24px 0;
}
.section--services .section-head {
  margin-bottom: 24px;
}

/* Section subtitle — clean readable variant (sans, not script) */
.section-sub--clean {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.005em;
  font-style: normal;
}

/* Slimmer 3-card grid with more breathing room (per Pui — minimal, easier to read) */
.section--services .bento--3col {
  max-width: 1280px;
  margin: 0 auto;
  gap: 36px;
}

/* Service panel — image edge-to-edge at top, text padded below (per Pui — like cover) */
.panel.panel--service {
  background: #fff;
  border: 1px solid var(--border-pink);
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 44px rgba(243,34,133,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Use double-class selector to beat .panel .content (0,2,0) which has padding 14px top */
.panel.panel--service .content {
  padding: 0 24px 24px !important;
  background: transparent;
}
.panel--service:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(243,34,133,0.18);
}

/* Image/video frame — edge-to-edge at TOP of card (per Pui — like cover panels) */
.panel-image {
  aspect-ratio: 5 / 4;
  background: linear-gradient(135deg, #fdf2f8 0%, #fff8eb 100%);
  border: 0;
  border-radius: 0;
  margin: 0 -24px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.panel-image::after {
  content: '🖼  ใส่รูปที่นี่';
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 13px;
  color: var(--text-mid);
  opacity: 0.5;
  letter-spacing: 0.06em;
}
.panel-image img,
.panel-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.panel-image:has(img),
.panel-image:has(video) {
  border-style: solid;
}
.panel-image:has(img)::after,
.panel-image:has(video)::after {
  display: none;
}
.panel--service .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
}
.panel-eyebrow {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.panel--service .panel-title {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(26px, 2.3vw, 38px);
  font-weight: 500;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 2px 0 8px;
  white-space: nowrap;
}
.panel--service .panel-title strong {
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500;
}
.panel-en {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.005em;
  margin: 0;
  line-height: 1.3;
}
.panel-th {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  color: var(--text);
  font-style: italic;
  margin: 0 0 8px;
  line-height: 1.4;
}
.panel-desc {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(11.5px, 0.85vw, 13px);
  font-weight: 400;
  color: var(--text);
  line-height: 1.45;
  margin: 0 0 8px;
}
.panel-desc strong, .panel-desc em {
  font-variation-settings: "wght" 600;
  font-weight: 600;
  color: var(--accent);
  font-style: normal;
}
.panel-bullets {
  list-style: none;
  padding: 10px 0 0;
  margin: auto 0 0;
  border-top: 1px solid var(--border-pink);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.panel-bullets li {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(11px, 0.8vw, 12.5px);
  color: var(--text);
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.panel-bullets li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F32285' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.panel-bullets li .li-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.panel-bullets li strong {
  display: block;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-bullets li .li-desc {
  display: block;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  color: var(--text-mid);
  white-space: normal;
  line-height: 1.35;
}
.panel-bullets li strong {
  font-variation-settings: "wght" 600;
  font-weight: 600;
  color: var(--text);
}

/* ============================================================
   CONTACT CTA — "Let's Elevate Your Brand Together"
   ============================================================ */
.section--contact-cta {
  padding: 64px 80px;
  background: linear-gradient(180deg, #fdf2f8 0%, #fff8eb 100%);
  border-radius: 24px;
  margin: 24px 0;
  align-items: center;
}
.cc-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cc-url {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 400;
  color: var(--accent);
  letter-spacing: -0.005em;
  line-height: 1.1;
  margin: 0 0 64px;
  text-decoration: none;
  display: inline-block;
}
.cc-url:hover { color: var(--accent-2); }

.cc-cta {
  margin-bottom: 36px;
}
.cc-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 12px;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.cc-sub-en {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(14px, 1.15vw, 17px);
  color: var(--text);
  margin: 0 0 4px;
  line-height: 1.5;
}
.cc-sub-th {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(13px, 1vw, 15px);
  color: var(--text);
  margin: 0;
  line-height: 1.6;
}

.cc-contact {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-bottom: 56px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 720px) {
  .cc-contact { gap: 32px; flex-direction: column; }
}

.cc-qr {
  margin: 0;
  padding: 12px 12px 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cc-qr img {
  width: 140px;
  height: 140px;
  display: block;
  background: #fff;
}
.cc-qr figcaption {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc-channels {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.cc-channels li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  color: var(--text);
}
.cc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(243,34,133,0.22);
}
.cc-icon svg {
  width: 18px;
  height: 18px;
}

.cc-holis {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
.cc-holis p {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(11.5px, 0.9vw, 13px);
  font-weight: 400;
  color: var(--text-mid);
  margin: 0;
  line-height: 1.4;
  text-align: right;
}
.cc-holis img {
  height: 56px;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* ============================================================
   WHO WE ARE — founder profiles (2-column with vertical title)
   ============================================================ */
.section--wwa {
  padding: 64px 80px;
  background: linear-gradient(180deg, #fdf2f8 0%, #fff8eb 100%);
  border-radius: 24px;
  margin: 24px 0;
}
.wwa-grid {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 56px;
  max-width: var(--maxw);
  margin: 0 auto;
  align-items: start;
}
@media (max-width: 980px) {
  .wwa-grid { grid-template-columns: 1fr; gap: 32px; }
}
.wwa-header { padding-top: 12px; }
.wwa-title {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.005em;
  line-height: 1.05;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wwa-title span { display: block; }

.wwa-person {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 3vh;
}
/* Header row: photo (left) + name/role (right) — inline per Pui */
.wwa-person-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.wwa-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 8px 22px rgba(243,34,133,0.12);
  flex-shrink: 0;
}
.wwa-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Scale up more to crop tight — hides any white edges from the source image */
  transform: scale(1.18);
  transform-origin: center top;
}
.wwa-person-title {
  text-align: left;
  flex: 1;
}
.wwa-name {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(24px, 2.2vw, 33px);
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.06em;
  margin: 0 0 4px;
  line-height: 1.05;
}
.wwa-role {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(13px, 1.1vw, 15.5px);
  font-weight: 500;
  color: var(--accent);
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: left;
}
.wwa-role em {
  font-style: italic;
}

.wwa-content {
  text-align: left;
  width: 100%;
  margin-top: 10vh;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(8.5px, 0.62vw, 10px);
  font-weight: 400;
  color: var(--text);
  line-height: 1.05;
}
.wwa-content p {
  margin: 0 0 1px;
}
.wwa-content .wwa-edu,
.wwa-content .wwa-work,
.wwa-content .wwa-job {
  font-size: clamp(9px, 0.66vw, 10.5px);
  margin-bottom: 1px;
  line-height: 1.1;
}
.wwa-content h4 {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-size: clamp(9.5px, 0.7vw, 11px);
  font-weight: 700;
  color: var(--text);
  margin: 3px 0 1px;
  line-height: 1.05;
}
.wwa-content strong {
  font-variation-settings: "wght" 700;
  font-weight: 700;
  color: var(--text);
}
.wwa-content ul {
  list-style: disc;
  padding-left: 11px;
  margin: 0 0 1px;
}
.wwa-content ul ul {
  list-style: '- ';
  padding-left: 8px;
  margin: 0;
}
.wwa-content li {
  margin-bottom: 0;
  line-height: 1.08;
}

/* Client logo strip below each person — blends with section background (no card) */
.wwa-logos {
  margin-top: 14px;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.wwa-logos img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* ============================================================
   PRICING & PACKAGES — 4-tier pricing grid
   ============================================================ */
.section--pricing {
  padding: 64px 80px;
  background: linear-gradient(180deg, #fdf2f8 0%, #fff8eb 100%);
  border-radius: 24px;
  margin: 24px 0;
}
.pricing-header {
  text-align: center;
  margin-bottom: 56px;
}
.pricing-title {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.005em;
  line-height: 1.15;
  margin: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1440px;
  margin: 0 auto;
  transform: scale(0.85);
  transform-origin: top center;
}
@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

.pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-pink);
  border-radius: 22px;
  padding: 36px 26px 28px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 18px 44px rgba(243,34,133,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* No overflow:hidden — so ribbons that sit above the card are fully visible */
}
.pricing-card::before {
  /* Subtle inner highlight at top — kept INSIDE the card edges with matching radius */
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, transparent, rgba(243,34,133,0.18), transparent);
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(243,34,133,0.18);
}

/* Card variants — subtle tints */
.pricing-card--trial    { background: linear-gradient(180deg, #ffffff 0%, #fdf2f8 100%); }
.pricing-card--silver   { background: linear-gradient(180deg, #fff5f9 0%, #ffe6f0 100%); border-color: #f9c3da; }
.pricing-card--gold     { background: linear-gradient(180deg, #fffbf2 0%, #fef3d8 100%); border-color: #f0d68f; }
.pricing-card--gold::before { background: linear-gradient(90deg, transparent, rgba(212,165,65,0.30), transparent); }
.pricing-card--platinum { background: linear-gradient(160deg, #fdf2f8 0%, #f3e0ea 100%); border-color: #d8b3c8; }
.pricing-card--platinum::before { background: linear-gradient(90deg, transparent, rgba(155,52,113,0.28), transparent); }

/* Ribbon badge at top */
.pricing-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 18px;
  border-radius: 999px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.pricing-ribbon--popular { background: linear-gradient(135deg, #d61c75, #8e1850); }
.pricing-ribbon--value   { background: linear-gradient(135deg, #d4a541, #8a6418); color: #fff; }
.pricing-ribbon--save    { background: linear-gradient(135deg, #9b3471, #5d1f47); }

/* Name + sub — CENTER aligned per Pui */
.pricing-name {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.005em;
  margin: 6px 0 4px;
  line-height: 1.1;
  text-align: center;
}
.pricing-sub {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(12.5px, 0.95vw, 14px);
  color: var(--accent);
  margin: 0 0 28px;
  text-align: center;
}

/* Price — CENTER, cleaner number font */
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}
.pricing-price-num {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-size: clamp(48px, 4.2vw, 64px);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}
.pricing-price-unit {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.pricing-price-period {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(12px, 0.9vw, 14px);
  color: var(--text-mid);
  margin-left: 2px;
}

/* Full Set Content highlight box — CENTER content */
.pricing-fullset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(243,34,133,0.07);
  border-radius: 12px;
  padding: 14px 18px;
  margin: 20px 0 24px;
}
.pricing-fullset-count {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-size: clamp(32px, 2.6vw, 40px);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
  min-width: 1.6em;
  text-align: center;
}
.pricing-fullset-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}
.pricing-fullset-text strong {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  color: var(--text);
}
.pricing-fullset-text span {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(11.5px, 0.85vw, 13px);
  font-weight: 400;
  color: var(--text-mid);
}

/* Features list */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  border-top: 1px solid rgba(243,34,133,0.10);
}
.pricing-features li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 4px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(12.5px, 0.95vw, 14.5px);
  font-weight: 400;
  color: var(--text);
  border-bottom: 1px solid rgba(243,34,133,0.08);
  text-align: left;
}
.pricing-features li > span:first-child {
  color: var(--text-mid);
  font-weight: 400;
}
.pricing-features li > span:last-child {
  font-weight: 500;
  color: var(--text);
}
.pricing-features .pricing-dash { color: var(--text-muted); }
.pricing-features .pricing-incl { color: var(--spec); font-weight: 600; }
.pricing-features .pricing-retry-tag {
  color: var(--spec);
  font-weight: 600;
}

/* Retry dots — CENTER */
.pricing-retry-block {
  margin: 0 0 16px;
  text-align: center;
}
.pricing-retry-label {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 11.5px;
  color: var(--text-mid);
  margin: 0 0 8px;
}
.pricing-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-bottom: 8px;
}
.pricing-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid rgba(243,34,133,0.40);
}
.pricing-dots span.on {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(243,34,133,0.10);
}
.pricing-retry-count {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 700;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  color: var(--accent);
  margin: 0;
}

/* Footer note */
.pricing-note {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 11.5px;
  font-weight: 400;
  color: var(--text-mid);
  background: rgba(243,34,133,0.06);
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: auto;
  line-height: 1.5;
}
.pricing-note strong {
  font-variation-settings: "wght" 500;
  font-weight: 500;
  color: var(--accent);
}

/* ============================================================
   HOW IT WORKS — 3 step slides (text left + visual right)
   ============================================================ */
.section--howitworks {
  padding: 56px 80px;
  background: linear-gradient(180deg, #fdf2f8 0%, #ffffff 100%);
  border-radius: 24px;
  margin: 24px 0;
}
.hw-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  max-width: var(--maxw);
  margin: 0 auto;
  align-items: start;
  width: 100%;
}
@media (max-width: 980px) {
  .hw-grid { grid-template-columns: 1fr; gap: 28px; }
}
.hw-tag {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  color: var(--accent);
  letter-spacing: -0.005em;
  line-height: 1;
  margin: 0 0 14px;
}
.hw-tag-sub {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  color: var(--accent);
  margin: 0 0 36px;
  line-height: 1.3;
}
.hw-step { display: flex; flex-direction: column; gap: 10px; }
.hw-step-num {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  color: var(--accent);
  margin: 0;
  letter-spacing: -0.005em;
}
.hw-step-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
  color: var(--text);
  margin: 0;
  line-height: 1.25;
}
.hw-step-en {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 400;
  color: var(--text);
  margin: 0;
  line-height: 1.4;
}
.hw-step-th {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 400;
  color: var(--text);
  margin: 0;
  line-height: 1.4;
}
.hw-step-body {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(12.5px, 0.95vw, 14px);
  font-weight: 400;
  color: var(--text-mid);
  margin: 8px 0 0;
  line-height: 1.65;
}
.hw-step-body strong {
  font-variation-settings: "wght" 600;
  font-weight: 600;
  color: var(--text);
}

.hw-visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* hw-visual--mix — single composed image for steps that use Pui's full PNG */
.hw-visual--mix {
  margin-left: 60px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hw-visual--mix img {
  width: 100%;
  max-width: 1964px;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 36px rgba(0,0,0,0.12)) drop-shadow(0 6px 14px rgba(243,34,133,0.08));
}
/* hw-visual--overlay — for positioning pills + badge ON TOP of the mix image */
.hw-visual--overlay {
  position: relative;
  transform: scale(1.357);
  transform-origin: center center;
}
.hw-visual--overlay > img {
  position: relative;
  z-index: 1;
}
/* Step-1 cursor floating top-right OVER the image (per Pui) */
.hw-visual--overlay img.hw-step1-cursor {
  position: absolute;
  top: 18%;
  right: 16%;
  width: 50px;
  max-width: 50px;
  height: auto;
  z-index: 5;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
  animation: hwCursorPulse 1.8s ease-in-out infinite;
}

/* OLD Step 1 layout (kept for reference, not used now) */
.hw-visual--step1 {
  position: relative;
  min-height: 520px;
  display: block !important;
}
.hw-visual--step1 .hw-step1-frame {
  width: 62%;
  max-width: 62%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
  display: block;
}
.hw-visual--step1 .hw-step1-frame img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.hw-visual--step1 img.hw-step1-photo {
  position: absolute;
  right: 0;
  bottom: 8%;
  width: 32%;
  max-width: 32%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
  z-index: 2;
}
.hw-visual--step1 img.hw-step1-arrow {
  position: absolute;
  top: 25%;
  right: 8%;
  width: 18%;
  max-width: 18%;
  height: auto;
  z-index: 4;
  pointer-events: none;
  transform: rotate(-5deg);
}
.hw-visual--step1 img.hw-step1-cursor {
  position: absolute;
  right: 36%;
  top: 50%;
  width: 40px;
  max-width: 40px;
  height: auto;
  z-index: 5;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25));
  animation: hwCursorPulse 1.8s ease-in-out infinite;
}
@keyframes hwCursorPulse {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-4px, -4px); }
}

/* Annotation pills — pink border, translucent glass pill, rounded */
.hw-pill {
  position: absolute;
  z-index: 6;
  padding: 6px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.25) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(9px, 0.68vw, 11px);
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(243,34,133,0.12);
}

/* Static pills — OUTSIDE the image (left/right edges, doesn't overlap) */
.hw-pill--ml { top: 35%; left: 0%; }
.hw-pill--br { top: 60%; right: 0%; }

/* Cycling pills — placed around image perimeter, NOT overlapping */
.hw-pill--cycle {
  opacity: 0;
  animation: hwPillCycle 6s ease-in-out infinite;
}
.hw-pill--c1 { top: 8%;  left: 0%; animation-delay: 0s; }
.hw-pill--c2 { bottom: 8%; left: 0%; animation-delay: 1.5s; }
.hw-pill--c3 { top: 8%;  right: 0%; animation-delay: 3s; }
.hw-pill--c4 { bottom: -8%; right: 0%; top: auto; animation-delay: 4.5s; }

@keyframes hwPillCycle {
  0%        { opacity: 0; transform: translateY(12px) scale(0.85); }
  8%, 22%   { opacity: 1; transform: translateY(0) scale(1); }
  30%, 100% { opacity: 0; transform: translateY(-12px) scale(0.85); }
}

/* Scalloped pink "Every Style. Every Mood." badge — BELOW image (lower) */
.hw-mood-badge {
  position: absolute;
  bottom: -25%;
  left: 55%;
  width: 180px;
  height: 180px;
  z-index: 4;
  filter: drop-shadow(0 10px 24px rgba(243,34,133,0.30));
}
.hw-mood-badge svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.hw-mood-shape {
  transform-origin: 100px 100px;
  transform-box: fill-box;
  animation: scBadgeSpin 22s linear infinite;
}
.hw-visual img,
.hw-visual video {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 36px rgba(243,34,133,0.10));
}

/* ============================================================
   FULL SET CONTENT — 3-step grid
   ============================================================ */
.section--full-set {
  text-align: center;
  align-items: center;
  background:
    radial-gradient(60% 50% at 50% 30%, rgba(243,34,133,0.08), transparent 70%),
    linear-gradient(180deg, #fdf2f8 0%, #fff8eb 100%);
  border-radius: 24px;
  margin: 24px 0;
  padding: 56px 80px;
}
.fs-header {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.fs-logo {
  height: clamp(28px, 2.6vw, 40px);
  width: auto;
  margin-bottom: 6px;
  filter: drop-shadow(0 4px 14px rgba(243,34,133,0.18));
}
.fs-headline {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 500;
  color: var(--accent);
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.005em;
}
.fs-sub {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 600;
  color: var(--text);
  margin: 4px 0 0;
}
.fs-sub-2 {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 400;
  color: var(--text-mid);
  margin: 2px 0 0;
}

.fs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  max-width: 1184px;
  margin: 0 auto;
}
@media (max-width: 880px) { .fs-grid { grid-template-columns: 1fr; gap: 24px; } }

.fs-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border-pink);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fs-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(243,34,133,0.10);
}
.fs-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
}
.fs-img img,
.fs-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fs-label {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 500;
  color: var(--text);
  margin: 0;
  padding: 14px 18px 16px;
  text-align: center;
}

.fs-note {
  margin-top: 36px;
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-muted);
  text-align: center;
}

/* ============================================================
   ZERO-PROMPT — brand statement slide
   ============================================================ */
.section--zero-prompt {
  text-align: center;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
.zp-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.zp-overlay { display: none; }
.zp-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zp-line-1 {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  color: var(--text);
  margin: 0 0 4px;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
.zp-line-2 {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 600;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  color: var(--text);
  margin: 0 0 8px;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
.zp-headline {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 500;
  color: var(--accent);
  margin: 0 0 4px;
  line-height: 1.05;
  padding: 0.05em 0 0.08em;
  letter-spacing: -0.005em;
}
.zp-from {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  color: var(--text);
  margin: 4vh 0 4px;
  line-height: 1.1;
}
.zp-logo {
  height: clamp(64px, 6.4vw, 96px);
  width: auto;
  opacity: 0;
  transform: translateY(24px) scale(0.82);
  filter: drop-shadow(0 6px 20px rgba(243,34,133,0));
}
.zp-logo.is-visible {
  animation:
    logoReveal 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
    logoBreath 4.2s ease-in-out 1.4s infinite;
}
@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.82);
    filter: drop-shadow(0 4px 12px rgba(243,34,133,0));
  }
  55% {
    opacity: 1;
    transform: translateY(-6px) scale(1.06);
    filter: drop-shadow(0 14px 36px rgba(243,34,133,0.55));
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 6px 20px rgba(243,34,133,0.18));
  }
}
@keyframes logoBreath {
  0%, 100% { filter: drop-shadow(0 6px 20px rgba(243,34,133,0.18)); }
  50%      { filter: drop-shadow(0 8px 26px rgba(243,34,133,0.34)); }
}
@media (prefers-reduced-motion: reduce) {
  .zp-logo, .zp-logo.is-visible {
    opacity: 1;
    transform: none;
    animation: none;
    filter: drop-shadow(0 6px 20px rgba(243,34,133,0.18));
  }
}

/* ============================================================
   ABOUT US — minimal editorial layout
   ============================================================ */
.section--about {
  padding: 64px 80px;
  background: linear-gradient(180deg, #fdf2f8 0%, #fdf2f8 35%, #ffffff 88%, #ffffff 100%);
  border-radius: 24px;
  margin: 24px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 96px;
  max-width: 1320px;
  margin: 0 auto;
  align-items: start;
  width: 100%;
}
@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
}
.about-tag {
  font-family: 'norman-variable', 'aktiv-grotesk-thai', 'Noto Sans Thai', serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(44px, 4.8vw, 64px);
  font-weight: 400;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.005em;
  line-height: 1.15;
  padding: 0.05em 0 0.08em;
  margin-top: 0;
}
.about-headline {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 500;
  color: var(--accent);
  letter-spacing: -0.015em;
  margin: 0 0 12px;
  line-height: 1.1;
}
.about-sub {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  color: var(--text);
  margin: 0 0 28px;
  line-height: 1.4;
}
.about-p {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(16px, 1.25vw, 18px);
  color: var(--text);
  line-height: 1.7;
  margin: 0 0 22px;
  font-weight: 400;
}
.about-p strong {
  font-variation-settings: "wght" 500;
  color: var(--accent);
  font-weight: 500;
}

/* Clients block inside About */
.clients-block {
  margin-top: 40px;
}
.clients-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 500;
  color: var(--accent);
  margin-bottom: 22px;
  letter-spacing: -0.005em;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.clients-title-logo {
  height: 28px;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px 22px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1100px) { .clients-grid { grid-template-columns: repeat(8, 1fr); } }
@media (max-width: 760px)  { .clients-grid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 480px)  { .clients-grid { grid-template-columns: repeat(4, 1fr); } }
.client-logo {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  aspect-ratio: auto;
}
.client-logo:hover {
  opacity: 0.65;
  transform: none;
  box-shadow: none;
}
.client-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.clients-note {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--text-muted);
  font-style: italic;
}

/* ============================================================
   FEATURE BENTO GRID (mirrors showcase mockup hero block)
   ============================================================ */
/* (.section--bento padding removed — bento now lives inside .section--cover) */
/* Inside the merged cover slide, feature-grid takes whatever vertical space is left */
.section--cover .feature-grid {
  flex: 1;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  min-height: 540px;
  max-height: none;
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 16px;
  height: calc(100vh - 96px);
  min-height: 640px;
  max-height: 920px;
}
.left-stack {
  display: grid;
  gap: 16px;
  grid-template-rows: 1fr 1.25fr;
  min-height: 0;
}
.right-stack {
  display: grid;
  gap: 16px;
  grid-template-rows: 1fr 1fr 1fr;
  min-height: 0;
}
@media (max-width: 980px) {
  .feature-grid { grid-template-columns: 1fr; height: auto; max-height: none; }
  .left-stack, .right-stack { grid-template-rows: none; }
  .feature-grid .panel { min-height: 360px; }
}

/* Card style — image edge-to-edge, caption flush to card edge below */
.feature-grid .panel {
  background: #fff;
  border: 1px solid var(--border-pink);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
}
.feature-grid .panel .placeholder {
  border-radius: 0;
  overflow: hidden;
}
.feature-grid .panel .content {
  padding: 12px 0 14px;
  background: #fff;
}

/* Caption: panel name = Manop Regular, secondary + desc = Manop Light. Single-line, no wrap */
.feature-grid .panel h3 {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(13px, 0.95vw, 15.5px);
  font-weight: 400;
  margin-bottom: 3px;
  color: var(--text-mid);
  line-height: 1.35;
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-grid .panel h3 strong {
  font-variation-settings: "wght" 400;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--text);
  margin-right: 6px;
}
.feature-grid .panel .desc {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(11px, 0.8vw, 13px);
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-grid .panel.panel-2 h3 { font-size: clamp(15px, 1.1vw, 17px); }
.feature-grid .panel.panel-2 .desc { font-size: clamp(12px, 0.9vw, 14px); }
.feature-grid .cta-card { border: 1px solid var(--border-pink); padding: 22px; }
.feature-grid .cta-card.cta-hero {
  justify-content: stretch;
  align-items: stretch;
}
.feature-grid .cta-card .cta-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  gap: 14px;
}
.feature-grid .cta-top,
.feature-grid .cta-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.feature-grid .cta-card-logo {
  height: clamp(34px, 3.4vw, 56px);
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(243,34,133,0.15));
}
.feature-grid .cta-card-title {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 500;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.35;
  letter-spacing: -0.005em;
}
.feature-grid .cta-card .cta-headline {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-mid);
}
.feature-grid .cta-card .cta-headline strong {
  font-variation-settings: "wght" 500;
  font-weight: 500;
  background: none;
  -webkit-text-fill-color: var(--text);
  color: var(--text);
}
.feature-grid .cta-zero-pill {
  font-family: 'manop-variable', 'manop', 'Noto Sans Thai', sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 7px 16px;
}

/* Before/After labels need to stay on top of the image (not above the padding) */
.panel-1 .ba-divider,
.panel-1 .ba-label-before,
.panel-1 .ba-label-after { z-index: 3; }
/* Color dots stay on the image */
.panel-4 .color-dots { top: 28px; right: 28px; }

/* === Video / image inside placeholder === */
.placeholder video,
.placeholder img.bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* === Panel-specific backgrounds === */
.panel-1 .placeholder {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.6), transparent 50%),
    linear-gradient(135deg, #2a1a1a 0%, #ff3d8a 60%, #fbbf24 100%);
}
.panel-1 .ba-divider {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px; background: rgba(255,255,255,0.7); z-index: 1;
  pointer-events: none;
}
.panel-1 .ba-label-before,
.panel-1 .ba-label-after {
  position: absolute; top: 14px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.15em;
  color: rgba(255,255,255,0.85); z-index: 1;
  pointer-events: none;
}
.panel-1 .ba-label-before { left: 18px; }
.panel-1 .ba-label-after  { right: 18px; top: 50px; }

.panel-2 .placeholder {
  background:
    radial-gradient(ellipse at 60% 40%, rgba(255,255,255,0.15), transparent 60%),
    linear-gradient(160deg, #2a1a3a 0%, #8b5cf6 50%, #ec4899 100%);
}

.panel-3 .placeholder {
  background: linear-gradient(135deg, #0a1a2a 0%, #1e3a8a 50%, #3b82f6 100%);
}

.panel-4 .placeholder {
  background: linear-gradient(135deg, #ec4899 0%, #fbbf24 33%, #34d399 66%, #60a5fa 100%);
}
.panel-4 .color-dots {
  position: absolute; top: 16px; right: 18px;
  display: flex; gap: 6px; z-index: 1;
}
.panel-4 .dot {
  width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid white; box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.panel-5 .placeholder {
  background: linear-gradient(135deg, #1a1a1a 0%, #404040 100%);
}

/* === CTA / brand card (top-left in bento) === */
.cta-card {
  background:
    radial-gradient(circle at 30% 20%, rgba(243,34,133,0.10), transparent 60%),
    linear-gradient(165deg, #ffffff 0%, #fdf2f8 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-card.cta-hero {
  text-align: left;
  align-items: stretch;
  justify-content: flex-end;
  padding: 20px 22px 22px;
  gap: 14px;
}
.cta-card.cta-hero .cta-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

/* === Transition strip — Speed-ramp morph: slow zoom → snap → slow hold → fast exit === */
.transition-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5%;
  flex: 1;
  align-self: stretch;
  min-height: 130px;
  width: 100%;
}
.t-frame {
  width: 22%;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fdf2f8 100%);
  border: 1px solid rgba(243,34,133,0.10);
  position: relative;
  opacity: 0;
  transform-origin: center;
  animation: speedMorph 4.8s linear infinite;
  box-shadow: 0 4px 12px rgba(243,34,133,0.06);
}
.t-frame:nth-child(1) { animation-delay: 0s; }
.t-frame:nth-child(2) { animation-delay: 0.28s; }
.t-frame:nth-child(3) { animation-delay: 0.56s; }
.t-frame:nth-child(4) {
  animation-delay: 0.84s;
  border-color: rgba(243,34,133,0.32);
  box-shadow: 0 10px 28px rgba(243,34,133,0.22);
}
.t-frame .t-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes speedMorph {
  /* Phase A — SLOW: blurred ghost crawls in from far/large */
  0% {
    opacity: 0;
    transform: scale(1.45) translateX(-22px);
    filter: blur(22px) brightness(1.5) saturate(1.4);
    animation-timing-function: cubic-bezier(0.95, 0.05, 0.95, 0.05); /* very slow ease-in */
  }
  18% {
    opacity: 0.45;
    transform: scale(1.25) translateX(-12px);
    filter: blur(12px) brightness(1.3) saturate(1.2);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); /* sudden ease-out — the SNAP */
  }
  /* Phase B — SNAP: locks into focus with overshoot */
  24% {
    opacity: 1;
    transform: scale(1.06) translateX(0);
    filter: blur(0) brightness(1);
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1); /* tiny bounce settle */
  }
  30% {
    transform: scale(1) translateX(0);
    animation-timing-function: linear;
  }
  /* Phase C — HOLD: all bottles visible together */
  78% {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: blur(0);
    animation-timing-function: cubic-bezier(0.7, 0, 0.84, 0); /* fast ease-in for exit */
  }
  /* Phase D — FAST EXIT: zoom out with motion blur */
  100% {
    opacity: 0;
    transform: scale(0.6) translateX(28px);
    filter: blur(18px) brightness(1.4);
  }
}
@media (prefers-reduced-motion: reduce) {
  .t-frame { animation: none; opacity: 1; transform: none; filter: none; }
}
.cta-card .cta-headline {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  line-height: 1.35;
  color: var(--text-mid);
}
.cta-hero .cta-headline {
  font-size: 26px;
  text-align: left;
}
.cta-card .cta-headline strong {
  font-weight: 700;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-zero-pill {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  align-self: flex-start;
  box-shadow: 0 6px 18px rgba(243,34,133,0.25);
}

/* ============================================================
   PANEL / BENTO GRID (existing — for Services / Work sections)
   ============================================================ */
.panel {
  background: var(--card);
  border-radius: 14px;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border: 1px solid var(--border);
}
.panel:hover { transform: translateY(-2px); }
.panel .placeholder {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 220px;
  background: linear-gradient(135deg, #fdf2f8, #fbcfe8);
}
/* In bento mode panels share fixed-height tracks — placeholder must shrink */
.feature-grid .panel .placeholder { min-height: 0; }
.panel .content {
  position: relative;
  z-index: 2;
  padding: 14px 18px 18px;
  background: #fff;
  flex-shrink: 0;
}
.panel h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
  color: var(--text);
  line-height: 1.35;
  letter-spacing: -0.005em;
}
.panel h3 strong {
  font-weight: 700;
  color: var(--text);
}
.panel .desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* === Bento grid layouts === */
.bento {
  display: grid;
  gap: 18px;
}
.bento--3col {
  grid-template-columns: repeat(3, 1fr);
}
.bento--4col {
  grid-template-columns: repeat(4, 1fr);
}
.bento--auto {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
@media (max-width: 880px) {
  .bento--3col, .bento--4col { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .bento--3col, .bento--4col { grid-template-columns: 1fr; }
}

/* ============================================================
   ABOUT — two column prose
   ============================================================ */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 760px) { .grid-2 { grid-template-columns: 1fr; } }
.prose p {
  color: var(--text-mid);
  margin-bottom: 14px;
  line-height: 1.75;
  font-size: 15px;
}

/* ============================================================
   PROCESS — numbered steps
   ============================================================ */
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 880px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.steps li {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
}
.steps li .step-num {
  font-size: 11px;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 12px;
}
.steps li h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}
.steps li p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* ============================================================
   WORK / CASE STUDIES
   ============================================================ */
.work-item h3 { margin: 14px 0 4px; padding: 0 4px; font-weight: 600; }
.work-item p { color: var(--text-muted); font-size: 12.5px; padding: 0 4px 4px; }
.work-item .placeholder {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  background: linear-gradient(135deg, #fdf2f8, #fbcfe8, #fcd34d);
  min-height: 0;
}

/* ============================================================
   TEAM
   ============================================================ */
.team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 760px) { .team { grid-template-columns: 1fr 1fr; } }
.team figure {
  margin: 0; text-align: center;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
}
.team .avatar {
  width: 100%; aspect-ratio: 1;
  background: linear-gradient(135deg, #fce7f3, #fbcfe8);
  border-radius: 50%;
  margin-bottom: 12px;
}
.team figcaption strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
}
.team figcaption span {
  color: var(--text-muted);
  font-size: 12px;
}

/* ============================================================
   CLIENT LOGOS
   ============================================================ */
.logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 880px) { .logos { grid-template-columns: repeat(3, 1fr); } }
.logo-cell {
  background: var(--card);
  padding: 36px 16px;
  text-align: center;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 12px;
}

/* ============================================================
   CTA — bottom section (mirrors showcase mockup)
   ============================================================ */
.bottom-cta {
  margin: 56px auto 0;
  padding: 64px 80px;
  text-align: center;
  background: linear-gradient(135deg, #fdf2f8 0%, #ffffff 50%, #fdf2f8 100%);
  border-radius: 24px;
}
.bottom-cta-tag {
  display: block;
  font-size: 11px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-bottom: 16px;
}
.bottom-cta-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: -0.015em;
  margin-bottom: 28px;
  line-height: 1.2;
}
.bottom-cta-title strong {
  font-weight: 700;
  background: linear-gradient(135deg, var(--text) 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bottom-cta-btn {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(243,34,133,0.28);
  transition: transform 0.2s;
}
.bottom-cta-btn:hover { transform: translateY(-2px); }
.bottom-cta-note {
  font-size: 13px;
  color: var(--text-muted);
}
.bottom-cta-note strong {
  color: var(--accent);
  font-weight: 700;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 8px;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-grid .label {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contact-grid a:hover { color: var(--accent); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 12.5px;
  text-align: center;
}

/* ============================================================
   SLIDE-DECK NAV — side dots + keyboard hint
   ============================================================ */
.slide-dots {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 100;
}
.slide-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(0,0,0,0.18);
  display: block;
  transition: all 0.25s ease;
  position: relative;
  text-decoration: none;
}
.slide-dot::after {
  content: attr(data-label);
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 10.5px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255,255,255,0.95);
  padding: 4px 10px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px rgba(243,34,133,0.15);
}
.slide-dot:hover {
  background: var(--accent);
  transform: scale(1.4);
}
.slide-dot:hover::after { opacity: 1; }
.slide-dot.active {
  background: var(--accent);
  transform: scale(1.6);
  box-shadow: 0 0 0 3px white, 0 0 0 5px var(--accent);
}

.kbd-hint {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: var(--text-muted);
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: 999px;
  z-index: 100;
  letter-spacing: 0.04em;
  pointer-events: none;
  transition: opacity 0.4s;
}
.kbd-hint kbd {
  font-family: 'SF Mono', Consolas, monospace;
  font-size: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 1px 6px;
  margin: 0 2px;
  color: var(--accent);
  font-weight: 600;
}
.kbd-hint.fade { opacity: 0; }

@media (max-width: 880px) {
  .slide-dots, .kbd-hint { display: none; }
}
@media print {
  .slide-dots, .kbd-hint { display: none; }
}

/* ============================================================
   PRINT (export to PDF)
   ============================================================ */
@media print {
  @page {
    size: 1600px 900px;
    margin: 0;
  }
  .sidebar, .top-nav, .nav-cta, .bottom-cta-btn,
  .slide-dots, .scroll-hint, .nav-dot {
    display: none !important;
  }
  body { background: #fff; overflow: visible !important; }
  .section {
    page-break-after: always;
    page-break-inside: avoid;
    min-height: auto;
  }
  .section:last-of-type { page-break-after: auto; }
  .panel, .steps li, .team figure { box-shadow: none; }

  /* Force all scroll-triggered / animated elements to be visible for print */
  .rs-badge-img, .rs-badge--floating, .rs-arrow,
  .rs-before, .rs-product, .rs-after, .rs-icon,
  .rs-hearts, .rs-heart,
  .zp-logo, .panel--service {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    filter: none !important;
  }

  /* Disable hover transforms */
  .panel--service:hover, .pricing-card:hover {
    transform: none !important;
  }
}
