/*
 Theme Name: Perkins Theme
 Theme URI: https://example.com
 Author: Trevor Masi
 Author URI: https://example.com
 Description: Custom classic theme version of the existing Perkins website.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: perkins-theme
*/


/* -----------------------------
   GLOBAL LAYOUT 
------------------------------ */
* { 
  box-sizing: border-box; 
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #00020e;
}

h1,h2,h3 { margin: 0 0 10px; }
p { margin: 0 0 12px; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
}

.section {
  padding: 56px 0;
}

.section-head{
  display:flex;
  align-items: baseline; 
  justify-content:space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.muted { color: rgba(0,0,0,.65); }

.text-link{
  text-decoration: none;
  font-weight: 700;
  color: #2b5549;
  letter-spacing: .02em;
}
.text-link:hover{ 
  text-decoration: underline; 
}

.sr-only{
  position: absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 9999px;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 15px;
  border: 2px solid #2b5549;  
  background: #2b5549;
  color: #fff;
}

.btn:hover{
  background: #ffffff;
  color: #2b5549;
}

/* Button variant */
.btn.btn-outline{
  background: transparent;
  color: #2b5549;
}
.btn.btn-outline:hover{
  background: #2b5549;
  color: #fff;
}

/* -------------------------------------- 
                   HEADER
----------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transition: transform 600ms ease-in-out;
  will-change: transform;
}

.header.header--hidden{
  transform: translateY(-110%);
}

.header-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.logo img{
  height: 75px;
  width: auto;
  display: block;
}

.site-nav{
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 26px;
  align-items: center;
}

.nav-list a{
  display: inline-block;
  padding: 10px 6px;
  text-decoration: none;
  color: #00020e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  transition: color .15s ease, border-color .15s ease, opacity .15s ease;
}

.nav-list a:hover{
  color: #2b5549;
}

.nav-list a[aria-current="page"]{
  text-decoration: underline 2px #b56a5c;
  text-underline-offset: 4px;
}

.header-actions{
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
}

/* MOBILE NAV (CSS-only drawer) */
.nav-toggle { 
  display: none; 
}

.nav-toggle-btn{
  display: none;                 
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.nav-toggle-btn span{
  display: block;
  width: 30px;
  height: 3px;
  background: #2b5549;       
  border-radius: 2px;
}

.nav-close{
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

/*------------------------------
        Home Page
-------------------------------*/
/* Hero */
.hero {
  background: #2b5549;
  border-bottom: 1px solid rgba(0,0,0,.10);
  padding: 54px 0;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}

.hero-title {
  margin: 0 0 10px;
  font-size: clamp(42px, 4vw, 52px);
  line-height: 1.02;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.hero-subhead {
  font-size: 18px;
  color: #fafafa;
  max-width: 56ch;
  margin-bottom: 0;
}

.hero-btn {
  background-color: #fff;
  color:#2b5549;
  border: 2px solid #fff;
}

.hero-btn:hover {
  background-color: #2b5549;
  color:#fff;
  border: 2px solid #fff;
}

.hero-btn-opp {
  background-color: transparent;
  color:#fff;
  border: 2px solid #fff;
}

.hero-btn-opp:hover {
  background-color: #fff;
  color:#2b5549;
  border: 2px solid #fff;
}

.eyebrow{
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-size: 13px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.hero-badges {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.hbadge {
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  border-radius: 16px;
  padding: 12px 20px;
  min-width: 165px;
}

.hbadge-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: rgba(0,0,0,.65);
  margin-bottom: 4px;
  font-weight: 700;
}

.hbadge-value {
  display: block;
  font-weight: 700;
  color:#000
}

.hero-photo{
  border-radius: 24px;
  overflow: hidden; 
}

.hero-photo img{
  width: 100%;
  height: clamp(250px, 60vw, 425px);        
  object-fit: cover;   
  display: block;
  border-radius: 0;    
}

/* Quick Actions */
.quick-actions{
  padding: 40px 0 0;
  background: #fff;
}

.qa-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.qa-card{
  display:flex;
  flex-direction: column;
  gap: 6px;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  border-radius: 18px;
  padding: 16px 16px;
  transition: transform .15s ease, box-shadow .15s ease;
  color: #2b5549;
}

.qa-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,.06);
}

.qa-title{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 14px;
}

.qa-meta{
  color: rgba(0,0,0,.65);
  font-size: 14px;
}

.qa-card svg {
  color: #b56a5c;
}

/* Promo Cards */
.card-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.promo-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 22px;
  overflow:hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.promo-img {
  height: 200px;
  overflow: hidden;
}

.promo-img img {
  width: 100%;
  height: 100%;        
  object-fit: cover; 
  object-position: center;
  display: block;
}

.promo-body{
  padding: 16px 16px 18px;
}

.promo-body h3{
  margin-bottom: 8px;
  font-size: 20px;
}

/* Location Card */

.location {
  background: #fafafa;
}

.location-card{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 26px;
  background: #fff;
  padding: 22px;
}

.location-meta{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 14px 0 18px;
}

.location-heading{
  display:block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: rgba(0,0,0,.65);
  font-weight: 700;
  margin-bottom: 4px;
}

.location-text{
  display:block;
  font-weight: 700;
}

.location-cta{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.map{
  height: 100%;
  min-height: 240px;
  border-radius: 20px;
}

.map iframe {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* Story Band */
.story-band{
  padding: 64px 0;
  background: #2b5549;
  color: #fff;
}

.story-inner{
  display:grid;
  gap: 10px;
  max-width: 78ch;
}

.story-band .text-link{
  color: #fff;
  text-decoration: underline;
}

/* Signup */
.email-signup {
  background-color: #fafafa;
}

.signup{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 26px;
  background: #fff;
  padding: 22px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 18px;
}

.signup-form{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.signup-form input{
  height: 44px;
  min-width: min(360px, 78vw);
  border-radius: 9999px;
  border: 1px solid rgba(0,0,0,.10);
  padding: 0 16px;
  font: inherit;
  outline: none;
}

.signup-form input:focus{
  border-color: rgba(43,85,73,.55);
  box-shadow: 0 0 0 3px rgba(43,85,73,.18);
}

.signup-form .btn {
  cursor: pointer;
}

.newsletter-subscribe-form div {
    display: inline;
}

.grecaptcha-badge {
  display: none !important;
}

.newsletter-thanks {
  display: none;
}

/* =========
  FOOTER
==========*/

.footer{
  background: #2b5549;
  color: #fff;
}

.footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
}

.footer-top{
  padding: 50px 0 34px;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 30px;
  align-items: start;
  justify-items: center;
}

.footer h4{
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer a{
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
}


.footer-line{
  margin: 34px 0 28px;
  height: 1px;
  background: rgba(255,255,255,.28);
}

.footer-bottom{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 20px;
}

.footer-brand{
  text-align: right;
  max-width: 520px;
}

.footer-logo{
  width: 150px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
}

.footer-text{
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.88);
  font-weight: 700;
}

/* Responsive */

@media (min-width: 951px){
  li .btn {
    display: none;
  }
}

@media (max-width: 950px){
  .site-nav{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(360px, 92vw);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transform: translateX(105%);
    transition: transform .2s ease;
    padding: 88px 22px 22px;
    justify-content: flex-start;
  }

  .nav-list{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .nav-list a{
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
  }

  .nav-toggle-btn{ 
    display: inline-flex;
   }
  .nav-close{ display: block; }

  .nav-toggle:checked ~ .site-nav{
    transform: translateX(0);
  }
  
  .header-actions .btn {
    display: none;
  }

  .nav-list a.btn{
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 9999px;
    padding: 10px 20px;
    font-weight: 700;
    letter-spacing: .06em;
    font-size: 15px;
    border: 2px solid #2b5549; 
    color:#fff; 
  }

  .nav-list a.btn{
    background: #2b5549;
  }
  
  .nav-list a.btn:hover{
    background: #ffffff;
    color: #2b5549
  }
}

@media (max-width: 900px){
  
  .hero-inner{
    grid-template-columns: 1fr;
  } 
  .qa-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid{
    grid-template-columns: 1fr 1fr;
  }
  .location-card{
    grid-template-columns: 1fr;
  }
  .location-meta{
    grid-template-columns: 1fr;
  }
  .signup{
    flex-direction: column;
    align-items: stretch;
  }
  .signup-form{
    justify-content: flex-start;
  }
  .signup-form input{
    min-width: 100%;
  }
  .footer-grid{
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }
  .footer-util{
    grid-column: 1 / -1;
    justify-self: start;
  }
  .footer-bottom{
    grid-template-columns: 1fr;
  }
  .footer-brand{
    text-align: left;
  }
  .footer-logo{
    margin-left: 0;
  }
}

@media (max-width: 600px){
.section {
  padding: 30px 0;
}
.card-grid{
    grid-template-columns: 1fr ;
  }

.promo-img {
  height: 250px;
}
}

/* ============================
          HERO IMAGE
============================== */

.menu-hero{
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  overflow: hidden;
  
}

.menu-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.65) 25%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.25) 65%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0) 95%);
  z-index: 2;
}

.menu-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.menu-hero-content {
  max-width: 760px;
  padding: 72px 30px;
  color: #fff;
}

.menu-title{
  margin: 0 0 14px;
  font-size: clamp(45px, 7vw, 80px);
  line-height: .95;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.menu-subtitle{
  margin: 0 0 14px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.menu-prose p{
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,.92);
}

.btn2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 9999px;
  padding: 12px 20px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 15px;
  background: #2b5549;
  color: #fff;
}

.btn2:hover{
  background: #ffffff;
  color: #2b5549;
}

.hero-btn2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 9999px;
  padding: 12px 20px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 15px;
  background: #fff;
  color: #2b5549;
}

