:root {
  --cream: #faf7f1;
  --cream-deep: #f2ece2;
  --black: #0d0d0d;
  --pink: #ed1c70;
  --pink-soft: #f4a3c4;
  --lime: #dce51d;
  --white: #ffffff;
  --line: rgba(13, 13, 13, .22);
  --container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--cream);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 58px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(250, 247, 241, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
}
.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  text-decoration: none;
  font-family: "Anton", Impact, sans-serif;
  font-size: 26px;
  line-height: .9;
  letter-spacing: .3px;
}
.brand-ia {
  position: relative;
  display: inline-block;
}
.brand-ia::before,
.brand-ia::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  background: var(--pink);
  border-radius: 999px;
  transform-origin: center;
}
.brand-ia::after {
  width: 42px;
  height: 4px;
  bottom: -8px;
  transform: translateX(-50%) rotate(-3deg);
}
.brand-ia::before {
  width: 30px;
  height: 2px;
  bottom: -12px;
  transform: translateX(-38%) rotate(2deg);
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3.2vw, 46px);
}
.main-nav a {
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: var(--pink);
  transition: width .2s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .4px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(13,13,13,.08); }
.button-pink { color: white; background: var(--pink); }
.header-cta { min-width: 170px; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 28px; height: 3px; margin: 5px 0; background: var(--black); }

.hero { padding: 12px 0 32px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
  gap: clamp(12px, 1.4vw, 22px);
  align-items: center;
}
.eyebrows { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .65px;
}
.pill-dark { color: white; background: var(--black); }
.pill-lime { background: var(--lime); }
.hero h1, .section-title, .newsletter-name h2, .final-signup h2 {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.hero h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(68px, 5.6vw, 102px);
  line-height: .87;
  letter-spacing: 0;
}
.headline-line {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}
.headline-pink {
  color: var(--pink);
}
.headline-line:nth-child(3) {
  margin-top: .09em;
}
.hero-description {
  max-width: 690px;
  margin: 20px 0 9px;
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.45;
}
.hero-kicker {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
}
.hero-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  right: -12px;
  bottom: -7px;
  height: 4px;
  background: var(--lime);
  border-radius: 50%;
  transform: rotate(-2deg);
}
.signup-form { display: grid; gap: 9px; }
.signup-form input {
  width: 100%;
  min-height: 47px;
  padding: 0 20px;
  border: 2px solid var(--black);
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  outline: none;
}
.signup-form input:focus { box-shadow: 0 0 0 4px rgba(237, 28, 112, .18); }
.hero-form { max-width: 455px; }
.button-wide { width: 100%; }
.privacy-note { display: flex; align-items: center; gap: 7px; font-size: 11px; }
.privacy-note svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-art { position: relative; align-self: center; }
.hero-art img {
  width: 100%;
  max-height: 575px;
  object-fit: contain;
  object-position: center center;
}


.features { padding: 45px 0 42px; }
.section-title {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 38px;
  font-size: clamp(31px, 3vw, 50px);
  line-height: 1;
  text-align: center;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: -13px;
  height: 5px;
  background: var(--pink);
  border-radius: 50%;
  transform: rotate(-2deg);
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.feature-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  padding: 18px 34px;
  border-right: 1px solid var(--line);
}
.feature-card:first-child { padding-left: 0; }
.feature-card:last-child { border-right: 0; padding-right: 0; }
.icon-circle, .offer-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.icon-circle.pink, .offer-icon.pink { background: var(--pink-soft); }
.icon-circle.lime, .offer-icon.lime { background: var(--lime); }
.icon-circle svg, .offer-icon svg { width: 48px; fill: none; stroke: var(--black); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.18; }
.feature-card p { margin: 0 0 16px; font-size: 14px; line-height: 1.5; }
.feature-card a, .offer-item a, .text-link {
  display: inline-block;
  border: 0;
  border-bottom: 3px solid var(--pink);
  background: transparent;
  padding: 0 0 5px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}
.feature-card:nth-child(2) a { border-color: var(--lime); }

