/* =========================================================
   TOKENS — identical values to every other page on the site;
   scoped to .steward-root so nothing leaks into, or is
   overridden by, the host application's own CSS variables.
   ========================================================= */
.steward-root{
  --navy:#0B1F33; --navy-deep:#071523; --navy-raise:#112a44;
  --gold:#C9A24D; --gold-dim:rgba(201,162,77,0.28); --gold-dark:#9A7A34;
  --cream:#F3EFE7; --neutral:#F3F1ED;
  --on-navy:#F3EFE7; --on-navy-mute:#9FAFC2;
  --on-cream:#0B1F33; --on-cream-mute:#5A6579;
  --max:var(--layout-container); --gutter:var(--gutter); --read:720px;
}
.steward-root, .steward-root *{ box-sizing:border-box; }
.steward-root{ background:var(--cream); color:var(--on-cream); font-family:'Inter',sans-serif; -webkit-font-smoothing:antialiased; }
.steward-root h1, .steward-root h2, .steward-root h3, .steward-root h4, .steward-root .serif{ font-family:'Playfair Display',serif; font-weight:600; margin:0; }
.steward-root p{ margin:0; }
.steward-root a{ color:inherit; text-decoration:none; }
.steward-root ::selection{ background:var(--gold); color:var(--navy-deep); }
.steward-wrap{
  width:min(
    var(--max),
    calc(100% - (var(--gutter) * 2))
  );
  max-width:var(--max);
  margin-inline:auto;
  padding:0;
}

.skip-link{ position:absolute; left:-9999px; top:0; z-index:200; background:var(--gold); color:var(--navy-deep); padding:12px 20px; font-size:0.85rem; font-weight:600; }
.skip-link:focus{ left:16px; top:16px; }
a:focus-visible, button:focus-visible, summary:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; }

.steward-eyebrow{ display:inline-flex; align-items:center; gap:10px; font-size:0.74rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold-dark); margin-bottom:20px; }
.steward-eyebrow::before{ content:''; width:24px; height:1px; background:var(--gold-dark); }
.steward-eyebrow-light{ color:var(--gold); }
.steward-eyebrow-light::before{ background:var(--gold); }

.steward-btn{ display:inline-flex; align-items:center; gap:10px; min-height:48px; padding:0 26px; font-size:0.86rem; letter-spacing:0.02em; transition:all .25s ease; border:1px solid transparent; cursor:pointer; font-family:'Inter',sans-serif; }
.steward-btn-primary{ background:var(--gold); color:var(--navy-deep); font-weight:500; }
.steward-btn-primary:hover{ background:#dcb769; }
.steward-btn-line{ border-bottom:1px solid rgba(11,31,51,0.25); padding:0 0 4px; color:var(--on-cream); }
.steward-btn-line:hover{ border-color:var(--gold-dark); color:var(--gold-dark); }
.steward-btn-line-light{ border-color:rgba(243,239,231,0.35); color:var(--on-navy); }
.steward-btn-line-light:hover{ color:var(--gold); border-color:var(--gold); }
.steward-btn:hover .steward-arrow{ transform:translateX(3px); }
.steward-arrow{ transition:transform .25s ease; display:inline-block; }
/* =========================================================
   HERO CTA — reusable global button component
   Prevent steward-root link inheritance from overriding
   the primary consultation button.
   ========================================================= */

.steward-root .steward-hero-actions a:first-child{
    color:var(--navy-deep) !important;
}

.steward-root .steward-hero-actions a:first-child:hover{
    color:var(--navy-deep) !important;
}
.steward-section-head{ max-width:640px; }
.steward-section-head h2{ font-size:clamp(1.6rem,3vw,2.1rem); }

/* Shared centred editorial heading system — used by every section that
   is designated centred (Framework, Behavioural Coaching, Generational
   Continuity). The eyebrow, H2 and any lead-in paragraph inside share
   this single container and one centre axis, rather than each section
   re-declaring its own centering rules. Sections that are intentionally
   asymmetric (Steward Areas of Support, Related Research) do NOT use
   this class — that asymmetry is a deliberate editorial choice, not an
   oversight, and is left as-is. */
.steward-center-head{ max-width:640px; margin:0 auto; text-align:center; }
.steward-center-head .steward-eyebrow{ justify-content:center; }



.reveal{ opacity:0; transform:translateY(16px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; transition:none; } }

/* =========================================================
   01 HERO — Wealth Stewardship
   ========================================================= */

.steward-hero{
  background:var(--navy);
  color:var(--on-navy);
  padding:clamp(56px,8vw,88px) 0 clamp(64px,9vw,96px);
}

/* Give the visual slightly more width than the text column */
.steward-hero-grid{
  display:grid;
  grid-template-columns:0.92fr 1.08fr;
  gap:clamp(40px,5vw,64px);
  align-items:center;
}

/* Main heading */
.steward-hero h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.4rem,5.4vw,3.6rem);
  line-height:1.1;
  letter-spacing:-0.01em;
  margin-bottom:20px;
}

/* Gold statement / subheading */
.steward-hero-statement{
  font-family:'Playfair Display',serif;
  font-style:italic;
  font-size:clamp(1.15rem,2.1vw,1.4rem);
  color:var(--gold);
  line-height:1.4;
  margin-bottom:28px;
}

/* Main paragraph */
.steward-hero-sub{
  font-size:1.05rem;
  line-height:1.75;
  color:var(--on-navy-mute);
  max-width:52ch;
  margin:0 0 48px !important;
}

/* CTA area */
.steward-hero-actions{
  display:flex;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:0 !important;
}

/* =========================================================
   HERO RIGHT-SIDE FRAMEWORK
   ========================================================= */

.steward-hero-media{
  position:relative;
  width:100%;
  border:1px solid rgba(201,162,77,0.25);
  background:linear-gradient(
    155deg,
    var(--navy-raise) 0%,
    var(--navy-deep) 70%
  );
  padding:clamp(28px,3vw,36px);
}

/* Header above the four disciplines */
.steward-hero-media-head{
  text-align:center;
  margin-bottom:clamp(24px,3vw,30px);
}

.steward-hero-icon{
  width:46px;
  height:46px;
  color:var(--gold);
  margin:0 auto 12px;
}

.steward-hero-media-head .steward-eyebrow{
  justify-content:center;
  margin-bottom:0;
}

/* Four discipline framework */
.steward-hero-quad{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:2px;
  width:100%;
  min-width:0;
  background:rgba(201,162,77,0.18);
  border:1px solid rgba(201,162,77,0.18);
}

