:root{
  --navy:#061827;
  --navy2:#082238;
  --gold:#c9942d;
  --gold2:#d7ad62;
  --ivory:#fbf8f1;
  --paper:#fffdf8;
  --line:#dfd0b8;
  --ink:#101820;
  --muted:#66727d;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Inter",Arial,sans-serif;
  --shadow:0 22px 52px rgba(6,24,39,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}
body.mobile-nav-open{overflow:hidden}
.container{width:min(1180px,calc(100% - 72px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,248,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.site-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px;width:min(1180px,calc(100% - 72px));margin:0 auto}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy);flex:0 0 auto}
.brand img{width:46px;height:46px;object-fit:contain;display:block}
.brand b{display:block;font-family:var(--serif);font-size:31px;letter-spacing:.105em;line-height:.85}
.brand small{display:block;font-size:10px;color:#617080;letter-spacing:.055em;margin-top:6px}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{position:relative;color:var(--navy);text-decoration:none;font-weight:800;font-size:14px}
.nav-links a.active:after,.nav-links a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--gold)}
.nav-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:8px;background:var(--paper);align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0}
.nav-toggle span{display:block;width:21px;height:2px;background:var(--navy);transition:transform .22s ease,opacity .22s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-panel{display:none;position:fixed;left:0;right:0;top:78px;background:rgba(255,253,248,.99);border-bottom:1px solid var(--line);box-shadow:0 22px 44px rgba(6,24,39,.12);padding:18px 24px 24px;z-index:99}
.mobile-panel a{display:flex;justify-content:space-between;align-items:center;min-height:48px;color:var(--navy);text-decoration:none;font-weight:850;border-bottom:1px solid rgba(223,208,184,.65)}
.mobile-panel a.active{color:#9a6119}
.mobile-panel .btn{margin-top:16px;border-bottom:0;justify-content:center;min-height:48px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 24px;border-radius:6px;text-decoration:none;font-weight:900;font-size:14px;white-space:nowrap;border:0;cursor:pointer;font-family:var(--sans)}
.btn-navy{background:var(--navy);color:white;box-shadow:0 14px 32px rgba(6,24,39,.18)}
.btn-gold{background:var(--gold);color:white;box-shadow:0 14px 28px rgba(201,148,45,.22)}
.eyebrow{display:inline-flex;gap:14px;align-items:center;text-transform:uppercase;letter-spacing:.18em;color:#a8641c;font-weight:900;font-size:11px}
.centered{display:flex;justify-content:center}
h1,h2,h3{font-family:var(--serif);font-weight:700;letter-spacing:-.018em;color:var(--navy);margin:0}
h1{font-size:clamp(44px,4.3vw,64px);line-height:1.04}
h1 em,h2 em{font-style:normal;color:#a46a18}
h2{font-size:clamp(32px,3.1vw,44px);line-height:1.1}
h3{font-size:27px;line-height:1.08}
.gold-line{width:44px;height:2px;background:var(--gold);margin:24px 0 24px}

.investment-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fffdf8 0%,#fbf8f1 55%,#ede4d4 100%)}
.hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:.9fr 1.1fr;min-height:460px;align-items:center}
.hero-copy{position:relative;z-index:8;padding:54px 0 54px;max-width:560px}
.hero-copy p{max-width:430px;margin:0 0 30px;color:#17232e;line-height:1.62}
.hero-visual{position:absolute;right:0;top:0;bottom:0;width:54%;overflow:hidden;z-index:0}
.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fbf8f1 0%,rgba(251,248,241,.95) 10%,rgba(251,248,241,.52) 28%,rgba(251,248,241,.05) 48%,rgba(251,248,241,0) 100%);z-index:1}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

.path-section{padding:32px 0 38px;background:var(--ivory)}
.section-head{text-align:center;margin-bottom:24px}
.section-head h2{margin-top:8px}
.offer-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.offer-card{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden;padding:30px 24px 0;box-shadow:0 14px 34px rgba(6,24,39,.035);display:flex;flex-direction:column}
.offer-card.highlighted{border-color:#b47a22;box-shadow:0 20px 45px rgba(6,24,39,.1)}.sprint-card{padding-top:30px}
.path-label{display:none}
.offer-top{display:grid;grid-template-columns:68px 1fr;gap:18px;align-items:center;margin-bottom:18px}
.card-icon{width:62px;height:62px;border-radius:999px;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);flex:0 0 62px}
.card-icon img{width:43px;height:43px;object-fit:contain;filter:brightness(1.35) saturate(1.2)}
.card-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mini-head{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#a8641c;margin:0 0 12px}
.offer-card p{font-size:14px;color:#1d2b35;margin:0 0 16px}
.offer-card hr{border:0;border-top:1px solid var(--line);margin:20px 0}
.offer-card h4{font-size:11px;text-transform:uppercase;letter-spacing:.13em;margin:0 0 14px;color:var(--navy)}
.offer-card ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
.offer-card li{position:relative;padding-left:25px;font-size:13px;color:#1d2b35}
.offer-card li:before{content:"✓";position:absolute;left:0;top:.1em;width:14px;height:14px;border:1px solid var(--gold);border-radius:999px;color:#a8641c;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:900}
.investment-row{display:grid;grid-template-columns:1fr 1fr;margin:auto -24px 0;background:#f4eadb;border-top:1px solid var(--line);min-height:78px}
.investment-row>div{padding:16px 22px;border-right:1px solid #d1b98f;display:flex;flex-direction:column;justify-content:center}
.investment-row>div:last-child{border-right:0}
.investment-row span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#a8641c;font-weight:900;margin-bottom:6px}
.investment-row strong{display:block;font-family:var(--serif);font-size:25px;font-weight:600;color:var(--navy);line-height:1.05}
.investment-row.dark{background:var(--navy)}
.investment-row.dark span{color:var(--gold)}
.investment-row.dark strong{color:white}
.scope-note{display:grid;grid-template-columns:1fr auto auto 1fr;gap:24px;align-items:center;justify-content:center;text-align:center;margin:24px auto 0;max-width:980px}
.scope-note>span{height:1px;background:var(--gold);opacity:.65}
.shield-mini{width:42px;height:42px;border:1px solid var(--gold);border-radius:999px;color:#a8641c;display:flex;align-items:center;justify-content:center;font-size:24px}
.scope-note p{font-family:var(--serif);font-size:21px;color:var(--navy);line-height:1.18;margin:0}

.process-strip{background:linear-gradient(90deg,#061827,#092741);padding:56px 0 58px;color:white}
.process-grid{display:grid;grid-template-columns:1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr;align-items:start;text-align:center}
.process-grid article{display:flex;flex-direction:column;align-items:center;min-height:190px;justify-content:flex-start}
.num{width:34px;height:34px;border:2px solid var(--gold);border-radius:999px;color:var(--gold);font-weight:900;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.process-icon{width:58px;height:58px;color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.process-icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.process-grid h3{font-family:var(--sans);font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:white;margin:0 0 10px;min-height:30px;display:flex;align-items:end}
.process-grid p{font-size:13px;color:white;line-height:1.46;margin:0;max-width:172px}
.arrow{color:var(--gold);font-size:32px;margin-top:80px}

.final-cta{position:relative;background:var(--paper);overflow:hidden;border-bottom:1px solid var(--line)}
.final-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,248,.85),rgba(255,253,248,.98))}
.final-grid{position:relative;display:grid;grid-template-columns:260px 1fr auto;gap:40px;align-items:center;min-height:164px}
.lineart{height:164px;overflow:hidden;display:flex;align-items:end}
.lineart img{width:260px;opacity:.95;mix-blend-mode:multiply}
.final-cta h2{font-size:36px;line-height:1.08}
.cta-right{text-align:center}
.cta-right p{font-size:13px;color:#1d2b35;margin:10px 0 0}

.site-footer{background:var(--paper)}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.footer-grid>span{min-height:92px;display:grid;grid-template-columns:42px 1fr;column-gap:14px;align-items:center;padding:18px 28px;border-right:1px solid var(--line);color:var(--navy)}
.footer-grid>span:last-child{border-right:0}
.footer-icon{grid-row:1/3;width:42px;height:42px;color:var(--navy);display:flex;align-items:center;justify-content:center}
.footer-icon svg{width:32px;height:32px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.footer-grid b{font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.footer-grid small{font-size:12px;color:#293540}

@media(max-width:1020px){
  .nav-links,.nav-cta{display:none}.nav-toggle{display:flex}body.mobile-nav-open .mobile-panel{display:block}.site-nav{height:74px}.mobile-panel{top:74px}
  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:44px 0 22px}
  .hero-visual{position:relative;width:100%;height:340px}
  .hero-visual:before{background:linear-gradient(180deg,#fbf8f1 0%,rgba(251,248,241,.22) 45%,rgba(251,248,241,0) 100%)}
  .offer-cards{grid-template-columns:1fr;max-width:620px;margin:auto}
  .path-label{display:none}
  .process-grid{grid-template-columns:1fr;gap:28px}
  .arrow{display:none}
  .process-grid p{max-width:310px}
  .final-grid{grid-template-columns:1fr;text-align:center;gap:14px;padding:28px 0}
  .lineart{height:110px;justify-content:center}.lineart img{width:220px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>span{border-right:0;border-bottom:1px solid var(--line)}
}
@media(max-width:680px){
  .container,.site-nav{width:min(100% - 34px,1180px)}
  .brand img{width:40px;height:40px}.brand b{font-size:24px}.brand small{font-size:9px}
  .nav-toggle{width:42px;height:42px}
  h1{font-size:42px}h2{font-size:31px}
  .hero-copy p{font-size:15.5px}
  .btn{width:100%;min-height:46px}
  .hero-visual{height:260px}
  .path-section{padding:34px 0}
  .offer-card{padding:24px 20px 0}
  .offer-top{grid-template-columns:56px 1fr;gap:14px}
  .card-icon{width:54px;height:54px}.card-icon svg{width:30px;height:30px}
  .investment-row{margin:0 -20px}
  .investment-row strong{font-size:24px}
  .scope-note{grid-template-columns:1fr;gap:12px}
  .scope-note>span{display:none}.scope-note p{font-size:18px}
  .process-strip{padding:34px 0}
  .final-cta h2{font-size:28px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>span{min-height:82px}
}


/* Investment v2 corrective overrides */
.investment-hero h1{
  max-width:600px;
  position:relative;
  z-index:9;
}
.investment-hero h1 br{
  display:block;
}
.sprint-card .offer-top{
  margin-top:0;
}
.sprint-card .investment-row.dark strong{
  font-size:24px;
}
.sprint-card .investment-row.dark span{
  color:var(--gold);
}
@media(max-width:1020px){
  .hero-visual{position:relative!important;width:100%!important;height:340px!important}
  .hero-copy{max-width:620px!important}
  .process-grid article{min-height:auto!important}
  .process-icon{margin-bottom:12px!important}
}
@media(max-width:680px){
  .investment-hero h1{font-size:40px!important;max-width:100%!important}
  .process-grid{gap:34px!important}
  .process-grid article{padding:0 10px!important}
  .process-grid h3{min-height:0!important}
}


/* Investment hero image replacement v6
   Uses a new pre-composed wide hero image. This avoids CSS over-zooming and prevents the right-side cut-off/blank space.
   Scope: desktop hero + final CTA line-art artifact only. No page content, cards, process strip, or other pages are touched. */
@media (min-width:1021px){
  .investment-hero{
    position:relative!important;
    overflow:hidden!important;
    min-height:460px!important;
    background:#fbf8f1!important;
  }

  .investment-hero .hero-grid{
    position:relative!important;
    z-index:5!important;
    min-height:460px!important;
  }

  .investment-hero .hero-copy{
    position:relative!important;
    z-index:10!important;
    max-width:560px!important;
  }

  .investment-hero .hero-visual{
    position:absolute!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    height:100%!important;
    z-index:0!important;
    overflow:hidden!important;
    transform:none!important;
  }

  .investment-hero .hero-visual img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
  }

  .investment-hero .hero-visual:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    background:
      linear-gradient(
        90deg,
        #fffdf8 0%,
        rgba(251,248,241,.96) 29%,
        rgba(251,248,241,.62) 44%,
        rgba(251,248,241,.22) 58%,
        rgba(251,248,241,.04) 73%,
        rgba(251,248,241,0) 100%
      )!important;
    pointer-events:none!important;
  }

  .investment-hero .hero-visual:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:3!important;
    background:
      linear-gradient(180deg, rgba(251,248,241,.02), rgba(251,248,241,.10))!important;
    pointer-events:none!important;
  }

  .lineart img{
    border:0!important;
    display:block!important;
  }
}


/* Investment hero background patch v7
   Root fix: stop using the nested .hero-visual image layer on desktop.
   The hero image is now the full section background, so it cannot be trapped by .hero-grid or any centered container. */
@media (min-width:1021px){
  .investment-hero{
    position:relative!important;
    overflow:hidden!important;
    min-height:460px!important;
    background:#fbf8f1!important;
  }

  .investment-hero::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    background-image:url('/assets/visuals/investment-lighthouse-hero.jpg')!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    pointer-events:none!important;
  }

  .investment-hero::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:linear-gradient(
      90deg,
      #fffdf8 0%,
      rgba(251,248,241,.98) 29%,
      rgba(251,248,241,.74) 45%,
      rgba(251,248,241,.32) 59%,
      rgba(251,248,241,.08) 74%,
      rgba(251,248,241,0) 100%
    )!important;
    pointer-events:none!important;
  }

  .investment-hero .hero-grid{
    position:relative!important;
    z-index:2!important;
    min-height:460px!important;
  }

  .investment-hero .hero-copy{
    position:relative!important;
    z-index:3!important;
    max-width:560px!important;
  }

  .investment-hero .hero-visual{
    display:none!important;
  }

  .lineart img{
    border:0!important;
    display:block!important;
  }
}
