/*
Theme Name: Kava Social Club
Theme URI: https://thekavasocialclub.com
Author: Kava Social Club
Author URI: https://thekavasocialclub.com
Description: Custom WordPress theme for Kava Social Club — Not Just A Drink, A Lifestyle. Premium kava bar with warm cream/tropical aesthetic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kava-social-club
*/

/* ═══════════════════════════════════════════════════════════
   KAVA SOCIAL CLUB — Rebuilt from thekavasocialclub.com
   Warm cream/tropical aesthetic matching the live site
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap');

/* Custom fonts — local files */
@font-face {
  font-family: 'gillsansultrabold';
  src: url('fonts/gillsansultrabold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BABY-CRIBS';
  src: url('fonts/BABY-CRIBS.ttf') format('truetype'),
       url('https://irp.cdn-website.com/ea055cfa/fonts/BABY-CRIBS-7eda_400.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tikiland-Free';
  src: url('fonts/Tikiland-Free.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'cartwheel';
  src: url('fonts/cartwheel.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PIPERLAND';
  src: url('fonts/PIPERLAND.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Brand colors */
  --primary:     #fee06b;
  --secondary:   #1bb78e;
  --primary-dark: #f68b20;
  --secondary-dark: #0e7c70;
  --primary-light: #fff1de;
  --secondary-light: #33e7be;
  --brown:       #4a3729;
  --navy:        #0b2939;
  /* Aliases */
  --gold:        #fee06b;
  --orange:      #f68b20;
  --teal:        #33e7be;
  --green:       #1bb78e;
  --dark-teal:   #0e7c70;
  --white:       #ffffff;
  --black:       #000000;
  --cream:       #fff1de;
  --light-cream: #f8e3c7;
  --warm-white:  #fffaf0;
  --body-bg:     #fff1de;
  --card-bg:     #ffffff;
  --text:        #4a3729;
  --text-light:  #7a6555;
  --radius:      12px;
  --shadow:      0 4px 24px rgba(74,55,41,0.1);
  --shadow-lg:   0 12px 48px rgba(74,55,41,0.15);
}

html { scroll-behavior: smooth; overscroll-behavior: none; }

body {
  background-color: var(--brown);
  background-image: url('https://irp.cdn-website.com/ea055cfa/dms3rep/multi/bg-dark.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: var(--brown);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  /* Footer is the hard bottom: no rubber-band / overscroll past it */
  overscroll-behavior: none;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > .site-footer { margin-top: auto; margin-bottom: 0; }

img { max-width: 100%; height: auto; }
a { text-decoration: none; color: var(--orange); }

/* ── Utility ─────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; position: relative; z-index: 1; }
.section-cream { background: var(--cream); padding: 120px 0; }
.section-navy { background: var(--navy); color: var(--white); }
.section-navy .section-sub { color: var(--white); }
.section-navy .eyebrow { color: var(--gold); }
.section-navy h2 { color: var(--gold); }
.section-navy h3 { color: var(--white); text-shadow: none; }
.section-navy p { color: rgba(255,255,255,0.85); }
.section-white { background: var(--white); }
.section-warm { background: var(--warm-white); }
.section-dark { background: var(--brown); color: var(--white); }
.section-dark h2 { color: var(--gold); }
.section-dark h3 { color: var(--teal); text-transform: uppercase; }
.section-dark h4 { color: var(--gold); }
.section-dark p { color: var(--white); }
.text-center { text-align: center; }

.eyebrow {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}

.section-header { text-align: center; margin-bottom: 56px; }
h1 {
  font-family: 'gillsansultrabold', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: clamp(42px, 6vw, 78px);
}
h2 {
  font-family: 'BABY-CRIBS', cursive;
  color: var(--gold);
  font-style: italic;
  text-shadow: #000 -3px 3px 1px;
  font-size: clamp(38px, 5vw, 60px);
}
.section-navy h1,
.section-dark h1,
.open-banner h1,
.review-cta h1,
.hero-ksc-tagline,
.page-hero h1 { text-shadow: #000 -3px 3px 1px !important; }
h3 {
  font-family: 'gillsansultrabold', sans-serif;
  color: var(--brown);
  text-shadow: none;
  font-size: clamp(36px, 4.5vw, 60px);
}
h4 {
  font-family: 'BABY-CRIBS', cursive;
  color: var(--gold);
  font-style: italic;
  text-shadow: none;
  font-size: clamp(24px, 3vw, 40px);
}
h5 {
  font-family: 'gillsansultrabold', sans-serif;
  color: var(--brown);
  text-shadow: none;
  font-size: clamp(20px, 2.5vw, 35px);
}
h6 {
  font-family: 'BABY-CRIBS', cursive;
  color: var(--brown);
  text-shadow: none;
  font-size: clamp(16px, 2vw, 30px);
}

.section-header h2 {
  font-family: 'BABY-CRIBS', cursive;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(28px, 4vw, 60px);
  line-height: 1.15;
  color: var(--gold);
  text-shadow: #000 -3px 3px 1px;
  margin-bottom: 14px;
}
.section-navy .section-header h2 { color: var(--white); }
.section-header .section-sub {
  font-size: 16px;
  color: var(--brown);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
.section-navy .section-header .section-sub,
.section-dark .section-header .section-sub { color: var(--white); }

.highlight-orange { color: var(--orange); }
.highlight-teal { color: var(--dark-teal); }
.highlight-gold { color: var(--gold); }

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
}
.btn-orange {
  background: var(--orange);
  color: var(--white);
  border: 3px solid var(--teal);
  box-shadow: 0 4px 16px rgba(51,231,190,0.35);
}
.btn-orange:hover { background: #e07a15; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(51,231,190,0.5); }

.btn-teal {
  background: var(--dark-teal);
  color: var(--white);
  border: 3px solid var(--teal);
  box-shadow: 0 4px 16px rgba(51,231,190,0.35);
}
.btn-teal:hover { background: #0a6b60; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(51,231,190,0.5); }

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
}
.btn-gold:hover { background: #f5d44a; transform: translateY(-2px); }

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn-outline-white:hover { background: var(--white); color: var(--navy); }

.btn-outline-brown {
  background: transparent;
  color: var(--brown);
  border: 2px solid var(--brown);
}
.btn-outline-brown:hover { background: var(--brown); color: var(--white); }

.btn-sm { padding: 10px 24px; font-size: 13px; }
.btn-lg { padding: 18px 40px; font-size: 16px; }

.btn-shop {
  background: var(--teal);
  color: var(--navy);
  font-weight: 800;
}
.btn-shop:hover { background: #28d4ad; transform: translateY(-2px); }

/* ── Nav (matching live site) ─────────────────────────────── */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--dark-teal);
  border-bottom: 3px solid #33e7be;
  transition: box-shadow .3s;
}
body {
  padding-top: 103px;
}
/* WordPress admin bar offset */
body.admin-bar #nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #nav {
    top: 46px;
  }
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
.nav-wordmark {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav-wordmark-img {
  height: 24px;
  width: auto;
  display: block;
}
.nav-wordmark:hover { color: var(--gold); }
.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 8px 16px;
  border-radius: 0;
  transition: all .2s;
  letter-spacing: 0.3px;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links a.active { color: var(--gold); }
.nav-cta-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--brown);
  background: var(--gold);
  padding: 10px 26px;
  border-radius: 50px;
  border: 2px solid var(--brown);
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s;
}
.nav-cta-btn:hover { background: #f5d44a; }
.nav-cta-secondary {
  background: var(--orange) !important;
  color: var(--white) !important;
  border: 2px solid var(--brown) !important;
}
.nav-cta-secondary:hover { background: #e07a15 !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--white);
  border-radius: 2px;
  transition: all .3s;
}

/* ── Hero (matching live site layout) ────────────────────── */
.hero-ksc {
  background: var(--navy);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.hero-banner-img {
  width: 100%;
  display: block;
}
.hero-ksc-content {
  padding: 20px 24px 40px;
  background: transparent;
}
.hero-ksc-tagline {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: clamp(36px, 6vw, 78px);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-shadow: #000 -3px 3px 1px !important;
}
.hero-ksc-tagline span {
  font-family: 'BABY-CRIBS', cursive;
  color: var(--gold);
  font-style: italic;
  text-transform: none;
}
.hero-ksc-sub {
  font-family: 'BABY-CRIBS', cursive;
  font-style: italic;
  font-size: clamp(32px, 4.5vw, 56px);
  color: var(--gold);
  margin-bottom: 36px;
  letter-spacing: 0.5px;
  text-shadow: #000 -2px 2px 4px;
  font-weight: normal;
}
.hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-wave-img {
  width: 100%;
  display: block;
  margin-top: -2px;
}
.hero-ksc-logo-wrap {
  background: var(--warm-white);
  display: flex;
  justify-content: center;
  padding: 40px 24px 20px;
}
.hero-ksc-logo {
  max-width: 220px;
  animation: bounceIn 1.2s ease;
}
@keyframes bounceIn {
  0% { opacity: 0; transform: scale(0.3); }
  50% { opacity: 1; transform: scale(1.05); }
  70% { transform: scale(0.95); }
  100% { transform: scale(1); }
}

/* ── Wave texture backgrounds ────────────────────────────── */
.wave-bg {
  background-image: url('https://irp.cdn-website.com/ea055cfa/dms3rep/multi/kava-wave+bg.png');
  background-size: cover;
  background-position: center;
}
.benefits-section {
  background: var(--navy) url('https://irp.cdn-website.com/ea055cfa/dms3rep/multi/bg-dark.png') center / cover no-repeat;
  background-attachment: fixed;
  overflow-x: clip;
  overflow-y: visible;
}
.benefits-section .eyebrow { color: var(--gold); }
.benefits-section h2 { color: var(--gold); }
.benefits-section .section-sub { color: var(--white); }

/* ── Kava Intro ──────────────────────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.kava-intro-section {
  background: #f5dbb8;
  margin-top: -2px;
  position: relative;
  z-index: 2;
}
.kava-intro-img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
.kava-intro-eyebrow {
  font-family: 'BABY-CRIBS', cursive !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  color: #33c9a4 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  margin-bottom: -10px;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1;
  text-shadow: none !important;
}
.kava-intro-heading {
  font-family: 'gillsansultrabold', sans-serif !important;
  font-weight: 400;
  font-style: normal !important;
  font-size: clamp(28px, 3.8vw, 52px);
  color: #3d2b1f !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 1.05;
  margin-top: 0 !important;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.kava-intro-text p:not(.kava-intro-eyebrow) {
  color: #3d2b1f !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.7;
  margin-bottom: 14px;
}
.kava-text h2 {
  font-family: 'BABY-CRIBS', cursive;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(28px, 3vw, 50px);
  color: var(--gold);
  text-shadow: #000 -3px 3px 1px;
  line-height: 1.15;
  margin-bottom: 18px;
}
.kava-text p { color: var(--text-light); font-size: 16px; line-height: 1.8; margin-bottom: 14px; }

/* Benefits */
.benefits-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.benefits-left {
  text-align: center;
  position: sticky;
  top: 100px;
}
.benefits-heading {
  font-family: 'gillsansultrabold', sans-serif !important;
  font-size: clamp(36px, 5vw, 64px);
  color: var(--teal) !important;
  text-transform: uppercase;
  text-shadow: #000 -3px 3px 1px;
  line-height: 1.05;
  margin-bottom: 24px;
}
.benefits-tiki {
  max-width: 520px;
  width: 100%;
}
.benefits-timeline {
  position: relative;
  padding-left: 0;
  overflow: visible;
}
.benefits-timeline-line {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--teal);
  z-index: 0;
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease-out;
}
.benefit-item.visible {
  transform: translateX(0);
  opacity: 1;
}
.benefit-icon-circle {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background: var(--dark-teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--cream);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-top: 20px;
}
.benefit-svg-icon {
  width: 65px;
  height: 65px;
  filter: brightness(0) invert(92%) sepia(10%) saturate(500%) hue-rotate(345deg);
}
.benefit-icon-circle svg {
  width: 65px;
  height: 65px;
}
.benefit-icon-circle svg path,
.benefit-icon-circle svg circle,
.benefit-icon-circle svg line,
.benefit-icon-circle svg rect {
  fill: #fff1de;
  stroke: #0e7c70;
}
.benefit-item-inner {
  z-index: 1;
}
.benefit-content {
  flex: 1;
}
.benefit-title {
  font-family: 'BABY-CRIBS', cursive !important;
  font-style: italic;
  font-size: clamp(24px, 3vw, 36px) !important;
  color: var(--gold) !important;
  text-shadow: none !important;
  margin-bottom: 6px;
  line-height: 1.2;
}
.benefit-content p {
  color: var(--cream);
  font-size: 15px;
  line-height: 1.6;
}
.benefit-card h3 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: var(--navy);
  margin-bottom: 8px;
}
.benefit-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* ── Teal Section Divider ───────────────────────────────── */
.teal-divider {
  height: 4px;
  background: #33e7be;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ── Edge Cards (About page) ────────────────────────────── */
.edge-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.edge-card {
  text-align: center;
  max-width: 200px;
  flex: 1 1 160px;
}
.edge-icon-circle {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: var(--brown);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.edge-svg-icon {
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
}
.edge-title {
  font-family: 'BABY-CRIBS', cursive;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 30px);
  color: #33c9a4;
  margin-bottom: 8px;
  line-height: 1.2;
}
.edge-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ── Open 24/7 Banner ───────────────────────────────────── */
.open-banner {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 60px 24px;
}
.open-banner h2 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 12px;
}
.open-banner h2 span { color: var(--gold); }
.open-banner p {
  font-size: 17px;
  color: var(--white);
  max-width: 520px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

/* ── Menu Preview Cards ─────────────────────────────────── */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.menu-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--orange);
  transition: all .25s;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.menu-card h3 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 8px;
}
.menu-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 12px; }
.menu-card-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
}

