/* =========================================================
   Growling Gator shared page-specific styles
   Used by:
   - index.php
   - menu.php
   - contact-page.php
   ========================================================= */

/* ---------- INDEX PAGE ---------- */
.hero{
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(25,30,22,.58), rgba(25,30,22,.70)),
    url("/images/palms.jpg") center/cover no-repeat;
  overflow: hidden;
}

.hero-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
  align-items: center;
  padding: 4rem 0;
}

.hero-copy h1{
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  font-weight: 900;
  text-shadow: 0 6px 20px rgba(0,0,0,.32);
}

.hero-copy p{
  max-width: 760px;
  margin: 0 0 1.5rem;
  color: rgba(255,255,255,.92);
  font-size: clamp(1rem, 2.2vw, 1.15rem);
}

.hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.hero-panel{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 1.4rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 42px rgba(0,0,0,.20);
}

.hero-panel h3{
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.4rem;
  font-weight: 900;
}

.hero-panel p{
  margin: 0;
  color: rgba(255,255,255,.92);
}

.alert-banner{
  background: linear-gradient(135deg, #fff8ef, #f7f1e5);
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.alert-banner .container{
  padding: 1.5rem 0;
}

.closed-image{
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.5rem;
  align-items: start;
}

.grid-3{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.5rem;
}

.card{
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.4rem;
  height: 100%;
}

.shadowblur{
  box-shadow: var(--shadow);
}

.feature-media{
  overflow: hidden;
}

.feature-media img{
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.stack{
  display: grid;
  gap: 1rem;
}

.facebook-wrap{
  overflow: hidden;
  min-height: 500px;
}

.slider{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: #111;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.slides{
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}

.slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .55s ease;
  background: #111;
}

.slide.active{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  background: #111;
}

.slide-caption{
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: .85rem 1rem;
  background: rgba(0,0,0,.45);
  color: #fff;
  border-radius: 14px;
  font-weight: 800;
}

.slider-controls{
  display: flex;
  justify-content: center;
  gap: .65rem;
  margin-top: 1rem;
}

.slider-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #c9c9c9;
  cursor: pointer;
  transition: .2s ease;
  padding: 0;
  appearance: none;
}

.slider-dot.active{
  background: var(--olive);
  transform: scale(1.15);
}

.photo-card{
  padding: 0;
  overflow: hidden;
  min-height: 100%;
}

.photo-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.text-card p{
  color: var(--muted);
  margin-bottom: 1rem;
}

.map-wrap{
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-top: 2rem;
}

.map-wrap iframe{
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}

/* ---------- MENU + CONTACT SHARED ---------- */
.notice-wrap{
  position: relative;
  margin-top: -2.25rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.notice-card{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: min(1160px, calc(100% - 140px));
  padding: 1.15rem 1.75rem;
  text-align: center;
  font-weight: 800;
  color: var(--olive-dark);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

/* ---------- MENU PAGE ---------- */
.menu-hero{
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(25,30,22,.62), rgba(25,30,22,.72)),
    url("") center/cover no-repeat;
  min-height: clamp(320px, 50vh, 460px);
  display: flex;
  align-items: center;
}

.menu-hero-inner{
  width: 100%;
  padding: 4rem 0;
  text-align: center;
  text-transform: uppercase;
}

.menu-hero h1{
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1.04;
  font-weight: 900;
  text-shadow: 0 6px 20px rgba(0,0,0,.32);
}

.menu-hero p{
  margin: 0 auto;
  font-size: clamp(1rem, 2.1vw, 1.12rem);
  color: var(--gold);
  max-width: 760px;
  text-transform: none;
}

.notice-line{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 8px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 0;
  animation: growLine 1.8s ease-out forwards;
  transform-origin: center;
}

@keyframes growLine{
  from{ transform: translateY(-50%) scaleX(.3); }
  to{ transform: translateY(-50%) scaleX(1); }
}

.menu-section-head{
  text-align: center;
  margin-bottom: 2rem;
}

.menu-section-head .eyebrow{
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: .75rem;
  font-size: 1.35rem;
}

.menu-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.menu-panel{
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
  background: #fff;
}

.menu-panel img{
  width: 100%;
  height: auto;
  display: block;
}

.menu-note-bottom{
  margin-top: 2rem;
  text-align: center;
  color: var(--olive-dark);
  font-weight: 800;
  font-size: 1rem;
}

/* ---------- CONTACT PAGE ---------- */
.contact-hero{
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(25,30,22,.62), rgba(25,30,22,.74)),
    url("") center/cover no-repeat;
  min-height: clamp(320px, 50vh, 460px);
  display: flex;
  align-items: center;
}

.contact-hero-inner{
  width: 100%;
  padding: 4rem 0;
  text-align: center;
  text-transform: uppercase;
}

.hero-kicker{
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  color: #f1d8a4;
  margin-bottom: .8rem;
  font-size: .92rem;
}

.contact-hero h1{
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1.04;
  font-weight: 900;
  text-shadow: 0 6px 20px rgba(0,0,0,.32);
}

.contact-hero p{
  margin: 0 auto;
  font-size: clamp(1rem, 2.1vw, 1.15rem);
  color: var(--gold);
  max-width: 760px;
  text-transform: none;
}

.section-head{
  text-align: center;
  margin-bottom: 2rem;
}

.section-head p{
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-grid{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.5rem;
  align-items: stretch;
}

.info-card,
.map-card{
  padding: 1.5rem;
}

.info-card h2,
.map-card h2{
  margin: 0 0 .75rem;
  font-size: 2rem;
  line-height: 1.1;
}

.info-card > p,
.map-card > p{
  margin: 0;
  color: var(--muted);
}

.info-stack{
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.info-item{
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 18px;
  background: var(--surface-soft);
}

.info-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--olive);
  font-size: 1.1rem;
  flex: 0 0 52px;
  box-shadow: var(--shadow-soft);
}

.info-item h3{
  margin: .15rem 0 .35rem;
  font-size: 1.1rem;
  font-weight: 900;
}

.info-item p,
.info-item address{
  margin: 0;
  color: var(--muted);
  font-style: normal;
}

.season-card{
  margin-top: 1.25rem;
  padding: 1.2rem 1.25rem;
  background: linear-gradient(135deg, #fff8ef, #f7f1e5);
  border: 1px solid rgba(182,138,60,.18);
  border-radius: 18px;
}

.season-card h3{
  margin: 0 0 .35rem;
  color: var(--olive-dark);
  font-size: 1.25rem;
  font-weight: 900;
}

.season-card p{
  margin: 0;
  color: var(--muted);
}

.map-frame{
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow);
  margin-top: 1rem;
}

.map-frame iframe{
  width: 100%;
  height: 560px;
  border: 0;
  display: block;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px){
  .hero-grid,
  .grid-2{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px){
  .contact-grid{
    grid-template-columns: 1fr;
  }

  .map-frame iframe{
    height: 440px;
  }
}

@media (max-width: 962px){
  .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-grid{
    gap: 1.2rem;
  }

  .menu-panel{
    width: 98%;
    margin: 0 auto;
  }

  .menu-panel img{
    width: 100%;
    border-radius: 20px;
  }
}

@media (max-width: 900px){
  .grid-3{
    grid-template-columns: 1fr;
  }

  .map-wrap iframe{
    height: 380px;
  }
}

@media (max-width: 700px){
  .hero-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .closed-image{
    max-width: 100%;
  }

  .map-wrap iframe,
  .map-frame iframe{
    height: 320px;
  }

  .notice-wrap{
    margin-top: -1.3rem;
  }

  .notice-card{
    width: min(100%, calc(100% - 28px));
    padding: 1rem;
    font-size: .98rem;
  }

  .menu-hero-inner,
  .contact-hero-inner{
    padding: 3rem 0;
  }

  .menu-section-head,
  .section-head{
    width: min(100%, calc(100% - 28px));
    margin-inline: auto;
  }
}
/* =========================================================
   GALLERY PAGE
   ========================================================= */

.gallery-hero{
  position: relative;
  color: #fff;
  min-height: clamp(320px, 52vh, 480px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(25,30,22,.58), rgba(25,30,22,.72)),
    url("") center/cover no-repeat;
}

.gallery-hero-inner{
  position: relative;
  z-index: 1;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}

.gallery-hero h1{
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1.04;
  font-weight: 900;
  text-shadow: 0 6px 20px rgba(0,0,0,.32);
  text-transform: uppercase;
}

.gallery-hero p{
  margin: 0 auto;
  font-size: clamp(1rem, 2.1vw, 1.12rem);
  color: var(--gold);
  max-width: 760px;
}

.gallery-shell{
  padding: 1.5rem;
  border-radius: 28px;
  background: rgba(255,255,255,.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(3px);
}

.gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  border: 4px solid #14A3C7;
  transition: transform .25s ease, box-shadow .25s ease;
  padding: 0;
}

.gallery-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(0,0,0,.14);
}

.gallery-item img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-item::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.22), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.gallery-item:hover::after{
  opacity: 1;
}

