/* Publiczny landing marki — Alergik pod Kontrolą */
:root {
  --mint: #4A9B8C;
  --mint-soft: #7EC8B8;
  --mint-wash: #d9efe9;
  --coral: #E07A62;
  --ink: #1c2a27;
  --muted: #5a6b66;
  --paper: #f4f7f5;
  --sand: #f3eee4;
  --white: #ffffff;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Nunito", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 55% at 0% 0%, rgba(126,200,184,0.35), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 30%, rgba(224,122,98,0.12), transparent 50%),
    linear-gradient(180deg, var(--paper) 0%, var(--sand) 48%, #e7f2ee 100%);
  line-height: 1.45;
  opacity: 0;
  transition: opacity 0.55s ease;
}

body.is-ready { opacity: 1; }

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(244, 247, 245, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(74, 155, 140, 0.15);
}

.nav-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  text-decoration: none;
  color: var(--mint);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.nav-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(74, 155, 140, 0.25);
}

.site-nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
  align-items: center;
}

.site-nav nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--muted);
}

.site-nav nav a:hover { color: var(--mint); }

.nav-studio {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--muted) !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  opacity: 0.72;
  letter-spacing: 0.01em;
}
.nav-studio:hover {
  color: var(--mint) !important;
  opacity: 1;
}

/* ——— HERO ——— */
.hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.04);
  animation: hero-drift 14s ease-in-out infinite alternate;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(28, 42, 39, 0.72) 0%, rgba(28, 42, 39, 0.45) 42%, rgba(28, 42, 39, 0.12) 70%, transparent 100%),
    linear-gradient(0deg, rgba(28, 42, 39, 0.55) 0%, transparent 45%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 7vw, 5.5rem);
  max-width: 720px;
  color: #f7faf8;
  animation: rise 0.9s ease both;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,0.25);
  margin-bottom: 0.85rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  line-height: 1.25;
  max-width: 18ch;
  margin-bottom: 0.75rem;
  color: #e8f6f1;
}

.lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  max-width: 38ch;
  color: rgba(247, 250, 248, 0.9);
  margin-bottom: 1.5rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  padding: 0.9rem 1.25rem;
  transition: transform 0.18s ease, background 0.18s ease;
}

.btn-primary {
  background: var(--coral);
  color: #fff;
}

.btn-primary:hover { transform: translateY(-2px); background: #d06852; }

.btn-ghost {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.55);
}

.btn-ghost:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }

/* ——— SECTIONS ——— */
.section {
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 5vw, 3.5rem);
}

.section-intro {
  max-width: 640px;
  margin-bottom: 2.25rem;
}

.section-intro h2,
.close h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.15;
  color: var(--mint);
  margin-bottom: 0.65rem;
}

.section-intro p,
.close p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 48ch;
}

.duo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.duo-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(28, 42, 39, 0.12);
  animation: fade-up 0.8s ease both;
}

.duo-item:nth-child(2) img { animation-delay: 0.12s; }

.duo-item h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.duo-item p { color: var(--muted); max-width: 34ch; }

/* ——— WIZJA + ALUŚ ——— */
.vision {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}

.vision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 5vw, 3.5rem);
  align-items: center;
}

.eyebrow {
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.55rem;
}

.vision-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1.15;
  color: var(--mint);
  margin-bottom: 0.85rem;
}

.vision-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 46ch;
  margin-bottom: 0.85rem;
}

.vision-points {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.vision-points li {
  position: relative;
  padding: 0.75rem 0.9rem 0.75rem 1.15rem;
  border-left: 3px solid var(--mint-soft);
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  font-size: 0.98rem;
}

.vision-points strong { color: var(--mint); }

.vision-media {
  margin: 0;
  animation: fade-up 0.85s ease both;
}

.vision-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(28, 42, 39, 0.14);
}

.vision-media figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.product-row .product-card {
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.product-row .product-card:hover {
  transform: translateY(-3px);
}

.product-row .product-card:hover span {
  color: var(--mint);
}

.product-row img {
  width: 100%;
  aspect-ratio: 2550 / 3300;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin-bottom: 0.65rem;
  background: #fef8ef;
  box-shadow: 0 12px 36px rgba(28, 42, 39, 0.12);
}

.product-row span {
  display: block;
  font-weight: 800;
  font-size: 0.95rem;
}

.product-row small {
  color: var(--muted);
  font-size: 0.85rem;
}

.series-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 2.25rem;
  counter-reset: tom;
}

.series-list li {
  display: grid;
  grid-template-columns: minmax(190px, 240px) 1fr;
  gap: 1.25rem;
  align-items: start;
  counter-increment: tom;
  position: relative;
}

.series-list a {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.series-list li:hover strong {
  color: var(--mint);
}

.series-list li::before {
  content: counter(tom, decimal-leading-zero);
  position: absolute;
  left: -0.15rem;
  top: -0.55rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--coral);
  z-index: 1;
}

