:root {
  --magenta:   #fe4eee;
  --plum:      #4a2040;
  --plum-dk:   #33152c;
  --gold:      #d9b86a;
  --linen:     #faf6f1;
  --blush:     #fff7fb;
  --cream:     #fdf8f2;
  --espresso:  #2b2420;
  --stone:     #c4bdb5;
  --mist:      #ede8e3;
}
/* Script font utility class */
.script { font-family: "Dancing Script", cursive !important; }
/* Gradient divider utility */
.gradient-divider {
  height: 2px;
  background: linear-gradient(to right,
    transparent, #fe4eee, #d9b86a, transparent);
  opacity: 0.3; margin: 0;
}
/* Remove default page padding for full-width builds */
.entry-content { padding: 0 !important; }
.wp-block-group { max-width: 100% !important; }

.hero-quote-card {
  background: rgba(33,15,28,0.88);
  border-left: 3px solid #fe4eee;
  padding: 20px 24px;
  margin: 0 48px 48px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px; font-style: italic;
  color: #fff7fb; line-height: 1.6;
}

/* ── HERO BOOK TAG CARD ── */
.hero-book-tag {
  position: absolute;
  bottom: 48px; left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 16px 28px;
  box-shadow: 0 8px 40px rgba(74,32,64,0.15);
  text-align: center; white-space: nowrap;
  z-index: 10;
}
.hero-book-script {
  font-family: 'Dancing Script', cursive !important;
  font-size: 22px; font-weight: 600;
  color: #fe4eee;
  margin: 0 0 2px 0;
  line-height: 1.3;
}
.hero-book-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 13px; font-weight: 400;
  font-style: italic;
  color: #4a2040;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.hero-book-label {
  font-family: 'Lato', sans-serif !important;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4bdb5;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid #ede8e3;
}

.hero-right-column {
  position: relative;
}

/* ── CLEAR FIXED NAV ── */
.home .entry-content > *:first-child,
.home .wp-block-kadence-rowlayout:first-child {
  padding-top: 68px !important;
}

/* ── SECTION 6: BOOK ── */

/* Book cover image */
.book-cover-img img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  box-shadow:
    24px 24px 60px rgba(74,32,64,0.2),
    -4px -4px 20px rgba(254,78,238,0.08);
  transform: rotate(-1.5deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.book-cover-img img:hover {
  transform: rotate(0deg) translateY(-8px);
  box-shadow:
    32px 32px 80px rgba(74,32,64,0.25),
    -4px -4px 24px rgba(254,78,238,0.12);
}

/* Book bullet points */
.book-point {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ede8e3;
  color: #6b5f5a;
  font-family: 'Lato', sans-serif;
  font-size: 13px; line-height: 1.7;
  position: relative;
  margin: 0;
}
.book-point::before {
  content: "→";
  position: absolute; left: 0;
  color: #fe4eee; font-weight: 700;
}

/* Book tag card */
.book-tag-card {
  background: white;
  padding: 20px 28px;
  box-shadow: 0 8px 32px rgba(74,32,64,0.1);
  text-align: center;
  max-width: 200px;
  margin: 24px auto 0;
}
.book-tag-stop {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px; font-weight: 300;
  color: #4a2040; line-height: 1.1;
}
.book-tag-start {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px; font-weight: 300;
  color: #d9b86a; line-height: 1.1;
}
.book-tag-continue {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px; font-weight: 300;
  font-style: italic; color: #fe4eee;
  line-height: 1.1; margin-bottom: 12px;
}
.book-tag-label {
  font-family: 'Lato', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #c4bdb5; padding-top: 10px;
  border-top: 1px solid #ede8e3;
}

/* Right column vertical centering */
.book-right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Mobile */
@media (max-width: 768px) {
  .book-cover-img img {
    max-width: 260px;
    transform: rotate(0deg);
  }
  .book-tag-card {
    max-width: 180px;
  }
}

/* ── SECTION 7: IDEAS ── */
.ideas-section {
  background: #faf6f1;
  padding: 100px 72px;
}
.ideas-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header row */
.ideas-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
}
.ideas-header-left {
  max-width: 600px;
}
.ideas-eyebrow {
  font-family: 'Lato', sans-serif !important;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #fe4eee; margin-bottom: 12px;
}
.ideas-heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 48px; font-weight: 300;
  color: #4a2040; line-height: 1.1;
  margin: 0;
}
.ideas-script {
  font-family: 'Dancing Script', cursive !important;
  font-size: 1.15em; color: #fe4eee;
  font-weight: 600;
}
.ideas-view-all {
  font-family: 'Lato', sans-serif !important;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #4a2040; text-decoration: none;
  border-bottom: 1.5px solid #4a2040;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.ideas-view-all:hover {
  color: #fe4eee;
  border-color: #fe4eee;
}