/* Individual quadrant */
.steward-hero-tile{
  min-width:0;
  min-height:150px;
  background:var(--navy-deep);
  padding:clamp(28px,3vw,34px) clamp(18px,2.2vw,24px) clamp(24px,2.8vw,30px);
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

/* Icon */
.steward-hero-tile-icon{
  width:38px;
  height:38px;
  flex:none;
  border-radius:50%;
  border:1px solid var(--gold-dim);
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
}

.steward-hero-tile-icon svg{
  width:16px;
  height:16px;
}

/* Tile labels */
.steward-hero-tile span.steward-hero-tile-label{
  display:block;
  width:100%;
  max-width:100%;
  font-size:0.84rem;
  line-height:1.35;
  color:var(--on-navy);
  white-space:normal;
  overflow-wrap:normal;
}

/* Centre circle */
.steward-hero-hub{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:104px;
  height:104px;
  border-radius:50%;
  background:var(--navy);
  border:1px solid var(--gold);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  z-index:2;
  box-shadow:0 0 0 6px var(--navy-deep);
}

.steward-hero-hub .steward-hero-hub-mark{
  font-family:'Playfair Display',serif;
  font-size:0.96rem;
  color:var(--on-navy);
}

.steward-hero-hub .steward-hero-hub-sub{
  font-size:0.62rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--gold);
  margin-top:4px;
}


/* =========================================================
   HERO RESPONSIVE
   ========================================================= */

@media (max-width:980px){

  .steward-hero-grid{
    grid-template-columns:1fr;
    gap:52px;
  }

  .steward-hero-sub{
    max-width:60ch;
  }

  .steward-hero-media{
    max-width:760px;
    margin:0 auto;
  }
}


@media (max-width:640px){

  .steward-hero{
    padding-top:56px;
    padding-bottom:64px;
  }

  .steward-hero-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
  }

  .steward-hero-media{
    padding:22px;
  }

  .steward-hero-tile{
    min-height:135px;
    padding:24px 12px 22px;
  }

  .steward-hero-tile span.steward-hero-tile-label{
    font-size:0.76rem;
  }

  .steward-hero-hub{
    width:88px;
    height:88px;
  }
}


@media (max-width:420px){

  .steward-hero-media{
    padding:18px;
  }

  .steward-hero-tile{
    min-height:125px;
    padding:20px 8px;
  }

  .steward-hero-tile span.steward-hero-tile-label{
    font-size:0.72rem;
  }

  .steward-hero-hub{
    width:78px;
    height:78px;
  }
}
/* =========================================================
   02 WHAT IS STEWARDSHIP?
   ========================================================= */
.steward-intro{ padding:clamp(64px,9vw,96px) 0; }
.steward-intro-grid{ display:grid; grid-template-columns:1.05fr 1fr; gap:clamp(40px,6vw,72px); align-items:start; }
.steward-intro h2{ font-size:clamp(1.6rem,3vw,2.1rem); margin-bottom:22px; max-width:20ch; }
.steward-intro p{ font-size:1.02rem; line-height:1.8; color:var(--on-cream); max-width:58ch; }
.steward-intro p + p{ margin-top:16px; }
.steward-intro-shift{ display:inline-flex; align-items:center; gap:12px; margin-top:24px; font-size:0.92rem; }
.steward-intro-shift-from{ color:var(--on-cream-mute); text-decoration:line-through; text-decoration-color:rgba(90,101,121,0.4); }
.steward-intro-shift-to{ color:var(--gold-dark); font-weight:500; }
.steward-question-card{ background:#fff; border:1px solid rgba(11,31,51,0.1); padding:clamp(30px,3.5vw,38px); }
.steward-question-card-label{ font-size:0.74rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--gold-dark); margin-bottom:20px; }
.steward-question-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.steward-question-list li{ font-family:'Playfair Display',serif; font-style:italic; font-size:1rem; line-height:1.5; color:var(--on-cream); padding-left:18px; position:relative; }
.steward-question-list li::before{ content:''; position:absolute; left:0; top:0.55em; width:8px; height:1px; background:var(--gold-dark); }

/* =========================================================
   03 THE STEWARD'S PERSPECTIVE
   ========================================================= */

.steward-perspective{
  background:var(--navy);
  color:var(--on-navy);
  padding:clamp(72px,10vw,120px) 0;
  text-align:center;
}

.steward-perspective .steward-wrap{
  max-width:820px;
  width:100%;
  margin:0 auto;
}

/* Eyebrow */
.steward-perspective .steward-eyebrow{
  justify-content:center;
  margin-bottom:24px;
}

/* Main heading */
.steward-perspective h2{
  font-size:clamp(1.6rem,3vw,2.1rem);
  line-height:1.3;
  margin:0 0 clamp(34px,4vw,44px);
  text-align:center;
}

/* Large italic statement */
.steward-perspective-lead{
  font-family:'Playfair Display',serif;
  font-style:italic;
  font-size:clamp(1.25rem,2.4vw,1.55rem);
  line-height:1.55;
  color:var(--on-navy);
  max-width:760px;
  width:100%;
  margin:0 auto 26px;
  text-align:center;
}

/* Supporting paragraph */
.steward-perspective-body{
  display:block;
  width:100%;
  max-width:760px;
  margin:0 auto;
  padding:0;
  font-size:1.02rem;
  line-height:1.8;
  color:var(--on-navy-mute);
  text-align:center;
}

/* Final contrast statement */
.steward-perspective-contrast{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;

  width:fit-content;
  max-width:100%;
  margin:24px auto 0;

  padding:14px 0 0;

  border-top:1px solid rgba(201,162,77,0.28);

  font-size:1.02rem;
  line-height:1.5;
  text-align:center;
}

/* "Getting every decision right" */
.steward-perspective-not{
  color:var(--on-navy-mute);
  text-decoration:line-through;
  text-decoration-color:rgba(159,175,194,0.4);
}

/* "building a process..." */
.steward-perspective-but{
  color:var(--gold);
  font-size:1.08rem;
  font-weight:500;
}


/* =========================================================
   STEWARD'S PERSPECTIVE — RESPONSIVE
   ========================================================= */

@media (max-width:640px){

  .steward-perspective{
    padding:64px 0 72px;
  }

  .steward-perspective .steward-wrap{
    max-width:100%;
  }

  .steward-perspective .steward-eyebrow{
    margin-bottom:20px;
  }

  .steward-perspective h2{
    margin-bottom:30px;
  }

  .steward-perspective-lead{
    max-width:100%;
    margin-bottom:24px;
    font-size:1.2rem;
  }

  .steward-perspective-body{
    max-width:100%;
    font-size:0.98rem;
    line-height:1.75;
  }

  .steward-perspective-contrast{
    margin-top:26px;
    padding-top:14px;
    gap:8px 12px;
    font-size:0.92rem;
  }

  .steward-perspective-but{
    font-size:0.98rem;
  }
}

