/* ===== CONTACT ===== */
.contact-hero { background:linear-gradient(180deg,var(--cream-2),var(--cream)); padding:0; overflow:hidden; }
.contact-hero .hero-inner { display:grid; grid-template-columns:1fr 1.1fr; gap:30px; align-items:center; }
.contact-hero .hero-text { padding:50px 0; }
.contact-hero h1 { font-size:clamp(2.6rem,5vw,4rem); }
.contact-hero .divider { display:flex; align-items:center; gap:12px; color:var(--sage); margin:14px 0 18px; }
.contact-hero .divider::before { content:""; width:60px; height:1px; background:var(--sage); }
.contact-hero p { color:var(--muted); max-width:44ch; }
.contact-hero .hero-img img { width:100%; height:280px; object-fit:cover; }

.contact-map { position:relative; display:block; border-radius:12px; overflow:hidden; border:1px solid var(--line); min-height:420px; }
.contact-map img { width:100%; height:100%; min-height:420px; object-fit:cover; display:block; }
.contact-map .map-badge { position:absolute; left:50%; bottom:16px; transform:translateX(-50%);
  background:#fff; color:var(--taupe); font-size:.82rem; font-weight:700; padding:8px 16px; border-radius:30px;
  box-shadow:0 3px 12px rgba(0,0,0,.15); white-space:nowrap; }

.contact-main { padding:40px 0 60px; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr 1fr; gap:34px; align-items:start;
  background:#fff; border:1px solid var(--line); border-radius:18px; padding:34px; }

.cblock { margin-bottom:26px; }
.cblock h3 { font-family:var(--serif); font-size:1.3rem; display:flex; align-items:center; gap:8px; margin-bottom:14px; }
.cblock .leaf { color:var(--sage); }
.cline { display:flex; gap:10px; align-items:flex-start; margin-bottom:10px; font-size:.9rem; color:var(--text); }
.cline svg { color:var(--sage); flex-shrink:0; margin-top:2px; }
.hours-row { display:flex; justify-content:space-between; font-size:.88rem; margin-bottom:6px; max-width:280px; }
.hours-row .d { color:var(--muted); }

.contact-map { border-radius:12px; overflow:hidden; border:1px solid var(--line); min-height:420px; }
.contact-map iframe { width:100%; height:100%; min-height:420px; border:0; display:block; }

.contact-form h3 { font-family:var(--serif); font-size:1.3rem; display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.contact-form input, .contact-form textarea { width:100%; border:1px solid var(--line); border-radius:10px;
  padding:12px 14px; font-family:var(--sans); font-size:.92rem; margin-bottom:12px; background:#fbf7f1; outline:none; }
.contact-form textarea { min-height:120px; resize:vertical; }
.contact-form .btn-send { width:100%; justify-content:center; }

.contact-note { text-align:center; color:var(--muted); font-size:.9rem; padding:22px 0; }
.contact-note .divider { display:flex; align-items:center; justify-content:center; gap:12px; color:var(--sage); margin-top:12px; }
.contact-note .divider::before,.contact-note .divider::after { content:""; width:60px; height:1px; background:var(--line); }

@media (max-width:980px){
  .contact-hero .hero-inner { grid-template-columns:1fr; gap:0; }
  .contact-hero .hero-text { padding:30px 0 20px; }
  .contact-hero .hero-img img { height:200px; }
  .contact-grid { grid-template-columns:1fr; }
  .contact-map { min-height:300px; }
  .contact-map img { min-height:300px; }
}