.newsletter-strip { padding: 24px 0 52px; }
.newsletter-panel {
  display: grid;
  grid-template-columns: .92fr 1.15fr .52fr;
  min-height: 180px;
  border: 2px solid var(--black);
  border-radius: 24px;
  overflow: hidden;
}
.newsletter-name {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 30px 35px;
  color: white;
  background: var(--black);
}
.newsletter-name svg { width: 68px; fill: none; stroke: var(--pink); stroke-width: 4; }
.newsletter-name h2 { margin: 0; font-size: 42px; line-height: .94; }
.newsletter-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 28px 42px; }
.newsletter-copy p { max-width: 430px; margin: 0 0 18px; line-height: 1.55; }
.hand-note {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 145px;
  height: 145px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 50%;
  background: var(--lime);
  font-family: "Permanent Marker", cursive;
  font-size: 18px;
  line-height: 1.1;
  transform: rotate(-4deg);
}
.hand-note span { position: absolute; width: 76px; height: 4px; background: var(--black); bottom: 23px; transform: rotate(-5deg); }

.resources { padding-top: 24px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 20px;
  min-height: 225px;
  padding: 22px;
  border: 1.5px solid rgba(13,13,13,.35);
  border-radius: 16px;
  background: rgba(255,255,255,.2);
}
.resource-icon { display: grid; place-items: center; align-self: start; min-height: 118px; transform: rotate(-2deg); }
.pink-paper { background: #f4a3c4; }
.lime-paper { background: var(--lime); }
.resource-icon svg { width: 74px; fill: none; stroke: var(--black); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.resource-card h3 { margin: 0 0 12px; font-size: 19px; line-height: 1.18; }
.resource-card p { margin: 0 0 18px; font-size: 13px; line-height: 1.5; }
.text-link { color: var(--black); }
.resource-card:nth-child(2) .text-link { border-color: var(--lime); }

.offers { padding: 0 0 48px; }
.offer-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 22px;
  background: var(--cream-deep);
  overflow: hidden;
}
.offer-item {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 28px;
  padding: 38px;
}
.offer-item:first-child { border-right: 1px solid var(--line); }
.offer-icon { width: 112px; height: 112px; }
.offer-icon svg { width: 72px; }
.offer-item h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.06; }
.offer-item p { margin: 0 0 16px; line-height: 1.5; font-size: 14px; }
.offer-item:nth-child(2) a { border-color: var(--lime); }

.final-signup { background: var(--black); color: white; }
.final-signup-inner { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 60px; }
.final-signup h2 { margin: 18px 0 12px; font-size: clamp(48px, 5vw, 78px); line-height: .95; }
.final-signup p { max-width: 600px; line-height: 1.6; color: rgba(255,255,255,.78); }
.compact-form { grid-template-columns: 1fr auto; align-items: center; }
.compact-form input { border-color: white; color: white; }
.compact-form input::placeholder { color: rgba(255,255,255,.65); }

