:root {
  --navy:#17364F;
  --deep:#0F2637;
  --gold:#B89052;
  --gold-light:#D8B878;
  --ivory:#F6F1E8;
  --paper:#FFFDF9;
  --mist:#E7EEF1;
  --text:#4D6270;
  --line:#D7DED9;
  --white:#FFFFFF;
  --max:1200px;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:90px; }
body {
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--navy);
  background:var(--ivory);
  line-height:1.65;
}
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.container { width:min(var(--max),calc(100% - 48px)); margin:0 auto; }

header {
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(247,243,235,.96);
  border-bottom:1px solid rgba(23,54,79,.12);
  backdrop-filter:blur(10px);
}
.nav-wrap {
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand {
  font-family:Georgia,"Times New Roman",serif;
  font-size:29px;
  font-weight:700;
}
.brand small {
  display:block;
  margin-top:5px;
  font-family:Arial,Helvetica,sans-serif;
  color:#314A5C;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
nav {
  display:flex;
  gap:22px;
  align-items:center;
  font-size:14px;
}
nav a {
  font-weight:700;
  letter-spacing:.01em;
}
nav a[aria-current="page"] { color:var(--gold); }
.menu-button {
  display:none;
  min-width:44px;
  min-height:44px;
  padding:8px 10px;
  border:1px solid rgba(23,54,79,.2);
  border-radius:9px;
  background:#fff;
}
.menu-button span {
  display:block;
  width:22px;
  height:2px;
  margin:4px 0;
  background:var(--navy);
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--gold);
  font-size:16px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.star { color:var(--gold); font-size:19px; line-height:1; }
h1,h2,h3 {
  font-family:Georgia,"Times New Roman",serif;
  margin-top:0;
  color:var(--navy);
}
h1 {
  font-size:clamp(36px,4.8vw,58px);
  line-height:1.15;
  letter-spacing:-.03em;
  margin:18px 0 26px;
}
h2 {
  font-size:clamp(36px,4.7vw,60px);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:14px 0 22px;
}
h3 {
  font-size:27px;
  line-height:1.18;
  margin-bottom:12px;
}
p { margin-top:0; }

.hero {
  padding:68px 0 72px;
  background:
    radial-gradient(circle at 82% 18%,rgba(184,144,82,.16),transparent 30%),
    linear-gradient(120deg,var(--deep) 0%,var(--navy) 62%,#244E67 100%);
  color:#fff;
}
.hero-grid {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:42px;
  align-items:start;
  max-width:1080px;
  margin:0 auto;
}
.hero-left { padding-left:20px; }
.hero-right { padding-right:20px; padding-top:42px; }
.hero h1 { color:#fff; }
.hero .lead {
  max-width:none;
  color:#D8E1E6;
  font-size:21px;
  line-height:1.72;
  margin-bottom:22px;
}
.hero .lead:first-child { color:#fff; }
.hero .lead strong { color:#fff; }
.button-row { display:flex; gap:14px; flex-wrap:wrap; margin-top:30px; }
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  border:1px solid var(--navy);
}
.button-light { background:var(--ivory); color:var(--navy); border-color:var(--ivory); }
.button-blue { background:#DCE7EC; color:var(--navy); border-color:#DCE7EC; }

.section {
  padding:76px 0;
  border-top:1px solid rgba(23,54,79,.10);
}
.paper { background:var(--paper); }
.ivory { background:var(--ivory); }
.mist { background:#F1ECE3; }
.dark { background:var(--deep); color:#fff; }
.dark h2,.dark h3 { color:#fff; }
.dark p { color:#D8E1E6; }
.two-col {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:68px;
  align-items:start;
}
.body {
  color:var(--text);
  font-size:18px;
  line-height:1.75;
  max-width:72ch;
}
.signature {
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,4vw,48px);
  line-height:1.28;
  border-left:3px solid var(--gold);
  padding-left:28px;
  color:#fff;
}

.inflection-system {
  width:100%;
  max-width:760px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.inflection-row {
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.inflection-box {
  height:146px;
  padding:18px;
  background:#FFFDF9;
  border:1px solid var(--line);
  box-shadow:0 10px 22px rgba(15,38,55,.07);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.inflection-box strong {
  font-family:Georgia,"Times New Roman",serif;
  font-size:21px;
  font-weight:800;
  color:var(--navy);
  margin-bottom:8px;
}
.inflection-box span {
  color:#405867;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
}
.inflection-center {
  width:190px;
  height:190px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  border:2px solid var(--gold-light);
  display:grid;
  place-items:center;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.2;
  box-shadow:0 16px 34px rgba(15,38,55,.14);
}
.connector {
  width:2px;
  height:26px;
  background:linear-gradient(var(--gold-light),rgba(184,144,82,.2));
}

.work-band {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  background:#FFFDF9;
  box-shadow:0 12px 26px rgba(15,38,55,.06);
}
.work-band-item {
  padding:28px 24px;
  min-height:220px;
  border-right:1px solid var(--line);
}
.work-band-item:last-child { border-right:0; }
.work-band-item p {
  color:var(--text);
  font-size:16px;
  line-height:1.65;
  margin:0;
}

.experience-shell {
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:46px;
  align-items:start;
}
.experience-media {
  display:flex;
  flex-direction:column;
  gap:14px;
}
.experience-photo {
  border:2px solid var(--gold-light);
}
.experience-photo img {
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center top;
}
.experience-quote {
  background:var(--deep);
  border-left:5px solid var(--gold);
  padding:24px 22px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.experience-quote div {
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
}
.experience-content h2 {
  max-width:none;
  margin-bottom:26px;
}
.experience-copy p {
  max-width:none;
  margin:0 0 22px;
  color:var(--navy);
  font-size:20px;
  line-height:1.72;
  font-weight:700;
}
.experience-copy p:last-child { margin-bottom:0; }
.principle-strip {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:100%;
  margin-top:30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--paper);
}
.principle {
  min-height:118px;
  padding:22px 18px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.principle:last-child { border-right:0; }
.principle .principle-star {
  color:var(--gold);
  font-size:18px;
  margin-bottom:10px;
}
.principle strong {
  font-family:Georgia,"Times New Roman",serif;
  color:var(--navy);
  font-size:19px;
  line-height:1.3;
}

.cta {
  background:
    radial-gradient(circle at 82% 18%,rgba(184,144,82,.12),transparent 28%),
    linear-gradient(120deg,#FBF9F5 0%,#F3EEE6 52%,var(--mist) 100%);
}
.cta-grid {
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:66px;
  align-items:center;
}
.cta-note {
  padding:30px;
  background:var(--paper);
  border-left:4px solid var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1.45;
}

footer {
  text-align:center;
  background:var(--deep);
  color:#fff;
  padding:54px 0 48px;
}
.footer-brand {
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  font-weight:700;
}
.footer-sub { margin-top:8px; color:var(--gold-light); font-style:italic; }
.footer-idea {
  margin-top:25px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
}
.footer-copy { margin-top:28px; color:#D8E1E6; font-size:13px; }

.skip-link {
  position:fixed;
  left:16px;
  top:-80px;
  z-index:999;
  background:var(--deep);
  color:#fff;
  padding:12px 16px;
  border-radius:8px;
}
.skip-link:focus { top:16px; }
a:focus-visible,button:focus-visible {
  outline:3px solid var(--gold);
  outline-offset:3px;
}

@media(max-width:980px) {
  .menu-button { display:block; }
  .nav-wrap { position:relative; }
  nav {
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    padding:18px;
    background:var(--paper);
    border:1px solid rgba(23,54,79,.14);
    box-shadow:0 18px 40px rgba(15,38,55,.16);
    flex-direction:column;
    align-items:stretch;
    gap:4px;
  }
  nav.open { display:flex; }
  nav a { padding:10px 12px; border-radius:7px; }
  nav a:hover { background:#F1ECE3; }

  .hero-grid,.two-col,.cta-grid,.experience-shell {
    grid-template-columns:1fr;
  }
  .hero-left,.hero-right {
    padding-left:0;
    padding-right:0;
  }
  .hero-right { padding-top:0; }
  .work-band { grid-template-columns:1fr 1fr; }
  .work-band-item:nth-child(2) { border-right:0; }
  .work-band-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .experience-media { max-width:420px; margin:0 auto; }
  .principle-strip { grid-template-columns:1fr 1fr; }
  .principle:nth-child(2) { border-right:0; }
  .principle:nth-child(-n+2) { border-bottom:1px solid var(--line); }
}
@media(max-width:760px) {
  .inflection-row { grid-template-columns:1fr; }
  .connector { display:none; }
  .inflection-center { margin:20px 0; }
}
@media(max-width:560px) {
  .container { width:min(var(--max),calc(100% - 30px)); }
  .work-band,.principle-strip { grid-template-columns:1fr; }
  .work-band-item,.principle {
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .work-band-item:last-child,.principle:last-child { border-bottom:0; }
}


/* =========================================================
   ADVISORY PAGE VERSION 2.0
   Conforms to Homepage Prototype v3.5 visual rhythm standard
   ========================================================= */

/* Shared visual rhythm */
.section-hero{
  background:
    radial-gradient(circle at 82% 18%,rgba(184,144,82,.16),transparent 30%),
    linear-gradient(120deg,#0F2637 0%,#17364F 62%,#244E67 100%) !important;
}
.section-white{
  background:#FFFDF9 !important;
}
.section-navy{
  background:#0F2637 !important;
  color:#fff !important;
}
.section-navy h2,
.section-navy h3{
  color:#fff !important;
}
.section-navy .body,
.section-navy p{
  color:#D8E1E6 !important;
}
.section-tan{
  background:#F1ECE3 !important;
}
.section-chapter{
  padding-top:92px !important;
  padding-bottom:92px !important;
}
.section-interlude{
  padding-top:76px !important;
  padding-bottom:76px !important;
}

/* The Advisory Perspective becomes a white chapter */
.section-white .signature{
  color:var(--navy);
  border-left-color:var(--gold);
}
.section-white .body{
  color:var(--text);
}

/* Inflection-point chapter on navy */
.section-navy .inflection-box{
  background:#FFFDF9;
  border-color:rgba(255,255,255,.12);
  box-shadow:0 10px 22px rgba(0,0,0,.16);
}
.section-navy .inflection-center{
  background:#17364F;
  border-color:var(--gold-light);
}
.section-navy .connector{
  background:linear-gradient(var(--gold-light),rgba(216,184,120,.18));
}

/* Four-part work band as a single integrated framework */
.work-band{
  background:#FFFDF9;
  border:1px solid var(--line);
  box-shadow:none;
}
.work-band-item{
  position:relative;
  padding-top:34px;
}
.work-star{
  color:var(--gold);
  font-size:18px;
  margin-bottom:14px;
}
.work-band-item h3{
  color:var(--navy);
}
.work-band-item p{
  color:var(--text);
}

/* Experience Matters: editorial, calm, and aligned with homepage language */
.experience-shell{
  grid-template-columns:330px minmax(0,1fr);
  gap:52px;
}
.experience-quote{
  background:#0F2637;
  border-left:5px solid var(--gold);
}
.experience-quote div{
  font-size:24px;
  font-weight:700;
}
.experience-content h2{
  max-width:none;
}
.experience-copy p{
  color:var(--navy);
  font-size:20px;
  line-height:1.72;
  font-weight:700;
}

/* Unified principle strip */
.principle-strip{
  margin-top:32px;
  background:#FFFDF9;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.principle{
  min-height:116px;
}
.principle strong{
  font-size:19px;
}

/* Closing chapter in tan */
.closing-section{
  background:#F1ECE3 !important;
}
.closing-section .cta-note-white{
  background:#FFFDF9;
  border-left:4px solid var(--gold);
}
.closing-section .button-blue{
  background:#DCE7EC;
  color:var(--navy);
  border-color:#DCE7EC;
}

/* Reflective transition into footer */
.footer-transition{
  height:34px;
  background:#F1ECE3;
  border-top:1px solid rgba(23,54,79,.08);
  border-bottom:1px solid rgba(23,54,79,.08);
}

/* Reduce equal-weight feeling in the middle of the page */
.section-interlude h2{
  font-size:clamp(34px,4.2vw,52px);
}
.section-interlude .body{
  max-width:62ch;
}

/* Responsive */
@media(max-width:980px){
  .section-chapter{
    padding-top:72px !important;
    padding-bottom:72px !important;
  }
  .section-interlude{
    padding-top:62px !important;
    padding-bottom:62px !important;
  }
}
@media(max-width:640px){
  .section-chapter{
    padding-top:64px !important;
    padding-bottom:64px !important;
  }
  .section-interlude{
    padding-top:56px !important;
    padding-bottom:56px !important;
  }
  .footer-transition{
    height:24px;
  }
}

/* =========================================================
   ADVISORY PAGE VERSION 2.0.6
   Surgical expansion of the approved Advisory page only.
   Existing site typography, navigation, Experience Matters,
   shared assets, and responsive navigation are preserved.
   ========================================================= */

/* Moments of consequence: retain approved framing, add concrete situations */
.advisory-moments .moments-intro {
  max-width:900px;
}
.advisory-moments h2 {
  max-width:1000px;
  font-size:clamp(34px,4.2vw,52px);
}
.advisory-moments .moments-lead {
  font-weight:800;
  color:#fff !important;
  font-size:19px;
}
.moments-transition {
  max-width:900px;
  margin:28px 0 0;
  padding-top:22px;
  border-top:1px solid rgba(216,184,120,.45);
  color:#fff !important;
  font-size:18px;
  line-height:1.65;
  font-weight:800;
}
.situation-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 40px;
  margin-top:28px;
}
.situation-item {
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:12px;
  align-items:start;
  color:#F5F7F8;
  font-size:16px;
  line-height:1.55;
}
.situation-mark {
  width:18px;
  height:18px;
  margin-top:4px;
  border:2px solid var(--gold-light);
  border-radius:50%;
  position:relative;
}
.situation-mark::after {
  content:"";
  position:absolute;
  width:5px;
  height:5px;
  left:4.5px;
  top:4.5px;
  border-radius:50%;
  background:var(--gold-light);
}

/* How I Work: narrative left, relationship path right */
.how-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:64px;
  align-items:start;
}
.how-copy .body {
  max-width:none;
}
.decision-principle {
  margin:26px 0 0;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.55;
  font-weight:700;
  font-style:italic;
}
.working-relationship {
  position:relative;
  padding:30px 32px 24px 34px;
  background:#F7F3EB;
  border:1px solid var(--line);
  border-top:4px solid var(--gold);
  box-shadow:0 12px 28px rgba(15,38,55,.07);
}
.working-relationship h3 {
  margin:10px 0 8px;
  font-size:28px;
}
.working-intro {
  margin:0 0 20px;
  color:var(--text);
  font-size:15px;
  line-height:1.6;
}
.working-path {
  position:relative;
  padding-top:2px;
}
.working-path::before {
  content:"";
  position:absolute;
  left:7px;
  top:12px;
  bottom:18px;
  width:1px;
  background:linear-gradient(to bottom,var(--gold),rgba(184,144,82,.18));
}
.working-item {
  position:relative;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:14px;
  padding:9px 0 11px;
}
.working-marker {
  position:relative;
  z-index:1;
  width:14px;
  height:14px;
  margin-top:5px;
  border:2px solid var(--gold);
  border-radius:50%;
  background:#F7F3EB;
}
.working-item p {
  margin:0;
  color:var(--navy);
  font-size:15.5px;
  line-height:1.55;
}
.working-item strong {
  font-weight:800;
}

/* Intended outcomes: calm connected system, not a pricing/package grid */
.outcomes-intro {
  max-width:1000px;
}
.outcomes-intro .body {
  max-width:900px;
}
.outcome-system {
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  margin-top:34px;
}
.outcome-system::before {
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:31px;
  height:1px;
  background:rgba(184,144,82,.5);
}
.outcome-card {
  position:relative;
  z-index:1;
  min-height:258px;
  padding:18px 16px 22px;
  text-align:center;
  background:#F7F3EB;
  border:1px solid #E1D9CC;
  border-top:3px solid var(--gold);
}
.outcome-node {
  width:44px;
  height:44px;
  margin:0 auto 14px;
  border:4px solid #F7F3EB;
  border-radius:50%;
  outline:1px solid var(--gold);
  background:var(--navy);
  color:var(--gold-light);
  display:grid;
  place-items:center;
  font-size:13px;
}
.outcome-card h3 {
  margin:0 0 12px;
  font-size:20px;
  line-height:1.22;
}
.outcome-card p {
  margin:0;
  color:var(--text);
  font-size:14.5px;
  line-height:1.55;
}
.outcome-note {
  margin:22px 0 0;
  color:var(--text);
  font-size:14px;
  line-height:1.6;
  font-style:italic;
}

/* Ongoing relationship: intentionally left-aligned to the standard page grid */
.ongoing-copy {
  max-width:920px;
  margin:0;
  text-align:left;
}
.ongoing-copy h2 {
  max-width:900px;
}
.ongoing-copy .body {
  max-width:850px;
}
.ongoing-lead {
  font-size:19px;
  font-weight:700;
  color:var(--navy);
}

@media(max-width:1100px) {
  .outcome-system {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .outcome-system::before { display:none; }
}

@media(max-width:980px) {
  .how-grid {
    grid-template-columns:1fr;
  }
  .working-relationship {
    max-width:720px;
  }
}

@media(max-width:760px) {
  .situation-grid,
  .outcome-system {
    grid-template-columns:1fr;
  }
  .outcome-card {
    min-height:0;
    text-align:left;
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    column-gap:14px;
  }
  .outcome-node {
    grid-row:1 / span 2;
    margin:0;
  }
  .outcome-card h3,
  .outcome-card p {
    grid-column:2;
  }
}

@media(max-width:560px) {
  .working-relationship {
    padding:26px 22px 20px 24px;
  }
  .moments-transition {
    font-size:17px;
  }
}


/* v2.0.6 preview refinements — 2026-09-08 */
.advisory-perspective-section .two-col {
  align-items:center;
}
.advisory-perspective-section .signature {
  align-self:center;
}
.how-grid {
  align-items:center;
}
