/* ==========================================================================
   Snackery Labs · home.css · v2
   Homepage-only styles — loaded only on front-page.php
   ========================================================================== */

:root {
  --yellow-dark: #F4F73B;

  /* Palette A tokens */
  --pal-hero-bg:           #F6F4EA;
  --pal-hero-text:         #101585;
  --pal-hero-lede:         #3a3a3a;
  --pal-hero-em:           #3f48d9;
  --pal-hero-badge-bg:     #EDEEFF;
  --pal-hero-badge-fg:     #101585;
  --pal-hero-shape1:       rgba(16,21,133,0.06);
  --pal-hero-shape2:       rgba(255,217,48,0.32);
  --pal-hero-btn1-bg:      #101585;
  --pal-hero-btn1-fg:      #ffffff;
  --pal-hero-btn2-color:   #101585;
  --pal-hero-btn2-border:  rgba(16,21,133,0.28);

  --pal-pillars-bg:        #EDEEFF;
  --pal-pillars-text:      #101585;
  --pal-pillars-sub:       rgba(16,21,133,0.65);
  --pal-pillars-border:    rgba(16,21,133,0.12);
  --pal-pillars-accent:    #3f48d9;
  --pal-pillars-shape:     rgba(16,21,133,0.05);

  --pal-family-bg:         #ffffff;

  --pal-credo-bg:          #FFF0D8;
  --pal-credo-text:        #101585;
  --pal-credo-lede:        #3a3a3a;
  --pal-credo-shape:       rgba(255,180,50,0.18);
  --pal-credo-photo-ring:  rgba(255,255,255,0.6);

  --pal-news-bg:           #DADDFE;
  --pal-news-text:         #101585;
  --pal-news-sub:          rgba(16,21,133,0.72);
  --pal-news-form-bg:      rgba(255,255,255,0.72);
  --pal-news-form-border:  rgba(16,21,133,0.14);
  --pal-news-btn-bg:       #101585;
  --pal-news-btn-fg:       #ffffff;
  --pal-news-fine:         rgba(16,21,133,0.48);
  --pal-news-shape:        rgba(16,21,133,0.07);
  --pal-news-eyebrow:      #101585;
}

body { font-family: 'Work Sans', sans-serif; }
h1, h2, h3, h4, h5, h6,
.hero__headline, .pillar__title, .manifesto__body,
.family__header h2, .family__app h3, .credo__copy h2,
.studio__copy h2, .studio__card h3, .news__inner h2,
.footer__tagline {
  font-family: 'Rubik', sans-serif !important;
}
h1 em, h2 em, h3 em,
.hero__headline em, .family__header h2 em, .family__app h3 em,
.credo__copy h2 em, .studio__copy h2 em, .studio__card h3 em,
.news__inner h2 em, .manifesto__body em {
  font-family: 'Rubik', sans-serif !important;
  font-style: italic;
  font-weight: 700;
}

/* ── HERO ────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 90vh;
  background: var(--pal-hero-bg);
  overflow: hidden;
  padding-top: 124px;
  padding-bottom: 100px;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  top: -20%; right: -10%;
  width: min(680px, 60vw); height: min(680px, 60vw);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  background: var(--pal-hero-shape1);
  pointer-events: none; z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -18%; left: -6%;
  width: min(380px, 38vw); height: min(380px, 38vw);
  border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
  background: var(--pal-hero-shape2);
  pointer-events: none; z-index: 0;
}
.hero__popcorn {
  position: absolute;
  bottom: -34%; right: -16%;
  width: min(890px, 56vw);
  aspect-ratio: 1 / 1;
  z-index: 1;
  opacity: 0.55;
  pointer-events: none;
}
.hero__popcorn img { width: 100%; height: 100%; display: block; }
.hero__inner {
  position: relative; z-index: 2;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding: 48px;
}
.hero__headline { max-width: 900px; }
.hero__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  margin-top: 40px;
}
.hero__copy { max-width: 520px; }
.hero__illo {
  flex-shrink: 0;
}
.hero__illo img {
  width: 650px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 48px rgba(16,21,133,0.10));
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.hero__illo img:hover { transform: translateY(-5px); }
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pal-hero-badge-bg);
  color: var(--pal-hero-badge-fg);
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 16px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 34px;
}
/* Leading bullet dots are NEVER used on badges or eyebrows.
   Interpunct (·) separators in the copy are fine. */
