*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg-white:#FFFFFF;--text-ink:#1A1D26;--bg-mist:#F7F8FC;--bg-accent:#F59E0B;
  --text-on-accent:#1A1D26;--bg-amber-soft:#FEF3C7;--text-muted:#5C6370;
  --font-head:'Manrope',sans-serif;--font-body:'Crimson Pro',serif;
}
html{scroll-behavior:smooth}
body.site-dataflux{font-family:var(--font-body);font-weight:400;line-height:1.65;color:var(--text-ink);background:var(--bg-white)}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:700;line-height:1.2}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.5rem,3vw,2.25rem)}
a{color:#D97706;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.surface-light{background:#FFFFFF;color:#1A1D26}
.surface-mist{background:#F7F8FC;color:#1A1D26}
.surface-accent{background:#F59E0B;color:#1A1D26}
.surface-dark{background:#1A1D26;color:#FFFFFF}
.surface-amber{background:#FEF3C7;color:#1A1D26}
.surface-light *,.surface-mist *,.surface-amber *{color:inherit}
.surface-dark h2,.surface-dark p,.surface-dark .cta-disclaimer{color:#FFFFFF}
.surface-dark .curved-divider path{stroke:#FFFFFF}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#F59E0B;font-family:var(--font-head);font-weight:600}
.flux-tag{font-family:var(--font-body);font-size:13px;color:#D97706;font-style:italic}
.dataflux-header{position:sticky;top:0;z-index:200;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E8EAEF;transition:box-shadow .3s}
.dataflux-header.is-scrolled{box-shadow:0 4px 20px rgba(26,29,38,.08)}
.header-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#1A1D26}
.header-brand:hover{text-decoration:none;color:#1A1D26}
.header-brand svg{width:36px;height:36px}
.header-brand span{font-family:var(--font-head);font-weight:800;font-size:1.35rem}
.header-nav{display:flex;gap:.25rem;list-style:none}
.header-nav a{padding:.5rem 1rem;font-family:var(--font-head);font-weight:600;font-size:.9rem;color:#1A1D26;border-radius:10px;transition:background .2s}
.header-nav a:hover,.header-nav a.active{background:#FEF3C7;text-decoration:none;color:#D97706}
.hamburger,.header-hamburger{display:none;background:none;border:2px solid #F59E0B;border-radius:10px;padding:.5rem .75rem;cursor:pointer;min-width:44px;min-height:44px}
.header-hamburger span{display:block;width:20px;height:2px;background:#1A1D26;margin:4px 0}
.overlay-nav,.overlay-links{list-style:none;text-align:center}
.overlay-nav li,.overlay-links li{margin:1rem 0}
.overlay-nav a,.overlay-links a{font-family:var(--font-head);font-weight:700;font-size:1.5rem;color:#1A1D26}
.dataflux-overlay.is-open .overlay-nav li,.dataflux-overlay.is-open .overlay-links li{animation:fluxZoom .4s ease forwards}
.dataflux-overlay{position:fixed;inset:0;background:#FFFFFF;z-index:300;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(1.04);transition:opacity .35s ease,visibility .35s ease,transform .35s ease}
.dataflux-overlay.is-open{opacity:1;visibility:visible;transform:scale(1)}
.overlay-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:2px solid #F59E0B;border-radius:10px;padding:.5rem 1rem;cursor:pointer;font-family:var(--font-head);font-weight:600;min-height:44px}
.overlay-links,.overlay-nav{list-style:none;text-align:center}
.overlay-links li,.overlay-nav li{margin:1rem 0;opacity:1;transform:scale(1)}
.dataflux-overlay.is-open .overlay-links li,.dataflux-overlay.is-open .overlay-nav li{animation:fluxZoom .4s ease forwards}
.dataflux-overlay.is-open .overlay-links li:nth-child(1),.dataflux-overlay.is-open .overlay-nav li:nth-child(1){animation-delay:.05s}
.dataflux-overlay.is-open .overlay-links li:nth-child(2),.dataflux-overlay.is-open .overlay-nav li:nth-child(2){animation-delay:.1s}
.dataflux-overlay.is-open .overlay-links li:nth-child(3),.dataflux-overlay.is-open .overlay-nav li:nth-child(3){animation-delay:.15s}
.dataflux-overlay.is-open .overlay-links li:nth-child(4),.dataflux-overlay.is-open .overlay-nav li:nth-child(4){animation-delay:.2s}
.dataflux-overlay.is-open .overlay-links li:nth-child(5),.dataflux-overlay.is-open .overlay-nav li:nth-child(5){animation-delay:.25s}
.dataflux-overlay.is-open .overlay-links li:nth-child(6),.dataflux-overlay.is-open .overlay-nav li:nth-child(6){animation-delay:.3s}
@keyframes fluxZoom{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}
.section{padding:5rem 2rem}
.section-inner{max-width:1140px;margin:0 auto}
.hero-editorial{display:grid;grid-template-columns:3fr 2fr;gap:1.5rem;align-items:center;min-height:85vh;padding:3.5rem 2rem 4rem}
.hero-editorial .hero-text{padding-right:.5rem}
.hero-editorial .hero-text p{font-size:1.125rem;margin:1.25rem 0 2rem}
.hero-portrait{position:relative}
.hero-portrait img{border-radius:20px;aspect-ratio:3/4;object-fit:cover;width:100%;border-left:4px solid #F59E0B}
.hero-caption{font-size:.85rem;color:#5C6370;margin-top:.75rem;font-style:italic}
.trust-strip{font-size:.9rem;color:#5C6370;margin-top:1.5rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:10px;font-family:var(--font-head);font-weight:600;font-size:.95rem;cursor:pointer;border:2px solid #F59E0B;min-height:44px;transition:all .2s}
.btn-primary{background:#1A1D26;color:#FFFFFF;border-color:#1A1D26}
.btn-primary:hover{background:#2a2f3d;color:#FFFFFF;text-decoration:none}
.btn-outline{background:transparent;color:#F59E0B}
.btn-outline:hover{background:#FEF3C7;text-decoration:none}
.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;padding:3rem 2rem}
.stat-num{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}
.stat-label{font-size:1rem;margin-top:.5rem}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.card{background:#FFFFFF;padding:2rem;border-radius:20px;border-left:4px solid #F59E0B;box-shadow:0 2px 12px rgba(26,29,38,.06);transition:transform .25s,box-shadow .25s}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(26,29,38,.1)}
.card svg{width:32px;height:32px;margin-bottom:1rem;stroke:#F59E0B}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.split-grid img{border-radius:20px;border-left:4px solid #F59E0B}
.bento-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:auto auto;gap:1.5rem}
.bento-grid .bento-tile{background:#F7F8FC;border-radius:20px;overflow:hidden;border-left:4px solid #F59E0B}
.bento-grid .bento-tile img{width:100%;height:200px;object-fit:cover}
.bento-grid .bento-tile .bento-body{padding:1.5rem}
.accordion-item{border-bottom:1px solid #E8EAEF;padding:1.25rem 0}
.accordion-trigger{display:flex;align-items:center;gap:1rem;width:100%;background:none;border:none;text-align:left;cursor:pointer;font-family:var(--font-head);font-weight:600;font-size:1.05rem;color:#1A1D26;padding:0;min-height:44px}
.accordion-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#F59E0B;color:#FFFFFF;font-weight:700;font-size:.9rem;flex-shrink:0}
.accordion-panel{padding:1rem 0 0 3rem;display:none}
.accordion-item.is-open .accordion-panel{display:block}
.no-js .accordion-item:first-child .accordion-panel{display:block}
.curved-divider{margin-bottom:3rem}
.cta-band{text-align:center;padding:4rem clamp(1.5rem,5vw,3rem);display:flex;flex-direction:column;align-items:center}
.cta-band h2,.cta-band p,.cta-band .cta-disclaimer{max-width:640px;width:100%;margin-left:auto;margin-right:auto}
.cta-band p{margin:1rem 0 2rem}
.cta-band .cta-disclaimer{margin-top:2rem;font-size:.85rem;opacity:.92}
.cta-band.surface-dark .btn-primary{background:#F59E0B;color:#FFFFFF;border-color:#F59E0B}
.cta-band.surface-dark .btn-primary:hover{background:#D97706;color:#FFFFFF}
.cta-band.surface-accent{background:#1A1D26;color:#FFFFFF}
.cta-band.surface-accent h2,.cta-band.surface-accent p,.cta-band.surface-accent .cta-disclaimer{color:#FFFFFF}
.cta-band.surface-accent .btn-primary{background:#F59E0B;color:#FFFFFF;border-color:#F59E0B}
.cta-band.surface-accent .btn-primary:hover{background:#D97706;color:#FFFFFF}
.cta-band h2{margin-bottom:0}
.site-footer{padding:4rem 2rem 2rem}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}
.footer-grid h4{font-family:var(--font-head);margin-bottom:1rem;font-size:1rem}
.footer-grid ul{list-style:none}
.footer-grid li{margin-bottom:.5rem}
.footer-disclaimer,.footer-hosting{font-size:.85rem;color:#5C6370;margin-top:1rem;line-height:1.6}
.page-hero{padding:6rem 2rem 3rem}
.program-grid,.service-grid{display:grid;gap:2rem}
.program-card,.service-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2rem;background:#F7F8FC;border-radius:20px;border-left:4px solid #F59E0B}
.about-editorial{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}
.portrait-stack img{border-radius:20px;margin-bottom:1.5rem;border-left:4px solid #F59E0B}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;margin-bottom:.5rem;font-family:var(--font-head);font-weight:600}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;background:#FFFFFF;border:1px solid #E8EAEF;color:#1A1D26;border-radius:10px;font-family:var(--font-body);font-size:1rem}
.form-group textarea{min-height:140px;resize:vertical}
.form-honeypot{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.form-group .consent-label{display:flex!important;flex-direction:row;align-items:flex-start;gap:.75rem;font-size:.95rem;font-family:var(--font-body);font-weight:400;margin-bottom:0!important;cursor:pointer}
.consent-label input[type=checkbox]{flex-shrink:0;margin-top:.2rem;min-width:18px;min-height:18px;width:18px;height:18px}
.consent-label span{flex:1;line-height:1.5}
.faq-cta{margin-top:3rem;max-width:480px}
.faq-cta img{border-radius:20px;border-left:4px solid #F59E0B}
.legal-content{max-width:800px}
.legal-content h2{margin:2rem 0 1rem;font-size:1.25rem}
.legal-content p,.legal-content li{margin-bottom:1rem}
.legal-content ul{padding-left:1.5rem}
.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#FFFFFF;border-top:2px solid #F59E0B;padding:1.25rem 2rem;z-index:300;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 -4px 20px rgba(26,29,38,.08)}
.cookie-banner p{font-size:.9rem;max-width:600px}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.cookie-actions button{padding:.6rem 1.25rem;border-radius:10px;cursor:pointer;font-family:var(--font-head);font-weight:600;min-height:44px;border:2px solid #F59E0B}
.cookie-accept{background:#1A1D26;color:#FFFFFF}
.cookie-accept:hover{background:#2a2f3d}
.cookie-reject,.cookie-custom{background:transparent;color:#1A1D26}
.sent-notice{background:#FEF3C7;border-left:4px solid #F59E0B;padding:1rem 1.25rem;margin-bottom:2rem;border-radius:10px}
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.js .reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none}}
@media(max-width:1023px){
  .header-nav{display:none}
  .hamburger,.header-hamburger{display:block}
  .hero-editorial,.split-grid,.bento-grid,.footer-grid,.contact-grid,.about-editorial,.program-card,.service-card{grid-template-columns:1fr}
  .hero-editorial{min-height:70vh;padding-top:3.5rem}
  .section{padding:3rem 1.25rem}
}
@media(min-width:1024px){
  .dataflux-overlay{display:none!important}
}
@media(max-width:767px){
  .stat-strip{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column}
  .btn{width:100%}
  .footer-grid{grid-template-columns:1fr 1fr}
}
