.contact-cta {
    isolation: isolate;
    overflow: hidden;
    padding: clamp(118px, 12vw, 184px) var(--page-padding-desktop) 34px;
    background:
        radial-gradient(ellipse 72% 32% at 50% 74%, rgba(253, 81, 28, .16), transparent 74%),
        radial-gradient(ellipse 35% 42% at 68% 31%, rgba(69, 193, 183, .08), transparent 70%),
        linear-gradient(180deg, #030708 0%, #050a0b 60%, #080c0c 100%);
}

.contact-cta::before {
    position: absolute;
    z-index: -1;
    right: -18vw;
    bottom: -21vw;
    width: min(70vw, 920px);
    aspect-ratio: 1;
    opacity: .07;
    background: url("../../../assets/images/access-emblem.svg") center / contain no-repeat;
    content: "";
    filter: drop-shadow(0 0 38px rgba(111, 255, 242, .34));
    transform: rotate(-16deg);
}

.contact-cta-atmosphere { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.contact-cta-grid {
    position: absolute; inset: 0; opacity: .2;
    background-image: linear-gradient(rgba(111,255,242,.11) 1px,transparent 1px), linear-gradient(90deg,rgba(111,255,242,.11) 1px,transparent 1px);
    background-size: 66px 66px;
    -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 42%,transparent 100%);
    mask-image: linear-gradient(90deg,transparent 0%,#000 42%,transparent 100%);
}
.contact-cta-orbit { position: absolute; border: 1px solid rgba(111,255,242,.17); border-radius: 50%; animation: contactOrbitBreath 12s ease-in-out infinite alternate; }
.contact-cta-orbit-a { width: min(72vw,1080px); aspect-ratio: 1; top: -36%; right: -9%; transform: rotate(26deg); }
.contact-cta-orbit-b { width: min(55vw,800px); aspect-ratio: 1; bottom: -33%; left: -14%; border-color: rgba(253,81,28,.24); transform: rotate(-18deg); animation-delay: -5s; }

.contact-cta-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(390px,.78fr);
    align-items: center;
    gap: clamp(40px,7vw,126px);
    width: min(1360px,100%);
    min-height: 640px;
    margin: 0 auto;
}
.contact-cta-lead { position: relative; z-index: 1; padding-bottom: 28px; }
.contact-cta-title, .contact-success h3 {
    font-family: "Barlow Condensed",sans-serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: .82;
}
.contact-cta-title { font-size: clamp(74px,9.4vw,158px); }
.contact-cta-title span {
    display: inline-block;
    color: rgba(47,255,208,.025);
    -webkit-text-stroke: 1.25px rgba(214,255,244,.75);
    filter: drop-shadow(0 0 4px rgba(47,255,208,.22));
    text-shadow: 0 0 18px rgba(47,255,208,.26);
    animation: contactVictoryEdge 7s ease-in-out infinite;
}

.contact-cta {
    background:
        radial-gradient(ellipse 92% 52% at 50% 76%, rgba(253, 81, 28, 0.12), transparent 76%),
        radial-gradient(ellipse 42% 48% at 68% 31%, rgba(69, 193, 183, 0.075), transparent 72%),
        linear-gradient(180deg, #030708 0%, #050a0b 60%, #080c0c 100%);
}
.contact-cta-copy { max-width: 330px; margin-top: 31px; color: var(--text-secondary); font-size: 16px; line-height: 1.65; }
.contact-cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 36px; }

.contact-action, .contact-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 53px;
    overflow: hidden;
    padding: 0 24px;
    border: 1px solid rgba(255,255,255,.28);
    color: var(--white);
    font-family: "Barlow Condensed",sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .1em;
    cursor: pointer;
    transition: border-color 280ms var(--ease),box-shadow 280ms var(--ease),transform 280ms var(--ease),background 280ms var(--ease);
}
.contact-action::before, .contact-submit::before {
    position: absolute; inset: 1px auto 1px -85%; width: 52%;
    background: linear-gradient(100deg,transparent,rgba(255,255,255,.45),transparent);
    content: ""; transform: skewX(-24deg); transition: left 550ms var(--ease);
}
.contact-action:hover, .contact-action:focus-visible, .contact-submit:hover, .contact-submit:focus-visible { transform: translateY(-2px); }
.contact-action:hover::before, .contact-action:focus-visible::before, .contact-submit:hover::before, .contact-submit:focus-visible::before { left: 145%; }
.contact-action-primary, .contact-submit {
    border-color: rgba(255,154,91,.95);
    background: linear-gradient(135deg,rgba(255,183,129,.36),transparent 38%),linear-gradient(135deg,#e74a17,#fd632a 56%,#cb3710);
    box-shadow: inset 0 1px 0 rgba(255,235,217,.48),inset 0 -1px 0 rgba(111,27,5,.45),0 12px 32px rgba(253,81,28,.23);
}
.contact-action-primary:hover, .contact-action-primary:focus-visible, .contact-submit:hover, .contact-submit:focus-visible {
    border-color: #ffc099;
    box-shadow: inset 0 1px 0 rgba(255,245,238,.62),inset 0 -1px 0 rgba(111,27,5,.45),0 16px 42px rgba(253,81,28,.34);
}
.contact-action-secondary { background: rgba(4,13,15,.47); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.contact-action-secondary:hover, .contact-action-secondary:focus-visible { border-color: rgba(111,255,242,.72); box-shadow: 0 10px 28px rgba(69,193,183,.09); }
.contact-action-arrow { position: relative; transition: transform 260ms var(--ease); }
.contact-action:hover .contact-action-arrow, .contact-action:focus-visible .contact-action-arrow, .contact-submit:hover .contact-action-arrow, .contact-submit:focus-visible .contact-action-arrow { transform: translate(3px,-2px); }

.contact-console {
    position: relative;
    padding: clamp(29px,3.5vw,50px);
    border: 1px solid rgba(164,255,241,.24);
    background: linear-gradient(135deg,rgba(111,255,242,.08),transparent 38%),linear-gradient(325deg,rgba(253,81,28,.1),transparent 39%),rgba(3,12,14,.7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 28px 60px rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    transition: border-color 450ms var(--ease),box-shadow 450ms var(--ease),transform 450ms var(--ease);
}
.contact-console::before { position: absolute; top: 0; right: 12%; left: 12%; height: 1px; background: linear-gradient(90deg,transparent,rgba(47,255,208,.72),transparent); content: ""; }
.contact-console.is-spotlit {
    border-color: rgba(47,255,208,.72);
    box-shadow: inset 0 1px 0 rgba(213,255,247,.22),0 0 0 1px rgba(47,255,208,.08),0 28px 70px rgba(0,0,0,.32),0 0 36px rgba(47,255,208,.12);
    animation: contactConsolePulse 1.8s var(--ease);
}
.contact-console:focus-visible { outline: 1px solid var(--teal-hot); outline-offset: 5px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 18px; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field label { display: block; margin-bottom: 8px; color: var(--text-secondary); font-size: 11px; letter-spacing: .09em; }
.contact-field label span { color: var(--orange-hot); }
.contact-field input, .contact-field textarea {
    width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.26); border-radius: 0; padding: 10px 0; color: var(--white); outline: 0; background: transparent; transition: border-color 200ms ease;
}
.contact-field textarea { min-height: 100px; resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus { border-color: var(--teal-hot); }
.contact-field.is-invalid input, .contact-field.is-invalid textarea { border-color: var(--orange-hot); }
.contact-field-error { min-height: 16px; margin-top: 6px; color: var(--orange-hot); font-size: 10px; }
.contact-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); }
.contact-form-status { min-height: 20px; margin-top: 18px; color: var(--orange-hot); font-size: 12px; }
.contact-submit { width: 100%; margin-top: 3px; }
.contact-submit-loading { display: none; }
.contact-form.is-submitting .contact-submit { cursor: wait; opacity: .75; }
.contact-form.is-submitting .contact-submit-label, .contact-form.is-submitting .contact-submit .contact-action-arrow { display: none; }
.contact-form.is-submitting .contact-submit-loading { display: inline; }
.contact-success { min-height: 270px; padding: 28px 0 0; animation: contactSuccessIn 600ms var(--ease); }
.contact-success p { color: var(--teal); font-family: "Barlow Condensed",sans-serif; font-size: 13px; font-style: italic; font-weight: 800; letter-spacing: .2em; }
.contact-success h3 { margin-top: 20px; font-size: clamp(52px,5vw,74px); }
.contact-success > span { display: block; max-width: 280px; margin-top: 21px; color: var(--text-secondary); line-height: 1.6; }

.contact-footer {
    position: relative;
    width: min(1360px,100%);
    margin: clamp(80px,11vw,150px) auto 0;
    padding: 28px clamp(24px,4vw,54px) 18px;
    border: 1px solid rgba(164,255,241,.2);
    background: linear-gradient(120deg,rgba(111,255,242,.06),transparent 32%),linear-gradient(300deg,rgba(253,81,28,.07),transparent 36%),rgba(5,13,14,.65);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07),0 20px 60px rgba(0,0,0,.22);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
}
.contact-footer::before { position: absolute; top: -1px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg,transparent,rgba(111,255,242,.48),rgba(253,81,28,.3),transparent); content: ""; }
.contact-footer-main { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 36px; }
.contact-footer-brand { display: flex; align-items: center; gap: 17px; color: var(--text-primary); font-family: "Barlow Condensed",sans-serif; font-size: 20px; font-style: italic; font-weight: 800; letter-spacing: .04em; }
.contact-footer-brand img { width: min(160px,29vw); height: auto; }
.contact-footer-details { display: grid; gap: 7px; color: var(--text-secondary); font-size: 12px; font-style: normal; line-height: 1.5; }
.contact-footer-details a { width: fit-content; color: var(--white); transition: color 200ms ease; }
.contact-footer-details a:hover, .contact-footer-details a:focus-visible { color: var(--teal-hot); }
.contact-footer-details span { color: var(--text-muted); }
.contact-footer-social { display: flex; gap: 9px; }
.contact-footer-social a { display: grid; width: 38px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.18); color: var(--text-secondary); transition: color 220ms ease,border-color 220ms ease,box-shadow 220ms ease,transform 220ms ease; }
.contact-footer-social svg { width: 17px; height: 17px; fill: currentColor; }
.contact-footer-social a:hover, .contact-footer-social a:focus-visible { border-color: rgba(111,255,242,.65); color: var(--teal-hot); box-shadow: 0 7px 18px rgba(69,193,183,.13); transform: translateY(-3px); }
.contact-footer-bottom { margin-top: 23px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); color: var(--text-muted); font-size: 10px; letter-spacing: .06em; }
.is-contact-visible .experience-player { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(14px); transition: opacity 240ms ease,visibility 240ms ease,transform 240ms ease; }

