/*
Theme Name: Events Aria
Theme URI: https://eventsaria.com
Author: Omid Mangal
Author URI: https://eventsaria.com
Description: Die ultimative All-in-One Event-Plattform fuer Oesterreich. Luxuries WordPress Theme mit 41 Modulen, Anbieter-Verzeichnis, Marktplatz und KI-Integration.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: events-aria
Tags: events, luxury, gold, dark, woocommerce, seo, responsive
*/

/* ============================================
   EVENTS ARIA 2026 — ULTRA LUXURY DESIGN
   3D · Glassmorphism · Particle Glow · Morph
   ============================================ */

/* === THEME HEADER === */
:root {
  --gold: #C9A962;
  --gold-light: #E6D5A8;
  --gold-bright: #F0D78C;
  --gold-dim: #8B7A4A;
  --black: #000000;
  --void: #050505;
  --surface: #0A0A0A;
  --surface-up: #111111;
  --surface-glass: rgba(17,17,17,0.6);
  --white: #FFFFFF;
  --white-80: rgba(255,255,255,0.8);
  --white-50: rgba(255,255,255,0.5);
  --white-20: rgba(255,255,255,0.2);
  --white-08: rgba(255,255,255,0.08);
  --gray: #9A9590;
  --champagne: #F5ECD7;
  --red: #D94F3D;
  --green: #5BA86C;
  --blue: #4A7EC9;
  --purple: #8B5FC9;
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'Inter', -apple-system, sans-serif;
  --radius: 16px;
  --radius-sm: 8px;
  --transition: 0.4s cubic-bezier(0.16,1,0.3,1);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--ff-body); background: var(--black); color: var(--white-80); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::selection { background: var(--gold); color: var(--black); }
a { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5,h6 { font-family: var(--ff-display); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; color: var(--white); }

/* === LAYOUT === */
.ea-container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }
.ea-section { padding: clamp(80px, 12vh, 160px) 0; position: relative; }

/* === NAVIGATION === */
.ea-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9000; height: 80px; transition: all 0.4s ease; border-bottom: 1px solid transparent; }
.ea-nav.scrolled { background: rgba(5,5,5,0.85); backdrop-filter: blur(24px) saturate(1.5); border-bottom-color: var(--white-08); }
.ea-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; max-width: 1400px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); }
.ea-logo { display: flex; align-items: center; gap: 10px; z-index: 9001; }
.ea-logo-mark { width: 38px; height: 38px; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-size: 12px; font-weight: 700; color: var(--gold); box-shadow: 0 0 20px rgba(201,169,98,0.2); }
.ea-logo-text { font-family: var(--ff-display); font-size: 1.15rem; color: var(--white); }
.ea-logo-text span { color: var(--gold); }
.ea-menu { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
.ea-menu a { font-size: 0.85rem; color: var(--white-50); letter-spacing: 0.02em; position: relative; padding: 4px 0; }
.ea-menu a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transition: width 0.3s ease; }
.ea-menu a:hover { color: var(--gold); }
.ea-menu a:hover::after { width: 100%; }
.ea-menu .current-menu-item a, .ea-menu .current_page_item a { color: var(--gold); }
.ea-nav-cta { padding: 10px 24px; border: 1px solid var(--gold); border-radius: 100px; font-size: 0.8rem; font-weight: 500; color: var(--gold); background: transparent; transition: all 0.3s; }
.ea-nav-cta:hover { background: var(--gold); color: var(--black); box-shadow: 0 0 30px rgba(201,169,98,0.3); }
.ea-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; z-index: 9001; padding: 8px; }
.ea-nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--gold); transition: 0.3s; }

/* === HERO — CINEMATIC === */
.ea-hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--black); }
.ea-hero::before { content: ''; position: absolute; inset: 0; background:
  radial-gradient(ellipse 80% 60% at 20% 50%, rgba(201,169,98,0.07) 0%, transparent 60%),
  radial-gradient(ellipse 60% 50% at 80% 20%, rgba(74,126,201,0.04) 0%, transparent 50%),
  radial-gradient(ellipse 50% 80% at 50% 100%, rgba(139,95,201,0.03) 0%, transparent 50%); z-index: 1; }
