:root {
  --ink: #0c1511;
  --ink-soft: #22302a;
  --muted: #6a726c;
  --line: #dedfd8;
  --paper: #f4f1e8;
  --cream: #fbfaf5;
  --white: #ffffff;
  --green: #0b5a3e;
  --green-dark: #092d24;
  --gold: #b99248;
  --gold-soft: #efe3c5;
  --sage: #e7ebe3;
  --blue: #385963;
  --rose: #925252;
  --shadow: 0 18px 42px rgba(12, 21, 17, 0.1);
  --shadow-soft: 0 10px 24px rgba(12, 21, 17, 0.07);
  --page-max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 66px;
  padding: 12px clamp(20px, 4vw, 54px);
  border-bottom: 1px solid rgba(12, 21, 17, 0.08);
  background: rgba(251, 250, 245, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  border-radius: 6px;
  background: linear-gradient(145deg, var(--green), var(--green-dark));
  font-size: 0.95rem;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

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

.header-action {
  min-height: 40px;
  padding: 9px 15px;
  color: var(--white);
  border-radius: 6px;
  background: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 750;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.header-action:hover {
  background: var(--green);
  box-shadow: 0 8px 18px rgba(9, 45, 36, 0.16);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 4vw, 54px);
  align-items: center;
  min-height: auto;
  padding: clamp(42px, 5vw, 66px) clamp(20px, 4vw, 54px) clamp(38px, 4vw, 58px);
  background:
    linear-gradient(112deg, rgba(9, 45, 36, 0.08), transparent 44%),
    radial-gradient(circle at 86% 18%, rgba(185, 146, 72, 0.18), transparent 30%),
    var(--cream);
}

.hero-copy {
  max-width: 590px;
}

.hero-copy::before {
  content: "Private Wealth Education";
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(185, 146, 72, 0.55);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
li {
  overflow-wrap: break-word;
}

h1 {
  max-width: 12.8ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.38rem, 1.95vw, 2.12rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  margin: 13px 0 8px;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.25;
}

.hero-intro {
  max-width: 540px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: clamp(0.92rem, 1vw, 0.98rem);
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 17px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(145deg, var(--green), var(--green-dark));
  box-shadow: 0 10px 22px rgba(9, 45, 36, 0.16);
}

.button.primary:hover {
  background: linear-gradient(145deg, #0e6a4a, var(--green-dark));
  box-shadow: 0 12px 24px rgba(9, 45, 36, 0.22);
}

.button.secondary {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(9, 45, 36, 0.18);
  box-shadow: none;
}

.button.secondary:hover {
  color: var(--white);
  background: var(--green-dark);
  border-color: var(--green-dark);
  box-shadow: 0 10px 22px rgba(9, 45, 36, 0.14);
}

.button.wide,
.form-button {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 570px;
  margin-top: 26px;
}

.hero-stats span {
  padding: 12px;
  border: 1px solid rgba(12, 21, 17, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.hero-stats strong {
  display: block;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-media,
.portrait-card,
.ebook-section figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(12, 21, 17, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(13, 107, 70, 0.12), rgba(213, 166, 66, 0.22)),
    #e9eee8;
  box-shadow: var(--shadow);
}

.hero-media {
  aspect-ratio: 16 / 10;
  min-height: 0;
  max-height: 410px;
}

.hero-media img,
.portrait-card img,
.ebook-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  object-position: center;
}

.hero-media figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 11px 12px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-media figcaption strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 750;
}

.image-missing::after {
  content: "Copy the matching image into the assets folder to display this visual.";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--green-dark);
  font-weight: 900;
  text-align: center;
}

.letter-section,
.proof-band,
.split-story,
.method-band,
.fit-section,
.ebook-section,
.join-section,
.faq-section {
  padding: clamp(38px, 5vw, 62px) clamp(20px, 4vw, 54px);
}

.letter-section {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.72fr);
  gap: clamp(22px, 4vw, 52px);
  background: var(--white);
}

.letter-section,
.split-story,
.ebook-section,
.faq-section {
  border-top: 1px solid rgba(12, 21, 17, 0.06);
}

.letter-copy {
  max-width: 760px;
  color: #27322d;
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  line-height: 1.8;
}

.letter-copy p + p {
  margin-top: 16px;
}

.letter-copy p:first-child {
  margin-top: 0;
}

.proof-band {
  background:
    linear-gradient(145deg, rgba(185, 146, 72, 0.12), transparent 38%),
    var(--green-dark);
  color: var(--white);
}

.proof-heading {
  max-width: 760px;
}

.proof-band .eyebrow,
.join-section .eyebrow {
  color: var(--gold);
}

.proof-grid,
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.proof-grid article,
.method-grid article {
  min-height: 148px;
  padding: 18px 19px;
  border-radius: 7px;
}

.proof-grid article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.065);
}

.proof-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 750;
}

.proof-grid p,
.method-grid p,
.split-story p,
.ebook-section p,
.join-copy p,
.form-note,
.faq-section p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.76;
}

.proof-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.split-story,
.ebook-section {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.86fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  background: var(--white);
}

.split-story p,
.ebook-section p {
  max-width: 600px;
  margin-top: 16px;
}

.authority-note {
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  color: var(--ink-soft) !important;
}

.split-story .button,
.ebook-section .button {
  margin-top: 26px;
}

