/* ============================================================
   contactus.css – page-specific styles for Contact page
   ============================================================ */

:root {
  --warm-white: #fffcfc;
}

/* ── CONTACT HERO ── */
.contact-hero {
  padding-top: 71px;
  background: var(--bg);
  text-align: center;
  padding-bottom: 0;
}
.contact-hero-inner {
  padding: clamp(50px, 7vw, 90px) clamp(20px, 5vw, 80px) clamp(36px, 5vw, 56px);
}
.contact-title {
  font-family: var(--font-serif);
  font-size: clamp(52px, 8vw, 100px);
  font-weight: 400; color: var(--text);
  line-height: 1; margin-bottom: clamp(20px, 3vw, 30px);
}
.contact-social { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.contact-social a {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-sans); font-size: 13px; font-weight: 400;
  color: var(--text); text-decoration: none; transition: color 0.2s;
}
.contact-social a:hover { color: var(--gold); }
.contact-social-icon {
  width: 18px; height: 18px; background: var(--gold); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-family: var(--font-sans); color: #fff; flex-shrink: 0;
}

/* ── INSTAGRAM GRID ── */
.insta-section {
  background: var(--bg);
  padding: 0 clamp(20px, 5vw, 80px) clamp(50px, 6vw, 70px);
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  max-width: 880px; margin: 0 auto;
}
.insta-cell {
  aspect-ratio: 1; overflow: hidden; background: var(--gold-light);
  position: relative; cursor: pointer;
}
.insta-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.insta-cell:hover img { transform: scale(1.05); }
.insta-cell-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.08); transition: background 0.3s;
  display: flex; align-items: flex-start; justify-content: flex-end;
  padding: 8px;
}
.insta-cell:hover .insta-cell-overlay { background: rgba(0,0,0,0.18); }
.insta-play {
  width: 22px; height: 22px; background: rgba(255,255,255,0.7);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.insta-play svg { width: 10px; fill: var(--text); margin-left: 2px; }

/* ── EMAIL CONTACT ── */
.email-section {
  text-align: center;
  padding: clamp(36px, 5vw, 56px) clamp(20px, 5vw, 80px);
  border-top: 1px solid rgba(160,122,86,0.15);
  border-bottom: 1px solid rgba(160,122,86,0.15);
}
.email-link {
  font-family: var(--font-sans); font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); text-decoration: none; display: block; margin-bottom: 8px;
  transition: color 0.2s;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.email-link:hover { color: #7a5c3e; }
.email-sub { font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: #888; }

/* ── OUR LOCATIONS BAND ── */
.locations-band {
  background: #a07a56;
  padding: clamp(40px, 5vw, 60px) clamp(20px, 5vw, 80px);
  display: grid; grid-template-columns: auto 1fr;
  gap: clamp(30px, 5vw, 80px); align-items: center;
}
.locations-band-heading { font-family: var(--font-serif); font-size: clamp(30px, 4vw, 52px); font-weight: 500; color: #fff; line-height: 1.1; white-space: nowrap; }
.locations-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 2vw, 24px); }
.loc-card { border: 1px solid rgba(255,255,255,0.3); padding: clamp(16px, 2vw, 22px); }
.loc-card-name { font-family: var(--font-serif); font-size: clamp(15px, 1.6vw, 19px); font-weight: 600; color: #fff; margin-bottom: 10px; }
.loc-card-addr { font-family: var(--font-sans); font-size: 11px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 10px; }
.loc-card-phone { font-family: var(--font-sans); font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.95); letter-spacing: 0.04em; }

/* ── OPENING HOURS ── */
.hours-section { background: var(--bg); padding: clamp(50px, 7vw, 80px) clamp(20px, 5vw, 80px); }
.hours-inner { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: clamp(30px, 6vw, 100px); align-items: start; }
.hours-heading { font-family: var(--font-serif); font-style: italic; font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; color: var(--gold); white-space: nowrap; }
.hours-table { width: 100%; }
.hours-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: clamp(10px, 1.5vw, 14px) 0; border-bottom: 1px solid rgba(160,122,86,0.15); align-items: center; }
.hours-row:first-child { border-top: 1px solid rgba(160,122,86,0.15); }
.hours-day { font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text); }
.hours-time { font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: var(--text); white-space: nowrap; }

/* ── REVIEW ── */
.review-section { background: var(--cream); padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px); text-align: center; }
.stars { display: flex; justify-content: center; gap: 10px; margin-bottom: clamp(20px, 3vw, 32px); }
.star { font-size: clamp(28px, 4vw, 48px); color: var(--gold); }
.review-text { font-family: var(--font-serif); font-style: italic; font-size: clamp(18px, 2.4vw, 30px); font-weight: 500; color: var(--text); max-width: 640px; margin: 0 auto clamp(18px, 2.5vw, 26px); line-height: 1.4; }
.reviewer-name { font-family: var(--font-serif); font-size: clamp(16px, 1.8vw, 24px); font-weight: 600; color: var(--text); margin-bottom: 4px; }
.review-date { font-family: var(--font-sans); font-size: 11px; color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; }
.review-dots { display: flex; justify-content: center; gap: 8px; align-items: center; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #d9d9d9; cursor: pointer; }
.dot.active { width: 11px; height: 11px; background: var(--gold); }

/* ── HOW TO FIND US / MAP ── */
.map-section { background: var(--bg); padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px); text-align: center; }
.map-heading { font-family: var(--font-serif); font-size: clamp(28px, 3.5vw, 48px); font-weight: 500; color: var(--text); margin-bottom: 6px; }
.map-subheading { font-family: var(--font-serif); font-style: italic; font-size: clamp(16px, 2vw, 24px); font-weight: 400; color: var(--gold); margin-bottom: clamp(36px, 5vw, 56px); }
.maps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 2vw, 24px); max-width: 900px; margin: 0 auto; }
.map-embed { width: 100%; aspect-ratio: 4/3; border: none; display: block; filter: saturate(0.7); }
.map-label { font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-top: 10px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .locations-band { grid-template-columns: 1fr; }
  .locations-band-heading { white-space: normal; }
  .locations-cards { grid-template-columns: 1fr; }
  .hours-inner { grid-template-columns: 1fr; }
  .hours-heading { white-space: normal; }
  .maps-grid { grid-template-columns: 1fr; max-width: 480px; }
}

@media (max-width: 540px) {
  .insta-grid { gap: 2px; }
}