@keyframes contactVictoryEdge {
    0%,100% { -webkit-text-stroke-color: rgba(214,255,244,.68); filter: drop-shadow(0 0 3px rgba(47,255,208,.17)); text-shadow: 0 0 12px rgba(47,255,208,.16); }
    48% { -webkit-text-stroke-color: rgba(117,255,219,.98); filter: drop-shadow(0 0 7px rgba(47,255,208,.46)); text-shadow: 0 0 28px rgba(47,255,208,.38); }
}
@keyframes contactOrbitBreath { to { opacity: .72; } }
@keyframes contactConsolePulse { 0%,100% { transform: translateY(0); } 45% { transform: translateY(-2px); } }
@keyframes contactSuccessIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
    .contact-cta { padding-inline: var(--page-padding-tablet); }
    .contact-cta-inner { grid-template-columns: 1fr; max-width: 720px; min-height: auto; }
    .contact-cta-lead { padding-bottom: 0; }
    .contact-cta-title { font-size: clamp(76px,15vw,134px); }
    .contact-cta-copy { max-width: none; }
    .contact-footer-main { grid-template-columns: 1fr 1fr; }
    .contact-footer-social { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
    .contact-cta { padding: 108px var(--page-padding-mobile) 20px; }
    .contact-cta-inner { gap: 50px; }
    .contact-cta-title { font-size: clamp(61px,17vw,96px); }
    .contact-cta-title span { -webkit-text-stroke-width: 1px; }
    .contact-cta-copy { font-size: 14px; }
    .contact-cta-actions { align-items: stretch; flex-direction: column; }
    .contact-action { width: 100%; }
    .contact-form-grid, .contact-footer-main { grid-template-columns: 1fr; }
    .contact-field-wide, .contact-footer-social { grid-column: auto; }
    .contact-console { padding: 28px 23px; }
    .contact-footer { margin-top: 76px; padding: 27px 22px 18px; }
    .contact-footer-main { gap: 27px; }
    .contact-footer-brand { align-items: flex-start; flex-direction: column; gap: 12px; }
    .contact-footer-brand img { width: 150px; }
}

