.site-topbar { position: fixed; z-index: 102; top: 0; left: 0; width: 100%; height: 30px; padding: 0 var(--gutter); background: var(--black); color: var(--paper); border-bottom: 1px solid var(--line-dark); transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease); }
.site-topbar-inner { height: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.topbar-socials { display: inline-flex; align-items: center; gap: .65rem; }
.topbar-socials a { width: 18px; height: 18px; display: grid; place-items: center; color: var(--paper-muted); font-size: .68rem; transition: color .2s, transform .2s; }
.topbar-socials a:hover, .topbar-socials a:focus-visible { color: var(--acid); transform: translateY(-1px); }
html:not(.fa-ready) .fa-solid, html:not(.fa-ready) .fa-brands { font-family: Arial, sans-serif; font-style: normal; font-weight: 700; line-height: 1; }
html:not(.fa-ready) .fa-chevron-down::before { content: "⌄"; }
html:not(.fa-ready) .fa-chevron-right::before { content: "›"; }
html:not(.fa-ready) .fa-arrow-down::before { content: "↓"; }
html:not(.fa-ready) .fa-linkedin-in::before { content: "in"; font-size: .62rem; }
html:not(.fa-ready) .fa-instagram::before { content: "◎"; }
html:not(.fa-ready) .fa-facebook-f::before { content: "f"; }
html:not(.fa-ready) .fa-github::before { content: "GH"; font-size: .5rem; }
html:not(.fa-ready) .fa-whatsapp::before { content: "W"; }
html:not(.fa-ready) .service-icon::before { content: "✦"; }
html:not(.fa-ready) .fa-envelope::before { content: "@"; }
html:not(.fa-ready) .fa-phone::before { content: "☎"; }
html:not(.fa-ready) .fa-user::before { content: "●"; }
html:not(.fa-ready) .fa-receipt::before { content: "#"; }
html:not(.fa-ready) .fa-location-dot::before { content: "⌖"; }
html:not(.fa-ready) .fa-clock::before { content: "◷"; }
html:not(.fa-ready) .fa-shield-halved::before { content: "◇"; }
html:not(.fa-ready) .fa-cookie-bite::before { content: "◉"; }
html:not(.fa-ready) .fa-universal-access::before { content: "A"; }
.header { position: fixed; z-index: 100; top: 30px; left: 0; width: 100%; height: 94px; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto; align-items: center; color: var(--paper); transition: background .25s, border-color .25s; }
.header.scrolled { background: rgba(8, 8, 8, .96); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(10px); }
.inner-page .header { background: var(--black); border-bottom: 1px solid var(--line-dark); }
.logo, .footer-logo { --brand-symbol-size: 64px; --brand-name-size: 3.7rem; --brand-consulting-size: .7rem; --brand-gap: 10px; width: max-content; height: calc(var(--brand-symbol-size) + 14px); display: flex; flex-direction: column; justify-content: center; gap: 4px; flex: 0 0 auto; }
.brand-lockup-top { width: max-content; height: var(--brand-symbol-size); display: flex; align-items: center; gap: var(--brand-gap); }
.logo-symbol { position: relative; width: var(--brand-symbol-size); height: var(--brand-symbol-size); flex: 0 0 var(--brand-symbol-size); }
.logo-mark, .footer-logo img { width: 100%; height: 100%; display: block; object-fit: contain; }
.logo-mark { position: absolute; inset: 0; transition: opacity .2s; }
.logo-mark-dark { opacity: 0; }
.logo-name { height: var(--brand-symbol-size); display: flex; align-items: center; font: 600 var(--brand-name-size)/.82 var(--font-logo); letter-spacing: -.05em; white-space: nowrap; }
.logo-consulting { width: 100%; margin-left: 0; display: flex; justify-content: space-between; color: var(--acid); font: 600 var(--brand-consulting-size)/1 var(--font-logo); letter-spacing: 0; }
.navigation { display: flex; align-items: center; gap: 1.65rem; font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.language-switcher { display: inline-flex; align-items: center; gap: .22rem; font-size: .61rem; font-weight: 700; letter-spacing: .08em; }
.language-switcher > span { opacity: .32; }
.language-switcher a { min-width: 27px; padding: .25rem .38rem; display: grid; place-items: center; opacity: .58; border: 1px solid transparent; transition: opacity .2s, color .2s, background .2s, border-color .2s; }
.language-switcher a:hover, .language-switcher a:focus-visible { opacity: 1; color: var(--acid); border-color: rgba(198,255,0,.5); }
.language-switcher a[aria-current="true"] { opacity: 1; background: var(--acid); border-color: var(--acid); color: var(--black); }
.navigation a, .nav-service-trigger, .nav-contact span { white-space: nowrap; }
.navigation > a, .nav-service-trigger > a { position: relative; }
.navigation > a:not(.nav-contact)::after, .nav-service-trigger > a::after { content: ""; position: absolute; right: 0; bottom: -.5rem; left: 0; height: 1px; background: var(--acid); transform: scaleX(0); transform-origin: left center; transition: transform .28s var(--ease); }
.navigation > a:hover::after, .navigation > a:focus-visible::after, .navigation > a[aria-current="page"]::after, .nav-service-trigger > a:hover::after, .nav-service-trigger > a:focus-visible::after, .nav-service-trigger > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-contact { position: relative; isolation: isolate; overflow: hidden; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.45); transition: color .25s, border-color .25s; }
.nav-contact::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--acid); transform: scaleX(0); transform-origin: left center; transition: transform .3s var(--ease); }
.nav-contact:hover, .nav-contact:focus-visible { color: var(--black); border-color: var(--acid); }
.nav-contact:hover::before, .nav-contact:focus-visible::before { transform: scaleX(1); }
.nav-services { position: relative; }
.nav-services::after { content: ""; position: absolute; top: 100%; right: 0; left: 0; height: 1.5rem; }
.nav-service-trigger { display: flex; align-items: center; gap: .35rem; }
.nav-service-trigger button { width: 28px; height: 28px; min-width: 28px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: .7rem; transition: transform .25s; }
.nav-services:hover .nav-service-trigger button, .nav-services:focus-within .nav-service-trigger button, .nav-services.submenu-open .nav-service-trigger button { transform: rotate(180deg); }
.services-submenu { position: absolute; top: calc(100% + 1.4rem); right: 0; width: 280px; padding: .65rem; display: grid; visibility: hidden; opacity: 0; transform: translateY(-8px); background: var(--black); border: 1px solid var(--line-dark); transition: opacity .2s, transform .2s, visibility .2s; }
.services-submenu a { padding: .75rem .8rem; color: var(--paper); font-size: .68rem; line-height: 1.3; }
.services-submenu a:hover, .services-submenu a:focus-visible { background: var(--acid); color: var(--black); outline-offset: 0; }
.nav-services:hover .services-submenu, .nav-services:focus-within .services-submenu, .nav-services.submenu-open .services-submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.breadcrumb { position: fixed; z-index: 99; top: 124px; left: 0; width: 100%; min-height: 34px; padding: .55rem var(--gutter); display: flex; align-items: center; gap: .65rem; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(8,8,8,.94); color: var(--paper-muted); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(10px); }
.breadcrumb a { color: var(--paper); }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: var(--acid); }
.breadcrumb i { color: var(--acid); font-size: .48rem; }
.menu-button { position: relative; display: none; justify-self: end; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: inherit; }
.menu-button span { position: absolute; left: 8px; width: 26px; height: 3px; margin: 0; background: currentColor; transform-origin: center; transition: top .25s var(--ease), transform .25s var(--ease), opacity .18s; }
.menu-button span:nth-child(1) { top: 11px; }
.menu-button span:nth-child(2) { top: 19px; }
.menu-button span:nth-child(3) { top: 27px; }
.menu-button[aria-expanded="true"] span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { top: 19px; transform: rotate(-45deg); }
html:not(.js) .no-js-header { position: relative; background: var(--black); }
html:not(.js) .no-js-navigation { display: flex; }
html:not(.js) .no-js-navigation > a { white-space: nowrap; }
html:not(.js) .no-js-language { display: inline-flex; gap: .35rem; align-items: center; color: var(--paper); font-size: .72rem; }
html:not(.js) .no-js-footer nav { display: flex; flex-direction: column; gap: .65rem; }
.button { --button-fill: var(--acid); --button-background: var(--black); position: relative; overflow: hidden; min-height: 50px; padding: .85rem 1rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--black); background: linear-gradient(var(--button-fill),var(--button-fill)) left center / 0 100% no-repeat, var(--button-background); color: var(--paper); font-size: .7rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: background-size .35s var(--ease), transform .2s, color .25s, border-color .25s; }
.button:hover, .button:focus-visible { background-size: 100% 100%; }
.button:hover, .button:focus-visible { transform: translateY(-2px); border-color: var(--acid); color: var(--black); }
.theme-dark .button { --button-fill: var(--paper); --button-background: var(--acid); color: var(--black); border-color: var(--acid); }
.theme-dark .button:hover, .theme-dark .button:focus-visible { border-color: var(--paper); color: var(--black); }
.theme-acid .button { --button-fill: var(--paper); }
.theme-acid .button:hover, .theme-acid .button:focus-visible { border-color: var(--paper); color: var(--black); }
.button:active { transform: translateY(0) scale(.98); }
.headline + .button, h1 + .button, h2 + .button, .lead + .button { margin-top: clamp(1.75rem, 3vw, 3rem); }
.text-link, .section-link, .dark-link { width: max-content; display: inline-flex; align-items: center; gap: .8rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.text-link span, .section-link span, .dark-link span { transition: transform .2s; }
.text-link:hover span, .text-link:focus-visible span, .section-link:hover span, .section-link:focus-visible span, .dark-link:hover span, .dark-link:focus-visible span { transform: translateX(5px); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; font-size: 2rem; line-height: 1; text-align: center; }
.site-footer { padding: 5rem var(--gutter) 2rem; background: var(--black); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: minmax(240px,1.45fr) minmax(120px,.7fr) minmax(140px,.8fr) minmax(240px,1.35fr); gap: clamp(1.5rem,3vw,3.5rem); }
.footer-grid > * { min-width: 0; }
.footer-grid > div, .footer-grid nav, .footer-grid address { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; font-size: .8rem; font-style: normal; }
.footer-intro { max-width: 310px; margin: 2rem 0 0; color: var(--paper-muted); }
.footer-socials { display: flex; flex-direction: row; gap: .55rem; margin-top: 1.35rem; }
.footer-socials > a { width: 38px; height: 38px; border: 1px solid var(--acid); border-radius: 50%; display: grid; place-items: center; color: var(--paper); transition: background .25s, color .25s, transform .25s var(--ease); }
.footer-socials > a:hover, .footer-socials > a:focus-visible { background: var(--acid); color: var(--black); transform: translateY(-3px); }
.footer-title { margin: 0 0 1rem; color: var(--acid); font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact-item { width: 100%; min-width: 0; display: inline-flex; align-items: flex-start; gap: .7rem; }
.footer-contact-item span { min-width: 0; overflow-wrap: anywhere; }
.footer-contact-item i { width: 1rem; margin-top: .25em; flex: 0 0 1rem; color: var(--acid); text-align: center; }
.footer-meta { margin-top: 5rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 2rem; color: var(--paper-muted); font-size: .65rem; text-transform: uppercase; }
.cookie-panel { position: fixed; z-index: 310; right: 1rem; bottom: 1rem; width: min(430px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 1.5rem; overflow-y: auto; border: 1px solid var(--control-line-light); background: var(--paper); color: var(--black); box-shadow: 8px 8px 0 var(--acid); }
.cookie-panel[hidden] { display: none; }
.cookie-panel h2 { margin: .7rem 2rem 1rem 0; font: 500 1.8rem/1 var(--font-display); letter-spacing: -.04em; }
.cookie-panel > p:not(.eyebrow) { color: var(--ink-muted); font-size: .82rem; }
.cookie-panel > a { display: inline-block; margin-top: .9rem; color: var(--black); font-size: .76rem; font-weight: 600; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .2em; }
.cookie-status { margin: 1rem 0 0; padding: .8rem; display: flex; align-items: center; gap: .65rem; border: 1px solid var(--black); }
.cookie-status i { color: var(--ink-muted); }
.cookie-status strong { color: var(--black); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.accessibility-panel > button:not(.utility-close)::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--acid); transform: scaleX(0); transform-origin: left center; transition: transform .3s var(--ease); }
.accessibility-panel > button:not(.utility-close):hover::before, .accessibility-panel > button:not(.utility-close):focus-visible::before { transform: scaleX(1); }
.utility-close { position: absolute; top: .45rem; right: .45rem; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0 !important; background: transparent !important; color: currentColor !important; font-size: 1.4rem !important; cursor: pointer; }
.utility-dock { position: fixed; z-index: 290; right: 1rem; bottom: 1rem; display: grid; gap: .45rem; }
.utility-dock button { position: relative; width: 54px; height: 54px; border: 0; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(to bottom, var(--dock-upper, var(--paper)) 0 var(--dock-split, 100%), var(--dock-lower, var(--paper)) var(--dock-split, 100%) 100%); cursor: pointer; transition: transform .2s; overflow: hidden; }
.utility-dock button i { position: relative; z-index: 1; display: grid; place-items: center; font-size: 1.45rem; color: transparent; }
.utility-dock button i::before { background: linear-gradient(to bottom, var(--dock-icon-upper, var(--black)) 0 var(--dock-split, 100%), var(--dock-icon-lower, var(--black)) var(--dock-split, 100%) 100%) center / 100% 54px no-repeat; background-clip: text; -webkit-background-clip: text; color: transparent; }
.utility-dock button:hover, .utility-dock button:focus-visible { transform: translateX(-4px) scale(1.04); }
.utility-dock button:active { transform: translateX(-2px) scale(.96); }
.utility-dock [data-scroll-nav] i { transition: transform .4s var(--ease); }
.utility-dock [data-scroll-nav][data-at-end="true"] i { transform: rotate(180deg); }
.accessibility-panel { position: fixed; z-index: 310; right: 1rem; bottom: 1rem; width: min(380px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 1.5rem; overflow-y: auto; border: 1px solid var(--control-line-light); background: var(--paper); box-shadow: 8px 8px 0 var(--acid); }
.accessibility-panel[hidden] { display: none; }
.accessibility-panel h2 { margin: .7rem 0 1.2rem; font: 500 1.8rem var(--font-display); }
.accessibility-panel > button:not(.utility-close) { position: relative; isolation: isolate; overflow: hidden; width: 100%; padding: .8rem; border: 1px solid var(--black); background: var(--paper); color: var(--black); text-align: left; cursor: pointer; transition: color .2s, border-color .2s; }
.accessibility-panel > button:not(.utility-close) + button:not(.utility-close) { margin-top: .55rem; }
.accessibility-panel > button:not(.utility-close)::before { background: var(--black); }
.accessibility-panel > button:not(.utility-close):hover, .accessibility-panel > button:not(.utility-close):focus-visible { border-color: var(--black); color: var(--acid); }
.accessibility-panel > button[aria-pressed="true"]:not(.utility-close) { background: var(--black); color: var(--acid); }
.font-scale-control { display: flex; justify-content: space-between; margin-bottom: .7rem; font-size: .8rem; font-weight: 600; }
.accessibility-panel input[type="range"] { width: 100%; margin: 0 0 1rem; accent-color: var(--acid); }
.accessibility-help { margin: 1rem 0; color: var(--ink-muted); font-size: .72rem; line-height: 1.45; }
.accessibility-statement-link { display: inline-block; margin: 0 0 1rem; color: var(--black); font-size: .76rem; font-weight: 600; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .2em; }
html.reduce-motion, html.reduce-motion * { scroll-behavior: auto !important; }
html.reduce-motion *, html.reduce-motion *::before, html.reduce-motion *::after { animation: none !important; transition: none !important; transform: none !important; filter: none !important; }
html.reduce-motion body::after { display: none !important; }
html.adhd-focus body::after, html.adhd-focus .noise, html.adhd-focus .hero-system-background, html.adhd-focus .signal-ticker { display: none !important; }
html.adhd-focus .reveal, html.adhd-focus .scroll-copy { opacity: 1 !important; transform: none !important; filter: none !important; animation: none !important; transition: none !important; }
html.adhd-focus .service-card, html.adhd-focus .detail-hero-media img, html.adhd-focus .kinetic-word { transform: none !important; animation: none !important; transition: none !important; }
html.adhd-focus main p { max-width: 72ch; }
html.adhd-focus :focus-visible { outline-width: 4px; outline-offset: 5px; }
html.color-accessible main a:not(.button), html.color-accessible .navigation a, html.color-accessible .site-footer a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .2em; }
html.color-accessible .eyebrow::before, html.color-accessible .section-label::before { border-radius: 0; transform: rotate(45deg); }
html.color-accessible .theme-acid, html.color-accessible .proof-band, html.color-accessible .conversion-cta, html.color-accessible .detail-section.accent, html.color-accessible .signal-ticker { background-image: repeating-linear-gradient(135deg, transparent 0 12px, rgba(8,8,8,.1) 12px 14px); }
html.color-accessible .service-card:hover { color: var(--paper); }
html.color-accessible :focus-visible { outline: 4px double currentColor; outline-offset: 5px; }