.gallery-item .zoom-badge{
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.92);
  color: var(--olive-dark);
  box-shadow: var(--shadow-soft);
  z-index: 1;
}

.empty-message{
  text-align: center;
  color: var(--muted);
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.25rem;
  box-shadow: var(--shadow-soft);
}

.lightbox{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15,18,20,.84);
  z-index: 3000;
}

.lightbox.open{
  display: flex;
}

.lightbox-dialog{
  position: relative;
  width: min(1200px, 100%);
  max-height: 92vh;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
}

.lightbox-topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  background: var(--surface-soft);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.lightbox-counter{
  font-weight: 800;
  color: var(--olive-dark);
}

.lightbox-close{
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.lightbox-stage{
  position: relative;
  background: #111;
}

.lightbox-stage img{
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  margin: 0 auto;
  background: #111;
}

.lightbox-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--text);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.lightbox-prev{ left: 14px; }
.lightbox-next{ right: 14px; }

@media (max-width: 1100px){
  .gallery-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px){
  .gallery-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px){
  section{padding:10px;}
  .gallery-hero-inner{
    padding: 3rem 0;
  }

  .gallery-shell{
    padding: 1rem;
  }

  .gallery-grid{
    grid-template-columns: 1fr;
  }

  .lightbox-nav{
    width: 46px;
    height: 46px;
  }

  .lightbox-prev{ left: 10px; }
  .lightbox-next{ right: 10px; }
}
div.sectionbreak {background:#fff;height:5px;}