/* ==============================================
   visit.css — page-specific styles for visit.html
   Shared styles (nav, footer, vars) are in shared.css
   ============================================== */

/* ---------- HERO ---------- */
  .page-header { background: var(--purple); color: white; padding: 70px 0 0; position: relative; margin-bottom: -4px; }
  .page-header::before { content: ''; position: absolute; top: -100px; right: -100px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,0.05); }
  .page-header .eyebrow { color: #a7e6bb; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; display: block; }
  .page-header h1 { color: white; font-size: clamp(34px, 5vw, 50px); max-width: 640px; margin-bottom: 14px; }
  .page-header p { color: #e2d4f2; font-size: 17px; max-width: 560px; margin-bottom: 40px; }

  .ragged { display: block; width: 100%; height: 60px; margin-top: -1px; }

  section { padding: 80px 0; }
  .section-head { max-width: 620px; margin-bottom: 44px; }
  .eyebrow { color: var(--green); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; display: block; }
  .section-head h2 { font-size: clamp(28px, 4vw, 38px); margin-bottom: 12px; }
  .section-head p { color: var(--ink-soft); font-size: 16px; }

  /* ---------- LOCATION + MAP ---------- */
  .location-section {
  margin-top: -4px; background: var(--white); }
  .location-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
  .location-detail { display: flex; gap: 16px; margin-bottom: 24px; }
  .location-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--purple-light);
    color: var(--purple);
    display: flex; align-items: center; justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
  }
  .location-detail h4 { font-size: 16px; margin-bottom: 4px; }
  .location-detail p { color: var(--ink-soft); font-size: 14.5px; }
  .location-detail a { color: var(--purple); font-weight: 600; }

  .map-embed {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(98,52,146,0.12);
    box-shadow: 0 4px 24px rgba(43,26,61,0.06);
  }
  .map-embed iframe { width: 100%; height: 420px; border: 0; display: block; }

  /* ---------- PARKING ---------- */
  .parking-section { background: var(--cream-deep); }
  .parking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .parking-card { background: var(--white); border-radius: 18px; padding: 28px; border: 1px solid rgba(98,52,146,0.1); }
  .parking-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 16px; }
  .parking-card h3 { font-size: 18px; margin-bottom: 8px; }
  .parking-card p { color: var(--ink-soft); font-size: 14.5px; }
  .parking-card a { color: var(--purple); font-weight: 600; }
  .parking-note {
    background: var(--green);
    color: white;
    border-radius: 16px;
    padding: 22px 28px;
    margin-top: 24px;
    font-size: 14.5px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .parking-note strong { display: block; margin-bottom: 2px; font-family: 'Fraunces', serif; font-size: 16px; }
  .parking-note a { color: white; text-decoration: underline; }

  .parking-video {
    margin-top: 20px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(43,26,61,0.1);
    width: 100%;
    height: 400px;
  }
  .parking-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  /* ---------- PRICING (reused from homepage) ---------- */
  .pricing-section { background: var(--white); }
  .pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
  .price-card { background: var(--cream-deep); border-radius: 16px; padding: 24px 16px; text-align: center; }
  .price-amount { font-family: 'Fraunces', serif; font-size: 30px; font-weight: 600; color: var(--purple); margin-bottom: 6px; }
  .price-label { font-size: 14px; color: var(--ink-soft); font-weight: 500; }
  .price-label span { display: block; font-size: 11.5px; color: var(--green); font-weight: 600; margin-top: 2px; }
  .pricing-note { font-size: 13px; color: var(--ink-soft); margin-top: 20px; text-align: center; }

  /* ---------- HOURS (reused from homepage) ---------- */
  .hours-section { background: var(--purple); color: white; position: relative; }
  .hours-section::before { content: ''; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,0.05); }
  .hours-section .section-head .eyebrow { color: #a7e6bb; }
  .hours-section .section-head h2 { color: white; }
  .hours-section .section-head p { color: #e2d4f2; }
  .hours-list { display: flex; flex-direction: column; gap: 2px; max-width: 560px; position: relative; z-index: 1; }
  .hours-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.14); font-size: 15px; }
  .hours-row.today { background: rgba(255,255,255,0.08); margin: 0 -16px; padding: 14px 16px; border-radius: 10px; border-bottom: 1px solid rgba(255,255,255,0.14); font-weight: 600; }
  .hours-day { color: #e2d4f2; }
  .hours-row.today .hours-day { color: white; }
  .hours-closed { color: rgba(255,255,255,0.5); }
  .hours-right { display: flex; align-items: center; gap: 14px; }
  .book-btn { background: var(--green); color: white; font-size: 12.5px; font-weight: 600; padding: 6px 16px; border-radius: 100px; transition: background 0.15s; }
  .book-btn:hover { background: #1d8a44; }

  /* ---------- WHAT TO EXPECT ---------- */
  .expect-section { background: var(--cream); }
  .expect-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .expect-step { position: relative; }
  .expect-num {
    font-family: 'Fraunces', serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    background: var(--purple);
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
  }
  .expect-step h4 { font-size: 16.5px; margin-bottom: 8px; }
  .expect-step p { color: var(--ink-soft); font-size: 14px; }

  /* ---------- CTA ---------- */
  .visit-cta { background: var(--green); color: white; text-align: center; }
  .visit-cta h2 { color: white; font-size: clamp(28px, 4vw, 38px); margin-bottom: 14px; }
  .visit-cta p { color: #d7ecdc; font-size: 16px; max-width: 480px; margin: 0 auto 30px; }
  .cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .btn-primary { background: white; color: var(--green); padding: 15px 30px; border-radius: 100px; font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; transition: transform 0.15s; }
  .btn-primary:hover { transform: translateY(-1px); }
  .btn-ghost { background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.5); color: white; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 15px; }

/* ==============================================
   MOBILE STYLES — max-width: 640px
   ============================================== */
@media (max-width: 640px) {

  /* ---------- PAGE HEADER ---------- */
  .page-header { padding: 48px 0 0; }
  .page-header h1 { font-size: clamp(28px, 7vw, 40px); }
  .page-header p { font-size: 15px; }

  /* ---------- LOCATION ---------- */
  .location-grid { grid-template-columns: 1fr; gap: 28px; }
  .map-embed iframe { height: 280px; }

  /* ---------- PARKING ---------- */
  .parking-grid { grid-template-columns: 1fr; gap: 16px; }
  .parking-video { height: 220px; }

  /* ---------- PRICING ---------- */
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .price-amount { font-size: 24px; }

  /* ---------- HOURS ---------- */
  .hours-row { font-size: 14px; }
  .hours-right { gap: 8px; }
  .book-btn { font-size: 11.5px; padding: 5px 12px; }

  /* ---------- WHAT TO EXPECT ---------- */
  .expect-steps { grid-template-columns: 1fr 1fr; gap: 20px; }

  /* ---------- CTA ---------- */
  .visit-cta { padding: 50px 0; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .btn-primary, .btn-ghost { width: 100%; max-width: 280px; justify-content: center; }

}
