.contact-page {
    width: min(calc(100% - 52px), var(--wide));
    margin: 0 auto;
    padding: clamp(52px, 7vw, 100px) 0 clamp(92px, 11vw, 150px);
}
.contact-hero {
    min-height: min(780px, calc(100svh - 84px));
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: clamp(44px, 8vw, 120px);
    align-items: center;
    padding-bottom: clamp(70px, 9vw, 120px);
    border-bottom: 1px solid var(--line);
}
.contact-hero-copy h1 {
    max-width: 7ch;
    margin: 24px 0 0;
    font-size: clamp(4.4rem, 9vw, 9.4rem);
    font-weight: 590;
    line-height: .78;
    letter-spacing: -.078em;
}
.contact-hero-copy h1 em {
    color: rgba(242,244,239,.42);
    font-style: normal;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(242,244,239,.58);
}
.contact-intro {
    max-width: 760px;
    margin: 34px 0 0;
    color: #c2c5cc;
    font-size: clamp(1.08rem, 1.55vw, 1.38rem);
    line-height: 1.56;
}
.creator-intro-secondary {
    max-width: 690px;
    margin: 18px 0 0;
    color: #858a94;
    font-size: .98rem;
    line-height: 1.72;
}
.contact-primary-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.contact-button {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 18px;
    border: 1px solid var(--line-strong);
    border-radius: 13px;
    color: var(--paper);
    background: rgba(255,255,255,.025);
    text-decoration: none;
    font-size: .78rem;
    font-weight: 780;
    letter-spacing: .025em;
}
.contact-button:hover { border-color: rgba(215,255,79,.45); background: rgba(215,255,79,.035); }
.contact-button-primary { color: #090a08; border-color: var(--acid); background: var(--acid); }
.contact-button-primary:hover { color: #090a08; background: #e0ff73; }
.contact-location { display: flex; gap: 9px; align-items: center; margin-top: 20px; color: #747983; font-size: .76rem; }

.contact-identity {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--line);
    border-radius: 26px;
    background:
        radial-gradient(circle at 88% 4%, rgba(157,124,255,.16), transparent 38%),
        radial-gradient(circle at 8% 92%, rgba(101,231,255,.08), transparent 34%),
        linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
}
.contact-orbit { width: min(100%, 330px); aspect-ratio: 1; margin: 0 auto 42px; position: relative; display: grid; place-items: center; }
.contact-orbit::before {
    content: "";
    position: absolute;
    inset: 15%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(215,255,79,.11), transparent 58%);
    box-shadow: 0 0 90px rgba(157,124,255,.12);
}
.contact-orbit-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.contact-orbit-ring-a { inset: 4%; border-color: rgba(157,124,255,.34); transform: rotate(12deg) scaleY(.55); }
.contact-orbit-ring-b { inset: 13%; border-color: rgba(101,231,255,.27); transform: rotate(62deg) scaleY(.66); }
.contact-orbit-ring-c { inset: 23%; border-color: rgba(215,255,79,.33); }
.contact-orbit strong { position: relative; z-index: 2; font-size: clamp(3.4rem, 7vw, 6rem); font-weight: 520; letter-spacing: -.08em; }
.creator-orbit-word { position: absolute; z-index: 3; color: #717680; font-size: .54rem; font-weight: 780; letter-spacing: .18em; }
.creator-orbit-word-a { top: 10%; left: 10%; }
.creator-orbit-word-b { right: 7%; bottom: 22%; }
.creator-orbit-word-c { left: 12%; bottom: 12%; color: rgba(215,255,79,.7); }
.contact-identity h2 { max-width: 13ch; margin: 15px 0 0; font-size: clamp(2rem, 3.4vw, 3.45rem); font-weight: 560; line-height: .95; letter-spacing: -.052em; }
.contact-identity > p:not(.section-index) { max-width: 570px; margin: 22px 0 0; color: #8e929b; font-size: .93rem; line-height: 1.72; }
.creator-identity-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 30px; border: 1px solid var(--line); background: var(--line); }
.creator-identity-links a { display: flex; justify-content: space-between; gap: 20px; padding: 18px; color: #c8cbd1; background: #090a0d; text-decoration: none; font-size: .73rem; font-weight: 720; }
.creator-identity-links a:hover { color: var(--paper); background: #0d0f13; }

.creator-statement,
.creator-studios,
.contact-about,
.contact-creative,
.contact-direct,
.contact-provenance { padding: clamp(66px, 8vw, 108px) 0; border-bottom: 1px solid var(--line); }
.contact-section-heading { display: grid; grid-template-columns: minmax(120px,.28fr) minmax(0,1fr); gap: 38px; align-items: start; }
.contact-section-heading h2,
.contact-creative h2 { max-width: 15ch; margin: 0; font-size: clamp(2.7rem, 5vw, 5.4rem); font-weight: 560; line-height: .9; letter-spacing: -.06em; }
.contact-section-heading > div > p { max-width: 780px; margin: 22px 0 0; color: #8e929b; font-size: 1rem; line-height: 1.72; }

.creator-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 54px; border: 1px solid var(--line); background: var(--line); }
.creator-principles article { min-height: 280px; padding: clamp(28px, 4vw, 46px); background: #08090d; }
.creator-principles article > span { color: var(--acid); font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.creator-principles h3 { max-width: 12ch; margin: 46px 0 0; font-size: clamp(1.8rem, 3vw, 3.1rem); font-weight: 560; line-height: .97; letter-spacing: -.045em; }
.creator-principles p { max-width: 620px; margin: 18px 0 0; color: #81858e; font-size: .9rem; line-height: 1.72; }

.creator-studio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 54px; }
.creator-studio-card { min-height: 430px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 4vw, 50px); border: 1px solid var(--line); border-radius: 24px; color: var(--paper); text-decoration: none; }
.creator-studio-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .9; transition: transform .35s ease, opacity .35s ease; }
.creator-studio-card:hover::before { transform: scale(1.04); opacity: 1; }
.creator-studio-card-visual { background: #090a0d; }
.creator-studio-card-visual::before { background: radial-gradient(circle at 78% 18%, rgba(157,124,255,.25), transparent 34%), radial-gradient(circle at 20% 80%, rgba(215,255,79,.10), transparent 34%); }
.creator-studio-card-audio { background: #080a0c; }
.creator-studio-card-audio::before { background: radial-gradient(circle at 18% 20%, rgba(101,231,255,.20), transparent 34%), radial-gradient(circle at 82% 84%, rgba(157,124,255,.13), transparent 34%); }
.creator-studio-card > * { position: relative; z-index: 1; }
.creator-studio-index { color: #727781; font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.creator-studio-card h3 { max-width: 9ch; margin: 0; font-size: clamp(2.8rem, 5vw, 5.6rem); font-weight: 560; line-height: .88; letter-spacing: -.06em; }
.creator-studio-card p { max-width: 580px; margin: 22px 0 0; color: #8f949d; line-height: 1.7; }
.creator-studio-card strong { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: .76rem; letter-spacing: .025em; }
.creator-studio-card-visual strong { color: #d5ff57; }
.creator-studio-card-audio strong { color: #7eeaff; }

.creator-professional-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .52fr); gap: clamp(34px, 7vw, 90px); margin-top: 54px; padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(140deg, rgba(255,255,255,.028), rgba(255,255,255,.008)); }
.creator-professional-panel h3 { max-width: 16ch; margin: 15px 0 0; font-size: clamp(2rem, 3.4vw, 3.6rem); font-weight: 560; line-height: .98; letter-spacing: -.05em; }
.creator-professional-panel p:not(.section-index) { max-width: 720px; margin: 22px 0 0; color: #858a94; line-height: 1.72; }
.creator-professional-panel nav { display: grid; align-self: stretch; border-top: 1px solid var(--line); }
.creator-professional-panel nav a { display: flex; justify-content: space-between; gap: 26px; align-items: center; min-height: 64px; border-bottom: 1px solid var(--line); color: #c8cbd1; text-decoration: none; font-size: .78rem; font-weight: 720; }
.creator-professional-panel nav a:hover { color: var(--acid); }

.contact-creative { display: grid; grid-template-columns: 1fr minmax(250px,.45fr); gap: 50px; align-items: end; }
.contact-creative .section-index { margin-bottom: 17px; }
.contact-creative p:not(.section-index) { max-width: 680px; margin: 22px 0 0; color: #8e929b; line-height: 1.72; }
.contact-creative-link { min-height: 130px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: 24px; border: 1px solid rgba(157,124,255,.28); border-radius: 18px; background: radial-gradient(circle at 80% 0, rgba(157,124,255,.13), transparent 46%), rgba(255,255,255,.018); color: var(--paper); text-decoration: none; font-size: 1rem; font-weight: 700; }
.contact-creative-link:hover { border-color: rgba(157,124,255,.55); }

.contact-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; border: 1px solid var(--line); background: var(--line); }
.contact-link-grid a { min-height: 154px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 26px; padding: 24px; color: var(--paper); background: #08090d; text-decoration: none; transition: background .2s ease; }
.contact-link-grid a:hover { background: #0d0f13; }
.contact-link-label { grid-column: 1 / -1; color: #656a74; font-size: .65rem; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.contact-link-grid strong { align-self: end; font-size: clamp(1.18rem, 1.8vw, 1.65rem); font-weight: 570; letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-link-arrow { align-self: end; color: var(--muted-2); transition: transform .2s ease, color .2s ease; }
.contact-link-grid a:hover .contact-link-arrow { color: var(--acid); transform: translate(2px,-2px); }

.contact-provenance { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; align-items: center; border-bottom: 0; }
.contact-provenance p { max-width: 900px; margin: 0; color: #737781; font-size: .78rem; line-height: 1.7; }
.contact-provenance strong { color: #aeb1b8; }
.contact-provenance a { color: #b9bdc4; text-decoration: none; font-size: .74rem; font-weight: 720; white-space: nowrap; }

@media (max-width: 980px) {
    .contact-hero { min-height: 0; grid-template-columns: 1fr; }
    .contact-identity { max-width: 720px; }
    .creator-studio-grid { grid-template-columns: 1fr; }
    .creator-studio-card { min-height: 360px; }
    .creator-professional-panel { grid-template-columns: 1fr; }
    .contact-link-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-creative { grid-template-columns: 1fr; align-items: start; }
    .contact-creative-link { max-width: 520px; }
}
@media (max-width: 720px) {
    .contact-page { width: min(calc(100% - 30px), var(--wide)); padding-top: 44px; }
    .contact-hero { gap: 44px; padding-bottom: 64px; }
    .contact-hero-copy h1 { font-size: clamp(4rem, 24vw, 7rem); }
    .contact-primary-actions { display: grid; }
    .contact-button { width: 100%; }
    .contact-orbit { max-width: 260px; margin-bottom: 32px; }
    .contact-section-heading { grid-template-columns: 1fr; gap: 18px; }
    .creator-principles,
    .contact-link-grid { grid-template-columns: 1fr; }
    .creator-principles article { min-height: 220px; }
    .creator-principles h3 { margin-top: 32px; }
    .creator-studio-card { min-height: 330px; }
    .creator-studio-card h3 { font-size: clamp(2.7rem, 15vw, 4.5rem); }
    .creator-professional-panel { padding: 24px; }
    .contact-link-grid a { min-height: 128px; }
    .contact-provenance { grid-template-columns: 1fr; gap: 18px; }
    .contact-provenance a { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
    .contact-link-arrow,
    .creator-studio-card::before { transition: none; }
}

/* V57 creator/contact refinements */
.creator-medium-line {
    margin: 12px 0 0;
    color: rgba(215,255,79,.72);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .17em;
}
.creator-reachout {
    padding: clamp(66px, 8vw, 108px) 0;
    border-bottom: 1px solid var(--line);
}
.creator-reachout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 54px;
    border: 1px solid var(--line);
    background: var(--line);
}
.creator-reachout-grid article {
    min-height: 238px;
    padding: clamp(26px, 3.7vw, 42px);
    background: #08090d;
}
.creator-reachout-grid article > span {
    color: #626770;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .16em;
}
.creator-reachout-grid h3 {
    max-width: 15ch;
    margin: 38px 0 0;
    font-size: clamp(1.55rem, 2.5vw, 2.65rem);
    font-weight: 560;
    line-height: 1;
    letter-spacing: -.04em;
}
.creator-reachout-grid p {
    max-width: 620px;
    margin: 16px 0 0;
    color: #858a94;
    font-size: .88rem;
    line-height: 1.7;
}
.creator-reachout-grid article:nth-child(1) h3 { color: #d7ff4f; }
.creator-reachout-grid article:nth-child(2) h3 { color: #f0f1ed; }
.creator-reachout-grid article:nth-child(3) h3 { color: #9d7cff; }
.creator-reachout-grid article:nth-child(4) h3 { color: #65e7ff; }
@media (max-width: 720px) {
    .creator-reachout-grid { grid-template-columns: 1fr; }
    .creator-reachout-grid article { min-height: 210px; }
}