/* =========================================================
   STEWARD FRAMEWORK — FINAL FLOWCHART OVERRIDE
   Purpose → Decision Making → Behaviour / Strategy
   → Review → Continuity → Returns to Purpose
   ========================================================= */


/* ---------------------------------------------------------
   1. SECTION SPACING
   --------------------------------------------------------- */

.steward-root .steward-framework{
    position:relative;
    width:100%;
    padding-top:clamp(90px, 10vw, 120px) !important;
    padding-bottom:clamp(90px, 10vw, 120px) !important;
    overflow:hidden;
}

.steward-root .steward-framework > .steward-wrap{
    width:100%;
    max-width:1220px;
    margin:0 auto;
    padding-left:clamp(20px,4vw,48px);
    padding-right:clamp(20px,4vw,48px);
}


/* ---------------------------------------------------------
   2. FRAMEWORK HEADING
   --------------------------------------------------------- */

.steward-root .steward-framework .steward-section-head{
    width:100%;
    max-width:680px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-bottom:clamp(50px,6vw,72px) !important;
    text-align:center;
}

.steward-root .steward-framework .steward-center-head{
    text-align:center;
}

.steward-root .steward-framework .steward-center-head
.steward-eyebrow{
    justify-content:center;
}

.steward-root .steward-framework .steward-section-head h2{
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
    line-height:1.22;
}


/* ---------------------------------------------------------
   3. MAIN FLOW CONTAINER
   --------------------------------------------------------- */

.steward-root .steward-framework .steward-flow{
    position:relative;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    width:100%;
    max-width:900px !important;
    margin:0 auto !important;
}


/* ---------------------------------------------------------
   4. GENERAL FLOW CARDS
   --------------------------------------------------------- */

.steward-root .steward-framework .steward-flow-node{
    position:relative;
    width:100% !important;
    max-width:360px !important;
    min-height:235px;
    margin-left:auto !important;
    margin-right:auto !important;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    background:#fff;
    border:1px solid rgba(11,31,51,0.12);

    padding:32px 34px !important;

    box-sizing:border-box;
}


/* ---------------------------------------------------------
   5. PURPOSE CARD
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow > .steward-flow-node:first-child{
    max-width:360px !important;
    min-height:235px;
}


/* ---------------------------------------------------------
   6. DECISION MAKING / HUB
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-node.is-hub{
    width:100% !important;
    max-width:460px !important;
    min-height:265px;

    background:var(--navy) !important;
    border:1px solid var(--gold-dim);

    padding:38px 42px !important;

    color:var(--on-navy);

    box-sizing:border-box;
}

.steward-root .steward-framework
.steward-flow-node.is-hub h3{
    color:var(--on-navy);
    font-size:1.15rem;
    margin-bottom:10px;
}

.steward-root .steward-framework
.steward-flow-node.is-hub p{
    color:var(--on-navy-mute);
    max-width:42ch;
    margin-left:auto;
    margin-right:auto;
}


/* ---------------------------------------------------------
   7. CARD TYPOGRAPHY
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-node-no{
    display:block;
    margin-bottom:12px;
    font-family:'Playfair Display',serif;
    font-size:0.82rem;
    line-height:1.3;
    color:var(--gold-dark);
}

.steward-root .steward-framework
.steward-flow-node-icon{
    width:52px !important;
    height:52px !important;
    min-width:52px;
    min-height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 18px !important;

    border-radius:50%;
    border:1px solid var(--gold-dim);

    color:var(--gold-dark);
}

.steward-root .steward-framework
.steward-flow-node-icon svg{
    width:20px !important;
    height:20px !important;
}

.steward-root .steward-framework
.steward-flow-node h3{
    font-size:1.12rem;
    line-height:1.3;
    margin:0 0 10px;
}

.steward-root .steward-framework
.steward-flow-node p{
    width:100%;
    max-width:34ch;
    margin:0 auto;
    font-size:0.94rem;
    line-height:1.65;
    color:var(--on-cream-mute);
}


/* ---------------------------------------------------------
   8. REMOVE THE OLD STRAIGHT ARROWS
   The HTML contains "↓". We replace it with a clean
   CSS arrow so no ugly glyph is inherited.
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-connector{
    display:flex !important;
    position:relative;

    width:100%;
    height:58px !important;

    align-items:center;
    justify-content:center;

    color:transparent !important;
    font-size:0;
}

.steward-root .steward-framework
.steward-flow-connector::after{
    content:'↓';

    display:block;

    color:var(--gold-dark);

    font-family:Arial, sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:1;

    position:relative;
    top:0;
}

.steward-root .steward-framework
.steward-flow-connector svg{
    display:none !important;
}


/* ---------------------------------------------------------
   9. BRANCH SYSTEM
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-branch{
    position:relative;

    width:100% !important;
    max-width:820px !important;

    margin:0 auto;

    display:block;
}


/* ---------------------------------------------------------
   10. DIAGONAL CONNECTOR SVG
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-branch-svg{
    display:block !important;

    width:100% !important;
    height:54px !important;

    margin:0 !important;

    overflow:visible !important;

    pointer-events:none;
}


/* Actual diagonal lines */

.steward-root .steward-framework
.steward-flow-branch-svg path{
    fill:none !important;
    stroke:var(--gold-dark) !important;
    stroke-width:1.25 !important;

    vector-effect:non-scaling-stroke;
}


/* Clean small arrowheads */

.steward-root .steward-framework
.steward-flow-branch-svg marker path{
    fill:var(--gold-dark) !important;
    stroke:none !important;
}


/* ---------------------------------------------------------
   11. BRANCH CARDS
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-branch-row{
    width:100% !important;

    display:grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(30px, 70px)
        minmax(0, 1fr) !important;

    align-items:stretch !important;

    column-gap:0 !important;

    margin:0 !important;
}


/* Both branch cards */

.steward-root .steward-framework
.steward-flow-branch-row
.steward-flow-node{
    width:100% !important;
    max-width:360px !important;

    min-height:235px;

    margin:0 auto !important;
}


/* Hide the word "and" completely */

.steward-root .steward-framework
.steward-flow-branch-divider{
    display:block !important;
    width:1px;
    overflow:hidden;
    font-size:0;
}