.hero-btn2:hover{
  background: #2b5549;
  color: #fff;
}

/* Mobile */
@media (max-width: 900px){
  .menu-hero{
    min-height: 400px;
  }

  .menu-subtitle{
    max-width: 100%;
  }
}

@media (max-width: 640px){
  .menu-hero{
    min-height: 350px;
  }

  .menu-prose p{
    font-size: 15px;
  }

  .menu-hero-overlay {
  background: rgba(0, 0, 0, 0.50);
}
}

/* =============================
          ABOUT PAGE 
============================= */

.about-hero{
  padding: 70px 0 20px;
  background: #fff;
  background-image: cover;
}

.about-wrap{
  max-width: 760px;
  margin: 0 auto;
}

.about-title{
  margin: 0 0 14px;
  font-size: clamp(50px, 8vw, 75px);
  line-height: .95;
  letter-spacing: .03em;
  font-weight: 700;
  text-transform: uppercase;
  color: #b56a5c;
}

.about-subtitle{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  color: #00020e;
}

.about-prose p{
  margin: 0 0 14px;
  color: rgba(0,0,0,.75);
  line-height: 1.7;
  font-size: 16px;
}

/* Timeline */
.timeline{
  padding: 26px 0 70px;
  background: #fff;
}

.timeline-title{
  text-align: center;
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}

