.page-hero { padding-top: 72px; background: radial-gradient(circle at 20% 20%, #4C1300 0%, #111111 80%); position: relative; overflow: hidden; }
.page-hero::before { display: none; }
.page-hero-inner { padding: 72px 0 56px; position: relative; z-index: 1; }
.sec-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 14px; }
.page-hero-title {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-bottom: 16px;
    color: var(--white);
}
.page-hero-title em { font-style: normal; color: var(--accent); }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.7); font-weight: 300; line-height: 1.7; max-width: 480px; }

/* ── MAIN SECTION ── */
.contacts-section { padding: 72px 0 100px; }
.contacts-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}

/* ── FORM ── */
.contact-form-wrap { }
.form-title {
    font-size: 22px; font-weight: 800; color: var(--text);
    letter-spacing: -0.02em; margin-bottom: 28px;
}
.form-group { margin-bottom: 18px; }
.form-label {
    display: block; font-size: 11px; font-weight: 700;
    letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 8px;
}
.form-input, .form-textarea {
    width: 100%; padding: 14px 18px;
    background: var(--cream-2); border: 1.5px solid rgba(212,196,168,0.5);
    border-radius: 12px; font-size: 14px; font-weight: 500;
    color: var(--text); font-family: var(--font);
    transition: border-color 0.25s, box-shadow 0.25s;
    outline: none;
}
.form-input:focus, .form-textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(255,79,0,0.1);
    background: white;
}
.form-input.error { border-color: #c0392b; }
.form-textarea { min-height: 130px; resize: vertical; }
.form-error {
    font-size: 11px; color: #c0392b; font-weight: 600;
    margin-top: 5px; display: none;
}
.form-error.visible { display: block; }

.btn-submit {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 16px 36px; background: var(--accent); color: white;
    border-radius: 50px; font-size: 14px; font-weight: 800;
    letter-spacing: 0.04em; border: none; cursor: pointer;
    transition: all 0.35s; font-family: var(--font); margin-top: 6px;
}
.btn-submit:hover { background: #E84500; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(255,79,0,0.4); }

.success-msg {
    display: none; align-items: flex-start; gap: 16px;
    background: #f0fff4; border: 1.5px solid #68d391;
    border-radius: 16px; padding: 24px; margin-top: 16px;
}
.success-msg.visible { display: flex; }
.success-icon { font-size: 28px; flex-shrink: 0; }
.success-text h4 { font-size: 15px; font-weight: 800; color: #276749; margin-bottom: 4px; }
.success-text p { font-size: 13px; color: #276749; font-weight: 400; line-height: 1.6; }

/* ── CONTACT INFO ── */
.contact-info { }
.info-title {
    font-size: 22px; font-weight: 800; color: var(--text);
    letter-spacing: -0.02em; margin-bottom: 28px;
}
.info-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.info-card {
    display: flex; align-items: center; gap: 16px;
    background: var(--cream-2); border-radius: 14px; padding: 18px 20px;
    border: 1px solid rgba(212,196,168,0.3);
    transition: all 0.3s; text-decoration: none;
}
.info-card:hover { border-color: rgba(255,79,0,0.25); box-shadow: 0 6px 24px rgba(0,0,0,0.06); transform: translateX(4px); }
.info-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--cream-3); display: flex; align-items: center;
    justify-content: center; font-size: 20px; flex-shrink: 0;
    transition: background 0.25s;
}
.info-icon img {
    width: 20px; height: 20px; object-fit: contain;
    filter: brightness(0); transition: filter 0.25s;
}
.info-card:hover .info-icon { background: var(--accent); }
.info-card:hover .info-icon img { filter: brightness(0) invert(1); }
.info-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 3px; }
.info-value { font-size: 14px; font-weight: 700; color: var(--text); }

/* ── SOCIAL PILLS ── */
.social-title {
    font-size: 10px; font-weight: 700; letter-spacing: 0.15em;
    color: var(--text-muted); margin-bottom: 14px;
}
.social-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.social-pill {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px; border-radius: 50px;
    border: 1.5px solid rgba(212,196,168,0.5);
    font-size: 12px; font-weight: 700; color: var(--text-mid);
    transition: all 0.25s;
}
.social-pill:hover { border-color: var(--accent); color: var(--accent); background: rgba(255,79,0,0.04); }
.social-pill span { font-size: 16px; }

/* ── MAP ── */
.map-section { padding: 0 0 100px; }
.map-box {
    background: var(--bark); border-radius: 24px;
    height: 320px; position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.map-box::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(200,151,74,0.12) 0%, transparent 65%);
}
/* Grid lines decorative */
.map-grid {
    position: absolute; inset: 0; opacity: 0.06;
    background-image:
            linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
    background-size: 48px 48px;
}
.map-center { text-align: center; position: relative; z-index: 2; }
.map-pin {
    font-size: 48px; display: block; margin-bottom: 12px;
    animation: bounce 2.5s ease-in-out infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.map-label { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; letter-spacing: -0.01em; }
.map-coords {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 14px; background: rgba(255,255,255,0.1);
    border-radius: 50px; font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.1);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .contacts-layout { grid-template-columns: 1fr; gap: 48px; }
}