@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700&family=Cinzel:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap');


:root {
    --ink: #050308;
    --panel: rgba(9, 6, 15, .86);
    --panel-edge: rgba(203, 154, 255, .25);
    --white: #f8f7fb;
    --muted: #b6afc2;
    --purple: #a536ff;
    --purple-soft: #d59bff;
    --lime: #aaff00;
    --orange: #ff6a00;
    --line: rgba(255, 255, 255, .14);
    --danger: #ff806f;
    --font-display: "Barlow Condensed", Impact, sans-serif;
    --font-tech: "Orbitron", system-ui, sans-serif;
    --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
    margin: 0;
    color: var(--white);
    background: var(--ink);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }


.primary-nav a {
    text-decoration: none;
}

.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; left: 20px; top: -100px; z-index: 999;
    padding: 13px 18px; background: var(--lime); color: #070707;
    font-weight: 800; text-decoration: none; border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    min-height: 86px;
    display: grid;
    grid-template-columns: 136px 1fr auto;
    align-items: center;
    gap: 26px;
    padding: 10px clamp(22px, 4vw, 72px);
    background: linear-gradient(180deg, rgba(4, 2, 8, .96), rgba(4, 2, 8, .78) 70%, transparent);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
}
.brand { display: inline-flex; width: 122px; height: 72px; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 12px rgba(155,48,255,.35)); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2vw, 34px); }
.site-nav a {
    position: relative;
    font: 700 14px/1 var(--font-display);
    letter-spacing: .13em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,.76);
    padding: 34px 0 29px;
    transition: color .2s ease;
}
.site-nav a::after {
    content: "";
    position: absolute;
    height: 2px; left: 50%; right: 50%; bottom: 19px;
    background: linear-gradient(90deg, var(--purple), var(--lime));
    box-shadow: 0 0 9px var(--purple);
    transition: left .22s ease, right .22s ease;
}
.site-nav a:hover, .site-nav a.active { color: #fff; }
.site-nav a:hover::after, .site-nav a.active::after { left: 0; right: 0; }
.nav-cta {
    text-decoration: none;
    min-width: 148px;
    padding: 14px 18px;
    border: 1px solid rgba(170,255,0,.5);
    background: linear-gradient(135deg, rgba(170,255,0,.15), rgba(118,38,226,.2));
    font: 800 14px/1 var(--font-tech);
    letter-spacing: .05em;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.nav-cta:hover { transform: translateY(-2px); border-color: var(--lime); background: rgba(170,255,0,.2); }
.menu-toggle { display: none; }

.contact-hero {
    position: relative;
    isolation: isolate;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(540px, .72fr);
    align-items: center;
    gap: clamp(50px, 6vw, 110px);
    padding: 126px clamp(28px, 5vw, 96px) 92px;
}
.hero-art {
    position: absolute;
    z-index: -5;
    inset: 0;
    background: url("../images/contact-full-bleed.webp") center center / cover no-repeat;
    transform: scale(1.025);
    animation: art-breathe 18s ease-in-out infinite alternate;
}
.hero-shade {
    position: absolute;
    z-index: -4;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4,2,9,.32) 0%, rgba(4,2,9,.1) 43%, rgba(4,2,9,.48) 100%),
        linear-gradient(180deg, rgba(3,1,7,.23) 0%, rgba(3,1,7,.08) 54%, rgba(3,1,7,.92) 100%);
}
.hero-shade::after {
    content: "";
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px);
    background-size: 100% 5px;
    opacity: .32;
    mix-blend-mode: soft-light;
    pointer-events: none;
}
.circuit-orbit {
    position: absolute;
    z-index: -2;
    border: 1px solid rgba(173,53,255,.22);
    border-radius: 50%;
    pointer-events: none;
}
.circuit-orbit::before, .circuit-orbit::after {
    content: ""; position: absolute; border-radius: 50%;
    background: var(--purple); box-shadow: 0 0 15px var(--purple);
}
.orbit-one { width: 880px; height: 880px; left: -400px; top: 18%; transform: rotate(-20deg); }
.orbit-one::before { width: 7px; height: 7px; right: 122px; top: 80px; }
.orbit-one::after { width: 5px; height: 5px; right: -3px; top: 51%; background: var(--lime); box-shadow: 0 0 15px var(--lime); }
.orbit-two { width: 620px; height: 620px; right: -350px; top: 9%; border-color: rgba(255,100,0,.22); }
.orbit-two::before { width: 7px; height: 7px; left: 90px; top: 55px; background: var(--orange); box-shadow: 0 0 15px var(--orange); }
.orbit-two::after { display: none; }

