/* BUILD MARKER: 19-AUG-B — if you do not see this line at the top, you are looking at an older copy */
/*
================================================================================
  ZULI'S ADVENTURES — Brand Styles
  Quicksand (hero + section titles) + Poppins (body, buttons, tags, smaller headings) · one purple night world
================================================================================
*/

:root {
  --sky:     #7B4FA6;
  --sky2:    #9B6FC6;
  --sky3:    #4A1A7A;
  --night:   #1A0533;
  --night2:  #2D0A5E;
  --text:    #1A1A2E;
  --yellow:       #F5C842;
  --yellow-dark:  #D4A820;
  --yellow-soft:  #FAE199;
  --teal:      #2AB5B5;
  --bg:  #FAF7FF;
  --bg2: #F5F2FA;
  --bg3: #EDE8F5;
  --bg4: #D9D2E9;
  --text2: #6B6B7A;
  --text3: #9B9BAA;
  --border: #C9BFDC;
  --border2: #B8ABCF;
}

::selection { background: #4A1A7A; color: #FFFFFF; }

/* ============================================================
   TYPE — Quicksand for hero + section titles, Poppins everywhere else, NO italics
   Fredoka lives in the logo only
   ============================================================ */

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
}

h1, h2, .nav-logo, .section-title {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 600;
  font-style: normal !important;
  letter-spacing: 0;
  text-transform: none;
}

h3, h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  font-style: normal !important;
  letter-spacing: 0;
  text-transform: none;
}

em, i, blockquote, cite, .meetz-quote {
  font-style: normal !important;
}

/* No borders between sections — space separates */
section, .theme-band, .whofor-section, .meetz-section,
.order-section, .personal-section, .testimonials-section,
.newsletter-section, footer {
  border-top: none !important;
  border-bottom: none !important;
}

/* ============================================================
   NAV
   ============================================================ */

nav {
  background: rgba(123, 79, 166, 0.95) !important;
  border-color: transparent !important;
  transform: translateY(0) !important;
}
nav.scrolled { background: rgba(26, 5, 51, 0.99) !important; }

.header__product {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.1em;
  margin-left: 45px;
}

