/* ================================
   Taquería Campo Azul
   Under Construction / Event Page
================================ */

/* Page base */
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(244, 200, 106, 0.28), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(29, 126, 137, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8ec 0%, #fff2df 48%, #fffaf3 100%);
  color: var(--text-color-body, #073238);
}

.under-construction-main {
  flex: 1;
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

/* Header */
.under-construction-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #073238;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  opacity: var(--header-opacity, 1);
  transform: translateY(var(--header-translate, 0));
  transition: opacity 0.12s linear, transform 0.12s linear;
  will-change: opacity, transform;
}

.under-construction-header.header-hidden {
  pointer-events: none;
}

.container-top {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.under-construction-logo {
  width: clamp(4.5rem, 10vw, 7rem);
  height: auto;
  flex: 0 0 auto;
}

.under-construction-title {
  margin: 0;
  font-family: var(--font-bebas, "Bebas Neue", sans-serif);
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

/* Hero / top message */
.top-container {
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 4rem) 0 clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.under-construction-subtitle {
  margin: 0;
  font-family: var(--font-bebas, "Bebas Neue", sans-serif);
  font-size: clamp(2.6rem, 8vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #073238;
  text-wrap: balance;
}

.under-construction-text {
  max-width: 720px;
  margin: 1rem auto 0;
  font-family: var(--font-Lato, "Lato", sans-serif);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(7, 50, 56, 0.78);
}

/* Divider */
.under-construction-divider {
  width: min(100%, 980px);
  margin: clamp(1.5rem, 4vw, 3rem) auto;
  border: 0;
  border-top: 1px solid rgba(7, 50, 56, 0.14);
  opacity: 1;
}

/* Optional menu preview / coming soon section */
.coming-soon-info,
.event-menu-preview {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
  border: 1px solid rgba(7, 50, 56, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 248, 236, 0.72);
  box-shadow: 0 20px 48px rgba(7, 50, 56, 0.08);
}

/* Visit section */
.undercon-visitus-section {
  padding: clamp(1rem, 4vw, 3rem) 0 clamp(2rem, 6vw, 4rem);
}

.visit-us-title {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.visit-us-title .under-construction-text {
  margin-top: 0.75rem;
}

/* Location layout */
.desktop-class-container {
  width: 100%;
}

.desktop-class-container .row {
  align-items: center;
  row-gap: 2rem;
}

.under-construction-title{
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-archivo-black, "Archivo Black", sans-serif);
    font-size: clamp(2.6rem, 4.6vw, 4.3rem);
    color: #105b63 !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.location-meta {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  border: 1px solid rgba(7, 50, 56, 0.12);
  border-radius: 1.5rem;
  background: rgba(255, 248, 236, 0.78);
  box-shadow: 0 20px 48px rgba(7, 50, 56, 0.08);
}

.location-label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-family: var(--font-gothic-a1, "Gothic A1", sans-serif);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c86b1f;
}

.location-text {
  margin: 0;
  font-family: var(--font-Lato, "Lato", sans-serif);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  line-height: 1.5;
  color: #073238;
}

/* Buttons */
.call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: fit-content;
  min-height: 3.2rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(7, 50, 56, 0.14);
  background: #f4c86a;
  color: #073238;
  font-family: var(--font-gothic-a1, "Gothic A1", sans-serif);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.call-btn:hover {
  color: #073238;
  background: #ffd979;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(167, 93, 22, 0.16);
}

.call-btn i {
  font-size: 1rem;
}

/* Map */
.location-map {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(7, 50, 56, 0.12);
  background: rgba(255, 248, 236, 0.78);
  box-shadow: 0 20px 48px rgba(7, 50, 56, 0.08);
}

.location-map iframe {
  display: block;
  width: 100%;
  min-height: 24rem;
}

/* Footer */
.site-footer {
  margin-top: auto;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  background: transparent;
}

.container-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-text {
  margin: 0;
  font-family: var(--font-gothic-a1, "Gothic A1", sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 50, 56, 0.68);
}

/* Mobile */
@media (max-width: 767.98px) {
  .container-top {
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .under-construction-logo {
    width: 5rem;
  }

  .under-construction-title {
    text-align: center;
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .under-construction-main {
    padding-inline: 1rem;
  }

  .top-container {
    padding-top: 2rem;
  }

  .coming-soon-info,
  .event-menu-preview,
  .location-meta {
    border-radius: 1.15rem;
  }

  .location-meta {
    text-align: center;
  }

  .location-map iframe {
    min-height: 18rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .under-construction-header,
  .call-btn {
    transition: none;
  }
}

/* CSS */
.call-btn {
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.call-btn:hover {
  background-color: #fff;
}

.call-btn:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}
@media (min-width: 768px) {
  .call-btn {
    min-width: 120px;
    padding: 0 25px;
  }
}