/* Final material and interaction refinement. */
.contact-cta-title span {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: rgba(47, 255, 208, 0.74);
    text-shadow: 0 0 14px rgba(47, 255, 208, 0.2);
    filter: drop-shadow(0 0 3px rgba(47, 255, 208, 0.22));
}

@keyframes contactVictoryEdge {
    0%, 100% {
        -webkit-text-stroke-color: rgba(47, 255, 208, 0.7);
        text-shadow: 0 0 12px rgba(47, 255, 208, 0.16);
        filter: drop-shadow(0 0 3px rgba(47, 255, 208, 0.18));
    }
    48% {
        -webkit-text-stroke-color: rgba(120, 255, 225, 0.9);
        text-shadow: 0 0 20px rgba(47, 255, 208, 0.3);
        filter: drop-shadow(0 0 5px rgba(47, 255, 208, 0.32));
    }
}

.contact-action-primary {
    isolation: isolate;
    padding: 2px;
    border: 0;
    border-radius: 13px;
    background:
        radial-gradient(circle 90px at 84% -16%, rgba(255, 255, 255, 0.75), transparent 28%),
        linear-gradient(120deg, rgba(255, 164, 96, 0.82), rgba(77, 220, 208, 0.38) 42%, rgba(255, 255, 255, 0.25));
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3), 0 0 28px rgba(253, 81, 28, 0.12);
}

.contact-action-primary::before {
    display: none;
}

.contact-action-primary::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 9%;
    width: 63%;
    height: 62%;
    border-radius: 120px;
    box-shadow: 0 0 24px rgba(255, 170, 112, 0.2);
    content: "";
    transition: box-shadow 280ms var(--ease), transform 280ms var(--ease);
}