.hero-copy {
    position: relative;
    z-index: 2;
    width: min(780px, 100%);
    align-self: center;
    padding-left: clamp(0px, 2vw, 36px);
    animation: reveal-left .7s ease both;
}
.event-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(8,4,13,.55);
    backdrop-filter: blur(12px);
    font: 700 12px/1 var(--font-tech);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #e9e4f1;
}
.event-tag span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.hero-logo {
    display: block;
    width: min(340px, 52vw);
    height: auto;
    margin: 0 0 4px -12px;
    filter: drop-shadow(0 16px 24px rgba(0,0,0,.46)) drop-shadow(0 0 18px rgba(145,37,255,.27));
}
.eyebrow {
    margin: 0 0 6px;
    color: var(--lime);
    font: 800 13px/1.2 var(--font-tech);
    letter-spacing: .18em;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(170,255,0,.28);
}
.hero-copy h1 {
    margin: 0;
    max-width: 800px;
    font: 800 clamp(58px, 6.7vw, 112px)/.82 var(--font-display);
    letter-spacing: -.045em;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 10px 42px rgba(0,0,0,.62);
}
.hero-copy h1 em {
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1.5px var(--purple-soft);
    text-shadow: 0 0 20px rgba(166,54,255,.38);
}
.hero-intro {
    max-width: 630px;
    margin: 25px 0 30px;
    color: #d5cfdd;
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.7;
    text-shadow: 0 2px 16px #000;
}
.quick-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 660px; }
.quick-card {
    position: relative;
    min-height: 78px;
    padding: 15px 44px 14px 18px;
    border: 1px solid rgba(255,255,255,.16);
    background: linear-gradient(120deg, rgba(18,11,28,.82), rgba(8,4,14,.52));
    backdrop-filter: blur(18px);
    text-decoration: none;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.quick-card::before {
    content: ""; position: absolute; inset: auto 0 0 0; height: 2px;
    background: linear-gradient(90deg, var(--purple), var(--lime), var(--orange));
    transform: scaleX(.25); transform-origin: left; transition: transform .25s ease;
}
.quick-card:hover { transform: translateY(-3px); border-color: rgba(170,255,0,.5); background: rgba(17,9,27,.9); }
.quick-card:hover::before { transform: scaleX(1); }
.quick-kicker { display: block; margin-bottom: 9px; color: var(--muted); font: 700 11px/1 var(--font-tech); letter-spacing: .12em; text-transform: uppercase; }
.quick-card strong { display: block; font: 700 clamp(15px, 1.2vw, 19px)/1 var(--font-body); }
.quick-arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--lime); font-size: 23px; }
.specialist-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; color: #a9a1b5; font-size: 13px; }
.specialist-links span { color: #d4ceda; font-weight: 600; }
.specialist-links a { color: var(--purple-soft); text-underline-offset: 4px; }

.form-shell {
    position: relative;
    z-index: 3;
    width: min(690px, 100%);
    justify-self: end;
    padding: 0 clamp(24px, 2.6vw, 42px) clamp(28px, 3vw, 45px);
    background:
        linear-gradient(145deg, rgba(23,15,34,.91), rgba(5,3,10,.94)),
        var(--panel);
    border: 1px solid var(--panel-edge);
    box-shadow:
        0 38px 90px rgba(0,0,0,.52),
        0 0 0 1px rgba(255,255,255,.035) inset,
        0 0 56px rgba(116,29,201,.13);
    backdrop-filter: blur(22px) saturate(1.12);
    clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
    animation: reveal-right .75s .08s ease both;
}
.form-shell::before {
    content: "";
    position: absolute; z-index: -1; inset: -1px;
    background: linear-gradient(135deg, rgba(170,255,0,.15), transparent 21%, transparent 78%, rgba(255,97,0,.15));
    clip-path: inherit;
    pointer-events: none;
}
.panel-topline {
    height: 46px;
    margin: 0 calc(clamp(24px, 2.6vw, 42px) * -1) 28px;
    padding: 0 clamp(24px, 2.6vw, 42px);
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: rgba(4,2,8,.42);
    color: #aaa2b6;
    font: 700 10px/1 var(--font-tech);
    letter-spacing: .11em;
    text-transform: uppercase;
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 9px var(--lime); }
.panel-code { margin-left: auto; color: rgba(255,255,255,.35); }
.form-heading { margin-bottom: 25px; }
.form-kicker { margin: 0 0 6px; color: var(--orange); font: 800 11px/1 var(--font-tech); letter-spacing: .16em; text-transform: uppercase; }
.form-heading h2 { margin: 0; font: 800 clamp(37px, 3.1vw, 55px)/.98 var(--font-display); text-transform: uppercase; letter-spacing: -.025em; }
.form-heading > p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.form-heading span, .field b, .consent b { color: var(--lime); }

.alert { margin: 0 0 20px; padding: 15px 17px; border-left: 3px solid; font-size: 13px; line-height: 1.5; }
.alert strong { display: block; margin-bottom: 4px; font-family: var(--font-tech); text-transform: uppercase; letter-spacing: .06em; }
.alert.success { background: rgba(170,255,0,.08); border-color: var(--lime); }
.alert.error { background: rgba(255,81,58,.09); border-color: var(--danger); }
.alert.error ul { margin: 7px 0 0 18px; padding: 0; }

.field-grid { display: grid; gap: 14px; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.field { display: block; position: relative; margin-bottom: 14px; }
.field > span { display: block; margin: 0 0 8px; color: #ddd8e3; font: 700 11px/1 var(--tech, var(--font-tech)); letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea {
    width: 100%;
    color: #fff;
    background: rgba(255,255,255,.052);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 0;
    outline: none;
    padding: 13px 14px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input, .field select { height: 49px; }
.field textarea { resize: vertical; min-height: 126px; line-height: 1.55; padding-bottom: 28px; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(202,159,255,.34); }
.field input:focus, .field select:focus, .field textarea:focus {
    border-color: var(--purple-soft);
    box-shadow: 0 0 0 3px rgba(164,54,255,.12), 0 0 18px rgba(164,54,255,.09);
    background: rgba(255,255,255,.07);
}
.field select { appearance: none; cursor: pointer; padding-right: 42px; }
.select-field::after {
    content: "⌄";
    position: absolute; right: 15px; bottom: 16px;
    color: var(--lime); font-size: 18px; pointer-events: none;
}
.field select option { color: #fff; background: #130b1d; }
.message-field small { position: absolute; right: 11px; bottom: 10px; color: rgba(255,255,255,.38); font-size: 10px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 1px; overflow: hidden; }

.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; cursor: pointer; margin: 4px 0 20px; color: #bcb5c5; font-size: 11px; line-height: 1.5; }
.consent input { position: absolute; opacity: 0; pointer-events: none; }
.checkmark { width: 19px; height: 19px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.04); position: relative; }
.consent input:focus-visible + .checkmark { box-shadow: 0 0 0 3px rgba(170,255,0,.2); }
.consent input:checked + .checkmark { border-color: var(--lime); background: rgba(170,255,0,.13); }
.consent input:checked + .checkmark::after { content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px; border: solid var(--lime); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.submit-button {
    width: 100%; height: 58px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 20px 0 24px;
    border: 1px solid var(--lime);
    color: #070706;
    background: linear-gradient(98deg, #aaff00 0%, #d9ff37 54%, #ff9b16 140%);
    font: 800 14px/1 var(--font-tech);
    letter-spacing: .09em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 22px rgba(170,255,0,.11);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.submit-button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 0 28px rgba(170,255,0,.26); }
.submit-button:active { transform: translateY(0); }
.button-icon { font-size: 25px; }
.response-note { margin: 13px 0 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; text-align: center; }
.scroll-cue {
    position: absolute; left: 26px; bottom: 48px;
    writing-mode: vertical-rl; transform: rotate(180deg);
    color: rgba(255,255,255,.28); font: 700 9px/1 var(--font-tech); letter-spacing: .2em;
}
.scroll-cue span { display: inline-block; width: 1px; height: 70px; margin-bottom: 12px; background: linear-gradient(var(--purple), transparent); }

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    min-height: 94px;
    padding: 20px clamp(28px, 5vw, 96px);
    border-top: 1px solid rgba(255,255,255,.1);
    background: #050309;
    color: #aaa2b5;
    font-size: 11px;
}
.site-footer strong { display: block; color: #fff; font: 700 15px/1.2 var(--font-display); letter-spacing: .08em; text-transform: uppercase; }
.site-footer > div:first-child span { display: block; margin-top: 3px; text-transform: uppercase; letter-spacing: .1em; }
.footer-center { color: #c6bfcd; font: 700 10px/1 var(--font-tech); letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; }
.footer-links a { color: #aaa2b5; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }

@keyframes art-breathe { from { transform: scale(1.025); } to { transform: scale(1.065); } }
@keyframes reveal-left { from { opacity: 0; transform: translateX(-22px); } to { opacity: 1; transform: none; } }
@keyframes reveal-right { from { opacity: 0; transform: translateX(25px); } to { opacity: 1; transform: none; } }

@media (max-width: 1260px) {
    .site-nav { gap: 17px; }
    .site-nav a { font-size: 12px; }
    .contact-hero { grid-template-columns: minmax(0, .88fr) minmax(515px, .75fr); gap: 42px; }
    .hero-copy h1 { font-size: clamp(55px, 6vw, 82px); }
}

@media (max-width: 1050px) {
    .site-header { grid-template-columns: 114px 1fr auto; min-height: 78px; padding-inline: 24px; }
    .brand { width: 104px; height: 64px; }
    .menu-toggle {
        display: grid; gap: 5px; justify-self: end;
        width: 44px; height: 44px; place-content: center;
        border: 1px solid rgba(255,255,255,.18); background: rgba(8,4,13,.78); color: #fff; cursor: pointer;
    }
    .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-nav {
        position: absolute; inset: 78px 0 auto 0;
        display: none; flex-direction: column; align-items: stretch; gap: 0;
        padding: 14px 24px 24px;
        background: rgba(5,2,9,.98); border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
    .site-nav a::after { display: none; }
    .nav-cta { grid-column: 3; grid-row: 1; margin-right: 57px; }
    .contact-hero {
        grid-template-columns: 1fr;
        padding: 120px 42px 72px;
        gap: 48px;
    }
    .hero-copy { width: min(760px,100%); padding-left: 0; }
    .hero-logo { width: 280px; }
    .hero-copy h1 { font-size: clamp(65px, 10vw, 105px); }
    .form-shell { width: min(760px, 100%); justify-self: center; }
    .scroll-cue { display: none; }
    .hero-art { background-position: 47% center; }
}

@media (max-width: 720px) {
    .site-header { grid-template-columns: 92px 1fr 44px; padding-inline: 16px; }
    .brand { width: 88px; height: 62px; }
    .nav-cta { display: none; }
    .menu-toggle { grid-column: 3; }
    .contact-hero { padding: 105px 18px 48px; gap: 36px; }
    .hero-art { background-position: 42% top; }
    .hero-shade { background: linear-gradient(180deg, rgba(3,1,7,.2), rgba(3,1,7,.78) 46%, rgba(3,1,7,.96) 100%); }
    .event-tag { max-width: 100%; font-size: 9px; line-height: 1.35; }
    .hero-logo { width: 230px; margin-left: -8px; }
    .eyebrow { font-size: 10px; }
    .hero-copy h1 { font-size: clamp(56px, 18vw, 78px); line-height: .84; }
    .hero-intro { font-size: 14px; line-height: 1.62; margin-block: 20px 24px; }
    .quick-contact { grid-template-columns: 1fr; }
    .form-shell { padding-inline: 20px; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); }
    .panel-topline { margin-inline: -20px; padding-inline: 20px; }
    .panel-code { display: none; }
    .field-grid.two { grid-template-columns: 1fr; gap: 0; }
    .site-footer { grid-template-columns: 1fr; text-align: center; }
    .footer-links { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .001ms !important; }
}
