.contact-hero{ padding:28px 0 10px; }
.contact-hero-inner{ max-width:860px; }

.kicker{
    display:inline-block;
    font-weight:900;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--brand-gold);
    margin-bottom:14px;
    font-size:12px;
}

.lead{
    font-size:18px;
    max-width:62ch;
    color:rgba(244,246,251,.88);
}

.contact-grid{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap:18px;
    padding-top:10px;
    padding-bottom:24px;
}

.contact-card{
    background:rgba(255,255,255,.02);
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:18px;
}

.contact-card h2{ margin:0 0 14px; }

.alert{
    border-radius:14px;
    padding:12px 14px;
    margin:0 0 12px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.03);
    color:rgba(244,246,251,.9);
}
.alert.success{ border-color: rgba(80,200,120,.35); }
.alert.error{ border-color: rgba(255,90,90,.35); }

.contact-form{ display:grid; gap:12px; }

.field label{
    display:block;
    font-weight:800;
    margin-bottom:6px;
    color:rgba(244,246,251,.85);
}

.field input, .field textarea{
    width:100%;
    padding:12px 12px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(0,0,0,.20);
    color:rgba(244,246,251,.92);
    outline:none;
}

.field input:focus, .field textarea:focus{
    border-color: rgba(197,139,42,.45);
    box-shadow:0 0 0 4px rgba(197,139,42,.12);
}

.field-error{
    margin-top:6px;
    font-size:13px;
    color:rgba(255,180,180,.95);
}

.recaptcha{ margin-top:6px; }

.fineprint{
    margin:8px 0 0;
    font-size:12px;
    color:rgba(244,246,251,.6);
}

.hp{ display:none; } /* honeypot */

.contact-aside{ display:grid; gap:14px; }

.aside-card{
    background:rgba(255,255,255,.02);
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:18px;
}

.aside-card ul{
    margin:10px 0 0;
    padding-left:18px;
    color:rgba(244,246,251,.82);
}

@media (max-width: 900px){
    .contact-grid{ grid-template-columns:1fr; }
}

.contact-map{
    margin-top: 80px;
    width: 100%;
}

.map-inner{
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: #0b0c0f;
}

.map-inner iframe{
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(20%) contrast(1.05);
}

.map-label{
    position:absolute;
    top:16px;
    left:50%;
    transform:translateX(-50%);
    background:rgba(11,12,15,.85);
    padding:10px 16px;
    border-radius:14px;
    font-size:13px;
    letter-spacing:.04em;
}

/* Social links */
.socials{
    display:flex;
    gap:12px;
    margin-top:16px;
    flex-wrap:wrap;
}

.social{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(
            180deg,
            rgba(255,255,255,.06),
            rgba(255,255,255,.02)
    );
    color:rgba(244,246,251,.9);
    text-decoration:none;
    font-weight:900;
    font-size:13px;
    letter-spacing:.06em;
    transition:
            transform .15s ease,
            border-color .15s ease,
            background .15s ease,
            color .15s ease;
}

/* Hover / focus */
.social:hover,
.social:focus-visible{
    transform:translateY(-1px);
    border-color: rgba(197,139,42,.6);
    background:linear-gradient(
            135deg,
            rgba(226,194,122,.35),
            rgba(158,111,30,.35)
    );
    color:#0b0c0f;
    outline:none;
}

/* Platform-specific subtle hints */
.social.facebook:hover{
    border-color:#1877f2;
}

.social.twitter:hover{
    border-color:#1da1f2;
}

.social.tiktok:hover{
    border-color:#ff0050;
}

/* Map section */
.contact-map{
    margin-top:72px;
    border-top:1px solid rgba(255,255,255,.08);
}

.contact-map iframe{
    display:block;
    width:100%;
    height:420px;
    border:0;
    filter:grayscale(.15) contrast(1.05) brightness(.95);
}

/* Mobile */
@media (max-width: 820px){
    .contact-map iframe{
        height:320px;
    }
}

/* Socials (SVG icons + tooltip + animation) */
.socials{
    display:flex;
    gap:12px;
    margin-top:16px;
    flex-wrap:wrap;
}

/* Auto-hide socials on very small screens */
@media (max-width: 420px){
    .socials{ display:none; }
}

.social{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    color:rgba(244,246,251,.9);
    text-decoration:none;
    transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

.social .icon{
    width:20px;
    height:20px;
    fill: currentColor;
    transition: transform .18s ease;
}

/* Subtle animation on hover */
.social:hover{
    transform: translateY(-1px);
    border-color: rgba(197,139,42,.55);
    background: linear-gradient(135deg, rgba(226,194,122,.32), rgba(158,111,30,.28));
    color:#0b0c0f;
}

.social:hover .icon{
    transform: scale(1.06);
}

/* Keyboard accessibility */
.social:focus-visible{
    outline: none;
    border-color: rgba(226,194,122,.7);
    box-shadow: 0 0 0 3px rgba(197,139,42,.25), 0 10px 24px rgba(0,0,0,.25);
}

/* Tooltip */
.social .tooltip{
    position:absolute;
    left:50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(6px);
    opacity:0;
    pointer-events:none;
    padding:8px 10px;
    border-radius:12px;
    font-size:12px;
    letter-spacing:.04em;
    color: rgba(244,246,251,.92);
    background: rgba(11,12,15,.92);
    border: 1px solid rgba(255,255,255,.10);
    white-space:nowrap;
    transition: opacity .16s ease, transform .16s ease;
}

.social .tooltip::after{
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    width:10px;
    height:10px;
    background: rgba(11,12,15,.92);
    border-right: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.10);
    transform: translateX(-50%) rotate(45deg);
}

.social:hover .tooltip,
.social:focus-visible .tooltip{
    opacity:1;
    transform: translateX(-50%) translateY(0);
}

/* Optional subtle platform hints */
.social.facebook:hover{ border-color:#1877f2; }
.social.twitter:hover{ border-color:#1da1f2; }
.social.tiktok:hover{ border-color:#ff0050; }

/* Phone / email action stack */
.contact-actions{
    display:flex;
    flex-direction:column;
    gap:14px; /* ← THIS is the key fix */
    margin-top:12px;
}

.contact-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 16px;
    border-radius:14px;
    border:1px solid rgba(197,139,42,.55);
    color:var(--brand-gold);
    text-decoration:none;
    font-weight:700;
    letter-spacing:.02em;
    background:linear-gradient(
            180deg,
            rgba(197,139,42,.16),
            rgba(197,139,42,.08)
    );
    transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.contact-pill:hover{
    transform:translateY(-1px);
    background:linear-gradient(
            135deg,
            rgba(226,194,122,.35),
            rgba(158,111,30,.28)
    );
    box-shadow:0 10px 24px rgba(0,0,0,.25);
    color:#0b0c0f;
}

/* Icon inside contact pill */
.pill-icon{
    width:18px;
    height:18px;
    fill:currentColor;
    margin-right:10px;
    transition: transform .15s ease;
}

/* Hover micro-animation */
.contact-pill:hover .pill-icon{
    transform: translateY(-1px) scale(1.05);
}

/* Better alignment */
.contact-pill span{
    line-height:1;
    white-space:nowrap;
}
