/* Shared navigation for every page, including the complete reading experience. */
.shared-head{background:#ffffffed;backdrop-filter:blur(18px);border-bottom:1px solid #dedbd4}
.shared-head .site-head__in{display:flex;justify-content:space-between;align-items:center;height:72px;width:min(calc(100% - 96px),1440px);max-width:none;padding:0;margin:auto;gap:32px}
.shared-head .brand{flex:none}
.shared-head .brand__w{font-size:24px;font-weight:600;letter-spacing:-.02em}
.shared-head .brand em{color:#F97316}
.shared-head .nav{display:flex;gap:22px;margin-left:auto;white-space:nowrap}
.shared-head .nav a.navlink{font-size:13px;color:#666360;padding:12px 0;border-bottom:2px solid transparent}
.shared-head .nav a.navlink[aria-current]{color:#1a1917;border-bottom-color:#F97316}
.shared-head .nav .langsw{margin:0 0 0 6px;flex:none}
.shared-head .nav .langsw a{padding:0 9px;border-bottom:0;font-size:10px}
.shared-head .nav .langsw a[aria-current="true"]{color:#fff}
.shared-head .navtoggle{display:none}
.shared-head :is(a,button):focus-visible{outline:2px solid #F97316;outline-offset:5px;border-radius:3px}
.experience :is(#method-intro,#el-cambio,#recorrido,#whitepaper){scroll-margin-top:0}
@media(max-width:1100px){
 .shared-head .site-head__in{width:calc(100% - 56px)}
 .shared-head .navtoggle{display:block;color:var(--text-primary);font:500 13px var(--font-ui);padding:10px 15px}
 .shared-head .nav{display:none;margin:0;gap:0}
 .shared-head .nav.is-open{display:flex;position:absolute;flex-direction:column;align-items:stretch;top:72px;left:-28px;right:auto;margin:0;width:calc(100% + 56px);justify-self:stretch;padding:16px 28px 24px;max-height:calc(100dvh - 72px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border-bottom:1px solid #dedbd4;box-sizing:border-box}
 .shared-head .nav a.navlink{font-size:15px;padding:13px 0;min-height:46px;box-sizing:border-box;border-bottom:1px solid #eeedeb}
 .shared-head .nav a.navlink[aria-current]{color:#bc4100;border-bottom-color:#F97316}
 .shared-head .nav .langsw{margin:18px 0 0;width:max-content}
 .shared-head .nav .langsw a{height:36px;min-width:42px;display:grid;place-items:center}
}
@media(max-width:760px){
 .shared-head .brand__w{font-size:22px}
 .shared-head .site-head__in{height:60px;width:calc(100% - 40px)}
 .shared-head .nav.is-open{top:60px;left:-20px;right:auto;width:calc(100% + 40px);padding:12px 20px 20px;max-height:calc(100dvh - 60px)}
}
/* Keep the disclosure usable if scripting is unavailable. */
@media(scripting:none) and (max-width:1100px){
 .shared-head .navtoggle{display:none}
 .shared-head .site-head__in{height:auto;min-height:72px;flex-wrap:wrap;padding-block:14px;gap:12px}
 .shared-head .nav{display:flex;flex-wrap:wrap;white-space:normal;gap:4px 18px}
 .shared-head .nav a.navlink{font-size:13px;min-height:40px;padding:8px 0}
 .shared-head .nav .langsw{margin:0}
}

/* Audience pages are destinations, visually distinct from the landing sections. */
.shared-head .nav a.navlink--audience{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 17px;border:0;border-radius:10px;font-weight:600;line-height:1.4}
.shared-head .nav a.navlink--brand{margin-left:12px;background:#F97316;color:#fff}
.shared-head .nav a.navlink--voice{margin-left:-12px;background:#eeedeb;color:#454340}
.shared-head .nav a.navlink--brand:hover,.shared-head .nav a.navlink--brand[aria-current]{background:#bc4100;color:#fff}
.shared-head .nav a.navlink--voice:hover,.shared-head .nav a.navlink--voice[aria-current]{background:#454340;color:#fff}
@media(max-width:1100px){
 .shared-head .nav a.navlink--audience{min-height:48px;padding:14px 18px;margin:10px 0 0;justify-content:space-between}
 .shared-head .nav a.navlink--audience::after{content:'↗';font-size:20px;line-height:1}
 .shared-head .nav a.navlink--brand{margin-top:22px}
}

/* A compact site map: the story, the two audiences and useful resources. */
.site-foot.shared-foot{background:#f8f8f7;border-top:0;padding:80px 0 28px}
.shared-foot>.wrap{width:min(calc(100% - 96px),1440px);max-width:none;padding:0}
.footer-main{display:grid;grid-template-columns:minmax(220px,1.6fr) repeat(3,minmax(0,1fr));gap:56px}
.shared-foot .brand__w{font-size:26px;font-weight:600;letter-spacing:-.02em}
.shared-foot .brand em{color:#F97316}
.footer-signature{font:600 14px/1.5 var(--font-ui);margin-top:8px;color:#454340}
.footer-description{font-size:14px;line-height:1.7;color:#77736e;max-width:30ch;margin-top:20px}
.footer-group h2{font:600 13px/1.5 var(--font-ui);color:#1a1917;margin:0 0 16px}
.footer-group a{display:block;width:fit-content;max-width:100%;font-size:14px;line-height:1.5;text-decoration:none;color:#666360;padding:7px 0}
.shared-foot a:hover{color:#bc4100}
.shared-foot a:focus-visible{outline:2px solid #F97316;outline-offset:4px;border-radius:3px}
.footer-note{font-size:12px;line-height:1.6;color:#77736e;margin-top:12px;max-width:26ch}
.footer-bottom{display:flex;align-items:center;gap:28px;border-top:1px solid #e7e5e2;margin-top:64px;padding-top:24px;color:#77736e;font-size:12px;line-height:1.5}
.footer-bottom>a{color:inherit;text-decoration:none}
.footer-bottom .langsw{margin-left:auto}
.audience-whitepaper{scroll-margin-top:96px}
@media(max-width:1100px){.shared-foot>.wrap{width:calc(100% - 56px)}.footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}.footer-description{max-width:50ch}}
@media(max-width:760px){
 .site-foot.shared-foot{padding:56px 0 24px}
 .shared-foot>.wrap{width:calc(100% - 48px)}
 .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
 .footer-group:last-child{grid-column:1/-1}
 .footer-group h2{margin-bottom:10px}.footer-group a{padding:10px 0}
 .footer-bottom{margin-top:40px;padding-top:24px;gap:18px 24px;flex-wrap:wrap}
 .footer-bottom>p{width:100%}.footer-bottom .langsw{margin-left:auto}
 .audience-whitepaper{scroll-margin-top:80px}
}

body:has([data-back-top]) .footer-bottom{padding-right:52px}

/* Compact white UGC button; its availability label stays neutral. */
.shared-head .nav a.navlink--ugc{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:0;min-height:42px;margin-left:-12px;padding:6px 12px;box-sizing:border-box;border:1px solid var(--border-hairline);border-radius:10px;background:var(--surface-card);color:var(--text-brand);font-weight:600;line-height:1.2}
.shared-head .navlink--ugc .badge{padding:0;background:none;border:0;font-family:var(--font-ui);font-size:9px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--text-secondary);line-height:1.4}
.shared-head .nav a.navlink--ugc[aria-current]{color:var(--text-primary);background:var(--surface-card);border-color:var(--border-hairline)}
.shared-head .nav a.navlink--ugc:hover{color:var(--text-primary);background:var(--surface-card);border-color:var(--border-default)}
@media(max-width:1100px){.shared-head .nav a.navlink--ugc{flex-direction:row;align-items:center;justify-content:space-between;min-height:48px;margin:10px 0 0;padding:14px 18px}.shared-head .navlink--ugc .badge{font-size:11px}}