.timeline-subtitle{
  text-align: center;
  margin: 0 0 18px;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  font-weight: 700;
}

.timeline-strip{
  overflow-x: auto;
  padding: 14px 0 6px;
  scrollbar-gutter: stable;
}

.timeline-track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 320px);
  gap: 22px;
  padding: 0 22px 8px;
  align-items: stretch;
  scroll-snap-type: x mandatory;
}

.tcard{
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 150px;
}

.tcard-body{
  padding: 14px;
}

.tcard-year{
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,.65);
  margin-bottom: 6px;
}

.tcard-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,.78);
}

/* CTA band */
.about-cta{
  padding: 44px 0 70px;
  background: #fafafa;
  border-top: 1px solid rgba(0,0,0,.06);
}

.about-cta-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 26px;
  background: #fff;
  padding: 22px;
}

.about-cta-inner h3{
  margin: 0 0 6px;
}

.about-cta-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Responsive */

@media (max-width: 900px){
  .timeline{
  padding: 26px 0 40px;
  background: #fff;
  }
  .timeline-track{
    grid-auto-columns: minmax(260px, 320px);
  }
  .about-cta-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}

/*================
  Location Page 
==================*/

.location-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.location-panel{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 26px;
  background: #fff;
  padding: 22px;
}

.hours-single{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}