.series-list img {
  width: 100%;
  max-width: 240px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  background: #fff8f0;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(28, 42, 39, 0.16);
}

.series-list strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

.series-list span {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--mint);
  margin-bottom: 0.25rem;
}

.series-list p {
  color: var(--muted);
  font-size: 0.92rem;
}

.close {
  text-align: center;
  background:
    linear-gradient(180deg, transparent, rgba(74, 155, 140, 0.1));
}

.close h2 { color: var(--ink); }

.close p {
  margin: 0 auto 1.4rem;
}

.close-quiet {
  background: transparent;
  border-top: 1px dashed rgba(74, 155, 140, 0.22);
  padding-top: 2rem;
}
.close-quiet h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 700;
}
.close-quiet p {
  max-width: 52ch;
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}
.close-alus {
  width: min(220px, 55vw);
  margin: 0 auto 1.1rem;
  overflow: hidden;
  border-radius: 999px;
  aspect-ratio: 1;
  box-shadow: 0 10px 28px rgba(28, 42, 39, 0.1);
}
.close-alus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.08);
  animation: soft-bob 5.5s ease-in-out infinite alternate;
}

.series-list li {
  transition: none;
}
.series-list li:hover {
  transform: none;
}

.site-foot {
  padding: 2rem clamp(1.25rem, 5vw, 3.5rem) 2.5rem;
  border-top: 1px solid rgba(74, 155, 140, 0.18);
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
}

.site-foot strong { color: var(--mint); }

@keyframes hero-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.2%, -1%, 0); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes soft-bob {
  from { transform: scale(1.06) translateY(0); }
  to { transform: scale(1.1) translateY(-2%); }
}

/* ——— PRODUCT PAGES ——— */
.product-hero {
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 5vw, 3.5rem) 0;
}

.product-page .eyebrow {
  white-space: normal;
  line-height: 1.35;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.product-cover {
  margin: 0;
  background: rgba(255,255,255,0.55);
  border-radius: 14px;
  padding: 0.85rem;
  box-shadow: 0 18px 48px rgba(28, 42, 39, 0.12);
}

.product-cover img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-cover.is-portrait img {
  aspect-ratio: 2550 / 3300;
  object-fit: contain;
  background: #fef8ef;
}

.product-cover.is-square img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff8f0;
}

.product-hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1;
  color: var(--mint);
  margin-bottom: 0.55rem;
}

.product-tagline {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 0.85rem;
  max-width: 36ch;
}

.product-blurb {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 48ch;
  margin-bottom: 1.25rem;
}

.product-facts {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0 0 1.35rem;
  max-width: 42rem;
}

.product-facts li {
  padding: 0.55rem 0.7rem;
  background: rgba(255, 255, 255, 0.55);
  border-left: 3px solid var(--mint-soft);
  color: var(--muted);
  font-size: 0.92rem;
}

.product-facts strong {
  display: block;
  color: var(--mint);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.btn-ghost-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  padding: 0.9rem 1.25rem;
  background: rgba(255,255,255,0.65);
  border: 1.5px solid rgba(74, 155, 140, 0.35);
  color: var(--mint);
  transition: transform 0.18s ease, background 0.18s ease;
}

.btn-ghost-ink:hover {
  transform: translateY(-2px);
  background: #fff;
}

.btn-soon-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  padding: 0.9rem 1.25rem;
  background: rgba(74, 155, 140, 0.1);
  color: var(--mint);
  border: 1.5px solid rgba(74, 155, 140, 0.28);
}

.product-pain .section-intro {
  margin-bottom: 1.5rem;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pain-card {
  padding: 1.15rem 1.2rem;
  background: rgba(255, 255, 255, 0.58);
  border-top: 3px solid var(--mint);
}

.pain-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 0.45rem;
}

.pain-card p {
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 34ch;
}

.product-details-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.product-details h2,
.product-audience h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--mint);
  margin-bottom: 0.85rem;
}

.product-for {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 40ch;
  margin-bottom: 1.25rem;
}

.alus-band {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  background: rgba(74, 155, 140, 0.08);
  border: 1px solid rgba(74, 155, 140, 0.18);
}

.alus-band img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(74, 155, 140, 0.2);
}

.alus-band strong {
  display: block;
  color: var(--mint);
  margin-bottom: 0.25rem;
}

.alus-band p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.product-buy {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}

.edition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 920px;
}

.edition-grid.is-single {
  grid-template-columns: minmax(0, 320px);
}

.edition-card {
  background: rgba(255,255,255,0.72);
  border: 1.5px solid rgba(74, 155, 140, 0.18);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 0;
}

.edition-card.is-live {
  border-color: rgba(74, 155, 140, 0.4);
  box-shadow: 0 8px 22px rgba(74, 155, 140, 0.12);
}

.edition-top {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.edition-market {
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--coral);
}

.edition-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.2;
}

