/* Location & Parking - Page ID 79 / slug location-parking
 * Cover + Groups (address, parking, hours tables, contact)
 */

body.page-id-79 .section-title { display: none !important; }
body.page-id-79 main#main-content { padding: 0 !important; }
body.page-id-79 main#main-content > .container {
  max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important;
}
body.page-id-79 article {
  width: 100% !important; max-width: none !important; overflow-x: clip;
}

/* Hero */
body.page-id-79 article > .wp-block-cover:first-of-type {
  width: 100vw !important; max-width: none !important; min-height: 70vh !important;
  position: relative !important; left: 50% !important; margin: 0 0 0 -50vw !important;
  padding: 140px 24px 80px !important; display: flex !important;
  align-items: center !important; justify-content: center !important; box-sizing: border-box !important;
}
body.page-id-79 article > .wp-block-cover:first-of-type .wp-block-cover__image-background {
  position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important;
  object-fit: cover !important; z-index: 0 !important;
}
body.page-id-79 article > .wp-block-cover:first-of-type .wp-block-cover__background {
  z-index: 1 !important; opacity: 0.55 !important; background: #000 !important;
}
body.page-id-79 article > .wp-block-cover:first-of-type .wp-block-cover__inner-container {
  position: relative !important; z-index: 2 !important; width: 100% !important;
  max-width: 900px !important; margin: 0 auto !important; padding: 0 24px !important; text-align: center !important;
}
body.page-id-79 article > .wp-block-cover:first-of-type .wp-block-cover__inner-container > * {
  max-width: 100% !important; margin-left: auto !important; margin-right: auto !important; text-align: center !important;
}
body.page-id-79 article > .wp-block-cover:first-of-type h1 {
  font-size: clamp(34px, 5.2vw, 68px) !important; line-height: 1.08 !important; margin: 0 0 18px !important;
  color: #fff !important; font-family: Anton, Impact, sans-serif !important; font-weight: 400 !important;
  text-transform: uppercase !important; text-align: center !important;
}
body.page-id-79 article > .wp-block-cover:first-of-type p {
  font-size: 18px !important; line-height: 1.5 !important; margin: 0 !important; color: #fff !important;
  font-family: Heebo, Arial, sans-serif !important; font-weight: 600 !important; text-align: center !important;
}