/* ---------------------------------------------------------
   12. SECOND DIAGONAL CONNECTOR
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-branch-row
+ .steward-flow-branch-svg{
    margin-top:0 !important;
    margin-bottom:0 !important;
}


/* ---------------------------------------------------------
   13. REVIEW CARD
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow > .steward-flow-node:nth-of-type(4){
    max-width:400px !important;
    min-height:235px;
}


/*
   Because the branch wrapper is counted as one child,
   use the actual Review node selector as a safer rule.
*/

.steward-root .steward-framework
.steward-flow > .steward-flow-node:not(.is-hub){
    /* keep normal cards controlled */
}


/* ---------------------------------------------------------
   14. CONTINUITY CARD
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow > .steward-flow-node:last-of-type{
    max-width:400px !important;
    min-height:235px;
}


/* ---------------------------------------------------------
   15. RETURN / LOOP LABEL
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-loop{
    display:flex !important;

    align-items:center;
    justify-content:center;

    width:100%;
    max-width:600px;

    margin:clamp(28px,4vw,40px) auto 0 !important;

    padding:14px 24px !important;

    border:1px dashed rgba(201,162,77,0.42);

    color:var(--gold-dark);

    font-size:0.88rem;
    line-height:1.5;
    text-align:center;

    box-sizing:border-box;
}

.steward-root .steward-framework
.steward-flow-loop svg{
    width:16px !important;
    height:16px !important;
    flex:0 0 auto;
}


/* ---------------------------------------------------------
   16. CAPTION
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-framework-caption{
    width:100%;
    max-width:650px !important;

    margin:clamp(28px,4vw,40px) auto 0 !important;

    text-align:center !important;

    font-size:0.86rem;
    line-height:1.65;

    color:var(--on-cream-mute);
}


/* ---------------------------------------------------------
   17. IMPORTANT — REMOVE ANY OLD SVG ARROW ART
   --------------------------------------------------------- */

.steward-root .steward-framework
.steward-flow-branch-svg defs{
    display:block;
}


/* ---------------------------------------------------------
   18. DESKTOP REFINEMENT
   --------------------------------------------------------- */