/* ── Locations ──────────────────────────────────────────── */
.locations-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 800px; margin: 0 auto; }
.location-card {
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all .25s;
  border: 3px solid var(--teal);
}
.location-card:hover { transform: translateY(-6px); box-shadow: 0 12px 48px rgba(51,231,190,0.35); }
.location-card-img {
  height: 180px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: relative;
}
.location-card-body { padding: 24px; }
.location-card-body h3 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 6px;
}
.location-card-body .addr { font-size: 14px; color: var(--text-light); margin-bottom: 10px; line-height: 1.5; }
.location-card-body .hours { font-size: 13px; color: var(--dark-teal); font-weight: 600; margin-bottom: 14px; }
.location-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.badge-open { background: rgba(27,183,142,0.15); color: var(--green); border: 1px solid rgba(27,183,142,0.3); }
.badge-soon { background: rgba(246,139,32,0.15); color: var(--orange); border: 1px solid rgba(246,139,32,0.3); }

/* ── Franchise Teaser ───────────────────────────────────── */
.franchise-teaser-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.franchise-teaser-text h2 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
}
.franchise-teaser-text p { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.8; margin-bottom: 24px; }
.franchise-bullets { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.franchise-bullets li { font-size: 15px; color: var(--white); display: flex; gap: 10px; align-items: center; }
.franchise-img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

/* ── Review CTA ─────────────────────────────────────────── */
.review-cta {
  background: url('images/swirl-bg.jpg') center / cover no-repeat;
  text-align: center;
  padding: 100px 24px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review-cta h1, .review-cta h2 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: clamp(36px, 5vw, 78px);
  color: var(--cream);
  text-shadow: #000 -3px 3px 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1;
}
.review-cta .highlight-teal { color: var(--teal); }
.review-cta p { font-size: 22px; color: #ffffff; opacity: 1; margin-bottom: 24px; max-width: 900px; margin-left: auto; margin-right: auto; text-shadow: 0 1px 3px rgba(0,0,0,0.3); line-height: 1.6; }
.stars { font-size: 28px; margin-bottom: 16px; }

/* ── Celebrate Community ────────────────────────────────── */
.community-section {
  background: #ffe8cc;
  padding: 80px 0;
}
.community-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.community-img-wrap {
  position: relative;
}
.community-photo {
  width: 100%;
  max-width: 520px;
}
.community-heading {
  font-family: 'gillsansultrabold', sans-serif !important;
  font-size: clamp(36px, 5vw, 64px) !important;
  text-transform: uppercase !important;
  line-height: 1.05 !important;
  margin-bottom: 24px;
  font-style: normal !important;
  color: var(--teal) !important;
  text-shadow: 3px 3px 0 var(--navy) !important;
  letter-spacing: 1px;
}
.community-text p {
  color: var(--brown);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* ── Stay Connected ─────────────────────────────────────── */
.stay-connected-section {
  background: #f8e3c7;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.stay-connected-card {
  background: #fee06b;
  border-radius: 20px;
  padding: 60px 48px 48px;
  text-align: center;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stay-connected-heading {
  font-family: 'gillsansultrabold', sans-serif;
  font-size: clamp(48px, 7vw, 90px);
  color: var(--brown);
  text-transform: uppercase;
  text-shadow: #000 -3px 3px 1px;
  margin-bottom: 16px;
  line-height: 1;
}
.stay-connected-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--brown);
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: auto;
}
.stay-connected-icons {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.stay-connected-icon {
  width: 48px;
  height: 48px;
  background: var(--dark-teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  overflow: hidden;
}
.stay-connected-icon svg { width: 24px; height: 24px; color: var(--cream); }
.stay-connected-icon:hover svg { color: var(--white); }
.stay-connected-icon img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.stay-connected-icon:hover {
  transform: scale(1.1);
}

/* ── Footer ─────────────────────────────────────────────── */
footer, .site-footer {
  background: var(--navy) url('images/footer-bg.png') center / cover no-repeat;
  color: var(--white);
  padding: 64px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-brand img { height: 84px; margin-bottom: 16px; }
.footer-brand p { font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 20px; }
.footer-contact-item { font-size: 16px; color: rgba(255,255,255,0.9); margin-bottom: 8px; display: flex; gap: 8px; align-items: center; }
.social-links { display: flex; gap: 10px; margin-top: 16px; }
.social-links a {
  width: 32px;
  height: 32px;
  background: var(--dark-teal);
  border: 1px solid var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-size: 16px;
  transition: all .2s;
}
.social-links a svg { width: 16px; height: 16px; display: block; }
.social-links a:hover { background: var(--orange); color: var(--white); }
.footer-links h4 {
  font-family: 'BABY-CRIBS', cursive;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: none;
  margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; }
.footer-links a {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  padding: 6px 0;
  transition: color .2s;
}
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  background: var(--dark-teal);
  border-top: 3px solid #33e7be;
  padding: 22px 0;
  text-align: center;
}
.footer-bottom p { font-size: 14px; color: rgba(255,255,255,0.85); margin: 0; }

/* ── Page Hero (inner pages) ────────────────────────────── */
.page-hero {
  min-height: 36vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 40px;
  background: var(--navy);
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(11,41,57,0.5), rgba(11,41,57,0.9));
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: clamp(36px, 5vw, 78px);
  color: var(--white);
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: #000 -3px 3px 1px;
}
.page-hero h1 span { color: var(--gold); font-family: 'BABY-CRIBS', cursive; font-style: italic; text-transform: none; }
.page-hero p { font-size: 17px; color: var(--white); max-width: 500px; }

/* ── Menu Page ──────────────────────────────────────────── */
.menu-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
.menu-tab {
  background: var(--white);
  border: 2px solid rgba(74,55,41,0.15);
  color: var(--brown);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all .2s;
}
.menu-tab:hover, .menu-tab.active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.menu-cat-title {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: clamp(36px, 5vw, 64px);
  text-transform: uppercase;
  color: #33e7be;
  text-shadow: #0b2939 -3px 3px 1px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.menu-cat-desc { font-size: 22px; color: #33e7be; text-shadow: none; margin-bottom: 28px; }
.menu-cat-intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--brown);
  max-width: 760px;
  margin: 0 0 28px;
  font-style: italic;
}
.menu-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 56px; }
.menu-item {
  background: var(--white);
  border: 1px solid rgba(74,55,41,0.08);
  border-radius: var(--radius);
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  transition: all .2s;
  box-shadow: 0 2px 8px rgba(74,55,41,0.05);
}
.menu-item:hover { border-color: var(--teal); box-shadow: 0 4px 24px rgba(51,231,190,0.35); }
.menu-item h4 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 4px;
}
.menu-item p { font-size: 13px; color: var(--text-light); line-height: 1.6; }
.menu-item-tags { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.menu-item-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--cream);
  color: var(--dark-teal);
  border: 1px solid rgba(14,124,112,0.2);
}
.menu-item-price {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: var(--orange);
  white-space: nowrap;
}