/* Groups */
body.page-id-79 article > .wp-block-group {
  width: 100vw !important; max-width: none !important; position: relative !important;
  left: 50% !important; margin: 0 0 0 -50vw !important; padding: 90px 24px !important;
  box-sizing: border-box !important; background: #222 !important;
}
body.page-id-79 article > .wp-block-group > .wp-block-group__inner-container {
  width: 100%; max-width: 900px; margin: 0 auto; padding: 0;
}
body.page-id-79 article > .wp-block-group.is-layout-constrained > :where(:not(.alignfull)) {
  max-width: 900px; margin-left: auto !important; margin-right: auto !important;
}
body.page-id-79 article > .wp-block-group:nth-of-type(odd) { background: #222 !important; }
body.page-id-79 article > .wp-block-group:nth-of-type(even) { background: #2a2a2a !important; }

/* Type */
body.page-id-79 .wp-block-group h2 {
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.12 !important; margin: 0 0 22px !important;
  color: #fdc502 !important; font-family: Anton, Impact, sans-serif !important;
  font-weight: 400 !important; text-transform: uppercase !important; letter-spacing: 0.02em !important;
}
body.page-id-79 .wp-block-group p {
  font-size: 17px !important; line-height: 1.65 !important; margin: 0 0 16px !important;
  color: #fff !important; font-family: Heebo, Arial, sans-serif !important; font-weight: 400 !important;
}
body.page-id-79 .wp-block-group p strong { color: #fdc502 !important; font-weight: 700 !important; }
body.page-id-79 .wp-block-group a {
  color: #fdc502 !important; text-decoration: none !important;
  border-bottom: 1px solid transparent; transition: border-color 0.2s ease, color 0.2s ease;
}
body.page-id-79 .wp-block-group a:hover,
body.page-id-79 .wp-block-group a:focus {
  color: #ffe066 !important; border-bottom-color: rgba(253, 197, 2, 0.6);
}

/* Address block: short consecutive lines after intro look like a card */
body.page-id-79 article > .wp-block-group:first-of-type .wp-block-group__inner-container > p.wp-block-paragraph:nth-of-type(n+2) {
  margin: 0 0 4px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}
body.page-id-79 article > .wp-block-group:first-of-type .wp-block-group__inner-container > p.wp-block-paragraph:nth-of-type(2) {
  margin-top: 8px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(253, 197, 2, 0.25);
}
body.page-id-79 article > .wp-block-group:first-of-type .wp-block-group__inner-container > p.wp-block-paragraph:nth-of-type(5) {
  margin-bottom: 8px !important;
}

/* Tables (header often first tbody row, no thead) */
body.page-id-79 .wp-block-table {
  margin: 24px 0 12px !important; width: 100% !important; overflow-x: auto; max-width: 100%;
}
body.page-id-79 .wp-block-table table {
  width: 100% !important; border-collapse: collapse !important;
  border: 1px solid rgba(253, 197, 2, 0.35) !important;
  background: rgba(0, 0, 0, 0.25) !important;
}
body.page-id-79 .wp-block-table thead { background: rgba(253, 197, 2, 0.15) !important; }
body.page-id-79 .wp-block-table th {
  font-family: Anton, Impact, sans-serif !important; font-weight: 400 !important;
  font-size: 15px !important; letter-spacing: 0.04em !important; text-transform: uppercase !important;
  color: #fdc502 !important; text-align: left !important; padding: 14px 16px !important;
  border: 1px solid rgba(253, 197, 2, 0.35) !important; background: transparent !important;
}
body.page-id-79 .wp-block-table td {
  font-family: Heebo, Arial, sans-serif !important; font-size: 16px !important;
  line-height: 1.5 !important; color: #fff !important; padding: 14px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important; vertical-align: middle !important;
}
body.page-id-79 .wp-block-table tbody tr:nth-child(even) td { background: rgba(255, 255, 255, 0.03) !important; }
body.page-id-79 .wp-block-table tbody tr:hover td { background: rgba(253, 197, 2, 0.08) !important; }
body.page-id-79 .wp-block-table table:not(:has(thead)) tbody tr:first-child td {
  font-family: Anton, Impact, sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #fdc502 !important;
  background: rgba(253, 197, 2, 0.15) !important;
  border-color: rgba(253, 197, 2, 0.35) !important;
}
body.page-id-79 .wp-block-table tbody tr:not(:first-child) td:last-child {
  color: #fdc502 !important; font-weight: 600 !important;
}

/* Contact section links */
body.page-id-79 article > .wp-block-group:last-of-type p a {
  font-weight: 600 !important;
}

/* Buttons */
body.page-id-79 .wp-block-buttons {
  display: flex !important; flex-wrap: wrap !important;
  gap: 16px !important; margin-top: 28px !important;
}
body.page-id-79 .wp-block-button {
  margin: 0 !important;
}
body.page-id-79 .wp-block-button__link {
  border: 1px solid #fdc502 !important; border-radius: 0 !important;
  background: #fdc502 !important; color: #000 !important;
  font-size: 13px !important; font-weight: 700 !important;
  font-family: Heebo, Arial, sans-serif !important;
  text-transform: uppercase !important; letter-spacing: 0.02em !important;
  padding: 13px 25px !important; text-decoration: none !important;
  line-height: 1.2 !important; height: auto !important; min-height: 39px !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  transition: all 0.3s ease !important; cursor: pointer !important;
  box-sizing: border-box !important; white-space: nowrap !important;
}
body.page-id-79 .wp-block-button__link * {
  color: #000 !important;
}
body.page-id-79 .wp-block-button a {
  color: #000 !important;
}
body.page-id-79 .wp-block-button__link:hover,
body.page-id-79 .wp-block-button__link:focus {
  background: #fff !important; border-color: #fff !important; color: #000 !important;
  box-shadow: 0 4px 12px rgba(253, 197, 2, 0.3) !important;
  transform: translateY(-2px) !important;
}
body.page-id-79 .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important; border: 1px solid #fdc502 !important; color: #fdc502 !important;
}
body.page-id-79 .wp-block-button.is-style-outline .wp-block-button__link:hover,
body.page-id-79 .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: #fdc502 !important; color: #000 !important;
}

/* Contact CTA: center buttons */
body.page-id-79 article > .wp-block-group:last-of-type .wp-block-buttons {
  justify-content: flex-start !important;
}

body.page-id-79 article > p:empty,
body.page-id-79 article > .wp-block-paragraph:empty { display: none !important; }

@media (max-width: 1024px) {
  body.page-id-79 article > .wp-block-group { padding: 70px 24px !important; }
  body.page-id-79 article > .wp-block-cover:first-of-type {
    min-height: 55vh !important; padding: 120px 24px 70px !important;
  }
}

@media (max-width: 768px) {
  body.page-id-79 article > .wp-block-group { padding: 60px 24px !important; }
  body.page-id-79 article > .wp-block-cover:first-of-type {
    min-height: 50vh !important; padding: 100px 24px 60px !important;
  }
  body.page-id-79 article > .wp-block-cover:first-of-type h1 {
    font-size: clamp(26px, 7.5vw, 44px) !important;
  }
  body.page-id-79 .wp-block-table {
    display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
  }
  body.page-id-79 .wp-block-table table { min-width: 480px; }
  body.page-id-79 .wp-block-table th,
  body.page-id-79 .wp-block-table td {
    font-size: 14px !important; padding: 12px 14px !important;
  }
  body.page-id-79 .wp-block-buttons {
    flex-direction: column !important; align-items: stretch !important;
  }
  body.page-id-79 .wp-block-button,
  body.page-id-79 .wp-block-button__link {
    width: 100% !important; text-align: center !important;
  }
}
