:root {
  --ps-mint: #7ec8b4;
  --ps-mint-deep: #3d9a84;
  --ps-peach: #f3b5a0;
  --ps-cream: #f7f1e8;
  --ps-ink: #3a2f2a;
  --ps-muted: #7a6a60;
}

body[data-page="preview-purrfectscoop"] {
  margin: 0;
  background: var(--ps-cream);
  color: var(--ps-ink);
  font-family: "Segoe UI", system-ui, sans-serif;
}

.ps-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.4rem;
  background: #fff;
  border-bottom: 1px solid rgba(58, 47, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.ps-top a {
  color: var(--ps-ink);
  text-decoration: none;
  font-size: 0.9rem;
}

.ps-brand {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ps-mint-deep);
}

.ps-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.5rem 1.4rem 1rem;
}

.ps-hero .eyebrow {
  color: var(--ps-mint-deep);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.ps-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0.6rem 0 0.8rem;
  max-width: 14ch;
}

.ps-hero .lead {
  color: var(--ps-muted);
  max-width: 42ch;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
}

.ps-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.ps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.ps-btn-primary {
  background: var(--ps-mint);
  color: #16352d;
}

.ps-btn-ghost {
  background: #fff;
  color: var(--ps-ink);
  border: 1px solid rgba(58, 47, 42, 0.12);
}

.ps-shot {
  margin-top: 2rem;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(58, 47, 42, 0.12);
}

.ps-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.ps-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.5rem 1.4rem 3.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ps-card {
  background: #fff;
  border-radius: 22px;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(58, 47, 42, 0.08);
}

.ps-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.ps-card p {
  margin: 0;
  color: var(--ps-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ps-foot {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.4rem 3rem;
  color: var(--ps-muted);
  font-size: 0.9rem;
}

.ps-foot a {
  color: var(--ps-mint-deep);
}