.edition-label {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

.btn-amazon {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  padding: 0.7rem 1rem;
  background: var(--coral);
  color: #fff;
  transition: transform 0.18s ease, background 0.18s ease;
}

.btn-amazon:hover {
  transform: translateY(-2px);
  background: #d06852;
}

.edition-card.is-soon {
  opacity: 0.96;
}

.soon-pill {
  margin-top: auto;
  display: inline-flex;
  align-self: flex-start;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.45rem 0.75rem;
  background: rgba(74, 155, 140, 0.12);
  color: var(--mint);
  border-radius: 999px;
}

.buy-note {
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 56ch;
}

.product-related {
  padding-top: clamp(2.25rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.section-intro-compact {
  margin-bottom: 1.15rem;
}

.section-intro-compact h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
}

.related-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 720px;
}

.related-card {
  text-decoration: none;
  background: rgba(255,255,255,0.65);
  border-radius: 10px;
  padding: 0.55rem;
  box-shadow: 0 6px 18px rgba(28, 42, 39, 0.07);
  transition: transform 0.18s ease;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.65rem;
  align-items: center;
}

.related-card:hover { transform: translateY(-2px); }

.related-card img {
  width: 72px;
  height: 96px;
  object-fit: cover;
  object-position: top center;
  background: #fef8ef;
  border-radius: 6px;
  margin-bottom: 0;
  box-shadow: 0 4px 12px rgba(28, 42, 39, 0.1);
}

.related-card img.is-square {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.related-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.related-meta strong {
  display: block;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--ink);
  line-height: 1.2;
}

.related-meta small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.back-home {
  margin-top: 1.35rem;
}

.back-home a {
  font-weight: 800;
  color: var(--mint);
  text-decoration: none;
}

.back-home a:hover { text-decoration: underline; }

/* ——— RESPONSIVE (must follow product-page rules) ——— */
@media (max-width: 900px) {
  .product-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .duo-grid { grid-template-columns: 1fr; }
  .vision-grid { grid-template-columns: 1fr; }
  .series-list { grid-template-columns: 1fr; }
  .product-hero-grid { grid-template-columns: 1fr; }
  .product-cover { max-width: 320px; margin-inline: auto; }
  .product-hero-copy { text-align: left; }
  .product-details-grid { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .edition-grid { grid-template-columns: 1fr; max-width: none; }
  .related-row { grid-template-columns: 1fr; max-width: none; }
  .product-page .site-nav {
    flex-wrap: wrap;
    gap: 0.65rem;
  }
  .product-page .site-nav nav {
    width: 100%;
    gap: 0.65rem 1rem;
  }
  .product-page .nav-studio { display: none; }
}

@media (max-width: 640px) {
  .site-nav {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
  }
  .site-nav nav {
    gap: 0.5rem 0.85rem;
    font-size: 0.85rem;
  }
  .nav-brand {
    font-size: clamp(0.95rem, 4.2vw, 1.15rem);
    max-width: 100%;
  }
  .nav-studio { display: none; }
  .hero { min-height: 88vh; }
  .brand-mark { font-size: clamp(2.1rem, 11vw, 3rem); }
  .section { padding: clamp(2.5rem, 7vw, 4rem) 1rem; }
  .product-row { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
  .series-list li {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .series-list img {
    max-width: min(200px, 72vw);
    margin-inline: auto;
  }
  .series-list li::before {
    left: 0.25rem;
    top: -0.35rem;
  }
  .product-page .product-hero {
    padding: 1.25rem 1rem 0;
  }
  .product-hero-grid {
    gap: 1.15rem;
  }
  .product-cover {
    max-width: min(280px, 85vw);
    padding: 0.55rem;
  }
  .product-hero-copy h1 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }
  .product-page .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
  .product-tagline,
  .product-blurb {
    max-width: none;
  }
  .product-facts {
    grid-template-columns: 1fr;
  }
  .product-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .product-cta-row .btn-primary,
  .product-cta-row .btn-ghost-ink,
  .product-cta-row .btn-soon-hero {
    width: 100%;
    text-align: center;
  }
  .edition-card {
    min-height: 0;
  }
  .related-row { grid-template-columns: 1fr; gap: 0.65rem; }
  .site-foot {
    flex-direction: column;
    gap: 0.35rem;
  }
}

/* ─── Dark mode ─── */
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(74, 155, 140, 0.35);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.theme-toggle-btn:hover {
  background: #f4faf8;
  border-color: rgba(74, 155, 140, 0.55);
  box-shadow: 0 3px 12px rgba(74, 155, 140, 0.2);
  transform: translateY(-1px);
}
.theme-toggle-icon {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  display: block;
  pointer-events: none;
}
.theme-toggle-btn.is-active-dark {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}
.theme-toggle-btn.is-active-dark:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.6);
}
.site-nav .theme-toggle-btn {
  margin-left: 0.15rem;
}
[data-theme="dark"] .site-nav .theme-toggle-btn {
  background: rgba(28, 38, 34, 0.85);
  border-color: rgba(90, 171, 156, 0.45);
}
[data-theme="dark"] .site-nav .theme-toggle-btn:hover {
  background: rgba(40, 52, 48, 0.95);
}
.theme-toggle-fixed {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 999;
  background: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  font-size: 1.15rem;
}

[data-theme="dark"] {
  --mint: #5AAB9C;
  --mint-soft: #4D8A7E;
  --mint-wash: #1a3d35;
  --ink: #dce4e1;
  --muted: #9aa8a2;
  --paper: #151f1c;
  --sand: #24201a;
  --white: #1c2622;
}

[data-theme="dark"] body {
  background:
    radial-gradient(ellipse 90% 55% at 0% 0%, rgba(90, 171, 156, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 30%, rgba(224, 122, 98, 0.08), transparent 50%),
    linear-gradient(180deg, #111a17 0%, #141d1a 48%, #0f1815 100%);
}

[data-theme="dark"] .site-nav {
  background: rgba(21, 31, 28, 0.85);
  border-bottom-color: rgba(90, 171, 156, 0.18);
}

[data-theme="dark"] .hero-media img {
  filter: brightness(0.55) saturate(0.85);
}

[data-theme="dark"] .hero-veil {
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.25) 70%, transparent 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, transparent 45%);
}

[data-theme="dark"] .vision-points li {
  background: rgba(255, 255, 255, 0.05);
  border-left-color: var(--mint-soft);
}

[data-theme="dark"] .product-row img {
  background: #2a2018;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .series-list img {
  background: #2a2218;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .close {
  background: linear-gradient(180deg, transparent, rgba(90, 171, 156, 0.1));
}

[data-theme="dark"] .close-alus {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .site-foot {
  border-top-color: rgba(90, 171, 156, 0.16);
}

[data-theme="dark"] .section-intro h2,
[data-theme="dark"] .vision-copy h2,
[data-theme="dark"] .close h2 {
  color: var(--mint-soft);
}

[data-theme="dark"] .close-quiet h2 {
  color: var(--muted);
}

[data-theme="dark"] .product-cover {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .product-cover.is-portrait img {
  background: #2a2018;
}

[data-theme="dark"] .product-cover.is-square img {
  background: #2a2218;
}

[data-theme="dark"] .related-card {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] .related-card img {
  background: #2a2018;
}

[data-theme="dark"] .related-meta strong {
  color: var(--ink);
}

[data-theme="dark"] .related-meta small {
  color: var(--muted);
}

/* ——— Product pages (dark) ——— */
[data-theme="dark"] .product-hero-copy h1,
[data-theme="dark"] .product-details h2,
[data-theme="dark"] .product-audience h2,
[data-theme="dark"] .product-pain h2 {
  color: var(--mint-soft);
}

[data-theme="dark"] .product-tagline,
[data-theme="dark"] .pain-card h3 {
  color: var(--ink);
}

[data-theme="dark"] .section-intro p,
[data-theme="dark"] .product-blurb,
[data-theme="dark"] .product-for,
[data-theme="dark"] .pain-card p,
[data-theme="dark"] .alus-band p,
[data-theme="dark"] .buy-note {
  color: var(--muted);
}

[data-theme="dark"] .product-facts li {
  background: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .pain-card {
  background: rgba(255, 255, 255, 0.05);
  border-top-color: var(--mint-soft);
}

[data-theme="dark"] .alus-band {
  background: rgba(90, 171, 156, 0.1);
  border-color: rgba(90, 171, 156, 0.22);
}

[data-theme="dark"] .btn-soon-hero {
  background: rgba(90, 171, 156, 0.14);
  border-color: rgba(90, 171, 156, 0.32);
  color: var(--mint);
}

[data-theme="dark"] .edition-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(90, 171, 156, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

[data-theme="dark"] .edition-card.is-live {
  border-color: rgba(90, 171, 156, 0.42);
  box-shadow: 0 10px 28px rgba(90, 171, 156, 0.12);
}

[data-theme="dark"] .edition-card.is-soon {
  opacity: 1;
}

[data-theme="dark"] .edition-card h3 {
  color: var(--ink);
}

[data-theme="dark"] .edition-label {
  color: var(--muted);
}

[data-theme="dark"] .soon-pill {
  background: rgba(90, 171, 156, 0.18);
  color: var(--mint);
}

/* ─── Product pages v2: centered, modern sales layout ─── */
.product-page {
  --product-max: 1180px;
}

.product-page main {
  overflow: hidden;
}

.product-shell {
  width: min(var(--product-max), calc(100% - 48px));
  margin-inline: auto;
}

.product-page .product-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 17% 42%, rgba(126, 200, 184, 0.3), transparent 28%),
    radial-gradient(circle at 90% 30%, rgba(224, 122, 98, 0.13), transparent 25%),
    rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(74, 155, 140, 0.12);
}

.product-page .product-hero-grid {
  grid-template-columns: minmax(280px, 390px) minmax(0, 620px);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
  justify-content: center;
}

.product-cover-stage {
  position: relative;
  z-index: 1;
  max-width: 350px;
  margin-inline: auto;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.product-cover-stage .cover-glow {
  position: absolute;
  inset: 9% -10% -7%;
  z-index: -1;
  border-radius: 45%;
  background: radial-gradient(circle, rgba(74, 155, 140, 0.28), transparent 68%);
  filter: blur(18px);
}

.product-cover-stage img,
.product-cover-stage.is-portrait img,
.product-cover-stage.is-square img {
  position: relative;
  border-radius: 14px;
  box-shadow:
    0 28px 65px rgba(28, 42, 39, 0.2),
    0 8px 22px rgba(28, 42, 39, 0.13);
  transform: rotate(-1.2deg);
  background: #fff8f0;
}

.product-cover-stage.is-portrait img {
  aspect-ratio: 2550 / 3300;
}

.product-cover-stage.is-square {
  max-width: 390px;
}

.product-cover-stage.is-square img {
  aspect-ratio: 1 / 1;
}

.product-cover-stage figcaption {
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.product-page .product-hero-copy {
  max-width: 620px;
}

.product-page .product-hero-copy h1 {
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 1rem;
}

.product-page .product-tagline {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.35;
  max-width: 34ch;
}

.product-page .product-blurb {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 58ch;
}

.product-page .product-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: none;
}

.product-page .product-facts li {
  min-height: 76px;
  border: 1px solid rgba(74, 155, 140, 0.14);
  border-left: 0;
  border-radius: 10px;
  padding: 0.7rem 0.75rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 6px 18px rgba(28, 42, 39, 0.04);
}

.product-page .product-cta-row {
  margin-top: 1.25rem;
  gap: 0.85rem;
}

.product-page .btn-primary,
.product-page .btn-ghost-ink,
.product-page .btn-soon-hero {
  border-radius: 10px;
  min-height: 50px;
  padding-inline: 1.4rem;
}

.product-page .section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.product-page .section-intro {
  max-width: 720px;
  margin-bottom: 2rem;
}

.product-page .section-intro h2 {
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  letter-spacing: -0.025em;
}

.product-page .section-intro p {
  font-size: 1.08rem;
  line-height: 1.65;
}

.product-pain {
  background: rgba(255, 255, 255, 0.42);
}

.product-page .pain-grid {
  gap: 1.1rem;
}

.product-page .pain-card {
  position: relative;
  min-height: 210px;
  padding: 1.6rem;
  border: 1px solid rgba(74, 155, 140, 0.13);
  border-top: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 34px rgba(28, 42, 39, 0.07);
}

.product-page .pain-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 1.25rem;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mint), var(--coral));
}

.product-page .pain-card h3 {
  font-size: 1.35rem;
}

.product-page .pain-card p {
  max-width: none;
  line-height: 1.65;
}

.product-page .product-details {
  background:
    linear-gradient(120deg, rgba(217, 239, 233, 0.45), transparent 55%);
}

.product-page .product-details-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.product-page .product-details h2,
.product-page .product-audience h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.product-page .vision-points {
  gap: 0.8rem;
}

.product-page .vision-points li {
  padding: 1rem 1.1rem 1rem 1.3rem;
  border-left-width: 4px;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 6px 18px rgba(28, 42, 39, 0.04);
}

.product-audience {
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(28, 42, 39, 0.08);
}

.product-page .product-for {
  max-width: none;
  line-height: 1.7;
}

.product-page .alus-band {
  margin-top: 1.4rem;
  padding: 1.1rem;
  border-radius: 14px;
}

.product-page .alus-band strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.product-page .product-buy {
  background: rgba(243, 238, 228, 0.6);
}

.product-page .edition-grid {
  max-width: none;
  gap: 1rem;
}

.product-page .edition-card {
  min-height: 210px;
  padding: 1.4rem;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(28, 42, 39, 0.06);
}

.product-page .edition-card h3 {
  font-size: 1.25rem;
}

.product-page .btn-amazon {
  border-radius: 9px;
}

.product-page .product-related {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(217, 239, 233, 0.42));
}