/* ── Location Full Card (locations page) ────────────────── */
.locations-page { padding: 64px 0; }
.location-full-card {
  background: var(--warm-white);
  background-image: linear-gradient(160deg, var(--warm-white) 0%, var(--warm-white) 45%, var(--cream) 100%);
  border: 1px solid rgba(74,55,41,0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: var(--shadow);
}
.location-full-card.coming-soon { opacity: 0.85; }
.location-map {
  background: var(--cream);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}
.location-map iframe { width: 100%; height: 100%; border: none; }
.location-details { padding: 44px; }
.location-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.status-open { background: rgba(27,183,142,0.12); color: var(--green); border: 1px solid rgba(27,183,142,0.25); }
.status-soon { background: rgba(246,139,32,0.12); color: var(--orange); border: 1px solid rgba(246,139,32,0.25); }
.location-details h2 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: var(--navy);
  margin-bottom: 6px;
}
.location-details .city { font-size: 15px; color: var(--text-light); margin-bottom: 24px; }
.location-meta { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.location-meta-item { display: flex; gap: 12px; align-items: flex-start; }
.location-meta-icon {
  width: 34px;
  height: 34px;
  background: var(--cream);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.location-meta-text { font-size: 14px; color: var(--text); line-height: 1.5; }
.location-meta-text strong {
  display: block;
  font-size: 11px;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.location-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Franchise Page ─────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all .25s;
  border: 1px solid rgba(74,55,41,0.06);
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.why-icon { font-size: 36px; margin-bottom: 16px; }
.why-card h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.why-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

.investment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.investment-card {
  background: var(--white);
  border: 1px solid rgba(74,55,41,0.1);
  border-radius: var(--radius);
  padding: 32px 24px;
  box-shadow: var(--shadow);
}
.investment-card h3 { font-size: 11px; font-weight: 800; letter-spacing: 2px; color: var(--orange); text-transform: uppercase; margin-bottom: 6px; }
.investment-card .amount {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: var(--navy);
  margin-bottom: 8px;
}
.investment-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

.steps-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step-item { text-align: center; }
.step-num {
  width: 56px;
  height: 56px;
  background: var(--orange);
  color: var(--white);
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(246,139,32,0.3);
}
.step-item h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.step-item p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* ── Forms ──────────────────────────────────────────────── */
.form-card {
  background: var(--cream);
  border: 1px solid rgba(74,55,41,0.1);
  border-radius: 20px;
  padding: 48px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-light);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--warm-white);
  border: 1px solid rgba(74,55,41,0.15);
  border-radius: 8px;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  padding: 13px 16px;
  transition: border-color .2s;
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--orange); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select option { background: var(--white); }

/* ── Contact Page ───────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 72px 0; }
.contact-info h2 {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: var(--navy);
  margin-bottom: 14px;
}
.contact-info > p { font-size: 16px; color: var(--text-light); margin-bottom: 28px; line-height: 1.8; }
.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item-icon {
  width: 42px;
  height: 42px;
  background: var(--cream);
  border: 1px solid rgba(246,139,32,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.contact-item-text strong { display: block; font-size: 12px; color: var(--orange); margin-bottom: 3px; text-transform: uppercase; letter-spacing: 1px; }
.contact-item-text span { font-size: 15px; color: var(--text); }

/* ── FAQ Accordion ──────────────────────────────────────── */
.faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--white);
  border: 1px solid rgba(74,55,41,0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color .25s;
  box-shadow: 0 2px 8px rgba(74,55,41,0.04);
}
.faq-item.open { border-color: var(--orange); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--green);
  font-family: 'cartwheel', sans-serif;
  font-weight: normal;
  font-size: 26px;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color .2s;
}
.faq-question:hover { color: var(--dark-teal); }
.faq-arrow {
  font-size: 14px;
  color: var(--white);
  background: var(--orange);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s;
  flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 24px;
}
.faq-item.open .faq-answer { max-height: 300px; padding: 0 24px 20px; }
.faq-answer p { font-size: 15px; color: var(--text-light); line-height: 1.8; }

