@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap");

:root{
  --navy:#12202b;
  --navy2:#172934;
  --paper:#f3f0e9;
  --paper2:#e8e4db;
  --ink:#162127;
  --muted:#6e756f;
  --sage:#718678;
  --gold:#cbb27f;
  --line:rgba(20,34,42,.15);
  --line-light:rgba(255,255,255,.14);
  --container:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",sans-serif;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}
body.locked{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}

.site-header{position:sticky;top:0;z-index:100;height:72px;background:rgba(18,32,43,.96);color:white;border-bottom:1px solid var(--line-light);backdrop-filter:blur(16px)}
.nav-inner{height:100%;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}
.brand-mark{width:31px;height:31px;display:grid;place-items:center;border:1px solid #c5ae80;color:#ead9b8;font-family:"Playfair Display",serif}
.brand-text{font-size:.72rem;letter-spacing:2.6px}.brand-text b{color:#cdb98e;font-weight:500}
.desktop-nav{margin-left:auto;display:flex;gap:27px}
.desktop-nav a,.nav-cta,.menu-btn{font-size:.68rem}
.desktop-nav a{color:#b4bec4}.desktop-nav a:hover{color:white}
.nav-cta{padding-bottom:3px;color:#ead7af;border-bottom:1px solid rgba(234,215,175,.4)}
.menu-btn{display:none;margin-left:auto;color:white;border:0;background:none}
.mobile-nav{position:fixed;inset:0;z-index:200;padding:100px 28px;display:flex;flex-direction:column;gap:24px;background:#101d26;color:white;transform:translateX(100%);transition:.28s ease}
.mobile-nav.active{transform:none}
.mobile-nav a{font-family:"Manrope";font-size:2rem}
.mobile-nav button{position:absolute;right:24px;top:24px;border:0;background:none;color:white;font-size:2rem}

.eyebrow{color:#d5be91;font-size:.58rem;font-weight:600;letter-spacing:2.1px}
.eyebrow.dark{color:#8b774f}
.section{padding-block:130px}
.btn{min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-size:.68rem;font-weight:600}
.btn-light{color:#15212a;background:#ede7da}
.btn-outline{color:white;border-color:rgba(255,255,255,.35)}
.btn-dark{color:white;background:#14232d}
.text-link{padding-bottom:4px;border-bottom:1px solid #987c4d;color:#826b45;font-size:.64rem}

.hero{position:relative;min-height:calc(100vh - 72px);overflow:hidden;color:white;background:var(--navy)}
.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,24,33,.92),rgba(13,24,33,.57) 48%,rgba(13,24,33,.2))}
.hero-content{position:relative;z-index:2;min-height:calc(100vh - 72px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.hero h1,.page-hero h1,.contact-page h1{margin:15px 0 24px;font-family:"Manrope";font-size:clamp(4.6rem,7.8vw,8rem);font-weight:500;line-height:.86;letter-spacing:-6px}
.hero h1 em,.page-hero h1 em,.contact-page h1 em{font-family:"Playfair Display";font-weight:500}
.hero-content>p:not(.eyebrow){max-width:600px;color:#c0c7c8;font-size:.9rem;line-height:1.8}
.hero-actions{margin-top:30px;display:flex;gap:10px;flex-wrap:wrap}

.metric-strip{background:#0e1a22;color:white;border-top:1px solid var(--line-light)}
.metrics{display:grid;grid-template-columns:repeat(4,1fr)}
.metrics article{min-height:120px;padding:24px;border-right:1px solid var(--line-light);display:flex;flex-direction:column;justify-content:end}
.metrics article:last-child{border-right:0}
.metrics strong{font-size:1.45rem;font-weight:500}.metrics span{margin-top:3px;color:#72818a;font-size:.6rem}

.split-head,.section-title{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}
.split-head h2,.section-title h2,.service-detail-grid h2,.story-grid h2,.faq h2{margin-top:12px;font-family:"Manrope";font-size:clamp(3.2rem,5.6vw,5.8rem);font-weight:500;line-height:.92;letter-spacing:-4px}
.split-head>p{color:var(--muted);font-size:.85rem;line-height:1.85}

.service-preview{margin-top:65px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-preview a{min-height:290px;padding:27px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s ease}
.service-preview a:hover{color:white;background:var(--navy)}
.service-preview span{color:#8d7953;font-size:.6rem}.service-preview h3{margin-top:90px;font-family:"Manrope";font-size:1.25rem;font-weight:500}
.service-preview p{margin-top:8px;color:#737871;font-size:.74rem;line-height:1.7}.service-preview b{margin-top:auto;color:#ad9364}

.case-section{background:var(--paper2)}
.section-title{margin-bottom:45px}
.section-title>div{max-width:800px}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.case-card img{width:100%;aspect-ratio:1.15;object-fit:cover}
.case-card>div{padding:15px 0}
.case-card>div>p{color:#8b7750;font-size:.55rem;letter-spacing:1.5px}
.case-card h3{margin:8px 0 10px;font-family:"Manrope";font-size:1.1rem;font-weight:500;line-height:1.25}
.case-card span{color:#7b7e79;font-size:.57rem}

.statement{padding:150px 0;background:var(--navy);color:white}
.statement blockquote{max-width:1020px;margin-top:18px;font-family:"Playfair Display";font-size:clamp(3rem,5.7vw,5.8rem);font-style:italic;line-height:1.03}

.insight-grid{margin-top:45px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.insight-grid a{min-height:245px;padding:24px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.insight-grid span{font-size:.55rem;color:#8a764e}.insight-grid h3{margin-top:70px;font-family:"Manrope";font-size:1.15rem;font-weight:500}
.insight-grid p{margin-top:auto;color:#777c77;font-size:.58rem}

.page-hero{padding:125px 0 95px;background:var(--navy);color:white}
.page-hero.compact{padding-bottom:75px}
.page-hero>div>p:last-child{max-width:610px;color:#a9b2b6;line-height:1.8}

.service-detail-grid,.story-grid{display:grid;grid-template-columns:1fr .9fr;gap:90px}
.service-detail-grid>div:last-child>p,.prose p{color:var(--muted);font-size:.84rem;line-height:1.85}
.service-detail-grid ul{margin-top:25px;list-style:none;border-top:1px solid var(--line)}
.service-detail-grid li{padding:12px 0;border-bottom:1px solid var(--line);font-size:.72rem}
.service-image{margin-top:55px}.service-image img{width:100%;max-height:650px;object-fit:cover}
.alt{background:var(--paper2)}
.cta-band{padding:70px 0;background:#253944;color:white}
.cta-band>div{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-band h2{margin-top:8px;font-family:"Manrope";font-size:2.5rem;font-weight:500}

.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.industry-grid article{min-height:280px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.industry-grid span,.values-grid span{color:#8b774e;font-size:.58rem}
.industry-grid h2{margin-top:80px;font-family:"Manrope";font-size:1.35rem;font-weight:500}
.industry-grid p{margin-top:9px;color:#72766f;font-size:.74rem;line-height:1.7}

.prose{display:grid;gap:18px}
.leadership-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px}
.leadership-grid img{width:100%;height:100%;object-fit:cover}
.leadership-grid>div{display:grid}
.leadership-grid article{padding:23px 0;border-bottom:1px solid var(--line)}
.leadership-grid strong{color:#8c7750;font-size:.57rem}.leadership-grid h3{margin-top:5px;font-family:"Manrope";font-size:1.2rem;font-weight:500}
.leadership-grid p{margin-top:5px;color:#73766f;font-size:.7rem}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.values-grid article{min-height:250px;padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.values-grid h3{margin-top:75px;font-family:"Manrope";font-size:1.25rem;font-weight:500}
.values-grid p{margin-top:8px;color:#72766f;font-size:.74rem;line-height:1.7}

.article-list{display:grid}
.article-row{padding-block:55px;border-bottom:1px solid var(--line)}
.article-row>span{color:#8b774f;font-size:.56rem;letter-spacing:1.2px}
.article-row h2{max-width:900px;margin:10px 0 16px;font-family:"Manrope";font-size:clamp(2.3rem,4.6vw,4.5rem);font-weight:500;line-height:.97;letter-spacing:-3px}
.article-row p{max-width:720px;color:#6f746e;font-size:.82rem;line-height:1.85}

.contact-page{padding:125px 0;background:var(--navy);color:white}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.contact-layout>div>p:not(.eyebrow){max-width:520px;color:#aab3b7;line-height:1.8}
.contact-meta{margin-top:35px;display:flex;flex-direction:column;gap:7px;color:#809099;font-size:.67rem}
.contact-form{display:grid;gap:18px}
.contact-form label{display:grid;gap:6px;color:#a8b1b5;font-size:.6rem}
.contact-form input,.contact-form textarea,.contact-form select{padding:13px;border:1px solid #52606a;background:#182a35;color:white;outline:none}
.form-status{min-height:18px;color:#e1c996;font-size:.62rem}
.faq-wrap{max-width:900px}
.faq h2{margin:12px 0 28px}
.faq details{padding:16px 0;border-top:1px solid var(--line)}
.faq details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;font-size:.73rem;font-weight:600}
details p{padding-top:10px;color:#72766f;font-size:.72rem;line-height:1.7}

.footer{padding:65px 0 20px;background:#0b151c;color:white}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr .9fr;gap:45px}
.footer-grid>div{display:flex;flex-direction:column;gap:9px}
.footer-grid strong{font-size:.6rem}.footer-grid a,.footer-grid p,.footer-grid span{color:#718089;font-size:.62rem}
.footer-brand{width:max-content;margin-bottom:6px}
.footer-bottom{margin-top:50px;padding-top:18px;display:flex;justify-content:space-between;border-top:1px solid var(--line-light);color:#44535d;font-size:.55rem}

.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}
.reveal.active{opacity:1;transform:none}

@media(max-width:900px){
  .desktop-nav,.nav-cta{display:none}.menu-btn{display:block}
  .split-head,.section-title,.service-detail-grid,.story-grid,.contact-layout{grid-template-columns:1fr;gap:30px}
  .service-preview,.case-grid,.insight-grid,.values-grid{grid-template-columns:1fr 1fr}
  .metrics{grid-template-columns:1fr 1fr}.metrics article:nth-child(2){border-right:0}.metrics article:nth-child(-n+2){border-bottom:1px solid var(--line-light)}
  .leadership-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  .container{width:calc(100% - 30px)}.site-header{height:64px}
  .hero-content{min-height:calc(100vh - 64px)}.hero h1,.page-hero h1,.contact-page h1{font-size:clamp(4rem,18vw,6rem);letter-spacing:-4px}
  .hero-actions{flex-direction:column}.hero-actions .btn{width:100%}
  .metrics,.service-preview,.case-grid,.insight-grid,.industry-grid,.values-grid{grid-template-columns:1fr}
  .metrics article{border-right:0!important;border-bottom:1px solid var(--line-light)}
  .section{padding-block:90px}.split-head h2,.section-title h2,.service-detail-grid h2,.story-grid h2,.faq h2{letter-spacing:-3px}
  .cta-band>div{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px}
}