.hours-day{
  font-weight: 700;
}

.hours-time{
  text-align: right;
  font-weight: 700;
}

.info-list{
  display: grid;
  gap: 12px;
}

.services{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.services-icon{
  border: 1px solid rgba(0,0,0,.10);
  background: #fafafa;
  border-radius: 9999px;
  padding: 8px 12px;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 13px;
}

/* Responsive */

@media (max-width: 900px){
  .location-grid{
    grid-template-columns: 1fr;
  }
  .hours-time{
    text-align: left;
  }
}

/*--------------------
     Falls Ave Page 
-----------------------*/

/* Accommodation Cards */
.accommodation-card {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.accommodation-image {
  height: 300px;
  overflow: hidden;
}

@media (max-width:700px){
  .accommodation-card {
    grid-template-columns: 1fr ;
  }
}

/* Stats */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat-card {
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,.10);
  background: #fafafa;
  color: #b56a5c;
  font-size: 20px;
}

.stat-kicker {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: 12px;
  color: rgba(0,0,0,.65);
  margin-bottom: 4px;
}

.stat-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.stat-text {
  color: rgba(0,0,0,.70);
  font-size: 14px;
  line-height: 1.5;
}

/* Surface sections */
.falls-background{
  background: #fafafa;
}

/* Links */

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tile {
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  gap: 8px;
  transition: transform .15s ease, box-shadow .15s ease;
  color: #00020e;
}

.tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,.06);
}

#in-person, 
#where-to-redeem {
  scroll-margin-top: 100px;
}

.tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  color: #2b5549;
  font-size: 20px;
}

.tile-title {
  font-weight: 700;
  text-transform: .06em;
  font-size: 14px;
}

.title-meta {
  color: rgba(0,0,0,.65);
  font-size: 14px;
}

/* Note Card */
.note-card {
  margin-top: 18px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  background: #fff;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.note-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,0,0,.10);
  background: #fafafa;
  color: #b56a5c;
  font-size: 18px;
}

.note-text {
  margin: 0;
  line-height: 1.6;
  color: rgba(0,0,0,.75);
}

/* List Cards */
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.list-card {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 22px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.clean-list a {
  color: #2b5549;
  font-weight: 700;
  text-decoration: none;
}

.clean-list a:hover {
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 900px){
  .falls-hero-inner {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .list-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 500px){
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------
           MENU 
-------------------------- */
.menu-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 22px;
}

.menu-bar{
  background: #f6f2ea;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.menu-bar-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  justify-content: center;
  gap: clamp(40px, 5vw, 80px);
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  padding-bottom: 20px; 
}

.menu-cat{
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 14px 5px 14px;
  color: #00020e;
  font: inherit;
   flex: 0 0 auto;
}

.menu-cat img{
  display: grid;
  place-items: center;
  color: #2b5549;
  font-size: 22px;
  width: 50px;
}

.family-icon img{
  width: 52px;
  
}

.menu-cat span{
  font-weight: 500;
  font-size: 18px;
  padding-top: 5px;
}

.menu-cat.is-active{
  position: relative;
}

.menu-cat.is-active::after{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 4px;
  background: #2b5549;
  border-radius: 999px;
}

.menu-subtabs{
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 26px 0 10px;
}

.menu-subtab{
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 999px;
  background: transparent;
  color: #00020e;
}

.menu-subtab.is-active{
  background: #2b5549;
  color: #fff;
}

.menu-section-title{
  font-size: 32px;
  margin: 22px 0 25px;
}

.menu-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 56px;
}

.menu-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 220px;
  min-height: 190px;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}