.ea-hero-grid { position: absolute; inset: 0; z-index: 2; opacity: 0.03; background-image: linear-gradient(var(--gold) 1px, transparent 1px), linear-gradient(90deg, var(--gold) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black, transparent); pointer-events: none; }
.ea-hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 1; }
.ea-hero-orb--1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(201,169,98,0.15), transparent 70%); top: -10%; right: -5%; animation: orbFloat1 12s ease-in-out infinite; }
.ea-hero-orb--2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(74,126,201,0.1), transparent 70%); bottom: -10%; left: -5%; animation: orbFloat2 15s ease-in-out infinite; }
.ea-hero-orb--3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(139,95,201,0.08), transparent 70%); top: 40%; left: 30%; animation: orbFloat3 18s ease-in-out infinite; }
@keyframes orbFloat1 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-30px,40px) scale(1.1)} }
@keyframes orbFloat2 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(40px,-30px) scale(1.05)} }
@keyframes orbFloat3 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-20px,-40px) scale(1.08)} }
.ea-hero-content { position: relative; z-index: 10; max-width: 750px; }
.ea-hero-label { display: inline-block; font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.25em; color: var(--champagne); margin-bottom: 2rem; padding: 8px 20px; border: 1px solid rgba(201,169,98,0.3); border-radius: 100px; background: rgba(201,169,98,0.05); backdrop-filter: blur(10px); }
.ea-hero-title { font-size: clamp(3.5rem, 8vw, 7rem); line-height: 1.0; margin-bottom: 1.5rem; }
.ea-hero-title .gold-text { color: var(--gold); text-shadow: 0 0 60px rgba(201,169,98,0.3), 0 0 120px rgba(201,169,98,0.1); }
.ea-hero-subtitle { font-family: var(--ff-body); font-size: clamp(1rem, 1.3vw, 1.2rem); color: var(--gray); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.7; }
.ea-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* === BUTTONS === */
.ea-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; font-family: var(--ff-body); font-size: 0.9rem; font-weight: 500; border-radius: 100px; border: none; cursor: pointer; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); text-decoration: none; letter-spacing: 0.02em; }
.ea-btn--primary { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--black); box-shadow: 0 4px 30px rgba(201,169,98,0.3); }
.ea-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(201,169,98,0.5); color: var(--black); }
.ea-btn--outline { background: transparent; color: var(--gold); border: 1.5px solid rgba(201,169,98,0.4); }
.ea-btn--outline:hover { background: rgba(201,169,98,0.1); border-color: var(--gold); box-shadow: 0 0 30px rgba(201,169,98,0.15); }

/* === GLASSMORPHISM CARDS === */
.ea-glass { background: var(--surface-glass); backdrop-filter: blur(20px) saturate(1.5); -webkit-backdrop-filter: blur(20px) saturate(1.5); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius); transition: all var(--transition); position: relative; overflow: hidden; }
.ea-glass::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,169,98,0.4), transparent); transition: left 0.6s; }
.ea-glass:hover { border-color: rgba(201,169,98,0.2); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(201,169,98,0.05); }
.ea-glass:hover::before { left: 100%; }

/* === FEATURE CARDS === */
.ea-feature-icon { width: 56px; height: 56px; border-radius: var(--radius-sm); background: linear-gradient(135deg, rgba(201,169,98,0.15), rgba(201,169,98,0.05)); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; border: 1px solid rgba(201,169,98,0.15); }
.ea-feature-icon svg { color: var(--gold); }

/* === MARQUEE === */
.ea-marquee { background: var(--surface); border-top: 1px solid var(--white-08); border-bottom: 1px solid var(--white-08); padding: 18px 0; overflow: hidden; position: relative; }
.ea-marquee::before, .ea-marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 150px; z-index: 2; pointer-events: none; }
.ea-marquee::before { left: 0; background: linear-gradient(90deg, var(--black), transparent); }
.ea-marquee::after { right: 0; background: linear-gradient(270deg, var(--black), transparent); }
.ea-marquee-track { display: flex; animation: marqueeScroll 25s linear infinite; width: max-content; }
.ea-marquee-track:hover { animation-play-state: paused; }
.ea-marquee-item { display: flex; align-items: center; gap: 2rem; padding: 0 2rem; font-size: 0.85rem; font-weight: 500; color: var(--white-50); text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; }
.ea-marquee-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 10px rgba(201,169,98,0.5); }
@keyframes marqueeScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* === STATS === */
.ea-stat-number { font-family: var(--ff-display); font-size: clamp(2.5rem, 4vw, 3.5rem); color: var(--gold); line-height: 1; text-shadow: 0 0 40px rgba(201,169,98,0.2); }
.ea-stat-label { font-size: 0.7rem; color: var(--white-50); text-transform: uppercase; letter-spacing: 0.15em; margin-top: 0.5rem; }

/* === GOLD DIVIDER === */
.ea-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.4; position: relative; }
.ea-divider::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); animation: shimmer 3s ease-in-out infinite; }
@keyframes shimmer { 0%{left:-100%} 100%{left:200%} }

/* === FLOATING PARTICLES === */
.ea-particle { position: absolute; border-radius: 50%; pointer-events: none; z-index: 5; }
@keyframes floatParticle { 0%,100%{transform:translateY(0) scale(1); opacity:0.6} 50%{transform:translateY(-20px) scale(1.2); opacity:1} }

