.hours-page{
  background:#f5fcf7;
  color:#1f7f4d;
}

.hours-page .site-header{
  position:sticky;
  top:0;
  background:#ffffff;
  box-shadow:0 1px 0 rgba(31,127,77,0.08), 0 8px 24px rgba(0,0,0,0.05);
}

.hours-page .header-inner{
  min-height:104px;
  padding-top:1rem;
  padding-bottom:1rem;
}

.hours-page .brand-link{
  display:inline-flex;
  align-items:center;
  gap:0.9rem;
  color:inherit;
  text-decoration:none;
}

.hours-page .brand-mark{
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#31a85d;
  flex:0 0 auto;
  box-shadow:0 10px 20px rgba(47,163,94,0.18);
}

.hours-page .brand-mark svg{
  width:34px;
  height:34px;
  stroke:#ffffff;
  fill:none;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.hours-page .logo{
  color:#218651;
  font-size:clamp(2rem, 2.1vw, 2.5rem);
  letter-spacing:-0.03em;
  text-transform:none;
  text-shadow:none;
}

.hours-page .main-nav{
  gap:2.3rem;
}

.hours-page .main-nav a{
  color:#2c915c;
  font-family:'Lora',serif;
  font-size:1rem;
}

.hours-page .main-nav a.active{
  border-bottom:none;
  color:#208651;
  font-weight:700;
}

.hours-shell{
  padding:0 0 6rem;
}

.hours-landing{
  padding:5.8rem 0 2.5rem;
}

.page-heading{
  text-align:center;
}

.page-heading h1{
  margin:0;
  color:#238751;
  font-size:clamp(2.8rem, 5vw, 4.8rem);
  line-height:1.08;
}

.section-accent{
  display:block;
  width:138px;
  height:5px;
  margin:1.25rem auto 0;
  border-radius:999px;
  background:#d6b039;
}

.page-heading p{
  max-width:820px;
  margin:2rem auto 0;
  color:#2d9160;
  font-size:clamp(1.1rem, 2vw, 1.45rem);
  line-height:1.6;
}

.hours-grid{
  display:grid;
  grid-template-columns:minmax(340px, 1.1fr) minmax(320px, 0.9fr);
  gap:2rem;
  margin-bottom:3.5rem;
}

.panel-card{
  background:#ffffff;
  border-radius:24px;
  padding:2rem;
  box-shadow:0 16px 32px rgba(0,0,0,0.08);
}

.stack-panels{
  display:grid;
  gap:1.6rem;
}

.panel-head{
  display:flex;
  align-items:center;
  gap:1rem;
  margin-bottom:1.5rem;
}

.panel-head h2{
  margin:0;
  color:#1f8a54;
  font-size:1.7rem;
}

.panel-icon{
  width:58px;
  height:58px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.panel-icon svg{
  width:28px;
  height:28px;
  stroke:#ffffff;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.panel-icon-green{ background:#2fa35e; }
.panel-icon-dark{ background:#1e7c49; }
.panel-icon-gold{ background:#d4af37; }

.schedule-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 0.9rem;
}

.schedule-list{
  display:table-row-group;
}

.schedule-row td{
  padding:1rem 1.1rem;
  background:#f8f8fb;
  border-radius:16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
}

.schedule-row span{
  color:#1e7c49;
  font-weight:700;
}

.schedule-row strong{
  color:#248f52;
}

.schedule-row-weekend td{
  background:#f3fbf6;
  box-shadow:inset 0 0 0 2px #3ebf77;
}

.hours-status{
  margin-top:1.4rem;
  padding:1rem 1.1rem;
  border-radius:16px;
  background:#2fa35e;
  text-align:center;
  color:#ffffff;
}

.hours-status-title{
  margin:0;
  font-weight:700;
}

.hours-status-subtitle{
  margin:0.35rem 0 0;
  color:#d4af37;
  font-size:0.95rem;
}

.profile-note{
  margin-top:1rem;
  color:#b71c1c;
  font-weight:700;
}

.location-copy{
  margin:0 0 1.4rem;
  color:#248f52;
  line-height:1.8;
}

.action-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.9rem 1.3rem;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
}

.action-btn-green{
  background:#3ebf77;
  color:#ffffff;
}

.contact-row{
  display:flex;
  align-items:center;
  gap:0.85rem;
}

.contact-icon{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#2fa35e;
}

.contact-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.contact-row a{
  color:#248f52;
  text-decoration:none;
}

.subheading h2{
  margin:0 0 2rem;
  text-align:center;
  color:#1e7c49;
  font-size:2.2rem;
}

.special-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1.6rem;
}

.special-card{
  background:#ffffff;
  border-radius:22px;
  padding:1.8rem;
  box-shadow:0 16px 32px rgba(0,0,0,0.08);
  border-left:4px solid transparent;
}

.special-card-green{ border-left-color:#2fa35e; }
.special-card-gold{ border-left-color:#d4af37; }

.special-head{
  display:flex;
  gap:1rem;
  align-items:center;
  margin-bottom:1rem;
}

.special-head h3{
  margin:0;
  color:#1e7c49;
  font-size:1.25rem;
}

.special-head p{
  margin:0.2rem 0 0;
  color:#2fa35e;
  font-weight:700;
}

.special-card > p{
  margin:0;
  color:#248f52;
  line-height:1.7;
}

.hours-info{
  padding-top:3.4rem;
}

.hours-info-box{
  border-radius:20px;
  background:linear-gradient(90deg, #2fa35e, #248f52);
  padding:3rem 2.4rem;
  color:#ffffff;
}

.hours-info-box h2{
  margin:0 0 2rem;
  text-align:center;
  font-size:2rem;
  color:#ffffff;
}

.hours-info-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1.5rem;
}

.hours-info-grid article{
  text-align:center;
}

.info-pill{
  padding:1rem;
  border-radius:16px;
  background:rgba(255,255,255,0.18);
  margin-bottom:0.85rem;
}

.info-pill p{
  margin:0;
  color:#d4af37;
  font-weight:700;
}

.hours-info-grid span{
  display:block;
  line-height:1.6;
}

.hours-footer{
  padding:0;
  background:#25874f;
  border-top:none;
}

.hours-footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:2.5rem;
  padding-top:4rem;
  padding-bottom:2.25rem;
  align-items:start;
}

.footer-block{
  text-align:left;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:0.85rem;
  margin-bottom:1rem;
}

.footer-brand h2,
.footer-block h3{
  margin:0 0 1rem;
  color:#e1b53a;
  font-size:1.2rem;
}

.brand-mark-footer{
  width:54px;
  height:54px;
  box-shadow:none;
  background:#3bb965;
}

.footer-block p{
  margin:0 0 0.9rem;
  color:#ffffff;
  font-size:1rem;
  line-height:1.8;
}

.footer-legal{
  padding-top:1.75rem;
  padding-bottom:3rem;
  border-top:1px solid rgba(255,255,255,0.12);
}

.footer-legal small{
  display:block;
  color:rgba(255,255,255,0.86);
  text-align:center;
  font-size:0.98rem;
}

@media (max-width: 1100px){
  .hours-grid,
  .special-grid,
  .hours-info-grid,
  .hours-footer-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 799px){
  .hours-page .header-inner{
    min-height:88px;
  }

  .hours-page .brand-mark{
    width:50px;
    height:50px;
    border-radius:16px;
  }

  .hours-page .logo{
    font-size:1.9rem;
  }

  .hours-landing{
    padding-top:4.8rem;
  }

  .panel-card{
    padding:1.4rem;
  }

  .schedule-row td{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:0.5rem;
  }
}