.menu-card[hidden] {
  display: none !important;
}

.menu-card-body{
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  gap: 12px;
}

.menu-card-body h3{
  margin: 0;
  font-size: clamp(18px, 2vw, 20px);
}

.menu-card-body p{
  margin: 0;
  color: rgba(0,0,0,.72);
  line-height: 1.55;
  max-width: 80ch;
  font-size: clamp(14px, 2vw, 16px);
}

.menu-price{
  margin-top: auto;
  font-weight: 700;
  font-size: 16px;
}

.menu-card-media{
  background: #f3f3f3;
}

.menu-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  align-items: center;
}


/* Responsive */

@media (max-width: 1100px){
  .menu-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px){
 .menu-bar-inner {
    justify-content: flex-start;
  }
}

@media (max-width: 900px){

  .menu-grid{
    grid-template-columns: 1fr;
  }
  .menu-card{
    grid-template-columns: 1fr 180px;
  }
  .menu-cat{
    flex: 0 0 auto;             
  }
}

/* -----------------------------------------
               PRIVACY PAGE  
------------------------------------------ */

.privacy-page{
  padding: 36px 0 70px;
}

.privacy-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 22px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.privacy-card h2{
  margin: 22px 0 10px;
  font-size: 22px;
}

.privacy-card p {
  line-height: 1.7;
  color: rgba(0,0,0,.75);
}

/* -------------------------------------------------
                  Contact Page
----------------------------------------------------*/
.contact-page {
  padding: 36px 0 70px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 18px;
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 14px
}

.contact-right {
  display: grid;
  gap: 14px;
}

.contact-card {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 22px;
  background:#fff;
  padding: 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.contact-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.contact-card-title i {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(43,85,73,.20);
  color: #2b5549;
  background: #fff;
  font-size: 18px;
}

.contact-card h3 {
  margin: 0;
  font-size: 20px;
}

.contact-small {
  margin: 0;
  color: rgba(0,0,0,.75);
  line-height: 1.7;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-weight: 700;
  color: #2b5549;
  text-decoration: none;
  width: fit-content;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-link-inline {
  color: #2b5549;
  font-weight: 700;
  text-decoration: none;
}

.contact-link-inline:hover {
  text-decoration: underline;
}

.contact-disclaimer {
  margin: 15px 0 0;
  color: rgba(0,0,0,.65);
  font-size: 13px;
  line-height: 1.5;
}

/* Map */
.contact-map {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  height: 360px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Gravity Forms */
.contact-form-card .gform_wrapper {
  margin-top: 10px;
}

.contact-form-card .gform_wrapper .gfield_label {
  font-weight: 700;
  font-size: 14px;
}

.contact-form-card .gform_wrapper input[type="text"],
.contact-form-card .gform_wrapper input[type="email"],
.contact-form-card .gform_wrapper input[type="tel"],
.contact-form-card .gform_wrapper textarea {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 14px;
  padding: 12px;
  font: inherit;
  outline: none;
}

.contact-form-card .gform_wrapper input:focus,
.contact-form-card .gform_wrapper textarea:focus {
  border-color: rgba(43,85,73,.55);
  box-shadow: 0 0 0 3px rgba(43,85,73,.12);
}

/* Make GF submit button look like your .btn */
.contact-form-card .gform_wrapper .gform_button {
  border-radius: 9999px;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 15px;
  border: 2px solid #2b5549;
  background: #2b5549;
  color: #fff;
  cursor: pointer;
}
.contact-form-card .gform_wrapper .gform_button:hover {
  background: #fff;
  color: #2b5549;
}

/* Contact page: stack columns on small screens (RIGHT column first) */
@media (max-width: 900px){
  .contact-grid{
    grid-template-columns: 1fr;
  }

  /* Put the form/map column first */
  .contact-right{
    grid-column: 1;
    grid-row: 1;
  }

  /* Put the info cards second */
  .contact-stack{
    grid-column: 1;
    grid-row: 2;
  }
}
