@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Libre+Caslon+Display&display=swap');

:root{--navy:#102a3b;--navy-dark:#0a2130;--gold:#e1bd83;--ink:#183245;--muted:#566773;--line:#dce2e5;--paper:#fff;--soft:#f3f6f7;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible{outline:3px solid #b7802d;outline-offset:5px}
button:disabled{cursor:default}
::selection{background:var(--gold);color:var(--navy)}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.skip-link{position:absolute;z-index:10;top:8px;left:12px;padding:10px 18px;background:#fff;transform:translateY(-180%)}
.skip-link:focus{transform:translateY(0)}
.site-header{background:#fff}
.header-inner{min-height:112px;display:flex;justify-content:space-between;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:14px;flex-shrink:0}
.brand-monogram{position:relative;width:49px;height:49px;border:1px solid #a18760;border-radius:50%;font-family:Georgia,serif;font-size:32px;line-height:47px;padding-left:8px;letter-spacing:-7px;color:var(--navy)}
.brand-monogram>span{font-size:26px;position:relative;top:4px}
.brand-name{font-size:14px;line-height:1.42;letter-spacing:2.1px;font-weight:600}
.brand-name>span{display:block}
nav{display:flex;align-items:center;gap:37px;font-size:14px;font-weight:500}
nav a{transition:color .2s}
nav a:hover{color:#946423}
.nav-cta{padding:13px 22px;border:1px solid var(--navy);display:inline-flex;align-items:center;gap:29px}
.nav-cta:hover{background:var(--navy);color:#fff}
.nav-cta>span{font-size:20px;line-height:1}
.menu-toggle{display:none}
.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:#fff;min-height:660px}
.hero-copy{padding:70px 50px 53px max(56px,calc((100vw - 1280px)/2));display:flex;align-items:flex-start;flex-direction:column}
.eyebrow{font-size:12px;line-height:1.5;letter-spacing:2px;font-weight:600;margin:0 0 22px;color:#696142}
.eyebrow.light{color:var(--gold)}
.hero .eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:26px;font-size:11px;letter-spacing:1.6px}
.hero .eyebrow>span{width:25px;height:1px;background:var(--gold);flex-shrink:0}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:400}
h1{font-family:var(--serif);font-size:clamp(74px,7vw,106px);line-height:1.04;letter-spacing:-2px;margin-bottom:25px}
h1 em,h2 em{font-weight:400}
h1 em{color:var(--gold)}
.hero-copy>p{max-width:415px;line-height:1.75;font-size:17px;color:#d1dbe0;margin-bottom:29px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:16px 24px;min-height:58px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}
.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:var(--navy-dark)}
.button-gold:hover{background:#edcfa0}
.button>span{font-size:23px;line-height:1;font-weight:400}
.hero-secondary{font-size:14px;margin-top:21px;display:flex;align-items:center;gap:18px}
.hero-secondary:hover{text-decoration:underline;text-underline-offset:6px}
.hero-note{display:flex;align-items:center;gap:17px;font-size:12px;line-height:1.65;color:#b9c8d2;margin-top:40px}
.note-line{width:1px;height:33px;background:#6d7b81}
.hero-visual{position:relative;min-width:0;overflow:hidden;background:#344b4d}
.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 46%;display:block}
.hero-visual:after{position:absolute;inset:50% 0 0;content:'';background:linear-gradient(transparent,rgba(6,27,24,.64))}
.image-caption{position:absolute;z-index:1;left:38px;right:38px;bottom:37px;display:flex;align-items:center;gap:24px;color:#fff;font-size:11px;font-weight:500;letter-spacing:1.8px}
.caption-rule{height:1px;background:rgba(255,255,255,.6);flex:1}
.principles{border-bottom:1px solid var(--line)}
.principles-inner{display:flex;align-items:center;justify-content:space-between;padding-block:25px;gap:20px}
.principles p{margin:0;display:flex;align-items:center;gap:12px;font-size:14px}
.principles svg{width:22px;height:22px;stroke:#997440;stroke-width:1.4;flex-shrink:0}
.section{padding-block:92px}
.section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:55px;margin-bottom:45px}
h2{font-family:var(--serif);font-size:clamp(40px,4.1vw,58px);line-height:1.12;letter-spacing:-.6px;margin-bottom:0}
.intro-copy{color:var(--muted);font-size:16px;line-height:1.8;max-width:342px;margin:0 0 4px}
.coverage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.coverage-card{padding:32px 29px 25px;border:1px solid var(--line);display:flex;flex-direction:column;background:#fff;min-width:0}
.coverage-card.featured{background:var(--navy);color:#fff;border-color:var(--navy)}
.card-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:36px}
.card-top svg{width:37px;height:37px;stroke:#9d7b49;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.featured .card-top svg{stroke:var(--gold)}
.card-top span{font-size:11px;letter-spacing:1.4px;color:#687983}
.featured .card-top span{color:#b5c5d0}
.coverage-card h3{font-family:var(--serif);font-size:38px;line-height:1.12;margin-bottom:19px;letter-spacing:-.2px}
.coverage-card>p{font-size:16px;line-height:1.75;color:var(--muted);margin-bottom:20px}
.featured>p{color:#c8d3da}
.coverage-card ul{list-style:none;padding:0;margin:0 0 28px;color:var(--muted);font-size:14px;line-height:1.7}
.featured ul{color:#d5dfe5}
.coverage-card li{display:flex;align-items:flex-start;gap:9px;margin-bottom:9px}
.coverage-card li:before{content:'—';color:#9a7748}
.featured li:before{color:var(--gold)}
.card-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:21px;font-size:14px;font-weight:600}
.card-link:hover{text-decoration:underline;text-underline-offset:5px}
.card-link span{font-size:23px;line-height:1;transition:transform .2s}
.card-link:hover span{transform:translate(2px,-2px)}
.featured .card-link{border-color:#3f5666;color:var(--gold)}
.approach{background:var(--soft)}
.approach-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px}
.approach-heading>p{max-width:365px;color:var(--muted);font-size:17px;line-height:1.8;margin-bottom:3px}
.steps{list-style:none;margin:56px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}
.step-number{display:flex;align-items:center;gap:21px;font-family:var(--serif);font-size:34px;color:#927041;margin-bottom:23px}
.step-number>span{height:1px;flex:1;background:#ced7dc}
.steps h3{font-size:18px;font-weight:550;line-height:1.5;margin-bottom:10px}
.steps p{font-size:16px;color:var(--muted);line-height:1.8;margin:0;max-width:350px}
.contact{color:#fff;background:var(--navy)}
.contact-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;padding-block:84px;align-items:center}
.contact h2{font-size:clamp(42px,4.6vw,66px)}
.contact h2 em{color:var(--gold)}
.contact-copy>p:last-child{max-width:450px;color:#c2d0da;font-size:17px;line-height:1.8;margin:25px 0 0}
.contact-action{display:flex;flex-direction:column;align-items:flex-start;border-left:1px solid #395363;padding-left:64px;min-width:0}
.contact-action .button{width:100%;max-width:350px}
.contact-label{font-size:11px;letter-spacing:1.5px;color:#9eb3c2;margin-top:33px;margin-bottom:8px}
.phone-number{font-size:16px;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#78909f}
#copy-phone{margin-top:17px;background:transparent;padding:0;min-height:32px;border:none;color:#d4dfe6;font-size:13px;display:inline-flex;gap:10px;align-items:center}
#copy-phone:hover{color:var(--gold)}
#copy-phone svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.4}
.copy-status{font-size:13px;line-height:1.5;color:var(--gold);min-height:20px;max-width:340px}
.site-footer{padding-block:43px 25px}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:32px}
.footer-top>p{font-family:var(--serif);font-size:27px;margin:0}
.back-top{font-size:13px;display:flex;align-items:center;gap:13px}
.back-top:hover{text-decoration:underline}
.back-top>span{font-size:20px}
.disclosure{font-size:12px;line-height:1.8;color:#667783;max-width:1050px;margin:0 0 25px}
.footer-bottom{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:20px;font-size:12px;color:#647580}
@media(min-width:1600px){.hero-copy{padding-top:90px;padding-bottom:76px}.hero{min-height:745px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero-copy{padding:55px 30px 42px 32px}.hero{min-height:620px}h1{font-size:82px}.hero .eyebrow{font-size:10px;letter-spacing:1.1px}.hero-note{margin-top:32px}.coverage-card{padding:28px 22px 23px}.coverage-card h3{font-size:35px}.section-intro{gap:35px}.intro-copy{max-width:290px}.steps{gap:30px}.contact-inner{gap:45px}.contact-action{padding-left:35px}.contact-action .button{gap:18px}.image-caption{left:27px;right:27px;font-size:10px;letter-spacing:1px}}
@media(max-width:800px){.header-inner{min-height:94px}.brand-name{font-size:12px;letter-spacing:1.7px}.brand{gap:10px}nav{gap:23px;font-size:13px}.nav-cta{padding:10px 15px;gap:15px}.hero-copy{padding-top:45px}.hero{min-height:600px}h1{font-size:69px}.hero-copy>p{font-size:16px}.hero .eyebrow>span{display:none}.hero .button{font-size:14px;padding:15px 17px;gap:18px}.principles-inner{gap:16px}.principles p{font-size:12px;gap:7px}.principles svg{width:18px}.section{padding-block:68px}.section-intro{align-items:flex-start;flex-direction:column;gap:22px}.intro-copy{max-width:580px}.coverage-grid{gap:13px}.coverage-card{padding:24px 18px 21px}.card-top{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:24px}.coverage-card h3{font-size:31px}.coverage-card>p{font-size:15px}.coverage-card ul{font-size:13px}.card-link{font-size:13px}.approach-heading{gap:35px}.approach-heading>p{max-width:280px;font-size:16px}.steps{gap:24px;margin-top:40px}.steps h3{font-size:17px}.steps p{font-size:15px}.contact-inner{grid-template-columns:1fr;gap:38px;padding-block:64px}.contact-action{border-left:0;padding-left:0}.contact-action .button{max-width:340px}.contact-copy>p:last-child{max-width:550px}.footer-top>p{font-size:23px}}
@media(max-width:620px){.wrap{width:calc(100% - 40px)}html{scroll-padding-top:18px}.header-inner{min-height:86px}.brand-monogram{width:43px;height:43px;font-size:28px;line-height:41px;padding-left:7px}.brand-monogram>span{font-size:23px}.brand-name{font-size:11px;letter-spacing:1.5px}.menu-toggle{display:flex;width:44px;height:44px;flex-direction:column;gap:7px;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line)}.menu-toggle span{height:1px;width:19px;background:var(--navy);transition:transform .2s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}nav{display:none;position:absolute;z-index:5;top:86px;left:0;right:0;background:#fff;padding:20px;border-bottom:1px solid var(--line);box-shadow:0 10px 20px #102a3b15;font-size:16px}nav.is-open{display:flex;align-items:stretch;flex-direction:column;gap:0}nav>a{padding:12px 10px}.nav-cta{margin-top:8px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:42px 26px 36px}.hero .eyebrow{font-size:10px;letter-spacing:1.2px;margin-bottom:23px}.hero .eyebrow>span{display:block;width:22px}h1{font-size:clamp(67px,16vw,94px);letter-spacing:-1.5px;margin-bottom:21px}.hero-copy>p{font-size:16px;max-width:400px;margin-bottom:24px}.hero .button{font-size:15px;padding:16px 22px;gap:28px}.hero-note{display:none}.hero-secondary{margin-top:20px}.hero-visual{height:400px}.hero-image{object-position:center 43%}.image-caption{bottom:26px;left:26px;right:26px;font-size:10px;letter-spacing:1.3px}.principles-inner{padding-block:19px;flex-wrap:wrap;justify-content:flex-start;gap:11px 25px}.principles p{font-size:12px}.section{padding-block:56px}.eyebrow{font-size:10px;letter-spacing:1.6px;margin-bottom:18px}h2{font-size:42px;letter-spacing:-.5px}.section-intro{gap:20px;margin-bottom:29px}.intro-copy{font-size:16px}.coverage-grid{grid-template-columns:1fr;gap:17px}.coverage-card{padding:28px}.card-top{flex-direction:row;align-items:center;margin-bottom:24px}.card-top span{font-size:11px}.coverage-card h3{font-size:40px}.coverage-card h3 br{display:none}.coverage-card>p{font-size:16px}.coverage-card ul{font-size:14px;margin-bottom:25px}.card-link{font-size:14px}.approach-heading{flex-direction:column;align-items:flex-start;gap:22px}.approach-heading>p{max-width:none}.steps{grid-template-columns:1fr;gap:30px;margin-top:29px}.step-number{font-size:32px;margin-bottom:14px}.steps h3{font-size:18px}.steps p{max-width:100%;font-size:16px}.contact-inner{padding-block:55px;gap:32px}.contact h2{font-size:45px}.contact-copy>p:last-child{font-size:16px;margin-top:22px}.contact-action .button{max-width:none}.contact-label{margin-top:26px}.phone-number{font-size:15px}.footer-top{flex-wrap:wrap;gap:25px}.footer-top>p{display:none}.back-top{font-size:12px;gap:8px}.footer-bottom{flex-direction:column;gap:9px;font-size:11px}.disclosure{font-size:12px}.site-footer{padding-block:32px 24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* TruWealth wordmark */
.brand-name>span:first-child{font-family:var(--serif);font-size:29px;font-weight:400;letter-spacing:-.4px;line-height:1.15}.brand-name>span:last-child{font-size:9px;letter-spacing:2px;line-height:1.9;font-weight:500}.brand-monogram>span{font-size:22px}.hero h1{font-size:clamp(66px,6.5vw,94px)}.phone-number{font-size:23px;letter-spacing:.7px}
@media(max-width:1100px){.hero h1{font-size:clamp(57px,7.2vw,79px)}}
@media(max-width:800px) and (min-width:621px){.hero h1{font-size:clamp(47px,7.4vw,60px)}}
@media(max-width:620px){.hero h1{font-size:clamp(52px,12.8vw,79px)}.brand-name>span:first-child{font-size:27px}.brand-name>span:last-child{font-size:8px;letter-spacing:1.7px}.brand-monogram>span{font-size:20px}}

/* Service disclosures preserve the existing visual system. */
.disclosure-group{max-width:1120px}.disclosure-group .disclosure{max-width:none;margin-bottom:14px;font-size:13px;line-height:1.8;color:#526571}.disclosure strong{font-weight:600;color:var(--ink)}.site-notice{margin:22px 0 28px;font-size:14px;color:var(--muted);max-width:1060px}.site-notice summary{cursor:pointer;min-height:36px;color:var(--ink);font-weight:500}.site-notice summary:focus-visible{outline:3px solid #b7802d;outline-offset:4px}.site-notice p{font-size:14px;line-height:1.8;margin:12px 0 0}.site-notice a{text-decoration:underline;text-underline-offset:3px}.hero .eyebrow{flex-wrap:wrap;max-width:100%}

.disclosure a{text-decoration:underline;text-underline-offset:3px;color:var(--ink)}

/* Hero slideshow keeps the original image frame and navy-and-gold palette. */
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .85s ease,visibility .85s}
.hero-slide.is-active{opacity:1;visibility:visible}
.hero-visual:after{pointer-events:none}
.hero-visual.has-slideshow .image-caption{bottom:92px}
.slideshow-controls{position:absolute;z-index:2;left:32px;right:32px;bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.slideshow-controls[hidden]{display:none}
.slideshow-navigation,.slideshow-dots{display:flex;align-items:center}
.slideshow-navigation{gap:4px}
.slideshow-button{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;padding:0;border:1px solid #ffffff6b;border-radius:50%;background:#0a2130b3;color:#fff;transition:background .2s,border-color .2s}
.slideshow-button:hover{background:var(--navy-dark);border-color:var(--gold)}
.slideshow-button svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.slideshow-button .play-icon{display:none}
.slideshow-toggle.is-paused .pause-icon{display:none}
.slideshow-toggle.is-paused .play-icon{display:block}
.slideshow-dots button{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent}
.slideshow-dots span{display:block;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #102a3b80;transition:background .2s,box-shadow .2s}
.slideshow-dots button[aria-pressed="true"] span{background:var(--gold);box-shadow:0 0 0 4px #102a3bb3,0 0 0 5px var(--gold)}
.slideshow-controls button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){.slideshow-controls{left:21px;right:21px}}
@media(max-width:800px) and (min-width:621px){.slideshow-controls{left:14px;right:14px;gap:4px}.slideshow-navigation{gap:0}}
@media(max-width:620px){.slideshow-controls{left:20px;right:20px;bottom:20px;gap:8px}.hero-visual.has-slideshow .image-caption{bottom:86px}}

/* Keep slideshow selectors comfortably sized in narrower photo frames. */
@media(max-width:960px){
  .slideshow-controls{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:4px 8px}
  .slideshow-navigation{display:contents}
  .slideshow-toggle{grid-row:1;grid-column:1}
  .slideshow-previous{grid-row:1;grid-column:2;justify-self:end}
  .slideshow-next{grid-row:1;grid-column:3}
  .slideshow-dots{grid-row:2;grid-column:1/-1;justify-self:center}
  .hero-visual.has-slideshow .image-caption{bottom:140px}
}
@media(max-width:1100px) and (min-width:621px){.hero-image-conversation{object-position:22% center}}
.hero-image.hero-image-business{object-position:center top}
.contact-label.booking-label{font-size:12px;letter-spacing:1.2px}
.booking-note{max-width:340px;margin:6px 0 0;color:#c2d0da;font-size:15px;line-height:1.7}

/* Native disclosure controls keep the FAQ usable with keyboard or touch. */
.faq{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:clamp(36px,6vw,90px);align-items:start}
.faq-intro>p:last-child{max-width:310px;margin:24px 0 0;color:var(--muted);font-size:1rem;line-height:1.8}
.faq-list{min-width:0;border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:23px 0;list-style:none;cursor:pointer;font-size:1.0625rem;font-weight:550;line-height:1.5;color:var(--ink)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:#946423}
.faq-item summary:focus-visible{outline:3px solid #b7802d;outline-offset:5px}
.faq-icon{position:relative;width:26px;height:26px;flex:0 0 26px;border:1px solid #c8b08a;border-radius:50%}
.faq-icon:before,.faq-icon:after{content:'';position:absolute;background:currentColor;left:7px;top:11px;width:10px;height:1px}
.faq-icon:after{transform:rotate(90deg)}
.faq-item[open] .faq-icon{background:var(--navy);border-color:var(--navy);color:var(--gold)}
.faq-item[open] .faq-icon:after{display:none}
.faq-answer{padding:0 50px 25px 0}
.faq-answer p{font-size:1rem;line-height:1.8;color:var(--muted);margin:0;overflow-wrap:break-word}
@media(max-width:800px){.faq{grid-template-columns:1fr;gap:32px}.faq-intro>p:last-child{max-width:580px}.faq-item summary{gap:18px}.faq-answer{padding-right:44px}}
@media(max-width:620px){.faq{gap:28px}.faq-item summary{font-size:1rem;padding-block:21px}.faq-answer{padding-right:0}}

/* The supplied business portrait sits alongside the consultation process. */
.approach-detail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(32px,6vw,80px);align-items:center;margin-top:48px}
.approach-portrait{margin:0;max-width:420px;width:100%;background:#454746}
.approach-portrait img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}
.approach-detail .steps{grid-template-columns:1fr;gap:25px;margin:0}
.approach-detail .step-number{font-size:28px;margin-bottom:12px}
.approach-detail .steps p{max-width:450px}
@media(max-width:620px){.approach-detail{grid-template-columns:1fr;gap:34px;margin-top:32px}.approach-portrait{max-width:360px;justify-self:center}.approach-detail .steps p{max-width:none}}
