:root {
  --cream: #f6f0e7;
  --cream-deep: #ebe1d3;
  --paper: #fffaf2;
  --sunflower: #e7ad29;
  --sunflower-soft: #f6d982;
  --sunflower-readable: #9b6f13;
  --olive: #7b7a61;
  --olive-dark: #54513f;
  --soil: #6b5140;
  --ink: #3c352c;
  --muted: #766f62;
  --line: rgba(84, 81, 63, 0.22);
  --shadow: 0 18px 45px rgba(60, 53, 44, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 240, 231, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1160px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: grid;
  gap: 2px;
  text-decoration: none;
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0;
}

.brand span {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--olive-dark);
  font-size: 0.94rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--soil);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--olive-dark);
  color: var(--paper);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.1;
  box-shadow: 0 12px 28px rgba(84, 81, 63, 0.18);
}

.button:hover {
  background: var(--soil);
}

.button.secondary {
  background: transparent;
  color: var(--olive-dark);
  border-color: var(--olive-dark);
  box-shadow: none;
}

.button.sun {
  background: var(--sunflower);
  color: #2e281f;
}

.button.ghost-light {
  background: rgba(255, 250, 242, 0.9);
  color: var(--ink);
  border-color: rgba(255, 250, 242, 0.95);
  box-shadow: none;
}

.button.ghost-light:hover {
  background: var(--paper);
  color: var(--ink);
}

.button.coaching-button {
  background: var(--sunflower);
  color: #2e281f;
  border-color: var(--sunflower);
}

.button.coaching-button:hover {
  background: var(--sunflower-soft);
  color: #2e281f;
}

.cta .button.secondary.coaching-button {
  background: var(--paper);
  color: var(--olive-dark);
  border-color: var(--paper);
}

.cta .button.secondary.coaching-button:hover {
  background: var(--sunflower-soft);
  color: #2e281f;
  border-color: var(--sunflower-soft);
}

.button.light {
  background: var(--paper);
  color: var(--olive-dark);
  border-color: var(--paper);
  box-shadow: none;
}

.button.light:hover {
  background: var(--sunflower-soft);
  color: #2e281f;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(42, 35, 25, 0.74) 0%, rgba(42, 35, 25, 0.48) 45%, rgba(42, 35, 25, 0.12) 100%),
    url("assets/sunflower-hero.jpg") center / cover no-repeat;
  color: var(--paper);
}

.hero-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 108px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sunflower-readable);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow,
.quote-band .eyebrow {
  color: var(--sunflower-soft);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.8rem);
}

h2 {
  color: var(--olive-dark);
  font-size: clamp(2.25rem, 4.7vw, 4.75rem);
}

h3 {
  color: var(--olive-dark);
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
}

.hero-copy {
  max-width: 670px;
  margin: 24px 0 0;
  font-size: clamp(1.07rem, 1.8vw, 1.35rem);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.section {
  padding: 96px 0;
}

.section.tight {
  padding: 70px 0;
}

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.intro {
  max-width: 780px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.12rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 62px;
}

.split.top {
  align-items: start;
}

.photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.photo.contain {
  background: var(--paper);
}

.photo.contain img {
  aspect-ratio: 1 / 1;
  min-height: auto;
  object-fit: contain;
}

.soft-band {
  background: var(--paper);
}

.quiz-band {
  padding: 48px 0;
  background: var(--paper);
}

.quiz-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(155, 111, 19, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.97), rgba(246, 217, 130, 0.36));
  box-shadow: var(--shadow);
}

.quiz-card h2 {
  font-size: clamp(2.1rem, 4vw, 4.1rem);
}

.quiz-actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.quiz-actions a:not(.button) {
  color: var(--olive-dark);
  font-weight: 800;
}

.deep-band {
  background: var(--cream-deep);
}

.quote-band {
  background: var(--olive-dark);
  color: var(--paper);
}

.quote-band h2,
.quote-band h3 {
  color: var(--paper);
}

.quote-band .intro,
.quote-band p {
  color: rgba(255, 250, 242, 0.82);
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

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

.card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
}

.card h3 {
  margin-bottom: 12px;
  font-size: 1.65rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.card strong {
  color: var(--olive-dark);
}

.freebie-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(155, 111, 19, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(246, 217, 130, 0.34));
}

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

.freebie-card p {
  margin: 0;
  color: var(--muted);
}

.article-freebie {
  margin: 46px 0 34px;
}

.list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.list li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
}

.list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sunflower);
}

.page-hero {
  padding: 102px 0 76px;
  background: var(--paper);
}