.contact-action-inner {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    min-height: 49px;
    padding: 0 23px;
    border-radius: 11px;
    background:
        radial-gradient(circle 70px at 94% -24%, rgba(255, 255, 255, 0.22), transparent 41%),
        radial-gradient(circle 75px at 4% 106%, rgba(253, 81, 28, 0.26), transparent 62%),
        radial-gradient(circle 58px at 14% 108%, rgba(69, 193, 183, 0.18), transparent 66%),
        linear-gradient(135deg, #151b1b, #080c0d 72%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -10px 20px rgba(0, 0, 0, 0.16);
}

.contact-cta-blob {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 420ms var(--ease), opacity 420ms var(--ease);
}

.contact-cta-blob-orange {
    bottom: -42px;
    left: -10px;
    width: 90px;
    height: 90px;
    opacity: 0.72;
    background: radial-gradient(circle, rgba(253, 81, 28, 0.7), rgba(253, 81, 28, 0.1) 45%, transparent 70%);
}

.contact-cta-blob-cyan {
    top: -38px;
    right: 14px;
    width: 64px;
    height: 64px;
    opacity: 0.55;
    background: radial-gradient(circle, rgba(111, 255, 242, 0.42), transparent 70%);
}

.contact-action-primary:hover,
.contact-action-primary:focus-visible {
    border: 0;
    background:
        radial-gradient(circle 100px at 84% -16%, rgba(255, 255, 255, 0.9), transparent 30%),
        linear-gradient(120deg, rgba(255, 179, 122, 0.96), rgba(77, 220, 208, 0.54) 42%, rgba(255, 255, 255, 0.34));
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35), 0 0 34px rgba(253, 81, 28, 0.22);
}

.contact-action-primary:hover::after,
.contact-action-primary:focus-visible::after {
    box-shadow: 0 0 34px rgba(255, 170, 112, 0.36);
    transform: translateY(-2px);
}

.contact-action-primary:hover .contact-cta-blob-orange,
.contact-action-primary:focus-visible .contact-cta-blob-orange {
    opacity: 0.9;
    transform: translate(12px, -7px) scale(1.08);
}

.contact-action-primary:hover .contact-cta-blob-cyan,
.contact-action-primary:focus-visible .contact-cta-blob-cyan {
    opacity: 0.75;
    transform: translate(-8px, 6px);
}

.contact-console {
    overflow: hidden;
    border-color: rgba(172, 255, 244, 0.1);
    border-radius: 17px;
    background:
        radial-gradient(ellipse 46% 32% at 0% 0%, rgba(69, 193, 183, 0.12), transparent 73%),
        radial-gradient(ellipse 38% 32% at 100% 100%, rgba(253, 81, 28, 0.1), transparent 75%),
        linear-gradient(125deg, rgba(14, 31, 32, 0.74), rgba(3, 9, 11, 0.65) 68%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 18px 0 36px rgba(69, 193, 183, 0.025),
        inset -18px -12px 34px rgba(253, 81, 28, 0.025),
        0 26px 60px rgba(0, 0, 0, 0.23);
}

.contact-console::after {
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.06), transparent 27%, transparent 76%, rgba(69, 193, 183, 0.04));
    content: "";
    pointer-events: none;
}