.nav-logo    { color: #FFFFFF; }
.nav-links a {
  color: rgba(255,255,255,0.75);
  font-family: 'Poppins', sans-serif;
}
.nav-links a:hover { color: #FFFFFF; background: rgba(255,255,255,0.12); }

.btn-hero, .btn-outline {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 50px;
}

.btn-primary, .btn-ghost,
.btn--primary, .btn--ghost, .btn--ghost-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 50px;
}

.btn-primary {
  background: var(--yellow-soft);
  border-color: var(--yellow-soft);
  color: #1A1A2E;
}
.btn-primary:hover { background: var(--yellow-dark); }

.mobile-menu { background: #1A0533; }
.mobile-menu a {
  color: rgba(255,255,255,0.75);
  font-family: 'Poppins', sans-serif !important;
}
.mobile-menu a:hover { color: var(--yellow-dark); }

/* ============================================================
   HERO — night sky with starlight
   ============================================================ */

.hero {
  background: linear-gradient(160deg, #1A0533 0%, #2D0A5E 55%, #4A1A7A 100%);
}

.hero::before {
  background-image:
    radial-gradient(rgba(250,225,153,.7) 1px, transparent 1px),
    radial-gradient(rgba(155,111,198,.5) 1.2px, transparent 1.2px);
  background-size: 90px 90px, 26px 26px;
  background-position: 0 0, 12px 12px;
  -webkit-mask-image: radial-gradient(ellipse 110% 100% at 50% 0%, #000 0%, transparent 80%);
  mask-image: radial-gradient(ellipse 110% 100% at 50% 0%, #000 0%, transparent 80%);
}

.hero::after {
  background: radial-gradient(circle, rgba(212,168,32,.1) 0%, transparent 70%);
}

.hero h1 {
  color: #FFFFFF;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.12;
  text-transform: none;
}
.hero-sub        { color: rgba(255,255,255,0.7); font-size: 18px; }
.hero-trust-text { color: rgba(255,255,255,0.5); }

.btn-outline {
  border: 2px solid rgba(255,255,255,0.4);
  color: #FFFFFF;
}
.btn-outline:hover { border-color: var(--yellow-dark); color: var(--yellow-dark); }

.btn-hero {
  background: var(--yellow-soft);
  color: #1A1A2E;
  font-weight: 600;
}
.btn-hero:hover {
  background: var(--yellow-dark);
  box-shadow: 0 12px 32px rgba(212,168,32,0.3);
}

/* ============================================================
   FLOAT BADGES — purple glass, teal accent
   ============================================================ */

.float-badge {
  background: rgba(255,255,255,0.08);
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
  border: 1px solid rgba(155,111,198,0.18);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}
.float-badge-info .val {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 13px;
}
.float-badge-info .lbl { color: rgba(255,255,255,0.55); }
.float-badge-info .lbl::before {
  content: '● ';
  color: #2AB5B5;
  font-size: 8px;
}

/* ============================================================
   BLOB
   ============================================================ */

.blob-wrap {
  position: relative;
  margin-inline: auto;
  width: clamp(260px, 36vw, 460px);
  height: clamp(260px, 36vw, 460px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blob-wrap::before {
  content: '';
  position: absolute;
  inset: -20px;
  border: 2px dashed rgba(250,225,153,0.6);
  border-radius: 71% 29% 46% 54% / 60% 44% 56% 40%;
  animation: blobMorphRing 10s ease-in-out infinite, blobFloat 6s ease-in-out infinite;
}

.blob {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #7B4FA6 0%, #9B6FC6 40%, #4A1A7A 80%);
  border-radius: 71% 29% 46% 54% / 60% 44% 56% 40%;
  animation: blobMorph 7s ease-in-out infinite, blobFloat 5s ease-in-out infinite;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blob-inner {
  width: 50%; height: 50%;
  background: rgba(255,255,255,0.18);
  border-radius: 50% 50% 38% 62% / 55% 45% 55% 45%;
  backdrop-filter: blur(6px);
  animation: blobMorph 5s ease-in-out infinite reverse;
  z-index: 1;
}

@keyframes blobMorph {
  0%,100% { border-radius: 71% 29% 46% 54% / 60% 44% 56% 40%; }
  20%     { border-radius: 42% 58% 65% 35% / 50% 62% 38% 50%; }
  40%     { border-radius: 65% 35% 38% 62% / 42% 55% 45% 58%; }
  60%     { border-radius: 35% 65% 55% 45% / 65% 35% 65% 35%; }
  80%     { border-radius: 58% 42% 30% 70% / 52% 48% 52% 48%; }
}
@keyframes blobMorphRing {
  0%,100% { border-radius: 71% 29% 46% 54% / 60% 44% 56% 40%; }
  50%     { border-radius: 35% 65% 65% 35% / 45% 55% 45% 55%; }
}
@keyframes blobFloat {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-16px); }
}
@keyframes blobPulse {
  0%,100% { transform: scale(1);   opacity: 0.85; }
  50%     { transform: scale(1.3); opacity: 0.5; }
}

/* ============================================================
   SECTION TAG
   ============================================================ */

.section-tag {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #FAE199;
}
.section-tag::before { display: none; }
.section-tag::after { display: none; }

/* Softer heading weight — hero h1 keeps 700 */
.section-title { font-weight: 600; }

/* ============================================================
   MEET ZULI — statement + soft purple-glass pull block
   ============================================================ */

.meetz-section {
  background: #22063C;
  padding: 120px max(48px, calc((100vw - 820px) / 2));
  text-align: center;
}

.meetz-header { margin-bottom: 40px; }
.meetz-section .section-title {
  color: #FFFFFF;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.3;
  max-width: 660px;
  margin: 0 auto;
}
.meetz-section .section-tag { justify-content: center; }

.meetz-body {
  max-width: 640px;
  margin: 0 auto;
}

.meetz-lead {
  font-size: clamp(18px, 2vw, 21px);
  color: rgba(255,255,255,0.85);
  line-height: 1.75;
}
.meetz-lead .first-word {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #FAE199;
}

.meetz-pull {
  margin: 56px auto 0;
  max-width: 560px;
  text-align: center;
}
.meetz-pull p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 40px);
  color: #FAE199;
  line-height: 1.3;
  margin: 0 0 14px;
}
.meetz-pull span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2AB5B5;
}

.meetz-quote {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  text-align: center;
  max-width: 480px;
  margin: 48px auto 0;
}

/* ============================================================
   THIS IS PERSONAL — warm story moment
   ============================================================ */

.personal-section {
  background-color: #1A0533;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.personal-section::before {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
    rgba(155,111,198,0.45) 0%,
    rgba(123,79,166,0.25) 40%,
    transparent 70%
  );
  border-radius: 71% 29% 46% 54% / 60% 44% 56% 40%;
  animation: blobMorph 10s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

.personal-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 10%;
  right: 10%;
  background: radial-gradient(circle, rgba(212,168,32,0.14) 0%, transparent 70%);
  border-radius: 50%;
  animation: blobPulse 8s ease-in-out infinite 2s;
  z-index: 0;
  pointer-events: none;
}

.personal-section .personal-inner { position: relative; z-index: 1; }
.personal-section .section-title {
  color: #FFFFFF;
  line-height: 1.35;
}

.personal-section .section-sub {
  color: rgba(255,255,255,0.85);
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.85;
  border: none;
  background: none;
  padding: 0;
}

.personal-section blockquote.toni {
  color: #FAE199;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.personal-section blockquote.toni cite { color: rgba(255,255,255,0.5); }

blockquote.toni {
  text-align: center;
  max-width: 560px;
  margin: 2rem auto 0;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

blockquote.toni cite {
  display: block;
  margin-top: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Nav — horizontal ZULI'S logo */
.nav-zuli {
  display: flex;
  align-items: center;
}
.nav-zuli img,
.nav-zuli svg {
  height: 34px;
  width: auto;
  display: block;
}
@media (max-width: 600px) {
  .nav-zuli img,
  .nav-zuli svg { height: 28px; }
}

/* Personal section layout — moved from inline styles */
.personal-center { text-align: center; position: relative; }
.personal-title  { text-transform: uppercase; }
.personal-sub    { max-width: 500px; margin: 30px auto 80px; }
.quote-wrap      { position: relative; max-width: 560px; margin: 0 auto; }
.quote-mark {
  position: absolute;
  top: -60px;
  left: -20px;
  font-family: Georgia, serif;
  font-size: 180px;
  line-height: 1;
  color: rgba(155,111,198,0.12);
  pointer-events: none;
  user-select: none;
}

/* ============================================================
   PERFECT FOR — free-floating lavender icons, no tiles
   ============================================================ */

.whofor-section {
  background: linear-gradient(160deg, #24073F 0%, #2D0A5E 100%);
  padding-top: 120px;
  padding-bottom: 120px;
}
.whofor-section .section-title { color: #FFFFFF; }
.whofor-section .section-sub   { color: rgba(255,255,255,0.75); }

.whofor-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2rem;
}
@media (max-width: 700px) {
  .whofor-badges { grid-template-columns: 1fr; }
}

.whofor-card {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  text-align: left;
}
.whofor-card:hover {
  box-shadow: none !important;
  transform: none !important;
  border-color: transparent !important;
}

.whofor-card__icon {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  display: block;
  margin-bottom: 12px;
}
.whofor-card__icon svg {
  width: 30px;
  height: 30px;
  stroke: #9B6FC6;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whofor-card__name {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
.whofor-card__desc {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.65;
}

/* ============================================================
   TESTIMONIALS — soft lavender cards on night
   ============================================================ */

.testimonials-section {
  background: #1F0538;
  padding-top: 120px;
  padding-bottom: 120px;
}
.testimonials-section .section-title { color: #FFFFFF; }

.testi-card {
  background: rgba(255,255,255,0.07);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  border: none !important;
  border-radius: 24px;
}
.testi-track-wrap { padding: 24px 0; }
.testi-track { align-items: flex-start; }
.testi-track > .testi-card:nth-child(3n+1) { margin-top: 0; transform: rotate(-1.5deg); }
.testi-track > .testi-card:nth-child(3n+2) { margin-top: 30px; transform: rotate(1deg); }
.testi-track > .testi-card:nth-child(3n)   { margin-top: 12px; transform: rotate(-0.5deg); }
.testi-quote { color: rgba(255,255,255,0.85); font-style: normal !important; font-weight: 400; }
.testi-name  { color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 600; }
.testi-role  { color: rgba(255,255,255,0.5); }
.testi-stars svg { fill: #D4A820; }
.testi-avatar {
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 40% 60% 55% 45% / 55% 40% 60% 45%;
}

.testi-track-wrap::before { background: linear-gradient(to right, #1F0538, transparent); }
.testi-track-wrap::after  { background: linear-gradient(to left,  #1F0538, transparent); }

.testi-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

#testiToggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 24px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(155,111,198,0.15);
  color: rgba(255,255,255,0.75);
  transition: background 0.3s, color 0.3s;
}
#testiToggle:hover {
  background: rgba(255,255,255,0.16);
  color: #FFFFFF;
}

/* ============================================================
   SHOP — bookshelf feel: covers lead, soft purple actions
   ============================================================ */

.order-section {
  background: #180530;
  padding-top: 120px;
  padding-bottom: 120px;
}
.order-section .section-title { color: #FFFFFF; }
.order-section .details__text { color: rgba(255,255,255,0.75); }

.details__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  align-items: start;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.details__left { grid-column: span 5; }
.books-stack   { grid-column: span 7; }

.details__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: calc(68px + 2rem);
  align-self: start;
}
.details__text {
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 420px;
  margin-top: 1.25rem;
}

.stack-card {
  position: relative;
  top: auto !important;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stack-card:hover {
  transform: translateY(-4px) rotate(-0.3deg);
  box-shadow: 0 8px 26px rgba(0,0,0,0.24);
}

.stack-card__cover {
  width: 180px;
  height: 230px;
  border-radius: 12px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.4);
  transform: rotate(-2deg);
}

.stack-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.stack-card__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2AB5B5;
}

.stack-card__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  color: #FFFFFF;
  line-height: 1.25;
}

.stack-card__desc {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-top: 0.4rem;
}

.stack-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.stack-card__cta { margin-top: 0.75rem; }

.stack-card__meta {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}

/* Price slot — ready for when prices are added */
.stack-card__price {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--yellow-dark);
}

/* Signed ribbon — teal bg, dark readable text */
.books-stack .stack-card:nth-child(1) { position: relative; }
.books-stack .stack-card:nth-child(1)::after {
  content: 'Signed by the author';
  position: absolute;
  top: -14px;
  left: 28px;
  background: #9B6FC6 !important;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-transform:uppercase;
}

/* Shop buttons — match primary brand CTA (yellow), same as hero/nav/newsletter */
.order-section .btn--primary,
.order-section .btn.btn--primary {
  background: var(--yellow-soft) !important;
  color: #1A1A2E !important;
}
.order-section .btn--primary:hover,
.order-section .btn.btn--primary:hover {
  background: var(--yellow-dark) !important;
}

/* Bulk card — teal institutional band */
.stack-card--speak {
  grid-template-columns: 1fr;
}
.stack-card--speak .stack-card__content {
  max-width: 480px;
  margin: 0 auto;
}

.stack-card--bulk {
  grid-template-columns: 1fr;
  background: rgba(42,181,181,0.1);
  box-shadow: 0 4px 20px rgba(42,181,181,0.15);
}
.stack-card--bulk .stack-card__label { color: #2AB5B5; }
.stack-card--bulk .stack-card__content {
  max-width: 480px;
  margin: 0 auto;
}
.stack-card--bulk .btn--primary,
.stack-card--bulk .btn.btn--primary {
  background: var(--yellow-soft) !important;
  color: #1A1A2E !important;
}
.stack-card--bulk .btn--primary:hover,
.stack-card--bulk .btn.btn--primary:hover {
  background: var(--yellow-dark) !important;
}

@media (max-width: 900px) {
  .details__left { position: relative; top: auto; }
  .details__left,
  .books-stack { grid-column: span 12; }
  .stack-card  { grid-template-columns: 140px 1fr; }
  .stack-card__cover { width: 140px; height: 180px; }
}
@media (max-width: 600px) {
  .stack-card { grid-template-columns: 1fr; }
  .stack-card__cover { width: 160px; height: 200px; margin: 0 auto; }
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: transform 0.15s, background 0.15s;
  text-decoration: none;
}
.btn:hover { transform: translateY(-2px); }

.btn--primary       { background: var(--yellow-soft); color: #1A1A2E; }
.btn--primary:hover { background: var(--yellow-dark); }

.btn--ghost {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(155,111,198,0.15);
  color: rgba(255,255,255,0.75);
  padding: 10px 18px;
  border-radius: 24px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: normal;
}
.btn--ghost:hover { background: rgba(255,255,255,0.16); color: #FFFFFF; }

.btn--ghost-light {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
}
.btn--ghost-light:hover { border-color: #fff; }

/* ============================================================
   MERCH — coming soon, dashed-ring tiles echo the blob
   ============================================================ */

.merch-section {
  background: #1C0636;
  padding: 120px max(48px, calc((100vw - 900px) / 2));
  text-align: center;
}
.merch-section .section-title { color: #FFFFFF; }
.merch-section .section-tag { justify-content: center; }

.merch-sub {
  color: rgba(255,255,255,0.75);
  max-width: 460px;
  margin: 16px auto 48px;
  line-height: 1.75;
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 760px;
  margin: 0 auto 48px;
}
@media (max-width: 600px) {
  .merch-grid { grid-template-columns: 1fr; }
}

.merch-tile {
  min-height: 200px;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: transform 0.25s ease;
}
.merch-tile:hover {
  transform: translateY(-4px);
}

.merch-tile__star {
  color: var(--yellow-dark);
  font-size: 28px;
  animation: blobPulse 3.5s ease-in-out infinite;
}

.merch-tile__label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.75);
}

/* ============================================================
   YELLOW TICKER
   ============================================================ */

.theme-band {
  background: #FAE199;
  border: none;
  padding-top: 28px;
  padding-bottom: 28px;
}
.logo-item {
  color: #1A0533;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-right-color: rgba(26,5,51,0.15);
}
.logos-track-wrap::before { background: linear-gradient(to right, #FAE199, transparent); }
.logos-track-wrap::after  { background: linear-gradient(to left,  #FAE199, transparent); }

/* ============================================================
   NEWSLETTER
   ============================================================ */

.newsletter-section {
  background: #1A0533;
  padding-top: 120px;
  padding-bottom: 120px;
}
.newsletter-section .section-title  { color: #FFFFFF; }
.newsletter-section .section-sub    { color: rgba(255,255,255,0.8); font-size: 17px; line-height: 1.75; }
.newsletter-section .freebie-item   { color: rgba(255,255,255,0.8); }

.newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 0.9rem 1.3rem;
  border-radius: 50px;
  border: 1px solid transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(255,255,255,0.04);
  outline: none;
  transition: border-color 0.2s;
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-input:hover,
.newsletter-input:focus { border-color: rgba(255,255,255,0.3); }

/* Newsletter layout — moved from inline styles */
.newsletter-form {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
}
#ml-success {
  display: none;
  margin-top: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
}
.newsletter-note {
  margin-top: 0.75rem;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}
.freebie-heading {
  margin: 30px 0 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.newsletter-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.freebie-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.freebie-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.freebie-item::before {
  content: '✦';
  color: #2AB5B5;
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* ============================================================
   RESPONSIVE RHYTHM
   ============================================================ */

@media (max-width: 900px) {
  .meetz-section, .whofor-section, .order-section,
  .personal-section, .testimonials-section, .newsletter-section,
  .merch-section {
    padding-top: 72px; padding-bottom: 72px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */

footer {
  background: #1A0533 !important;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px max(48px, calc((100vw - var(--max-w)) / 2));
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-copy       { color: rgba(255,255,255,0.5); font-size: 10px; }
.footer-link       { color: rgba(255,255,255,0.5); }
.footer-link:hover { color: var(--yellow-dark); }

.footer__back-top {
  background: none;
  color: rgba(255,255,255,0.7);
}


/* ============================================================
   TYPE — 300 / 500 / 600
   h1 + h2 .......... Quicksand 600
   body ............. Poppins 300
   h3, h4, eyebrows,
   labels, buttons,
   FAQ questions .... Poppins 500
   Also overrides the 600s still in style.css.
   ============================================================ */

h1, h2, .section-title, .nav-logo { font-weight: 600; }

h3, h4,
.stack-card__title, .stack-card__price, .stack-card__label, .stack-card__meta,
.whofor-card__name, .testi-name, .testi-avatar,
.float-badge-info .val, .float-badge-info .lbl,
.meetz-pull p, .meetz-pull span, .meetz-lead .first-word,
.section-tag, .merch-tile__label, .freebie-heading, .freebie-item,
.mobile-menu a, .logo-item, .testi-role, .newsletter-note,
blockquote.toni cite, #ml-success,
.btn, .btn-hero, .btn-outline, .btn-primary, .btn-ghost,
.btn--primary, .btn--ghost, .btn--ghost-light {
  font-weight: 600;
}

body, p, .section-sub, .details__text,
.stack-card__desc, .whofor-card__desc, .testi-quote, .faq-a, .faq-sub {
  font-weight: 400;
}

/* ============================================================
   SECTION RHYTHM — one gutter everywhere. Narrow sections
   narrow their CONTENT, not their padding, so edges line up.
   ============================================================ */

.meetz-section, .personal-section, .order-section,
.testimonials-section, .whofor-section, .merch-section, .newsletter-section {
  padding: 120px max(48px, calc((100vw - var(--max-w)) / 2));
}
.meetz-section > *, .merch-section > * {
  max-width: 820px; margin-left: auto; margin-right: auto;
}

/* theme band now sits directly under the hero */
.theme-band { margin-top: 0; }

/* ============================================================
   WHO IT'S FOR — institutions line under the grid
   ============================================================ */

.whofor-note {
  margin: 56px 0 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.01em;
}

/* ============================================================
   TESTIMONIALS — static grid, no slider. Rotation kept.
   ============================================================ */

.testi-head { text-align: center; }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 56px;
}
.testi-grid .testi-card { min-width: 0; width: auto; flex: none; margin: 0; }
.testi-grid .testi-card:nth-child(1) { transform: rotate(-1.5deg); margin-top: 0; }
.testi-grid .testi-card:nth-child(2) { transform: rotate(1deg);    margin-top: 30px; }
.testi-grid .testi-card:nth-child(3) { transform: rotate(-0.5deg); margin-top: 12px; }

.testi-cta {
  margin-top: 64px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
}
.testi-cta a {
  color: var(--yellow-soft);
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(250,225,153,0.4);
  padding-bottom: 2px;
  transition: border-color .3s ease;
}
.testi-cta a:hover { border-bottom-color: var(--yellow-soft); }

/* ============================================================
   FAQ — its own layout: intro left (sticky), accordion right
   ============================================================ */

.faq-section {
  background: linear-gradient(160deg, #24073F 0%, #2D0A5E 100%);
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
}
.faq-section::before {
  background-image: radial-gradient(rgba(155,111,198,.30) 1px, transparent 1px);
}
.faq-section .section-title { color: #FFFFFF; }

.faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  align-items: start;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.faq-intro { grid-column: span 5; }
.faq-list  { grid-column: span 7; }
.faq-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: calc(68px + 2rem);
  align-self: start;
}
.faq-sub {
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

.faq-list { margin-top: 0; gap: 16px; }

.faq-item {
  background: rgba(255,255,255,0.07);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  border: none !important;
  border-radius: 24px;
}
.faq-item.open { background: rgba(255,255,255,0.11); }

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 36px;
  gap: 24px;
  background: none;
  border: 0;
  margin: 0;
  text-align: left;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.faq-q:focus-visible {
  outline: 3px solid var(--yellow-soft);
  outline-offset: -3px;
  border-radius: 24px;
}
.faq-chevron { flex-shrink: 0; transition: transform .3s ease; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-q-text {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.4;
}
.faq-q:hover .faq-q-text { color: var(--yellow-soft); }

.faq-chevron { stroke: rgba(255,255,255,0.6); }
.faq-item.open .faq-chevron { stroke: var(--yellow-soft); }

.faq-a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  padding: 0 36px;
  visibility: hidden;
  transition: max-height .35s ease, padding-bottom .35s ease, visibility 0s linear .35s;
}
.faq-item.open .faq-a {
  max-height: 100vh;
  padding-bottom: 30px;
  visibility: visible;
  transition: max-height .35s ease, padding-bottom .35s ease, visibility 0s;
}

.nav-links a.active { color: var(--yellow-soft); }

/* ============================================================
   RESPONSIVE — declared last so it wins the cascade
   ============================================================ */

@media (max-width: 900px) {
  .meetz-section, .personal-section, .order-section,
  .testimonials-section, .whofor-section, .merch-section,
  .newsletter-section { padding-top: 72px; padding-bottom: 72px; }

  .testi-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
  .testi-grid .testi-card:nth-child(n) { transform: none; margin-top: 0; }
  .testi-cta  { margin-top: 44px; }
  .whofor-note { margin-top: 36px; }

  .faq-section { padding-top: 96px; padding-bottom: 96px; }
  .faq-inner { gap: 40px; }
  .faq-intro { position: relative; top: auto; }
  .faq-intro,
  .faq-list { grid-column: span 12; }
  .faq-q { padding: 22px 24px; }
  .faq-a { padding: 0 24px; }
  .faq-item.open .faq-a { max-height: 150vh; padding-bottom: 22px; }
}


/* ============================================================
   BUTTONS — bold + uppercase across the board
   ============================================================ */

.btn, .btn-hero, .btn-outline, .btn-primary, .btn-ghost,
.btn--primary, .btn--ghost, .btn--ghost-light, .contact-submit {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ============================================================
   FOOTER LOGO — was rendering at its intrinsic 500x110
   ============================================================ */

.footer-zuli { display: inline-flex; align-items: center; }
.footer-zuli img,
.footer-zuli svg { height: 42px; width: auto; display: block; }
@media (max-width: 600px) {
  .footer-zuli img, .footer-zuli svg { height: 34px; }
}


/* ============================================================
   MERCH TILES — sparkles gone, so centre what's left
   ============================================================ */

.merch-tile {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   ZA MOBILE NAV — hamburger, menu scale, CTA contrast
   ============================================================ */

/* Hamburger sits on the dark hero before the nav gains its background */
.hamburger span { background: #FFFFFF; }

/* This menu carries 6 anchors + the CTA — the shared size is built for 3 */
.mobile-menu a {
  font-size: clamp(14px, 3.4vw, 17px);
  padding: 6px 0;
}
.mobile-menu { gap: 2px; }

/* Off-page link — sits below the section anchors, set apart from them */
.mobile-menu a.m-alt {
  margin-top: 22px;
  font-size: clamp(12px, 2.9vw, 14px);
  color: rgba(255,255,255,0.5);
}

/* .mobile-menu a (0,0,2,1) was beating .btn-primary (0,0,1,0),
   putting white text on the yellow button */
.mobile-menu .m-btns .btn-primary {
  color: #1A1A2E;
  font-size: 13px;
}

/* ── HEADING SCALE ── */
.hero h1        { font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.12; letter-spacing: -0.01em; }
.section-title  { font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1.2; letter-spacing: -0.01em; }
h3, .stack-card__title { font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.3; }

/* ── LABELS + MEASURE ── */
.section-tag {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-sub { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.8; }
p { max-width: 68ch; }
.hero-sub, .section-sub, .details__text, .stack-card__desc,
.whofor-card__desc, .testi-quote, .faq-a, .faq-sub { line-height: 1.8; }

/* ============================================================
   V2 PASS — one block, no stacked layers
   ============================================================ */

/* ---- MERCH ---- */
.merch-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); max-width: 1180px; gap: 1rem; }
.merch-tile {
  min-height: 0; aspect-ratio: 4 / 3;
  background: none;
  border: 1px dashed rgba(255,255,255,0.14);
  border-radius: 20px;
  display: grid; place-items: center;
}
.merch-tile:hover { background: rgba(255,255,255,0.04); }
.merch-tile__star { display: none; }
.merch-tile__label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.66); }

/* ---- NEWSLETTER — same background as the FAQ ---- */
.newsletter-section { background: linear-gradient(160deg, #24073F 0%, #2D0A5E 100%); }
.newsletter-inner { grid-template-columns: 1.15fr 0.85fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-block: 1.4rem; }
.newsletter-input {
  flex: 1 1 240px; padding: 0.85rem 1.15rem; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.07);
  color: #FFFFFF; font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 400;
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.66); }
.newsletter-input:focus { border-color: var(--yellow); outline: none; }
.newsletter-note { color: rgba(255,255,255,0.66); font-size: 0.95rem; }
.freebie-list { display: flex; flex-direction: column; gap: 0.55rem; margin-top: 1.6rem; }
.freebie-item {
  display: block; padding-left: 1.9rem; position: relative;
  color: rgba(255,255,255,0.66) !important; font-size: 0.95rem; font-weight: 400;
}
.freebie-item::before { content: '\2713'; position: absolute; left: 0; color: #2AB5B5; font-size: 1rem; font-weight: 600; }

/* ---- QUESTIONS — v2 values ---- */
.faq-section::before { display: none; }
.faq-inner { gap: clamp(28px, 4vw, 56px); }
.faq-intro { justify-content: flex-start; top: calc(72px + 28px); }
.faq-list { display: flex; flex-direction: column; gap: 0; margin-top: 0; }
.faq-item {
  background: none !important; border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: 0 !important; box-shadow: none !important; margin-bottom: 0 !important;
}
.faq-item.open { background: none !important; }
.faq-q { padding: 1.25rem 0; gap: 1.3rem; border-radius: 0; }
.faq-q:focus-visible { outline-offset: 2px; border-radius: 4px; }
.faq-q-text { font-size: 1.02rem; font-weight: 400; }
.faq-chevron { width: 20px; height: 20px; }
.faq-a {
  padding: 0; max-height: none;
  display: grid; grid-template-rows: 0fr; overflow: hidden; visibility: hidden;
  color: rgba(255,255,255,0.66); font-size: 0.9rem;
  transition: grid-template-rows .32s cubic-bezier(.16,1,.3,1), padding-bottom .32s ease, visibility 0s linear .32s;
}
.faq-a > div { overflow: hidden; }
.faq-item.open .faq-a {
  grid-template-rows: 1fr; padding-bottom: 1.35rem; visibility: visible;
  transition: grid-template-rows .32s cubic-bezier(.16,1,.3,1), padding-bottom .32s ease, visibility 0s;
}

/* ---- AVATARS ---- */
.testi-avatar { background: rgba(155,111,198,0.38); }

/* ---- SHOP ---- */
.order-section .details__inner { display: block; max-width: 1180px; }
.order-section .details__left { position: static; display: block; max-width: 620px; margin-bottom: 44px; }
.books-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
.books-stack .stack-card { grid-template-columns: 1fr; height: 100%; }
.books-stack .stack-card__cover {
  width: 100%; height: auto; padding: 2.2rem 1.9rem 2.6rem;
  display: grid; place-items: center;
  background: radial-gradient(ellipse 70% 40% at 50% 100%, rgba(155,111,198,0.28), transparent 70%), rgba(255,255,255,0.05);
}
.books-stack .stack-card__img { width: 158px; height: auto; }
.books-stack .stack-card__content { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.books-stack .stack-card__cta { margin-top: auto; }
.books-stack .stack-card:nth-child(1)::after { left: 20px; top: 16px; }
.stack-card__soon {
  width: 158px; min-height: 205px; display: grid; place-items: center; text-align: center;
  border: 1px dashed rgba(255,255,255,0.22); border-radius: 8px;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 2;
}

/* ---- SCHOOLS ---- */
.inst-section { background: #24073F; padding: 120px max(48px, calc((100vw - 1200px) / 2)); }
.inst-section .section-title { color: #FFFFFF; margin-bottom: 40px; }
.inst-inner { max-width: 1200px; margin: 0 auto; }
.inst-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.inst-grid .stack-card { grid-template-columns: 1fr; height: 100%; }
.inst-grid .stack-card__cta { margin-top: auto; }

/* ---- MEET ZULI — wider, two column, heading has its own step ---- */
.meetz-section {
  padding-left: max(48px, calc((100vw - 1180px) / 2));
  padding-right: max(48px, calc((100vw - 1180px) / 2));
  text-align: left;
}
.meetz-section .section-tag { justify-content: flex-start; }
.meetz-header { max-width: none; margin-bottom: 44px; }
.meetz-section .section-title { font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1.2; max-width: none; }
.meetz-body { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.meetz-lead { font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.6; margin: 0; max-width: none; }
.meetz-pull {
  margin: 0; max-width: none; text-align: left;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px; padding: clamp(2rem, 4vw, 2.8rem);
}
.meetz-pull p { font-size: clamp(1.15rem, 2vw, 1.5rem); }
.meetz-quote { margin: 56px auto 0; max-width: 720px; text-align: center; }

/* ---- TYPE + BUTTONS ---- */
.hero h1       { font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.12; letter-spacing: -0.01em; }
.section-title { font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1.2; letter-spacing: -0.01em; }
h3, .stack-card__title { font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.3; }
.section-tag { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }
.section-sub { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.8; }
p { max-width: 68ch; }
.hero-sub, .section-sub, .details__text, .stack-card__desc,
.whofor-card__desc, .testi-quote, .faq-a, .faq-sub { line-height: 1.8; }

.btn, .btn--primary, .btn--ghost, .btn--ghost-light {
  font-size: 0.9rem;
  padding: 0.85rem 1.6rem;
  letter-spacing: 0.02em;
}

/* ---- NAV ---- */
.nav-links a, .mobile-menu a { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 600; }
.nav-cta .btn-primary, .m-btns .btn-primary { text-transform: uppercase; letter-spacing: 0.1em; }

@media (max-width: 900px) {
  .books-stack, .inst-grid, .newsletter-inner, .meetz-body { grid-template-columns: 1fr; }
  .inst-section { padding: 72px 24px; }
  .meetz-section { padding-left: 24px; padding-right: 24px; }
}

/* ---- FIX PASS ---- */

/* Shop buttons: stop them wrapping to two lines, tighten the padding */
.books-stack .btn--primary,
.books-stack .btn--ghost { padding: 0.7rem 1.2rem; font-size: 0.82rem; white-space: nowrap; }

/* Meet Zuli: headline centred again, not hard left */
.meetz-section { text-align: center; }
.meetz-section .section-tag { justify-content: center; }
.meetz-header { margin-inline: auto; }
.meetz-body { text-align: left; }

/* FAQ: sticky needs a scroll container that is not clipping it */
.faq-section, .faq-inner, .faq-list { overflow: visible; }
.faq-inner { align-items: start; }
.faq-intro {
  position: sticky;
  top: 100px;
  align-self: start;
  height: fit-content;
}

/* ---- PASS: buttons, gradient, pullquote ---- */

/* one size and weight for every button on the page */
.btn, .btn-hero, .btn-outline, .btn-primary, .btn-ghost,
.btn--primary, .btn--ghost, .btn--ghost-light,
.books-stack .btn--primary, .books-stack .btn--ghost,
.mobile-menu .m-btns .btn-primary {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.78rem 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  white-space: nowrap;
}

/* This is Personal — softer glow */
.personal-section::before {
  background: radial-gradient(circle,
    rgba(155,111,198,0.22) 0%,
    rgba(123,79,166,0.12) 45%,
    transparent 72%
  );
}
.personal-section::after { background: radial-gradient(circle, rgba(212,168,32,0.07) 0%, transparent 70%); }

/* Meet Zuli pullquote — no border box */
.meetz-pull { background: none; border: 0; padding: 0; }

/* ---- SHOP CARD POSITIONING ---- */

/* button was a block-level <a> stretching to the column width */
.stack-card__cta { display: flex; }
.stack-card__cta .btn { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; width: auto; }

/* ribbon sits on the card corner, not floating above the cover */
.books-stack .stack-card:nth-child(1)::after { top: 14px; left: 14px; }
.books-stack .stack-card__cover { position: relative; border-radius: 16px; }

/* one alignment per card — cover left, not centre, so it lines up with the text */
.books-stack .stack-card__cover { place-items: center start; padding: 1.6rem; }

@media (max-width: 900px) {
  .books-stack .stack-card { padding-top: 3rem; }
  .books-stack .stack-card__cover { place-items: center; padding: 1.2rem 0 1.8rem; }
  .books-stack .stack-card:nth-child(1)::after { top: 16px; left: 50%; transform: translateX(-50%); }
}