.contact-page ~ .site-footer,
body > .topbar {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

body > .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
    border-bottom: 1px solid var(--vv-line);
}

body > .topbar .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--vv-text);
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

body > .topbar .brand-logo {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(53, 232, 255, .55));
}

body > .topbar nav {
    display: flex;
    gap: 26px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body > .topbar nav a {
    color: var(--vv-muted);
    text-decoration: none;
}

body > .topbar nav a:hover,
body > .topbar nav a:focus-visible,
body > .topbar nav a[aria-current="page"] {
    color: var(--vv-cyan);
    text-shadow: 0 0 16px rgba(53, 232, 255, .7);
}

.contact-page {
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
    padding: 76px 0 54px;
}

.contact-hero {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    align-items: end;
    padding-bottom: 48px;
}

.contact-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--vv-cyan); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.contact-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--vv-cyan); box-shadow: 0 0 12px var(--vv-cyan); }
.contact-hero h1 { max-width: 760px; margin: 16px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .9; letter-spacing: -.07em; font-weight: 500; }
.contact-hero h1 em { color: var(--vv-cyan); font-style: normal; }
.contact-hero p, .contact-intro p { color: var(--vv-muted); }
.contact-hero p { max-width: 600px; }
.contact-person { position: relative; min-width: 220px; padding: 24px; border: 1px solid var(--vv-cyan); background: rgba(11, 22, 48, .86); box-shadow: 0 0 24px rgba(53, 232, 255, .2); }
.contact-person::before { content: ""; position: absolute; top: 0; left: 0; width: 52px; height: 2px; background: var(--vv-cyan); box-shadow: 0 0 14px var(--vv-cyan); }
.contact-person span { color: var(--vv-cyan); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-person strong { display: block; margin: 12px 0 7px; font-size: 1.25rem; }
.contact-person a, .contact-email { color: var(--vv-cyan); }
.contact-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 48px; align-items: start; padding-top: 42px; border-top: 1px solid var(--vv-line); }
.contact-intro h2 { max-width: 560px; margin: 18px 0 14px; font-family: Georgia, serif; font-size: clamp(2.3rem, 5vw, 3.8rem); line-height: .96; letter-spacing: -.06em; font-weight: 500; }
.contact-email { display: inline-block; margin-top: 18px; font-weight: 800; }
.contact-steam { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; color: var(--vv-muted); font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.contact-steam:hover { color: var(--vv-cyan); text-shadow: 0 0 14px rgba(53, 232, 255, .65); }
.contact-response { margin-top: 30px; font-size: .82rem; }
.contact-response strong { color: var(--vv-text); }
.contact-form { position: relative; display: grid; gap: 10px; padding: 28px; border-color: rgba(53, 232, 255, .35); background: rgba(11, 22, 48, .82); }
.contact-form::before { content: ""; position: absolute; top: 0; left: 0; width: 82px; height: 2px; background: var(--vv-cyan); box-shadow: 0 0 16px var(--vv-cyan); }
.contact-form label { margin-top: 8px; color: var(--vv-cyan); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 14px; border: 1px solid var(--vv-line); border-radius: 0; font: inherit; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--vv-cyan); outline: 2px solid rgba(53, 232, 255, .2); }
.contact-form select:focus { border-color: var(--vv-cyan); outline: 2px solid rgba(53, 232, 255, .2); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px !important; color: var(--vv-muted) !important; font-size: .76rem !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.privacy-check input { width: auto; flex: 0 0 auto; margin-top: 3px; accent-color: var(--vv-cyan); }
.privacy-check a { color: var(--vv-cyan); }
.contact-submit { justify-self: start; margin-top: 10px; padding: 13px 18px; border: 1px solid var(--vv-cyan); color: var(--vv-bg); background: var(--vv-cyan); font: inherit; font-weight: 900; cursor: pointer; }
.contact-submit:hover { color: var(--vv-text); background: var(--vv-blue); }
.contact-trap { position: absolute; left: -9999px; }
.form-feedback { margin: 8px 0 0; font-size: .9rem; }
.is-success { color: var(--vv-cyan); }
.is-error { color: #ff9b9b; }

.contact-page + .site-footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    margin-top: 0;
    padding: 34px 0 44px;
    border-top: 1px solid var(--vv-line);
    color: var(--vv-muted);
    font-size: .78rem;
}

.contact-page + .site-footer strong {
    color: var(--vv-cyan);
    font-size: 1rem;
    letter-spacing: .02em;
    text-shadow: 0 0 14px rgba(53, 232, 255, .45);
}

.contact-page + .site-footer nav {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-page + .site-footer nav a { color: var(--vv-cyan); }
.contact-page + .site-footer nav a:hover { text-shadow: 0 0 14px rgba(53, 232, 255, .65); }

@media (max-width: 760px) {
    .contact-page { width: min(100% - 32px, 560px); padding-top: 56px; }
    .contact-hero, .contact-layout { display: grid; grid-template-columns: 1fr; gap: 30px; }
    .contact-hero { padding-bottom: 40px; }
    .contact-form { padding: 22px 0; }
    body > .topbar { width: min(100% - 32px, 560px); min-height: 76px; }
    body > .topbar nav { gap: 12px; }
    body > .topbar nav a:nth-child(n+3) { display: none; }
    .contact-page + .site-footer { display: block; padding-top: 28px; }
    .contact-page + .site-footer span, .contact-page + .site-footer nav { display: block; margin-top: 12px; }
    .contact-page + .site-footer nav { justify-content: flex-start; gap: 16px; flex-wrap: wrap; }
}