.product-page .section-intro-compact {
  max-width: 650px;
}

.product-page .section-intro-compact h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
}

.product-page .related-row {
  max-width: none;
  gap: 1rem;
}

.product-page .related-card {
  grid-template-columns: 96px 1fr;
  gap: 1rem;
  min-height: 150px;
  padding: 0.8rem;
  border: 1px solid rgba(74, 155, 140, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(28, 42, 39, 0.07);
}

.product-page .related-card img,
.product-page .related-card img.is-portrait {
  width: 96px;
  height: 126px;
}

.product-page .related-card img.is-square {
  width: 96px;
  height: 96px;
}

.product-page .related-meta strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
}

[data-theme="dark"] .product-page .product-hero,
[data-theme="dark"] .product-pain,
[data-theme="dark"] .product-page .product-details,
[data-theme="dark"] .product-page .product-buy,
[data-theme="dark"] .product-page .product-related {
  background-color: transparent;
}

[data-theme="dark"] .product-page .product-facts li,
[data-theme="dark"] .product-page .pain-card,
[data-theme="dark"] .product-audience,
[data-theme="dark"] .product-page .vision-points li,
[data-theme="dark"] .product-page .related-card {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(90, 171, 156, 0.2);
}

@media (max-width: 980px) {
  .product-page .product-hero-grid {
    grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
    gap: 2.5rem;
  }

  .product-page .product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page .pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-page .product-details-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 760px) {
  .product-shell {
    width: min(100% - 32px, var(--product-max));
  }

  .product-page .product-hero {
    padding: 2.25rem 0 3.25rem;
  }

  .product-page .product-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-cover-stage,
  .product-cover-stage.is-square {
    max-width: min(310px, 82vw);
  }

  .product-page .product-hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .product-page .pain-grid {
    grid-template-columns: 1fr;
  }

  .product-page .pain-card {
    min-height: 0;
  }

  .product-page .edition-grid {
    grid-template-columns: 1fr;
  }

  .product-page .edition-card {
    min-height: 0;
  }

  .product-page .related-row {
    grid-template-columns: 1fr;
  }
}