.method-band {
  padding-top: clamp(38px, 5vw, 58px);
  padding-bottom: clamp(40px, 5vw, 60px);
  background: var(--sage);
}

.portrait-card {
  max-width: 300px;
  aspect-ratio: 4 / 5;
  justify-self: start;
}

.portrait-card img {
  object-position: center top;
}

.method-heading {
  max-width: 680px;
}

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

.method-grid article {
  border: 1px solid rgba(12, 21, 17, 0.08);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.method-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  border-radius: 6px;
  background: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 750;
}

.method-grid article:nth-child(2) span {
  background: var(--blue);
}

.method-grid article:nth-child(3) span {
  background: var(--gold);
  color: #1d1710;
}

.method-grid article:nth-child(4) span {
  background: var(--rose);
}

.fit-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: var(--paper);
}

.fit-list {
  padding: clamp(20px, 2.3vw, 26px);
  border: 1px solid rgba(12, 21, 17, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.fit-list h2 {
  font-size: clamp(1.3rem, 1.75vw, 1.82rem);
}

.fit-list ul,
.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.fit-list li,
.check-list li {
  display: flex;
  gap: 10px;
  color: #3f4944;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.55;
}

.fit-list li::before,
.check-list li::before {
  flex: 0 0 auto;
  width: 22px;
  font-weight: 900;
}

.not-for li::before {
  content: "x";
  color: var(--rose);
}

.for-you li::before,
.check-list li::before {
  content: "+";
  color: var(--green);
}

.ebook-section {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.45), transparent 44%),
    var(--gold-soft);
}

.ebook-section figure {
  aspect-ratio: 16 / 9;
  max-height: 360px;
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 450px);
  gap: clamp(30px, 4vw, 58px);
  align-items: start;
  background:
    linear-gradient(145deg, rgba(185, 146, 72, 0.12), transparent 42%),
    var(--ink);
  color: var(--white);
}

.free-ebook-page {
  min-height: calc(100vh - 72px);
  align-items: center;
}

.join-copy {
  max-width: 590px;
}

.join-copy p,
.join-copy .check-list {
  color: rgba(255, 255, 255, 0.74);
}

.join-copy .check-list li {
  color: rgba(255, 255, 255, 0.82);
}

.join-copy .check-list {
  margin-bottom: 0;
}

.join-copy p {
  margin-top: 18px;
  font-size: 0.92rem;
}

.membership-cta {
  margin-top: 38px;
}

.lead-form {
  display: grid;
  gap: 13px;
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid rgba(12, 21, 17, 0.08);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lead-form h2 {
  font-size: clamp(1.22rem, 1.48vw, 1.52rem);
}

label {
  display: grid;
  gap: 8px;
  color: #2d353c;
  font-size: 0.86rem;
  font-weight: 700;
}

input {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fcfbf7;
  font: inherit;
}

input:focus {
  outline: 3px solid rgba(13, 107, 70, 0.2);
  border-color: var(--green);
}

.form-note,
.form-message {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-message {
  min-height: 22px;
  color: var(--green-dark);
  font-weight: 800;
}

.faq-section {
  background: var(--white);
}

.faq-section h2 {
  margin-bottom: 22px;
}

details {
  border-top: 1px solid var(--line);
  padding: 15px 0;
  max-width: 920px;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.4;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 24px;
  padding: 34px clamp(20px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.72);
  background: #050806;
  font-size: 0.86rem;
  border-top: 1px solid rgba(185, 146, 72, 0.22);
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

.footer-brand {
  display: grid;
  gap: 7px;
  align-content: start;
}

.footer-brand strong {
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 750;
}

.footer-contact {
  display: grid;
  gap: 7px;
  align-content: start;
}

.footer-contact span {
  display: block;
}

@media (max-width: 980px) {
  .hero,
  .letter-section,
  .split-story,
  .ebook-section,
  .join-section,
  .fit-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-copy::before {
    margin-bottom: 14px;
  }

  h1 {
    max-width: 14ch;
  }

  .portrait-card {
    max-width: 340px;
  }

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

@media (max-width: 680px) {
  .site-header {
    align-items: center;
    min-height: 64px;
    padding: 10px 16px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    max-width: 190px;
    font-size: 0.86rem;
  }

  .header-action {
    padding: 8px 11px;
    font-size: 0.82rem;
  }

  .hero,
  .letter-section,
  .proof-band,
  .split-story,
  .method-band,
  .fit-section,
  .ebook-section,
  .join-section,
  .faq-section {
    padding: 36px 18px;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(1.82rem, 8vw, 2.55rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.3rem, 5.8vw, 1.82rem);
  }

  h3 {
    font-size: 0.98rem;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.68rem;
  }

  .hero-intro,
  .letter-copy,
  .proof-grid p,
  .method-grid p,
  .split-story p,
  .ebook-section p,
  .join-copy p,
  .faq-section p {
    font-size: 0.91rem;
  }

  .authority-note {
    padding-left: 12px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 46px;
    font-size: 0.88rem;
  }

  .hero-media {
    min-height: 240px;
  }

  .portrait-card {
    max-width: 270px;
  }

  .join-copy .check-list {
    margin-bottom: 0;
  }

  .membership-cta {
    margin-top: 32px;
  }

  .hero-stats,
  .proof-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 26px 18px;
  }
}
