/* ======================================
   RELATIONAL ROOTS™ VERSION 3
   HOME PAGE STYLES
====================================== */


/* ======================================
   01. HOME PAGE FOUNDATION
====================================== */

main {
  background: var(--rr-soft-cream);
}



.founder-content .section-label {
  display: block;
  width: 100%;
  text-align: center;
}

.founder-content h1 {
  text-align: center;
  line-height: 0.95;
}

.founder-content .title-break {
  display: block;
}

.founder-content h1 {
  font-size: clamp(4rem, 6vw, 7rem);
  text-align: center;
  line-height: 0.95;
}


html {
  scroll-behavior: smooth;
}

#seven-roots {
  scroll-margin-top: 110px;
}


/* ======================================
   02. HERO SECTION
====================================== */

.home-hero {
  min-height: auto;
  padding: clamp(110px, 10vw, 145px) 0 clamp(80px, 8vw, 110px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at top right,
      rgba(168, 184, 154, 0.35),
      transparent 32%
    ),
    var(--rr-soft-cream);
}


/* ======================================
   03. HERO GRID
====================================== */

.hero-grid {
  display: flex;
  justify-content: center;
}


/* ======================================
   04. HERO CONTENT
====================================== */

.hero-content {
  width: 100%;
  max-width: 980px;
  text-align: center;
}

.home-hero h1 {
  max-width: 940px;
  margin: 0 auto;
  font-size: clamp(3rem, 5.4vw, 5rem);
}

.hero-content .hero-intro {
  max-width: 780px;
  margin: 26px auto 0;
  font-size: 1.1rem;
  line-height: 1.75;
}

.hero-content .hero-domain-copy {
  max-width: 780px;
  margin: 14px auto 0;
  font-size: 1rem;
  line-height: 1.75;
}

.hero-confidence {
  max-width: 780px;
  margin: 28px auto 0;
  padding: 18px 24px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(47, 71, 51, 0.06);
}

.hero-confidence p {
  max-width: none;
  margin: 0;
  color: var(--rr-body);
  font-size: 0.96rem;
  line-height: 1.65;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 780px;
  margin: 28px auto 0;
  padding: 1px;
  gap: 1px;
  overflow: hidden;
  list-style: none;
  background: var(--rr-border);
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-md);
}

.hero-fact {
  min-width: 0;
  padding: 16px 12px;
  background: var(--rr-warm-white);
}

.hero-fact strong {
  display: block;
  color: var(--rr-deep-green);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-fact span {
  display: block;
  margin-top: 4px;
  color: var(--rr-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}


/* ======================================
   05. HERO VISUAL
====================================== */

.hero-visual {
    display: none;
}


/* ======================================
   06. HERO MAIN CARD
====================================== */

.hero-card {
  position: absolute;
  background: var(--rr-warm-white);
  border: 1px solid var(--rr-border);
  box-shadow: var(--shadow-soft);
}

.main-card {
  width: 280px;
  padding: 32px;
  border-radius: var(--radius-lg);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-card span {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--rr-root-green);
  margin-bottom: 12px;
}

.main-card h3 {
  font-size: 2.8rem;
}

.main-card p {
  color: var(--rr-earth-brown);
  font-weight: 700;
  margin-top: 8px;
}


/* ======================================
   07. HERO SMALL CARDS
====================================== */

.small-card {
  padding: 14px 20px;
  border-radius: var(--radius-pill);
  color: var(--rr-deep-green);
  font-weight: 700;
}

.card-one {
  top: 72px;
  left: 58px;
}

.card-two {
  right: 52px;
  top: 118px;
}

.card-three {
  bottom: 76px;
  left: 82px;
}

/* ======================================
   08. ASSESSMENT PATHWAYS SECTION
====================================== */

.assessment-pathways {
  position: relative;
}


/* ======================================
   09. ASSESSMENT CARD BUTTON SPACING
====================================== */

.assessment-card .btn {
  margin-top: 4px;
}

/* ======================================
   10. ABOUT RELATIONAL ROOTS SECTION
====================================== */

.about-roots {
  position: relative;
}


/* ======================================
   11. ROOTS INFO GRID
====================================== */

.roots-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: stretch;
}


/* ======================================
   12. GAIN LIST
====================================== */

.gain-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gain-list li {
  position: relative;
  padding-left: 20px;
  color: var(--rr-body);
  font-size: 0.98rem;
}

.gain-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--rr-root-green);
  font-weight: 700;
}

/* ======================================
   13. RESEARCH FOUNDATION SECTION
====================================== */

.research-foundation {
  position: relative;
}


/* ======================================
   14. RESEARCH CARD GRID
====================================== */

.research-card-grid {
  align-items: stretch;
}

/* ======================================
   15. SEVEN RELATIONAL ROOTS SECTION
====================================== */

.seven-roots {
  position: relative;
}


/* ======================================
   16. ROOT TABS
====================================== */

.roots-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.root-tab {
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--rr-border);
  background: var(--rr-warm-white);
  color: var(--rr-deep-green);
  font-family: var(--font-body);
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}

.root-tab:hover,
.root-tab.active {
  background: var(--rr-root-green);
  color: var(--rr-warm-white);
  border-color: var(--rr-root-green);
}


/* ======================================
   17. ROOT DISPLAY CARD
====================================== */

.root-display-card {
  max-width: 980px;
  margin: 0 auto;
  background: var(--rr-warm-white);
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-lg);
  padding: 42px;
  box-shadow: var(--shadow-soft);
}


/* ======================================
   18. ROOT DISPLAY HEADER
====================================== */