/* === PROVIDER CARDS === */
.ea-provider-card { background: var(--surface); border: 1px solid var(--white-08); border-radius: var(--radius); overflow: hidden; transition: all var(--transition); }
.ea-provider-card:hover { transform: translateY(-8px) rotate(0deg) !important; box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 40px rgba(201,169,98,0.08); border-color: rgba(201,169,98,0.25); }
.ea-provider-card-img { height: 220px; overflow: hidden; position: relative; }
.ea-provider-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.ea-provider-card:hover .ea-provider-card-img img { transform: scale(1.08); }
.ea-provider-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--surface), transparent 50%); }
.ea-provider-card-body { padding: 1.5rem; }
.ea-provider-cat { display: inline-block; padding: 4px 14px; background: rgba(201,169,98,0.1); color: var(--gold); font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 100px; margin-bottom: 0.75rem; border: 1px solid rgba(201,169,98,0.15); }
.ea-provider-name { font-family: var(--ff-body); font-size: 1.1rem; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; }
.ea-provider-meta { display: flex; align-items: center; gap: 1rem; font-size: 0.8rem; color: var(--white-50); }
.ea-rating { display: flex; align-items: center; gap: 4px; color: var(--gold); font-weight: 500; }

/* === CTA SECTION === */
.ea-cta-box { max-width: 800px; margin: 0 auto; text-align: center; padding: clamp(3rem, 6vw, 5rem); background: linear-gradient(135deg, rgba(201,169,98,0.05), rgba(139,95,201,0.03)); border: 1px solid rgba(201,169,98,0.15); border-radius: 24px; position: relative; overflow: hidden; }
.ea-cta-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(201,169,98,0.1), transparent 60%); pointer-events: none; }

/* === FOOTER === */
.ea-footer { background: var(--surface); border-top: 1px solid var(--white-08); padding: 80px 0 40px; position: relative; }
.ea-footer::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 200px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.ea-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 60px; }
.ea-footer h4 { font-family: var(--ff-body); font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: var(--white); margin-bottom: 1.5rem; }
.ea-footer-links { list-style: none; }
.ea-footer-links li { margin-bottom: 0.75rem; }
.ea-footer-links a { font-size: 0.85rem; color: var(--white-50); transition: color 0.2s; }
.ea-footer-links a:hover { color: var(--gold); }
.ea-footer-social { display: flex; gap: 0.75rem; margin-top: 1.5rem; }
.ea-footer-social a { width: 40px; height: 40px; border: 1px solid var(--white-08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white-50); transition: all 0.3s; }
.ea-footer-social a:hover { border-color: var(--gold); color: var(--gold); box-shadow: 0 0 20px rgba(201,169,98,0.2); }
.ea-footer-bottom { border-top: 1px solid var(--white-08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.ea-footer-bottom p, .ea-footer-bottom a { font-size: 0.8rem; color: var(--white-50); }

/* === FORM ELEMENTS === */
.ea-input { width: 100%; padding: 16px 20px; background: var(--surface); border: 1px solid var(--white-08); border-radius: var(--radius-sm); color: var(--white); font-family: var(--ff-body); font-size: 0.9rem; transition: all 0.3s; }
.ea-input::placeholder { color: var(--white-50); }
.ea-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,98,0.1), 0 0 20px rgba(201,169,98,0.05); }
select.ea-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23C9A962' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }

/* === FAQ === */
.ea-faq { background: var(--surface); border: 1px solid var(--white-08); border-radius: var(--radius); overflow: hidden; transition: all 0.3s; }
.ea-faq:hover { border-color: rgba(201,169,98,0.15); }
.ea-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.5rem; background: none; border: none; color: var(--white); font-family: var(--ff-body); font-size: 1rem; font-weight: 500; cursor: pointer; text-align: left; }
.ea-faq-icon { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.ea-faq.open .ea-faq-icon { transform: rotate(45deg); }
.ea-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.16,1,0.3,1); }
.ea-faq.open .ea-faq-a { max-height: 300px; }
.ea-faq-a-inner { padding: 0 1.5rem 1.25rem; color: var(--gray); font-size: 0.9rem; line-height: 1.7; }

/* === TIMELINE === */
.ea-timeline { position: relative; max-width: 800px; margin: 0 auto; }
.ea-timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--gold), rgba(201,169,98,0.1)); }
.ea-timeline-item { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 3rem; position: relative; }
.ea-timeline-item:nth-child(even) { flex-direction: row-reverse; }
.ea-timeline-node { position: absolute; left: 50%; transform: translateX(-50%); width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--gold); background: var(--black); box-shadow: 0 0 20px rgba(201,169,98,0.3); }
.ea-timeline-content { width: 42%; background: var(--surface); border: 1px solid var(--white-08); border-radius: var(--radius); padding: 1.5rem; }
.ea-timeline-year { font-family: var(--ff-display); font-size: 1.25rem; color: var(--gold); }