/* ── Events ─────────────────────────────────────────────── */
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.event-card {
  background: var(--white);
  border: 1px solid rgba(74,55,41,0.08);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: all .25s;
}
.event-card:hover { transform: translateY(-4px); box-shadow: 0 12px 48px rgba(51,231,190,0.35); border-color: var(--teal); }
.event-date {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark-teal);
  margin-bottom: 10px;
}
.event-card h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: var(--navy); margin-bottom: 8px; }
.event-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 12px; }
.event-time { font-size: 13px; color: var(--orange); font-weight: 600; }

/* ── About ──────────────────────────────────────────────── */
.founders {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--orange);
  margin-top: 16px;
}

/* ── Stats Bar ──────────────────────────────────────────── */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item .stat-num {
  font-family: 'gillsansultrabold', sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: var(--gold);
}
.stat-item .stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

/* ── Card heading overrides — no text shadow inside cards ─ */
.benefit-card h3,
.benefit-card h4,
.menu-card h3,
.event-card h3,
.why-card h3,
.location-card-body h3,
.location-details h2,
.investment-card h3,
.step-item h3,
.contact-form h3,
.contact-info h2,
.faq-question,
.menu-item h4,
.kava-text h3 {
  text-shadow: none !important;
}

/* ── Instagram Grid ────────────────────────────────────── */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.insta-tile {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  display: block;
  transition: opacity 0.2s;
}
.insta-tile:hover { opacity: 0.85; }

