
  /* HERO */
  .page-hero { height: 100vh; min-height: 640px; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); overflow: hidden; }
  .hero-image { position: relative; overflow: hidden; }
  .hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
  .hero-content { display: flex; flex-direction: column; justify-content: center; padding: 120px 80px 80px; }
  .hero-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-primary); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
  .hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--blue-primary); }
  .hero-headline { font-family: var(--font-serif); font-size: clamp(48px, 4.5vw, 80px); font-weight: 300; line-height: 1.0; letter-spacing: -0.02em; color: var(--soil); margin-bottom: 28px; }
  .hero-headline em { font-style: italic; color: var(--blue-primary); }
  .hero-sub { font-size: 17px; font-weight: 300; line-height: 1.8; color: rgba(4,18,46,0.55); margin-bottom: 44px; max-width: 440px; }
  .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
  .btn-hero-primary { font-family: var(--font-sans); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); background: var(--blue-primary); border: none; padding: 14px 32px; border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
  .btn-hero-primary:hover { background: var(--blue-mid); transform: translateY(-1px); }
  .btn-hero-ghost { font-family: var(--font-sans); font-size: 13px; font-weight: 500; color: rgba(4,18,46,0.6); background: none; border: 1px solid rgba(4,18,46,0.2); padding: 14px 28px; border-radius: 2px; cursor: pointer; text-decoration: none; transition: all 0.2s; }
  .btn-hero-ghost:hover { border-color: var(--blue-primary); color: var(--blue-primary); }

  /* SHARED SECTION STYLES */
  section { padding: 100px 48px; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .section-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue-primary); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
  .section-title { font-family: var(--font-serif); font-size: clamp(32px, 3.5vw, 52px); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--soil); margin-bottom: 24px; }
  .section-title em { font-style: italic; color: var(--blue-primary); }
  .section-body { font-size: 17px; font-weight: 300; line-height: 1.75; color: rgba(4,18,46,0.6); max-width: 600px; }

  /* WHY IT MATTERS */
  .why-section { background: var(--white); }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
  .why-callout { background: var(--mist); border: 1px solid rgba(7,58,160,0.1); border-radius: 8px; padding: 40px; }
  .why-callout-headline { font-family: var(--font-serif); font-size: 22px; font-weight: 600; color: var(--soil); line-height: 1.3; margin-bottom: 28px; }
  .why-bullet { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--white); border-radius: 4px; border: 1px solid rgba(7,58,160,0.07); margin-bottom: 10px; }
  .why-bullet:last-child { margin-bottom: 0; }
  .why-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
  .why-bullet-text { font-size: 14px; font-weight: 300; color: rgba(4,18,46,0.7); }

  /* FEATURES */
.features-section { background: var(--mist); }
  .features-header { text-align: center; margin-bottom: 72px; }
  .features-header .section-label { justify-content: center; }
