:root{
  --charcoal:#1f2020;
  --charcoal-2:#151616;
  --charcoal-3:#292827;
  --bone:#f5f1ea;
  --bone-2:#fbf9f5;
  --sand:#dec49f;
  --sand-2:#ead7ba;
  --bronze:#bf8c50;
  --bronze-soft:#d6b27b;
  --earth:#6e5a46;
  --ink:#26231f;
  --muted:#70685f;
  --line:#ddd5ca;
  --line-dark:rgba(255,255,255,.12);
  --max:1540px;
  --gutter:clamp(22px,5.2vw,86px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--charcoal)}
body{margin:0;background:var(--bone);color:var(--ink);font-family:"Avenir Next","Montserrat","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{color:inherit}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:2px;transition:top .2s}.skip-link:focus{top:16px}
:focus-visible{outline:2px solid var(--bronze-soft);outline-offset:4px}

/* Shared live header used on internal pages and responsive home */
.site-header{position:relative;z-index:80;height:82px;padding:0 var(--gutter);display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:#111212;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.site-header.is-overlay{position:absolute;inset:0 0 auto;background:linear-gradient(180deg,rgba(8,9,9,.82),rgba(8,9,9,.18) 78%,transparent);border-bottom:0}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:34px;height:42px;object-fit:contain;mix-blend-mode:screen}
.brand-copy strong{display:block;font-size:16px;line-height:1;letter-spacing:.22em;font-weight:620}
.brand-copy small{display:block;margin-top:5px;color:#cdbb9f;font-size:6.5px;line-height:1;letter-spacing:.29em}
.desktop-nav{justify-self:center;display:flex;gap:34px;align-items:center;color:#e4dfd9;font-size:12px}
.desktop-nav a{position:relative;padding:8px 0}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.desktop-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-8px;margin:auto;width:22px;height:1px;background:var(--bronze-soft)}
.header-cta{justify-self:end;border:1px solid rgba(214,178,123,.62);padding:13px 19px;min-width:150px;display:flex;justify-content:space-between;gap:18px;font-size:11.5px;font-weight:650;transition:background .18s,color .18s}.header-cta:hover{background:var(--bronze-soft);color:#181818}
.menu-button{display:none}
.mobile-menu{display:none}

/* Approved homepage hero */
.home .site-header{display:none}
.hero{position:relative;background:#111;overflow:hidden}
.hero-art{width:100%;height:auto;display:block}
.hero-mobile-layer{display:none}
.desktop-hit-area{position:absolute;inset:0;z-index:5}
.hero-hotspot{position:absolute;display:block;border-radius:2px}
.hero-hotspot:focus-visible{outline:2px solid var(--bronze-soft);outline-offset:3px;background:rgba(214,178,123,.08)}
.hs-solutions{left:39.8%;top:4.2%;width:6.6%;height:7.1%}.hs-industries{left:47.0%;top:4.2%;width:7.4%;height:7.1%}.hs-products{left:54.9%;top:4.2%;width:7.0%;height:7.1%}.hs-insights{left:62.5%;top:4.2%;width:6.8%;height:7.1%}.hs-about{left:69.7%;top:4.2%;width:5.9%;height:7.1%}.hs-top-cta{left:79.0%;top:2.6%;width:12.7%;height:9.3%}.hs-primary{left:5.3%;top:73.1%;width:15.7%;height:10.1%}.hs-secondary{left:21.9%;top:73.1%;width:12.5%;height:10.1%}

.section-inner{width:min(var(--max),100%);margin-inline:auto;padding-inline:var(--gutter)}
.section-label,.eyebrow{margin:0;text-transform:uppercase;font-size:8.5px;font-weight:750;letter-spacing:.28em}
.services{background:var(--bone-2)}.services-inner{padding-top:31px;padding-bottom:32px}.services .section-label{margin-bottom:21px;color:#38332e}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.service-card{padding:0 34px;min-width:0;border-left:1px solid var(--line)}.service-card:first-child{border-left:0;padding-left:0}.service-card:last-child{padding-right:0}.service-icon{width:27px;height:27px;margin-bottom:11px;stroke:#c79254;stroke-width:1.45;fill:none;stroke-linecap:round;stroke-linejoin:round}.service-card h2{margin:0 0 8px;font-size:14px;line-height:1.14;letter-spacing:-.018em;font-weight:680;max-width:265px}.service-card p{margin:0 0 11px;max-width:285px;color:#746d65;font-size:11.5px;line-height:1.48}.service-card a{font-size:10.5px;color:#b2783d;display:inline-flex;gap:8px;align-items:center}.service-card a:hover{color:#7d4c23}
.story{display:grid;grid-template-columns:34% 66%;min-height:342px;background:var(--sand)}.story-copy{padding:clamp(38px,4.9vw,72px) clamp(40px,4.9vw,82px);display:flex;flex-direction:column;justify-content:center}.story-copy .section-label{margin-bottom:12px}.story-copy h2{margin:0 0 13px;font-weight:430;font-size:clamp(29px,2.15vw,39px);letter-spacing:-.038em}.story-copy>p:not(.section-label){margin:0 0 22px;max-width:450px;color:#67513f;font-size:12.5px;line-height:1.55}.story-cta,.button-dark{align-self:flex-start;background:#242424;color:#fff;padding:13px 25px;border-radius:2px;font-size:11px;font-weight:650;display:inline-flex;gap:9px;align-items:center;transition:background .18s,transform .18s}.story-cta:hover,.button-dark:hover{background:#111;transform:translateY(-1px)}.story-visual{position:relative;min-width:0;overflow:hidden}.story-visual img{width:100%;height:100%;object-fit:cover;object-position:center center}
.contact-band{background:#292827;color:#f7f2ea;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px var(--gutter)}.contact-band h2{margin:8px 0 0;font-weight:430;font-size:clamp(27px,2.25vw,42px);letter-spacing:-.035em}.section-label.light{color:#d4ae79}.contact-link{border:1px solid rgba(214,178,123,.68);padding:14px 21px;min-width:178px;display:inline-flex;justify-content:space-between;gap:20px;font-size:11.5px;font-weight:650;transition:background .18s,color .18s}.contact-link:hover{background:var(--bronze-soft);color:#181818}

/* Internal page hero and editorial system */
.page-hero{position:relative;overflow:hidden;background:#171818;color:#f7f3ed;padding:clamp(74px,8vw,126px) var(--gutter) clamp(64px,7vw,108px)}
.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 34%,rgba(191,140,80,.17),transparent 28%),linear-gradient(115deg,rgba(255,255,255,.025) 0 1px,transparent 1px 95px);background-size:auto,96px 96px;opacity:.65;pointer-events:none}
.page-hero::after{content:"";position:absolute;right:-9vw;bottom:-26vw;width:42vw;height:42vw;border:1px solid rgba(214,178,123,.18);border-radius:50%;box-shadow:0 0 0 62px rgba(214,178,123,.03),0 0 0 124px rgba(214,178,123,.018);pointer-events:none}
.page-hero-inner{position:relative;z-index:1;max-width:980px}.page-hero .eyebrow{color:var(--bronze-soft);margin-bottom:21px}.page-hero h1{margin:0 0 23px;max-width:970px;font-size:clamp(48px,6vw,86px);line-height:.98;font-weight:420;letter-spacing:-.052em}.page-hero p{margin:0;max-width:760px;color:#d0cbc4;font-size:clamp(15px,1.35vw,19px);line-height:1.62}.page-hero .hero-rule{display:block;width:50px;height:2px;background:var(--bronze);margin-top:32px}
.page-intro{padding:72px var(--gutter);background:var(--bone)}.page-intro .two-col{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10vw;align-items:start}.page-intro h2,.section-heading{margin:0;font-weight:430;font-size:clamp(31px,3.1vw,50px);line-height:1.05;letter-spacing:-.045em}.page-intro p{margin:0;color:#625c55;font-size:15px;line-height:1.72;max-width:740px}.page-intro p+p{margin-top:15px}
.editorial-section{padding:76px var(--gutter);background:var(--bone-2)}.editorial-section.alt{background:#eee6db}.editorial-section.dark{background:var(--charcoal-3);color:#f5f0e8}.editorial-shell{max-width:var(--max);margin:auto}.section-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:8vw;margin-bottom:43px;align-items:end}.section-head .eyebrow{color:#a86d34}.section-head h2{margin:0;font-size:clamp(32px,3.2vw,52px);line-height:1.04;letter-spacing:-.045em;font-weight:430}.section-head p{margin:14px 0 0;max-width:720px;color:#71685f;line-height:1.65;font-size:14px}.dark .section-head p{color:#c6c0b8}.dark .section-head .eyebrow{color:var(--bronze-soft)}

.solution-list{border-top:1px solid var(--line)}.solution-row{display:grid;grid-template-columns:110px minmax(260px,.85fr) minmax(0,1.4fr);gap:34px;padding:38px 0;border-bottom:1px solid var(--line);align-items:start}.solution-number{font-size:11px;letter-spacing:.18em;color:#aa7542}.solution-row h3{font-size:24px;line-height:1.1;font-weight:520;letter-spacing:-.03em;margin:0}.solution-row .solution-copy p{margin:0 0 16px;color:#675f57;font-size:14px;line-height:1.65}.solution-row ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px}.solution-row li{font-size:12px;color:#4f4943;padding-left:15px;position:relative}.solution-row li::before{content:"";width:5px;height:1px;background:var(--bronze);position:absolute;left:0;top:.72em}

.pillars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line-dark)}.pillar{padding:25px 22px;border-left:1px solid var(--line-dark)}.pillar:first-child{border-left:0}.pillar small{display:block;color:var(--bronze-soft);font-size:9px;letter-spacing:.16em;margin-bottom:11px}.pillar strong{display:block;font-size:17px;margin-bottom:7px}.pillar p{margin:0;color:#bbb4ac;font-size:11.5px;line-height:1.48}

.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line)}.premium-card{background:var(--bone-2);padding:33px 30px;min-height:250px;display:flex;flex-direction:column}.premium-card .card-no{font-size:9px;letter-spacing:.18em;color:#b27a45;margin-bottom:30px}.premium-card h3{font-size:23px;line-height:1.13;letter-spacing:-.035em;font-weight:520;margin:0 0 12px}.premium-card p{color:#6b635b;font-size:13px;line-height:1.6;margin:0}.premium-card .card-foot{margin-top:auto;padding-top:26px;color:#9f6632;font-size:10.5px;letter-spacing:.02em}.dark-card-grid{background:rgba(255,255,255,.1)}.dark-card-grid .premium-card{background:#272828;color:#f4efe8}.dark-card-grid .premium-card p{color:#bbb5ad}

.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#c8af8c}.value-card{padding:35px 29px;background:var(--sand);min-height:215px}.value-card h3{margin:0 0 11px;font-size:22px;font-weight:500;letter-spacing:-.03em}.value-card p{margin:0;color:#654f3f;font-size:12.5px;line-height:1.55}

.quote-band{background:#d6b78e;padding:65px var(--gutter);text-align:center}.quote-band blockquote{margin:0 auto;max-width:980px;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:clamp(27px,3.2vw,49px);line-height:1.18;color:#342d26}.quote-band cite{display:block;margin-top:23px;font-family:"Avenir Next","Segoe UI",sans-serif;font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-style:normal;color:#765b40}

.story-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}.story-panel{background:var(--bone-2);padding:48px 46px;min-height:330px}.story-panel.dark-panel{background:#222323;color:#f5f0ea}.story-panel .eyebrow{color:#ad7540;margin-bottom:18px}.story-panel h3{margin:0 0 16px;font-size:31px;letter-spacing:-.04em;font-weight:450}.story-panel p{margin:0;color:#665f58;font-size:14px;line-height:1.7;max-width:650px}.story-panel.dark-panel p{color:#c4bdb5}.story-panel.dark-panel .eyebrow{color:var(--bronze-soft)}

.product-stage{display:grid;grid-template-columns:1.2fr .8fr;gap:1px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1)}.product-stage>div{padding:54px}.product-stage .stage-copy h2{font-size:clamp(37px,4vw,60px);line-height:1.03;letter-spacing:-.045em;font-weight:420;margin:0 0 20px}.product-stage .stage-copy p{max-width:700px;color:#c6bfb7;font-size:14px;line-height:1.7}.product-stage .stage-status{background:#222323;display:flex;flex-direction:column;justify-content:center}.status-label{color:var(--bronze-soft);text-transform:uppercase;letter-spacing:.23em;font-size:9px;margin-bottom:15px}.stage-status strong{font-size:25px;font-weight:480}.stage-status p{color:#aba49c;font-size:12px;line-height:1.55}

.insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.insight-card{background:#fff;border:1px solid var(--line);padding:28px;min-height:330px;display:flex;flex-direction:column}.insight-card .tag{font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:#a86c35}.insight-card h3{font-size:25px;font-weight:480;letter-spacing:-.035em;line-height:1.13;margin:26px 0 13px}.insight-card p{margin:0;color:#686158;font-size:13px;line-height:1.62}.insight-card a{margin-top:auto;padding-top:28px;font-size:10.5px;color:#9d632f}.article-stack{max-width:960px;margin:0 auto}.article{padding:48px 0;border-top:1px solid var(--line)}.article:first-child{border-top:0;padding-top:0}.article .tag{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#a86c35}.article h2{font-size:clamp(31px,4vw,54px);font-weight:430;letter-spacing:-.045em;line-height:1.04;margin:13px 0 20px}.article p{font-size:14px;line-height:1.72;color:#625b54}.article p+p{margin-top:15px}

.founder-strip{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:start}.founder-strip h2{margin:0;font-size:clamp(33px,4vw,58px);font-weight:430;letter-spacing:-.045em;line-height:1.03}.founder-strip .founder-copy p{margin:0 0 16px;color:#c8c1ba;line-height:1.72;font-size:14px}.credential-row{margin-top:27px;display:flex;flex-wrap:wrap;gap:9px}.credential{border:1px solid rgba(214,178,123,.34);padding:9px 12px;color:#dbc7a9;font-size:10px;letter-spacing:.05em}

.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;align-items:start}.contact-copy h2{font-size:clamp(32px,3.8vw,55px);font-weight:430;letter-spacing:-.045em;line-height:1.05;margin:0 0 18px}.contact-copy p{color:#665f57;line-height:1.65;font-size:14px}.contact-meta{margin-top:31px;border-top:1px solid var(--line)}.contact-meta div{padding:16px 0;border-bottom:1px solid var(--line)}.contact-meta small{display:block;text-transform:uppercase;letter-spacing:.18em;color:#9b693c;font-size:8px;margin-bottom:5px}.contact-meta strong{font-size:13px;font-weight:550}.contact-form{background:#fff;border:1px solid var(--line);padding:34px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{margin-bottom:20px}.field label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;color:#5e554d}.field input,.field textarea,.field select{width:100%;border:1px solid #d8d0c7;background:#fbfaf8;padding:13px 14px;border-radius:0;color:#29251f}.field textarea{min-height:145px;resize:vertical}.form-submit{border:0;background:#222;color:#fff;padding:14px 20px;display:inline-flex;gap:30px;justify-content:space-between;min-width:190px;cursor:pointer}.form-submit:hover{background:#111}.form-note{font-size:10.5px;color:#80776e;line-height:1.5;margin-top:16px}.form-status{margin-top:15px;font-size:12px;color:#81542e}

.legal{padding:70px var(--gutter);background:var(--bone-2)}.legal-inner{max-width:900px;margin:auto}.legal .eyebrow{color:#a86d34;margin-bottom:15px}.legal h1{margin:0 0 12px;font-size:clamp(42px,5vw,67px);font-weight:430;letter-spacing:-.05em}.legal .updated{font-size:11px;color:#8a8178;margin-bottom:38px}.legal h2{font-size:23px;font-weight:530;margin:34px 0 12px;letter-spacing:-.025em}.legal h3{font-size:16px;margin:24px 0 8px}.legal p,.legal li{font-size:13.5px;line-height:1.72;color:#5f5851}.legal ul{padding-left:21px}.legal a{color:#9a602e;text-decoration:underline;text-underline-offset:3px}

/* Footer */
.footer{background:var(--charcoal);color:#fff;padding:28px var(--gutter) 18px}.footer-top{display:grid;grid-template-columns:1.3fr 2.4fr .4fr .82fr;grid-template-areas:"brand nav social phrase";align-items:center;gap:34px}.footer-brand{grid-area:brand;display:flex;align-items:center;gap:12px;min-width:230px}.footer-brand img{width:34px;height:42px;object-fit:contain;mix-blend-mode:screen}.footer-brand strong{display:block;font-size:16px;line-height:1;letter-spacing:.22em;font-weight:600}.footer-brand small{display:block;margin-top:5px;color:#c9b8a3;font-size:7px;line-height:1;letter-spacing:.27em}.footer-nav{grid-area:nav;display:flex;justify-content:center;gap:28px;color:#d6d0ca;font-size:9px;white-space:nowrap}.footer-nav a:hover{color:var(--bronze-soft)}.footer-social{grid-area:social;display:flex;justify-content:flex-end;gap:17px;align-items:center}.footer-social a,.footer-social span{font-size:16px;font-weight:700;line-height:1;color:#f1eee9}.footer-social span{opacity:.5;cursor:not-allowed}.footer-phrase{grid-area:phrase;align-self:stretch;border-left:1px solid rgba(255,255,255,.15);padding-left:25px;color:#c9c0b5;display:flex;justify-content:center;flex-direction:column;font-size:9px;line-height:1.55;letter-spacing:.17em}.footer-phrase span{width:24px;height:2px;background:#c79a60;margin-top:11px}.footer-bottom{margin-top:17px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;gap:30px;color:#9d9892;font-size:7.5px}.footer-bottom p{margin:0}.footer-bottom nav{display:flex;gap:19px}.footer-bottom a:hover{color:#d6d0ca}

@media (max-width:1100px){
  .desktop-nav,.header-cta{display:none}.site-header{height:78px;padding-inline:5.5vw}.menu-button{justify-self:end;width:42px;height:42px;border:1px solid rgba(255,255,255,.38);background:rgba(0,0,0,.14);display:grid;place-content:center;gap:6px;cursor:pointer;z-index:82}.menu-button span{display:block;width:18px;height:1px;background:#fff;transition:transform .25s,opacity .25s}.menu-button[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-button[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:75;background:rgba(21,22,22,.988);padding:110px 7vw 40px;color:#fff}.mobile-menu[hidden]{display:none}.mobile-menu:not([hidden]){display:block}.mobile-menu nav{display:flex;flex-direction:column;gap:5px}.mobile-menu a{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:22px;letter-spacing:-.02em}.mobile-menu-cta{margin-top:20px;border:1px solid var(--bronze-soft)!important;padding:15px 18px!important;font-size:14px!important;display:flex;justify-content:space-between}
  .home .site-header{display:grid;position:absolute;inset:0 0 auto;background:linear-gradient(180deg,rgba(0,0,0,.68),transparent);border:0}.home .desktop-hit-area,.home .desktop-hero-art{display:none}.home .hero{min-height:720px;background-image:linear-gradient(180deg,rgba(8,8,8,.95) 0%,rgba(8,8,8,.82) 10%,rgba(8,8,8,.32) 28%,rgba(8,8,8,.10) 55%,rgba(8,8,8,.24) 100%),linear-gradient(90deg,rgba(8,8,8,.985) 0%,rgba(8,8,8,.94) 44%,rgba(8,8,8,.62) 66%,rgba(8,8,8,.20) 100%),url('assets/hero-approved.png');background-size:auto 100%;background-position:72% center;background-repeat:no-repeat}.home .hero::before{content:"";position:absolute;z-index:1;inset:0 0 auto;height:82px;background:#0e0f0f}.hero-mobile-layer{display:flex;position:relative;z-index:2;min-height:720px;align-items:flex-end;padding:125px 6vw 74px;color:#fff}.hero-mobile-copy{max-width:600px}.kicker{text-transform:uppercase;color:#d2ac75;font-size:10px;font-weight:700;letter-spacing:.28em;margin:0 0 24px}.hero-mobile-copy h1{font-weight:420;font-size:clamp(47px,7.8vw,72px);line-height:.99;letter-spacing:-.045em;margin:0 0 23px;max-width:720px}.hero-summary{max-width:520px;color:#dfdfdf;font-size:14px;line-height:1.6;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{height:46px;padding:0 20px;display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:650;border:1px solid rgba(255,255,255,.65)}.button-gold{background:#c89c63;border-color:#c89c63;color:#fff}.button-ghost{background:rgba(0,0,0,.12)}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:30px}.service-card:nth-child(3){border-left:0;padding-left:0;padding-top:30px;border-top:1px solid var(--line)}.service-card:nth-child(4){padding-top:30px;border-top:1px solid var(--line)}.story{grid-template-columns:1fr;min-height:0}.story-copy{padding:45px 6vw 42px}.story-visual{aspect-ratio:1350/470}.story-visual img{object-fit:cover}
  .section-head{grid-template-columns:1fr;gap:16px}.solution-row{grid-template-columns:70px 1fr;gap:18px 25px}.solution-row .solution-copy{grid-column:2}.pillars{grid-template-columns:repeat(2,1fr)}.pillar{border-top:1px solid var(--line-dark)}.pillar:nth-child(odd){border-left:0}.pillar:first-child,.pillar:nth-child(2){border-top:0}.card-grid,.insight-grid{grid-template-columns:repeat(2,1fr)}.value-grid{grid-template-columns:repeat(2,1fr)}.product-stage{grid-template-columns:1fr}.founder-strip,.contact-layout,.page-intro .two-col{grid-template-columns:1fr;gap:34px}.story-panels{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr auto;grid-template-areas:"brand social" "nav nav" "phrase phrase";row-gap:22px}.footer-nav{justify-content:flex-start;flex-wrap:wrap}.footer-phrase{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding:18px 0 0}.footer-bottom{align-items:flex-start}
}

@media (max-width:650px){
  :root{--gutter:6vw}.site-header{height:72px}.brand-mark{width:29px;height:36px}.brand-copy strong{font-size:14px}.brand-copy small{font-size:5.5px}.menu-button{width:40px;height:40px}
  .home .hero{min-height:760px;background-size:auto 100%;background-position:52% center;background-image:linear-gradient(180deg,rgba(8,8,8,.96) 0%,rgba(8,8,8,.90) 9%,rgba(8,8,8,.48) 23%,rgba(8,8,8,.12) 52%,rgba(8,8,8,.34) 100%),linear-gradient(90deg,rgba(9,9,9,.90) 0%,rgba(9,9,9,.70) 48%,rgba(9,9,9,.24) 100%),url('assets/hero-approved.png')}.hero-mobile-layer{min-height:760px;padding:118px 6vw 58px;align-items:flex-end}.kicker{font-size:8px;letter-spacing:.26em;margin-bottom:18px}.hero-mobile-copy h1{font-size:clamp(43px,12.4vw,58px);line-height:1;margin-bottom:20px}.hero-summary{font-size:13px;line-height:1.55;margin-bottom:24px;max-width:94%}.hero-actions{display:grid;grid-template-columns:1fr;max-width:260px}.button{justify-content:center}
  .services-inner{padding-top:29px;padding-bottom:25px}.services .section-label{margin-bottom:12px}.service-grid{display:block}.service-card,.service-card+.service-card,.service-card:nth-child(3),.service-card:nth-child(4){padding:19px 0;border-left:0;border-top:0;border-bottom:1px solid var(--line)}.service-card:last-child{border-bottom:0}.service-icon{width:28px;height:28px;margin-bottom:10px}.service-card h2{font-size:15.5px;max-width:none}.service-card p{font-size:12.5px;max-width:none;margin-bottom:10px}.story-copy{padding:38px 6vw 36px}.story-copy h2{font-size:34px}.story-copy>p:not(.section-label){font-size:13px;max-width:none}.story-visual{aspect-ratio:1.5/1}.story-visual img{object-position:67% center}.contact-band{padding:34px 6vw;display:block}.contact-band h2{font-size:31px;margin-bottom:22px}.contact-link{width:100%;max-width:260px}
  .page-hero{padding-top:66px;padding-bottom:62px}.page-hero h1{font-size:clamp(42px,12vw,58px)}.page-hero p{font-size:14px}.page-intro,.editorial-section{padding-top:52px;padding-bottom:52px}.page-intro p{font-size:13.5px}.section-head{margin-bottom:29px}.solution-row{grid-template-columns:1fr;padding:27px 0}.solution-number,.solution-row .solution-copy{grid-column:auto}.solution-row h3{font-size:22px}.solution-row ul{grid-template-columns:1fr}.pillars{display:block}.pillar,.pillar:nth-child(n){border-left:0;border-top:1px solid var(--line-dark)}.pillar:first-child{border-top:0}.card-grid,.insight-grid,.value-grid{grid-template-columns:1fr}.premium-card{min-height:225px}.product-stage>div{padding:34px 26px}.story-panel{padding:36px 26px;min-height:0}.story-panel h3{font-size:28px}.quote-band{padding-top:46px;padding-bottom:46px}.insight-card{min-height:290px}.contact-form{padding:24px 20px}.form-row{grid-template-columns:1fr;gap:0}
  .footer{padding:28px 6vw 22px}.footer-top{grid-template-columns:1fr auto;grid-template-areas:"brand social" "nav nav" "phrase phrase";gap:20px}.footer-brand{min-width:0}.footer-brand img{width:31px}.footer-brand strong{font-size:14px}.footer-nav{gap:14px 19px;font-size:9.5px}.footer-phrase{font-size:8.5px}.footer-bottom{flex-direction:column;gap:12px;font-size:8px}.footer-bottom nav{gap:16px;flex-wrap:wrap}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}


/* RC3 readability, flow and footer refinements */
:root{--max:1360px}
body{font-size:16px}
.site-header{height:92px}
.brand-mark{width:39px;height:48px}
.brand-copy strong{font-size:18px}.brand-copy small{font-size:7.5px}
.desktop-nav{font-size:13.5px;gap:38px}.header-cta{font-size:13px;padding:15px 22px;min-width:170px}
.section-label,.eyebrow{font-size:10px}

/* Homepage: retain the approved visual foundation, but restore the richer v0.3 content as a continuous editorial flow. */
.services-inner{padding-top:42px;padding-bottom:44px}.services .section-label{margin-bottom:26px}
.service-card{padding-left:38px;padding-right:38px}.service-icon{width:31px;height:31px;margin-bottom:14px}.service-card h2{font-size:16.5px;line-height:1.22;margin-bottom:9px;max-width:290px}.service-card p{font-size:14px;line-height:1.58;max-width:310px;margin-bottom:13px}.service-card a{font-size:12.5px}
.story{min-height:410px}.story-copy>p:not(.section-label){font-size:15.5px;line-height:1.65;max-width:520px}.story-cta,.button-dark{font-size:12.5px;padding:15px 27px}
.contact-band{padding-top:54px;padding-bottom:54px}.contact-link{font-size:13px;padding:16px 23px;min-width:205px}

.home-flow-section{background:var(--bone-2);padding:96px var(--gutter);border-top:1px solid rgba(110,90,70,.08)}
.home-flow-shell{width:min(var(--max),100%);margin-inline:auto}.home-split-intro{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:9vw;align-items:start}.home-split-intro .section-label{color:#a86d34;margin-bottom:19px}.home-split-intro h2,.home-approach h2,.home-product-copy h2{margin:0;font-weight:430;font-size:clamp(38px,3.45vw,57px);line-height:1.04;letter-spacing:-.046em}.home-flow-copy p,.home-product-copy p{margin:0;color:#625b54;font-size:17px;line-height:1.72;max-width:760px}.home-flow-copy p+p{margin-top:17px}.flow-link{display:inline-flex;align-items:center;gap:11px;margin-top:23px;color:#9b612f;font-size:14px;font-weight:620}.flow-link:hover{color:#6e3f1c}
.intelligence-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:66px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.intelligence-grid article{padding:35px 34px 38px;border-left:1px solid var(--line)}.intelligence-grid article:first-child{border-left:0;padding-left:0}.intelligence-grid article:last-child{padding-right:0}.intelligence-grid span,.approach-flow span{display:block;color:#aa7542;font-size:11px;letter-spacing:.18em;margin-bottom:18px}.intelligence-grid h3,.industry-flow-list h3,.insight-flow-list h3{margin:0 0 10px;font-size:23px;line-height:1.15;font-weight:520;letter-spacing:-.03em}.intelligence-grid p,.industry-flow-list p,.insight-flow-list p{margin:0;color:#6b635b;font-size:15px;line-height:1.65}.convergence-line{padding-top:28px;font-size:18px;font-weight:540;letter-spacing:-.015em}
.home-approach{background:#252626;color:#f5f0e9;border-top:0}.home-approach .section-label{color:var(--bronze-soft);margin-bottom:20px}.home-approach-head{display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;align-items:end}.home-approach-head p{margin:0;color:#c9c2ba;font-size:16px;line-height:1.68}.approach-flow{display:grid;grid-template-columns:repeat(5,1fr);margin-top:60px;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.approach-flow article{padding:32px 25px 36px;border-left:1px solid rgba(255,255,255,.12)}.approach-flow article:first-child{border-left:0;padding-left:0}.approach-flow article:last-child{padding-right:0}.approach-flow h3{margin:0 0 9px;font-size:19px;font-weight:520}.approach-flow p{margin:0;color:#bdb6ae;font-size:13.5px;line-height:1.6}.approach-statement{margin:32px 0 0;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:clamp(22px,2.1vw,32px);color:#e4d1b4}
.home-industries-flow{background:var(--bone)}.industry-flow-list{display:grid;grid-template-columns:repeat(2,1fr);margin-top:62px;border-top:1px solid var(--line)}.industry-flow-list article{padding:31px 34px 33px 0;border-bottom:1px solid var(--line)}.industry-flow-list article:nth-child(even){padding-left:38px;border-left:1px solid var(--line)}
.home-product-flow{display:grid;grid-template-columns:58% 42%;background:#e8dbc8}.home-product-copy{padding:92px max(var(--gutter),calc((100vw - var(--max))/2 + var(--gutter))) 92px var(--gutter)}.home-product-copy .section-label{color:#9f6732;margin-bottom:19px}.home-product-copy p{margin-top:24px;max-width:720px}.home-product-copy strong{display:block;margin-top:24px;font-size:17px;line-height:1.5}.home-product-panel{background:#222323;color:#e8d5b8;display:flex;flex-direction:column;justify-content:center;padding:70px clamp(42px,5vw,90px);letter-spacing:.22em}.home-product-panel span{font-size:13px}.home-product-panel strong{font-size:clamp(35px,4vw,61px);letter-spacing:.08em;font-weight:470;margin-top:10px}.home-product-panel i{display:block;width:52px;height:2px;background:var(--bronze-soft);margin-top:27px}
.home-credibility{background:var(--bone-2)}.home-insights-flow{background:var(--bone)}.insight-flow-list{display:grid;grid-template-columns:repeat(3,1fr);margin-top:62px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.insight-flow-list article{padding:34px 36px 38px;border-left:1px solid var(--line)}.insight-flow-list article:first-child{border-left:0;padding-left:0}.insight-flow-list article:last-child{padding-right:0}.insight-flow-list span{display:block;color:#a86c35;font-size:10.5px;letter-spacing:.16em;margin-bottom:22px}.insight-flow-list h3{font-size:24px}

/* Internal pages: same approved layouts, improved reading size and vertical rhythm. */
.page-hero{padding-top:clamp(92px,8vw,138px);padding-bottom:clamp(82px,7vw,122px)}.page-hero-inner{max-width:1080px}.page-hero p{font-size:clamp(17px,1.35vw,20px);max-width:820px}
.page-intro{padding-top:92px;padding-bottom:92px}.page-intro .two-col{gap:7vw}.page-intro p{font-size:17px;line-height:1.75}
.editorial-section{padding-top:96px;padding-bottom:96px}.section-head{margin-bottom:54px}.section-head p{font-size:16.5px;line-height:1.72;max-width:780px}
.solution-row{grid-template-columns:92px minmax(280px,.9fr) minmax(0,1.35fr);gap:38px;padding:48px 0}.solution-number{font-size:12px}.solution-row h3{font-size:27px}.solution-row .solution-copy p{font-size:16.5px;line-height:1.7}.solution-row li{font-size:14.5px;line-height:1.5}
.pillar{padding:31px 26px}.pillar small{font-size:10.5px}.pillar strong{font-size:19px}.pillar p{font-size:13.5px;line-height:1.58}
.premium-card{padding:39px 35px;min-height:275px}.premium-card .card-no{font-size:10.5px}.premium-card h3{font-size:25px}.premium-card p{font-size:15px;line-height:1.68}.premium-card .card-foot{font-size:12px}
.value-card{padding:41px 34px;min-height:235px}.value-card h3{font-size:24px}.value-card p{font-size:14.5px;line-height:1.62}
.quote-band{padding-top:78px;padding-bottom:78px}.quote-band cite{font-size:11.5px}
.story-panel{padding:56px 52px;min-height:360px}.story-panel h3{font-size:34px}.story-panel p{font-size:16px;line-height:1.75}
.product-stage>div{padding:64px}.product-stage .stage-copy p{font-size:16px;line-height:1.75}.status-label{font-size:10.5px}.stage-status strong{font-size:28px}.stage-status p{font-size:14px}
.insight-card{padding:34px;min-height:355px}.insight-card .tag{font-size:10.5px}.insight-card h3{font-size:28px}.insight-card p{font-size:15.5px;line-height:1.68}.insight-card a{font-size:12.5px}.article-stack{max-width:1040px}.article{padding:60px 0}.article .tag{font-size:10.5px}.article p{font-size:16.5px;line-height:1.78}
.founder-strip .founder-copy p{font-size:16px;line-height:1.75}.credential{font-size:11.5px;padding:10px 14px}
.contact-copy p{font-size:16px;line-height:1.72}.contact-meta small{font-size:9.5px}.contact-meta strong{font-size:15px}.field label{font-size:11.5px}.field input,.field textarea,.field select{font-size:15px;padding:14px 15px}.form-submit{font-size:14px}.form-note{font-size:12px}.form-status{font-size:13.5px}
.legal-inner{max-width:980px}.legal .updated{font-size:12.5px}.legal h2{font-size:26px}.legal h3{font-size:18px}.legal p,.legal li{font-size:16px;line-height:1.78}

/* Footer: deliberately larger; the previous version was visually under-scaled on desktop. */
.footer{padding:46px var(--gutter) 26px}.footer-top{grid-template-columns:1.25fr 2fr .35fr .85fr;gap:42px;min-height:112px}.footer-brand{gap:15px;min-width:250px}.footer-brand img{width:42px;height:52px}.footer-brand strong{font-size:19px}.footer-brand small{font-size:8.5px;margin-top:6px}.footer-nav{gap:30px;font-size:11.5px}.footer-social{gap:20px}.footer-social a,.footer-social span{font-size:19px}.footer-phrase{padding-left:31px;font-size:11px;line-height:1.62}.footer-phrase span{width:30px;margin-top:14px}.footer-bottom{margin-top:28px;padding-top:18px;font-size:10px}.footer-bottom nav{gap:23px}

@media(max-width:1100px){
  .site-header{height:82px}.home-split-intro,.home-approach-head{grid-template-columns:1fr;gap:25px}.intelligence-grid{grid-template-columns:1fr}.intelligence-grid article,.intelligence-grid article:first-child,.intelligence-grid article:last-child{padding:28px 0;border-left:0;border-top:1px solid var(--line)}.intelligence-grid article:first-child{border-top:0}.approach-flow{grid-template-columns:repeat(2,1fr)}.approach-flow article{border-top:1px solid rgba(255,255,255,.12)}.approach-flow article:nth-child(odd){border-left:0}.home-product-flow{grid-template-columns:1fr}.home-product-copy{padding:78px var(--gutter)}.home-product-panel{min-height:300px}.insight-flow-list{grid-template-columns:1fr}.insight-flow-list article,.insight-flow-list article:first-child,.insight-flow-list article:last-child{padding:30px 0;border-left:0;border-top:1px solid var(--line)}.insight-flow-list article:first-child{border-top:0}.footer-nav{font-size:11px}
}
@media(max-width:650px){
  .section-label,.eyebrow{font-size:9px}.home-flow-section{padding:62px var(--gutter)}.home-split-intro h2,.home-approach h2,.home-product-copy h2{font-size:36px}.home-flow-copy p,.home-product-copy p{font-size:15px}.intelligence-grid,.industry-flow-list,.insight-flow-list{margin-top:40px}.industry-flow-list{grid-template-columns:1fr}.industry-flow-list article,.industry-flow-list article:nth-child(even){padding:26px 0;border-left:0}.approach-flow{grid-template-columns:1fr}.approach-flow article,.approach-flow article:first-child,.approach-flow article:last-child{padding:25px 0;border-left:0}.home-product-copy{padding:60px var(--gutter)}.home-product-panel{min-height:220px;padding:45px var(--gutter)}.home-product-panel strong{font-size:42px}.page-hero p{font-size:15.5px}.page-intro,.editorial-section{padding-top:62px;padding-bottom:62px}.page-intro p{font-size:15.5px}.section-head p{font-size:15px}.solution-row h3{font-size:24px}.solution-row .solution-copy p{font-size:15px}.solution-row li{font-size:13.5px}.premium-card p,.value-card p,.story-panel p,.product-stage .stage-copy p,.insight-card p,.article p,.founder-strip .founder-copy p,.contact-copy p,.legal p,.legal li{font-size:15px}.footer{padding:38px 6vw 28px}.footer-brand img{width:36px}.footer-brand strong{font-size:16px}.footer-nav{font-size:11px;gap:16px 22px}.footer-phrase{font-size:10px}.footer-bottom{font-size:9.5px;line-height:1.55}
}