/* ── Contact Page Hut Cycle ─────────────────────────────── */
.hut-cycle {
  /* Scrolls with the page: absolutely fills .contact-hut-section (not the viewport) */
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0;
}
.contact-hut-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hut-layer {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 2s ease-in-out;
}
.hut-day   { opacity: 1; z-index: 1; }
.hut-dusk  { opacity: 0; z-index: 2; }
.hut-night { opacity: 0; z-index: 3; }

/* ── Animations ─────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── Age Gate ───────────────────────────────────────────── */
.age-gate {
  position: fixed;
  inset: 0;
  background: rgba(11,41,57,0.97);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.age-gate-inner { max-width: 420px; padding: 24px; }
.age-gate img { height: 72px; margin-bottom: 20px; }
.age-gate h2 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 32px; color: var(--white); margin-bottom: 10px; }
.age-gate p { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 32px; line-height: 1.7; }
.age-gate-buttons { display: flex; gap: 14px; justify-content: center; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .two-col, .franchise-teaser-inner { grid-template-columns: 1fr; gap: 36px; }
  .menu-grid, .locations-grid, .why-grid, .investment-grid, .events-grid { grid-template-columns: 1fr 1fr; }
  .benefits-layout { grid-template-columns: 1fr; }
  .steps-list { grid-template-columns: 1fr 1fr; }
  .location-full-card { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .community-layout { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: var(--dark-teal);
    padding: 16px 24px 24px;
    border-top: 3px solid #33e7be;   /* teal highlight between bar and dropdown */
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .menu-grid, .locations-grid, .why-grid, .investment-grid, .menu-items, .events-grid { grid-template-columns: 1fr; }
  .benefits-layout { grid-template-columns: 1fr; }
  .steps-list { grid-template-columns: 1fr; }
  /* Compact mobile footer: brand centered on top, link columns side by side */
  footer, .site-footer { padding: 40px 0 0; }
  .footer-inner { grid-template-columns: 1fr 1fr 1fr; gap: 8px 14px; padding-bottom: 24px; }
  .footer-brand { grid-column: 1 / -1; text-align: center; margin-bottom: 16px; }
  .footer-brand img { height: 92px; margin-bottom: 12px; }
  .footer-brand p { font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
  .footer-contact-item { font-size: 14px; justify-content: center; margin-bottom: 6px; }
  .social-links { justify-content: center; margin-top: 12px; }
  .footer-links h4 { font-size: 18px; margin-bottom: 8px; }
  .footer-links a { font-size: 14px; padding: 4px 0; }
  .footer-bottom { padding: 14px 0; }
  .footer-bottom p { font-size: 12px; }
  .stay-connected-card { padding: 40px 24px 36px; min-height: 360px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════ KAVA COCKTAILS — BAMBOO CALLOUT ════════════════ */
.bamboo-callout-section {
  padding: 40px 16px;
  background: transparent;
}
.bamboo-callout {
  max-width: 1400px;
  margin: 0 auto;
  background-image: url('images/bamboo-frame.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 11% 16% 13%;
  min-height: 760px;
  position: relative;
}
.bamboo-callout-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.bamboo-callout-eyebrow {
  font-family: 'BABY-CRIBS', 'gillsansultrabold', cursive;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--brown, #4a3729);
  margin-bottom: 18px;
  font-style: italic;
  font-weight: 700;
}
.bamboo-callout-heading {
  font-family: 'gillsansultrabold', sans-serif !important;
  font-size: clamp(38px, 6vw, 76px);
  color: #33e7be !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: #1a1a1a -4px 4px 1px;
  margin-bottom: 40px;
  line-height: 1.05;
  font-style: normal !important;
}
.bamboo-callout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 56px;
  margin: 0 auto 36px;
  max-width: 720px;
  text-align: left;
}
.bamboo-callout-item h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--brown, #4a3729);
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: 0;
}
.bamboo-callout-item p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(74, 55, 41, 0.18);
}
.bamboo-callout-item:nth-last-child(-n+2) p {
  border-bottom: none;
  padding-bottom: 0;
}
.bamboo-callout-ctas {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.bamboo-btn-yellow,
.bamboo-btn-teal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 56px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.bamboo-btn-yellow {
  background: #f4d56e;
  color: #4a3729;
  border: 2px solid #4a3729;
}
.bamboo-btn-yellow:hover {
  background: #e6c453;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(74, 55, 41, 0.2);
}
.bamboo-btn-teal {
  background: #0e7c70;
  color: #fff;
}
.bamboo-btn-teal:hover {
  background: #0a5e54;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(14, 124, 112, 0.35);
}

/* Tablet */
@media (max-width: 1024px) {
  .bamboo-callout {
    padding: 20% 17% 20%;
    min-height: 620px;
  }
  .bamboo-callout-heading { margin-bottom: 28px; }
  .bamboo-callout-grid { gap: 28px 36px; }
}

/* Mobile (portrait tablets + phones) */
@media (max-width: 768px) {
  .bamboo-callout-section { padding: 24px 8px; }
  .bamboo-callout {
    padding: 14% 9% 16%;
    min-height: auto;
  }
  .bamboo-callout-eyebrow {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .bamboo-callout-heading {
    font-size: 42px !important;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-shadow: #1a1a1a -3px 3px 1px;
  }
  .bamboo-callout-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .bamboo-callout-item h4 { font-size: 18px; margin-bottom: 4px; }
  .bamboo-callout-item p {
    font-size: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(74, 55, 41, 0.18);
    line-height: 1.45;
  }
  .bamboo-callout-item:last-child p { border-bottom: none; padding-bottom: 0; }
  .bamboo-callout-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .bamboo-btn-yellow,
  .bamboo-btn-teal {
    width: 100%;
    max-width: 260px;
    padding: 14px 32px;
    font-size: 16px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .bamboo-callout-section { padding: 18px 4px; }
  .bamboo-callout {
    padding: 36% 22% 30%;
  }
  .bamboo-callout-eyebrow { font-size: 26px; }
  .bamboo-callout-heading {
    font-size: 34px !important;
    line-height: 1;
    text-shadow: #1a1a1a -2px 2px 1px;
  }
  .bamboo-callout-item h4 { font-size: 17px; }
  .bamboo-callout-item p { font-size: 13.5px; }
}

/* ── Franchise CTA band (locations page) ─────────────────── */
.franchise-cta-band {
  background: var(--navy) url('images/logo-wall-dark.png') top left / 720px auto repeat;
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
.franchise-cta-band > .container { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .franchise-cta-band { background-attachment: scroll; padding: 80px 0; }
}

/* ── Locations band (home page) ──────────────────────────── */
.locations-band {
  /* Retro sunburst in the brand's own palette — echoes the KSC swirl motif
     without repeating the tan grunge above or the loud swirl below. */
  background-color: var(--cream);
  background-image:
    repeating-conic-gradient(from 0deg at 50% 0%,
      rgba(246,139,32,0.10) 0deg 6deg,
      rgba(246,139,32,0)    6deg 12deg),
    radial-gradient(ellipse at 50% 0%, rgba(254,224,107,0.45) 0%, rgba(254,224,107,0) 55%),
    linear-gradient(180deg, rgba(245,219,184,0) 55%, rgba(245,219,184,0.55) 100%);
  position: relative;
}
.locations-band > .container { position: relative; z-index: 1; }

/* Keep "Pinellas Park (Coming Soon)" on one line in the footer */
.footer-links a.footer-link-nowrap { white-space: nowrap; }
.footer-links a.footer-link-nowrap .footer-link-note { font-size: inherit; }

/* ── Franchise expansion map (franchise page) ────────────── */
.franchise-map { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.franchise-map svg { width: 100%; height: auto; display: block; }
.franchise-map .us-land {
  fill: rgba(255,241,222,0.10);
  stroke: var(--cream);
  stroke-width: 2.5;
  stroke-linejoin: round;
}
.franchise-map .us-arcs path {
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.5;
  stroke-dasharray: 2 7;
  stroke-linecap: round;
  opacity: 0.45;
}
.franchise-map .us-dots circle {
  fill: var(--orange);
  opacity: 0.75;
}
.franchise-map .us-home .core { fill: var(--gold); }
.franchise-map .us-home .pulse {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  animation: ksc-pulse 2.6s ease-out infinite;
  transform-origin: 768.7px 541.3px;
}
.franchise-map .us-home .pulse2 { animation-delay: 1.3s; }
@keyframes ksc-pulse {
  0% { transform: scale(1); opacity: 0.9; }
  100% { transform: scale(3.2); opacity: 0; }
}
.franchise-map-note {
  margin-top: 18px;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  font-style: italic;
}

/* ── Instagram feed embed (Stay Connected) ───────────────── */
.ig-feed-embed {
  margin: 36px auto 0;
  max-width: 540px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 3px solid var(--teal);
  box-shadow: 0 4px 24px rgba(51,231,190,0.25);
  background: var(--white);
}
.ig-feed-embed iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: none;
}

/* ── Instagram carousel ─────────────────────────────────── */
.ig-carousel {
  position: relative;
  margin: 36px auto 0;
  max-width: 900px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ig-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  padding: 4px;
}
.ig-carousel-track::-webkit-scrollbar { display: none; }
.ig-slide {
  flex: 0 0 min(340px, 85%);
  scroll-snap-align: center;
  border-radius: var(--radius);
  overflow: hidden;
  border: 3px solid var(--teal);
  box-shadow: 0 4px 24px rgba(51,231,190,0.25);
  background: var(--white);
}
.ig-slide iframe { display: block; width: 100%; height: 480px; border: none; }
.ig-carousel-arrow {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 3px solid var(--teal);
  background: var(--dark-teal);
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  transition: all .2s;
}
.ig-carousel-arrow:hover { background: var(--orange); }
@media (max-width: 640px) {
  .ig-carousel-arrow { display: none; } /* swipe on mobile */
}

/* API-driven carousel cards */
.ig-slide-card { display: block; text-decoration: none; }
.ig-slide-img {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ig-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.ig-slide-caption {
  padding: 12px 14px;
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.5;
  min-height: 58px;
}

/* ── Mobile nav: CTAs in dropdown + compact Order Online in bar ── */
.nav-links-cta { display: none; }
.nav-mobile-order { display: none; }
@media (max-width: 640px) {
  /* hide the desktop CTA buttons in the bar */
  .nav-right > .nav-cta-btn { display: none; }
  /* dropdown CTAs at the bottom of the menu */
  .nav-links-cta { display: block; margin-top: 8px; text-align: center; }
  /* keep the pill/bubble shape: inline-block so the radius hugs the label */
  .nav-links-cta .nav-cta-btn {
    display: inline-block;
    border-radius: 50px;
    padding: 12px 34px;
    min-width: 180px;
    text-align: center;
    color: var(--navy) !important;
  }
  .nav-links-cta + .nav-links-cta { margin-top: 12px; }
  /* compact Order Online between logo and hamburger */
  .nav-mobile-order {
    display: inline-block;
    margin-left: auto;
    margin-right: 12px;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 999px;
    white-space: nowrap;
  }
  .nav-inner { padding: 0 14px; height: 68px; }
  .nav-wordmark { flex: 0 1 auto; min-width: 0; display: flex; align-items: center; }
  /* wordmark scales to the slimmer bar and shrinks before anything clips */
  .nav-wordmark-img { height: 18px; max-width: 46vw; width: auto; object-fit: contain; }
  .nav-links { top: 68px; }
  body { padding-top: 71px; }
  /* hero headings: never clip on small screens */
  .page-hero-content h1, .page-hero-content h2,
  .hero-ksc h1, .hero-ksc h2 { white-space: normal !important; }
}

/* Mobile hero: keep CTAs clear of the wave overlays (z-index 3/4, ~220px tall) */
@media (max-width: 640px) {
  .hero-ksc { padding-bottom: 120px !important; min-height: auto !important; }
  .hero-ksc .hero-buttons { position: relative; z-index: 5; }
  /* flatter, subtler wave curves on small screens */
  .hero-ksc > svg { height: 80px !important; }
}

/* ── Mobile: carousel stays inside its card; footer columns breathe ── */
@media (max-width: 640px) {
  .stay-connected-card { overflow: hidden; }
  .ig-carousel { max-width: 100%; gap: 0; }
  .ig-carousel-track { width: 100%; padding: 4px 2px; }
  .ig-slide { flex: 0 0 82%; }
  .ig-feed-embed { max-width: 100%; }
  /* let the Pinellas Park link wrap so the third column isn't crushed */
  .footer-links a.footer-link-nowrap { white-space: normal; }
}

}

/* ── Mobile: benefits section — no sticky overlap, tamer tiki ── */
@media (max-width: 640px) {
  .benefits-left { position: static; }
  .benefits-heading { font-size: 30px; margin-bottom: 16px; }
  .benefits-tiki { max-width: 240px; }
  .benefits-layout { gap: 28px; }
  .benefits-section { background-attachment: scroll; }
  /* translateX(120%) puts items fully outside the 390px viewport, so the
     IntersectionObserver never fires — slide from 60px instead on mobile */
  .benefit-item { transform: translateX(60px); }
  .benefit-item.visible { transform: translateX(0); }
}

/* Pacific directional sign in the locations franchise band */
.franchise-cta-band { overflow: hidden; }
.cta-directional-sign {
  position: absolute;
  right: 4%;
  bottom: 0;
  height: 92%;
  width: auto;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 900px) { .cta-directional-sign { display: none; } }

/* ── Logo-wall background tiles (all brand marks, step-and-repeat) ── */
.logo-wall-light { background: var(--cream) url('images/logo-wall-light.png') top left / 720px auto repeat; }
.logo-wall-dark  { background: var(--navy) url('images/logo-wall-dark.png') top left / 720px auto repeat; }

/* Small screens: keep Stay Connected heading inside its card */
@media (max-width: 640px) {
  .stay-connected-heading { font-size: clamp(26px, 9vw, 40px) !important; letter-spacing: 1px; }
}

/* Hero content always paints above the wave overlays (z 3/4) */
.hero-ksc .hero-ksc-content { position: relative; z-index: 5; }
.hero-ksc .hero-buttons { position: relative; z-index: 5; }

/* ── Hero entrance: text and buttons slide in from the sides ── */
@keyframes ksc-slide-left {
  from { opacity: 0; transform: translateX(-70px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes ksc-slide-right {
  from { opacity: 0; transform: translateX(70px); }
  to   { opacity: 1; transform: translateX(0); }
}
.hero-ksc-tagline { animation: ksc-slide-left 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero-ksc-sub { animation: ksc-slide-right 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both; }
.hero-buttons .btn:first-child { animation: ksc-slide-left 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both; }
.hero-buttons .btn:last-child { animation: ksc-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both; }
@media (prefers-reduced-motion: reduce) {
  .hero-ksc-tagline, .hero-ksc-sub,
  .hero-buttons .btn:first-child, .hero-buttons .btn:last-child { animation: none; }
}

/* Hide the kava benefits section on mobile (user request) */
@media (max-width: 640px) {
  .benefits-section { display: none; }
}

/* ── Mobile hardening: no horizontal scroll, no fixed-bg zoom, no nowrap clipping ── */
@media (max-width: 640px) {
  html { overflow-x: hidden; }
  /* inline white-space:nowrap headings overflow 390px — let everything wrap */
  h1, h2, h1 span, h2 span { white-space: normal !important; }
  /* background-attachment: fixed is broken/zoomed on mobile browsers —
     covers the FAQ hero, About's Bradenton photo band, and the dark sections */
  section, div { background-attachment: scroll !important; }
  /* condensed page heroes: tighter height, readable padding */
  .page-hero { min-height: 40vh !important; }
}

/* Hide the bamboo K-Teas callout on mobile (user request) */
@media (max-width: 640px) {
  .bamboo-callout-section { display: none; }
}

/* FAQ: hide the lifestyle photos on mobile; let the Q&A columns stack full-width */
@media (max-width: 640px) {
  .faq-photo { display: none; }
}