.features-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 980px; margin: 0 auto; }
.feature-card { background: var(--white); border: 1px solid rgba(7,58,160,0.12); border-radius: 8px; padding: 28px 26px; position: relative; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.feature-card:hover { transform: translateY(-2px); border-color: rgba(7,58,160,0.28); box-shadow: 0 10px 24px rgba(4,18,46,0.08); }
.feature-card-accent { position: absolute; top: 16px; left: 0; width: 3px; height: 36px; border-radius: 0 2px 2px 0; background: rgba(7,58,160,0.4); }
.feature-name { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(7,58,160,0.7); margin-bottom: 6px; }
.feature-title { font-family: var(--font-serif); font-size: 24px; font-weight: 600; line-height: 1.2; color: var(--soil); margin-bottom: 10px; }
.feature-body { font-size: 14px; font-weight: 300; line-height: 1.65; color: rgba(4,18,46,0.62); }

  /* HOW IT WORKS */
  .how-section { background: var(--cream); }
  .how-header { text-align: center; margin-bottom: 56px; }
  .how-header .section-label { display: inline-block; }
  .how-header .section-title { margin-bottom: 0; }
  .how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(4,18,46,0.08); max-width: 960px; margin: 0 auto; }
  .how-step { padding: 36px 28px; border-right: 1px solid rgba(4,18,46,0.08); }
  .how-step:last-child { border-right: none; }
  .how-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(7,58,160,0.35); margin-bottom: 16px; display: block; }
  .how-title { font-family: var(--font-serif); font-size: 20px; font-weight: 600; color: var(--soil); margin-bottom: 10px; line-height: 1.25; }
  .how-desc { font-size: 13.5px; line-height: 1.65; color: rgba(4,18,46,0.5); font-weight: 300; }

  /* WHAT YOU GET */
  .get-section { background: var(--soil); position: relative; overflow: hidden; }
  .get-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(0,201,255,0.06) 0%, transparent 70%); pointer-events: none; }
  .get-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
  .get-header { text-align: center; margin-bottom: 72px; }
  .get-header .section-label { justify-content: center; color: var(--blue-bright); }
  .get-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; }
  .get-grid .get-card:nth-child(1),
  .get-grid .get-card:nth-child(2),
  .get-grid .get-card:nth-child(3) { grid-column: span 2; }
  .get-grid .get-card:nth-child(4),
  .get-grid .get-card:nth-child(5) { grid-column: span 3; }
  .get-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(200,222,255,0.07); padding: 40px 36px; transition: background 0.2s, border-color 0.2s; }
  .get-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(0,201,255,0.18); }
  .get-card-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue-bright); opacity: 0.4; margin-bottom: 20px; }
  .get-card-title { font-family: var(--font-serif); font-size: 24px; font-weight: 600; color: var(--white); margin-bottom: 14px; line-height: 1.2; }
  .get-card-body { font-size: 14px; line-height: 1.75; color: rgba(200,222,255,0.45); font-weight: 300; }

  /* QUOTE */
  .quote-section { background: var(--white); padding: 80px 48px; text-align: center; border-top: 1px solid rgba(4,18,46,0.07); border-bottom: 1px solid rgba(4,18,46,0.07); }
  .big-quote { font-family: var(--font-serif); font-size: clamp(20px, 2.5vw, 30px); font-weight: 300; line-height: 1.45; color: var(--soil); max-width: 800px; margin: 0 auto 24px; font-style: italic; }
  .quote-source { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(4,18,46,0.35); }

  /* MEMBERS SECTION */
  .members-section { background: var(--white); }
  .members-header { text-align: center; max-width: 860px; margin: 0 auto 40px; }
  .members-header .section-label { justify-content: center; }
  .members-body { margin: 0 auto; }
  .members-callout { background: var(--white); border: 1px solid rgba(7,58,160,0.12); border-radius: 18px; overflow: hidden; max-width: 980px; margin: 0 auto; box-shadow: 0 12px 28px rgba(4,18,46,0.04); }
  .free-copy { max-width: none; padding: 36px 40px 34px; }
  .members-kicker { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(7,58,160,0.72); margin-bottom: 12px; }
  .members-callout-title { font-family: var(--font-serif); font-size: 32px; font-weight: 600; line-height: 1.12; color: var(--soil); margin-bottom: 16px; max-width: 760px; }
  .members-callout-body { font-size: 15px; font-weight: 300; line-height: 1.75; color: rgba(4,18,46,0.62); max-width: 720px; }
  .free-includes { margin-top: 30px; padding: 28px 40px 34px; border-top: 1px solid rgba(7,58,160,0.08); background: transparent; }
  .free-list-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(18,104,67,0.9); margin-bottom: 18px; }
  .free-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .free-list-item { position: relative; display: flex; align-items: center; justify-content: flex-start; min-height: 54px; padding: 14px 16px 14px 48px; border-radius: 12px; background: var(--white); color: rgba(4,18,46,0.8); border: 1px solid rgba(7,58,160,0.1); font-size: 13px; font-weight: 500; line-height: 1.35; text-align: left; box-shadow: 0 2px 8px rgba(4,18,46,0.04); }
  .free-list-item::before { content: "✓"; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 999px; background: #e9f7ee; border: 1px solid rgba(18,104,67,0.14); color: #126843; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }

  /* CTA */
  .cta-section { background: var(--mist); text-align: center; border-top: 1px solid rgba(4,18,46,0.07); padding: 60px 48px 120px; position: relative; overflow: hidden; }
  .cta-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
  .cta-inner .section-label { justify-content: center; }
  .cta-inner .section-title { color: var(--soil); max-width: none; }
  .cta-inner .section-title em { color: var(--terracotta); }
  .cta-inner .section-body { color: rgba(4,18,46,0.6); margin: 0 auto 48px; text-align: center; }
  .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .cta-section .btn-hero-primary { background: var(--blue-primary); color: #fff; text-transform: none; letter-spacing: 0.02em; border-radius: 4px; }
  .cta-section .btn-hero-primary:hover { background: var(--soil); }
  .cta-section .btn-hero-ghost { color: var(--soil); border-color: rgba(4,18,46,0.25); border-radius: 4px; }
  .cta-section .btn-hero-ghost:hover { border-color: var(--soil); color: var(--soil); }

  /* FOOTER */
  footer { background: var(--white); border-top: 1px solid rgba(4,18,46,0.08); }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding: 64px 48px; max-width: 1400px; margin: 0 auto; }
  .footer-brand { margin-bottom: 16px; }
  .footer-tagline { font-size: 13px; font-weight: 300; color: rgba(4,18,46,0.5); line-height: 1.6; max-width: 280px; margin-top: 12px; }
  .footer-col-title { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(4,18,46,0.4); margin-bottom: 16px; }
  .footer-links { list-style: none; }
  .footer-links li + li { margin-top: 10px; }
  .footer-links a { font-size: 13px; font-weight: 300; color: rgba(4,18,46,0.55); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--soil); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 48px; border-top: 1px solid rgba(4,18,46,0.06); max-width: 1400px; margin: 0 auto; }
  .footer-copy { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.05em; color: rgba(4,18,46,0.3); }
  .footer-indigenous { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.05em; color: rgba(4,18,46,0.25); }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    .page-hero { grid-template-columns: 1fr; height: auto; min-height: auto; }
    .hero-image { height: 50vw; min-height: 320px; position: relative; }
    .hero-content { padding: 64px 48px 72px; }
    .why-grid { grid-template-columns: 1fr; gap: 48px; }
    .how-steps { grid-template-columns: repeat(3, 1fr); }
    .how-step:nth-child(3) { border-right: none; }
    .how-step:nth-child(4) { border-top: 1px solid rgba(4,18,46,0.08); }
    .how-step:nth-child(4) { border-right: none; }
    .features-grid, .get-grid { grid-template-columns: 1fr; max-width: none; }
    .features-grid .feature-card:nth-child(n),
    .get-grid .get-card:nth-child(n) { grid-column: span 1; }
    .free-copy { padding: 32px 32px 28px; }
    .free-includes { padding: 24px 32px 30px; }
    .free-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-top { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    .hero-content { padding: 48px 24px 64px; }
    .hero-image { height: 70vw; }
    section { padding: 72px 24px; }
    .hero-ctas { flex-direction: column; }
    .btn-hero-primary, .btn-hero-ghost { border-radius: 7px; }
    .how-steps { grid-template-columns: 1fr; }
    .how-step { border-right: none; border-top: 1px solid rgba(4,18,46,0.08); }
    .how-step:first-child { border-top: none; }
    .free-copy { padding: 28px 24px 24px; }
    .free-includes { padding: 22px 24px 24px; }
    .free-list { grid-template-columns: 1fr; }
    .members-callout-title { font-size: 28px; }
    .footer-top { grid-template-columns: 1fr; padding: 48px 24px; }
    .footer-bottom { flex-direction: column; gap: 12px; padding: 20px 24px; text-align: center; }
  }
