
:root {
  --navy: #011459;
  --navy-deep: #011459;
  --navy-ink: #000000;
  --navy-soft: #011459;
  --gold: #D9AA4F;
  --gold-dark: #A66E29;
  --brown: #734916;
  --black: #000000;
  --white: #fff;
  --paper: #FFFFFF;
  --mist: #FFFFFF;
  --text: #011459;
  --muted: #734916;
  --line: rgba(1,20,89,.15);
  --line-dark: rgba(217,170,79,.23);
  --container: min(1180px, calc(100% - 48px));
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(0,0,0,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin:0; min-width:320px; color:var(--text); background:var(--white); font-family:var(--sans); line-height:1.6; overflow-x:hidden; }
body.menu-open { overflow:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; }
svg { width:1em; height:1em; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.container { width:var(--container); margin-inline:auto; }
.skip-link { position:fixed; top:-80px; left:16px; z-index:9999; padding:12px 16px; color:var(--navy-ink); background:var(--gold); font-weight:800; border-radius:3px; }
.skip-link:focus { top:16px; }
.eyebrow { margin:0 0 15px; color:var(--gold-dark); font-size:calc((.72rem) + 4px); font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.eyebrow.light { color:var(--gold); }
.display { margin:0; font-family:var(--serif); font-size:calc((clamp(2.65rem,5.4vw,5.35rem)) + 4px); font-weight:600; line-height:.94; letter-spacing:-.045em; text-wrap:balance; }
.section-title { margin:0; font-family:var(--serif); font-size:calc((clamp(2.2rem,4vw,4rem)) + 4px); font-weight:600; line-height:1; letter-spacing:-.035em; text-wrap:balance; }
.lead { font-size:calc((1.03rem) + 4px); line-height:1.8; }
.muted { color:var(--muted); }
.section { padding:104px 0; }
.section-head { max-width:780px; margin-bottom:48px; }
.section-head.center { margin-inline:auto; text-align:center; }
.section-head.center .eyebrow { justify-content:center; }
.section-head p:last-child { max-width:690px; margin:20px 0 0; color:var(--muted); font-size:calc((.98rem) + 4px); line-height:1.8; }
.section-head.center p:last-child { margin-inline:auto; }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 24px; border:1px solid transparent; border-radius:2px; font-size:calc((.75rem) + 4px); font-weight:800; letter-spacing:.03em; transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.button svg { width:17px; height:17px; }
.button:hover { transform:translateY(-2px); }
.button-gold { color:var(--navy-ink); background:var(--gold); box-shadow:0 16px 34px rgba(217,170,79,.2); }
.button-gold:hover { background:#D9AA4F; box-shadow:0 22px 45px rgba(217,170,79,.3); }
.button-outline { color:var(--white); border-color:rgba(255,255,255,.38); background:rgba(255,255,255,.025); }
.button-outline:hover { color:var(--navy); background:var(--white); }
.button-navy { color:var(--white); background:var(--navy); }
.button-navy:hover { background:var(--navy-soft); box-shadow:0 18px 40px rgba(1,20,89,.22); }
.text-link { display:inline-flex; align-items:center; gap:9px; color:var(--navy); font-size:calc((.76rem) + 4px); font-weight:800; }
.text-link svg { width:16px; height:16px; transition:transform .2s ease; }
.text-link:hover svg { transform:translateX(4px); }
.site-header { position:fixed; inset:0 0 auto; z-index:1000; height:82px; border-bottom:1px solid rgba(255,255,255,.13); background:rgba(0,0,0,.55); backdrop-filter:blur(14px); transition:height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.scrolled,.site-header.internal { height:72px; background:rgba(0,0,0,.96); box-shadow:0 12px 35px rgba(0,0,0,.18); }
.header-inner { height:100%; display:flex; align-items:center; gap:26px; }
.brand { flex:0 0 165px; }
.brand img { width:150px; max-height:68px; object-fit:contain; object-position:left center; }
.main-nav { margin-left:auto; display:flex; align-items:center; gap:24px; }
.main-nav a { position:relative; padding:12px 0; color:rgba(255,255,255,.78); font-size:calc((.7rem) + 4px); font-weight:700; white-space:nowrap; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:4px; height:1px; background:var(--gold); transition:right .22s ease; }
.main-nav a:hover,.main-nav a.active { color:var(--white); }
.main-nav a:hover::after,.main-nav a.active::after { right:0; }
.header-cta { min-height:44px; padding-inline:17px; }
.nav-toggle { display:none; width:44px; height:44px; margin-left:auto; border:1px solid rgba(255,255,255,.25); color:#fff; background:transparent; border-radius:2px; }
.nav-toggle span { display:block; width:19px; height:2px; margin:4px auto; background:#fff; transition:.2s; }
.hero { position:relative; min-height:790px; display:flex; align-items:center; padding:132px 0 74px; color:#fff; background:var(--navy-ink); overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; background-image:linear-gradient(90deg,rgba(0,0,0,.99) 0%,rgba(1,20,89,.91) 43%,rgba(1,20,89,.38) 73%,rgba(0,0,0,.55) 100%),url('../assets/images/hero-premium.webp'); background-size:cover; background-position:center; transform:scale(1.025); }
.hero::after { content:""; position:absolute; inset:0; pointer-events:none; opacity:.25; background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size:70px 70px; mask-image:linear-gradient(90deg,#000,transparent 82%); }
.hero-inner { position:relative; z-index:1; display:grid; grid-template-columns:1.12fr .88fr; gap:76px; align-items:center; }
.hero-copy { max-width:720px; }
.hero-copy .display span { color:var(--gold); }
.hero-copy .lead { max-width:650px; margin:26px 0 31px; color:rgba(255,255,255,.73); }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; }
.hero-proof { display:flex; flex-wrap:wrap; gap:12px 26px; margin-top:36px; padding-top:25px; border-top:1px solid rgba(255,255,255,.17); color:rgba(255,255,255,.66); font-size:calc((.68rem) + 4px); font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.hero-proof span { display:flex; align-items:center; gap:8px; }
.hero-proof i { width:4px; height:4px; border-radius:50%; background:var(--gold); }
.executive-panel { position:relative; min-height:490px; padding:28px; border:1px solid rgba(217,170,79,.39); background:linear-gradient(145deg,rgba(0,0,0,.82),rgba(1,20,89,.72)); box-shadow:0 38px 90px rgba(0,0,0,.38); backdrop-filter:blur(14px); }
.executive-panel::before { content:""; position:absolute; inset:12px; border:1px solid rgba(255,255,255,.07); pointer-events:none; }
.panel-top { position:relative; display:flex; align-items:center; justify-content:space-between; gap:20px; padding-bottom:25px; border-bottom:1px solid rgba(255,255,255,.12); }
.panel-top small { color:rgba(255,255,255,.5); font-size:calc((.64rem) + 4px); letter-spacing:.13em; text-transform:uppercase; }
.panel-top strong { display:block; margin-top:5px; font-family:var(--serif); font-size:calc((1.45rem) + 4px); font-weight:600; }
.panel-status { display:flex; align-items:center; gap:8px; color:var(--gold); font-size:calc((.64rem) + 4px); font-weight:800; text-transform:uppercase; }
.panel-status i { width:7px; height:7px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 7px rgba(217,170,79,.09); }
.panel-grid { position:relative; display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:26px; }
.panel-card { min-height:128px; padding:18px; border:1px solid rgba(255,255,255,.11); background:rgba(255,255,255,.035); }
.panel-card svg { width:25px; height:25px; color:var(--gold); }
.panel-card span { display:block; margin-top:22px; color:rgba(255,255,255,.49); font-size:calc((.62rem) + 4px); letter-spacing:.09em; text-transform:uppercase; }
.panel-card strong { display:block; margin-top:5px; color:#fff; font-size:calc((.78rem) + 4px); line-height:1.35; }
.panel-foot { position:relative; margin-top:22px; padding:17px 18px; border-left:2px solid var(--gold); color:rgba(255,255,255,.67); background:rgba(217,170,79,.07); font-size:calc((.74rem) + 4px); line-height:1.65; }
.positioning { background:var(--paper); border-bottom:1px solid var(--line); }
.pillar-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border:1px solid var(--line); background:#fff; }
.pillar-card { min-height:280px; padding:34px 30px; border-right:1px solid var(--line); }
.pillar-card:last-child { border-right:0; }
.pillar-number { color:var(--gold-dark); font-family:var(--serif); font-size:calc((1.05rem) + 4px); }
.pillar-card h3 { margin:42px 0 12px; color:var(--navy); font-family:var(--serif); font-size:calc((1.65rem) + 4px); font-weight:600; line-height:1.05; }
.pillar-card p { margin:0; color:var(--muted); font-size:calc((.78rem) + 4px); line-height:1.75; }
.challenges { background:#fff; }
.challenge-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:85px; align-items:start; }
.challenge-sticky { position:sticky; top:125px; }
.challenge-sticky p:last-child { color:var(--muted); }
.challenge-list { border-top:1px solid var(--line); }
.challenge-item { display:grid; grid-template-columns:72px 1fr auto; gap:22px; align-items:center; min-height:156px; padding:26px 0; border-bottom:1px solid var(--line); }
.challenge-item > span { color:var(--gold-dark); font-family:var(--serif); font-size:calc((1.25rem) + 4px); }
.challenge-item h3 { margin:0 0 7px; color:var(--navy); font-family:var(--serif); font-size:calc((1.55rem) + 4px); font-weight:600; }
.challenge-item p { margin:0; color:var(--muted); font-size:calc((.78rem) + 4px); line-height:1.7; }
.challenge-item svg { width:25px; height:25px; color:var(--gold-dark); }
.method { position:relative; color:#fff; background:var(--navy); overflow:hidden; }
.method::before { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:64px 64px; }
.method .container { position:relative; }
.method .section-head p:last-child { color:rgba(255,255,255,.63); }
.method-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
.method-step { position:relative; min-height:330px; padding:36px 30px 32px; border-right:1px solid var(--line-dark); }
.method-step:last-child { border-right:0; }
.method-step .step-no { display:inline-grid; place-items:center; width:44px; height:44px; border:1px solid rgba(217,170,79,.7); color:var(--gold); font-family:var(--serif); font-size:calc((1.1rem) + 4px); }
.method-step h3 { margin:62px 0 13px; font-family:var(--serif); font-size:calc((1.75rem) + 4px); font-weight:600; line-height:1; }
.method-step p { margin:0; color:rgba(255,255,255,.61); font-size:calc((.78rem) + 4px); line-height:1.75; }
.method-step::after { content:""; position:absolute; left:30px; right:30px; bottom:0; height:3px; background:var(--gold); transform:scaleX(0); transform-origin:left; transition:transform .3s ease; }
.method-step:hover::after { transform:scaleX(1); }
.intelligence { background:var(--navy-ink); color:#fff; }
.intelligence-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:78px; align-items:center; }
.intelligence-copy p:not(.eyebrow) { color:rgba(255,255,255,.62); }
.intelligence-list { display:grid; gap:14px; margin-top:30px; }
.intelligence-list div { display:flex; align-items:flex-start; gap:13px; color:rgba(255,255,255,.72); font-size:calc((.8rem) + 4px); }
.intelligence-list svg { flex:0 0 19px; margin-top:3px; color:var(--gold); }
.data-board { position:relative; padding:26px; border:1px solid rgba(217,170,79,.34); background:linear-gradient(145deg,rgba(1,20,89,.72),rgba(0,0,0,.9)); box-shadow:var(--shadow); }
.data-board::before { content:""; position:absolute; inset:0; opacity:.18; background:radial-gradient(circle at 20% 10%,rgba(217,170,79,.28),transparent 30%); }
.board-header,.board-body,.board-footer { position:relative; }
.board-header { display:flex; justify-content:space-between; gap:20px; padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,.1); }
.board-header strong { font-family:var(--serif); font-size:calc((1.3rem) + 4px); font-weight:600; }
.board-header span { color:var(--gold); font-size:calc((.62rem) + 4px); font-weight:800; text-transform:uppercase; }
.board-body { display:grid; grid-template-columns:.85fr 1.15fr; gap:14px; padding-top:18px; }
.signal-list { display:grid; gap:9px; }
.signal { padding:14px; border:1px solid rgba(255,255,255,.09); background:rgba(255,255,255,.025); }
.signal small { color:rgba(255,255,255,.45); font-size:calc((.58rem) + 4px); text-transform:uppercase; }
.signal strong { display:block; margin-top:5px; font-size:calc((.7rem) + 4px); }
.chart-box { display:flex; flex-direction:column; justify-content:flex-end; min-height:260px; padding:20px; border:1px solid rgba(255,255,255,.09); background:rgba(255,255,255,.025); }
.chart-bars { height:170px; display:flex; align-items:flex-end; gap:10px; }
.chart-bars i { flex:1; min-height:15%; background:linear-gradient(180deg,var(--gold),var(--gold-dark)); opacity:.88; transform-origin:bottom; animation:barIn 1s ease both; }
.chart-bars i:nth-child(1){height:33%}.chart-bars i:nth-child(2){height:51%}.chart-bars i:nth-child(3){height:42%}.chart-bars i:nth-child(4){height:68%}.chart-bars i:nth-child(5){height:61%}.chart-bars i:nth-child(6){height:86%}
@keyframes barIn { from { transform:scaleY(.05); opacity:.15; } }
.chart-label { display:flex; justify-content:space-between; margin-top:15px; color:rgba(255,255,255,.43); font-size:calc((.58rem) + 4px); text-transform:uppercase; }
.board-footer { display:flex; justify-content:space-between; gap:16px; margin-top:14px; color:rgba(255,255,255,.5); font-size:calc((.6rem) + 4px); }
.solutions { background:var(--paper); }
.solutions-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.solution-card { position:relative; min-height:330px; display:flex; flex-direction:column; padding:30px; border:1px solid var(--line); background:#fff; overflow:hidden; transition:transform .23s ease,border-color .23s ease,box-shadow .23s ease; }
.solution-card::before { content:""; position:absolute; inset:0 auto 0 0; width:3px; background:var(--gold); transform:scaleY(0); transform-origin:bottom; transition:transform .25s ease; }
.solution-card:hover { transform:translateY(-5px); border-color:rgba(166,110,41,.42); box-shadow:0 24px 60px rgba(1,20,89,.11); }
.solution-card:hover::before { transform:scaleY(1); }
.solution-card svg { width:31px; height:31px; color:var(--gold-dark); }
.solution-card h3 { margin:58px 0 12px; color:var(--navy); font-family:var(--serif); font-size:calc((1.75rem) + 4px); font-weight:600; line-height:1.02; }
.solution-card p { margin:0 0 25px; color:var(--muted); font-size:calc((.78rem) + 4px); line-height:1.75; }
.solution-card .text-link { margin-top:auto; }
.leadership { background:#fff; }
.team-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.team-card { border:1px solid var(--line); background:#fff; transition:transform .23s ease,box-shadow .23s ease; }
.team-card:hover { transform:translateY(-5px); box-shadow:0 22px 55px rgba(1,20,89,.12); }
.team-photo { aspect-ratio:.92; overflow:hidden; background:var(--mist); }
.team-photo img { width:100%; height:100%; object-fit:cover; object-position:center 20%; filter:saturate(.78) contrast(1.03); transition:transform .45s ease,filter .3s ease; }
.team-card:hover img { transform:scale(1.025); filter:saturate(.95) contrast(1.04); }
.team-info { padding:22px; }
.team-info small { color:var(--gold-dark); font-size:calc((.62rem) + 4px); font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.team-info h3 { margin:7px 0 4px; color:var(--navy); font-family:var(--serif); font-size:calc((1.55rem) + 4px); font-weight:600; line-height:1.05; }
.team-info p { margin:0; color:var(--muted); font-size:calc((.69rem) + 4px); }
.proof { position:relative; color:#fff; background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(1,20,89,.86)),url('../assets/images/office-premium.webp') center/cover; }
.proof-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:85px; align-items:center; }
.proof-copy p:last-child { color:rgba(255,255,255,.62); }
.proof-cards { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.proof-card { min-height:175px; padding:24px; border:1px solid rgba(217,170,79,.3); background:rgba(0,0,0,.55); backdrop-filter:blur(8px); }
.proof-card svg { width:25px; height:25px; color:var(--gold); }
.proof-card h3 { margin:28px 0 7px; font-family:var(--serif); font-size:calc((1.35rem) + 4px); font-weight:600; }
.proof-card p { margin:0; color:rgba(255,255,255,.57); font-size:calc((.7rem) + 4px); line-height:1.65; }
.insights { background:#fff; }
.insight-grid { display:grid; grid-template-columns:1.1fr .9fr .9fr; gap:14px; }
.insight-card { min-height:320px; display:flex; flex-direction:column; padding:30px; border:1px solid var(--line); background:var(--paper); }
.insight-card.featured { color:#fff; background:var(--navy); border-color:var(--navy); }
.insight-card small { color:var(--gold-dark); font-size:calc((.62rem) + 4px); font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.insight-card.featured small { color:var(--gold); }
.insight-card h3 { margin:54px 0 12px; color:var(--navy); font-family:var(--serif); font-size:calc((1.8rem) + 4px); font-weight:600; line-height:1.03; }
.insight-card.featured h3 { color:#fff; font-size:calc((2.15rem) + 4px); }
.insight-card p { margin:0 0 24px; color:var(--muted); font-size:calc((.76rem) + 4px); line-height:1.72; }
.insight-card.featured p { color:rgba(255,255,255,.62); }
.insight-card .text-link { margin-top:auto; }
.insight-card.featured .text-link { color:var(--gold); }
.contact { color:#fff; background:var(--navy-ink); }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.contact-copy p:not(.eyebrow) { color:rgba(255,255,255,.62); }
.contact-points { display:grid; gap:12px; margin-top:35px; }
.contact-point { display:flex; align-items:center; gap:14px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.1); }
.contact-point svg { width:21px; height:21px; color:var(--gold); }
.contact-point small { display:block; color:rgba(255,255,255,.4); font-size:calc((.58rem) + 4px); text-transform:uppercase; }
.contact-point strong { display:block; margin-top:3px; font-size:calc((.76rem) + 4px); }
.diagnostic-form { display:grid; grid-template-columns:1fr 1fr; gap:15px; padding:34px; border:1px solid rgba(217,170,79,.32); background:rgba(1,20,89,.4); }
.field { display:grid; gap:7px; }
.field.full { grid-column:1/-1; }
.field label { color:rgba(255,255,255,.68); font-size:calc((.64rem) + 4px); font-weight:700; text-transform:uppercase; letter-spacing:.05em; }
.field input,.field select,.field textarea { width:100%; min-height:48px; padding:0 13px; border:1px solid rgba(255,255,255,.18); border-radius:0; color:#fff; background:rgba(255,255,255,.045); outline:0; }
.field textarea { min-height:120px; padding-top:13px; resize:vertical; }
.field input::placeholder,.field textarea::placeholder { color:rgba(255,255,255,.33); }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--gold); }
.field select option { color:#000000; }
.form-consent { grid-column:1/-1; display:flex; align-items:flex-start; gap:10px; color:rgba(255,255,255,.54); font-size:calc((.62rem) + 4px); }
.form-consent input { margin-top:4px; accent-color:var(--gold); }
.form-consent a { color:var(--gold); text-decoration:underline; }
.form-submit { grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; gap:15px; margin-top:5px; }
.form-submit small { color:rgba(255,255,255,.4); font-size:calc((.58rem) + 4px); line-height:1.5; }
.site-footer { padding:65px 0 0; color:#fff; background:#000000; }
.footer-grid { display:grid; grid-template-columns:1.35fr .75fr 1fr 1fr; gap:50px; padding-bottom:48px; }
.footer-brand img { width:175px; max-height:115px; object-fit:contain; object-position:left center; }
.footer-brand p { max-width:315px; color:rgba(255,255,255,.5); font-size:calc((.71rem) + 4px); line-height:1.75; }
.footer-col h3 { margin:0 0 17px; color:var(--gold); font-size:calc((.62rem) + 4px); letter-spacing:.08em; text-transform:uppercase; }
.footer-col a,.footer-col span { display:block; margin:0 0 10px; color:rgba(255,255,255,.56); font-size:calc((.67rem) + 4px); line-height:1.5; }
.footer-col a:hover { color:#fff; }
.footer-bottom { min-height:60px; display:flex; align-items:center; justify-content:space-between; gap:25px; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.35); font-size:calc((.58rem) + 4px); }
.footer-bottom div { display:flex; gap:18px; }
.whatsapp { position:fixed; right:20px; bottom:20px; z-index:900; display:inline-flex; align-items:center; gap:9px; min-height:48px; padding:0 18px; border-radius:999px; color:#fff; background:#A66E29; box-shadow:0 15px 40px rgba(0,0,0,.28); font-size:calc((.7rem) + 4px); font-weight:800; }
.whatsapp svg { width:18px; height:18px; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
/* Internal pages */
.internal-hero { position:relative; min-height:590px; display:flex; align-items:end; padding:155px 0 85px; color:#fff; background:var(--navy-ink); overflow:hidden; }
.internal-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.98),rgba(1,20,89,.88) 58%,rgba(1,20,89,.48)),url('../assets/images/about-consultoria.webp') center/cover; opacity:.9; }
.internal-hero::after { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:64px 64px; }
.internal-hero .container { position:relative; z-index:1; }
.breadcrumb { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:28px; color:rgba(255,255,255,.48); font-size:calc((.63rem) + 4px); }
.breadcrumb a { color:var(--gold); }
.internal-hero h1 { max-width:870px; margin:0; font-family:var(--serif); font-size:calc((clamp(3rem,5.5vw,5.25rem)) + 4px); font-weight:600; line-height:.95; letter-spacing:-.045em; }
.internal-hero p { max-width:740px; margin:24px 0 0; color:rgba(255,255,255,.67); font-size:calc((1rem) + 4px); line-height:1.8; }
.internal-intro { background:var(--paper); }
.intro-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.intro-aside { padding:28px; border-left:3px solid var(--gold); background:#fff; }
.intro-aside small { color:var(--gold-dark); font-size:calc((.62rem) + 4px); font-weight:800; text-transform:uppercase; }
.intro-aside p { margin:11px 0 0; color:var(--navy); font-family:var(--serif); font-size:calc((1.45rem) + 4px); line-height:1.25; }
.rich-copy h2 { margin:0 0 20px; color:var(--navy); font-family:var(--serif); font-size:calc((clamp(2.1rem,3.6vw,3.5rem)) + 4px); font-weight:600; line-height:1; }
.rich-copy p { color:var(--muted); font-size:calc((.9rem) + 4px); line-height:1.85; }
.need-grid,.deliverable-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.need-card,.deliverable-card { min-height:200px; padding:28px; border:1px solid var(--line); background:#fff; }
.need-card span { color:var(--gold-dark); font-family:var(--serif); font-size:calc((1.05rem) + 4px); }
.need-card h3,.deliverable-card h3 { margin:34px 0 9px; color:var(--navy); font-family:var(--serif); font-size:calc((1.55rem) + 4px); font-weight:600; line-height:1.05; }
.need-card p,.deliverable-card p { margin:0; color:var(--muted); font-size:calc((.76rem) + 4px); line-height:1.7; }
.deliverables { background:#fff; }
.deliverable-card svg { width:28px; height:28px; color:var(--gold-dark); }
.process-band { color:#fff; background:var(--navy); }
.process-list { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line-dark); }
.process-item { min-height:265px; padding:30px; border-right:1px solid var(--line-dark); }
.process-item:last-child { border-right:0; }
.process-item span { color:var(--gold); font-family:var(--serif); font-size:calc((1.1rem) + 4px); }
.process-item h3 { margin:50px 0 10px; font-family:var(--serif); font-size:calc((1.5rem) + 4px); font-weight:600; }
.process-item p { margin:0; color:rgba(255,255,255,.58); font-size:calc((.72rem) + 4px); line-height:1.7; }
.service-cta { background:var(--paper); }
.cta-box { display:grid; grid-template-columns:1fr auto; gap:45px; align-items:center; padding:50px; color:#fff; background:var(--navy-ink); }
.cta-box h2 { margin:0; font-family:var(--serif); font-size:calc((clamp(2rem,3.5vw,3.3rem)) + 4px); font-weight:600; line-height:1; }
.cta-box p { max-width:650px; margin:14px 0 0; color:rgba(255,255,255,.58); font-size:calc((.82rem) + 4px); }
.directory { background:var(--paper); }
.directory-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.profile-hero { min-height:560px; }
.profile-content { background:#fff; }
.profile-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:75px; align-items:start; }
.profile-image { position:sticky; top:110px; border:1px solid var(--line); background:var(--paper); overflow:hidden; }
.profile-image img { width:100%; aspect-ratio:.9; object-fit:cover; object-position:center 18%; }
.profile-body h2 { margin:0; color:var(--navy); font-family:var(--serif); font-size:calc((2.65rem) + 4px); font-weight:600; }
.profile-body p { color:var(--muted); font-size:calc((.9rem) + 4px); line-height:1.85; }
.tag-list { display:flex; flex-wrap:wrap; gap:8px; margin:26px 0 36px; }
.tag-list span { padding:8px 12px; border:1px solid var(--line); color:var(--navy); font-size:calc((.64rem) + 4px); font-weight:700; }
.privacy { padding-top:130px; background:var(--paper); }
.privacy article { max-width:850px; margin:auto; padding:50px; background:#fff; border:1px solid var(--line); }
.privacy h1,.privacy h2 { color:var(--navy); font-family:var(--serif); font-weight:600; }
.privacy h1 { font-size:calc((3rem) + 4px); }
.privacy h2 { margin-top:36px; font-size:calc((1.8rem) + 4px); }
.privacy p,.privacy li { color:var(--muted); font-size:calc((.84rem) + 4px); line-height:1.8; }
.error-page { min-height:100vh; display:grid; place-items:center; padding:80px 24px; text-align:center; color:#fff; background:var(--navy-ink); }
.error-page img { width:190px; margin:0 auto 25px; }
.error-page strong { display:block; color:var(--gold); font-family:var(--serif); font-size:calc((5rem) + 4px); }
.error-page h1 { margin:0; font-family:var(--serif); font-size:calc((2.5rem) + 4px); font-weight:600; }
.error-page p { max-width:540px; margin:14px auto 26px; color:rgba(255,255,255,.6); }
@media(max-width:1080px){
  .header-cta{display:none}.main-nav{gap:16px}.hero-inner{grid-template-columns:1fr .8fr;gap:40px}.pillar-grid{grid-template-columns:1fr 1fr}.pillar-card:nth-child(2){border-right:0}.pillar-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.method-grid{grid-template-columns:1fr 1fr}.method-step:nth-child(2){border-right:0}.method-step:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}.solutions-grid{grid-template-columns:1fr 1fr}.team-grid,.directory-grid{grid-template-columns:1fr 1fr}.insight-grid{grid-template-columns:1fr 1fr}.insight-card.featured{grid-column:1/-1}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid .footer-col:last-child{grid-column:2/4}.process-list{grid-template-columns:1fr 1fr}.process-item:nth-child(2){border-right:0}.process-item:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}
}
@media(max-width:840px){
  :root{--container:min(100% - 34px,1180px)}.site-header{height:72px}.brand{flex-basis:145px}.brand img{width:138px}.nav-toggle{display:block}.main-nav{position:fixed;inset:72px 0 auto;max-height:calc(100vh - 72px);overflow:auto;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:20px 25px 30px;background:rgba(0,0,0,.98);transform:translateY(-120%);opacity:0;pointer-events:none;transition:.25s}.main-nav.open{transform:none;opacity:1;pointer-events:auto}.main-nav a{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:calc((.8rem) + 4px)}.hero{min-height:auto;padding:125px 0 72px}.hero-inner,.challenge-layout,.intelligence-grid,.proof-grid,.contact-grid,.intro-grid,.profile-grid{grid-template-columns:1fr}.executive-panel{min-height:430px}.challenge-sticky{position:static}.method-step{min-height:290px}.proof-grid,.contact-grid{gap:50px}.team-grid,.directory-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid .footer-col:last-child{grid-column:auto}.profile-image{position:static;max-width:520px}.cta-box{grid-template-columns:1fr}.internal-hero{min-height:520px;padding-top:135px}
}
@media(max-width:600px){
  :root{--container:calc(100% - 26px)}.section{padding:76px 0}.display{font-size:calc((clamp(2.75rem,13vw,4rem)) + 4px)}.section-title{font-size:calc((clamp(2.25rem,10vw,3.25rem)) + 4px)}.hero::before{background-position:66% center}.hero-inner{gap:42px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-proof{gap:12px}.executive-panel{padding:19px}.panel-grid{grid-template-columns:1fr}.pillar-grid,.method-grid,.solutions-grid,.team-grid,.directory-grid,.proof-cards,.insight-grid,.need-grid,.deliverable-grid,.process-list{grid-template-columns:1fr}.pillar-card{border-right:0;border-bottom:1px solid var(--line)}.pillar-card:last-child{border-bottom:0}.method-step,.process-item{border-right:0;border-bottom:1px solid var(--line-dark)}.method-step:last-child,.process-item:last-child{border-bottom:0}.challenge-item{grid-template-columns:45px 1fr}.challenge-item>svg{display:none}.board-body{grid-template-columns:1fr}.diagnostic-form{grid-template-columns:1fr;padding:22px}.field,.field.full,.form-consent,.form-submit{grid-column:1}.form-submit{align-items:stretch;flex-direction:column}.form-submit .button{width:100%}.footer-grid{grid-template-columns:1fr}.footer-grid .footer-col:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;padding:18px 0}.footer-bottom div{flex-wrap:wrap}.whatsapp span{display:none}.whatsapp{width:50px;padding:0;justify-content:center}.internal-hero h1{font-size:calc((clamp(2.8rem,13vw,4rem)) + 4px)}.cta-box{padding:32px}.privacy article{padding:28px}.profile-body h2{font-size:calc((2.2rem) + 4px)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.solution-card,.team-card,.team-photo img{transition:none}.chart-bars i{animation:none}}