/* ─── Landing v2: product-first storefront ─── */
.landing-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.landing-section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  scroll-margin-top: 84px;
}

.landing-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.landing-section-head h2,
.story-copy h2,
.final-card h2 {
  font-family: var(--font-display);
  color: var(--mint);
  font-size: clamp(2.3rem, 4.5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.landing-section-head > p,
.story-copy > p,
.final-card > div > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

/* Hero */
body:not(.product-page) .hero {
  min-height: min(88vh, 820px);
  align-items: center;
}

body:not(.product-page) .hero-media img {
  object-position: center 34%;
}

body:not(.product-page) .hero-veil {
  background:
    linear-gradient(90deg, rgba(20, 34, 30, 0.82) 0%, rgba(20, 34, 30, 0.6) 42%, rgba(20, 34, 30, 0.16) 75%, transparent 100%),
    linear-gradient(0deg, rgba(20, 34, 30, 0.48) 0%, transparent 45%);
}

body:not(.product-page) .hero-copy {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.hero-eyebrow {
  color: #bfe9df;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

body:not(.product-page) .hero h1 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.28);
  margin-bottom: 1.25rem;
}

body:not(.product-page) .lead {
  max-width: 54ch;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  margin-bottom: 1.65rem;
}

body:not(.product-page) .hero-cta .btn-primary,
body:not(.product-page) .hero-cta .btn-ghost {
  min-height: 52px;
  padding-inline: 1.4rem;
  border-radius: 10px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  list-style: none;
  margin-top: 1.3rem;
}

.hero-proof li {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  backdrop-filter: blur(8px);
}

.hero-proof strong {
  color: #fff;
}

/* Unified product cards */
.landing-products {
  background:
    radial-gradient(circle at 0 20%, rgba(126, 200, 184, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.42);
}

.landing-coloring {
  background:
    radial-gradient(circle at 100% 20%, rgba(224, 122, 98, 0.1), transparent 28%),
    rgba(243, 238, 228, 0.5);
}

.landing-product-grid {
  display: grid;
  gap: 1.15rem;
}

.planners-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.coloring-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(74, 155, 140, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 40px rgba(28, 42, 39, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.landing-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(74, 155, 140, 0.35);
  box-shadow: 0 20px 50px rgba(28, 42, 39, 0.13);
}

.landing-product-card figure {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1rem 1rem 0;
  background: linear-gradient(145deg, rgba(217, 239, 233, 0.62), rgba(255, 248, 240, 0.7));
}

.landing-product-card figure img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(28, 42, 39, 0.14);
}

.landing-product-card.is-portrait figure img {
  aspect-ratio: 2550 / 3300;
  object-fit: cover;
}

.landing-product-card.is-square figure img {
  aspect-ratio: 1;
  object-fit: cover;
}

.landing-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.2rem;
}

.card-kicker {
  color: var(--coral);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.landing-card-copy h3 {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.landing-card-copy > p:not(.card-kicker) {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: auto;
  padding-top: 1rem;
}

.card-bottom > strong {
  color: var(--mint);
  font-size: 0.88rem;
  white-space: nowrap;
}

.status-live,
.status-soon {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.status-live {
  color: #fff;
  background: var(--coral);
}

.status-soon {
  color: var(--mint);
  background: rgba(74, 155, 140, 0.12);
}

/* Brand story */
.landing-story {
  background: linear-gradient(135deg, rgba(217, 239, 233, 0.62), rgba(255, 255, 255, 0.42));
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.story-copy > p {
  margin: 1rem 0 1.5rem;
}

.story-points {
  display: grid;
  gap: 0.75rem;
  list-style: none;
}

.story-points li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  padding: 1rem;
  border-left: 4px solid var(--mint-soft);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.68);
}

.story-points strong {
  color: var(--mint);
}

.story-points span {
  color: var(--muted);
}

.story-media {
  margin: 0;
}

.story-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(28, 42, 39, 0.16);
}

.story-media figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.84rem;
}

/* Final conversion block */
.landing-final {
  background: rgba(255, 255, 255, 0.45);
}

.final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 122, 98, 0.2), transparent 35%),
    var(--mint-wash);
}