.contact-console-title {
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
    color: rgba(144, 255, 235, 0.82);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.contact-form,
.contact-success {
    position: relative;
    z-index: 1;
}

.contact-field {
    position: relative;
}

.contact-field label {
    transition: color 250ms ease, text-shadow 250ms ease;
}

.contact-field input,
.contact-field textarea {
    border-bottom-color: rgba(190, 207, 205, 0.18);
    background-image: linear-gradient(90deg, var(--teal-hot), #2fffd0 62%, rgba(253, 81, 28, 0.72));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 1px;
    transition: border-color 220ms ease, background-size 620ms var(--ease), box-shadow 220ms ease;
}

.contact-field:focus-within label {
    color: rgba(159, 255, 239, 0.9);
    text-shadow: 0 0 12px rgba(47, 255, 208, 0.16);
}

.contact-field:focus-within input,
.contact-field:focus-within textarea {
    border-bottom-color: rgba(47, 255, 208, 0.5);
    background-size: 100% 1px;
    box-shadow: 0 9px 17px -13px rgba(47, 255, 208, 0.5);
}

.contact-field.is-filled label {
    color: rgba(193, 231, 225, 0.72);
}

.contact-field.is-filled input,
.contact-field.is-filled textarea {
    border-bottom-color: rgba(111, 255, 242, 0.3);
    background-size: 42% 1px;
}

.contact-field.is-invalid input,
.contact-field.is-invalid textarea {
    border-bottom-color: rgba(255, 118, 78, 0.75);
    background-image: linear-gradient(90deg, rgba(255, 118, 78, 0.86), rgba(253, 81, 28, 0.28));
    background-size: 100% 1px;
}

.contact-submit {
    width: auto;
    min-width: 216px;
    min-height: 66px;
    margin-top: 7px;
    margin-left: auto;
    padding: 0 22px 0 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(2, 10, 12, 0.56);
    box-shadow: none;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.contact-submit::before {
    display: none;
}

.contact-submit:hover,
.contact-submit:focus-visible {
    border: 0;
    background: rgba(4, 16, 18, 0.76);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.contact-submit-portal {
    position: relative;
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
}

.contact-submit-ring {
    position: absolute;
    border-radius: 50%;
    transform: rotateX(62deg);
}

.contact-submit-ring-outer {
    width: 40px;
    height: 19px;
    border: 1px solid rgba(111, 255, 242, 0.66);
    box-shadow: 0 0 10px rgba(111, 255, 242, 0.24), inset 0 0 8px rgba(69, 193, 183, 0.12);
    animation: contactPortalOuter 6s linear infinite;
}

.contact-submit-ring-inner {
    width: 28px;
    height: 12px;
    border: 1px solid rgba(253, 81, 28, 0.6);
    box-shadow: 0 0 8px rgba(253, 81, 28, 0.18);
    animation: contactPortalInner 3.8s linear infinite reverse;
}

.contact-submit-core {
    width: 20px;
    height: 7px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.4), rgba(111, 255, 242, 0.24), transparent 72%);
    filter: blur(1px);
    animation: contactPortalCore 2.8s ease-in-out infinite;
}

.contact-submit:hover .contact-submit-ring-outer,
.contact-submit:focus-visible .contact-submit-ring-outer {
    border-color: rgba(180, 255, 248, 0.95);
    animation-duration: 3.8s;
}

.contact-submit:hover .contact-submit-ring-inner,
.contact-submit:focus-visible .contact-submit-ring-inner {
    border-color: rgba(255, 139, 88, 0.9);
    animation-duration: 2.5s;
}

.contact-form.is-submitting .contact-submit-portal {
    animation: contactPortalEnter 600ms var(--ease) both;
}

.contact-form.is-submitting .contact-submit {
    opacity: 1;
}

.contact-footer {
    overflow: hidden;
    padding: 36px clamp(26px, 4.4vw, 62px) 20px;
    border-color: rgba(172, 255, 244, 0.08);
    border-radius: 20px;
    background:
        radial-gradient(ellipse 40% 75% at 0% 0%, rgba(69, 193, 183, 0.09), transparent 72%),
        radial-gradient(ellipse 36% 74% at 100% 100%, rgba(253, 81, 28, 0.1), transparent 72%),
        linear-gradient(120deg, rgba(14, 27, 29, 0.76), rgba(3, 9, 10, 0.64));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.26),
        0 24px 68px rgba(0, 0, 0, 0.26);
}

.contact-footer::after {
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 25%, transparent 74%, rgba(253, 81, 28, 0.045));
    content: "";
    pointer-events: none;
}

.contact-footer-main,
.contact-footer-bottom {
    position: relative;
    z-index: 1;
}

.contact-footer-main {
    grid-template-columns: 1.06fr .9fr auto minmax(265px, .9fr);
    gap: clamp(25px, 3.6vw, 55px);
}

.contact-footer-brand {
    gap: 20px;
}

.contact-footer-social {
    padding: 5px 0;
}

.contact-footer-music {
    min-width: 265px;
}

.contact-footer-music .music-player.is-footer-embedded {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 66px;
    padding: 12px 14px;
    border-color: rgba(164, 255, 241, 0.17);
    border-radius: 14px;
    background: rgba(1, 9, 11, 0.52);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    animation: none;
    opacity: 1;
    transform: none;
    transition: opacity 360ms var(--ease), transform 360ms var(--ease), background 360ms var(--ease);
}

@keyframes contactPortalOuter {
    to { transform: rotateX(62deg) rotateZ(360deg); }
}

@keyframes contactPortalInner {
    to { transform: rotateX(62deg) rotateZ(360deg); }
}

@keyframes contactPortalCore {
    50% { opacity: 0.9; transform: scale(1.15); }
}

@keyframes contactPortalEnter {
    50% { transform: scale(0.84); filter: brightness(1.25); }
    100% { transform: scale(1); }
}

@media (max-width: 1080px) {
    .contact-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .contact-footer-social,
    .contact-footer-music {
        grid-column: auto;
    }
}

@media (max-width: 620px) {
    .contact-submit {
        width: 100%;
        margin-left: 0;
    }

    .contact-footer-music {
        width: 100%;
        min-width: 0;
    }

    .contact-footer-music .music-player.is-footer-embedded {
        width: 100%;
    }
}

