:root {
  --cp-night: #07031d;
  --cp-night-2: #120837;
  --cp-purple: #4b238a;
  --cp-purple-2: #6c43b5;
  --cp-gold: #f5c85f;
  --cp-gold-2: #d59a33;
  --cp-cream: #fff8ec;
  --cp-ink: #151025;
  --cp-muted: #6c6378;
  --cp-line: rgba(245, 200, 95, .32);
  --cp-card: rgba(25, 15, 65, .84);
  --cp-width: min(100% - clamp(28px, 6vw, 110px), 1560px);
  --cp-serif: "Cormorant Garamond", "Noto Serif SC", Georgia, serif;
  --cp-sans: Inter, "Noto Sans SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cp-cream);
  background: var(--cp-night);
  font-family: var(--cp-sans);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
body, button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
button { cursor: pointer; }

.cp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(245, 200, 95, .18);
  background: rgba(7, 3, 29, .94);
  backdrop-filter: blur(18px);
}
.cp-header__inner {
  width: min(100% - 44px, 1680px);
  min-height: clamp(76px, 5.1vw, 92px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(170px, 245px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.2vw, 44px);
}
.cp-brand img { width: clamp(150px, 12vw, 220px); height: auto; }
.cp-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.15vw, 40px);
}
.cp-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 52px;
  color: rgba(255, 248, 236, .94);
  font-size: clamp(13px, .86vw, 15px);
  font-weight: 700;
  white-space: nowrap;
}
.cp-nav a.is-active, .cp-nav a:hover { color: var(--cp-gold); }
.cp-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: var(--cp-gold);
}
.cp-actions { display: flex; align-items: center; gap: clamp(10px, 1vw, 18px); }
.cp-icon, .cp-mobile-menu {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: var(--cp-cream);
  background: rgba(255,255,255,.045);
}
.cp-lang { position: relative; }
.cp-lang__button {
  width: auto;
  min-width: 118px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(245, 200, 95, .28);
  border-radius: 28px;
}
.cp-lang__button span { white-space: nowrap; line-height: 1; }
.cp-lang__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  min-width: 150px;
  padding: 8px;
  border: 1px solid var(--cp-line);
  border-radius: 8px;
  background: rgba(12, 6, 39, .98);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.cp-lang.is-open .cp-lang__menu { display: grid; }
.cp-lang__menu a { padding: 10px 12px; border-radius: 6px; }
.cp-lang__menu a:hover { background: rgba(255,255,255,.08); }
.cp-cart span {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  color: #20122f;
  background: var(--cp-gold);
  font-size: 12px;
  font-weight: 900;
}
.cp-cta, .cp-gold, .cp-outline, .cp-small-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}
.cp-cta, .cp-gold {
  color: #160f20;
  background: linear-gradient(180deg, #ffd978 0%, #efb944 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.45), 0 12px 26px rgba(214, 154, 51, .2);
}
.cp-cta { min-height: 52px; padding: 0 28px; font-size: clamp(14px, .9vw, 16px); }
.cp-gold { min-height: 44px; padding: 0 22px; }
.cp-outline {
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--cp-line);
  color: var(--cp-gold);
  background: rgba(8,4,30,.42);
}
.cp-mobile-menu { display: none; }

