@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;600;700&display=swap');
:root{--black:#0c0e10;--navy:#101820;--cream:#fcf8f1;--gold:#bb9655;--muted:#adb0b4;--line:#59472e;--white:#fff;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Montserrat',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:var(--sans);font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.02}h1{font-size:48px;letter-spacing:-.02em}h2{font-size:clamp(39px,3.8vw,55px)}h3{font-size:29px}.container{width:min(1296px,calc(100% - 144px));margin-inline:auto}.eyebrow{display:block;color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.19em;text-transform:uppercase}.section-head{text-align:center}.section-head h2{margin:25px auto 0;max-width:1120px}.section-head p{max-width:780px;margin:32px auto 0;color:var(--muted);font-size:15px;line-height:1.5}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--gold);min-height:48px;padding:0 24px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1.15;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:#16120d}.button-gold:hover{background:#d2aa64}.button-outline{background:transparent;color:var(--gold)}.button-outline:hover{background:rgba(187,150,85,.12)}.skip-link{position:absolute;top:-60px;left:12px;background:#fff;color:#111;padding:12px;z-index:100}.skip-link:focus{top:12px}
.site-header{height:92px;background:var(--black);position:relative;z-index:20}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 72px;gap:24px}.site-logo{display:flex;align-items:center;flex:none;width:250px;height:83px;overflow:hidden}.site-logo img{width:250px;height:83px;object-fit:contain}.nav-links{display:flex;align-items:center;justify-content:center;gap:27px;white-space:nowrap}.nav-links a{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--gold)}.header-cta{width:255px;flex:none}.nav-toggle{display:none;width:44px;height:40px;border:1px solid var(--gold);background:none;color:var(--gold);font-size:20px;line-height:1}
.home-hero,.service-hero{display:grid;grid-template-columns:45.14% 54.86%;height:720px;background:var(--black)}.hero-copy{padding:0 40px 0 max(72px,calc((100vw - 1264px)/2));display:flex;flex-direction:column;justify-content:center}.hero-copy h1{margin:30px 0 24px}.hero-copy h1 em{font-style:normal;color:var(--gold)}.hero-copy p{max-width:535px;color:#b9bbbe;font-size:15px;line-height:1.6}.hero-actions{display:flex;gap:16px;margin-top:22px;flex-wrap:wrap}.hero-actions .button:first-child{min-width:300px}.hero-actions .button:nth-child(2){min-width:190px}.hero-photo{height:100%;overflow:hidden;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover}.home-hero .hero-photo img{object-position:center}.service-hero{height:650px;grid-template-columns:50% 50%}.service-hero .hero-copy{padding-right:40px}.service-hero .hero-photo img{object-position:center}
.metrics{height:148px;background:var(--cream);color:#17171a;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 72px}.metric{text-align:center;border-right:1px solid #d7c1a0;min-height:70px}.metric:last-child{border:0}.metric strong{display:block;font-family:var(--serif);font-weight:600;font-size:32px;line-height:1}.metric span{font-size:12px;color:#49494a;letter-spacing:.04em}
.solutions{background:var(--navy);padding:76px 0 84px}.solutions .section-head{margin-bottom:42px}.solutions .section-head h2{font-size:52px}.solutions .section-head p{max-width:800px}.service-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:28px 36px}.service-card{grid-column:span 2;background:var(--black);border:1px solid var(--line);min-height:620px;padding:26px;display:flex;flex-direction:column;transition:border-color .2s,transform .2s}.service-card:nth-child(4){grid-column:2/span 2}.service-card:nth-child(5){grid-column:4/span 2}.service-card:hover{border-color:var(--gold);transform:translateY(-3px)}.service-card img{width:100%;height:200px;object-fit:cover}.service-card .number{color:var(--gold);font-size:11px;letter-spacing:.11em;font-weight:700;margin-top:17px}.service-card h3{font-size:28px;text-transform:uppercase;line-height:1.02;min-height:72px;margin:12px 0 6px}.service-card p{color:#bbbcbf;font-size:13px;line-height:1.45;min-height:78px}.service-card ul{list-style:none;padding:0;margin:18px 0 27px;font-size:12px;line-height:1.55}.service-card .card-link{color:var(--gold);text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.04em;margin-top:auto}.service-card .card-link:hover{text-decoration:underline;text-underline-offset:4px}
.method{background:var(--cream);color:#1c1b20;padding:72px 0 65px;min-height:560px}.method .section-head h2{margin-top:24px}.method-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;margin-top:87px}.method-step{text-align:center;position:relative}.method-step:not(:last-child):after{content:'';position:absolute;right:-22px;top:84px;width:34px;height:1px;background:var(--gold)}.method-step .number{font-family:var(--serif);font-size:29px;color:var(--gold)}.method-step h3{font-family:var(--sans);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;margin:9px 0}.method-step p{font-size:12px;line-height:1.4;max-width:215px;margin:0 auto;color:#44464b}
.stories{background:var(--black);padding:72px 0 82px;min-height:720px}.stories .section-head p{max-width:780px}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:55px}.story-card{border:1px solid #4c463f;background:var(--navy);padding:27px;min-height:390px;display:flex;flex-direction:column}.story-card .eyebrow{font-size:10px;letter-spacing:.12em}.story-card h3{font-size:27px;line-height:1.07;margin:17px 0 25px}.story-card p{color:#b5b8bc;font-size:13px;line-height:1.55}.story-card a{align-self:flex-start;margin-top:auto;padding-top:12px;color:var(--gold);border-top:1px solid var(--gold);font-size:10px;letter-spacing:.07em;text-transform:uppercase;font-weight:700}.story-card a:hover{text-decoration:underline}
.founder{display:grid;grid-template-columns:42.36% 57.64%;min-height:700px;background:var(--cream);color:#151719}.founder-photo{overflow:hidden}.founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.founder-copy{padding:70px 72px;display:flex;flex-direction:column;justify-content:center}.founder-copy h2{font-size:52px;margin:23px 0 13px}.founder-copy .role{font-size:10px;font-weight:700;letter-spacing:.05em;margin-bottom:18px}.founder-copy p{font-size:14px;line-height:1.65;max-width:750px;margin-bottom:22px}.founder-copy blockquote{font-family:var(--serif);font-size:25px;line-height:1.22;color:#a8834c;font-style:italic;max-width:780px;margin:32px 0 55px}.founder-copy .button{align-self:flex-start;min-width:180px}
.final-cta{background:var(--navy);text-align:center;min-height:400px;display:flex;align-items:center;justify-content:center;padding:55px 24px}.final-cta h2{margin:24px auto 27px}.final-cta p{color:#c0c3c6;font-size:15px;max-width:820px;line-height:1.45;margin:0 auto 48px}.final-cta .button{min-width:310px}
.site-footer{background:var(--black);padding:62px 72px 40px;min-height:370px}.footer-grid{display:grid;grid-template-columns:1.55fr 1fr .8fr;gap:70px;max-width:1296px;margin:auto}.footer-brand p{color:#b4b6b9;font-size:13px;max-width:420px;margin:0 0 22px;line-height:1.6}.footer-brand img{width:230px;height:82px;object-fit:contain;object-position:left}.footer-column h3{font:700 11px var(--sans);color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin:0 0 13px}.footer-column a,.footer-column span{display:block;font-size:12px;color:#bcbec1;margin-bottom:12px}.footer-column a:hover{color:var(--gold)}.footer-column .button{color:#17120d;font-size:10px;margin:8px 0 12px;width:220px}.legal{color:#8f9195;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.footer-bottom{max-width:1296px;margin:30px auto 0;color:#818388;font-size:10px}
.problems{min-height:760px;background:var(--cream);color:#16191d;padding:70px 0}.problems .section-head p{color:#5c6066}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:70px}.problem-card{border:1px solid #e2d8cb;background:#fff;min-height:330px;padding:28px 25px}.problem-card .number{font-family:var(--serif);color:var(--gold);font-size:30px}.problem-card h3{font:700 12px var(--sans);text-transform:uppercase;letter-spacing:.05em;margin:18px 0}.problem-card h3:after{content:'';display:block;width:58px;height:1px;background:var(--gold);margin-top:20px}.problem-card p{font-size:13px;color:#555b60;line-height:1.55;margin-top:28px}
.core-services{background:var(--navy);padding:70px 0 80px}.core-services .section-head p{max-width:840px}.core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:80px}.core-card{min-height:126px;background:var(--black);border:1px solid var(--line);padding:20px;display:flex;gap:26px}.core-card .number{color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.09em}.core-card h3{font-size:24px;line-height:1.12;margin-bottom:8px}.core-card p{font-size:12px;color:#aeb3b8;line-height:1.45}
.audience{background:var(--black);padding:86px 0;min-height:820px}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.audience h2{margin:32px 0;font-size:50px}.audience p{color:#b2b5ba;max-width:570px}.numbered-list{list-style:none;padding:0;margin:52px 0}.numbered-list li{display:grid;grid-template-columns:50px 1fr;gap:10px;align-items:start;margin:0 0 48px;font-size:13px}.numbered-list b{font-family:var(--serif);font-size:23px;color:var(--gold)}.outcomes{border:1px solid var(--line);background:var(--navy);padding:43px;min-height:648px}.outcomes h2{font-size:43px;margin:27px 0 0}.outcomes li{grid-template-columns:40px 1fr;margin-bottom:35px}.outcomes li:before{content:'';width:38px;height:1px;background:var(--gold);margin-top:12px}
.why{display:grid;grid-template-columns:42% 58%;min-height:650px;background:var(--cream);color:#191b1e}.why-photo img{width:100%;height:100%;object-fit:cover}.why-copy{padding:70px;display:flex;flex-direction:column;justify-content:center}.why-copy h2{font-size:49px;margin:27px 0 35px}.why-copy p{color:#555b60;font-size:14px;line-height:1.65;margin-bottom:22px}.why-copy blockquote{font:italic 27px/1.12 var(--serif);color:#a8844a;margin:32px 0}.why-copy .button{align-self:flex-start}
.subpage-hero{padding:95px 0;background:var(--black)}.subpage-hero h1{max-width:900px;margin:25px 0}.subpage-hero p{max-width:700px;color:var(--muted);font-size:15px}.content-section{padding:76px 0;background:var(--cream);color:#15171a}.content-section.dark{background:var(--navy);color:white}.content-section h2{margin:0 0 22px}.content-section p{color:#596068;line-height:1.7}.content-section.dark p{color:#b8bbbe}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.overview-grid .service-card{grid-column:auto}.overview-grid .service-card:nth-child(4),.overview-grid .service-card:nth-child(5){grid-column:auto}.simple-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.simple-card{min-width:0;overflow-wrap:anywhere;border:1px solid #d8d0c4;background:#fff;padding:30px;min-height:230px}.simple-card h3{font-size:28px;margin-bottom:16px}.simple-card p{font-size:13px}
.tool-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:40px}.tool-panel,.form-card{background:#fff;border:1px solid #e2d6c6;padding:36px;color:#17191b}.tool-panel fieldset{border:0;margin:0 0 30px;padding:0}.tool-panel legend{font-family:var(--serif);font-size:29px;margin-bottom:14px}.tool-panel label{display:block}.select,.field :is(input,select,textarea){width:100%;padding:12px;border:1px solid #b9afaa;background:white;color:#161719;border-radius:0}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice input{position:absolute;opacity:0;width:1px;height:1px}.choice span{display:flex;align-items:center;min-height:66px;padding:12px;border:1px solid #d7cec2;background:var(--cream);font-size:12px;font-weight:600;cursor:pointer}.choice input:checked+span{border:2px solid var(--gold);background:#f5ebd9}.choice input:focus-visible+span{outline:2px solid #463719;outline-offset:2px}.tool-panel .button{width:100%}.tool-aside{border:1px solid var(--line);padding:36px;background:var(--navy);color:white}.tool-aside h2{font-size:43px;margin:17px 0}.tool-aside ol{padding-left:20px;color:#c7c9cb}.tool-aside li{margin-bottom:16px}.result{margin-top:20px;padding:34px;background:var(--black);color:white}.result[hidden]{display:none}.result h2{font-size:40px;margin:18px 0}.result p{color:#b9babd}.result-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.result .secondary{border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.result .secondary a{color:var(--gold);text-decoration:underline}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:7%}.contact-copy h2{font-size:52px;margin:20px 0}.contact-copy p{margin-bottom:18px}.contact-copy a{color:#a57c42;text-decoration:underline}.contact-copy .detail{border-top:1px solid #d2c6b6;margin-top:32px;padding-top:20px}.form-card .form-title{font:500 35px var(--serif);margin-bottom:8px}.form-card .form-note{font-size:12px;color:#686e72;margin-bottom:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:18px}.field label{display:block;font-size:11px;font-weight:700;margin-bottom:7px}.field textarea{min-height:135px;resize:vertical}.form-card .button{width:100%}.form-explain,.form-status{font-size:11px;color:#62676b;margin-top:14px}.form-status:empty{display:none}
@media(max-width:1200px){.header-inner{padding:0 35px}.nav-links{gap:16px}.site-logo{width:210px}.site-logo img{width:210px}.header-cta{width:205px}.container{width:calc(100% - 70px)}.hero-copy{padding-left:55px}.service-card{padding:22px}.service-card h3{font-size:24px}.founder-copy,.why-copy{padding:50px}}
@media(max-width:900px){.site-header{height:76px}.header-inner{padding:0 24px}.nav-toggle{display:block;margin-left:auto}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:var(--black);padding:24px;align-items:flex-start;flex-direction:column;gap:20px;border-top:1px solid var(--line)}.nav-links.open{display:flex}.header-cta{display:none}.site-logo{width:200px;height:70px}.site-logo img{width:200px;height:70px}.home-hero,.service-hero{grid-template-columns:1fr 1fr}.hero-copy{padding:30px 25px 30px 35px}.hero-copy h1{font-size:48px}.hero-actions .button{min-width:0!important}.metrics{padding:0 20px}.metric strong{font-size:30px}.service-cards{grid-template-columns:repeat(2,1fr);gap:24px}.service-card,.service-card:nth-child(4),.service-card:nth-child(5){grid-column:auto}.method-steps{gap:15px}.method-step:not(:last-child):after{display:none}.story-grid{gap:15px}.founder-copy h2{font-size:45px}.founder-copy blockquote{font-size:22px;margin:12px 0 20px}.founder-copy{padding:35px}.core-grid,.overview-grid{grid-template-columns:repeat(2,1fr)}.problem-grid{grid-template-columns:repeat(2,1fr)}.audience-grid{gap:30px}.outcomes{padding:25px}.footer-grid{gap:30px}}
@media(max-width:600px){body{font-size:13px}.container{width:calc(100% - 48px)}.site-header{height:72px}.header-inner{padding:0 20px}.nav-links{top:72px}.site-logo{width:210px;height:66px}.site-logo img{width:210px;height:66px}.home-hero,.service-hero{display:block;height:auto}.hero-copy{min-height:560px;padding:44px 24px 24px;display:block}.hero-copy h1{font-size:44px;line-height:.94;margin:29px 0 18px}.hero-copy p{font-size:14px;line-height:1.58}.hero-actions{display:block;margin-top:48px}.hero-actions .button{display:flex;width:100%;margin-bottom:14px}.hero-photo{height:360px}.service-hero .hero-copy{min-height:560px;padding:44px 24px 24px}.service-hero .hero-photo{height:360px}.metrics{height:248px;grid-template-columns:1fr 1fr;padding:14px 20px;gap:10px 20px}.metric{min-height:94px;border:0}.metric strong{font-size:28px}.metric span{font-size:10px}.solutions{padding:54px 0 36px}.solutions .section-head{margin-bottom:39px}.section-head h2,.solutions .section-head h2{font-size:39px;line-height:.96}.section-head h2{margin-top:22px}.section-head p{font-size:12px;margin-top:24px}.service-cards,.overview-grid{display:block}.service-card,.overview-grid .service-card{min-height:586px;margin-bottom:24px;padding:24px}.service-card img{height:184px}.service-card h3{font-size:28px;min-height:56px;margin:13px 0 16px}.service-card p{min-height:62px;font-size:12px}.service-card ul{margin:14px 0 22px;font-size:11px}.method{padding:65px 0;min-height:0}.method-steps{display:block;margin-top:70px}.method-step{display:grid;grid-template-columns:44px 1fr;gap:0 15px;text-align:left;min-height:112px;margin-bottom:10px;align-items:start}.method-step .number{grid-row:span 2;margin-top:3px}.method-step h3{margin:10px 0 6px}.method-step p{max-width:none;margin:0;font-size:12px}.stories{padding:60px 0 75px}.story-grid{display:block;margin-top:45px}.story-card{min-height:236px;margin-bottom:20px;padding:23px}.story-card h3{font-size:25px;margin:15px 0}.story-card p{font-size:11px}.founder{display:block}.founder-photo{height:390px}.founder-copy{padding:43px 24px 55px;min-height:720px}.founder-copy h2{font-size:44px}.founder-copy p{font-size:12px}.founder-copy blockquote{font-size:23px;line-height:1.12;margin:26px 0 35px}.founder-copy .button{width:100%}.final-cta{min-height:430px;padding:54px 24px}.final-cta h2{font-size:42px;margin:20px 0}.final-cta p{font-size:12px;margin-bottom:38px}.final-cta .button{width:100%;min-width:0}.site-footer{padding:40px 24px;min-height:0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 14px}.footer-brand{grid-column:span 2}.footer-brand img{width:200px;height:70px}.footer-brand p{font-size:12px}.footer-column a,.footer-column span{font-size:11px}.footer-column .button{width:100%;padding:0 10px}.footer-bottom{font-size:9px}.problems{padding:60px 0;min-height:0}.problem-grid,.core-grid,.simple-grid{display:block;margin-top:48px}.problem-card,.core-card,.simple-card{min-height:0;margin-bottom:16px}.problem-card{padding:25px}.core-services{padding:60px 0}.core-card{min-height:120px}.audience{padding:65px 0}.audience-grid{display:block}.audience h2{font-size:42px}.numbered-list{margin:35px 0}.numbered-list li{margin-bottom:26px}.outcomes{min-height:0}.outcomes h2{font-size:38px}.outcomes li{margin-bottom:25px}.why{display:block}.why-photo{height:390px}.why-copy{padding:48px 24px}.why-copy h2{font-size:42px}.why-copy blockquote{font-size:24px}.subpage-hero{padding:70px 0}.subpage-hero h1{font-size:48px}.content-section{padding:60px 0}.tool-layout,.contact-grid{display:block}.tool-aside{margin-top:20px}.form-card{padding:24px;margin-top:35px}.choice-grid,.form-row{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Keep the subject visible when portrait originals fill the landscape cards and hero. */
.service-card--strategy img,.service-card--formation img,.service-card--capital img,.service-card--realestate img{object-position:center top}
.service-hero--formation .hero-photo img{object-position:left center}
.service-hero--capital .hero-photo img,.service-hero--realestate .hero-photo img{object-position:center 10%}
.success-hero{padding:82px 0 88px}.success-hero h1{max-width:940px}.success-back{display:inline-block;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:50px}.success-back:hover{text-decoration:underline;text-underline-offset:5px}.success-hero .eyebrow{margin-bottom:0}.success-detail{background:var(--cream);color:#1b1d20;padding:85px 0 100px}.success-quote{max-width:890px;margin:0 auto}.success-quote blockquote{border-left:3px solid var(--gold);padding-left:40px;margin:28px 0 0}.success-quote p{font-size:17px;line-height:1.75;margin:0 0 25px}.success-quote p:first-child{font-family:var(--serif);font-size:26px;line-height:1.35}.success-quote footer{font-size:15px;font-weight:700;margin-top:30px}.success-outcome{max-width:890px;margin:75px auto 0;background:var(--navy);color:#fff;padding:42px;display:grid;grid-template-columns:1.25fr 1fr;gap:44px}.success-outcome p{font-size:15px;line-height:1.65;margin-top:18px;color:#e1e0df}.success-detail .lower{display:block;max-width:890px;margin:34px auto 0}.simple-card-link{display:inline-block;color:#976e36;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700;margin-top:20px}.simple-card-link:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:600px){.success-hero{padding:54px 0 62px}.success-hero h1{font-size:42px}.success-back{margin-bottom:40px}.success-detail{padding:62px 0 75px}.success-quote blockquote{padding-left:20px;margin-top:24px}.success-quote p{font-size:15px;line-height:1.65}.success-quote p:first-child{font-size:23px}.success-outcome{display:block;padding:28px;margin-top:50px}.success-outcome>div+div{margin-top:34px}.success-outcome p{font-size:14px}}
/* Each success-story card opens from its full surface while retaining one clear link. */
.story-card,.simple-card{position:relative}.story-card a::after,.simple-card-link::after{content:"";position:absolute;inset:0}.story-card:hover,.simple-card:hover{border-color:var(--gold)}.story-card:focus-within,.simple-card:focus-within{outline:2px solid var(--gold);outline-offset:3px}
/* Paid strategic consultation */
.consultation-hero{padding:95px 0 105px}.consultation-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);gap:9%;align-items:center}.consultation-hero h1{max-width:750px}.consultation-hero p{max-width:720px}.consultation-hero .button{margin-top:34px}.consultation-price{border:1px solid var(--gold);padding:36px;color:#fff;background:var(--navy)}.consultation-price span{display:block;color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.consultation-price strong{display:block;font-family:var(--serif);font-size:44px;font-weight:500;line-height:1.1;margin:8px 0 27px}.consultation-price strong:last-of-type{margin-bottom:16px}.consultation-price p{font-size:13px;color:#c6c8ca}.consultation-body{background:var(--cream);color:#191b1d;padding:85px 0 100px}.consultation-body h2{font-size:46px;line-height:1.04;margin:17px 0 20px}.consultation-body p,.consultation-body li{font-size:16px;line-height:1.7}.consultation-intro{max-width:1030px;margin:0 auto}.consultation-intro>p{max-width:850px}.consultation-focus{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 35px;list-style:none;padding:0;margin:26px 0 32px}.consultation-focus li{border-left:2px solid var(--gold);padding:10px 0 10px 17px;background:#fff}.consultation-panel{max-width:1030px;margin:65px auto 0;padding:52px 60px;background:var(--navy);color:#fff}.consultation-panel.light{background:#fff;color:#1b1d20;border:1px solid #e2d9ca}.consultation-panel p{color:inherit}.consultation-panel ul{padding-left:22px;margin:26px 0}.consultation-panel li{padding-left:5px;margin:0 0 12px}.consultation-panel li::marker{color:var(--gold)}.consultation-disclaimer{max-width:1030px;margin:50px auto 0;padding:32px 36px;border-left:3px solid var(--gold);background:#efe7dc}.consultation-disclaimer p{margin:14px 0 0}.consultation-next{max-width:1030px;margin:70px auto 0;text-align:center}.consultation-next p{max-width:650px;margin:0 auto 27px}.consultation-inline{font-size:13px;color:#343a3e;background:#f5eee5;border-left:3px solid var(--gold);padding:13px 15px;margin-bottom:24px}.consultation-inline a{display:block;width:fit-content;margin-top:9px;color:#865d26;text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.consultation-hero-grid{gap:35px}.consultation-price{padding:25px}.consultation-price strong{font-size:38px}.consultation-panel{padding:38px}}
@media(max-width:600px){.consultation-hero{padding:65px 0}.consultation-hero-grid{display:block}.consultation-hero h1{font-size:44px}.consultation-hero .button{width:100%}.consultation-price{margin-top:50px}.consultation-body{padding:65px 0}.consultation-body h2{font-size:38px}.consultation-body p,.consultation-body li{font-size:14px}.consultation-focus{display:block}.consultation-focus li{margin-bottom:12px}.consultation-panel{margin-top:38px;padding:32px 23px}.consultation-disclaimer{margin-top:38px;padding:25px}.consultation-next{margin-top:55px}.consultation-next .button{width:100%}}

.inquiry-embed{min-width:0}.inquiry-embed .form-title{line-height:1.08}.inquiry-embed .jotform-fallback{margin-top:20px;font-size:14px}.inquiry-embed .jotform-fallback a{color:#865d26;text-decoration:underline;text-underline-offset:3px}

.service-receipts{background:#151c22;color:var(--white);padding:76px 0 84px;border-top:1px solid var(--line)}
.receipts-heading{max-width:720px}.receipts-heading h2{margin:17px 0 19px}.receipts-heading p{font-size:16px;color:#d2d5d7;line-height:1.6}
.receipts-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:38px}.receipts-card{padding:34px 38px;background:var(--black);border:1px solid #54432d;border-top:3px solid var(--gold)}
.receipts-card h3{font-size:29px;margin-bottom:20px}.receipts-card p,.receipts-card li{font-size:16px;line-height:1.7;color:#e0e1e2}.receipts-card ul{margin:0;padding-left:21px}.receipts-card li+li{margin-top:9px}.receipts-card li::marker{color:var(--gold)}
@media(max-width:700px){.service-receipts{padding:62px 0 70px}.receipts-heading h2{font-size:42px}.receipts-grid{grid-template-columns:1fr;gap:18px;margin-top:30px}.receipts-card{padding:27px 24px}.receipts-card h3{font-size:27px}}

.about-hero{display:grid;grid-template-columns:55% 45%;min-height:630px;background:var(--black)}.about-hero-copy{align-self:center;max-width:780px;padding:84px 8vw 86px max(72px,calc((100vw - 1296px)/2))}.about-hero-copy h1{font-size:clamp(55px,6vw,88px);margin:23px 0 25px}.about-role{font-size:13px;letter-spacing:.1em;color:var(--gold);font-weight:700;line-height:1.7;margin-bottom:30px}.about-hero-copy>p:last-child{font-size:17px;line-height:1.75;color:#e0e2e3}.about-hero-photo{min-height:560px;overflow:hidden}.about-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.about-story{background:var(--cream);color:#22252a;padding:100px 0}.about-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,7vw,110px)}.about-story h2{margin-top:22px}.about-story p,.about-pillars p,.about-approach p,.about-vision p{font-size:17px;line-height:1.78}.about-story p+p{margin-top:24px}
.about-pillars{background:var(--navy);padding:100px 0}.about-pillars-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,7vw,110px)}.about-pillars h2{margin:20px 0 25px}.about-pillars p{color:#d4d8db;max-width:530px}.about-pillars ol{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.about-pillars li{display:flex;gap:22px;align-items:center;border-bottom:1px solid var(--line);padding:22px 0}.about-pillars li>span{color:var(--gold);font-size:13px;min-width:25px}.about-pillars li a{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;font-family:var(--serif);font-size:28px;line-height:1.15}.about-pillars li a:hover,.about-pillars li a:focus-visible{color:var(--gold)}.about-pillars li a span{font-family:var(--sans);font-size:18px;color:var(--gold)}
.about-approach{background:var(--black);padding:95px 0;text-align:center}.about-approach .container{max-width:970px}.about-approach p{color:#d4d8db;margin:25px auto 52px}.about-approach blockquote{font-family:var(--serif);font-size:clamp(35px,4vw,58px);line-height:1.15;color:#f3e5ca;margin:0}.about-approach cite{display:block;margin-top:26px;font-family:var(--sans);font-size:14px;font-weight:700;font-style:normal;letter-spacing:.13em;color:var(--gold)}
.about-vision{background:var(--cream);color:#25282b;text-align:center;padding:94px 0 105px}.about-vision .container{max-width:900px}.about-vision h2{margin:21px 0 28px}.about-vision p{max-width:800px;margin-inline:auto}.about-vision .about-mantra{color:#866533;font-family:var(--serif);font-size:clamp(29px,3vw,43px);line-height:1.2;margin-top:40px}.about-vision .about-closing{font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-top:13px}.about-vision .button{margin-top:38px}
@media(max-width:900px){.about-hero{grid-template-columns:1fr 1fr}.about-hero-copy{padding:65px 40px}.about-story-grid,.about-pillars-grid{gap:38px}.about-pillars li a{font-size:24px}}
@media(max-width:700px){.about-hero{display:flex;flex-direction:column}.about-hero-copy{padding:56px 24px 62px;max-width:none}.about-hero-copy h1{font-size:57px}.about-role{font-size:12px}.about-hero-copy>p:last-child{font-size:16px}.about-hero-photo{height:410px;min-height:0}.about-story,.about-pillars,.about-approach,.about-vision{padding:69px 0}.about-story-grid,.about-pillars-grid{display:block}.about-story h2,.about-pillars h2,.about-vision h2{font-size:42px}.about-story-grid>div+div{margin-top:30px}.about-pillars ol{margin-top:36px}.about-pillars li a{font-size:24px}.about-story p,.about-pillars p,.about-approach p,.about-vision p{font-size:16px}.about-approach p{margin-bottom:40px}.about-vision .button{width:100%}}

.form-privacy{font-size:14px;line-height:1.6;margin:16px 0 24px;color:#343a3e}.form-privacy a,.privacy-body a,.consultation-next p a{color:#8a622d;text-decoration:underline;text-underline-offset:3px}
.privacy-hero .privacy-date{display:block;margin-top:27px;color:var(--gold);font-size:14px}.privacy-body{background:var(--cream);color:#25282b;padding:72px 0 95px}.privacy-body .container{max-width:930px}.privacy-body section{padding:29px 0;border-bottom:1px solid #ddd3c2}.privacy-body section:first-child{padding-top:0}.privacy-body h2{font-size:34px;margin-bottom:16px}.privacy-body p,.privacy-body li{font-size:16px;line-height:1.75}.privacy-body ul{padding-left:22px;margin:19px 0 0}.privacy-body li{margin:7px 0}
@media(max-width:600px){.privacy-body{padding:55px 0 72px}.privacy-body h2{font-size:30px}.privacy-body p,.privacy-body li{font-size:16px}}

/* Readability across service cards, navigation, and small screens. */
body{font-size:16px}
.eyebrow,.story-card .eyebrow,.service-card .number,.core-card .number,.founder-copy .role{font-size:13px}
.button,.footer-column .button{font-size:14px;line-height:1.35}
.nav-links a,.footer-column h3{font-size:13px}
.hero-copy p,.section-head p,.service-card p,.service-card ul,.method-step p,.story-card p,.founder-copy p,.final-cta p,.problem-card p,.core-card p,.numbered-list li,.why-copy p,.subpage-hero p,.simple-card p,.choice span,.form-card .form-note,.contact-copy p{font-size:16px;line-height:1.6}
.service-card .card-link,.story-card a,.method-step h3,.problem-card h3,.metric span,.footer-brand p,.footer-column a,.footer-column span,.footer-bottom,.form-explain,.form-status,.field label{font-size:14px;line-height:1.5}
.service-card p{min-height:0}.service-card ul{margin-top:18px}.service-card h3{min-height:0}.story-card h3{margin-bottom:16px}
.core-card{min-height:150px}.core-card h3{overflow-wrap:anywhere}
.choice span{min-height:72px}
@media(max-width:1200px){.site-header{height:76px}.nav-toggle{display:block;margin-left:auto}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:var(--black);padding:24px;align-items:flex-start;flex-direction:column;gap:18px;border-top:1px solid var(--line)}.nav-links.open{display:flex}.header-cta{display:none}}
@media(max-width:600px){.site-header{height:72px}.nav-links{top:72px}.hero-copy p,.section-head p,.service-card p,.service-card ul,.method-step p,.story-card p,.founder-copy p,.final-cta p,.problem-card p,.core-card p,.numbered-list li,.why-copy p,.subpage-hero p,.simple-card p,.choice span,.footer-brand p,.footer-column a,.footer-column span{font-size:16px;line-height:1.6}.service-card,.overview-grid .service-card{min-height:0}.service-card h3{min-height:0}.service-card p{min-height:0}.metric span{font-size:14px}.metrics{height:auto;min-height:270px}.metric{min-height:110px}.footer-grid{gap:36px 18px}.footer-column .button{font-size:13px;padding:8px}.footer-bottom{font-size:13px}.core-card{min-height:0}.story-card{min-height:280px}.hero-copy{min-height:0;padding-bottom:50px}.service-hero .hero-copy{min-height:0;padding-bottom:50px}}

.consultation-interest{margin:25px 0;max-width:560px}.consultation-interest label{display:block;color:var(--white);font-size:15px;font-weight:700;margin-bottom:10px}.consultation-interest select{width:100%;min-height:52px;border:1px solid var(--gold);border-radius:0;padding:12px 15px;background:var(--cream);color:#1b1e22;font-size:16px}.consultation-focus-note{font-size:14px!important;line-height:1.5;margin:11px 0 0;color:#d9bc88!important}.consultation-focus-note[hidden]{display:none}
.consultation-price span,.consultation-price p,.consultation-inline,.form-card .form-note{font-size:14px}.consultation-body p,.consultation-body li{font-size:16px}
@media(max-width:600px){.consultation-body p,.consultation-body li{font-size:16px}.consultation-interest{margin:23px 0}.consultation-hero .button{margin-top:20px}}

.stage-label{display:block;font-size:14px;margin-bottom:8px}
.success-back,.simple-card-link,.about-role{font-size:14px}

/* Networking and events */
.events-hero{background:linear-gradient(115deg,#101820 8%,#15212b 72%,#0c0e10);border-bottom:1px solid var(--line);padding:105px 0 112px}
.events-hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,.5fr);align-items:center;gap:8%}
.events-hero h1{font-size:clamp(56px,6.5vw,100px);margin:20px 0 28px;max-width:840px}
.events-hero h1 em{color:var(--gold);font-weight:400}
.events-hero p{font-size:18px;line-height:1.7;color:#d6dade;max-width:720px}
.events-hero .button{margin-top:34px}
.events-hero-note{border-left:1px solid var(--gold);padding:23px 0 23px 35px;display:grid;gap:13px;color:#d5b679;font-family:var(--serif);font-size:clamp(31px,3.2vw,46px);line-height:1.1}
.events-upcoming{background:var(--cream);color:#20252a;padding:94px 0 105px}
.events-upcoming .section-head p{color:#596065;max-width:640px}
.events-empty{border:1px solid #d4c7b1;border-left:5px solid var(--gold);padding:43px 48px;margin-top:38px;background:#fff;max-width:900px}
.events-empty h3{font-size:34px;margin:13px 0}.events-empty p{font-size:16px;line-height:1.7;color:#4d5358;max-width:680px}
.event-card{display:grid;grid-template-columns:110px 1fr;gap:30px;border:1px solid #d4c7b1;background:#fff;padding:35px;margin-top:25px;max-width:1000px}
.event-date{color:#302925;text-align:center;border-right:1px solid #d4c7b1;padding-right:25px}.event-date span{display:block;font-size:14px;text-transform:uppercase;letter-spacing:.13em;color:#785b32}.event-date strong{display:block;font-family:var(--serif);font-size:64px;line-height:1}
.event-card h3{font-size:37px;margin:12px 0}.event-card p{font-size:16px;line-height:1.7;color:#4d5358;max-width:700px}.event-card .button{margin-top:24px}
.events-purpose{padding:95px 0 105px;background:#11191f}
.events-purpose-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:43px}
.events-purpose-grid article{border:1px solid #57452d;border-top:3px solid var(--gold);padding:31px 30px;background:#0c0e10}
.events-purpose-grid article span{font-size:14px;font-weight:700;color:var(--gold)}.events-purpose-grid h3{font-size:32px;margin:22px 0 17px}.events-purpose-grid p{font-size:16px;line-height:1.65;color:#d7d9da}
.events-signup{background:var(--cream);color:#20252a;padding:100px 0 108px}
.events-signup-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:9%;align-items:center}
.events-signup h2{font-size:clamp(47px,5vw,70px);margin:20px 0 25px}.events-signup-grid>div>p{font-size:17px;line-height:1.75;color:#4e5558}
.events-signup-panel{border:1px solid #d4c7b1;border-top:4px solid var(--gold);background:white;padding:40px 42px;box-shadow:0 18px 40px #3a29170f}
.events-signup-panel h3{font-size:34px;margin-bottom:15px}.events-signup-panel>p{font-size:16px;line-height:1.7;color:#4e5558}.events-signup-panel .button{margin:24px 0 20px}.events-signup-panel .events-privacy{font-size:13px;line-height:1.6;color:#5c6265}
.events-privacy a{color:#815b29;text-decoration:underline;text-underline-offset:3px}
.events-teaser{background:#17222a;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:72px 0}
.events-teaser-grid{display:flex;justify-content:space-between;align-items:center;gap:48px}.events-teaser h2{margin:13px 0 15px;max-width:800px}.events-teaser p{font-size:16px;color:#d7d9da;line-height:1.7;max-width:760px}.events-teaser .button{flex:none}
@media(max-width:900px){.events-hero-grid,.events-signup-grid{grid-template-columns:1fr;gap:45px}.events-hero-note{display:flex;flex-wrap:wrap;gap:24px}.events-purpose-grid{grid-template-columns:1fr 1fr}.events-teaser-grid{display:block}.events-teaser .button{margin-top:28px}}
@media(max-width:600px){.events-hero{padding:68px 0 75px}.events-hero h1{font-size:clamp(52px,11vw,70px)}.events-hero p{font-size:16px}.events-hero-note{font-size:29px;padding:17px 0 17px 22px}.events-upcoming,.events-purpose,.events-signup{padding:65px 0 74px}.events-empty{padding:29px 25px}.events-empty h3{font-size:30px}.events-purpose-grid{grid-template-columns:1fr;gap:17px}.events-purpose-grid article{padding:27px}.events-signup-panel{padding:31px 25px}.events-signup-panel .button{width:100%;text-align:center}.events-teaser{padding:58px 0}.events-teaser h2{font-size:42px}.event-card{display:block;padding:27px}.event-date{border-right:0;border-bottom:1px solid #d4c7b1;padding:0 0 18px;margin-bottom:24px;text-align:left}.event-date strong{font-size:52px}}

.network-signup-form{display:grid;gap:19px;margin-top:26px}
.network-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.network-signup-form label:not(.network-consent){display:block;font-size:14px;font-weight:700;margin-bottom:8px;color:#293036}
.network-signup-form input:not([type="checkbox"]){display:block;width:100%;min-height:50px;padding:12px 14px;border:1px solid #aaa59a;border-radius:0;background:#fff;color:#222a30;font-size:16px}
.network-signup-form input:focus-visible,.network-signup-form button:focus-visible{outline:3px solid #84632e;outline-offset:3px}
.network-consent{display:grid;grid-template-columns:24px 1fr;gap:13px;align-items:start;font-size:14px;line-height:1.6;color:#343a3f;cursor:pointer;margin:2px 0}
.network-consent input{width:20px;height:20px;margin:2px 0 0;accent-color:#8a622d}
.network-signup-form .button{justify-self:start;margin:3px 0 7px;padding:15px 28px}
.network-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(max-width:600px){.network-form-row{grid-template-columns:1fr;gap:19px}.network-signup-form .button{width:100%;justify-self:stretch}.events-signup-panel .events-privacy{font-size:14px}}