/* Correction pass: hollow mark, portal control, and footer docking. */
.contact-cta-lead {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.contact-cta-title {
    width: 100%;
}

.contact-climb-mark {
    display: block;
    width: min(100%, 780px);
    height: auto;
    margin: 5px auto 0;
    overflow: visible;
}

.contact-climb-mark text {
    fill: transparent;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 106px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -2px;
    paint-order: stroke;
    stroke-linejoin: round;
}

.contact-climb-base {
    stroke: rgba(47, 255, 208, 0.7);
    stroke-width: 1.25px;
    filter: drop-shadow(0 0 3px rgba(47, 255, 208, 0.18));
}

.contact-climb-trace {
    stroke: rgba(201, 255, 243, 0.96);
    stroke-width: 1.7px;
    stroke-dasharray: 44 690;
    stroke-dashoffset: 740;
    filter: drop-shadow(0 0 5px rgba(47, 255, 208, 0.52));
    animation: contactClimbTrace 8s linear infinite;
}

.contact-cta-copy {
    margin-inline: auto;
}

.contact-cta-actions {
    justify-content: center;
}

.contact-direction {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-width: 30px;
    color: rgba(222, 255, 247, 0.88);
}

.contact-direction i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    animation: contactDirectionStep 3.8s ease-in-out infinite;
}

.contact-direction b {
    margin-left: 1px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    opacity: 0;
    animation: contactDirectionStep 3.8s ease-in-out infinite 1.2s;
}

.contact-direction i:nth-child(1) { animation-delay: 0s; }
.contact-direction i:nth-child(2) { animation-delay: .36s; }
.contact-direction i:nth-child(3) { animation-delay: .72s; }

.contact-action-primary:hover .contact-direction,
.contact-action-primary:focus-visible .contact-direction {
    color: rgba(255, 210, 173, 0.98);
    filter: drop-shadow(0 0 4px rgba(253, 81, 28, 0.35));
}

.contact-action-primary:hover .contact-direction i,
.contact-action-primary:focus-visible .contact-direction i,
.contact-action-primary:hover .contact-direction b,
.contact-action-primary:focus-visible .contact-direction b {
    animation-duration: 3.1s;
}

.contact-submit {
    width: min(100%, 266px);
    min-width: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
}

.contact-submit:hover,
.contact-submit:focus-visible {
    background: transparent;
    box-shadow: none;
}

.contact-submit-portal {
    width: 100%;
    height: 64px;
    overflow: visible;
}

.contact-submit-ring-outer {
    width: calc(100% - 5px);
    height: 28px;
    border-color: rgba(111, 255, 242, 0.62);
}

.contact-submit-ring-inner {
    width: calc(78% - 5px);
    height: 17px;
}

.contact-submit-core {
    width: 75%;
    height: 26px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.11), rgba(69, 193, 183, 0.09) 36%, rgba(2, 10, 12, 0.78) 76%);
    filter: blur(0);
}

.contact-submit-content {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: rgba(236, 255, 250, 0.92);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.contact-submit .contact-submit-loading {
    display: none;
}

.contact-form.is-submitting .contact-submit .contact-submit-label,
.contact-form.is-submitting .contact-submit .contact-action-arrow {
    display: none;
}

.contact-form.is-submitting .contact-submit .contact-submit-loading {
    display: inline;
}

.contact-form.is-submitting .contact-submit-portal {
    animation: contactPortalEnter 600ms var(--ease) both;
}

.contact-footer {
    margin-top: clamp(42px, 5vw, 72px);
}

.contact-footer-brand {
    gap: 0;
}

.contact-footer-social a {
    width: 25px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: transparent;
    transform: none;
}

.contact-footer-social svg {
    width: 19px;
    height: 19px;
    filter: drop-shadow(0 0 4px rgba(69, 193, 183, 0.24));
}

.contact-footer-social a:hover,
.contact-footer-social a:focus-visible {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: transparent;
    transform: translateY(-2px) scale(1.06);
}

.contact-footer-social a:hover svg,
.contact-footer-social a:focus-visible svg {
    filter: drop-shadow(0 0 7px rgba(69, 193, 183, 0.44)) drop-shadow(0 0 8px rgba(253, 81, 28, 0.18));
}

.contact-footer-bottom {
    display: block;
    color: rgba(255, 255, 255, 0.44);
}

.contact-footer-music {
    display: flex;
    align-items: center;
}

.contact-footer-music .music-player.is-footer-embedded {
    position: relative !important;
    inset: auto !important;
    margin: 0;
}

@keyframes contactClimbTrace {
    0% { stroke-dashoffset: 740; opacity: 0; }
    10% { opacity: 0.88; }
    72% { opacity: 0.88; }
    87%, 100% { stroke-dashoffset: -210; opacity: 0; }
}

@keyframes contactDirectionStep {
    0%, 12% { opacity: 0; transform: translateX(-2px); }
    19%, 70% { opacity: 1; transform: translateX(0); }
    82%, 100% { opacity: 0; transform: translateX(1px); }
}

@media (max-width: 900px) {
    .contact-climb-mark {
        width: min(100%, 720px);
    }
}

@media (max-width: 620px) {
    .contact-climb-mark text {
        font-size: 98px;
    }

    .contact-submit {
        width: 100%;
    }
}

/* High-fidelity closing-scene pass. */
.contact-cta {
    padding-top: clamp(78px, 8vw, 118px);
    padding-bottom: 28px;
}

.contact-cta-inner {
    min-height: 510px;
    gap: clamp(34px, 5vw, 88px);
}

.contact-climb-shell {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 5px;
    color: initial;
    filter: none;
    text-shadow: none;
}

.contact-climb-mark {
    position: relative;
    z-index: 1;
}

.contact-climb-base {
    stroke: rgba(52, 255, 220, 0.94);
    stroke-width: 1.1px;
    filter:
        drop-shadow(0 0 1px rgba(218, 255, 249, 0.96))
        drop-shadow(0 0 5px rgba(47, 255, 208, 0.6))
        drop-shadow(0 0 17px rgba(47, 255, 208, 0.24));
}

.contact-climb-trace {
    stroke: #eafff9;
    stroke-width: 1.45px;
    stroke-dasharray: 24 720;
    filter:
        drop-shadow(0 0 2px #fff)
        drop-shadow(0 0 8px rgba(47, 255, 208, 0.96))
        drop-shadow(0 0 22px rgba(47, 255, 208, 0.5));
    animation-duration: 6.8s;
}

.contact-climb-node {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f5fffd;
    box-shadow:
        0 0 4px #fff,
        0 0 10px rgba(47, 255, 208, 1),
        0 0 22px rgba(47, 255, 208, 0.72);
    opacity: 0;
    pointer-events: none;
}

.contact-climb-node::after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(47, 255, 208, 0.74));
    content: "";
    transform: translateY(-50%);
}