/* Cards grid */
.ideas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ideas-card {
  background: white;
  padding: 40px 28px 32px;
  border-top: 3px solid #ede8e3;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.ideas-card.featured {
  border-top-color: #fe4eee;
}
.ideas-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(74,32,64,0.1);
  border-top-color: #fe4eee;
}
.ideas-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
  animation: floatIcon 4s ease-in-out infinite;
}
.ideas-card:nth-child(2) .ideas-icon { animation-delay: 0.5s; }
.ideas-card:nth-child(3) .ideas-icon { animation-delay: 1s; }
.ideas-card:nth-child(4) .ideas-icon { animation-delay: 1.5s; }
.ideas-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px; font-weight: 500;
  color: #4a2040; margin-bottom: 10px;
  line-height: 1.25;
}
.ideas-card-desc {
  font-family: 'Lato', sans-serif !important;
  font-size: 12.5px; line-height: 1.7;
  color: #7a6e6a; margin-bottom: 0;
}
.ideas-card-link {
  display: inline-flex;
  align-items: center; gap: 6px;
  margin-top: 20px;
  font-family: 'Lato', sans-serif !important;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #fe4eee; text-decoration: none;
  transition: gap 0.2s;
}
.ideas-card:hover .ideas-card-link {
  gap: 10px;
}

/* Float animation */
@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Mobile */
@media (max-width: 900px) {
  .ideas-section { padding: 60px 32px; }
  .ideas-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .ideas-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .ideas-section { padding: 60px 20px; }
  .ideas-grid { grid-template-columns: 1fr; }
}

/* ── HOMEPAGE NAV COLOR ── */
.home .site-header,
.home .kadence-sticky-header {
  background-color: rgba(51,21,44,0.92) !important;
}

/* ── SECTION 8: START HERE ── */
.start-section {
  background: #fdf8f2;
  padding: 100px 72px;
  position: relative;
  overflow: hidden;
}
.start-section::before {
  content: 'start here';
  position: absolute;
  right: -60px; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: 'Dancing Script', cursive;
  font-size: 100px;
  color: rgba(74,32,64,0.03);
  white-space: nowrap;
  pointer-events: none;
}
.start-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.start-header {
  text-align: center;
  margin-bottom: 64px;
}
.start-eyebrow {
  font-family: 'Lato', sans-serif !important;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #fe4eee; margin-bottom: 14px;
  display: flex; align-items: center;
  justify-content: center; gap: 12px;
}
.start-eyebrow::before,
.start-eyebrow::after {
  content: '';
  width: 40px; height: 1px;
  background: #fe4eee;
  display: inline-block;
}
.start-heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 52px; font-weight: 300;
  color: #4a2040; line-height: 1.1;
  margin-bottom: 16px;
}
.start-script {
  font-family: 'Dancing Script', cursive !important;
  font-size: 1.2em; color: #fe4eee;
  font-weight: 600;
}
.start-subtext {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px; color: #6b5f5a;
  max-width: 480px; margin: 0 auto;
  line-height: 1.8; font-weight: 300;
}

/* Cards grid */
.start-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.start-card {
  background: white;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.start-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(74,32,64,0.1);
}