.hero__badge .dot,
.eyebrow::before,
.eyebrow-tiny::before { display: none !important; content: none !important; }
.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(50px, 6.8vw, 112px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.038em;
  color: var(--pal-hero-text);
  margin: 0 0 28px;
  max-width: 12ch;
}
.hero__headline em {
  font-family: var(--font-display);
  font-style: italic; font-weight: 700;
  color: var(--pal-hero-em);
}
.hero__lede {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400; line-height: 1.65;
  color: var(--pal-hero-lede);
  max-width: 52ch; margin: 0 0 40px;
}
.hero__actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero__actions .btn--primary {
  background: var(--pal-hero-btn1-bg);
  color: var(--pal-hero-btn1-fg);
}
.hero__actions .btn--ghost-dark {
  color: var(--pal-hero-btn2-color);
  border-color: var(--pal-hero-btn2-border);
}

/* ── MANIFESTO ───────────────────────────────────────────────────── */
.manifesto {
  display: flex;
  padding-block: var(--section-y-xl);
  background: #ffffff;
  position: relative; overflow: hidden;
}
.manifesto__watermark {
  position: absolute;
  right: -3%; top: 50%;
  transform: translateY(-50%);
  font-size: min(500px, 44vw);
  font-weight: 800; line-height: 0.8;
  color: rgba(16,21,133,0.05);
  letter-spacing: -0.07em;
  user-select: none; pointer-events: none; z-index: 0;
  font-family: var(--font-body);
}
.manifesto__inner {
  max-width: var(--container-base);
  margin-inline: auto; padding-inline: 48px;
  position: relative; z-index: 1; width: 100%;
}
.manifesto__inner > .eyebrow { margin-bottom: 36px; }
.manifesto__body {
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 500; line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-ink-900);
  max-width: 860px;
}
.manifesto__body em { font-style: italic; font-weight: 700; color: var(--color-indigo-500); }
.manifesto__body p + p { margin-top: 22px; }
.manifesto__signature {
  margin-top: 48px; padding-top: 28px;
  border-top: 1px solid var(--color-border);
  display: flex; align-items: center; gap: 20px;
  max-width: 860px;
}
.manifesto__signature-name {
  font-style: italic; font-weight: 700; font-size: 28px;
  color: var(--color-indigo-400);
  transform: rotate(-2deg); letter-spacing: -0.02em;
  line-height: 1; white-space: nowrap;
}
.manifesto__signature-title {
  font-size: var(--fs-sm); font-weight: 600;
  letter-spacing: var(--ls-wide); color: var(--color-ink-400);
  padding-left: 20px; border-left: 2px solid var(--color-accent);
}