.root-display-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}

.root-display-header span {
  display: inline-block;
  color: var(--rr-root-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.root-display-header h3 {
  font-size: 3rem;
  margin-bottom: 12px;
}


/* ======================================
   19. ROOT DOMAIN LIST
====================================== */

.root-domain-list{

    max-width:700px;

    margin:50px auto 0;

}


/* ======================================
   20. ROOT DOMAIN
====================================== */

.root-domain{

    padding:28px 0;

    border-bottom:1px solid var(--rr-border);

}

.root-domain:last-child{

    border-bottom:none;

}

.root-domain h4{

    font-size:.8rem;

    letter-spacing:2px;

    text-transform:uppercase;

    color:var(--rr-root-green);

    margin-bottom:12px;

}

.root-domain p{

    font-family:var(--font-heading);

    font-size:2rem;

    line-height:1.2;

    color:var(--rr-deep-green);

}

/* ======================================
   21. HEADINGS
====================================== */

.matrix-cell.heading{

    text-align:center;

    font-weight:700;

    color:var(--rr-root-green);

    background:var(--rr-soft-cream);

}

.side-heading{

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    font-weight:700;

    background:var(--rr-soft-cream);

    color:var(--rr-deep-green);

}

.blank{

    background:var(--rr-soft-cream);

}


/* ======================================
   22. QUESTION TEXT
====================================== */

.matrix-cell p{

    margin:0;

    text-align:center;

}

.matrix-cell:not(.heading):not(.side-heading):not(.blank) p{

    font-family:var(--font-heading);

    font-size:1.7rem;

    line-height:1.25;

}


/* ======================================
   23. GROWTH ROW
====================================== */

.growth{

    background:#F5F8F2;

}

.growth p{

    color:var(--rr-root-green);

}

/* ======================================
   24. ASSESSMENT PROCESS SECTION
====================================== */

.assessment-process {
  position: relative;
}


/* ======================================
   25. PROCESS TIMELINE
====================================== */

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 48px;
}


/* ======================================
   26. PROCESS STEP
====================================== */

.process-step {
  background: var(--rr-soft-cream);
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-lg);
  padding: 30px;
  position: relative;
}

.step-number {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--rr-root-green);
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.process-step h3 {
  margin-bottom: 12px;
  font-size: 1.7rem;
}


/* ======================================
   27. ASSESSMENT NOTE
====================================== */

.assessment-note {
  margin-top: 42px;
  background: var(--rr-deep-green);
  color: var(--rr-warm-white);
  border-radius: var(--radius-lg);
  padding: 42px;
  box-shadow: var(--shadow-card);
}

.assessment-note h3,
.assessment-note p,
.assessment-note .section-label {
  color: var(--rr-warm-white);
}

.assessment-note h3 {
  max-width: 760px;
  margin-bottom: 18px;
}

.assessment-note p {
  max-width: 850px;
  color: rgba(255, 253, 248, 0.84);
}

/* ======================================
   28. BEGIN YOUR JOURNEY SECTION
====================================== */

.begin-journey {
  position: relative;
}


/* ======================================
   29. JOURNEY BANNER
====================================== */

.journey-banner {
  text-align: center;
}

.journey-banner .section-label {
  color: var(--rr-warm-white);
}

.journey-banner h2,
.journey-banner p {
  margin-left: auto;
  margin-right: auto;
}

.journey-banner h2 {
  max-width: 820px;
}

.journey-banner p {
  max-width: 860px;
}


/* ======================================
   30. JOURNEY SECONDARY BUTTON
====================================== */

.journey-secondary {
  color: var(--rr-warm-white);
  border-color: rgba(255, 253, 248, 0.6);
}

.journey-secondary:hover {
  background: rgba(255, 253, 248, 0.12);
}


/* ======================================
   31. JOURNEY CLOSING STATEMENT
====================================== */

.journey-closing {
  margin-top: 34px;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.4;
  color: rgba(255, 253, 248, 0.86);
}

/* ======================================

   32. CTA BUTTON GROUP

====================================== */

.cta-actions {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 18px;

    margin: 42px auto 36px;

}

/* ======================================
   FOUNDER SECTION
======================================= */

.founder-section {
  padding: 90px 0;
  background: #faf9f6;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: center;
}

.founder-image-wrap {
  width: 100%;
}

.founder-image {
  display: block;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(59, 42, 31, 0.12);
}

.founder-content {
  max-width: 700px;
}

.founder-content h2 {
  margin: 12px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.05;
  color: #3b2a1f;
}

.founder-role {
  margin-bottom: 24px;
  font-weight: 600;
  color: #5f7155;
}

.founder-content p {
  margin-bottom: 18px;
  line-height: 1.75;
  color: #5a4b43;
}

.founder-quote {
  margin: 30px 0;
  padding: 22px 26px;
  border-left: 4px solid #c5a46d;
  background: #f3eee3;
  font-family: "Lora", serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #3e4e3c;
}

.founder-disclaimer {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(59, 42, 31, 0.12);
  font-size: 0.85rem;
  color: #7a6b62;
}

/* ======================================
   33. HERO RESPONSIVE STYLES
====================================== */

@media (max-width: 768px) {

  .home-hero {
    padding: 105px 0 70px;
  }

  .home-hero h1 {
    font-size: clamp(2.7rem, 11vw, 4rem);
  }

  .hero-content .hero-intro {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-content .hero-domain-copy {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .hero-confidence {
    padding: 16px 18px;
  }

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

  .hero-fact {
    padding: 15px 10px;
  }

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

}