.page-hero h1 {
  color: var(--olive-dark);
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.page-hero .intro {
  max-width: 840px;
}

.freebie-hero {
  padding: 86px 0 96px;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.95), rgba(255, 250, 242, 0.86)),
    url("assets/path-forward.jpg") center / cover no-repeat;
}

.freebie-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.74fr);
  align-items: center;
  gap: 52px;
}

.freebie-copy h1 {
  color: var(--olive-dark);
  max-width: 680px;
  font-size: clamp(3rem, 6vw, 5.65rem);
}

.freebie-signup {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.freebie-form-image {
  width: 100%;
  height: 390px;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #fffaf2, #f6f0e7);
}

.freebie-form-wrap {
  padding: 30px;
}

.freebie-form-wrap h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.freebie-form-wrap p {
  margin: 14px 0 22px;
  color: var(--muted);
}

.mb-kit-form {
  margin: 0;
}

.mb-kit-form .formkit-alert:empty {
  display: none;
}

.mb-kit-form .formkit-alert {
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  color: var(--soil);
  list-style: none;
}

.mb-kit-form .formkit-field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.mb-kit-form .formkit-field span {
  color: var(--olive-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.mb-kit-form .formkit-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.mb-kit-form .formkit-input:focus {
  border-color: var(--sunflower-readable);
  outline: 3px solid rgba(231, 173, 41, 0.24);
}

.mb-kit-form .formkit-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--olive-dark);
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.mb-kit-form .formkit-submit:hover {
  background: var(--soil);
}

.mb-kit-form .formkit-disclaimer {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.statement {
  max-width: 920px;
  color: var(--olive-dark);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.12;
}

.testimonial {
  padding: 30px;
  border-left: 4px solid var(--sunflower);
  background: var(--paper);
}

.testimonial p {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.45;
}

.testimonial cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.post-meta {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.article {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.article h2 {
  margin-top: 46px;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
}

.article p {
  color: var(--muted);
  font-size: 1.08rem;
}

.article a {
  color: var(--olive-dark);
  font-weight: 800;
}

.article a.button {
  color: var(--paper);
}

.article a.button:hover {
  color: var(--paper);
}

.article-callout {
  margin: 42px 0;
  padding: 28px;
  border-left: 5px solid var(--sunflower);
  border-radius: 8px;
  background: var(--paper);
}

.article-callout p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.42;
}

.faq {
  margin-top: 56px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.faq h2 {
  margin-top: 0;
}

.faq-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.faq-item p {
  margin: 0;
}

.resource-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.resource-card-link:hover .card {
  border-color: rgba(155, 111, 19, 0.55);
  box-shadow: var(--shadow);
}

.cta {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(246, 240, 231, 0.96), rgba(246, 240, 231, 0.76)),
    url("assets/path-forward.jpg") center / cover no-repeat;
}

.cta-box {
  max-width: 760px;
}

.footer {
  padding: 44px 0;
  background: var(--ink);
  color: rgba(255, 250, 242, 0.78);
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
}

.footer span {
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.92rem;
}

.footer a {
  color: var(--paper);
}

.footer-actions {
  display: grid;
  gap: 10px;
  align-content: start;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.social-links a {
  color: rgba(255, 250, 242, 0.86);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
}

.social-links a:hover {
  color: var(--sunflower-soft);
}

.mobile-toggle {
  display: none;
}

@media (max-width: 960px) {
  .nav {
    min-height: auto;
    padding: 18px 0;
    align-items: flex-start;
  }

  .mobile-toggle {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--paper);
    color: var(--ink);
    font-weight: 800;
  }

  .nav-links {
    display: none;
    position: absolute;
    inset: 74px 20px auto;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
  }

  .split,
  .freebie-card,
  .freebie-layout,
  .quiz-card,
  .grid.four,
  .grid.three,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .section {
    padding: 72px 0;
  }
}

@media (max-width: 620px) {
  .nav,
  .wrap,
  .hero-inner {
    width: min(100% - 28px, 1160px);
  }

  .brand strong {
    font-size: 1.18rem;
  }

  .brand span {
    font-size: 0.68rem;
  }

  .hero {
    min-height: 690px;
    background-position: center;
  }

  .hero-inner {
    padding: 70px 0 72px;
  }

  .page-hero {
    padding: 78px 0 58px;
  }

  .freebie-hero {
    padding: 64px 0 72px;
  }

  .freebie-copy h1 {
    font-size: clamp(3.15rem, 17vw, 4.15rem);
  }

  .freebie-copy .hero-copy {
    font-size: 1.08rem;
  }

  .freebie-form-wrap {
    padding: 24px;
  }

  .freebie-form-image {
    height: 330px;
  }

  .card,
  .testimonial {
    padding: 23px;
  }

  .photo img {
    min-height: 320px;
  }
}