/* Card image area */
.start-card-img {
  aspect-ratio: 4/3;
  display: flex; align-items: center;
  justify-content: center;
  position: relative; overflow: hidden;
}
.start-card-img.parenting {
  background: linear-gradient(135deg, #4a2040, #33152c);
}
.start-card-img.wellness {
  background: linear-gradient(135deg, #6b3460, #4a2040);
}
.start-card-img.tech {
  background: linear-gradient(135deg, #33152c, #1a0a16);
}
.start-card-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(33,15,28,0.6), transparent);
}
.start-card-emoji {
  font-size: 48px; z-index: 1;
}
.start-card-badge {
  position: absolute;
  bottom: 14px; left: 14px;
  z-index: 2;
  background: #fe4eee; color: white;
  padding: 4px 12px;
  font-family: 'Lato', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
}

/* Card body */
.start-card-body {
  padding: 28px 24px 32px;
}
.start-card-cat {
  font-family: 'Lato', sans-serif !important;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #fe4eee; margin-bottom: 10px;
}
.start-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px; font-weight: 500;
  color: #4a2040; line-height: 1.3;
  margin-bottom: 10px;
}
.start-card-desc {
  font-family: 'Lato', sans-serif !important;
  font-size: 12.5px; line-height: 1.7;
  color: #7a6e6a; margin-bottom: 0;
}
.start-card-link {
  display: inline-flex;
  align-items: center; gap: 8px;
  margin-top: 18px;
  font-family: 'Lato', sans-serif !important;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #4a2040; text-decoration: none;
  border-bottom: 1.5px solid #ede8e3;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}
.start-card:hover .start-card-link {
  color: #fe4eee;
  border-color: #fe4eee;
  gap: 12px;
}

/* Mobile */
@media (max-width: 900px) {
  .start-section { padding: 60px 32px; }
  .start-grid { grid-template-columns: 1fr 1fr; }
  .start-heading { font-size: 40px; }
}
@media (max-width: 560px) {
  .start-section { padding: 60px 20px; }
  .start-grid { grid-template-columns: 1fr; }
}

/* ── SECTION 10: NEWSLETTER ── */
.newsletter-section {
  background: #4a2040;
  padding: 100px 72px;
}
.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left column */
.newsletter-eyebrow {
  font-family: 'Lato', sans-serif !important;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #d9b86a; margin-bottom: 14px;
}
.newsletter-heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 52px; font-weight: 300;
  color: #fff7fb; line-height: 1.1;
  margin-bottom: 8px;
}
.newsletter-script {
  font-family: 'Dancing Script', cursive !important;
  font-size: 0.85em; color: #fe4eee;
  font-weight: 600;
}
.newsletter-script-sub {
  font-family: 'Dancing Script', cursive !important;
  font-size: 28px; color: #d9b86a;
  margin-bottom: 20px; line-height: 1.3;
}
.newsletter-body {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px; font-weight: 300;
  color: rgba(255,247,251,0.5);
  line-height: 1.85; margin-bottom: 32px;
}

/* Topic tags */
.newsletter-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.nl-tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid rgba(255,247,251,0.12);
  font-family: 'Lato', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,247,251,0.4);
  transition: all 0.2s;
  cursor: default;
}
.nl-tag:hover {
  border-color: #fe4eee;
  color: #fe4eee;
}

/* Right column card */
.nl-card {
  background: rgba(255,247,251,0.05);
  border: 1px solid rgba(255,247,251,0.08);
  padding: 48px 40px;
}
.nl-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 24px; font-style: italic;
  color: #fff7fb; margin-bottom: 8px;
}
.nl-card-sub {
  font-family: 'Lato', sans-serif !important;
  font-size: 12px; color: rgba(255,247,251,0.35);
  margin-bottom: 20px;
}
.nl-card-body {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px; line-height: 1.8;
  color: rgba(255,247,251,0.5);
  margin-bottom: 28px;
}
.nl-btn {
  display: block;
  background: #fe4eee; color: white;
  padding: 18px 32px;
  text-align: center;
  font-family: 'Lato', sans-serif !important;
  font-size: 11px; font-weight: 900;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.nl-btn:hover {
  background: #e030d8;
  transform: translateY(-2px);
}
.nl-privacy {
  font-family: 'Lato', sans-serif !important;
  font-size: 10px;
  color: rgba(255,247,251,0.2);
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 900px) {
  .newsletter-section { padding: 60px 32px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 48px; }
  .newsletter-heading { font-size: 40px; }
}
@media (max-width: 560px) {
  .newsletter-section { padding: 60px 20px; }
  .nl-card { padding: 32px 24px; }
}

/* Hustle popup overlay — warm brand tint */
.hustle-modal-overlay,
.hustle-popup-overlay,
div[class*="hustle"] .hustle-modal-overlay,
.hustle-ui .hustle-modal-overlay,
.hustle-ui.hustle-modal .hustle-popup-overlay {
    background-color: rgba(43, 33, 28, 0.65) !important;
    background: rgba(43, 33, 28, 0.65) !important;
}