.cp-home { overflow: hidden; background: #fbf7ee; }
.cp-hero {
  position: relative;
  min-height: clamp(520px, 43vw, 770px);
  display: grid;
  align-items: center;
  padding: clamp(54px, 7vw, 112px) max(32px, calc((100vw - 1540px) / 2)) clamp(62px, 7vw, 100px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(8, 3, 30, .88) 0%, rgba(16, 5, 48, .64) 42%, rgba(9, 4, 30, .16) 78%),
    var(--cp-hero-image, url("../images/prototype/hero-eastern-selected.png")) center right / cover no-repeat,
    radial-gradient(circle at 70% 30%, #4a1f81, #08031c 70%);
}
.cp-hero__content { width: min(650px, 58vw); padding-left: clamp(20px, 2vw, 54px); }
.cp-hero::before {
  content: none;
}
.cp-hero::after {
  content: none;
}
.cp-hero h1 {
  margin: 0;
  max-width: 620px;
  font-family: var(--cp-serif);
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: .99;
  letter-spacing: 0;
}
.cp-hero p {
  max-width: 490px;
  margin: 24px 0 0;
  color: rgba(255,248,236,.88);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
}
.cp-hero__actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.cp-hero-ask {
  width: min(100%, 620px);
  min-height: 62px;
  margin-top: 30px;
  margin-left: clamp(28px, 5vw, 92px);
  padding: 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(245,200,95,.38);
  border-radius: 10px;
  background: #fffaf1;
  box-shadow: 0 18px 42px rgba(4, 1, 18, .3), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.cp-hero-ask input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  color: #20122f;
  background: #fffaf1;
  font-size: 15px;
}
.cp-hero-ask input::placeholder {
  color: rgba(32,18,47,.62);
}
.cp-hero-ask input:focus::placeholder {
  color: transparent;
}
.cp-hero-ask button {
  height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  color: #20122f;
  background: linear-gradient(180deg, #ffd978, #efb944);
  font-weight: 900;
  white-space: nowrap;
}
.cp-arrow {
  position: absolute;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 200, 95, .72);
  border-radius: 50%;
  color: var(--cp-gold);
  background: linear-gradient(180deg, rgba(37, 18, 86, .88), rgba(18, 7, 58, .94));
  box-shadow: 0 12px 30px rgba(18, 7, 58, .28), inset 0 0 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.cp-arrow--left { left: 18px; top: 50%; }
.cp-arrow--right { right: 18px; top: 50%; }
.cp-dots { position: absolute; left: 50%; bottom: 28px; display: flex; gap: 9px; transform: translateX(-50%); }
.cp-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.38); }
.cp-dots span:first-child { background: var(--cp-gold); }
.cp-mobile-carousel { position: relative; }
.cp-carousel-dots { display: none; }
.cp-mobile-arrow { display: none; }

.cp-section {
  position: relative;
  padding: clamp(46px, 5vw, 78px) 0;
  color: var(--cp-ink);
  background: linear-gradient(180deg, #fffaf1, #fbf2e3);
}
.cp-section > * { width: var(--cp-width); margin-left: auto; margin-right: auto; }
.cp-kicker {
  margin: 0 0 10px;
  color: #a97724;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}
.cp-kicker::before, .cp-kicker::after { content: "✦"; margin: 0 14px; color: var(--cp-gold-2); }
.cp-section h2, .cp-stories h2 {
  margin: 0;
  font-family: var(--cp-serif);
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: 1.05;
  text-align: center;
}
.cp-subtitle { margin: 8px auto 28px; color: var(--cp-muted); text-align: center; font-size: 15px; }
.cp-advisor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.cp-advisor-card {
  padding: 10px;
  border: 1px solid #d9c69f;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 16px 34px rgba(55, 35, 15, .08);
}
.cp-advisor-card img {
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
  border-radius: 6px;
}
.cp-advisor-card h3 { margin: 12px 8px 2px; font-family: var(--cp-serif); font-size: clamp(21px, 1.45vw, 27px); line-height: 1.05; }
.cp-advisor-card h3 span, .cp-profile h2 span { color: #8d55dc; font-family: var(--cp-sans); }
.cp-advisor-card p { margin: 0 8px 8px; color: #4f475d; font-size: 14px; line-height: 1.35; }
.cp-rating { color: var(--cp-gold-2); font-weight: 800; }
.cp-rating span { color: #5a5066; font-weight: 500; }
.cp-advisor-card .cp-rating { margin: 0 8px 12px; font-size: 14px; }
.cp-advisor-card a {
  min-height: 44px;
  margin: 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(180deg, #6740b5, #4b238a);
  font-weight: 800;
}
.cp-small-link {
  width: fit-content;
  min-height: 42px;
  margin-top: 30px;
  padding: 0 26px;
  border: 1px solid #d5a24a;
  color: #704411;
  background: #fffaf1;
}

.cp-stories {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 70px);
  padding: clamp(56px, 5.8vw, 88px) max(34px, calc((100vw - 1540px) / 2));
  background:
    radial-gradient(circle at 80% 20%, rgba(102, 65, 171, .4), transparent 26%),
    radial-gradient(circle at 20% 100%, rgba(245, 200, 95, .14), transparent 24%),
    #0b062b;
}
.cp-stories .cp-kicker, .cp-stories h2 { text-align: left; }
.cp-stories .cp-kicker::before { content: ""; margin: 0; }
.cp-stories__intro p:not(.cp-kicker) { color: rgba(255,248,236,.78); line-height: 1.7; }
.cp-story-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: clamp(16px, 1.6vw, 28px);
}
.cp-story {
  min-height: 360px;
  padding: 8px 8px 16px;
  border: 1px solid rgba(255,248,236,.42);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
}
.cp-story__media { position: relative; overflow: hidden; border-radius: 7px; }
.cp-story__media img { width: 100%; aspect-ratio: 9 / 13; object-fit: cover; }
.cp-story__media span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(91, 53, 168, .86);
}
.cp-story p { margin: 14px 10px 8px; line-height: 1.45; }
.cp-story strong, .cp-story small { display: block; margin: 0 10px; }
.cp-story strong { color: var(--cp-gold); }
.cp-story small { color: rgba(255,255,255,.76); }

.cp-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.cp-method {
  min-height: 230px;
  padding: clamp(22px, 2.3vw, 34px);
  border: 1px solid #dfc99f;
  border-radius: 8px;
  background: #fffdf8;
}
.cp-method > span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 0 22px;
  border-radius: 50%;
  color: #3e1f78;
  background: #f8ecd4;
  font-size: 42px;
}
.cp-method h3 { margin: 0 0 8px; font-family: var(--cp-serif); font-size: 22px; line-height: 1.08; }
.cp-method p { color: #574e62; font-size: 14px; line-height: 1.45; }
.cp-method a { color: #3e1f78; font-weight: 800; }

.cp-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.cp-section__head .cp-kicker, .cp-section__head h2 { text-align: center; }
.cp-section__head a { color: #7b4a11; font-weight: 800; white-space: nowrap; }
.cp-product-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}
.cp-product {
  position: relative;
  padding: 10px 10px 14px;
  border: 1px solid #dfc99f;
  border-radius: 8px;
  background: #fffdf8;
}
.cp-product__image {
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #eadcc5;
}
.cp-product__image img { width: 100%; aspect-ratio: 1.3 / 1; object-fit: cover; }
.cp-product h3 { min-height: 40px; margin: 12px 4px 8px; font-family: var(--cp-sans); font-size: 15px; font-weight: 700; line-height: 1.28; }
.cp-product__price { margin: 0 4px; color: #171222; font-weight: 900; }
.cp-product__price del { margin-left: 6px; color: #9b8e83; font-size: 14px; font-weight: 500; }
.cp-product__cart {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #211320;
  background: var(--cp-gold);
}
.cp-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
  color: #4d2b79;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.cp-intake {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(5, 2, 21, .72);
  backdrop-filter: blur(12px);
}
.cp-intake.is-visible { display: grid; }
.cp-intake__card {
  position: relative;
  width: min(100%, 760px);
  max-height: min(94dvh, 760px);
  overflow: auto;
  padding: clamp(18px, 3dvh, 34px);
  border: 1px solid rgba(245,200,95,.42);
  border-radius: 10px;
  color: var(--cp-cream);
  background:
    radial-gradient(circle at 100% 0, rgba(112,70,190,.38), transparent 34%),
    linear-gradient(145deg, rgba(18,9,55,.98), rgba(8,4,31,.98));
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cp-intake__card::-webkit-scrollbar { display: none; }
.cp-intake__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(245,200,95,.35);
  border-radius: 50%;
  color: var(--cp-cream);
  background: rgba(255,255,255,.06);
  font-size: 26px;
  line-height: 1;
}
.cp-intake h2 {
  margin: 0;
  font-family: var(--cp-serif);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1;
  text-align: center;
}
.cp-intake__lead {
  max-width: 560px;
  margin: 10px auto 18px;
  color: rgba(255,248,236,.76);
  text-align: center;
}
.cp-intake__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}
.cp-intake label,
.cp-intake fieldset {
  min-width: 0;
  margin: 0;
  color: rgba(255,248,236,.82);
  font-size: 13px;
  font-weight: 700;
}
.cp-intake input,
.cp-intake select,
.cp-intake textarea {
  width: 100%;
  min-height: 42px;
  margin-top: 6px;
  padding: 0 13px;
  border: 1px solid rgba(245,200,95,.28);
  border-radius: 8px;
  color: var(--cp-cream);
  background: rgba(255,255,255,.07);
  outline: 0;
}
.cp-intake textarea {
  min-height: 76px;
  padding-top: 10px;
  resize: vertical;
}
.cp-intake select option {
  color: #171026;
}
.cp-intake__wide {
  grid-column: 1 / -1;
}
.cp-intake fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  padding: 10px 12px;
  border: 1px solid rgba(245,200,95,.22);
  border-radius: 8px;
}
.cp-intake fieldset legend {
  padding: 0 6px;
}
.cp-intake fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}
.cp-intake input[type="radio"],
.cp-intake input[type="checkbox"] {
  width: auto;
  min-height: 0;
  margin: 0;
}
.cp-intake__terms {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px !important;
  font-weight: 500 !important;
}
.cp-intake__submit {
  position: sticky;
  bottom: -1px;
  z-index: 2;
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  color: #160f20;
  background: linear-gradient(180deg, #ffd978, #efb944);
  box-shadow: 0 -14px 24px rgba(8,4,31,.84), inset 0 1px rgba(255,255,255,.45);
  font-weight: 900;
}
.cp-intake__connecting {
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}
.cp-intake__connecting span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #20122f;
  background: var(--cp-gold);
  animation: cpPulse 1.1s ease-in-out infinite;
}
@keyframes cpPulse {
  0%, 100% { transform: scale(1); opacity: .86; }
  50% { transform: scale(1.08); opacity: 1; }
}

.cp-footer {
  padding: 42px 0 22px;
  background: #12063d;
  border-top: 1px solid rgba(245,200,95,.2);
}
.cp-footer__inner {
  width: var(--cp-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) 1.4fr minmax(230px, .8fr);
  gap: 36px;
}
.cp-footer h3, .cp-footer h4 { margin: 0 0 8px; font-family: var(--cp-serif); }
.cp-footer p { color: rgba(255,248,236,.72); }
.cp-footer form { display: grid; grid-template-columns: 1fr auto; max-width: 360px; border: 1px solid rgba(245,200,95,.26); border-radius: 6px; overflow: hidden; }
.cp-footer input { min-width: 0; border: 0; padding: 0 14px; color: #fff; background: rgba(255,255,255,.06); }
.cp-footer button, .cp-footer__help a { border: 0; padding: 12px 16px; color: #211320; background: var(--cp-gold); font-weight: 900; }
.cp-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cp-footer__links div, .cp-footer__links a { display: grid; gap: 9px; color: rgba(255,248,236,.74); }
.cp-footer__links strong { color: #fff; text-transform: uppercase; font-size: 13px; }
.cp-socials { display: flex; gap: 8px; }
.cp-socials i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; color: #211320; background: var(--cp-gold); font-style: normal; font-size: 11px; font-weight: 900; }
.cp-footer__help { padding: 18px; border: 1px solid rgba(245,200,95,.28); border-radius: 8px; background: rgba(255,255,255,.05); }
.cp-footer__help a { display: inline-flex; border-radius: 6px; }
.cp-copy { width: var(--cp-width); margin: 26px auto 0; color: rgba(255,248,236,.55); font-size: 13px; }

.cp-chat-body {
  overflow: hidden;
  background: var(--cp-night);
}
body.crysela-chat-body {
  min-height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
  background: var(--cp-night);
}
body.crysela-chat-body .cp-footer {
  display: none !important;
}
.cp-chat {
  height: calc(100dvh - var(--cp-header-h, 92px));
  min-height: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 16%, rgba(117, 76, 190, .28), transparent 26%),
    radial-gradient(circle at 18% 92%, rgba(245, 200, 95, .09), transparent 22%),
    #060324;
}

body.admin-bar .cp-chat {
  height: calc(100dvh - var(--cp-header-h, 92px) - 32px);
}
.cp-chat-hero {
  min-height: 0;
  height: clamp(132px, 20dvh, 218px);
  padding: clamp(12px, 1.6dvh, 22px) max(32px, calc((100vw - 1680px) / 2));
  background:
    linear-gradient(90deg, rgba(8,4,31,.94), rgba(8,4,31,.76) 44%, rgba(8,4,31,.34)),
    url("../images/prototype/chat-eastern-selected.png") center right / cover no-repeat;
  border-bottom: 1px solid rgba(245,200,95,.2);
}
.cp-back { display: inline-flex; align-items: center; gap: 10px; color: var(--cp-gold); margin-bottom: clamp(10px, 1.4dvh, 18px); }
.cp-chat-hero h1 { margin: 0; font-family: var(--cp-serif); font-size: clamp(26px, 3.1dvh, 42px); line-height: 1; }
.cp-chat-rating { display: flex; align-items: center; gap: 12px; margin-top: clamp(7px, 1dvh, 12px); color: var(--cp-gold); font-size: clamp(13px, 1.45dvh, 16px); }
.cp-chat-rating span { color: rgba(255,248,236,.82); }
.cp-chat-rating b { padding: 4px 11px; border: 1px solid var(--cp-line); border-radius: 999px; color: #78e58c; font-size: 12px; }
.cp-stars { display: inline-flex; align-items: center; gap: 2px; color: var(--cp-gold); }
.cp-stars svg { width: 14px; height: 14px; fill: currentColor; stroke-width: 1.4; }
.cp-chat-hero__actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: clamp(12px, 1.8dvh, 22px); }
.cp-chat-shell {
  width: min(100% - 64px, 1700px);
  margin: 0 auto;
  transform: translateY(-1px);
  display: grid;
  grid-template-columns: minmax(230px, 320px) minmax(420px, 1fr) minmax(250px, 330px);
  gap: clamp(16px, 1.6vw, 28px);
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.cp-chat-history, .cp-chat-window, .cp-profile-card, .cp-reco {
  border: 1px solid rgba(245,200,95,.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 0, rgba(107, 67, 181, .3), transparent 30%),
    rgba(11, 7, 45, .88);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 18px 50px rgba(0,0,0,.22);
}
.cp-chat-history {
  min-height: 0;
  overflow: auto;
  padding: 20px;
}
.cp-chat-history,
.cp-messages,
.cp-prompts {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cp-chat-history::-webkit-scrollbar,
.cp-messages::-webkit-scrollbar,
.cp-prompts::-webkit-scrollbar {
  display: none;
}
.cp-panel-title { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; font-family: var(--cp-serif); font-size: 19px; }
.cp-panel-title button { margin-left: auto; padding: 8px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; color: #fff; background: rgba(255,255,255,.05); }
.cp-chat-history > p { margin: 20px 0 10px; color: #cbb890; text-transform: uppercase; }
.cp-chat-history article {
  min-height: 70px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid rgba(245,200,95,.25);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}
.cp-chat-history article.is-current { background: linear-gradient(90deg, rgba(107,67,181,.85), rgba(69,36,127,.68)); }
.cp-chat-history img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.cp-chat-history article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cp-gold); font-size: 28px; }
.cp-chat-history strong, .cp-chat-history span { display: block; }
.cp-chat-history span { color: rgba(255,248,236,.68); font-size: 14px; margin-top: 4px; }
.cp-chat-history > a { min-height: 58px; margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(245,200,95,.24); border-radius: 8px; }

.cp-chat-window {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  overflow: hidden;
}
.cp-chat-window header {
  min-height: 66px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(245,200,95,.2);
}
.cp-chat-window header img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 1px solid var(--cp-gold); }
.cp-chat-window header strong { display: block; font-family: var(--cp-serif); font-size: 19px; }
.cp-chat-window header span { color: #77df83; }
.cp-chat-back-mobile { display: none; }
.cp-chat-tools { display: flex; gap: 12px; }
.cp-chat-tools button { width: 36px; height: 36px; border: 0; color: #fff; background: transparent; }
.cp-messages {
  overflow: auto;
  padding: 18px 20px;
  background:
    radial-gradient(circle at 85% 20%, rgba(87, 56, 147, .25), transparent 22%),
    linear-gradient(180deg, rgba(12, 6, 42, .98), rgba(7, 3, 29, .98));
  background-blend-mode: normal;
}
.cp-msg { display: grid; grid-template-columns: 42px minmax(0, max-content); gap: 10px; margin-bottom: 16px; }
.cp-msg img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid var(--cp-gold); }
.cp-msg > div {
  max-width: min(520px, 42vw);
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px 18px 18px 18px;
  background: rgba(54, 45, 92, .86);
}
.cp-msg p { margin: 0; font-family: var(--cp-sans); font-size: 14px; line-height: 1.48; }
.cp-msg time { display: block; margin-top: 8px; color: rgba(255,248,236,.62); font-size: 13px; }
.cp-msg--user { grid-template-columns: minmax(0, max-content); justify-content: end; }
.cp-msg--user > div { border-color: rgba(177, 123, 255, .4); border-radius: 18px 8px 18px 18px; background: linear-gradient(135deg, #6e43bb, #4a248d); }
.cp-msg.is-thinking p::after { content: ""; display: inline-block; width: 1.2em; animation: cpDots 1s steps(4, end) infinite; }
@keyframes cpDots { 0% { content: ""; } 25% { content: "."; } 50% { content: ".."; } 75%,100% { content: "..."; } }
.cp-chat-product {
  display: grid;
  grid-template-columns: 42px minmax(0, min(540px, 44vw));
  gap: 10px;
  margin: -4px 0 18px;
}
.cp-chat-product > article {
  min-width: 0;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 13px;
  padding: 12px;
  border: 1px solid rgba(245,200,95,.42);
  border-radius: 10px;
  background:
    radial-gradient(circle at 96% 0, rgba(123, 79, 197, .28), transparent 34%),
    linear-gradient(135deg, rgba(31,18,72,.96), rgba(18,8,55,.98));
  box-shadow: 0 14px 30px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.08);
}
.cp-chat-product__image {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.cp-chat-product__image img {
  width: 92px;
  height: 104px;
  object-fit: cover;
}
.cp-chat-product small {
  display: block;
  margin-bottom: 4px;
  color: var(--cp-gold);
  font-size: 12px;
  font-weight: 800;
}
.cp-chat-product h3 {
  margin: 0 0 5px;
  color: #fffaf1;
  font-family: var(--cp-sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
.cp-chat-product p {
  margin: 0 0 9px;
  color: rgba(255,248,236,.76);
  font-size: 13px;
  line-height: 1.38;
}
.cp-chat-product article > div {
  min-width: 0;
}
.cp-chat-product article > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cp-chat-product strong {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.cp-chat-product a:not(.cp-chat-product__image) {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #20122f;
  background: linear-gradient(180deg, #ffd978, #efb944);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.cp-prompts {
  display: flex;
  gap: 10px;
  padding: 0 22px 14px;
  overflow-x: auto;
}
.cp-prompts button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(245,200,95,.46);
  border-radius: 8px;
  color: var(--cp-cream);
  background: rgba(72, 35, 130, .42);
}
.cp-composer {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 12px;
  margin: 0 16px 16px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.cp-composer input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
}
.cp-composer button {
  height: 40px;
  border: 1px solid rgba(245,200,95,.3);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.06);
}
.cp-composer .cp-send { width: 46px; height: 46px; border: 0; border-radius: 50%; color: #1b1020; background: var(--cp-gold); box-shadow: 0 8px 18px rgba(245,200,95,.2); }

.cp-profile { display: grid; grid-template-rows: auto auto; align-content: start; gap: 14px; }
.cp-profile {
  min-height: 0;
  overflow: hidden;
}
.cp-profile-card {
  min-height: 0;
  overflow: hidden;
  padding: clamp(14px, 1.2vw, 18px);
}
.cp-profile-head {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.cp-profile-head img {
  width: 74px;
  aspect-ratio: 1;
  border: 2px solid var(--cp-gold);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 6px rgba(245,200,95,.08);
}
.cp-profile h2 { margin: 0; font-family: var(--cp-serif); font-size: clamp(20px, 1.35vw, 25px); line-height: 1.08; text-align: left; }
.cp-profile-head p { margin: 5px 0 6px; color: rgba(255,248,236,.76); font-size: 13px; line-height: 1.3; }
.cp-profile-copy { margin: 10px 0 0; color: rgba(255,248,236,.72); font-size: 13px; line-height: 1.45; }
.cp-profile .cp-rating, .cp-profile small { display: block; text-align: center; }
.cp-profile .cp-rating { font-size: 15px; }
.cp-profile h3 { margin: 14px 0 8px; font-family: var(--cp-serif); font-size: 18px; }
.cp-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.cp-tags span { padding: 4px 9px; border: 1px solid rgba(245,200,95,.5); border-radius: 999px; background: rgba(96,48,163,.35); font-size: 11px; }
.cp-reco { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 14px; }
.cp-reco[hidden] { display: none; }
.cp-reco img { width: 86px; height: 104px; object-fit: cover; border-radius: 7px; }
.cp-reco small { color: rgba(255,248,236,.72); }
.cp-reco h3 { margin: 6px 0; font-family: var(--cp-sans); font-size: 15px; font-weight: 700; line-height: 1.25; }
.cp-reco p { margin: 0 0 8px; color: rgba(255,248,236,.74); font-size: 13px; line-height: 1.35; }
.cp-reco strong { display: block; color: #fff; font-size: 18px; margin-bottom: 5px; }
.cp-reco a { color: var(--cp-gold); font-weight: 900; }

.cp-page { min-height: 70vh; padding: 70px 0; color: var(--cp-ink); background: #fff8ec; }
.cp-simple { width: min(100% - 40px, 920px); margin: 0 auto; }
.cp-simple--wide { width: var(--cp-width); }
.cp-simple .cp-kicker { text-align: left; }
.cp-simple .cp-kicker::before { content: ""; margin: 0; }
.cp-simple h1 { margin: 0 0 22px; font-family: var(--cp-serif); font-size: clamp(34px, 4.2vw, 60px); }
.cp-simple__content { line-height: 1.8; color: #4e4658; }
.cp-woo { color: var(--cp-ink); }

@media (max-width: 1440px) {
  .cp-header__inner { width: min(100% - 32px, 1320px); grid-template-columns: 190px minmax(0, 1fr) auto; gap: 16px; }
  .cp-nav { gap: 20px; }
  .cp-cta { display: none; }
  .cp-chat-shell { grid-template-columns: 285px minmax(420px, 1fr) 310px; }
}

@media (max-height: 850px) and (min-width: 761px) {
  .cp-intake {
    padding: 12px;
  }

  .cp-intake__card {
    max-height: calc(100dvh - 24px);
    padding: 16px 28px 18px;
  }

  .cp-intake .cp-kicker {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .cp-intake h2 {
    font-size: 40px;
  }

  .cp-intake__lead {
    margin: 8px auto 14px;
    font-size: 14px;
  }

  .cp-intake__grid {
    gap: 9px 14px;
  }

  .cp-intake label,
  .cp-intake fieldset {
    font-size: 12px;
  }

  .cp-intake input,
  .cp-intake select,
  .cp-intake textarea {
    min-height: 38px;
    margin-top: 5px;
  }

  .cp-intake textarea {
    min-height: 60px;
  }

  .cp-intake fieldset {
    padding: 8px 10px;
  }

  .cp-intake__terms {
    margin-top: 8px !important;
    font-size: 12px;
  }

  .cp-intake__submit {
    min-height: 44px;
    margin-top: 8px;
  }

  .cp-header__inner {
    min-height: 74px;
  }

  .cp-chat {
    height: calc(100dvh - var(--cp-header-h, 74px));
  }

  body.admin-bar .cp-chat {
    height: calc(100dvh - var(--cp-header-h, 74px) - 32px);
  }

  .cp-chat-hero {
    height: clamp(116px, 17dvh, 170px);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cp-back {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .cp-chat-hero h1 {
    font-size: clamp(24px, 3.8dvh, 38px);
  }

  .cp-chat-rating {
    margin-top: 7px;
    font-size: 16px;
  }

  .cp-chat-hero__actions {
    margin-top: 10px;
    gap: 12px;
  }

  .cp-chat-hero__actions .cp-gold,
  .cp-chat-hero__actions .cp-outline {
    min-height: 40px;
    padding: 0 18px;
  }

  .cp-chat-window header {
    min-height: 62px;
    padding: 8px 16px;
  }

  .cp-chat-window header img {
    width: 46px;
    height: 46px;
  }

  .cp-chat-window header strong {
    font-size: 18px;
  }

  .cp-messages {
    padding: 16px;
  }

  .cp-msg {
    margin-bottom: 14px;
  }

  .cp-msg > div {
    padding: 12px 14px;
  }

  .cp-msg p {
    font-size: 14px;
  }

  .cp-prompts {
    padding-bottom: 10px;
  }

  .cp-composer {
    margin-bottom: 12px;
    padding: 8px 10px;
  }

  .cp-profile-card { padding: 13px; }
  .cp-profile-head { grid-template-columns: 62px minmax(0, 1fr); }
  .cp-profile-head img { width: 62px; }
  .cp-profile h2 { font-size: 21px; }
  .cp-profile-copy { font-size: 12px; line-height: 1.34; }
  .cp-tags { gap: 6px; }
  .cp-tags span { font-size: 11px; padding: 4px 8px; }
  .cp-reco { display: grid; padding: 12px; gap: 12px; }
  .cp-reco img { min-height: 94px; }
  .cp-reco h3 { font-size: 16px; }
  .cp-reco p { display: none; }
}

@media (max-width: 1180px) {
  .cp-header__inner { grid-template-columns: auto 1fr auto; }
  .cp-mobile-menu { display: grid; }
  .cp-brand { justify-self: center; }
  .cp-nav {
    position: fixed;
    top: var(--cp-header-h, 78px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--cp-line);
    border-radius: 8px;
    background: rgba(9,4,31,.98);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
  }
  body.cp-nav-open .cp-nav { display: flex; }
  .cp-nav a { min-height: 46px; padding: 0 10px; }
  .cp-account { display: none; }
  .cp-hero__content { width: min(620px, 72vw); }
  .cp-advisor-grid, .cp-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-story-row { grid-template-columns: repeat(2, minmax(210px, 1fr)); }
  .cp-product-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cp-chat-shell { width: min(100% - 32px, 900px); grid-template-columns: 1fr; }
  .cp-chat-history { display: none; }
  .cp-profile { display: none; }
  .cp-msg > div { max-width: min(620px, 72vw); }
}

@media (max-width: 760px) {
  :root { --cp-width: min(100% - 28px, 520px); }
  body { font-size: 14px; }
  .cp-header__inner { width: calc(100% - 24px); min-height: 66px; grid-template-columns: 42px 1fr auto; gap: 8px; }
  .cp-brand img { width: 138px; }
  .cp-actions { gap: 4px; }
  .cp-icon, .cp-mobile-menu { width: 38px; height: 38px; border-radius: 0; background: transparent; }
  .cp-lang__button { min-width: 62px; padding: 0 4px; border: 0; gap: 4px; }
  .cp-lang__button span { font-size: 12px; }
  .cp-lang__button svg:last-child, .cp-account { display: none; }
  .cp-cart span { top: -1px; right: -2px; }
  .cp-hero {
    min-height: 310px;
    align-items: start;
    padding: 28px 28px 42px;
    background:
      linear-gradient(90deg, rgba(8,3,30,.82), rgba(9,4,31,.30)),
      var(--cp-hero-image, url("../images/prototype/hero-eastern-selected.png")) center right 18% / cover no-repeat;
  }
  .cp-hero__content { width: min(270px, 68vw); padding: 0; }
  .cp-hero h1 { font-size: clamp(29px, 7.4vw, 38px); }
  .cp-hero p { margin-top: 10px; font-size: 13px; line-height: 1.38; }
  .cp-hero__actions { margin-top: 16px; }
  .cp-hero .cp-outline, .cp-arrow { display: none; }
  .cp-gold { min-height: 38px; padding: 0 16px; font-size: 13px; }
  .cp-dots { bottom: 18px; }
  .cp-section { padding: 28px 0; }
  .cp-kicker { font-size: 12px; letter-spacing: .08em; }
  .cp-kicker::before, .cp-kicker::after { margin: 0 8px; }
  .cp-section h2, .cp-stories h2 { font-size: 23px; }
  .cp-mobile-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: visible;
  }

  .cp-mobile-arrow {
    position: absolute;
    top: 50%;
    z-index: 30;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(245,200,95,.68);
    border-radius: 50%;
    color: #f7cf76;
    background:
      radial-gradient(circle at 30% 18%, rgba(255,238,172,.16), transparent 38%),
      linear-gradient(180deg, rgba(64, 34, 124, .86), rgba(18, 7, 58, .92));
    box-shadow: 0 8px 18px rgba(7, 2, 30, .36), inset 0 0 0 1px rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
    transform: translateY(-50%);
    pointer-events: auto;
    touch-action: manipulation;
  }

  .cp-mobile-arrow svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.4;
  }

  .cp-mobile-arrow--left {
    left: 12px;
  }

  .cp-mobile-arrow--right {
    right: 12px;
  }

  .cp-stories .cp-mobile-arrow {
    top: 58%;
    z-index: 80;
  }

  .cp-stories .cp-mobile-arrow--left { left: 12px; }
  .cp-stories .cp-mobile-arrow--right { right: 12px; }

  .cp-products .cp-mobile-arrow,
  .cp-methods .cp-mobile-arrow,
  .cp-advisors .cp-mobile-arrow {
    color: #f7cf76;
    background:
      radial-gradient(circle at 28% 18%, rgba(255,238,172,.14), transparent 40%),
      linear-gradient(180deg, rgba(60, 31, 118, .84), rgba(16, 6, 52, .92));
    border-color: rgba(245,200,95,.7);
  }

  .cp-advisor-grid, .cp-story-row, .cp-method-grid, .cp-product-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - min(86vw, 360px)) / 2);
    gap: 14px;
    padding: 0 calc((100vw - min(86vw, 360px)) / 2) 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .cp-advisor-grid::-webkit-scrollbar,
  .cp-story-row::-webkit-scrollbar,
  .cp-method-grid::-webkit-scrollbar,
  .cp-product-row::-webkit-scrollbar {
    display: none;
  }

  .cp-advisor-card, .cp-story, .cp-method, .cp-product {
    flex: 0 0 min(86vw, 360px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .cp-advisor-card {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 0 16px;
    align-items: center;
    padding: 12px;
    border-color: rgba(245,200,95,.86);
    color: var(--cp-cream);
    background:
      radial-gradient(circle at 90% 20%, rgba(120,75,190,.45), transparent 40%),
      linear-gradient(135deg, rgba(31,18,72,.96), rgba(53,28,95,.94));
  }
  .cp-advisor-card img {
    grid-row: span 4;
    aspect-ratio: 1;
    border: 2px solid var(--cp-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(245,200,95,.08);
  }
  .cp-advisor-card h3 {
    margin-top: 0;
    color: #fff8ec;
    font-size: 22px;
  }
  .cp-advisor-card p,
  .cp-advisor-card .cp-rating span {
    color: rgba(255,248,236,.78);
  }
  .cp-advisor-card a {
    grid-column: 2;
    min-height: 38px;
    color: #20122f;
    background: linear-gradient(180deg, #ffd978, #efb944);
  }
  .cp-small-link { margin-top: 12px; }
  .cp-stories { grid-template-columns: 1fr; padding: 28px 14px; gap: 18px; }
  .cp-stories .cp-kicker, .cp-stories h2, .cp-stories__intro p { text-align: center; }
  .cp-stories__intro .cp-gold { margin: 0 auto; }
  .cp-stories .cp-mobile-carousel { overflow: hidden; }
  .cp-stories .cp-story-row {
    overflow: visible;
    transition: transform .32s ease;
    will-change: transform;
  }
  .cp-story { min-height: auto; }
  .cp-story__media img { aspect-ratio: 9 / 16; }
  .cp-method { min-height: 150px; padding: 16px; }
  .cp-method > span { width: 54px; height: 54px; margin-bottom: 10px; font-size: 28px; }
  .cp-product { flex-basis: min(86vw, 390px); display: grid; grid-template-columns: 48% 1fr; gap: 12px; align-items: center; }
  .cp-product__image { grid-row: span 3; }
  .cp-product h3 { min-height: 0; margin: 0; font-size: 18px; }
  .cp-product__cart { position: static; }
  .cp-section__head { display: block; text-align: center; }
  .cp-trust { grid-template-columns: repeat(2, 1fr); font-size: 12px; }
  .cp-intake {
    align-items: end;
    padding: 0;
  }
  .cp-intake__card {
    width: 100%;
    max-height: 92dvh;
    border-radius: 16px 16px 0 0;
    padding: 24px 18px;
  }
  .cp-intake__grid {
    grid-template-columns: 1fr;
  }
  .cp-intake h2 {
    font-size: 30px;
  }
  .cp-footer__inner { grid-template-columns: 1fr; }
  .cp-footer__links { grid-template-columns: repeat(2, 1fr); }

  body.crysela-chat-body {
    height: 100dvh;
    min-height: 100svh;
    overflow: hidden;
    position: fixed;
    inset: 0;
    width: 100%;
  }
  body.crysela-chat-body .cp-footer {
    display: none !important;
  }
  .cp-chat {
    position: fixed;
    inset: 0;
    height: 100dvh;
    min-height: 100svh;
    min-height: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  body.admin-bar .cp-chat {
    height: calc(100dvh - 46px);
  }
  .cp-chat-hero { display: none; }
  .crysela-chat-body .cp-header { display: none; }
  .cp-chat-shell {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    transform: none;
  }
  .cp-chat-window {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    min-height: 100svh;
    display: grid;
    border: 0;
    border-radius: 0;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
  }
  .cp-chat-window header { min-height: 72px; grid-template-columns: 34px 46px minmax(0, 1fr) auto; padding: 10px 14px; background: rgba(18,8,55,.94); }
  .cp-chat-window header::before {
    content: none;
    display: none;
  }
  .cp-chat-back-mobile {
    width: 34px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    pointer-events: auto;
  }
  .cp-chat-back-mobile svg {
    width: 24px;
    height: 24px;
  }
  .cp-chat-window header img { width: 46px; height: 46px; margin-left: 0; }
  .cp-chat-window header strong { font-size: 20px; color: var(--cp-gold); }
  .cp-chat-tools button:nth-child(-n+2) { display: none; }
  .cp-messages { min-height: 0; padding: 18px 14px 12px; background-attachment: scroll; }
  .cp-msg { grid-template-columns: 38px minmax(0, 1fr); gap: 9px; margin-bottom: 14px; }
  .cp-msg img { width: 38px; height: 38px; }
  .cp-msg > div { max-width: 78vw; padding: 13px 14px; }
  .cp-msg p { font-size: 14px; line-height: 1.48; }
  .cp-msg--user { grid-template-columns: minmax(0, 1fr); }
  .cp-msg--user > div { justify-self: end; }
  .cp-chat-product {
    grid-template-columns: 38px minmax(0, 78vw);
    gap: 9px;
    margin: -2px 0 14px;
  }
  .cp-chat-product > article {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .cp-chat-product__image img {
    width: 78px;
    height: 90px;
  }
  .cp-chat-product small {
    font-size: 11px;
  }
  .cp-chat-product h3 {
    font-size: 14px;
  }
  .cp-chat-product p {
    font-size: 12px;
    line-height: 1.34;
  }
  .cp-chat-product strong {
    font-size: 14px;
  }
  .cp-chat-product a:not(.cp-chat-product__image) {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
  .cp-prompts { flex-shrink: 0; padding: 8px 10px; border-top: 1px solid rgba(245,200,95,.2); background: rgba(22,10,61,.9); }
  .cp-prompts button { min-height: 34px; padding: 0 12px; font-size: 12px; border-radius: 999px; }
  .cp-composer {
    grid-template-columns: 42px minmax(0, 1fr) 52px;
    flex-shrink: 0;
    margin: 0;
    padding: 10px 12px max(12px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background: rgba(18,8,55,.98);
    box-sizing: border-box;
  }
  .cp-composer input { height: 48px; padding: 0 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); font-size: 15px; }
  .cp-composer button { border-radius: 50%; }
  .cp-profile { display: none; }
}

@media (max-width: 420px) {
  .cp-brand img { width: 126px; }
  .cp-lang__button span { font-size: 12px; }
  .cp-cart { width: 34px; }
  .cp-hero { padding-left: 22px; padding-right: 18px; }
  .cp-hero__content { width: 250px; }
  .cp-hero h1 { font-size: 24px; }
  .cp-advisor-card { flex-basis: calc(100vw - 34px); grid-template-columns: 118px 1fr; }
  .cp-product { flex-basis: calc(100vw - 34px); }
}

@media (max-width: 760px) {
  .cp-advisors .cp-advisor-grid,
  .cp-stories .cp-story-row,
  .cp-products .cp-product-row {
    width: min(82vw, 360px);
    margin: 0 auto;
    padding: 0 0 12px;
    gap: 12px;
    overflow-x: auto;
    scroll-padding-inline: 0;
  }

  .cp-advisors .cp-advisor-card,
  .cp-stories .cp-story,
  .cp-products .cp-product {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .cp-stories .cp-story-row {
    transition: none;
    transform: none !important;
  }

  .cp-carousel-dots {
    min-height: 18px;
    margin: -3px auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .cp-carousel-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(255,248,236,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.34);
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
  }

  .cp-carousel-dots button.is-active {
    border-color: rgba(255,232,151,.75);
    background: var(--cp-gold);
    box-shadow: 0 0 0 1px rgba(62,31,112,.9), 0 0 10px rgba(245,200,95,.34);
  }
}

/* Prototype polish pass: reduce copy density and bring mobile closer to the reference art. */
.cp-mini-stars {
  display: inline-flex;
  gap: 1px;
  margin: 0 5px;
  color: var(--cp-gold-2);
}
.cp-mini-stars svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  stroke-width: 1.3;
}
.cp-advisor-card h3 span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: #7e57c8;
  vertical-align: middle;
}
.cp-advisor-card h3 span svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}
.cp-method > span svg {
  width: 42px;
  height: 42px;
}
.cp-section,
.cp-advisor-card,
.cp-method,
.cp-product {
  box-shadow: none;
}
.cp-advisor-card,
.cp-method,
.cp-product {
  border-color: rgba(190, 146, 72, .42);
}
.cp-advisor-card p,
.cp-method p,
.cp-product h3 {
  color: #40364f;
}

@media (min-width: 761px) {
  .cp-section {
    padding: clamp(38px, 4.2vw, 66px) 0;
  }
  .cp-advisor-card {
    padding: 9px;
  }
  .cp-advisor-card img {
    aspect-ratio: 1.2 / 1;
  }
  .cp-advisor-card h3 {
    margin-top: 10px;
  }
  .cp-stories {
    padding-top: clamp(46px, 4.8vw, 74px);
    padding-bottom: clamp(46px, 4.8vw, 74px);
  }
  .cp-story {
    min-height: 310px;
  }
  .cp-story p {
    font-size: 13px;
  }
  .cp-method {
    min-height: 190px;
  }
  .cp-method > span {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .cp-product h3 {
    min-height: 32px;
  }
}

@media (max-width: 760px) {
  .cp-home {
    background:
      radial-gradient(circle at 70% 0, rgba(111, 73, 190, .3), transparent 30%),
      linear-gradient(180deg, #090326 0%, #160a3d 46%, #090326 100%);
  }
  .cp-header {
    border-bottom-color: rgba(245, 200, 95, .22);
    background: rgba(7, 3, 29, .98);
  }
  .cp-hero {
    min-height: 218px;
    padding: 24px 22px 34px;
    background:
      linear-gradient(90deg, rgba(8,3,30,.9), rgba(9,4,31,.2)),
      var(--cp-hero-image, url("../images/prototype/hero-eastern-selected.png")) center right 20% / cover no-repeat;
  }
  .cp-hero__content {
    width: min(238px, 66vw);
  }
  .cp-hero h1 {
    font-size: clamp(24px, 6.8vw, 30px);
    line-height: .98;
  }
  .cp-hero p {
    max-width: 210px;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.35;
  }
  .cp-hero__actions {
    margin-top: 13px;
  }
  .cp-hero-ask {
    width: min(calc(100vw - 70px), 340px);
    min-height: 46px;
    margin-top: 14px;
    margin-left: min(26px, 7vw);
    padding: 5px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
    border-radius: 8px;
  }
  .cp-hero-ask input {
    min-width: 0;
    height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }
  .cp-hero-ask button {
    height: 34px;
    padding: 0 9px;
    border-radius: 6px;
    font-size: 12px;
  }
  .cp-hero .cp-gold {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 7px;
    font-size: 12px;
  }
  .cp-section,
  .cp-products,
  .cp-methods,
  .cp-advisors {
    color: var(--cp-cream);
    background:
      linear-gradient(180deg, rgba(14,7,43,.96), rgba(24,10,61,.96));
  }
  .cp-section {
    padding: 22px 0;
  }
  .cp-kicker {
    margin-bottom: 5px;
    color: var(--cp-gold);
    font-size: 10px;
    letter-spacing: .12em;
  }
  .cp-home > .cp-section > .cp-kicker,
  .cp-stories__intro .cp-kicker,
  .cp-section__head .cp-kicker {
    display: none;
  }
  .cp-section h2,
  .cp-stories h2 {
    width: min(100% - 28px, 430px);
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--cp-gold);
    font-size: 21px;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,244,190,.35), 0 0 12px rgba(245,200,95,.2);
    white-space: nowrap;
  }
  .cp-section h2::before,
  .cp-section h2::after,
  .cp-stories h2::before,
  .cp-stories h2::after {
    content: "\2726";
    flex: 1 1 0;
    min-width: 32px;
    max-width: 150px;
    height: 1px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(245,200,95,.34);
    color: #f4cd72;
    font-family: var(--cp-sans);
    font-size: 17px;
    line-height: 0;
  }
  .cp-section h2::before,
  .cp-stories h2::before {
    justify-content: flex-end;
    padding-right: 7px;
  }
  .cp-section h2::after,
  .cp-stories h2::after {
    justify-content: flex-start;
    padding-left: 7px;
  }
  .cp-subtitle,
  .cp-section__head a,
  .cp-small-link {
    display: none;
  }
  .cp-advisor-grid,
  .cp-story-row,
  .cp-method-grid,
  .cp-product-row {
    gap: 12px;
    padding-left: calc((100vw - min(82vw, 360px)) / 2);
    padding-right: calc((100vw - min(82vw, 360px)) / 2);
    scroll-padding-inline: calc((100vw - min(82vw, 360px)) / 2);
  }
  .cp-advisor-card,
  .cp-story,
  .cp-method,
  .cp-product {
    flex-basis: min(82vw, 360px);
    border: 1px solid rgba(245,200,95,.72);
    border-radius: 8px;
    color: var(--cp-cream);
    background:
      radial-gradient(circle at 96% 0, rgba(116, 74, 190, .46), transparent 36%),
      rgba(30, 17, 69, .94);
  }
  .cp-advisor-card {
    grid-template-columns: 126px 1fr;
    min-height: 134px;
    padding: 10px;
  }
  .cp-advisor-card img {
    grid-row: span 4;
    width: 112px;
    align-self: center;
    justify-self: center;
  }
  .cp-advisor-card h3 {
    margin: 0 0 4px;
    font-size: 22px;
  }
  .cp-advisor-card p {
    margin: 0 0 4px;
    color: rgba(255,248,236,.76);
    font-size: 12px;
  }
  .cp-advisor-card .cp-rating {
    margin: 0 0 8px;
    font-size: 12px;
  }
  .cp-advisor-card .cp-rating span:last-child {
    display: inline;
    color: rgba(255,248,236,.72);
  }
  .cp-advisor-card a {
    min-height: 34px;
    margin: 0;
    border-radius: 7px;
  }
  .cp-stories {
    padding: 21px 14px;
    background:
      radial-gradient(circle at 100% 10%, rgba(111, 73, 190, .34), transparent 30%),
      #130734;
  }
  .cp-stories__intro p:not(.cp-kicker),
  .cp-stories__intro .cp-gold {
    display: none;
  }
  .cp-stories .cp-mobile-carousel {
    width: min(100%, 430px);
    margin: 0 auto;
    overflow: hidden;
  }
  .cp-story {
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 10px 14px;
    align-items: center;
    min-height: 128px;
    padding: 10px;
  }
  .cp-story__media {
    grid-row: span 3;
  }
  .cp-story__media img {
    aspect-ratio: 1 / .86;
  }
  .cp-story__media span {
    width: 42px;
    height: 42px;
  }
  .cp-story p {
    margin: 0;
    font-size: 13px;
    line-height: 1.38;
  }
  .cp-story strong,
  .cp-story small {
    margin: 0;
  }
  .cp-story small {
    font-size: 11px;
  }
  .cp-method-grid {
    padding-left: 16px;
    padding-right: 16px;
    scroll-padding-inline: 16px;
  }
  .cp-method {
    flex-basis: 88px;
    min-height: 94px;
    padding: 10px 8px;
    text-align: center;
  }
  .cp-method > span {
    width: 36px;
    height: 36px;
    margin: 0 auto 7px;
    color: var(--cp-gold);
    background: rgba(255,255,255,.05);
  }
  .cp-method > span svg {
    width: 22px;
    height: 22px;
  }
  .cp-method h3 {
    margin: 0;
    font-family: var(--cp-sans);
    font-size: 11px;
    line-height: 1.15;
  }
  .cp-method p {
    display: none;
  }
  .cp-section__head {
    display: block;
    margin-bottom: 12px;
    text-align: center;
  }
  .cp-product {
    grid-template-columns: 50% 1fr;
    min-height: 122px;
    padding: 10px;
  }
  .cp-product__image {
    grid-row: span 4;
  }
  .cp-product__image img {
    aspect-ratio: 1.25 / 1;
  }
  .cp-product h3 {
    color: var(--cp-cream);
    font-size: 14px;
    line-height: 1.2;
  }
  .cp-product__price {
    color: #fff;
  }
  .cp-product__cart {
    width: auto;
    min-height: 30px;
    justify-self: start;
    padding: 0 10px;
  }
  .cp-trust {
    display: none;
  }
  .cp-footer {
    padding-top: 24px;
    background: #12063d;
  }
  .crysela-chat-body {
    background: #090326;
  }
  .crysela-chat-body .cp-chat {
    background:
      radial-gradient(circle at 85% 20%, rgba(111, 73, 190, .24), transparent 30%),
      #090326;
  }
  .cp-chat-window header {
    border-bottom: 1px solid rgba(245,200,95,.18);
    background:
      linear-gradient(180deg, rgba(22,11,62,.98), rgba(12,6,39,.98));
  }
  .cp-chat-window header strong {
    font-family: var(--cp-serif);
    font-size: 22px;
  }
  .cp-chat-window header span {
    font-size: 12px;
  }
  .cp-chat-tools button {
    color: var(--cp-gold);
  }
  .cp-messages {
    padding: 18px 14px 10px;
    background:
      radial-gradient(circle at 86% 12%, rgba(107, 67, 181, .24), transparent 28%),
      linear-gradient(180deg, rgba(12, 6, 42, .98), rgba(7, 3, 29, .98));
  }
  .cp-msg {
    margin-bottom: 12px;
  }
  .cp-msg > div {
    border-radius: 7px 16px 16px;
    background: rgba(46, 38, 83, .88);
    box-shadow: 0 12px 26px rgba(0,0,0,.16);
  }
  .cp-msg--user > div {
    border-radius: 16px 7px 16px 16px;
    background: linear-gradient(135deg, #7550c2, #5a34a1);
  }
  .cp-msg time {
    font-size: 11px;
  }
  .cp-prompts {
    gap: 8px;
    padding: 10px 10px 8px;
    background:
      linear-gradient(180deg, rgba(24,10,61,.88), rgba(18,8,55,.96));
  }
  .cp-prompts::before {
    content: "Explore with Luna";
    flex: 0 0 100%;
    color: var(--cp-gold);
    font-family: var(--cp-serif);
    font-size: 17px;
    line-height: 1;
    text-align: center;
  }
  .cp-prompts button {
    min-height: 32px;
    padding: 0 10px;
    border-color: rgba(245,200,95,.48);
    color: var(--cp-cream);
    background: rgba(62, 33, 112, .7);
  }
  .cp-composer {
    grid-template-columns: 44px minmax(0, 1fr) 50px;
    padding: 10px 12px max(12px, env(safe-area-inset-bottom));
    background: #120837;
  }
  .cp-composer input {
    height: 46px;
    background: rgba(255,255,255,.08);
  }
  .cp-composer .cp-send {
    width: 50px;
    height: 50px;
  }
}

.cp-chat .cp-messages,
.crysela-chat-body .cp-messages {
  background:
    radial-gradient(circle at 86% 12%, rgba(107, 67, 181, .24), transparent 28%),
    linear-gradient(180deg, rgba(12, 6, 42, .98), rgba(7, 3, 29, .98)) !important;
  background-blend-mode: normal !important;
  background-attachment: scroll !important;
}

.cp-socials a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #211320;
  background: var(--cp-gold);
}
.cp-socials a svg {
  width: 16px;
  height: 16px;
}

.cp-woo-page {
  color: var(--cp-ink);
  background:
    radial-gradient(circle at 86% 0, rgba(106,67,181,.18), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #fbf2e3 100%);
}
.cp-shop-hero {
  min-height: 210px;
  padding: 52px max(30px, calc((100vw - 1540px) / 2));
  display: grid;
  place-items: center;
  color: var(--cp-cream);
  text-align: center;
  background:
    linear-gradient(90deg, rgba(9,4,31,.95), rgba(27,10,70,.72), rgba(9,4,31,.95)),
    url("../images/prototype/hero-eastern-selected.png") center / cover no-repeat;
  border-bottom: 1px solid rgba(245,200,95,.38);
}
.cp-shop-hero p,
.cp-product-summary .cp-kicker,
.cp-direct-reviews .cp-kicker {
  margin: 0 0 8px;
  color: var(--cp-gold);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.cp-shop-hero h1 {
  margin: 0;
  font-family: var(--cp-serif);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1;
}
.cp-shop-layout {
  width: min(100% - 44px, 1540px);
  margin: 0 auto;
  padding: 30px 0 72px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
}
.cp-shop-filter,
.cp-shop-card,
.cp-product-summary,
.cp-product-info article,
.cp-direct-reviews,
.cp-related-products {
  border: 1px solid rgba(185,139,67,.36);
  border-radius: 8px;
  background: rgba(255,253,248,.9);
  box-shadow: 0 18px 38px rgba(69,43,17,.08);
}
.cp-shop-filter {
  align-self: start;
  padding: 20px;
  position: sticky;
  top: calc(var(--cp-header-h, 92px) + 22px);
}
.cp-shop-filter h2 {
  margin: 0 0 18px;
  color: #8b5a16;
  font-family: var(--cp-serif);
  font-size: 22px;
}
.cp-shop-filter p {
  margin: 18px 0 10px;
  color: #2d1c45;
  font-weight: 900;
}
.cp-shop-filter a {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3b2858;
  font-size: 14px;
}
.cp-shop-filter a::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border: 1px solid rgba(59,40,88,.45);
  border-radius: 50%;
}
.cp-shop-filter a.is-active::before {
  border-color: #4b238a;
  background: #4b238a;
  box-shadow: inset 0 0 0 3px #fffaf1;
}
.cp-price-line {
  height: 4px;
  border-radius: 99px;
  background: #d8c6aa;
}
.cp-price-line span {
  width: 76%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #5c2d9a;
}
.cp-color-dots {
  display: flex;
  gap: 9px;
  margin-top: 12px;
}
.cp-color-dots i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2f7d46;
}
.cp-color-dots i:nth-child(2) { background: #5b2c86; }
.cp-color-dots i:nth-child(3) { background: #f1b7c3; }
.cp-color-dots i:nth-child(4) { background: #d79a25; }
.cp-color-dots i:nth-child(5) { background: #111; }
.cp-shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.cp-shop-chips span {
  min-height: 38px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(185,139,67,.46);
  border-radius: 999px;
  color: #7a4a13;
  background: #fffaf1;
  font-weight: 800;
}
.cp-shop-chips span:first-child {
  color: #fff;
  background: #4b238a;
}
.cp-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.cp-shop-card {
  position: relative;
  overflow: hidden;
  padding: 0 0 14px;
}
.cp-shop-card small {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  background: #4b238a;
  font-size: 12px;
  font-weight: 900;
}
.cp-shop-card img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  background: #eadcc5;
}
.cp-shop-card h3 {
  min-height: 46px;
  margin: 14px 14px 6px;
  color: #24153b;
  font-family: var(--cp-serif);
  font-size: 20px;
  line-height: 1.12;
}
.cp-shop-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 14px 7px;
  color: #d79a25;
}
.cp-shop-rating em {
  color: #6b6075;
  font-style: normal;
  font-size: 13px;
}
.cp-shop-card strong,
.cp-product-price {
  display: block;
  margin: 0 14px 12px;
  color: #24153b;
  font-size: 18px;
}
.cp-shop-card__cart,
.cp-shop-card__link,
.cp-shop-button,
.cp-buy-box button,
.cp-buy-box a {
  min-height: 40px;
  margin: 0 14px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 900;
}
.cp-shop-card__cart,
.cp-shop-button,
.cp-buy-box button {
  border: 0;
  color: #211320;
  background: linear-gradient(180deg, #ffd978, #d59a33);
}
.cp-shop-card__link,
.cp-buy-box a {
  border: 1px solid rgba(185,139,67,.6);
  color: #3f236b;
  background: #fffaf1;
}
.cp-product-detail {
  width: min(100% - 44px, 1500px);
  margin: 0 auto;
  padding: 42px 0 28px;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 520px);
  gap: 34px;
}
.cp-product-gallery__main {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  border: 1px solid rgba(185,139,67,.42);
  border-radius: 8px;
  background: #eadcc5;
}
.cp-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.cp-product-gallery__thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(185,139,67,.32);
  border-radius: 7px;
}
.cp-product-summary {
  padding: clamp(22px, 3vw, 34px);
}
.cp-product-summary h1 {
  margin: 0 0 12px;
  color: #211336;
  font-family: var(--cp-serif);
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1;
}
.cp-product-summary .cp-shop-rating {
  margin-left: 0;
}
.cp-benefit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}
.cp-benefit-chips span {
  padding: 6px 10px;
  border: 1px solid rgba(185,139,67,.44);
  border-radius: 999px;
  color: #704411;
  background: #fff8ec;
  font-size: 12px;
  font-weight: 900;
}
.cp-product-excerpt,
.cp-product-points {
  color: #51465e;
  line-height: 1.65;
}
.cp-buy-box {
  display: grid;
  grid-template-columns: 96px 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.cp-buy-box .quantity input {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(185,139,67,.42);
  border-radius: 7px;
  text-align: center;
}
.cp-buy-box button,
.cp-buy-box a {
  margin: 0;
}
.cp-product-info,
.cp-direct-reviews,
.cp-related-products {
  width: min(100% - 44px, 1500px);
  margin: 0 auto 28px;
}
.cp-product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.cp-product-info article,
.cp-direct-reviews,
.cp-related-products {
  padding: clamp(20px, 2.4vw, 30px);
}
.cp-product-info h2,
.cp-direct-reviews h2,
.cp-related-products h2 {
  margin: 0 0 12px;
  color: #24153b;
  font-family: var(--cp-serif);
  font-size: 30px;
}
.cp-reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.cp-reviews-head strong {
  color: #24153b;
  font-size: 34px;
}
.cp-reviews-head span {
  display: block;
  color: #6c6378;
  font-size: 13px;
}
.cp-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.cp-review-card {
  padding: 16px;
  border: 1px solid rgba(185,139,67,.32);
  border-radius: 8px;
  background: #fffaf1;
}
.cp-review-card b {
  color: #24153b;
}
.cp-review-card span {
  display: block;
  margin: 6px 0;
  color: #d59a33;
}
.cp-review-card p {
  color: #51465e;
  font-size: 14px;
  line-height: 1.55;
}
.cp-review-card small {
  color: #8a7b67;
}
.cp-review-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(185,139,67,.28);
}
.cp-review-form textarea,
.cp-review-form input[type="text"],
.cp-review-form input[type="email"] {
  width: 100%;
  border: 1px solid rgba(185,139,67,.34);
  border-radius: 7px;
}
.cp-review-form .submit {
  border: 0;
  border-radius: 7px;
  color: #211320;
  background: linear-gradient(180deg, #ffd978, #d59a33);
  font-weight: 900;
}
.cp-shop-grid--related {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1000px) {
  .cp-shop-layout,
  .cp-product-detail,
  .cp-product-info {
    grid-template-columns: 1fr;
  }
  .cp-shop-filter {
    position: static;
  }
  .cp-shop-grid,
  .cp-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cp-shop-hero {
    min-height: 150px;
    padding: 34px 18px;
  }
  .cp-shop-hero h1 {
    font-size: 34px;
  }
  .cp-shop-layout,
  .cp-product-detail,
  .cp-product-info,
  .cp-direct-reviews,
  .cp-related-products {
    width: min(100% - 28px, 520px);
  }
  .cp-shop-filter {
    display: none;
  }
  .cp-shop-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .cp-shop-grid,
  .cp-review-grid,
  .cp-shop-grid--related {
    grid-template-columns: 1fr;
  }
  .cp-shop-card {
    display: grid;
    grid-template-columns: 43% 1fr;
    gap: 10px 12px;
    padding: 10px;
  }
  .cp-shop-card img {
    grid-row: span 5;
    aspect-ratio: 1;
    border-radius: 7px;
  }
  .cp-shop-card h3,
  .cp-shop-card strong,
  .cp-shop-rating,
  .cp-shop-card__cart,
  .cp-shop-card__link {
    margin-left: 0;
    margin-right: 0;
  }
  .cp-shop-card h3 {
    min-height: 0;
    margin-top: 0;
    font-size: 18px;
  }
  .cp-product-detail {
    padding-top: 22px;
    gap: 18px;
  }
  .cp-product-summary {
    padding: 18px;
  }
  .cp-product-summary h1 {
    font-size: 32px;
  }
  .cp-buy-box {
    position: sticky;
    bottom: 0;
    z-index: 10;
    grid-template-columns: 72px 1fr;
    padding: 10px;
    margin: 18px -18px -18px;
    background: rgba(18,8,55,.98);
  }
  .cp-buy-box a {
    display: none;
  }
  .cp-product-info {
    gap: 14px;
  }
  .cp-reviews-head {
    align-items: start;
  }
}

/* WooCommerce prototype match pass */
.cp-shop-page {
  background: linear-gradient(180deg, #fffaf1 0%, #fbf2e3 100%);
}
.cp-shop-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(190px, 18vw, 260px);
  background:
    linear-gradient(90deg, rgba(10,4,32,.96), rgba(43,17,86,.8), rgba(10,4,32,.96)),
    url("../images/prototype/hero-eastern-selected.png") center / cover no-repeat;
}
.cp-shop-hero::before,
.cp-shop-hero::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  border: 2px solid rgba(245,200,95,.55);
  opacity: .8;
}
.cp-shop-hero::before { left: 34px; top: 28px; border-right: 0; border-bottom: 0; }
.cp-shop-hero::after { right: 34px; top: 28px; border-left: 0; border-bottom: 0; }
.cp-shop-hero__left,
.cp-shop-hero__right {
  position: absolute;
  top: 50%;
  width: min(18vw, 230px);
  max-height: 170px;
  object-fit: contain;
  transform: translateY(-50%);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
}
.cp-shop-hero__left { left: clamp(42px, 8vw, 150px); }
.cp-shop-hero__right { right: clamp(42px, 8vw, 150px); }
.cp-shop-hero p,
.cp-shop-hero h1 {
  position: relative;
  z-index: 2;
}
.cp-shop-layout {
  padding-top: 28px;
}
.cp-shop-card img {
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
}
.cp-shop-card h3 {
  font-size: clamp(17px, 1.2vw, 20px);
}
.cp-shop-card__cart,
.cp-shop-card__link {
  min-height: 38px;
}

.cp-woo-detail {
  min-height: 100vh;
  color: var(--cp-cream);
  background:
    radial-gradient(circle at 82% 12%, rgba(105,63,174,.3), transparent 30%),
    linear-gradient(180deg, #090326 0%, #171039 55%, #0a0428 100%);
}
.cp-product-breadcrumb {
  width: min(100% - 44px, 1500px);
  margin: 0 auto;
  padding: 18px 0 0;
  display: flex;
  gap: 10px;
  color: rgba(255,248,236,.72);
  font-size: 14px;
}
.cp-product-breadcrumb a { color: rgba(255,248,236,.86); }
.cp-product-breadcrumb b { color: var(--cp-gold); font-weight: 800; }
.cp-woo-detail .cp-product-detail {
  grid-template-columns: minmax(520px, 1.16fr) minmax(390px, .84fr);
  gap: clamp(28px, 3vw, 48px);
  padding-top: 20px;
}
.cp-woo-detail .cp-product-gallery {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
}
.cp-woo-detail .cp-product-gallery__thumbs {
  order: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 12px;
  margin: 0;
}
.cp-woo-detail .cp-product-gallery__thumbs img {
  width: 92px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(245,200,95,.52);
  border-radius: 8px;
}
.cp-woo-detail .cp-product-gallery__main {
  width: 100%;
  aspect-ratio: 1.38 / 1;
  object-fit: contain;
  border-color: rgba(245,200,95,.36);
  background:
    radial-gradient(circle at 50% 44%, rgba(99,59,157,.22), transparent 38%),
    #130a34;
}
.cp-woo-detail .cp-product-summary,
.cp-woo-detail .cp-product-info article,
.cp-woo-detail .cp-direct-reviews,
.cp-woo-detail .cp-related-products {
  border-color: rgba(245,200,95,.24);
  color: var(--cp-cream);
  background:
    radial-gradient(circle at 95% 0, rgba(105,63,174,.18), transparent 34%),
    rgba(18,9,55,.72);
  box-shadow: none;
}
.cp-woo-detail .cp-product-summary {
  align-self: start;
  padding: 0;
  border: 0;
  background: transparent;
}
.cp-benefit-chips--top {
  margin-top: 0;
}
.cp-benefit-chips--top span {
  color: #fff8ec;
  background: rgba(245,200,95,.12);
  border-color: rgba(245,200,95,.42);
}
.cp-woo-detail .cp-product-summary h1 {
  color: #fff8ec;
  font-size: clamp(38px, 3.4vw, 58px);
  line-height: 1.02;
}
.cp-woo-detail .cp-product-price {
  margin-left: 0;
  color: var(--cp-gold);
  font-size: 32px;
}
.cp-woo-detail .cp-product-excerpt,
.cp-woo-detail .cp-product-points,
.cp-woo-detail .cp-product-info p,
.cp-woo-detail .cp-product-info li {
  color: rgba(255,248,236,.78);
}
.cp-woo-detail .cp-product-points {
  padding-left: 20px;
}
.cp-woo-detail .cp-shop-rating {
  margin-left: 0;
}
.cp-stars-text {
  color: #f1b83f;
  letter-spacing: 1px;
}
.cp-buy-box {
  grid-template-columns: 110px 1fr;
}
.cp-buy-box a {
  grid-column: 1 / -1;
}
.cp-woo-detail .cp-product-info {
  grid-template-columns: .7fr 1fr;
  border: 1px solid rgba(245,200,95,.24);
  border-radius: 8px 8px 0 0;
  background: rgba(18,9,55,.55);
}
.cp-woo-detail .cp-product-info article {
  border: 0;
  background: transparent;
}
.cp-woo-detail .cp-product-info h2,
.cp-woo-detail .cp-direct-reviews h2,
.cp-woo-detail .cp-related-products h2 {
  color: var(--cp-gold);
}
.cp-woo-detail .cp-direct-reviews {
  margin-top: -29px;
  border-radius: 0 0 8px 8px;
}
.cp-reviews-head a {
  min-height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245,200,95,.46);
  border-radius: 7px;
  color: var(--cp-gold);
  font-weight: 900;
}
.cp-woo-detail .cp-reviews-head strong,
.cp-woo-detail .cp-review-card b {
  color: #fff8ec;
}
.cp-woo-detail .cp-review-card {
  border-color: rgba(245,200,95,.24);
  background: rgba(255,255,255,.045);
}
.cp-woo-detail .cp-review-card p {
  color: rgba(255,248,236,.78);
}
.cp-woo-detail .cp-related-products {
  margin-bottom: 48px;
}

@media (max-width: 760px) {
  .cp-shop-hero__left,
  .cp-shop-hero__right {
    display: none;
  }
  .cp-shop-card img {
    aspect-ratio: 1;
  }
  .cp-woo-detail .cp-product-breadcrumb {
    display: none;
  }
  .cp-woo-detail .cp-product-detail {
    width: 100%;
    padding-top: 0;
    grid-template-columns: 1fr;
  }
  .cp-woo-detail .cp-product-gallery {
    display: block;
  }
  .cp-woo-detail .cp-product-gallery__thumbs {
    display: none;
  }
  .cp-woo-detail .cp-product-gallery__main {
    width: 100%;
    aspect-ratio: 1.18 / .72;
    border: 0;
    border-radius: 0;
    object-fit: cover;
  }
  .cp-woo-detail .cp-product-summary {
    width: min(100% - 28px, 520px);
    margin: -8px auto 0;
  }
  .cp-woo-detail .cp-product-summary h1 {
    font-size: 32px;
  }
  .cp-woo-detail .cp-product-price {
    font-size: 28px;
  }
  .cp-woo-detail .cp-product-info,
  .cp-woo-detail .cp-direct-reviews,
  .cp-woo-detail .cp-related-products {
    width: min(100% - 28px, 520px);
    margin-left: auto;
    margin-right: auto;
  }
  .cp-woo-detail .cp-product-info {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .cp-woo-detail .cp-direct-reviews {
    margin-top: -29px;
  }
  .cp-reviews-head {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .cp-reviews-head a {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .cp-buy-box {
    grid-template-columns: 92px 1fr;
    margin: 18px 0 0;
    padding: 10px;
    border: 1px solid rgba(245,200,95,.35);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffd978, #d59a33);
  }
  .cp-buy-box button {
    background: transparent;
    box-shadow: none;
  }
}

/* WooCommerce prototype alignment v2 */
.cp-woo-page {
  --woo-night: #09001d;
  --woo-plum: #180a3b;
  --woo-plum-2: #24124c;
  --woo-gold: #e6ae35;
  --woo-gold-2: #ffc95f;
  --woo-cream: #fff8eb;
  --woo-ink: #201139;
  font-family: Inter, "Noto Sans SC", sans-serif;
}

.cp-shop-page {
  background:
    radial-gradient(circle at 88% 18%, rgba(224, 174, 62, .08), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #fbf0df 100%);
  color: var(--woo-ink);
}

.cp-shop-hero {
  min-height: 178px;
  padding: 20px clamp(28px, 3vw, 56px);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(420px, 1.4fr) minmax(220px, 1fr);
  align-items: center;
  border-top: 1px solid rgba(230, 174, 53, .72);
  border-bottom: 1px solid rgba(230, 174, 53, .34);
  background:
    linear-gradient(90deg, rgba(11, 2, 35, .96), rgba(45, 16, 78, .78), rgba(11, 2, 35, .96)),
    url("../images/prototype/hero-eastern-selected.png") center / cover no-repeat;
}

.cp-shop-hero::before,
.cp-shop-hero::after {
  width: 80px;
  height: 80px;
  border-color: rgba(230, 174, 53, .72);
}

.cp-shop-hero__left,
.cp-shop-hero__right {
  position: static;
  width: min(100%, 310px);
  max-height: 150px;
  transform: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.36));
}

.cp-shop-hero__left {
  justify-self: center;
}

.cp-shop-hero__right {
  justify-self: center;
  width: min(100%, 280px);
}

.cp-shop-hero > div {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cp-shop-hero h1 {
  margin: 0;
  color: #fff7cf;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 700;
  line-height: .95;
  text-shadow: 0 3px 18px rgba(0,0,0,.32);
}

.cp-shop-hero p {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff3d2;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: 27px;
  letter-spacing: 2px;
}

.cp-shop-hero p span {
  width: 122px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--woo-gold), transparent);
}

.cp-shop-layout {
  width: min(100% - 48px, 1350px);
  margin: 0 auto;
  padding: 20px 0 72px;
  display: grid;
  grid-template-columns: 234px minmax(0, 1fr);
  gap: 38px;
}

.cp-shop-filter {
  position: sticky;
  top: 94px;
  align-self: start;
  padding: 18px 20px 20px;
  border: 1px solid rgba(81, 42, 115, .2);
  border-radius: 6px;
  background: rgba(255, 253, 248, .76);
  box-shadow: 0 16px 32px rgba(46, 20, 65, .08);
}

.cp-shop-filter h2 {
  margin: 0 0 18px;
  color: #9b6517;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: 21px;
}

.cp-shop-filter p {
  margin: 16px 0 10px;
  color: #2b1843;
  font-weight: 800;
  font-size: 13px;
}

.cp-shop-filter a {
  min-height: 25px;
  display: grid;
  grid-template-columns: 14px 1fr auto;
  align-items: center;
  gap: 9px;
  color: #372257;
  font-size: 13px;
  text-decoration: none;
}

.cp-shop-filter a i {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(45, 22, 74, .48);
  border-radius: 999px;
}

.cp-shop-filter a.is-active i {
  border: 4px solid #5e248f;
}

.cp-shop-filter hr {
  margin: 14px 0;
  border: 0;
  border-top: 1px solid rgba(45, 22, 74, .15);
}

.cp-price-line {
  height: 5px;
  border-radius: 999px;
  background: #d7c9b6;
}

.cp-price-line span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: #642a91;
}

.cp-price-range {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #3b2758;
  font-size: 12px;
}

.cp-color-dots {
  display: flex;
  gap: 10px;
}

.cp-color-dots i {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(45,22,74,.28);
  border-radius: 50%;
}

.cp-color-dots i:nth-child(1) { background: #3d873d; }
.cp-color-dots i:nth-child(2) { background: #572b82; }
.cp-color-dots i:nth-child(3) { background: #edb0bd; }
.cp-color-dots i:nth-child(4) { background: #e6a71b; }
.cp-color-dots i:nth-child(5) { background: #050505; }
.cp-color-dots i:nth-child(6) { background: #fff; }
.cp-color-dots i:nth-child(7) { background: linear-gradient(135deg, #77bfe8, #df7ec1, #f2c64a); }

.cp-clear-filter {
  width: 100%;
  min-height: 37px;
  margin-top: 18px;
  border: 1px solid rgba(67, 34, 100, .55);
  border-radius: 4px;
  background: transparent;
  color: #49236f;
  font-weight: 700;
}

.cp-shop-topline {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.cp-shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cp-shop-chips span,
.cp-shop-sort {
  min-height: 35px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 139, 42, .5);
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  color: #8a5514;
  font-weight: 800;
  font-size: 14px;
}

.cp-shop-chips span:first-child {
  border-color: #5a2589;
  background: #5a2589;
  color: #fff;
}

.cp-shop-sort {
  min-width: 206px;
  border-radius: 5px;
  color: #32154d;
}

.cp-shop-sort svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.cp-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 20px;
}

.cp-shop-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(166, 105, 31, .22);
  border-radius: 6px;
  background: rgba(255, 252, 246, .84);
  box-shadow: 0 18px 36px rgba(70, 39, 83, .09);
}

.cp-shop-card small {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7e43c1, #4c167e);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.cp-shop-card a:first-of-type {
  display: block;
}

.cp-shop-card img {
  width: 100%;
  aspect-ratio: 1.52 / 1;
  display: block;
  object-fit: cover;
}

.cp-shop-card h3 {
  min-height: 50px;
  margin: 13px 14px 8px;
  color: #1f1237;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: 19px;
  line-height: 1.2;
}

.cp-shop-rating {
  margin: 0 14px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a9781c;
}

.cp-stars-text {
  color: var(--woo-gold);
  letter-spacing: 1px;
  white-space: nowrap;
}

.cp-shop-rating em {
  color: #776985;
  font-style: normal;
  font-size: 13px;
}

.cp-shop-rating b {
  color: #fff2d2;
}

.cp-shop-card strong {
  margin: 0 14px 12px;
  display: block;
  color: #28133e;
  font-size: 17px;
  font-weight: 900;
}

.cp-shop-card__cart,
.cp-shop-card__link {
  min-height: 37px;
  margin: 0 12px 9px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.cp-shop-card__cart {
  border: 0;
  background: linear-gradient(180deg, #f6cd60, #d59522);
  color: #1c1128;
}

.cp-shop-card__cart svg {
  width: 17px;
  height: 17px;
}

.cp-shop-card__link {
  border: 1px solid rgba(193, 130, 32, .45);
  color: #4a1d75;
  background: rgba(255,255,255,.58);
}

.cp-woo-detail {
  min-height: 100vh;
  color: var(--woo-cream);
  background:
    radial-gradient(circle at 80% 12%, rgba(104, 67, 171, .32), transparent 34%),
    radial-gradient(circle at 10% 4%, rgba(81, 38, 138, .3), transparent 30%),
    linear-gradient(180deg, #07001b 0%, #160734 58%, #09001e 100%);
}

.cp-product-breadcrumb {
  width: min(100% - 46px, 1444px);
  margin: 0 auto;
  padding: 17px 0 0;
  display: flex;
  gap: 11px;
  align-items: center;
  color: rgba(255, 248, 235, .76);
  font-size: 14px;
}

.cp-product-breadcrumb a {
  color: rgba(255, 248, 235, .9);
  text-decoration: none;
}

.cp-product-breadcrumb b {
  color: var(--woo-gold-2);
}

.cp-woo-detail .cp-product-detail {
  width: min(100% - 46px, 1444px);
  margin: 18px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(600px, 1.07fr) minmax(440px, .93fr);
  gap: 40px;
}

.cp-product-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 18px;
}

.cp-product-gallery__thumbs {
  display: grid;
  gap: 11px;
  align-content: start;
}

.cp-product-gallery__thumbs img {
  width: 98px;
  height: 88px;
  object-fit: cover;
  border: 2px solid rgba(230,174,53,.68);
  border-radius: 7px;
}

.cp-product-gallery__main {
  width: 100%;
  height: 454px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(230,174,53,.22);
  border-radius: 6px;
}

.cp-product-gallery__mobile-main,
.cp-mobile-badge,
.cp-mobile-wish,
.cp-mobile-dots {
  display: none;
}

.cp-woo-detail .cp-product-summary {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cp-benefit-chips--top {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-benefit-chips--top span {
  padding: 7px 12px;
  border: 1px solid rgba(230,174,53,.45);
  border-radius: 999px;
  background: rgba(230,174,53,.14);
  color: #fff5d8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cp-benefit-chips--top span:first-child {
  border-color: rgba(73, 213, 116, .45);
  background: rgba(40, 153, 79, .65);
}

.cp-woo-detail .cp-product-summary h1 {
  margin: 0 0 8px;
  color: #fff6e2;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: clamp(42px, 3.35vw, 56px);
  line-height: 1;
}

.cp-woo-detail .cp-product-price {
  margin: 8px 0 6px;
  display: block;
  color: var(--woo-gold-2);
  font-size: 34px;
  font-weight: 500;
}

.cp-product-excerpt {
  max-width: 580px;
  margin: 0 0 18px;
  color: rgba(255,248,235,.86);
  font-size: 14px;
  line-height: 1.45;
}

.cp-product-points {
  margin: 0 0 15px;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.cp-product-points li {
  display: flex;
  gap: 9px;
  color: rgba(255,248,235,.82);
  font-size: 14px;
}

.cp-product-points li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd66b 0 35%, rgba(230,174,53,.22) 37% 100%);
}

.cp-product-points b {
  margin-right: 2px;
  color: #fff8eb;
}

.cp-stock-line {
  margin: 12px 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64e183;
  font-size: 14px;
}

.cp-stock-line i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #43dd6d;
}

.cp-buy-box {
  margin: 0 0 15px;
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 11px 20px;
}

.cp-buy-box .quantity {
  display: block;
}

.cp-buy-box .qty {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(255,248,235,.22);
  border-radius: 6px;
  background: rgba(255,255,255,.05);
  color: #fff8eb;
  text-align: center;
  font-size: 18px;
}

.cp-buy-box button,
.cp-buy-box a {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.cp-buy-box button {
  border: 0;
  background: linear-gradient(180deg, #f4ca62, #df9e2c);
  color: #170d24;
}

.cp-buy-box button svg {
  width: 18px;
  height: 18px;
}

.cp-buy-box a {
  grid-column: 1 / -1;
  border: 1px solid rgba(230,174,53,.62);
  background: rgba(255,255,255,.02);
  color: #fff8eb;
}

.cp-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cp-trust-row span {
  min-width: 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 8px;
  align-items: center;
  color: rgba(255,248,235,.78);
  font-size: 13px;
}

.cp-trust-row svg,
.cp-trust-row span > :first-child {
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  color: var(--woo-gold-2);
}

.cp-trust-row b {
  color: #fff8eb;
  font-size: 13px;
}

.cp-trust-row em {
  font-style: normal;
  font-size: 12px;
}

.cp-product-story,
.cp-related-products {
  width: min(100% - 46px, 1444px);
  margin: 22px auto 0;
  border: 1px solid rgba(230,174,53,.28);
  border-radius: 8px;
  background: rgba(22, 8, 56, .64);
}

.cp-product-story {
  display: grid;
  grid-template-columns: .52fr .48fr;
}

.cp-description-block,
.cp-reviews-block {
  padding: 18px 24px;
}

.cp-description-block {
  border-right: 1px solid rgba(230,174,53,.24);
}

.cp-product-story h2,
.cp-product-story h3,
.cp-related-products h2 {
  margin: 0 0 12px;
  color: #ffd86d;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: 25px;
}

.cp-description-block p,
.cp-description-block li {
  color: rgba(255,248,235,.82);
  font-size: 14px;
  line-height: 1.55;
}

.cp-description-block ul {
  margin: 0;
  padding-left: 18px;
}

.cp-reviews-head {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.cp-reviews-head a {
  min-height: 33px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(230,174,53,.55);
  border-radius: 4px;
  color: #ffd86d;
  font-weight: 800;
  text-decoration: none;
}

.cp-review-summary {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  align-items: center;
}

.cp-review-score strong {
  display: block;
  color: #fff5df;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.cp-review-score span {
  display: block;
  margin-top: 5px;
  color: rgba(255,248,235,.72);
  font-size: 13px;
}

.cp-rating-bars {
  display: grid;
  gap: 5px;
}

.cp-rating-bars p {
  margin: 0;
  display: grid;
  grid-template-columns: 28px 1fr 32px;
  gap: 8px;
  align-items: center;
  color: rgba(255,248,235,.82);
  font-size: 13px;
}

.cp-rating-bars span {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.cp-rating-bars i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f6c353, #ffd86d);
}

.cp-rating-bars em {
  font-style: normal;
}

.cp-review-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cp-review-card {
  min-height: 155px;
  padding: 14px;
  border: 1px solid rgba(230,174,53,.28);
  border-radius: 6px;
  background: rgba(255,255,255,.045);
}

.cp-review-card b {
  color: #fff8eb;
}

.cp-review-card small {
  margin-left: 10px;
  padding: 2px 6px;
  border: 1px solid rgba(74, 213, 107, .45);
  border-radius: 3px;
  color: #69e087;
  font-size: 11px;
}

.cp-review-card p {
  margin: 9px 0 0;
  color: rgba(255,248,235,.8);
  font-size: 13px;
  line-height: 1.45;
}

.cp-related-products {
  margin-bottom: 48px;
  padding: 12px 24px 20px;
}

.cp-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.cp-detail-related-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(230,174,53,.28);
  border-radius: 6px;
  background: rgba(255,255,255,.045);
}

.cp-detail-related-card img {
  width: 132px;
  height: 126px;
  object-fit: cover;
}

.cp-detail-related-card div {
  padding: 10px 12px;
}

.cp-detail-related-card h3 {
  margin: 0 0 8px;
  color: #fff8eb;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: 20px;
  line-height: 1.12;
}

.cp-detail-related-card strong {
  display: block;
  margin-top: 6px;
  color: #fff8eb;
}

@media (max-width: 1180px) {
  .cp-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cp-woo-detail .cp-product-detail {
    grid-template-columns: 1fr;
  }

  .cp-product-story,
  .cp-detail-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cp-description-block {
    border-right: 0;
    border-bottom: 1px solid rgba(230,174,53,.24);
  }
}

@media (max-width: 760px) {
  .cp-shop-hero {
    min-height: 150px;
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .cp-shop-hero__left,
  .cp-shop-hero__right,
  .cp-shop-hero p span {
    display: none;
  }

  .cp-shop-hero h1 {
    font-size: 42px;
  }

  .cp-shop-hero p {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .cp-shop-layout {
    width: min(100% - 28px, 520px);
    display: block;
    padding-bottom: 48px;
  }

  .cp-shop-filter {
    position: static;
    margin-bottom: 18px;
  }

  .cp-shop-topline {
    display: block;
  }

  .cp-shop-chips {
    margin-bottom: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .cp-shop-chips span {
    white-space: nowrap;
  }

  .cp-shop-sort {
    width: 100%;
  }

  .cp-shop-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cp-shop-card {
    width: 100%;
    margin: 0 auto;
  }

  .cp-shop-card img {
    aspect-ratio: 1.52 / 1;
  }

  .cp-woo-detail {
    padding-bottom: 84px;
  }

  .cp-product-breadcrumb,
  .cp-product-gallery__thumbs,
  .cp-product-gallery__main {
    display: none;
  }

  .cp-woo-detail .cp-product-detail {
    width: 100%;
    margin: 0;
    display: block;
  }

  .cp-product-gallery {
    display: block;
  }

  .cp-product-gallery__mobile-main {
    width: 100%;
    height: clamp(265px, 48vh, 390px);
    display: block;
    object-fit: cover;
  }

  .cp-mobile-badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 28px;
    min-height: 39px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(230,174,53,.78);
    border-radius: 999px;
    background: rgba(14, 6, 42, .76);
    color: #fff8eb;
    font-weight: 900;
  }

  .cp-mobile-wish {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 28px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(230,174,53,.78);
    border-radius: 50%;
    background: rgba(14, 6, 42, .76);
    color: #fff8eb;
    font-size: 31px;
  }

  .cp-mobile-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    padding: 8px 15px;
    display: flex;
    gap: 12px;
    border: 1px solid rgba(230,174,53,.38);
    border-radius: 999px;
    background: rgba(14, 6, 42, .6);
  }

  .cp-mobile-dots i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.72);
  }

  .cp-mobile-dots i:first-child {
    background: var(--woo-gold-2);
  }

  .cp-woo-detail .cp-product-summary {
    width: min(100% - 28px, 520px);
    margin: 18px auto 0;
  }

  .cp-benefit-chips--top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cp-benefit-chips--top span {
    text-align: center;
  }

  .cp-woo-detail .cp-product-summary h1 {
    font-size: 39px;
  }

  .cp-product-excerpt {
    font-size: 17px;
  }

  .cp-product-points {
    grid-template-columns: 1fr 1fr;
  }

  .cp-product-points li {
    min-height: 48px;
    padding: 0 13px;
    align-items: center;
    border: 1px solid rgba(230,174,53,.45);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    font-weight: 800;
  }

  .cp-product-points li span {
    display: none;
  }

  .cp-stock-line,
  .cp-trust-row {
    display: none;
  }

  .cp-buy-box {
    position: fixed;
    z-index: 80;
    left: max(14px, env(safe-area-inset-left));
    right: max(14px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    margin: 0;
    padding: 8px;
    grid-template-columns: 168px 1fr;
    gap: 8px;
    border: 1px solid rgba(230,174,53,.5);
    border-radius: 8px;
    background: linear-gradient(180deg, #f6c95d, #dc9a2a);
    box-shadow: 0 -12px 28px rgba(0,0,0,.32);
  }

  .cp-buy-box .qty {
    height: 56px;
    border-color: rgba(80,49,17,.25);
    background: rgba(79, 49, 17, .34);
    color: #fff8eb;
  }

  .cp-buy-box button {
    min-height: 56px;
    background: transparent;
    color: #10071b;
    box-shadow: none;
    font-size: 21px;
  }

  .cp-buy-box a {
    display: none;
  }

  .cp-product-story,
  .cp-related-products {
    width: min(100% - 28px, 520px);
    display: block;
    margin-top: 24px;
  }

  .cp-description-block {
    display: none;
  }

  .cp-reviews-block {
    padding: 22px 16px;
  }

  .cp-reviews-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cp-review-summary {
    grid-template-columns: 148px 1fr;
    gap: 14px;
  }

  .cp-review-score strong {
    font-size: 48px;
  }

  .cp-review-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cp-review-card {
    min-height: 132px;
  }

  .cp-related-products {
    padding: 18px 16px 22px;
  }

  .cp-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .cp-detail-related-card {
    display: block;
  }

  .cp-detail-related-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.35 / 1;
  }

  .cp-detail-related-card h3 {
    min-height: 46px;
    font-size: 17px;
  }
}

/* WooCommerce screenshot correction pass */
.cp-shop-filter a::before {
  content: none !important;
}

.cp-shop-filter a {
  display: grid !important;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  justify-content: stretch;
}

.cp-shop-filter a i {
  display: block;
}

.cp-shop-filter a span {
  justify-self: end;
}

.cp-woo-detail .cp-product-detail {
  align-items: start;
}

.cp-woo-detail .cp-product-summary h1 {
  max-width: 650px;
}

.cp-woo-detail .cp-shop-rating {
  margin-left: 0;
}

.cp-woo-detail .cp-shop-rating b,
.cp-woo-detail .cp-shop-rating em {
  color: rgba(255, 248, 235, .82);
}

.cp-woo-detail .cp-product-price del {
  opacity: .95;
}

.cp-woo-detail .cp-product-price ins {
  text-decoration: none;
}

.cp-woo-detail .cp-review-card small {
  display: inline-flex;
  max-width: 100%;
  vertical-align: middle;
}

.cp-woo-detail .cp-detail-related-card .cp-stars-text {
  display: block;
  margin-top: 4px;
}

@media (min-width: 761px) {
  .cp-woo-detail .cp-product-story {
    grid-template-columns: 52% 48%;
  }

  .cp-woo-detail .cp-review-grid {
    gap: 10px;
  }

  .cp-woo-detail .cp-review-card {
    min-height: 174px;
  }

  .cp-woo-detail .cp-detail-related-grid {
    gap: 22px;
  }
}

@media (max-width: 760px) {
  .cp-shop-page .cp-shop-layout {
    width: min(100% - 24px, 430px);
  }

  .cp-shop-page .cp-shop-chips {
    margin-left: 0;
    margin-right: -12px;
  }

  .cp-shop-page .cp-shop-card {
    display: block !important;
    padding: 0 0 14px !important;
  }

  .cp-shop-page .cp-shop-card img {
    width: 100%;
    aspect-ratio: 1.52 / 1 !important;
    border-radius: 0 !important;
  }

  .cp-shop-page .cp-shop-card h3 {
    min-height: 0;
    margin: 13px 14px 8px !important;
    font-size: 20px;
  }

  .cp-shop-page .cp-shop-rating,
  .cp-shop-page .cp-shop-card strong,
  .cp-shop-page .cp-shop-card__cart,
  .cp-shop-page .cp-shop-card__link {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .cp-shop-page .cp-shop-card__cart,
  .cp-shop-page .cp-shop-card__link {
    width: auto;
  }

  .cp-woo-detail {
    padding-bottom: 0;
  }

  .cp-woo-detail .cp-product-gallery__mobile-main {
    height: 220px;
  }

  .cp-woo-detail .cp-product-summary {
    margin-top: 14px;
  }

  .cp-woo-detail .cp-product-summary h1 {
    font-size: 32px;
    line-height: 1.05;
  }

  .cp-woo-detail .cp-product-price {
    font-size: 27px;
  }

  .cp-woo-detail .cp-product-excerpt {
    font-size: 14px;
    line-height: 1.45;
  }

  .cp-woo-detail .cp-product-points {
    gap: 9px;
  }

  .cp-woo-detail .cp-product-points li {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  .cp-woo-detail .cp-buy-box {
    position: sticky;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 30;
    grid-template-columns: 64px 1fr;
    margin: 16px 0 0;
    border-radius: 7px;
  }

  .cp-woo-detail .cp-buy-box .qty {
    height: 48px;
  }

  .cp-woo-detail .cp-buy-box button {
    min-height: 48px;
    font-size: 18px;
  }

  .cp-woo-detail .cp-product-story {
    margin-top: 16px;
  }

  .cp-woo-detail .cp-reviews-block {
    padding: 18px 14px;
  }

  .cp-woo-detail .cp-reviews-head {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .cp-woo-detail .cp-reviews-head h2 {
    font-size: 25px;
  }

  .cp-woo-detail .cp-reviews-head a {
    padding: 0 12px;
    font-size: 12px;
  }

  .cp-woo-detail .cp-review-summary {
    grid-template-columns: 106px 1fr;
    gap: 10px;
  }

  .cp-woo-detail .cp-review-score strong {
    font-size: 38px;
  }

  .cp-woo-detail .cp-rating-bars p {
    grid-template-columns: 24px 1fr 20px;
    gap: 5px;
    font-size: 12px;
  }

  .cp-woo-detail .cp-review-card {
    min-height: 0;
    padding: 13px;
  }

  .cp-woo-detail .cp-review-card small {
    margin-left: 6px;
    font-size: 10px;
  }

  .cp-woo-detail .cp-review-card p {
    font-size: 12px;
  }

  .cp-woo-detail .cp-related-products h2 {
    font-size: 25px;
  }

  .cp-woo-detail .cp-detail-related-grid {
    gap: 10px;
  }

  .cp-woo-detail .cp-detail-related-card h3 {
    min-height: 42px;
    font-size: 15px;
  }
}

/* WooCommerce functional polish pass */
.cp-woo-page {
  font-size: 14px;
}

.cp-shop-chips a {
  min-height: 35px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 139, 42, .5);
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  color: #8a5514;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.cp-shop-chips a.is-active,
.cp-shop-chips a:first-child.is-active {
  border-color: #5a2589;
  background: #5a2589;
  color: #fff;
}

.cp-shop-sort {
  min-height: 35px;
  padding: 0 10px 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cp-shop-sort span {
  font-weight: 900;
}

.cp-shop-sort a {
  color: #5a2589;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.cp-clear-filter {
  text-decoration: none;
}

.cp-product-gallery__thumbs button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cp-product-gallery__thumbs button.is-active img {
  border-color: #ffd76d;
  box-shadow: 0 0 0 2px rgba(255, 215, 109, .22);
}

.cp-mobile-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
}

.cp-mobile-dots button.is-active {
  background: var(--woo-gold-2);
}

.cp-qty-control {
  height: 45px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  overflow: hidden;
  border: 1px solid rgba(255,248,235,.22);
  border-radius: 6px;
  background: rgba(255,255,255,.05);
}

.cp-qty-control button,
.cp-qty-control input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff8eb;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

.cp-qty-control button {
  cursor: pointer;
  background: rgba(255,255,255,.06);
}

.cp-qty-control input {
  -moz-appearance: textfield;
}

.cp-qty-control input::-webkit-outer-spin-button,
.cp-qty-control input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.cp-trust-row {
  gap: 22px;
}

.cp-trust-row span {
  grid-template-columns: 38px minmax(0, 1fr);
}

.cp-trust-row svg,
.cp-trust-row i {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  color: var(--woo-gold-2);
  font-style: normal;
  font-size: 28px;
  line-height: 1;
}

.cp-trust-row b {
  line-height: 1.15;
}

.cp-woo-detail .cp-product-summary h1 {
  font-size: clamp(34px, 2.8vw, 48px);
}

.cp-woo-detail .cp-product-price {
  font-size: 30px;
}

.cp-product-story h2,
.cp-product-story h3,
.cp-related-products h2 {
  font-size: 23px;
}

.cp-shop-card h3 {
  font-size: 18px;
}

@media (max-width: 760px) {
  .cp-woo-page {
    font-size: 13px;
  }

  .cp-shop-chips a {
    min-height: 34px;
    padding: 0 16px;
    font-size: 13px;
  }

  .cp-shop-sort {
    width: 100%;
    justify-content: center;
  }

  .cp-shop-page .cp-shop-card h3 {
    font-size: 17px;
    line-height: 1.25;
  }

  .cp-woo-detail {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .cp-woo-detail .cp-product-summary h1 {
    font-size: 28px;
  }

  .cp-woo-detail .cp-product-price {
    font-size: 24px;
  }

  .cp-woo-detail .cp-buy-box {
    position: fixed;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    z-index: 80;
    grid-template-columns: 104px 1fr;
    margin: 0;
    padding: 7px;
    border-radius: 8px;
  }

  .cp-qty-control {
    height: 48px;
    grid-template-columns: 32px 1fr 32px;
    background: rgba(84, 52, 15, .34);
  }

  .cp-woo-detail .cp-buy-box button[type="submit"] {
    min-height: 48px;
    font-size: 17px;
  }

  .cp-woo-detail .cp-buy-box button[type="submit"] svg {
    width: 16px;
    height: 16px;
  }

  .cp-woo-detail .cp-trust-row {
    display: none;
  }

  .cp-mobile-dots i {
    display: none;
  }
}

/* Final functional alignment pass */
body.admin-bar .cp-header {
  top: 32px;
}

.cp-method > span {
  overflow: hidden;
}

.cp-method > span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cp-price-options {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.cp-shop-filter .cp-price-options a {
  min-height: 28px;
  padding: 0 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(90, 37, 137, .22);
  border-radius: 999px;
  color: #4a286d;
  font-size: 12px;
  font-weight: 800;
}

.cp-shop-filter .cp-price-options a.is-active {
  border-color: #642a91;
  background: #642a91;
  color: #fff;
}

.cp-shop-filter .cp-color-dots {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.cp-shop-filter .cp-color-dots a {
  width: 21px;
  height: 21px;
  min-height: 0;
  padding: 0;
  display: block !important;
  border: 0;
  border-radius: 50%;
}

.cp-shop-filter .cp-color-dots a i {
  width: 21px;
  height: 21px;
  display: block;
  border: 1px solid rgba(45,22,74,.28);
  border-radius: 50%;
}

.cp-shop-filter .cp-color-dots a:nth-child(1) i { background: #3d873d; }
.cp-shop-filter .cp-color-dots a:nth-child(2) i { background: #572b82; }
.cp-shop-filter .cp-color-dots a:nth-child(3) i { background: #edb0bd; }
.cp-shop-filter .cp-color-dots a:nth-child(4) i { background: #e6a71b; }
.cp-shop-filter .cp-color-dots a:nth-child(5) i { background: #050505; }
.cp-shop-filter .cp-color-dots a:nth-child(6) i { background: #fff; }
.cp-shop-filter .cp-color-dots a:nth-child(7) i { background: linear-gradient(135deg, #77bfe8, #df7ec1, #f2c64a); }

.cp-shop-filter .cp-color-dots a.is-active {
  box-shadow: 0 0 0 3px rgba(100, 42, 145, .18);
}

.cp-shop-filter .cp-color-dots a.is-active i {
  border-color: #642a91;
  box-shadow: inset 0 0 0 2px #fffaf1;
}

.cp-shop-filter .cp-clear-filter {
  width: 100%;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  grid-template-columns: none;
  border: 1px solid rgba(90, 37, 137, .58);
  border-radius: 5px;
  color: #4a286d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.cp-shop-filter .cp-clear-filter i,
.cp-shop-filter .cp-clear-filter::before {
  display: none !important;
}

.cp-shop-topline {
  align-items: flex-start;
}

.cp-shop-sort {
  min-width: 250px;
  min-height: 39px;
  align-self: flex-start;
  justify-content: center;
  transform: translateY(0);
}

.cp-shop-sort a.is-active {
  color: #fff;
  background: #5a2589;
  border-radius: 999px;
  padding: 3px 8px;
}

.cp-woo-detail .cp-product-summary h1 {
  font-size: clamp(30px, 2.35vw, 40px);
}

.cp-woo-detail .cp-product-price {
  font-size: 26px;
}

@media (max-width: 782px) {
  body.admin-bar .cp-header {
    top: 46px;
  }

  body.admin-bar .cp-nav {
    top: calc(var(--cp-header-h, 78px) + 46px);
  }
}

@media (max-width: 760px) {
  .cp-shop-topline {
    display: grid;
    gap: 10px;
  }

  .cp-shop-sort {
    min-width: 0;
    width: 100%;
  }

  .cp-shop-filter .cp-clear-filter {
    min-height: 38px;
    font-size: 13px;
  }

  .cp-woo-detail .cp-product-summary h1 {
    font-size: 24px;
  }

  .cp-woo-detail .cp-product-price {
    font-size: 22px;
  }
}

/* WooCommerce compact scale pass */
.cp-woo-page {
  font-size: 12.5px !important;
}

.cp-shop-page.is-filtering .cp-shop-grid,
.cp-shop-page.is-filtering .cp-shop-filter,
.cp-shop-page.is-filtering .cp-shop-topline {
  opacity: .55;
  pointer-events: none;
  transition: opacity .12s ease;
}

.cp-shop-layout {
  gap: 30px !important;
}

.cp-shop-filter {
  font-size: 12.5px !important;
}

.cp-shop-filter h2 {
  font-size: 19px !important;
}

.cp-shop-filter p {
  font-size: 12px !important;
}

.cp-shop-filter a {
  min-height: 24px !important;
  font-size: 12.5px !important;
}

.cp-shop-chips a {
  min-height: 32px !important;
  padding: 0 16px !important;
  font-size: 12.5px !important;
}

.cp-shop-sort {
  min-width: 220px !important;
  min-height: 34px !important;
  font-size: 12.5px !important;
}

.cp-shop-card h3 {
  min-height: 42px !important;
  font-size: 15px !important;
  line-height: 1.18 !important;
}

.cp-shop-card strong {
  font-size: 15px !important;
}

.cp-shop-rating,
.cp-shop-rating em {
  font-size: 12px !important;
}

.cp-shop-card__cart,
.cp-shop-card__link {
  min-height: 34px !important;
  font-size: 12.5px !important;
}

.cp-benefit-chips--top {
  gap: 8px !important;
  margin-bottom: 11px !important;
}

.cp-benefit-chips--top span {
  padding: 5px 10px !important;
  font-size: 11px !important;
}

.cp-woo-detail .cp-product-summary h1 {
  font-size: clamp(24px, 1.75vw, 32px) !important;
  line-height: 1.05 !important;
  margin-bottom: 7px !important;
}

.cp-woo-detail .cp-product-price {
  font-size: 22px !important;
  margin: 7px 0 5px !important;
}

.cp-woo-detail .cp-product-excerpt {
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  margin-bottom: 13px !important;
}

.cp-product-points li {
  font-size: 12.5px !important;
}

.cp-stock-line {
  font-size: 12.5px !important;
  margin: 10px 0 14px !important;
}

.cp-buy-box button,
.cp-buy-box a {
  min-height: 40px !important;
  font-size: 14px !important;
}

.cp-qty-control {
  height: 40px !important;
}

.cp-trust-row b {
  font-size: 12px !important;
}

.cp-trust-row em {
  font-size: 11px !important;
}

.cp-product-story h2,
.cp-product-story h3,
.cp-related-products h2 {
  font-size: 20px !important;
}

.cp-description-block p,
.cp-description-block li,
.cp-review-card p {
  font-size: 12px !important;
}

.cp-review-score strong {
  font-size: 34px !important;
}

.cp-detail-related-card h3 {
  font-size: 16px !important;
}

@media (max-width: 760px) {
  .cp-woo-page {
    font-size: 12px !important;
  }

  .cp-shop-page .cp-shop-card h3 {
    font-size: 15px !important;
  }

  .cp-woo-detail .cp-product-summary h1 {
    font-size: 21px !important;
  }

  .cp-woo-detail .cp-product-price {
    font-size: 20px !important;
  }

  .cp-benefit-chips--top span {
    font-size: 10.5px !important;
  }

  .cp-woo-detail .cp-product-excerpt,
  .cp-product-points li {
    font-size: 12px !important;
  }

  .cp-woo-detail .cp-buy-box button[type="submit"] {
    font-size: 15px !important;
  }
}

/* Product card spacing hotfix */
.cp-shop-card h3 {
  min-height: 0 !important;
  margin: 10px 14px 6px !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
}

.cp-shop-rating {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.cp-shop-card strong {
  margin-top: 0 !important;
  margin-bottom: 9px !important;
}

.cp-shop-card img {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .cp-shop-page .cp-shop-card h3 {
    min-height: 0 !important;
    margin: 10px 14px 6px !important;
    font-size: 14px !important;
  }
}

/* Final visual sizing pass */
body {
  font-size: 14px;
}

.cp-hero {
  background:
    linear-gradient(90deg, rgba(8, 3, 30, .88) 0%, rgba(16, 5, 48, .6) 44%, rgba(9, 4, 30, .14) 78%),
    url("../images/prototype/hero-eastern-selected.png") center right / cover no-repeat,
    radial-gradient(circle at 70% 30%, #4a1f81, #08031c 70%) !important;
}

.cp-section h2,
.cp-stories h2 {
  font-size: clamp(26px, 2.35vw, 40px);
  line-height: 1.05;
}

.cp-hero h1 {
  font-size: clamp(34px, 3.25vw, 52px);
  line-height: 1.02;
}

.cp-hero p {
  font-size: clamp(14px, .95vw, 16px);
}

.cp-hero-ask input {
  font-size: 14px;
}

.cp-subtitle {
  font-size: 14px;
}

.cp-chat-hero {
  height: clamp(112px, 16dvh, 176px);
  padding: clamp(10px, 1.25dvh, 18px) max(28px, calc((100vw - 1520px) / 2));
  background:
    linear-gradient(90deg, rgba(8, 4, 31, .95), rgba(8, 4, 31, .76) 43%, rgba(8, 4, 31, .28)),
    url("../images/prototype/chat-eastern-selected.png") center right / cover no-repeat !important;
}

.cp-chat-hero h1 {
  font-size: clamp(24px, 2.45dvh, 32px);
}

.cp-chat-rating {
  gap: 9px;
  font-size: 13px;
}

.cp-chat-shell {
  width: min(100% - 56px, 1480px);
  grid-template-columns: minmax(210px, 280px) minmax(390px, 1fr) minmax(225px, 292px);
  gap: clamp(12px, 1.15vw, 20px);
}

.cp-chat-history {
  padding: 15px;
}

.cp-panel-title {
  margin-bottom: 12px;
  font-size: 16px;
}

.cp-chat-history article {
  min-height: 58px;
  grid-template-columns: 42px 1fr auto;
  gap: 9px;
  padding: 8px;
}

.cp-chat-history img {
  width: 42px;
  height: 42px;
}

.cp-chat-history span,
.cp-chat-history > p {
  font-size: 12px;
}

.cp-chat-window header {
  min-height: 58px;
  grid-template-columns: 46px 1fr auto;
  padding: 8px 12px;
}

.cp-chat-window header img {
  width: 42px;
  height: 42px;
}

.cp-chat-window header strong {
  font-size: 16px;
}

.cp-chat-window header span {
  font-size: 12px;
}

.cp-messages {
  padding: 14px 14px 10px;
}

.cp-msg {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  margin-bottom: 11px;
}

.cp-msg img {
  width: 34px;
  height: 34px;
}

.cp-msg > div {
  padding: 10px 12px;
}

.cp-msg p {
  font-size: 13px;
  line-height: 1.48;
}

.cp-msg time {
  font-size: 10.5px;
}

.cp-msg--user {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: stretch !important;
}

.cp-msg--user > div {
  width: fit-content;
  min-width: min(220px, 70vw);
  max-width: min(560px, 72%) !important;
  justify-self: end;
}

.cp-msg--user p {
  word-break: normal;
  overflow-wrap: anywhere;
  text-align: left;
}

.cp-prompts {
  padding: 8px 12px;
}

.cp-prompts button {
  min-height: 30px;
  padding: 0 11px;
  font-size: 12px;
}

.cp-composer {
  grid-template-columns: 38px minmax(0, 1fr) 48px;
  gap: 9px;
  padding: 9px 11px;
}

.cp-composer input {
  height: 42px;
  padding: 0 14px;
  font-size: 13px;
}

.cp-composer button {
  width: 42px;
  height: 42px;
}

.cp-profile-card {
  padding: 14px;
}

.cp-profile-head {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
}

.cp-profile-head img {
  width: 58px;
}

.cp-profile h2 {
  font-size: 18px;
}

.cp-profile-copy {
  font-size: 12px;
  line-height: 1.42;
}

.cp-tags span {
  padding: 4px 8px;
  font-size: 11px;
}

.cp-reco {
  padding: 12px;
  gap: 10px;
}

.cp-reco h3 {
  font-size: 15px;
}

.cp-reco p {
  font-size: 12px;
}

.cp-shop-hero {
  background:
    linear-gradient(90deg, rgba(11, 2, 35, .96), rgba(45, 16, 78, .78), rgba(11, 2, 35, .96)),
    url("../images/prototype/hero-eastern-selected.png") center / cover no-repeat !important;
}

.cp-shop-hero h1 {
  font-size: clamp(32px, 3.6vw, 54px);
}

@media (max-width: 1120px) {
  .cp-chat-shell {
    width: min(100% - 28px, 900px);
  }
}

@media (max-width: 760px) {
  body {
    font-size: 13px;
  }

  .cp-hero {
    background:
      linear-gradient(90deg, rgba(8, 3, 30, .86), rgba(9, 4, 31, .28)),
      url("../images/prototype/hero-eastern-selected.png") center right 20% / cover no-repeat !important;
  }

  .cp-section h2,
  .cp-stories h2 {
    font-size: 22px;
  }

  .cp-hero h1 {
    font-size: clamp(24px, 6.2vw, 30px);
  }

  .cp-hero p {
    font-size: 12px;
  }

  .cp-hero-ask input {
    font-size: 13px;
  }

  .cp-shop-hero h1 {
    font-size: 28px;
  }

  .cp-chat-window header {
    min-height: 60px;
    grid-template-columns: 32px 40px minmax(0, 1fr) auto;
    padding: 8px 12px;
  }

  .cp-chat-window header img {
    width: 40px;
    height: 40px;
  }

  .cp-chat-window header strong {
    font-size: 16px;
  }

  .cp-chat-window header span {
    font-size: 11px;
  }

  .cp-messages {
    padding: 14px 12px 10px;
  }

  .cp-msg {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
  }

  .cp-msg > div {
    max-width: 78vw;
    padding: 11px 12px;
  }

  .cp-msg p {
    font-size: 13px;
  }

  .cp-msg--user {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cp-msg--user > div {
    min-width: min(210px, 68vw);
    max-width: 78vw !important;
    justify-self: end;
  }

  .cp-prompts::before {
    font-size: 15px;
  }

  .cp-composer {
    grid-template-columns: 40px minmax(0, 1fr) 46px;
    padding: 8px 10px max(10px, env(safe-area-inset-bottom));
  }

  .cp-composer input {
    height: 44px;
    font-size: 13px;
  }

  .cp-composer .cp-send,
  .cp-composer button {
    width: 44px;
    height: 44px;
  }
}