/* === ANIMATIONS === */
.ea-reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.ea-reveal.visible { opacity: 1; transform: translateY(0); }
.ea-delay-1 { transition-delay: 0.1s; }
.ea-delay-2 { transition-delay: 0.2s; }
.ea-delay-3 { transition-delay: 0.3s; }
.ea-delay-4 { transition-delay: 0.4s; }

/* === NOISE OVERLAY === */
.noise-overlay { position: fixed; inset: 0; z-index: 9998; opacity: 0.025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat: repeat; background-size: 128px; }

/* === SCROLL PROGRESS === */
.ea-scroll-progress { position: fixed; top: 0; right: 0; width: 2px; height: 100vh; background: var(--white-08); z-index: 9999; pointer-events: none; }
.ea-scroll-progress-bar { width: 100%; height: 0%; background: linear-gradient(to bottom, var(--gold), var(--gold-light)); box-shadow: 0 0 10px rgba(201,169,98,0.5); transition: height 0.1s linear; }

/* === BREADCRUMB === */
.ea-breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: var(--white-50); margin-bottom: 2rem; }
.ea-breadcrumb a { color: var(--white-50); }
.ea-breadcrumb a:hover { color: var(--gold); }

/* === MOBILE MENU === */
.ea-mobile-menu { position: fixed; inset: 0; z-index: 8999; visibility: hidden; opacity: 0; transition: opacity 0.3s, visibility 0.3s; }
.ea-mobile-menu.open { visibility: visible; opacity: 1; }
.ea-mobile-menu-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.7); backdrop-filter: blur(4px); }
.ea-mobile-menu-panel { position: absolute; top: 0; right: 0; width: 320px; max-width: 85vw; height: 100%; background: var(--surface); border-left: 1px solid var(--white-08); padding: 100px 32px 32px; transform: translateX(100%); transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); overflow-y: auto; }
.ea-mobile-menu.open .ea-mobile-menu-panel { transform: translateX(0); }
.ea-mobile-menu-close { position: absolute; top: 24px; right: 24px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: none; border: 1px solid var(--white-08); border-radius: 50%; color: var(--gold); cursor: pointer; }
.ea-mobile-menu-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.ea-mobile-menu-list li { border-bottom: 1px solid var(--white-08); }
.ea-mobile-menu-list a { display: block; padding: 16px 0; font-family: var(--ff-display); font-size: 1.25rem; color: var(--white); }
.ea-mobile-menu-list a:hover { color: var(--gold); }

/* === MISC === */
.ea-section-label { display: block; font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.25em; color: var(--champagne); margin-bottom: 1rem; }
.ea-section-title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.ea-section-title .gold-text { color: var(--gold); }
.ea-section-desc { font-size: 1rem; color: var(--gray); max-width: 560px; line-height: 1.7; }

/* === 404 === */
.ea-404-code { font-family: var(--ff-display); font-size: clamp(6rem, 15vw, 12rem); color: var(--gold); line-height: 1; opacity: 0.25; text-shadow: 0 0 80px rgba(201,169,98,0.2); }

/* === PAGINATION === */
.nav-links { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; }
.nav-links a, .nav-links span { padding: 10px 18px; background: var(--surface); border: 1px solid var(--white-08); border-radius: var(--radius-sm); color: var(--white-80); font-size: 0.85rem; transition: all 0.3s; }
.nav-links a:hover, .nav-links span.current { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* === ACCESSIBILITY === */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .ea-menu, .ea-nav-cta { display: none !important; }
  .ea-nav-toggle { display: flex !important; }
  .ea-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .ea-timeline::before { left: 20px; }
  .ea-timeline-item, .ea-timeline-item:nth-child(even) { flex-direction: row; }
  .ea-timeline-content { width: calc(100% - 60px); margin-left: 48px; }
  .ea-timeline-node { left: 20px; }
}
@media (max-width: 768px) {
  .ea-hero-title { font-size: clamp(2.5rem, 10vw, 4rem); }
  .ea-hero-orb--1 { width: 300px; height: 300px; }
  .ea-hero-orb--2 { width: 250px; height: 250px; }
  .ea-footer-grid { grid-template-columns: 1fr; }
  .ea-footer-bottom { flex-direction: column; text-align: center; }
  .ea-section { padding: 60px 0; }
  .ea-timeline-content { margin-left: 36px; width: calc(100% - 48px); }
  .ea-provider-card { transform: none !important; }
}

/* === REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .ea-marquee-track { animation: none !important; }
  .ea-reveal { opacity: 1 !important; transform: none !important; }
}
