:root {
    --contact-wine: #470506;
    --contact-wine-deep: #2c0203;
    --contact-gold: #f2b632;
    --contact-ink: #191619;
    --contact-muted: #706869;
    --contact-cream: #faf7f2;
}

.contact-hero { display: flex; align-items: center; min-height: 500px; background: linear-gradient(90deg, rgba(35,2,3,.95), rgba(52,4,5,.7) 55%, rgba(20,10,10,.25)), var(--contact-hero-image) center/cover; }
.contact-hero-content { max-width: 800px; padding: 80px 0; }
.contact-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--contact-wine); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-kicker::before { width: 34px; height: 2px; background: var(--contact-gold); content: ""; }
.contact-kicker-light { color: #ffd573; }
.contact-hero h1 { margin-bottom: 20px; color: #fff; font-size: clamp(3rem,7vw,5.6rem); line-height: 1; letter-spacing: -.045em; text-transform: none; }
.contact-hero p { max-width: 690px; color: rgba(255,255,255,.78); font-size: 1.07rem; line-height: 1.75; }
.contact-hero .breadcrumb-item,
.contact-hero .breadcrumb-item a { color: rgba(255,255,255,.7); }
.contact-hero .breadcrumb-item.active { color: #ffd573; }

.contact-section { padding: 105px 0 110px; background: var(--contact-cream); }
.contact-heading { max-width: 720px; margin: 0 auto 50px; }
.contact-heading h2 { color: var(--contact-ink); font-size: clamp(2rem,4vw,3.5rem); letter-spacing: -.035em; }
.contact-heading p { color: var(--contact-muted); font-size: 1.03rem; }

.contact-card { display: block; height: 100%; min-height: 260px; padding: 34px; color: var(--contact-muted); background: #fff; border: 1px solid rgba(71,5,6,.08); box-shadow: 0 14px 34px rgba(35,25,25,.07); transition: transform .3s, box-shadow .3s; }
a.contact-card:hover { transform: translateY(-7px); box-shadow: 0 22px 46px rgba(35,25,25,.13); }
.contact-icon { display: grid; width: 58px; height: 58px; margin-bottom: 28px; place-items: center; color: var(--contact-wine); background: rgba(242,182,50,.24); border-radius: 50%; font-size: 1.35rem; }
.contact-card > span { display: block; margin-bottom: 9px; color: var(--contact-wine); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card h3 { overflow-wrap: anywhere; margin-bottom: 18px; color: var(--contact-ink); font-size: 1.15rem; line-height: 1.55; }
.contact-card small { color: var(--contact-muted); }
.contact-card small i { margin-left: 7px; color: var(--contact-wine); }

.location-panel { display: grid; grid-template-columns: .8fr 1.35fr; min-height: 520px; margin-top: 55px; overflow: hidden; background: var(--contact-wine-deep); box-shadow: 0 24px 55px rgba(44,2,3,.2); }
.location-copy { padding: 55px 48px; color: rgba(255,255,255,.7); }
.location-copy h2 { margin-bottom: 20px; color: #fff; font-size: clamp(1.9rem,3vw,2.7rem); line-height: 1.25; }
.location-copy p { margin-bottom: 32px; line-height: 1.8; }
.location-details { display: grid; gap: 13px; }
.location-details a { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.82); overflow-wrap: anywhere; }
.location-details a:hover { color: #ffd573; }
.location-details i { color: var(--contact-gold); }
.map-wrap { min-height: 520px; background: #ddd; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }
.map-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; height: 100%; color: var(--contact-muted); }
.map-placeholder i { font-size: 3rem; }

.contact-social { padding: 85px 0; background: var(--contact-wine); }
.contact-social-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-social h2 { margin: 0; color: #fff; font-size: clamp(1.9rem,3vw,3rem); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: color .25s, background .25s; }
.social-links a:hover { color: var(--contact-wine); background: var(--contact-gold); border-color: var(--contact-gold); }

@media (max-width: 991.98px) {
    .location-panel { grid-template-columns: 1fr; }
    .map-wrap, .map-wrap iframe { min-height: 430px; }
    .contact-social-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .contact-hero { min-height: 440px; }
    .contact-section { padding: 75px 0; }
    .location-copy { padding: 38px 27px; }
    .map-wrap, .map-wrap iframe { min-height: 350px; }
    .contact-social { padding: 65px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .contact-card, .social-links a { transition: none; }
}