.contact-climb-node-a {
    top: 67%;
    left: 7%;
    animation: contactClimbNodeA 5.6s ease-in-out infinite;
}

.contact-climb-node-b {
    top: 22%;
    left: 38%;
    animation: contactClimbNodeB 7.3s ease-in-out 1.4s infinite;
}

.contact-climb-node-c {
    top: 77%;
    right: 30%;
    animation: contactClimbNodeC 6.1s ease-in-out .7s infinite;
}

.contact-climb-node-d {
    top: 57%;
    right: 5%;
    background: #fff4eb;
    box-shadow:
        0 0 4px #fff,
        0 0 9px rgba(253, 81, 28, 1),
        0 0 20px rgba(253, 81, 28, 0.62);
    animation: contactClimbNodeD 8.2s ease-in-out 2.5s infinite;
}

.contact-console {
    padding: clamp(25px, 2.6vw, 37px);
    border-color: rgba(172, 255, 244, 0.06);
    border-radius: 18px;
    background:
        radial-gradient(ellipse 20% 26% at 1% 1%, rgba(69, 193, 183, 0.17), transparent 75%),
        radial-gradient(ellipse 19% 24% at 100% 100%, rgba(253, 81, 28, 0.15), transparent 75%),
        linear-gradient(125deg, rgba(9, 21, 23, 0.8), rgba(2, 7, 9, 0.72) 67%);
}

.contact-console::before {
    right: auto;
    left: 10%;
    width: 19%;
    background: linear-gradient(90deg, transparent, rgba(111, 255, 242, 0.8), transparent);
    animation: contactEdgeDrift 11s ease-in-out infinite;
}

.contact-console::after {
    background:
        radial-gradient(circle at 19% 0%, rgba(220, 255, 250, 0.11), transparent 9%),
        linear-gradient(130deg, rgba(255, 255, 255, 0.05), transparent 22%, transparent 78%, rgba(253, 81, 28, 0.045));
}

.contact-console-title {
    margin-bottom: 20px;
}

.contact-form-grid {
    gap: 14px 18px;
}

.contact-field textarea {
    min-height: 72px;
}

.contact-field-error {
    min-height: 13px;
    margin-top: 4px;
}

.contact-form-status {
    min-height: 17px;
    margin-top: 11px;
}

.contact-submit {
    width: 100%;
    min-height: 78px;
    margin-top: 0;
    margin-left: 0;
    overflow: visible;
}

.contact-submit .portal-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 286px);
    min-width: 286px;
    height: 75px;
    margin: 0 auto;
    overflow: visible;
    perspective: 900px;
    isolation: isolate;
}

.contact-submit .portal-wrap::before {
    width: 268px;
    height: 66px;
    filter: blur(6px);
}

.contact-submit .portal-wrap::after {
    width: 5px;
    height: 60px;
}

.contact-submit .portal-ring-outer {
    width: 274px;
    height: 70px;
}

.contact-submit .portal-ring-inner {
    width: 211px;
    height: 52px;
}

.contact-submit .portal-energy {
    width: 202px;
    height: 42px;
    filter: blur(5px);
}

.contact-submit .portal-text {
    z-index: 8;
    font-size: 14px;
    letter-spacing: 0.14em;
    padding-left: 0.14em;
}

.contact-submit .portal-text::after {
    padding-left: 0.14em;
}

.contact-submit .contact-submit-content {
    display: block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #b9fff8, #45c1b7 46%, #fd511c 72%, #45c1b7);
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: portalBrandCycle 8s linear infinite;
}

