/* =========================================================
   Contact page — Anna Gaudy (dark theme)
   ========================================================= */

/* ── Hero banner ─────────────────────────────────────────── */
.contact-banner {
    padding: 220px 0 160px;
    position: relative;
}
.contact-banner h1 {
    color: #fff;
    font-size: 72px;
    line-height: 1.1;
    margin: 0;
}
.contact-banner h6 {
    color: #c44953;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .contact-banner { padding: 160px 0 120px; }
    .contact-banner h1 { font-size: 52px; }
}
@media (max-width: 575px) {
    .contact-banner h1 { font-size: 40px; }
}

/* ── Main section (info + form) ──────────────────────────── */
.contact-main h6 {
    color: #c44953;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-main h2 {
    color: #ddd;
    font-size: 36px;
    margin-bottom: 20px;
}
.contact-intro {
    color: #ddd;
    font-size: 16px;
    line-height: 1.75em;
    max-width: 680px;
    margin: 0 auto;
}

/* ── Info cards ──────────────────────────────────────────── */
.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 26px 28px;
    background: #191919;
    border: 1px solid rgba(194, 73, 83, 0.15);
    border-radius: 4px;
    color: #ddd;
    text-decoration: none;
    transition: border-color .3s ease, transform .3s ease, background .3s ease;
}
a.contact-card:hover {
    border-color: #c44953;
    transform: translateY(-2px);
    background: #1f1f1f;
    color: #fff;
}
.contact-card .card-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(194, 73, 83, 0.12);
    color: #c44953;
    font-size: 22px;
    transition: background .3s ease, color .3s ease;
}
a.contact-card:hover .card-icon {
    background: #c44953;
    color: #fff;
}
.contact-card .card-body { flex: 1 1 auto; }
.contact-card h5 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 6px;
}
.contact-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #ddd;
}
.contact-card--hours .hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-card--hours .hours-list li {
    font-size: 15px;
    color: #ddd;
    padding: 4px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.contact-card--hours .hours-list li:last-child { border-bottom: 0; }

/* ── Socials ─────────────────────────────────────────────── */
.contact-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    background: #191919;
    border: 1px solid rgba(194, 73, 83, 0.15);
    border-radius: 4px;
}
.contact-socials .socials-label {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c44953;
}
.contact-socials .socials-icons { display: flex; gap: 10px; }
.contact-socials .socials-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(194, 73, 83, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease, transform .3s ease;
    text-decoration: none;
}
.contact-socials .socials-icons a:hover {
    background: #c44953;
    transform: translateY(-2px);
}

/* ── Form card ───────────────────────────────────────────── */
.contact-form-wrap {
    background: #191919;
    border: 1px solid rgba(194, 73, 83, 0.15);
    border-radius: 4px;
    padding: 45px 45px 40px;
}
.contact-form-wrap .form-subtitle {
    color: #c44953;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 8px;
}
.contact-form-wrap .form-title {
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    margin: 0 0 12px;
}
.contact-form-wrap .form-intro {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.contact__form .form-control {
    background: #0c0c0c;
    color: #fff;
    border: 1px solid rgba(194, 73, 83, 0.2);
    border-radius: 2px;
    padding: 14px 16px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    width: 100%;
    transition: border-color .3s ease, box-shadow .3s ease;
}
.contact__form .form-control::placeholder { color: rgba(221, 221, 221, 0.55); }
.contact__form .form-control:focus {
    outline: none;
    border-color: #c44953;
    box-shadow: 0 0 0 3px rgba(194, 73, 83, 0.15);
}
.contact__form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}
.contact__form .form-group ul {
    list-style: none;
    padding-left: 0;
    margin: 6px 0 0;
}
.contact__form .form-group ul li {
    color: #c44953;
    font-size: 13px;
}

/* Honeypot — visually hidden but reachable by bots */
.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

.contact__msg,
.contact__msg-flash {
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 14px 18px;
    font-size: 14px;
    border: 1px solid transparent;
}
.contact__msg.alert-success,
.contact__msg-flash.alert-success {
    background: rgba(60, 160, 90, 0.15);
    color: #b5e4b7;
    border-color: rgba(60, 160, 90, 0.35);
}
.contact__msg.alert-danger,
.contact__msg-flash.alert-danger {
    background: rgba(194, 73, 83, 0.15);
    color: #f4b4b9;
    border-color: rgba(194, 73, 83, 0.4);
}

.contact__form .btn-link button {
    background: transparent;
    border: 0;
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 14px 0;
    cursor: pointer;
}

/* ── Map ─────────────────────────────────────────────────── */
.contact-map {
    background: #0c0c0c;
}
.contact-map .google-map iframe {
    display: block;
    filter: grayscale(30%) contrast(95%) brightness(85%);
    transition: filter .4s ease;
}
.contact-map .google-map iframe:hover {
    filter: none;
}

/* ── Responsive tweaks ───────────────────────────────────── */
@media (max-width: 991px) {
    .contact-form-wrap { padding: 32px 24px; }
}
