:root{--bg:#0e0a16;--surface:#1b1330;--surface-2:#251a44;--text:#f6f1ff;--muted:#cbbfe6;--gold:#ffc24b;--pink:#ff3e88;--focus:#7cf3ff;--maxw:1120px;--radius:14px;--gutter:clamp(1rem, 4vw, 2.5rem);--font-display:"Unbounded", system-ui, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body), system-ui, sans-serif;-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}h1,h2,h3,.display{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.01em;margin:0 0 .4em;line-height:1.05}a{color:var(--gold);text-underline-offset:3px}a:hover{color:var(--pink)}img{max-width:100%;height:auto;display:block}:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:4px}.skip-link{z-index:200;background:var(--gold);color:#17110a;border-radius:8px;padding:.7rem 1.1rem;font-weight:700;transition:top .15s;position:absolute;top:-60px;left:8px}.skip-link:focus{color:#17110a;top:8px}.container{width:100%;max-width:var(--maxw);padding-inline:var(--gutter);margin:0 auto}.section{padding-block:clamp(3rem,8vw,6rem)}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--pink);margin:0 0 .75rem;font-size:.8rem;font-weight:700}.lead{color:var(--muted);max-width:60ch;font-size:clamp(1.05rem,2.5vw,1.25rem)}.btn{background:var(--gold);color:#17110a;cursor:pointer;border:0;border-radius:999px;padding:.85rem 1.6rem;font-weight:800;text-decoration:none;transition:transform .15s,background .15s;display:inline-block}.btn:hover{color:#17110a;background:#ffd479;transform:translateY(-2px)}.btn-ghost{color:var(--text);border:2px solid var(--surface-2);background:0 0}.btn-ghost:hover{background:var(--surface);color:var(--text);border-color:var(--gold)}.site-topbar{z-index:100;position:sticky;top:0}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--surface-2);background:#0e0a16d1;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.brand{align-items:center;gap:.6rem;display:flex}.brand img{width:auto;height:42px}.nav-toggle{border:2px solid var(--surface-2);color:var(--text);cursor:pointer;background:0 0;border-radius:10px;padding:.5rem .7rem;font-weight:700;display:none}.nav-list{gap:1.4rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--text);border-bottom:2px solid #0000;padding:.4rem 0;font-weight:600;text-decoration:none}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--gold);border-bottom-color:var(--gold)}@media (max-width:860px){.nav-toggle{align-items:center;gap:.4rem;display:inline-flex}.nav-list{background:var(--surface);border-bottom:1px solid var(--surface-2);padding:.5rem var(--gutter) 1.2rem;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0}.nav-list li{border-top:1px solid var(--surface-2)}.nav-list a{padding:.9rem 0;display:block}.nav[data-open=false] .nav-list{display:none}}.hero{text-align:center;background:radial-gradient(60% 60% at 50% 0%, #ff3e8838, transparent 70%), radial-gradient(50% 50% at 80% 30%, #ffc24b24, transparent 70%), var(--bg);padding-block:clamp(4rem,12vw,8rem);position:relative;overflow:hidden}.hero h1{text-transform:uppercase;font-size:clamp(2.6rem,9vw,6rem)}.hero h1 .accent{color:var(--gold);display:block}.hero .lead{margin:1.25rem auto 2rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.stats{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat{background:var(--surface);border-radius:var(--radius);padding:1.6rem 1rem}.stat-value{font-family:var(--font-display), sans-serif;color:var(--gold);font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}@media (max-width:680px){.stats{grid-template-columns:repeat(2,1fr)}}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,5vw,3.5rem);display:grid}@media (max-width:820px){.split{grid-template-columns:1fr}}.card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem;display:grid}.card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);overflow:hidden}.card img{aspect-ratio:16/10;object-fit:cover;width:100%}.card-body{padding:1.4rem}.card-body h3{color:var(--gold)}.chip-row{flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.chip{background:var(--surface);border:1px solid var(--surface-2);color:var(--muted);border-radius:999px;padding:.45rem .9rem;font-size:.9rem}.rounded{border-radius:var(--radius);overflow:hidden}.grid-gallery{grid-template-columns:repeat(3,1fr);gap:.9rem;display:grid}@media (max-width:720px){.grid-gallery{grid-template-columns:repeat(2,1fr)}}.grid-gallery button{cursor:pointer;background:0 0;border:0;border-radius:10px;padding:0;overflow:hidden}.grid-gallery img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .25s}.grid-gallery button:hover img{transform:scale(1.05)}.lightbox{z-index:300;background:#06040ceb;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.lightbox-figure{text-align:center;max-width:min(92vw,1000px);margin:0}.lightbox-figure img{border-radius:8px;width:auto;max-height:78vh;margin:0 auto}.lightbox figcaption{color:var(--muted);margin-top:.8rem}.lightbox-controls{gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.icon-btn{background:var(--surface);color:var(--text);border:1px solid var(--surface-2);cursor:pointer;border-radius:10px;place-items:center;width:46px;height:46px;font-size:1.2rem;display:grid}.icon-btn:hover{background:var(--surface-2)}.lightbox-nav{pointer-events:none;justify-content:space-between;width:100%;padding:0 1rem;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.lightbox-nav .icon-btn{pointer-events:auto}.field{margin-bottom:1.1rem;display:block}.field span{margin-bottom:.4rem;font-weight:600;display:block}.field input,.field textarea{background:var(--surface);border:1px solid var(--surface-2);width:100%;color:var(--text);font:inherit;border-radius:10px;padding:.75rem .9rem}.field input:focus,.field textarea:focus{outline:3px solid var(--focus);outline-offset:2px}.field .hint{color:var(--muted);font-size:.85rem;font-weight:400}.contact-details{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.contact-details strong{color:var(--gold);display:block}.footer{border-top:1px solid var(--surface-2);background:#0a0711}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:2rem;display:grid}@media (max-width:720px){.footer-grid{grid-template-columns:1fr}}.footer h3{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;font-size:1rem}.footer a{color:var(--muted)}.footer a:hover{color:var(--gold)}.footer .list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.copyright{border-top:1px solid var(--surface-2);color:var(--muted);text-align:center;padding:1.2rem 0;font-size:.85rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.a11y-widget{z-index:400;position:fixed;bottom:18px;right:18px}.a11y-launcher{color:#fff;cursor:pointer;background:#1a56db;border:3px solid #fff;border-radius:50%;place-items:center;width:56px;height:56px;display:grid;box-shadow:0 6px 20px #0006}.a11y-launcher:hover{background:#1e40af}.a11y-panel{color:#14121c;background:#fff;border-radius:14px;width:min(320px,88vw);padding:1rem;position:absolute;bottom:68px;right:0;box-shadow:0 12px 40px #00000073}.a11y-panel-head{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.a11y-panel-head strong{font-size:1.1rem}.a11y-close{cursor:pointer;color:#14121c;background:#eee;border:0;border-radius:8px;width:34px;height:34px;font-size:1rem}.a11y-close:hover{background:#ddd}.a11y-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.a11y-toggle{color:#14121c;font:inherit;cursor:pointer;text-align:center;background:#f4f4f8;border:2px solid #e2e2ec;border-radius:10px;min-height:64px;padding:.7rem .5rem;font-size:.85rem}.a11y-toggle:hover{border-color:#1a56db}.a11y-toggle[aria-pressed=true]{color:#fff;background:#1a56db;border-color:#1a56db;font-weight:700}.a11y-reset{color:#fff;width:100%;font:inherit;cursor:pointer;background:#14121c;border:0;border-radius:10px;margin-top:.8rem;padding:.7rem;font-weight:700}.a11y-reset:hover{background:#2a2740}.a11y-panel :focus-visible{outline-color:#1a56db}html.a11y-contrast{--bg:#000;--surface:#000;--surface-2:#333;--text:#fff;--muted:#fff;--gold:#ff0;--pink:#ff0}html.a11y-contrast body{background:#000}html.a11y-contrast a{color:#ff0}html.a11y-links a{outline-offset:2px;outline:1px dashed;text-decoration:underline!important}html.a11y-bigtext{font-size:125%}html.a11y-spacing body{letter-spacing:.08em;word-spacing:.16em}html.a11y-lineheight body{line-height:2!important}html.a11y-pause *,html.a11y-pause :before,html.a11y-pause :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}html.a11y-hideimages img{visibility:hidden!important}html.a11y-hideimages [style*=background-image]{background-image:none!important}html.a11y-dyslexia body,html.a11y-dyslexia h1,html.a11y-dyslexia h2,html.a11y-dyslexia h3{letter-spacing:.03em;font-family:Comic Sans MS,Trebuchet MS,Verdana,sans-serif!important}html.a11y-cursor,html.a11y-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' stroke='%23fff' stroke-width='1' d='M5 3l14 8-6 1.5L9.5 19z'/%3E%3C/svg%3E") 4 4,auto!important}html.a11y-alignleft body,html.a11y-alignleft h1,html.a11y-alignleft h2,html.a11y-alignleft h3,html.a11y-alignleft p,html.a11y-alignleft .hero,html.a11y-alignleft .container{text-align:left!important}.lang-switch{border:2px solid var(--surface-2);min-width:44px;height:40px;color:var(--text);border-radius:10px;place-items:center;padding:0 .6rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-grid}.lang-switch:hover{border-color:var(--gold);color:var(--gold)}.espa-banner{background:#fff;border-bottom:1px solid #e6e6ef}.espa-banner-inner{max-width:1080px;padding:10px var(--gutter);justify-content:center;margin:0 auto;display:flex}.espa-banner-inner img{width:100%;max-width:1000px;height:auto}
