/* Contact us — studio split */
.cu-section { padding: 36px 0 80px; }

.cu-shell {
    display: grid;
    grid-template-columns: 340px 1fr;
    background: #fffdf8;
    border: 1px solid rgba(18, 32, 58, 0.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(12, 18, 34, 0.1);
}

.cu-rail {
    position: relative;
    padding: 36px 28px;
    color: #efe8d9;
    background:
        linear-gradient(165deg, rgba(7,11,20,.9), rgba(18,32,58,.72)),
        url('../images/slider/hero-slide-audio.jpg') center / cover;
    overflow: hidden;
}

.cu-notes { position: absolute; inset: 0; pointer-events: none; }
.cu-notes span {
    position: absolute;
    color: #f5c97a;
    animation: cuFloat 16s linear infinite;
}
.cu-notes span:nth-child(1) { left: 14%; font-size: 22px; }
.cu-notes span:nth-child(2) { left: 48%; font-size: 30px; animation-delay: -6s; }
.cu-notes span:nth-child(3) { left: 78%; font-size: 18px; animation-delay: -11s; }

@keyframes cuFloat {
    0% { transform: translateY(110%); opacity: 0; }
    15% { opacity: .35; }
    100% { transform: translateY(-130%); opacity: 0; }
}

.cu-kicker {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #f5c97a;
}
.cu-rail h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: #fffdf8 !important;
}
.cu-rail > p {
    position: relative;
    z-index: 1;
    color: rgba(239,232,217,.72);
    margin: 0 0 22px;
    line-height: 1.55;
    font-size: 15px;
}

.cu-line {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: rgba(239,232,217,.82);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 16px;
}
.cu-line i { color: #f5c97a; margin-top: 3px; width: 16px; text-align: center; }
.cu-line strong { display: block; color: #fff; font-size: 13px; margin-bottom: 2px; }
.cu-line:hover { color: #fff; }

.cu-chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.cu-chips span {
    border: 1px solid rgba(245,201,122,.3);
    background: rgba(245,201,122,.1);
    color: #f5c97a;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
}

.cu-main { padding: 36px 40px 40px; }
.cu-main h3 {
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: #12203a !important;
    margin: 0 0 6px;
}
.cu-lead { color: #6b7288; margin: 0 0 24px; }

.cu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cu-full { grid-column: 1 / -1; }

.cu-field span:first-child {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #6b7288;
    margin-bottom: 7px;
}
.cu-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    border-radius: 16px;
    padding: 0 16px;
}
.cu-box i { color: #d97706; }
.cu-box input,
.cu-select,
.cu-field textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    height: 50px;
    font-size: 15px;
    color: #12203a;
}
.cu-select,
.cu-field textarea {
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    border-radius: 16px;
    padding: 0 16px;
}
.cu-field textarea { height: auto; padding: 14px 16px; resize: vertical; }
.cu-box:focus-within,
.cu-select:focus,
.cu-field textarea:focus {
    border-color: #d97706;
    box-shadow: 0 0 0 4px rgba(245,201,122,.22);
    background: #fff;
}

.cu-submit { width: 100%; height: 52px; margin-top: 8px; }

.cu-map {
    position: relative;
    margin-top: 22px;
    height: 340px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(18,32,58,.08);
}
.cu-map iframe { width: 100%; height: 100%; border: 0; }
.cu-map-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 280px;
    background: #12203a;
    color: #efe8d9;
    border-radius: 20px;
    padding: 18px 20px;
    box-shadow: 0 16px 36px rgba(0,0,0,.28);
}
.cu-map-card p { margin: 0 0 4px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: #f5c97a; font-weight: 800; }
.cu-map-card strong { display: block; margin-bottom: 12px; color: #fff; }
.cu-map-card .sc-btn { height: 40px; font-size: 13px; }

@media (max-width: 991.98px) {
    .cu-shell { grid-template-columns: 1fr; }
    .cu-main { padding: 28px 20px 32px; }
    .cu-grid { grid-template-columns: 1fr; }
    .cu-map-card { left: 12px; right: 12px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
    .cu-notes span { animation: none; }
}
