

body[data-product="peekside"] {
  --gp-void: #05080A;
  --gp-accent: #32E1D2;
  --gp-accent-ink: #04191B;
  --gp-panel: rgba(12, 24, 27, 0.62);
  --gp-display-font: 'CalSans', 'Fredoka', system-ui, sans-serif;

  --pk-teal: #32E1D2;
  --pk-aqua: #4FD2F0;
  --pk-deep: #1E8FA8;
  --pk-amber: #F4C46A;
  --pk-surface-2: #0A1417;
}

body[data-product="peekside"].rk-chapter-page { background: #040708; }

body[data-product="peekside"] .gp-hero {
  min-height: clamp(520px, 84svh, 900px);
  background: var(--gp-void);
}
body[data-product="peekside"] .gp-hero__aura {
  position: absolute;
  inset: -12%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(36% 40% at 26% 30%, color-mix(in srgb, var(--pk-teal) 52%, transparent), transparent 70%),
    radial-gradient(38% 44% at 74% 26%, color-mix(in srgb, var(--pk-aqua) 46%, transparent), transparent 70%),
    radial-gradient(50% 54% at 56% 84%, color-mix(in srgb, var(--pk-deep) 40%, transparent), transparent 72%);
  filter: blur(34px) saturate(1.06);
  opacity: 0.46;
  animation: pk-drift 36s ease-in-out infinite alternate;
}
@keyframes pk-drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1.02); }
  to   { transform: translate3d(2%, 2%, 0) scale(1.08); }
}

body[data-product="peekside"] .pk-hero-mark {
  width: clamp(84px, 11vw, 120px);
  height: auto;
  border-radius: 22%;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.55))
          drop-shadow(0 0 44px rgba(50, 225, 210, 0.28));
}
body[data-product="peekside"] .pk-hero-name {
  margin: 0;
  font-family: var(--gp-display-font);
  font-size: clamp(3rem, 9vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #7FEDE2;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  body[data-product="peekside"] .pk-hero-name {
    background: linear-gradient(96deg, var(--pk-aqua) 0%, var(--pk-teal) 52%, #9BF3E8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

body[data-product="peekside"] .gp-hero__tagline {
  text-transform: none;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: clamp(1.5rem, 3.8vw, 2.6rem);
}
body[data-product="peekside"] .pk-hero-meta {
  margin: 4px 0 0;
  color: var(--gp-ink-dim);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

body[data-product="peekside"] .gp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(34px, 5vw, 56px);
}
body[data-product="peekside"] .gp-card {
  border-radius: 16px;
  background: var(--gp-panel);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 22px 20px;
  text-align: left;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
body[data-product="peekside"] .gp-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--gp-accent) 55%, transparent);
}
body[data-product="peekside"] .gp-card h3 {
  margin: 0 0 8px;
  font-family: var(--gp-display-font);
  font-size: 1.12rem;
  line-height: 1.2;
}
body[data-product="peekside"] .gp-card p {
  margin: 0;
  color: var(--gp-ink-dim);
  font-size: 0.94rem;
  line-height: 1.55;
}

body[data-product="peekside"] .pk-check {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 46ch;
}
body[data-product="peekside"] .pk-check li {
  position: relative;
  padding-left: 34px;
  color: var(--gp-ink-dim);
  line-height: 1.5;
}
body[data-product="peekside"] .pk-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--pk-teal) 20%, transparent);
  border: 1px solid color-mix(in srgb, var(--pk-teal) 58%, transparent);
}
body[data-product="peekside"] .pk-check li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid var(--pk-teal);
  border-width: 0 2px 2px 0;
  transform: rotate(42deg);
}

body[data-product="peekside"] .pk-limits {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 52ch;
}
body[data-product="peekside"] .pk-limits li {
  position: relative;
  padding-left: 34px;
  color: var(--gp-ink-dim);
  line-height: 1.5;
}
body[data-product="peekside"] .pk-limits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--pk-amber) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--pk-amber) 55%, transparent);
}

body[data-product="peekside"] .pk-price {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--pk-teal) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--pk-teal) 42%, transparent);
  font-size: 0.9rem;
  font-weight: 600;
  color: #A8F1E8;
}

body[data-product="peekside"] .gp-feature__art img.pk-shot-phone {
  max-width: 300px;
  margin-inline: auto;
  display: block;
}
body[data-product="peekside"] .gp-shots img {
  height: clamp(240px, 34vw, 420px);
}

@media (prefers-reduced-motion: reduce) {
  body[data-product="peekside"] .gp-hero__aura { animation: none; }
  body[data-product="peekside"] .gp-card { transition: none; }
}