.final-card > div {
  max-width: 720px;
}

.final-card h2 {
  margin-bottom: 0.75rem;
}

.final-card .btn-primary {
  flex-shrink: 0;
  min-height: 52px;
  padding-inline: 1.5rem;
  border-radius: 10px;
}

/* Landing dark mode */
[data-theme="dark"] .landing-products,
[data-theme="dark"] .landing-coloring,
[data-theme="dark"] .landing-story,
[data-theme="dark"] .landing-final {
  background-color: transparent;
}

[data-theme="dark"] .landing-product-card,
[data-theme="dark"] .story-points li {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(90, 171, 156, 0.2);
}

[data-theme="dark"] .landing-product-card figure {
  background: linear-gradient(145deg, rgba(90, 171, 156, 0.12), rgba(42, 32, 24, 0.34));
}

[data-theme="dark"] .landing-card-copy h3 {
  color: var(--ink);
}

[data-theme="dark"] .final-card {
  background:
    radial-gradient(circle at 100% 0, rgba(224, 122, 98, 0.12), transparent 35%),
    rgba(90, 171, 156, 0.1);
  border: 1px solid rgba(90, 171, 156, 0.18);
}

@media (max-width: 980px) {
  .planners-grid,
  .coloring-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 700px) {
  .landing-shell {
    width: min(100% - 32px, 1180px);
  }

  .landing-section {
    padding: 4rem 0;
  }

  .landing-section-head {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.75rem;
  }

  .landing-section-head h2,
  .story-copy h2,
  .final-card h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  body:not(.product-page) .hero {
    min-height: 720px;
    align-items: end;
  }

  body:not(.product-page) .hero-media img {
    object-position: 52% center;
  }

  body:not(.product-page) .hero-veil {
    background:
      linear-gradient(0deg, rgba(20, 34, 30, 0.88) 0%, rgba(20, 34, 30, 0.45) 58%, rgba(20, 34, 30, 0.12) 100%);
  }

  body:not(.product-page) .hero-copy {
    width: min(100% - 32px, 1180px);
    padding: 2rem 0 2.5rem;
  }

  body:not(.product-page) .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  body:not(.product-page) .lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-proof {
    gap: 0.45rem;
  }

  .hero-proof li {
    font-size: 0.72rem;
  }

  .landing-product-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 310px);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 0 2px 1rem;
    scrollbar-width: thin;
  }

  .landing-product-card {
    scroll-snap-align: start;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-media {
    order: -1;
  }

  .story-points li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .final-card {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 18px;
  }

  .final-card .btn-primary {
    width: 100%;
  }
}