.contact-submit .contact-submit-loading {
    display: none;
}

.contact-form.is-submitting .contact-submit .portal-text::after {
    opacity: 0;
}

.contact-form.is-submitting .contact-submit .contact-submit-label {
    display: none;
}

.contact-form.is-submitting .contact-submit .contact-submit-loading {
    display: inline;
}

.contact-footer {
    margin-top: clamp(30px, 3.8vw, 52px);
    padding: 31px clamp(26px, 4.4vw, 58px) 17px;
    border-color: rgba(172, 255, 244, 0.06);
    border-radius: 22px;
    background:
        radial-gradient(ellipse 18% 46% at 0% 4%, rgba(69, 193, 183, 0.16), transparent 78%),
        radial-gradient(ellipse 18% 52% at 100% 94%, rgba(253, 81, 28, 0.16), transparent 78%),
        linear-gradient(120deg, rgba(8, 22, 24, 0.8), rgba(2, 8, 10, 0.73));
}

.contact-footer::before {
    right: auto;
    left: 4%;
    width: 16%;
    background: linear-gradient(90deg, transparent, rgba(111, 255, 242, 0.77), transparent);
    animation: contactEdgeDrift 14s ease-in-out infinite reverse;
}

.contact-footer::after {
    background:
        radial-gradient(circle at 32% 0%, rgba(237, 255, 252, 0.1), transparent 4%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 22%, transparent 79%, rgba(253, 81, 28, 0.08));
}

.contact-footer-main {
    grid-template-columns: 1.05fr 1.08fr auto minmax(280px, .94fr);
    align-items: center;
    gap: clamp(22px, 3vw, 44px);
}

.contact-footer-brand,
.contact-footer-details,
.contact-footer-social,
.contact-footer-music {
    position: relative;
}

.contact-footer-details::before,
.contact-footer-social::before,
.contact-footer-music::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: calc(clamp(22px, 3vw, 44px) / -2);
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(111, 255, 242, 0.33) 14%, rgba(255, 255, 255, 0.15) 52%, rgba(253, 81, 28, 0.28) 86%, transparent);
    content: "";
}

.contact-footer-social {
    gap: 15px;
}

.contact-footer-social a {
    width: 29px;
}

.contact-footer-social svg {
    width: 23px;
    height: 23px;
}

.contact-footer-music .music-player.is-footer-embedded {
    z-index: 2;
    min-height: 72px;
    border-color: rgba(111, 255, 242, 0.12);
    border-radius: 16px;
    background:
        radial-gradient(circle at 10% 50%, rgba(69, 193, 183, 0.1), transparent 28%),
        rgba(1, 8, 10, 0.63);
}

.contact-footer-bottom {
    padding-top: 14px;
    text-align: center;
}

@keyframes contactClimbNodeA {
    0%, 15%, 100% { opacity: 0; transform: translate(0, 0); }
    25% { opacity: 1; }
    54% { opacity: .95; transform: translate(70px, -9px); }
    67% { opacity: 0; transform: translate(91px, -10px); }
}

@keyframes contactClimbNodeB {
    0%, 17%, 100% { opacity: 0; transform: translate(0, 0); }
    28% { opacity: .92; }
    61% { opacity: 1; transform: translate(56px, 10px); }
    74% { opacity: 0; transform: translate(77px, 12px); }
}

@keyframes contactClimbNodeC {
    0%, 13%, 100% { opacity: 0; transform: translate(0, 0); }
    21% { opacity: .9; }
    52% { opacity: 1; transform: translate(42px, -6px); }
    64% { opacity: 0; transform: translate(60px, -8px); }
}

@keyframes contactClimbNodeD {
    0%, 18%, 100% { opacity: 0; transform: translate(0, 0); }
    27% { opacity: .9; }
    49% { opacity: 1; transform: translate(-27px, 13px); }
    61% { opacity: 0; transform: translate(-38px, 17px); }
}

@keyframes contactEdgeDrift {
    0%, 100% { opacity: .38; transform: translateX(0); }
    50% { opacity: .9; transform: translateX(72px); }
}

@media (max-width: 900px) {
    .contact-cta-inner {
        min-height: auto;
    }

    .contact-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .contact-footer-social::before,
    .contact-footer-music::before {
        display: none;
    }
}

@media (max-width: 620px) {
    .contact-cta {
        padding-top: 92px;
    }

    .contact-climb-node {
        transform: scale(.78);
    }

    .contact-submit .portal-wrap {
        width: 270px;
        min-width: 270px;
    }

    .contact-submit .portal-ring-outer {
        width: 260px;
    }

    .contact-submit .portal-ring-inner {
        width: 198px;
    }

    .contact-footer-details::before,
    .contact-footer-social::before,
    .contact-footer-music::before {
        top: calc(clamp(22px, 3vw, 44px) / -2);
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(111, 255, 242, 0.24), rgba(253, 81, 28, 0.18), transparent);
    }
}