.site-footer { padding: 28px 0; border-top: 1px solid var(--black); }
.footer-inner { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 30px; }
.brand-small { font-size: 20px; }
.footer-inner p { font-size: 12px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.footer-inner nav { display: flex; align-items: center; gap: 28px; }
.footer-inner nav a { text-decoration: none; font-size: 12px; white-space: nowrap; }
.socials { display: flex; flex-shrink: 0; gap: 10px; }
.socials a { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid var(--black); border-radius: 50%; text-decoration: none; font-size: 10px; font-weight: 800; }

.resource-modal {
  width: min(680px, calc(100% - 32px));
  border: 0;
  border-radius: 24px;
  padding: 42px;
  background: var(--cream);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.resource-modal::backdrop { background: rgba(0,0,0,.68); }
.modal-close { position: absolute; top: 14px; right: 18px; border: 0; background: none; font-size: 34px; }
.resource-modal h2 { margin-top: 0; font-family: "Anton"; font-size: 42px; font-weight: 400; line-height: 1; }
.resource-modal p, .resource-modal li { line-height: 1.65; }

@media (max-width: 1180px) and (min-width: 721px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .header-inner { min-height: 72px; grid-template-columns: 190px 1fr auto; gap: 18px; }
  .brand { font-size: 24px; }
  .main-nav { gap: 24px; }
  .main-nav a { font-size: 14px; }
  .header-cta { min-width: 150px; padding-inline: 20px; }
  .hero { padding-top: 8px; padding-bottom: 28px; }
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: 14px; }
  .hero h1 { font-size: clamp(52px, 5.6vw, 66px); }
  .hero-description { margin-top: 15px; font-size: 15px; }
  .hero-kicker { font-size: 18px; margin-bottom: 15px; }
  .hero-art img { max-height: 475px; }
  .signup-form input { min-height: 43px; }
  .button { min-height: 43px; }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .main-nav { display: none; position: absolute; top: 90px; left: 20px; right: 20px; flex-direction: column; gap: 0; padding: 14px; border: 2px solid var(--black); border-radius: 18px; background: var(--cream); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr); }
  .feature-card { grid-template-columns: 68px 1fr; padding: 16px; }
  .icon-circle { width: 62px; height: 62px; }
  .newsletter-panel { grid-template-columns: 1fr 1.2fr; }
  .hand-note { display: none; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { grid-template-columns: 130px 1fr; }
  .offer-panel { grid-template-columns: 1fr; }
  .offer-item:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-inner { grid-template-columns: auto 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-end; flex-wrap: wrap; }
}


@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 48px 0; }
  .header-inner { min-height: 82px; grid-template-columns: auto 1fr; }
  .brand { font-size: 24px; }
  .hero { padding-top: 12px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; margin-top: -8px; }
  .hero-art img { max-height: 560px; }
  .hero h1 { font-size: clamp(43px, 13.2vw, 66px); line-height: .92; }
  .headline-line { white-space: normal; }
  .hero-description { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .newsletter-panel { grid-template-columns: 1fr; }
  .newsletter-name, .newsletter-copy { padding: 28px; }
  .resource-card { grid-template-columns: 90px 1fr; padding: 18px; }
  .resource-icon { min-height: 92px; }
  .resource-icon svg { width: 58px; }
  .offer-item { grid-template-columns: 82px 1fr; padding: 28px 20px; gap: 18px; }
  .offer-icon { width: 76px; height: 76px; }
  .offer-icon svg { width: 50px; }
  .final-signup-inner { grid-template-columns: 1fr; gap: 28px; }
  .compact-form { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner .brand, .footer-links, .footer-inner nav, .socials { margin-inline: auto; }
  .footer-links { grid-column: auto; flex-direction: column; gap: 18px; }
  .footer-inner nav { flex-wrap: wrap; justify-content: center; }
}

/* Compact desktop view: keeps the complete signup call-to-action visible
   on shorter laptop/browser windows without changing the approved design. */
@media (max-height: 640px) and (min-width: 981px) {
  .header-inner {
    min-height: 62px;
  }
  .brand {
    font-size: 22px;
  }
  .brand-ia::after {
    width: 36px;
    height: 3px;
    bottom: -7px;
  }
  .brand-ia::before {
    width: 26px;
    bottom: -10px;
  }
  .main-nav {
    gap: 24px;
  }
  .main-nav a {
    font-size: 13px;
  }
  .header-cta {
    min-width: 145px;
    min-height: 39px;
    font-size: 13px;
  }
  .hero {
    padding: 4px 0 18px;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: 14px;
  }
  .eyebrows {
    gap: 9px;
    margin-bottom: 7px;
  }
  .pill {
    min-height: 28px;
    padding-inline: 15px;
    font-size: 11px;
  }
  .hero h1 {
    font-size: clamp(48px, 4.65vw, 56px);
    line-height: .88;
  }
  .headline-line:nth-child(3) {
    margin-top: .07em;
  }
  .hero-description {
    max-width: 500px;
    margin: 10px 0 5px;
    font-size: 12.5px;
    line-height: 1.34;
  }
  .hero-kicker {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .hero-kicker::after {
    bottom: -5px;
    height: 3px;
  }
  .signup-form {
    gap: 5px;
  }
  .signup-form input {
    min-height: 35px;
    padding-inline: 17px;
    font-size: 12px;
  }
  .button {
    min-height: 37px;
    font-size: 12px;
  }
  .privacy-note {
    gap: 5px;
    font-size: 9px;
  }
  .privacy-note svg {
    width: 14px;
  }
  .hero-art img {
    max-height: 405px;
  }
}

/* Prevent accidental horizontal overflow on narrow screens. */
body {
  overflow-x: hidden;
}
.hero-grid > *,
.hero-copy,
.hero-art {
  min-width: 0;
}

@media (max-width: 720px) {
  .headline-line {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }
  .hero-form,
  .signup-form input,
  .button-wide {
    width: 100%;
    max-width: 100%;
  }
}

/* Desktop composition refinement: bring the two hero columns together
   so the opening view feels balanced instead of pushed to the edges. */
@media (min-width: 1181px) {
  .hero-grid {
    padding-left: clamp(48px, 4.2vw, 74px);
    padding-right: clamp(10px, 1.2vw, 22px);
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    gap: 0;
  }

  .hero-art {
    transform: translateX(-26px);
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .hero-grid {
    padding-left: 24px;
    padding-right: 8px;
    gap: 4px;
  }

  .hero-art {
    transform: translateX(-12px);
  }
}

@media (max-width: 980px) {
  .hero-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-art {
    transform: none;
  }
}

/* Newsletter-first launch refinements */
.feature-number {
  font-family: "Anton", Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.feature-card h3 {
  margin-bottom: 10px;
}

.weekly-extras {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin: 22px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.weekly-extras p { margin: 0; }

.newsletter-panel {
  grid-template-columns: .82fr 1.5fr .48fr;
  min-height: 250px;
}
.newsletter-copy {
  gap: 16px;
}
.newsletter-copy p.newsletter-promise {
  max-width: 700px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}
.newsletter-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.newsletter-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1.5px solid var(--black);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.32);
}

@media (max-width: 980px) {
  .newsletter-panel { grid-template-columns: .9fr 1.35fr; }
  .weekly-extras { flex-direction: column; align-items: center; gap: 8px; text-align: center; }
}

@media (max-width: 720px) {
  .newsletter-panel { grid-template-columns: 1fr; }
  .newsletter-summary { flex-direction: column; align-items: stretch; }
  .newsletter-summary span { justify-content: center; }
  .weekly-extras { align-items: flex-start; text-align: left; }
}

/* V7: reduce repetitive messaging and rebalance simplified newsletter CTAs. */
.newsletter-copy .newsletter-promise {
  max-width: 510px;
  font-size: 17px;
}
.final-signup h2 {
  margin-bottom: 0;
}
.final-signup-inner {
  min-height: 260px;
}
@media (max-width: 720px) {
  .final-signup-inner { min-height: 0; }
}

/* V9: richer, genuinely useful resource guides. */
.resource-modal {
  max-height: min(86vh, 900px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.resource-modal h3 {
  margin: 30px 0 10px;
  font-size: 21px;
  line-height: 1.2;
}
.resource-modal h4 {
  margin: 24px 0 6px;
  font-size: 17px;
  line-height: 1.3;
}
.resource-modal ul,
.resource-modal ol {
  padding-left: 22px;
}
.resource-lede {
  font-size: 17px;
  line-height: 1.6;
}
.resource-callout {
  margin: 22px 0;
  padding: 18px 20px;
  border: 2px solid var(--black);
  border-radius: 14px;
  background: var(--lime);
  line-height: 1.55;
}
.resource-steps li,
.check-list li {
  margin-bottom: 8px;
}
.prompt-box {
  position: relative;
  margin: 14px 0 22px;
  padding: 42px 18px 16px;
  border: 1.5px solid var(--black);
  border-radius: 14px;
  background: white;
}
.prompt-box.compact { margin-top: 10px; }
.prompt-box p { margin: 0; font-size: 14px; }
.copy-prompt {
  position: absolute;
  top: 10px;
  right: 10px;
  min-height: 26px;
  padding: 3px 10px;
  border: 1.5px solid var(--black);
  border-radius: 999px;
  background: var(--pink);
  color: white;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.data-light {
  margin: 12px 0;
  padding: 16px 18px;
  border: 1.5px solid var(--black);
  border-radius: 14px;
}
.data-light strong { display: block; margin-bottom: 5px; }
.data-light p { margin: 0; }
.red-light { background: #ffd9df; }
.amber-light { background: #fff1b7; }
.green-light { background: #e2f4bf; }
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.before-after > div {
  padding: 14px;
  border: 1.5px solid var(--black);
  border-radius: 12px;
  background: rgba(255,255,255,.42);
}
.before-after p { margin: 6px 0 0; font-size: 13px; }
.resource-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 2px solid var(--pink);
}
@media (max-width: 600px) {
  .resource-modal { padding: 32px 22px; }
  .resource-modal h2 { font-size: 34px; }
  .resource-lede { font-size: 15px; }
  .before-after { grid-template-columns: 1fr; }
}