/* ─── Planner product pages: real interior previews + stronger sales content ─── */
.product-showcase {
  background:
    radial-gradient(circle at 100% 12%, rgba(224, 122, 98, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(217, 239, 233, 0.52), rgba(255, 255, 255, 0.38));
}

.showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.showcase-heading h2 {
  font-family: var(--font-display);
  color: var(--mint);
  font-size: clamp(2.3rem, 4.6vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.showcase-heading > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.sample-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sample-page-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0.7rem;
  overflow: hidden;
  border: 1px solid rgba(74, 155, 140, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(28, 42, 39, 0.09);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sample-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(28, 42, 39, 0.14);
}

.sample-page-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f4ed;
}

.sample-page-frame img {
  width: 100%;
  aspect-ratio: 8.5 / 11;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}

.sample-page-card:hover .sample-page-frame img {
  transform: scale(1.025);
}

.sample-zoom {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: rgba(28, 42, 39, 0.82);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sample-page-card:hover .sample-zoom {
  opacity: 1;
  transform: translateY(0);
}

.sample-page-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.95rem 0.3rem 0.45rem;
}

.sample-page-copy strong {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.2;
}

.sample-page-copy small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.inside-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: stretch;
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.inside-benefits {
  padding: clamp(1.75rem, 4vw, 2.8rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(28, 42, 39, 0.07);
}

.inside-benefits h3,
.product-showcase .product-audience h3 {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.inside-benefits > p:not(.eyebrow) {
  max-width: 58ch;
  margin: 0.8rem 0 1.4rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.inside-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
}

.inside-benefits li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.6rem;
  align-items: start;
  padding: 0.85rem;
  border-radius: 10px;
  background: rgba(74, 155, 140, 0.07);
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.45;
}

.inside-benefits li span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--mint);
  color: #fff;
  font-weight: 900;
}

.product-showcase .product-audience {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-showcase .product-audience .product-for {
  margin-top: 0.85rem;
}

.inside-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 1.25rem;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  background: var(--coral);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.inside-cta:hover {
  transform: translateY(-2px);
  background: #d06852;
}

[data-theme="dark"] .product-showcase {
  background:
    radial-gradient(circle at 100% 12%, rgba(224, 122, 98, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(90, 171, 156, 0.08), transparent);
}

[data-theme="dark"] .sample-page-card,
[data-theme="dark"] .inside-benefits {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(90, 171, 156, 0.2);
}

[data-theme="dark"] .inside-benefits li {
  background: rgba(90, 171, 156, 0.1);
}

[data-theme="dark"] .sample-page-copy strong,
[data-theme="dark"] .inside-benefits h3,
[data-theme="dark"] .product-showcase .product-audience h3,
[data-theme="dark"] .inside-benefits li {
  color: var(--ink);
}

@media (max-width: 980px) {
  .sample-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inside-conversion-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .showcase-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .showcase-heading h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .sample-page-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 300px);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 0 2px 1rem;
  }

  .sample-page-card {
    scroll-snap-align: start;
  }

  .sample-zoom {
    opacity: 1;
    transform: none;
  }

  .inside-benefits ul {
    grid-template-columns: 1fr;
  }
}

/* ─── Landing vision narrative ─── */
.landing-mission {
  background:
    radial-gradient(circle at 0 0, rgba(126, 200, 184, 0.22), transparent 30%),
    rgba(255, 255, 255, 0.5);
}

.mission-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.mission-intro h2,
.family-copy h2,
.roadmap-head h2 {
  font-family: var(--font-display);
  color: var(--mint);
  font-size: clamp(2.55rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.mission-copy {
  display: grid;
  gap: 1rem;
  padding-top: 1.9rem;
}

.mission-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.mission-copy strong {
  color: var(--ink);
}

.mission-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 7vw, 5.5rem);
}

.mission-pillars article {
  position: relative;
  min-height: 260px;
  padding: 1.7rem;
  overflow: hidden;
  border: 1px solid rgba(74, 155, 140, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 42px rgba(28, 42, 39, 0.07);
}

.pillar-no {
  display: inline-flex;
  margin-bottom: 2.3rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.mission-pillars h3 {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.65rem;
  margin-bottom: 0.65rem;
}

.mission-pillars p {
  color: var(--muted);
  line-height: 1.65;
}

.mission-pillars article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(126, 200, 184, 0.12);
}

/* Family scenarios */
.landing-family {
  background:
    linear-gradient(120deg, rgba(243, 238, 228, 0.7), rgba(217, 239, 233, 0.42));
}

.family-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.family-media {
  margin: 0;
}

.family-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 26px 68px rgba(28, 42, 39, 0.16);
}

.family-copy > .eyebrow {
  margin-bottom: 0.8rem;
}

.family-scenarios {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.8rem 0;
}

.family-scenarios article {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--mint-soft);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.72);
}