@media (min-width:901px){

    .steward-root .steward-framework
    .steward-flow{
        max-width:900px !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch{
        max-width:820px !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-row
    .steward-flow-node{
        max-width:360px !important;
    }

    .steward-root .steward-framework
    .steward-flow-node.is-hub{
        max-width:460px !important;
    }
}


/* ---------------------------------------------------------
   19. TABLET
   --------------------------------------------------------- */

@media (max-width:900px){

    .steward-root .steward-framework{
        padding-top:76px !important;
        padding-bottom:76px !important;
    }

    .steward-root .steward-framework
    .steward-flow{
        max-width:720px !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch{
        max-width:680px !important;
    }

    .steward-root .steward-framework
    .steward-flow-node{
        max-width:320px !important;
    }

    .steward-root .steward-framework
    .steward-flow-node.is-hub{
        max-width:400px !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-row{
        grid-template-columns:
            minmax(0,1fr)
            28px
            minmax(0,1fr) !important;
    }
}


/* ---------------------------------------------------------
   20. MOBILE
   --------------------------------------------------------- */

@media (max-width:640px){

    .steward-root .steward-framework{
        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .steward-root .steward-framework
    .steward-section-head{
        margin-bottom:42px !important;
    }

    .steward-root .steward-framework
    .steward-flow{
        width:100% !important;
        max-width:420px !important;
    }

    .steward-root .steward-framework
    .steward-flow-node,
    .steward-root .steward-framework
    .steward-flow-node.is-hub{
        width:100% !important;
        max-width:360px !important;
        min-height:auto;

        padding:30px 24px !important;
    }

    /*
       On mobile the two branches become a normal vertical
       sequence. This prevents diagonal SVGs from becoming
       cramped or crossing the cards.
    */

    .steward-root .steward-framework
    .steward-flow-branch{
        width:100% !important;
        max-width:360px !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-svg{
        display:none !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-row{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        gap:0 !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-row
    .steward-flow-node{
        width:100% !important;
        max-width:360px !important;
        margin:0 auto !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-divider{
        display:none !important;
    }

    /*
       Small vertical arrows between Behaviour → Strategy
       and Strategy → Review.
    */

    .steward-root .steward-framework
    .steward-flow-branch-row
    .steward-flow-node + .steward-flow-branch-divider
    + .steward-flow-node{
        margin-top:0 !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-row
    .steward-flow-node:first-child{
        margin-bottom:20px !important;
    }

    .steward-root .steward-framework
    .steward-flow-branch-row
    .steward-flow-node:first-child::after{
        content:'↓';

        display:block;

        margin-top:20px;

        color:var(--gold-dark);

        font-size:18px;
        line-height:1;
    }

    .steward-root .steward-framework
    .steward-flow-loop{
        width:100%;
        max-width:360px;
        padding:13px 18px !important;
        font-size:0.8rem;
    }

    .steward-root .steward-framework
    .steward-framework-caption{
        max-width:340px !important;
        font-size:0.8rem;
    }
}


/* ---------------------------------------------------------
   21. SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width:420px){

    .steward-root .steward-framework{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .steward-root .steward-framework
    .steward-flow-node,
    .steward-root .steward-framework
    .steward-flow-node.is-hub{
        max-width:320px !important;
        padding:26px 20px !important;
    }

    .steward-root .steward-framework
    .steward-flow-node-icon{
        width:46px !important;
        height:46px !important;
        min-width:46px;
        min-height:46px;
    }
}
/* =========================================================
   05 LONG-TERM REVIEW
   ========================================================= */
.steward-review{ background:var(--neutral); padding:clamp(72px,10vw,108px) 0; }
.steward-review-grid{ display:grid; grid-template-columns:1.05fr 1fr; gap:clamp(40px,6vw,72px); align-items:start; }
.steward-review h2{ font-size:clamp(1.6rem,3vw,2.1rem); margin-bottom:20px; max-width:20ch; }
.steward-review-lead{ font-family:'Playfair Display',serif; font-style:italic; font-size:1.12rem; line-height:1.5; color:var(--on-cream); margin-bottom:16px; }
.steward-review p.steward-review-body{ font-size:1rem; line-height:1.8; color:var(--on-cream-mute); max-width:56ch; }
.steward-distinction{ display:flex; gap:14px; margin-top:22px; padding:16px 18px; background:#fff; border:1px solid rgba(11,31,51,0.1); font-size:0.85rem; line-height:1.6; }
.steward-distinction span.steward-distinction-tag{ flex:none; font-family:'Playfair Display',serif; color:var(--gold-dark); }
.steward-review-list{ background:#fff; border:1px solid rgba(11,31,51,0.1); padding:clamp(26px,3vw,32px); }
.steward-review-list-title{ font-size:0.76rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--gold-dark); margin-bottom:16px; }
.steward-review-list ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.steward-review-list li{ font-size:0.92rem; line-height:1.55; color:var(--on-cream); padding-left:20px; position:relative; }
.steward-review-list li::before{ content:''; position:absolute; left:0; top:0.5em; width:8px; height:1px; background:var(--gold-dark); }

/* =========================================================
   STEWARD — BEHAVIOURAL COACHING
   FINAL ALIGNMENT + SPACING OVERRIDE
   ========================================================= */


/* ---------------------------------------------------------
   01. SECTION
   --------------------------------------------------------- */

.steward-root .steward-behaviour{
    width:100%;
    padding-top:clamp(88px,9vw,112px) !important;
    padding-bottom:clamp(88px,9vw,112px) !important;
    overflow:hidden;
}


/* ---------------------------------------------------------
   02. FULL-WIDTH SECTION CONTAINER
   Force this section to use the viewport as its
   alignment reference instead of any inherited layout.
   --------------------------------------------------------- */

.steward-root .steward-behaviour > .steward-wrap{
    width:100% !important;
    max-width:none !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(20px,4vw,48px);
    padding-right:clamp(20px,4vw,48px);

    text-align:center;
}


/* ---------------------------------------------------------
   03. MAIN HEADING
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-section-head{
    width:100% !important;
    max-width:760px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-bottom:clamp(32px,3.5vw,42px) !important;

    text-align:center !important;
}

.steward-root .steward-behaviour
.steward-section-head .steward-eyebrow{
    display:flex !important;
    justify-content:center !important;
    align-items:center;

    width:max-content;
    margin-left:auto !important;
    margin-right:auto !important;

    text-align:center !important;
}

.steward-root .steward-behaviour
.steward-section-head h2{
    width:100% !important;
    max-width:720px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    text-align:center !important;

    line-height:1.18;
}


/* ---------------------------------------------------------
   04. INTRO PARAGRAPH
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-behaviour-intro{
    display:block !important;

    width:100% !important;
    max-width:720px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-top:0 !important;
    margin-bottom:14px !important;

    text-align:center !important;

    font-size:1.02rem;
    line-height:1.75;
}


/* ---------------------------------------------------------
   05. THESIS / ITALIC STATEMENT
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-behaviour-thesis{
    display:block !important;

    width:100% !important;
    max-width:760px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-top:0 !important;
    margin-bottom:34px !important;

    text-align:center !important;

    font-family:'Playfair Display',serif;
    font-style:italic;

    font-size:clamp(1.15rem,2.2vw,1.4rem);
    line-height:1.48;
}


/* ---------------------------------------------------------
   06. BEHAVIOURAL PATTERN CHIPS
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-pattern-list{
    display:flex !important;

    width:100% !important;
    max-width:900px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-top:0 !important;
    margin-bottom:clamp(52px,5vw,64px) !important;

    padding:0 !important;

    justify-content:center !important;
    align-items:center;

    flex-wrap:wrap;

    gap:10px 10px;

    text-align:center;
}


/* Individual chips */

.steward-root .steward-behaviour
.steward-pattern-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:40px;

    padding:8px 14px !important;

    font-size:0.78rem;
    line-height:1.3;

    white-space:nowrap;

    text-align:center;

    background:var(--neutral);

    border:1px solid rgba(11,31,51,0.14);
}


/* ---------------------------------------------------------
   07. THREE-STEP CHAIN
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-behaviour-chain{
    display:flex !important;

    width:100% !important;
    max-width:820px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-top:0 !important;
    margin-bottom:0 !important;

    align-items:stretch !important;
    justify-content:center !important;

    gap:clamp(12px,1.5vw,22px);

    text-align:center;
}


/* ---------------------------------------------------------
   08. THREE CARDS
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-behaviour-step{
    flex:1 1 0;

    width:auto !important;
    min-width:0;

    min-height:180px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;

    padding:28px 20px 26px !important;

    background:var(--neutral);

    border:1px solid rgba(11,31,51,0.10);

    text-align:center !important;
}


/* Number */

.steward-root .steward-behaviour
.steward-behaviour-step
.steward-behaviour-step-no{
    display:block;

    margin-bottom:14px !important;

    font-family:'Playfair Display',serif;
    font-size:0.76rem;

    color:var(--gold-dark);

    text-align:center;
}


/* Card heading */

.steward-root .steward-behaviour
.steward-behaviour-step h3{
    width:100%;

    min-height:1.3em;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 0 12px !important;

    font-size:0.96rem;
    line-height:1.3;

    text-align:center !important;
}


/* Card description */

.steward-root .steward-behaviour
.steward-behaviour-step p{
    width:100%;
    max-width:180px;

    margin:0 auto !important;

    font-size:0.80rem;
    line-height:1.55;

    color:var(--on-cream-mute);

    text-align:center !important;
}


/* ---------------------------------------------------------
   09. ARROWS BETWEEN CARDS
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-behaviour-arrow{
    flex:0 0 24px;

    display:flex !important;

    align-items:center;
    justify-content:center;

    align-self:stretch;

    margin:0 !important;

    color:var(--gold-dark);

    font-family:Arial,sans-serif;
    font-size:20px;
    line-height:1;

    text-align:center;
}


/* ---------------------------------------------------------
   10. CONCLUDING NOTE
   --------------------------------------------------------- */

.steward-root .steward-behaviour
.steward-behaviour-note{
    display:block !important;

    width:100% !important;
    max-width:760px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-top:clamp(22px,2.8vw,30px) !important;

    text-align:center !important;

    font-size:0.82rem;
    line-height:1.6;

    color:var(--on-cream-mute);
}


/* =========================================================
   DESKTOP REFINEMENT
   ========================================================= */

@media (min-width:901px){

    .steward-root .steward-behaviour
    .steward-section-head h2{
        font-size:clamp(2rem,3vw,2.35rem);
    }

    .steward-root .steward-behaviour
    .steward-behaviour-intro{
        max-width:760px !important;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-thesis{
        max-width:780px !important;
    }

    .steward-root .steward-behaviour
    .steward-pattern-list{
        max-width:960px !important;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-chain{
        max-width:850px !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:900px){

    .steward-root .steward-behaviour{
        padding-top:76px !important;
        padding-bottom:76px !important;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-chain{
        max-width:700px !important;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-step{
        padding-left:16px !important;
        padding-right:16px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:640px){

    .steward-root .steward-behaviour{
        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .steward-root .steward-behaviour
    .steward-section-head{
        margin-bottom:30px !important;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-intro{
        max-width:520px !important;

        margin-bottom:14px !important;

        font-size:0.96rem;
        line-height:1.7;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-thesis{
        max-width:520px !important;

        margin-bottom:28px !important;

        font-size:1.08rem;
        line-height:1.5;
    }

    .steward-root .steward-behaviour
    .steward-pattern-list{
        max-width:520px !important;

        margin-bottom:40px !important;

        gap:8px;
    }

    .steward-root .steward-behaviour
    .steward-pattern-chip{
        min-height:36px;
        padding:7px 11px !important;
        font-size:0.74rem;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-chain{
        width:100% !important;
        max-width:360px !important;

        flex-direction:column !important;

        align-items:stretch !important;

        gap:0 !important;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-step{
        width:100% !important;

        min-height:160px;

        padding:26px 20px !important;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-arrow{
        width:100%;
        height:36px;

        flex:0 0 36px;

        transform:none;

        font-size:18px;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-note{
        max-width:340px !important;
        margin-top:24px !important;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width:420px){

    .steward-root .steward-behaviour{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .steward-root .steward-behaviour
    .steward-section-head h2{
        font-size:1.75rem;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-intro{
        font-size:0.92rem;
    }

    .steward-root .steward-behaviour
    .steward-behaviour-thesis{
        font-size:1rem;
    }
}
/* =========================================================
   07 WEALTH STRATEGY
   ========================================================= */
.steward-strategy{ background:var(--neutral); padding:clamp(72px,10vw,108px) 0; }
.steward-strategy-grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:clamp(40px,6vw,72px); align-items:start; }
.steward-strategy-media{ aspect-ratio:1/1; background:#fff; border:1px solid rgba(11,31,51,0.1); display:flex; align-items:center; justify-content:center; }
.steward-strategy-media svg{ width:34%; height:auto; color:var(--gold-dark); opacity:0.85; }
.steward-strategy h2{ font-size:clamp(1.6rem,3vw,2.1rem); margin-bottom:20px; max-width:20ch; }
.steward-strategy-lead{ font-family:'Playfair Display',serif; font-style:italic; font-size:1.12rem; line-height:1.5; color:var(--on-cream); margin-bottom:20px; }
.steward-strategy p.steward-strategy-body{ font-size:1rem; line-height:1.8; color:var(--on-cream-mute); max-width:58ch; margin-bottom:14px; }
.steward-strategy-dims{ display:flex; flex-wrap:wrap; gap:10px; margin-top:6px; }
.steward-strategy-dims span{ font-size:0.78rem; color:var(--on-cream-mute); border:1px solid rgba(11,31,51,0.14); background:#fff; padding:8px 13px; }

/* =========================================================
   08 FAMILY STEWARDSHIP — manifesto-style culmination, the
   page's most important point of differentiation.
   ========================================================= */
.steward-family{ background:var(--navy); color:var(--on-navy); padding:clamp(72px,10vw,116px) 0; }
.steward-family-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,6vw,72px); align-items:start; }
.steward-family .steward-eyebrow{ color:var(--gold); }
.steward-family .steward-eyebrow::before{ background:var(--gold); }
.steward-family-statement{ font-family:'Playfair Display',serif; font-size:clamp(1.6rem,3.2vw,2.15rem); line-height:1.35; margin-bottom:22px; max-width:16ch; }
.steward-family-body{ font-size:1.02rem; line-height:1.8; color:var(--on-navy-mute); max-width:52ch; }
.steward-family-body + .steward-family-body{ margin-top:14px; }
.steward-family-card{ background:var(--navy-raise); border:1px solid rgba(201,162,77,0.2); padding:clamp(28px,3.4vw,34px); }
.steward-family-card-label{ font-size:0.74rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--gold); margin-bottom:18px; }
.steward-family-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.steward-family-list li{ font-size:0.94rem; line-height:1.55; color:var(--on-navy); padding-left:20px; position:relative; }
.steward-family-list li::before{ content:''; position:absolute; left:0; top:0.55em; width:8px; height:1px; background:var(--gold); }

/* =========================================================
   09 — GENERATIONAL CONTINUITY
   FINAL ALIGNMENT + SPACING OVERRIDE
   ========================================================= */


/* ---------------------------------------------------------
   SECTION
   --------------------------------------------------------- */

.steward-root .steward-generations{
    width:100% !important;

    padding-top:clamp(88px,9vw,112px) !important;
    padding-bottom:clamp(88px,9vw,112px) !important;

    overflow:hidden;
}


/* ---------------------------------------------------------
   MAIN WRAPPER
   Keep the section centered independently of the
   inherited global wrapper alignment.
   --------------------------------------------------------- */

.steward-root .steward-generations > .steward-wrap{
    width:100% !important;
    max-width:none !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding-left:clamp(20px,4vw,48px);
    padding-right:clamp(20px,4vw,48px);

    text-align:center !important;
}


/* ---------------------------------------------------------
   SECTION HEADING
   --------------------------------------------------------- */

.steward-root .steward-generations
.steward-section-head{
    width:100% !important;
    max-width:780px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-bottom:clamp(32px,3.5vw,42px) !important;

    text-align:center !important;
}


/* Eyebrow */

.steward-root .steward-generations
.steward-section-head .steward-eyebrow{
    display:flex !important;

    align-items:center;
    justify-content:center;

    width:max-content;

    margin-left:auto !important;
    margin-right:auto !important;

    text-align:center !important;
}


/* Heading */

.steward-root .steward-generations
.steward-section-head h2{
    display:block !important;

    width:100% !important;
    max-width:760px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    text-align:center !important;

    line-height:1.18;
}


/* ---------------------------------------------------------
   INTRODUCTORY PARAGRAPH
   --------------------------------------------------------- */

.steward-root .steward-generations
.steward-generations-intro{
    display:block !important;

    width:100% !important;
    max-width:720px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-top:0 !important;

    /*
       Give the intro enough space before
       the four-stage chain.
    */
    margin-bottom:clamp(42px,4vw,52px) !important;

    text-align:center !important;

    font-size:1.02rem;
    line-height:1.75;

    color:var(--on-cream-mute);
}


/* ---------------------------------------------------------
   FOUR-STAGE CHAIN
   --------------------------------------------------------- */

.steward-root .steward-generations
.steward-generations-chain{
    display:flex !important;

    width:100% !important;
    max-width:1080px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    margin-top:0 !important;

    align-items:stretch !important;
    justify-content:center !important;

    gap:clamp(10px,1.2vw,18px);

    text-align:center !important;
}


/* ---------------------------------------------------------
   INDIVIDUAL STAGES
   --------------------------------------------------------- */

.steward-root .steward-generations
.steward-generations-stage{
    flex:1 1 0;

    width:auto !important;
    min-width:0;

    min-height:198px;

    display:flex;
    flex-direction:column;
    align-items:center;

    padding:30px 22px 28px !important;

    background:var(--neutral);

    border:1px solid rgba(11,31,51,0.10);

    text-align:center !important;
}


/* Generation label */

.steward-root .steward-generations
.steward-generations-stage
.steward-generations-gen{
    display:block !important;

    width:100%;

    margin-bottom:12px !important;

    text-align:center !important;

    font-size:0.68rem;
    line-height:1.3;

    letter-spacing:0.1em;
    text-transform:uppercase;

    color:var(--gold-dark);
}


/* Stage heading */

.steward-root .steward-generations
.steward-generations-stage h3{
    display:flex !important;

    align-items:center;
    justify-content:center;

    width:100%;

    min-height:1.3em;

    margin-top:0 !important;
    margin-bottom:14px !important;

    text-align:center !important;

    font-size:0.98rem;
    line-height:1.3;
}


/* Stage description */

.steward-root .steward-generations
.steward-generations-stage p{
    display:block !important;

    width:100%;
    max-width:190px;

    margin:0 auto !important;

    text-align:center !important;

    font-size:0.82rem;
    line-height:1.55;

    color:var(--on-cream-mute);
}


/* ---------------------------------------------------------
   ARROWS
   --------------------------------------------------------- */

.steward-root .steward-generations
.steward-generations-arrow{
    flex:0 0 24px;

    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    align-self:stretch;

    margin:0 !important;

    color:var(--gold-dark);

    text-align:center;
}


/* Existing SVG arrows */

.steward-root .steward-generations
.steward-generations-arrow svg{
    display:block;

    width:16px;
    height:16px;
}


/* If the arrow is rendered as the text character "→" */

.steward-root .steward-generations
.steward-generations-arrow:not(:has(svg)){
    font-size:18px;
    line-height:1;
}


/* ---------------------------------------------------------
   FINAL EXPLANATORY NOTE
   --------------------------------------------------------- */

.steward-root .steward-generations
.steward-generations-note{
    display:block !important;

    width:100% !important;
    max-width:700px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    /*
       Clear separation from the cards.
    */
    margin-top:clamp(28px,3.2vw,36px) !important;

    text-align:center !important;

    font-size:0.82rem;
    line-height:1.6;

    color:var(--on-cream-mute);
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width:901px){

    .steward-root .steward-generations
    .steward-section-head h2{
        font-size:clamp(2rem,3vw,2.35rem);
    }

    .steward-root .steward-generations
    .steward-generations-intro{
        max-width:720px !important;
    }

    .steward-root .steward-generations
    .steward-generations-chain{
        max-width:1080px !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:900px){

    .steward-root .steward-generations{
        padding-top:76px !important;
        padding-bottom:76px !important;
    }

    .steward-root .steward-generations
    .steward-generations-chain{
        max-width:760px !important;

        gap:10px;
    }

    .steward-root .steward-generations
    .steward-generations-stage{
        padding-left:16px !important;
        padding-right:16px !important;
    }

    .steward-root .steward-generations
    .steward-generations-stage p{
        max-width:160px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:640px){

    .steward-root .steward-generations{
        padding-top:64px !important;
        padding-bottom:64px !important;
    }

    .steward-root .steward-generations
    .steward-section-head{
        margin-bottom:28px !important;
    }

    .steward-root .steward-generations
    .steward-generations-intro{
        max-width:520px !important;

        margin-bottom:36px !important;

        font-size:0.96rem;
        line-height:1.7;
    }


    /* Stack the generations vertically */

    .steward-root .steward-generations
    .steward-generations-chain{
        width:100% !important;
        max-width:380px !important;

        flex-direction:column !important;

        align-items:stretch !important;

        gap:0 !important;
    }


    .steward-root .steward-generations
    .steward-generations-stage{
        width:100% !important;

        min-height:170px;

        padding:26px 20px !important;
    }


    /* Vertical arrows */

    .steward-root .steward-generations
    .steward-generations-arrow{
        width:100%;

        height:36px;

        flex:0 0 36px;

        align-items:center !important;
        justify-content:center !important;
    }


    .steward-root .steward-generations
    .steward-generations-note{
        max-width:360px !important;

        margin-top:26px !important;

        font-size:0.8rem;
        line-height:1.55;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width:420px){

    .steward-root .steward-generations{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }

    .steward-root .steward-generations
    .steward-section-head h2{
        font-size:1.75rem;
    }

    .steward-root .steward-generations
    .steward-generations-intro{
        font-size:0.92rem;
    }

    .steward-root .steward-generations
    .steward-generations-stage{
        min-height:160px;

        padding:24px 18px !important;
    }
}
/* =========================================================
   10 STEWARD AREAS OF SUPPORT — four-card grid (not Preserve's
   three), matching the four core disciplines exactly.
   ========================================================= */
.steward-services{ background:var(--neutral); padding:clamp(72px,10vw,108px) 0; }
.steward-services .steward-section-head{ margin:0 0 clamp(40px,5vw,56px); }
.steward-service-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(11,31,51,0.1); border:1px solid rgba(11,31,51,0.1); }
.steward-service-card{ background:#fff; padding:clamp(26px,3vw,30px); display:flex; flex-direction:column; transition:background .25s ease; }
.steward-service-card:hover{ background:#fbfaf8; }
.steward-service-card h3{ font-size:1.02rem; line-height:1.4; margin-bottom:12px; }
.steward-service-card p{ font-size:0.88rem; line-height:1.65; color:var(--on-cream-mute); flex:1; margin-bottom:18px; }
.steward-service-card .steward-btn-line{ width:fit-content; }

/* =========================================================
   11 DECISION PRINCIPLES
   ========================================================= */
.steward-principles{ padding:clamp(72px,10vw,108px) 0; }
.steward-principles .steward-section-head{ margin:0 0 clamp(40px,5vw,56px); }
.steward-principles-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(20px,3vw,28px); }
.steward-principle-card{ border:1px solid rgba(11,31,51,0.12); padding:clamp(26px,3vw,30px) clamp(22px,2.6vw,26px); background:var(--neutral); }
.steward-principle-icon{ width:44px; height:44px; border-radius:50%; background:var(--navy); color:var(--gold); display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.steward-principle-icon svg{ width:20px; height:20px; }
.steward-principle-card h3{ font-size:1.02rem; margin-bottom:8px; }
.steward-principle-card p{ font-size:0.88rem; line-height:1.6; color:var(--on-cream-mute); }

/* =========================================================
   12 RELATED RESEARCH
   ========================================================= */
.steward-research{ background:var(--neutral); padding:clamp(72px,10vw,108px) 0; }
.steward-research .steward-section-head{ margin:0 0 clamp(40px,5vw,56px); display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.steward-research-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(11,31,51,0.1); border:1px solid rgba(11,31,51,0.1); }
.steward-research-card{ background:#fff; padding:clamp(24px,3vw,28px); display:flex; flex-direction:column; transition:background .25s ease; }
.steward-research-card:hover{ background:#fbfaf8; }
.steward-research-card .steward-tag{ font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--gold-dark); margin-bottom:12px; }
.steward-research-card h3{ font-size:1rem; line-height:1.4; margin-bottom:10px; }
.steward-research-card p{ font-size:0.86rem; line-height:1.6; color:var(--on-cream-mute); flex:1; margin-bottom:14px; }
.steward-research-card .steward-read{ font-size:0.78rem; font-weight:500; display:inline-flex; gap:6px; align-items:center; color:var(--navy); border-bottom:1px solid rgba(11,31,51,0.25); padding-bottom:2px; width:fit-content; }
.steward-research-card .steward-read:hover{ color:var(--gold-dark); border-color:var(--gold); }
.steward-research-card .steward-read:hover .steward-arrow{ transform:translateX(3px); }

/* =========================================================
   13 FAQ
   ========================================================= */
.steward-faq{ padding:clamp(72px,10vw,108px) 0; }
.steward-faq .steward-wrap{ max-width:var(--read); }
.steward-faq .steward-section-head{ margin-bottom:clamp(36px,5vw,48px); }
.steward-faq-list{ border-top:1px solid rgba(11,31,51,0.12); }
.steward-faq-item{ border-bottom:1px solid rgba(11,31,51,0.12); }
.steward-faq-item summary{ list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px 2px; font-size:1rem; font-weight:500; color:var(--on-cream); }
.steward-faq-item summary::-webkit-details-marker{ display:none; }
.steward-faq-chevron{ transition:transform .25s ease; color:var(--gold-dark); flex:none; }
.steward-faq-item[open] .steward-faq-chevron{ transform:rotate(180deg); }
.steward-faq-item p{ font-size:0.96rem; line-height:1.75; color:var(--on-cream-mute); max-width:66ch; padding:0 2px 22px; }


/* =========================================================
   15 RELATED ADVISORY PILLARS — compact inline row, linking to
   Protect / Grow / Preserve (Steward is the integrating pillar,
   not positioned as "above" the others).
   ========================================================= */
.steward-related{ padding:clamp(56px,7vw,80px) 0 clamp(72px,9vw,104px); }
.steward-related-head{ text-align:center; margin-bottom:clamp(32px,4vw,44px); }
.steward-related-head .steward-eyebrow{ justify-content:center; }
.steward-related-head h2{ font-size:clamp(1.3rem,2.4vw,1.6rem); }
.steward-related-row{ display:flex; border-top:1px solid rgba(11,31,51,0.12); border-bottom:1px solid rgba(11,31,51,0.12); }
.steward-related-link{ flex:1; display:flex; align-items:center; gap:14px; padding:24px clamp(16px,2vw,24px); border-left:1px solid rgba(11,31,51,0.12); transition:background .25s ease; }
.steward-related-link:first-child{ border-left:none; }
.steward-related-link:hover{ background:var(--neutral); }
.steward-related-link .steward-related-icon{ width:38px; height:38px; border-radius:50%; border:1px solid var(--gold-dim); color:var(--gold-dark); display:flex; align-items:center; justify-content:center; flex:none; }
.steward-related-link .steward-related-icon svg{ width:17px; height:17px; }
.steward-related-link-text h3{ font-size:0.98rem; margin-bottom:4px; }
.steward-related-link-text p{ font-size:0.8rem; color:var(--on-cream-mute); }

@media (max-width: 980px){
  .nav-links{ display:none; }
  .nav-burger{ display:flex; }
  .steward-hero-grid, .steward-intro-grid, .steward-review-grid, .steward-strategy-grid, .steward-family-grid{ grid-template-columns:1fr; }
  .steward-research-grid{ grid-template-columns:repeat(2,1fr); }
  .steward-principles-grid{ grid-template-columns:repeat(2,1fr); }
  .steward-service-grid{ grid-template-columns:repeat(2,1fr); }
  .steward-related-row{ flex-wrap:wrap; }
  .steward-related-link{ flex:1 1 50%; border-left:none; border-top:1px solid rgba(11,31,51,0.12); }
  .steward-related-link:nth-child(-n+2){ border-top:none; }
}
@media (max-width:820px){
  .steward-generations-chain{ flex-direction:column; }
  .steward-generations-arrow{ justify-content:center; transform:rotate(90deg); }
  .steward-behaviour-chain{ flex-direction:column; }
  .steward-behaviour-arrow{ justify-content:center; transform:rotate(90deg); }
}
@media (max-width:640px){
  .steward-research-grid, .steward-principles-grid, .steward-service-grid{ grid-template-columns:1fr; }
  .steward-hero-actions{ flex-direction:column; align-items:flex-start; }
  .steward-hero-tile span.steward-hero-tile-label{ font-size:0.76rem; }
  .steward-cta-actions{ flex-direction:column; }
  .steward-related-link{ flex:1 1 100%; border-top:1px solid rgba(11,31,51,0.12) !important; }

  /* Framework branch on mobile: prioritise clarity over preserving the
     desktop geometry. The diagonal connector SVGs (which depend on the
     25%/75% two-column layout) are hidden, the branch stacks into a
     single column, and explicit arrow connectors plus an "and" divider
     make the Behaviour/Strategy relationship unambiguous. */
  .steward-flow-branch-svg{ display:none; }
  .steward-flow-branch-row{ grid-template-columns:1fr; justify-items:center; gap:0; }
  .steward-flow-branch-row .steward-flow-node{ max-width:280px; }
  .steward-flow-branch-divider{ display:flex; align-items:center; gap:10px; width:100%; max-width:280px; margin:14px auto; color:var(--gold-dark); font-size:0.7rem; letter-spacing:0.12em; text-transform:uppercase; }
  .steward-flow-branch-divider::before, .steward-flow-branch-divider::after{ content:''; flex:1; height:1px; background:rgba(11,31,51,0.15); }
  .steward-flow-connector-mobile{ display:flex; }
}