/* ── PILLARS ─────────────────────────────────────────────────────── */
.pillars {
  background: #EDEEFF;
  padding-block: var(--section-y-lg);
  position: relative; overflow: hidden;
}
.pillars__inner {
  max-width: var(--container-wide);
  margin-inline: auto; padding-inline: 48px;
  position: relative; z-index: 1;
}
.pillars__header { margin-bottom: var(--space-9); }
.pillars__header .eyebrow { color: var(--color-indigo-800); }
.pillars__rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pillar {
  border-radius: 14px; padding: 48px 40px 44px;
  display: flex; flex-direction: column;
  min-height: 360px; position: relative; overflow: hidden;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
}
.pillar:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(16,21,133,0.18); }
.pillar:nth-child(1) { background: #101585; }
.pillar:nth-child(2) { background: #ffffff; border: 1.5px solid rgba(16,21,133,0.1); }
.pillar:nth-child(3) { background: #3f48d9; }
.pillar__title {
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: 800; line-height: 1.0;
  letter-spacing: -0.03em; margin-bottom: 20px; margin-top: 0;
}
.pillar:nth-child(1) .pillar__title,
.pillar:nth-child(3) .pillar__title { color: #ffffff; }
.pillar:nth-child(2) .pillar__title  { color: #101585; }
.pillar__title em { font-style: normal; font-weight: 400; }
.pillar:nth-child(1) .pillar__title em,
.pillar:nth-child(3) .pillar__title em { color: #F4F73B; font-style: italic; }
.pillar:nth-child(2) .pillar__title em  { color: #3f48d9; font-style: italic; }
.pillar__desc { font-size: var(--fs-md); line-height: var(--lh-relaxed); max-width: 34ch; }
.pillar:nth-child(1) .pillar__desc,
.pillar:nth-child(3) .pillar__desc { color: rgba(255,255,255,0.72); }
.pillar:nth-child(2) .pillar__desc  { color: rgba(16,21,133,0.65); }

/* ── FAMILY ──────────────────────────────────────────────────────── */
.family {
  background: var(--pal-family-bg);
  padding-block: var(--section-y-lg);
  border-top: 1px solid var(--color-border);
}
.family__inner {
  max-width: var(--container-wide);
  margin-inline: auto; padding-inline: 48px;
}
.family__header {
  max-width: 820px; margin: 0 auto var(--space-12);
  text-align: center;
}
.family__header .eyebrow { margin: 0 auto 18px; justify-content: center; }
.family__header .eyebrow::before { display: none; }
.family__header h2 {
  font-size: clamp(44px, 5.2vw, 88px);
  font-weight: 800; line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--color-indigo-600); margin: 0 0 20px;
}
.family__header h2 em { font-style: italic; font-weight: 600; color: var(--color-indigo-400); }
.family__header p { font-size: var(--fs-lg); color: var(--color-ink-400); max-width: 56ch; margin: 0 auto; line-height: var(--lh-relaxed); }
.family__app {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--space-12); align-items: center;
  padding-block: var(--section-y-md);
  border-top: 1px solid var(--color-border);
}
.family__app:last-child { border-bottom: 1px solid var(--color-border); }
.family__app--reverse .family__app-visual { order: -1; }
.family__app-visual {
  position: relative; aspect-ratio: 5 / 4;
  border-radius: var(--radius-md); overflow: hidden;
  display: flex; align-items: center; justify-content: center; padding: 40px;
}
.family__app-visual--vd { background: linear-gradient(140deg,#FFF8D6,#FFF0A0); border: 2px solid rgba(255,213,0,0.28); }
.family__app-visual--mf { background: linear-gradient(140deg,#E8EFFE,#D4DCFD); border: 2px solid rgba(16,21,133,0.1); }
.family__app-visual--sb { background: linear-gradient(140deg,#E8F4EC,#D0EBDA); border: 2px solid rgba(40,140,80,0.12); }
.family__app-visual::before {
  content: ""; position: absolute; bottom: -28%; right: -18%;
  width: 52%; height: 52%; border-radius: 50%;
  background: rgba(255,255,255,0.35); pointer-events: none;
}
.family__app-visual img {
  max-width: 80%; max-height: 80%; object-fit: contain; display: block;
  position: relative; z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.1));
}
.family__app-copy .eyebrow { margin-bottom: 16px; }
.family__app-copy h3 {
  font-size: clamp(30px, 3.8vw, 58px);
  font-weight: 800; line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--color-indigo-600); margin: 0 0 12px;
}
.family__app-copy h3 em { font-style: italic; font-weight: 600; color: var(--color-indigo-400); }
.family__app-tagline { font-style: italic; font-size: var(--fs-xl); font-weight: 500; color: var(--color-ink-400); margin-bottom: 24px; line-height: 1.2; }
.family__app-copy p.lede { font-size: var(--fs-md); color: var(--color-ink-500); line-height: var(--lh-relaxed); max-width: 48ch; margin-bottom: 24px; }
.family__app-features {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px;
}
.family__app-features li {
  font-size: var(--fs-sm); font-weight: 500; color: var(--color-ink-700);
  line-height: 1.4; display: flex; gap: 10px; align-items: flex-start;
}
.family__app-features li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--color-indigo-400); margin-top: 6px; flex-shrink: 0;
}
.family__app-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.family__app-status {
  font-size: var(--fs-xs); font-weight: 600;
  letter-spacing: var(--ls-wide); color: var(--color-ink-400);
  margin-top: 18px; display: flex; align-items: center; gap: 8px;
}
.family__app-status .status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-indigo-400); }

/* ── CREDO ───────────────────────────────────────────────────────── */
.credo {
  background: var(--pal-credo-bg);
  padding-block: var(--section-y-lg);
  position: relative; overflow: hidden;
}
.credo::before {
  content: "";
  position: absolute; top: 50%; right: -8%; transform: translateY(-50%);
  width: 480px; height: 480px;
  border-radius: 45% 55% 65% 35% / 55% 45% 55% 45%;
  background: var(--pal-credo-shape); pointer-events: none;
}
.credo__inner {
  max-width: var(--container-base);
  margin-inline: auto; padding-inline: 48px;
  position: relative; z-index: 1;
}
.credo__copy .eyebrow { margin-bottom: 20px; }
.credo__copy h2 {
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 800; line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--pal-credo-text); margin: 0 0 24px;
}
.credo__copy h2 em { font-style: italic; font-weight: 600; color: var(--color-indigo-400); }
.credo__copy .lede { font-size: var(--fs-lg); color: var(--pal-credo-lede); line-height: var(--lh-relaxed); max-width: 48ch; margin-bottom: 32px; }

/* ── STUDIO ──────────────────────────────────────────────────────── */
.studio {
  background: linear-gradient(150deg,#565dde 0%,#4a52d4 100%);
  color: var(--color-fg-inverse);
  padding-block: var(--section-y-lg);
  position: relative; overflow: hidden;
}
.studio::before {
  content: "";
  position: absolute; top: -15%; right: -5%;
  width: 320px; height: 320px;
  border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%;
  background: rgba(255,255,255,0.07); pointer-events: none;
}
.studio__popcorn { position: absolute; top: -80px; right: -40px; width: 360px; opacity: 0.07; pointer-events: none; }
.studio__inner {
  max-width: var(--container-base);
  margin-inline: auto; padding-inline: 48px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--space-11); align-items: center;
  position: relative; z-index: 1;
}
.studio__copy .eyebrow { color: var(--yellow-dark); margin-bottom: 18px; }
.studio__copy .eyebrow::before { background: var(--yellow-dark); }
.studio__copy h2 {
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 800; line-height: 0.95;
  letter-spacing: -0.035em; margin: 0 0 24px; color: var(--color-white);
}
.studio__copy h2 em { font-style: italic; font-weight: 600; color: var(--yellow-dark); }
.studio__copy .lede { font-size: var(--fs-lg); color: rgba(255,255,255,0.76); line-height: var(--lh-relaxed); max-width: 48ch; margin-bottom: 32px; }
.studio__menu { list-style: none; padding: 0; margin: 0 0 36px; }
.studio__menu li {
  display: grid; grid-template-columns: 24px 1fr; gap: 16px;
  padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.07);
}
.studio__menu li:last-child { border-bottom: 1px solid rgba(255,255,255,0.07); }
.studio__menu li::before { content: "—"; font-size: var(--fs-lg); font-weight: 400; color: var(--yellow-dark); line-height: 1; }
.studio__menu strong { display: block; font-size: var(--fs-md); font-weight: 700; color: var(--color-white); margin-bottom: 4px; letter-spacing: var(--ls-wide); }
.studio__menu span { display: block; font-size: var(--fs-sm); color: rgba(255,255,255,0.58); line-height: var(--lh-relaxed); }
.studio__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md); padding: 40px 36px;
  position: relative; overflow: hidden;
}
.studio__card::before {
  content: ""; position: absolute; top: -40px; right: -40px;
  width: 140px; height: 140px; border-radius: 50%;
  background: rgba(233,239,40,0.07);
}
.studio__card h3 { font-size: 28px; font-weight: 800; line-height: 1.05; margin: 0 0 16px; letter-spacing: -0.03em; }
.studio__card h3 em { font-style: italic; font-weight: 600; color: var(--yellow-dark); }
.studio__card p { font-size: var(--fs-md); color: rgba(255,255,255,0.66); line-height: var(--lh-relaxed); margin: 0 0 24px; }
.studio__card .quote {
  font-style: italic; font-size: var(--fs-2xl); font-weight: 500;
  color: var(--yellow-dark); padding: 20px 0 0;
  border-top: 1px solid rgba(255,255,255,0.1); line-height: 1.25; margin: 0;
}
.studio__copy .btn--primary { background: var(--yellow-dark); color: #0b0d4a; }
.studio__copy .btn--primary:hover { background: #f0f540; transform: translateY(-2px); box-shadow: 0 8px 22px -6px rgba(233,239,40,0.4); }

/* ── NEWSLETTER ──────────────────────────────────────────────────── */
.news {
  background: var(--pal-news-bg);
  padding-block: var(--section-y-lg);
  position: relative; overflow: hidden; text-align: center;
}
.news::before {
  content: ""; position: absolute; top: 50%; left: -8%; transform: translateY(-50%);
  width: 380px; height: 380px; border-radius: 50%;
  background: var(--pal-news-shape); pointer-events: none;
}
.news::after {
  content: ""; position: absolute; bottom: -24%; right: 6%;
  width: 200px; height: 200px; border-radius: 50%;
  background: var(--pal-news-shape); pointer-events: none;
}
.news__popcorn { position: absolute; top: -60px; right: 6%; width: 300px; opacity: 0.07; pointer-events: none; filter: invert(1) brightness(2); }
.news__inner { position: relative; z-index: 1; max-width: var(--container-narrow); margin-inline: auto; padding-inline: 48px; }
.news__inner .eyebrow { margin: 0 auto 20px; color: var(--pal-news-eyebrow); }
.news__inner .eyebrow::before { background: var(--pal-news-eyebrow); }
.news__inner h2 {
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 800; line-height: 0.95; letter-spacing: -0.035em;
  color: var(--pal-news-text); margin: 0 0 18px;
}
.news__inner h2 em { font-style: italic; font-weight: 600; }
.news__inner p { font-size: var(--fs-lg); color: var(--pal-news-sub); margin-bottom: 40px; line-height: var(--lh-relaxed); }
.news__form {
  display: flex; gap: 8px; max-width: 520px; margin-inline: auto;
  background: var(--pal-news-form-bg);
  border: 1px solid var(--pal-news-form-border);
  border-radius: 8px; padding: 6px 6px 6px 22px;
  backdrop-filter: blur(8px);
}
.news__form input {
  flex: 1; border: none; background: transparent;
  font-family: var(--font-body); font-size: var(--fs-md);
  padding: 12px 0; color: var(--pal-news-text); outline: none;
}
.news__form input::placeholder { color: var(--pal-news-sub); opacity: 0.55; }
.news__form button {
  font-family: var(--font-body); font-size: var(--fs-md); font-weight: 700;
  letter-spacing: var(--ls-wide);
  background: var(--pal-news-btn-bg); color: var(--pal-news-btn-fg);
  border: none; padding: 12px 24px; border-radius: 8px; cursor: pointer;
  transition: transform 0.15s, opacity 0.15s;
}
.news__form button:hover { transform: translateY(-1px); opacity: 0.88; }
.news__fine { margin-top: 16px; font-size: var(--fs-xs); color: var(--pal-news-fine); }
.news__fine--success { color: #1a7a3c; font-weight: 600; }
.news__fine--error { color: #c0392b; font-weight: 600; }

/* footer styles now live in site.css for global use */

/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero__inner { padding: 40px 20px; }
  .hero__bottom { grid-template-columns: 1fr; gap: 32px; }
  .hero__illo { display: flex; justify-content: center; }
  .hero__illo img { width: 100%; max-width: 340px; }
  .pillars__rows { grid-template-columns: 1fr; }
  .pillar { padding: 32px 28px; min-height: auto; }
  .family__app { grid-template-columns: 1fr; gap: var(--space-7); padding-block: var(--section-y-md); }
  .family__app--reverse .family__app-visual { order: 0; }
  .family__app-features { grid-template-columns: 1fr; }
  .studio__inner { grid-template-columns: 1fr; gap: var(--space-8); }
  .manifesto__inner, .family__inner, .credo__inner,
  .studio__inner, .news__inner, .pillars__inner { padding-inline: 20px; }
}

/* ── Popcorn mobile visibility ── */
@media (max-width: 768px) {
  .hero__popcorn {
    width: min(368px, 82.8vw);
    bottom: calc(-10% - 7px); right: calc(-10% - 10px);
    opacity: 0.35;
  }
}

/* ── Mobile (≤600px) ── */
@media (max-width: 600px) {
  /* Hero */
  .hero__inner { padding: 28px 20px 40px; }
  .hero__badge { font-size: 10px; padding: 5px 10px; letter-spacing: 0.07em; margin-bottom: 20px; }
  .hero__headline { font-size: clamp(38px, 10vw, 56px); }
  .hero__lede { font-size: 15px; }
  .hero__actions { flex-direction: column; align-items: center; width: 100%; }
  .hero__actions .btn { width: 100%; text-align: center; justify-content: center; }
  .hero__illo { display: flex; justify-content: center; }
  .hero__illo img { width: 100%; max-width: 300px; }

  /* Manifesto — cut padding in half */
  .manifesto { padding-block: calc(var(--section-y-xl) / 2); }
  .manifesto__inner > .eyebrow { margin-bottom: 20px; }
  .manifesto__body { font-size: clamp(18px, 5vw, 26px); }

  /* Pillars */
  .pillars__inner { padding-inline: 20px; }
  .pillar { padding: 28px 20px; }

  /* Family */
  .family__inner { padding-inline: 20px; }
  .family__app-actions { flex-direction: column; }
  .family__app-actions .btn { width: 100%; text-align: center; justify-content: center; }

  /* Studio */
  .studio__inner { padding-inline: 20px; }
  .studio__card { display: none; }
  .studio__copy { text-align: center; }
  .studio__copy h2 { text-align: center; }
  .studio__copy .lede { text-align: center; }
  .studio__copy .btn { display: block; width: fit-content; margin-inline: auto; text-align: center; }

  /* News */
  .news__inner { padding-inline: 20px; }
  .news__form { flex-direction: column; }
  .news__form input, .news__form button { width: 100%; border-radius: 8px; }

  /* Footer — handled by site.css */
}

/* ── SHOPIFY PARTNER BADGE (hero) ──────────────────────────────────────── */
.hero__badge-partner {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hero__badge-shopify-logo {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
}
.hero__badge-sep {
  opacity: 0.4;
}

/* ═══════════════════════════════════════════════════════════════════════
   LAVALAMP GRADIENT — fixed mesh layer that threads through homepage
   ═══════════════════════════════════════════════════════════════════════ */

/* Hide the old static hero blob shapes — replaced by the lavalamp layer */
.hero::before, .hero::after { display: none !important; }
.hero { background: transparent !important; }


/* Section opacity — gradient threads through homepage.
   Sections that should let the gradient peek use rgba cream washes. */
.hero { position: relative; z-index: 1; }
.manifesto, .pillars, .family, .credo, .studio, .news {
  position: relative;
  z-index: 2;
}
/* Manifesto + News (Stay in the loop) — lavender solid bg */
.manifesto, .news { background: rgb(230, 233, 255) !important; }
/* Pillars — opaque cream */
.pillars { background: rgba(246, 244, 234, 0.92) !important; }
/* Family (Snax Apps section) — minimal wash, gradient strongly visible */
.family { background: rgba(246, 244, 234, 0.28) !important; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
/* Credo — opaque cream */
.credo { background: rgba(246, 244, 234, 0.94) !important; }
/* Studio (Shopify consulting) — NO override; preserves original purple gradient */