.family-scenarios strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.family-scenarios span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.family-note {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* Brand roadmap */
.landing-roadmap {
  background: rgba(255, 255, 255, 0.45);
}

.roadmap-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: end;
}

.roadmap-head > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.roadmap-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.roadmap-steps::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--mint), var(--mint-soft), var(--coral));
  opacity: 0.45;
}

.roadmap-steps article {
  position: relative;
  z-index: 1;
  padding: 1.3rem;
  border: 1px solid rgba(74, 155, 140, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(28, 42, 39, 0.06);
}

.roadmap-steps article > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: #fff;
  background: var(--mint);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.roadmap-steps .is-next > span {
  background: var(--coral);
}

.roadmap-steps h3 {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.4rem;
  margin-bottom: 0.45rem;
}

.roadmap-steps p {
  color: var(--muted);
  line-height: 1.6;
}

.roadmap-invite {
  max-width: 720px;
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
}

.roadmap-invite strong {
  color: var(--mint);
}

/* Vision dark mode */
[data-theme="dark"] .landing-mission,
[data-theme="dark"] .landing-family,
[data-theme="dark"] .landing-roadmap {
  background-color: transparent;
}

[data-theme="dark"] .mission-pillars article,
[data-theme="dark"] .family-scenarios article,
[data-theme="dark"] .roadmap-steps article {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(90, 171, 156, 0.2);
}

[data-theme="dark"] .mission-pillars h3,
[data-theme="dark"] .family-scenarios strong,
[data-theme="dark"] .roadmap-steps h3,
[data-theme="dark"] .mission-copy strong {
  color: var(--ink);
}

@media (max-width: 900px) {
  .mission-intro,
  .roadmap-head {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mission-copy {
    padding-top: 0;
  }

  .family-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .family-media {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .mission-intro h2,
  .family-copy h2,
  .roadmap-head h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .mission-pillars {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .mission-pillars article {
    min-height: 0;
  }

  .pillar-no {
    margin-bottom: 1.1rem;
  }

  .family-media {
    order: -1;
  }

  .family-scenarios {
    grid-template-columns: 1fr;
  }

  .roadmap-steps {
    grid-template-columns: 1fr;
  }

  .roadmap-steps::before {
    display: none;
  }
}
