:root {
  --cream: #f8f3ea;
  --cream-deep: #efe4d2;
  --white: #ffffff;
  --ink: #2e241c;
  --muted: #6e6156;
  --clay: #c1613f;
  --clay-dark: #a14e30;
  --olive: #6b7a4f;
  --olive-dark: #55613e;
  --gold: #b98f2b;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 10px 28px rgba(46, 36, 28, 0.08);
  --shadow-soft-lg: 0 24px 50px rgba(46, 36, 28, 0.14);
  --max-width: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--ink);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 5.4vw, 4rem); font-weight: 500; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.1rem; margin-bottom: 0.35em; font-weight: 600; font-family: "Inter", sans-serif; }

em { font-family: "Fraunces", serif; font-style: italic; color: var(--clay); font-weight: 500; }

p { margin: 0 0 1em; color: var(--muted); font-size: 1.02rem; }

a { color: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--clay);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0 0 8px 0;
  z-index: 200;
}
.skip-link:focus { left: 0; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 243, 234, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(46, 36, 28, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream-deep);
  border: 1px solid rgba(46, 36, 28, 0.08);
  flex-shrink: 0;
  vertical-align: middle;
}
.brand-mark svg { width: 24px; height: 15px; }
.site-footer .brand-mark { background: rgba(248, 243, 234, 0.1); border-color: rgba(248, 243, 234, 0.15); }

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-name {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.brand-kicker {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--clay-dark);
  line-height: 1;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.primary-nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--ink);
  opacity: 0.75;
}

.primary-nav a:hover { opacity: 1; }

.nav-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 45%, #6228d7);
  opacity: 1 !important;
  flex-shrink: 0;
  animation: nav-instagram-attention 4.5s ease-in-out infinite;
}
.nav-instagram svg { width: 17px; height: 17px; color: #fff; }
.nav-instagram:hover { animation-play-state: paused; transform: scale(1.1); }

@keyframes nav-instagram-attention {
  0%, 65% { transform: scale(1) rotate(0deg); box-shadow: 0 0 0 0 rgba(238, 42, 123, 0); }
  70% { transform: scale(1.16) rotate(-10deg); box-shadow: 0 0 0 4px rgba(238, 42, 123, 0.18); }
  75% { transform: scale(1.16) rotate(8deg); }
  80% { transform: scale(1.08) rotate(-6deg); }
  85% { transform: scale(1.12) rotate(4deg); box-shadow: 0 0 0 6px rgba(238, 42, 123, 0); }
  90%, 100% { transform: scale(1) rotate(0deg); box-shadow: 0 0 0 0 rgba(238, 42, 123, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .nav-instagram { animation: none; }
}

.nav-cta {
  background: var(--ink);
  color: #fff !important;
  padding: 9px 20px;
  border-radius: 999px;
  opacity: 1 !important;
  font-weight: 600;
}
.nav-cta:hover { background: var(--clay-dark); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

/* Eyebrow */
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--clay-dark);
  margin-bottom: 0.7em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow.center { text-align: center; justify-content: center; display: flex; }
.eyebrow::before {
  content: "";
  width: 18px;
  height: 1.5px;
  background: var(--gold);
  display: inline-block;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 0;
}

.hero-text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 40px;
}
.hero-text .eyebrow { justify-content: center; }
.hero-sub { font-size: 1.12rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 1.6rem; justify-content: center; }

.hero-banner {
  margin: 0;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft-lg);
}
.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.trust-strip {
  list-style: none;
  margin: 0;
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: center;
  border-top: 1px solid rgba(46, 36, 28, 0.1);
  font-size: 0.88rem;
  font-weight: 600;
}
.trust-strip li { display: flex; align-items: center; gap: 8px; color: var(--ink); }
.trust-strip svg { width: 18px; height: 18px; color: var(--clay-dark); stroke-width: 1.6; flex-shrink: 0; }

/* Icon badges */
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(46, 36, 28, 0.12);
  background: var(--cream);
  margin-bottom: 0.85rem;
  color: var(--clay-dark);
  flex-shrink: 0;
}
.icon-badge svg { width: 24px; height: 24px; stroke-width: 1.5; }
.icon-badge.olive { color: var(--olive-dark); }
.icon-badge.gold { color: var(--gold); }

/* Photo feature (image + caption, used in two-col sections) */
/* Images keep their natural aspect ratio — nothing gets cropped or cut off. */
.photo-feature {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft-lg);
  position: relative;
}
.photo-feature img { width: 100%; height: auto; display: block; }
.photo-feature figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.05rem;
  background: linear-gradient(0deg, rgba(46,36,28,0.6), transparent);
}

/* Session gallery: three photos, all matched to the same size, generously spaced */
.session-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 2.75rem;
  align-items: start;
}
.session-gallery .photo-feature img {
  aspect-ratio: 900 / 1024;
  object-fit: cover;
  object-position: center;
}

/* Joy banner: gentle crop close to the source ratio, biased to keep the child in frame */
.joy-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  max-height: 560px;
  overflow: hidden;
}
.joy-banner img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 30%; display: block; }
.joy-banner-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background: linear-gradient(0deg, rgba(46,36,28,0.55), transparent 55%);
}
.joy-banner-caption p {
  color: #fff;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 0;
}

/* Banner photo (wide, full width within a section — used for the 5-pillars image) */
.banner-photo {
  margin: 0 0 2.5rem;
  overflow: hidden;
}
.banner-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.98rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--clay-dark); }

.btn-ghost {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
  margin-top: 0.5rem;
}
.btn-whatsapp:hover { background: var(--whatsapp-dark); }

/* Sections */
.section { padding: 80px 0; }
.section.alt { background: var(--cream-deep); }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

.center { text-align: center; margin-left: auto; margin-right: auto; }

.lede { max-width: 620px; }

.note { font-size: 0.9rem; color: var(--muted); }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 2.75rem;
}

.feature {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-soft);
  text-align: left;
  border: 1px solid rgba(46,36,28,0.05);
}
.section.alt .feature { background: var(--white); }

.activity-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 2.5rem;
}
.activity {
  background: var(--white);
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(46,36,28,0.1);
  font-weight: 500;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}
.activity svg { width: 18px; height: 18px; color: var(--clay-dark); stroke-width: 1.6; }

.values-section { padding-bottom: 48px; }
.values-section .activity-grid { margin-top: 2.25rem; }

.coming-soon { background: linear-gradient(180deg, var(--cream-deep), var(--cream)); padding-bottom: 80px; }
.coming-soon .grid-3 { margin-top: 3rem; }

/* Instagram follow section */
.instagram-follow {
  padding: 72px 0;
  background: linear-gradient(160deg, #fff6e9 0%, #fdece9 45%, #f4e6f7 100%);
  text-align: center;
}
.instagram-follow-inner { display: flex; flex-direction: column; align-items: center; }
.instagram-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 45%, #6228d7);
  box-shadow: var(--shadow-soft-lg);
  margin-bottom: 1.25rem;
}
.instagram-icon-badge svg { width: 32px; height: 32px; }
.instagram-follow .lede { margin-left: auto; margin-right: auto; }
.instagram-follow .btn-instagram { margin-top: 1.75rem; }

.btn-instagram {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 45%, #6228d7);
  color: #fff;
}
.btn-instagram:hover { filter: brightness(1.08); }
.btn-instagram svg { width: 20px; height: 20px; }

/* Contact */
.contact-section .two-col { align-items: center; }

.contact-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-soft-lg);
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(46,36,28,0.06);
}

.contact-form label {
  font-weight: 600;
  font-size: 0.88rem;
  margin-top: 12px;
}

.contact-form input,
.contact-form textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(46, 36, 28, 0.15);
  background: var(--cream);
  color: var(--ink);
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--clay);
}

.contact-form button { margin-top: 18px; align-self: flex-start; }

.form-status { min-height: 1.2em; font-weight: 600; }

.contact-fallback { margin-top: 1.2rem; }
.contact-fallback a { color: var(--clay-dark); font-weight: 700; text-decoration: none; }

/* Footer */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 44px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer .note { color: rgba(248, 243, 234, 0.65); margin: 0; }
.site-footer strong { margin-left: 8px; font-family: "Fraunces", serif; font-weight: 500; }

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}
.footer-instagram svg { width: 20px; height: 20px; }
.footer-instagram:hover { color: var(--gold); }

/* Back to top */
.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 94px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-soft-lg);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.15s ease;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover { background: var(--clay-dark); }
.back-to-top svg { width: 20px; height: 20px; }

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 95;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  /* This container's own box (including the gap and the hidden bubble's
     reserved space) would otherwise sit on top of back-to-top and
     intercept clicks meant for it. Only the actual visible buttons
     inside should be clickable. */
  pointer-events: none;
}

.whatsapp-fab {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  display: flex;
  align-items: center;
  pointer-events: auto;
  justify-content: center;
  box-shadow: var(--shadow-soft-lg);
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s ease, background 0.15s ease;
}
.whatsapp-fab:hover { background: var(--whatsapp-dark); transform: scale(1.06); }
.whatsapp-fab svg { width: 30px; height: 30px; position: relative; z-index: 2; }

.whatsapp-fab-ping {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--whatsapp);
  z-index: 1;
  animation: whatsapp-ping 2.4s cubic-bezier(0.2, 0.7, 0.4, 1) infinite;
}
@keyframes whatsapp-ping {
  0% { transform: scale(1); opacity: 0.55; }
  70% { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-fab-ping { animation: none; }
}

.whatsapp-bubble {
  position: relative;
  max-width: 240px;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 16px 32px 16px 18px;
  box-shadow: var(--shadow-soft-lg);
  border: 1px solid rgba(46, 36, 28, 0.06);
  opacity: 0;
  transform: translateY(8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform-origin: bottom right;
}
.whatsapp-bubble.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.whatsapp-bubble p { margin: 0; font-size: 0.9rem; color: var(--ink); line-height: 1.45; }
.whatsapp-bubble-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.whatsapp-bubble-close:hover { background: var(--cream-deep); color: var(--ink); }
.whatsapp-bubble-close svg { width: 13px; height: 13px; }

/* Sensory Kits shop */
.shop-section { background: var(--cream); }

.shop-carousel { position: relative; margin-top: 2.75rem; }

.shop-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.shop-grid::-webkit-scrollbar { display: none; }
.shop-grid .kit-card {
  flex: 0 0 clamp(260px, 41.5%, 420px);
  scroll-snap-align: start;
}

.shop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid rgba(46, 36, 28, 0.1);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.shop-nav:hover { background: var(--cream-deep); }
.shop-nav:disabled { opacity: 0.35; cursor: default; pointer-events: none; }
.shop-nav svg { width: 20px; height: 20px; }
.shop-nav-prev { left: -22px; }
.shop-nav-next { right: -22px; }

/* Combo card: reuses a collage of the existing product photos, no new image */
.combo-card .kit-card-image { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2px; aspect-ratio: 16/9; overflow: hidden; }
.combo-card .kit-card-image img { height: 100%; aspect-ratio: auto; min-width: 0; min-height: 0; }
.combo-card .kit-collage-side { display: grid; grid-template-rows: 1fr 1fr; gap: 2px; min-width: 0; min-height: 0; overflow: hidden; }
.combo-card .kit-badge { background: var(--gold); }

.kit-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft-lg);
  border: 1px solid rgba(46, 36, 28, 0.06);
  display: flex;
  flex-direction: column;
}

.kit-card-image { position: relative; }
.kit-card-image img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; }

.kit-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--clay);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.kit-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.kit-card-body h3 { font-family: "Fraunces", serif; font-size: 1.3rem; font-weight: 600; }
.kit-card-body p { flex: 1; }

.kit-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}
.kit-price-was {
  font-size: 0.95rem;
  color: var(--muted);
  text-decoration: line-through;
  opacity: 0.7;
  white-space: nowrap;
}
.kit-price-now {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--clay-dark);
  white-space: nowrap;
}
.kit-discount {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--olive-dark);
  background: #e3ecda;
  padding: 3px 9px;
  border-radius: 999px;
  margin-left: 2px;
}

.kit-cta {
  justify-content: center;
  margin-top: 0;
  width: 100%;
  position: relative;
  font-size: 1.02rem;
  padding: 15px 26px;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
  animation: kit-cta-pulse 2.6s ease-out infinite;
}
.kit-cta:hover { animation-play-state: paused; }
@keyframes kit-cta-pulse {
  0% { box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70% { box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35), 0 0 0 10px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .kit-cta { animation: none; }
}

/* Slot booking */
.slot-days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2.75rem;
}
.slot-day {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(46, 36, 28, 0.05);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.slot-day h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.slot-day h3 svg { width: 18px; height: 18px; color: var(--clay-dark); }
.slot-btn {
  display: block;
  text-align: center;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(46, 36, 28, 0.12);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.slot-btn:hover { border-color: var(--olive); background: #f2f6ee; }
.slot-note { margin-top: 1.75rem; }

/* Responsive */
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 24px;
    gap: 16px;
    display: none;
    border-bottom: 1px solid rgba(46,36,28,0.08);
  }
  .primary-nav.open { display: flex; }
  .nav-cta { align-self: flex-start; }

  .two-col, .two-col.reverse { grid-template-columns: 1fr; gap: 28px; }
  .two-col.reverse { direction: ltr; }
  .two-col.reverse figure.photo-feature { order: -1; }
  .two-col figure.photo-feature { margin-bottom: 20px; }

  .hero-text { padding-bottom: 28px; }
  .trust-strip { justify-content: flex-start; gap: 10px 20px; }

  .grid-3 { grid-template-columns: 1fr; }

  .hero { padding: 40px 0 0; }
  .section { padding: 48px 0; }
  .section + .section,
  .hero + .section { margin-top: 0; }

  .joy-banner { aspect-ratio: 4 / 5; max-height: 420px; }

  /* On narrow screens the full panorama becomes too short to read faces,
     so crop in a bit to keep everyone fully in frame and large enough to see. */
  .hero-banner img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 50% 38%;
  }

  /* Swipeable carousel */
  .session-gallery {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    scrollbar-width: none;
  }
  .session-gallery::-webkit-scrollbar { display: none; }
  .session-gallery .photo-feature {
    flex: 0 0 84%;
    scroll-snap-align: center;
  }

  /* The 5-pillars graphic has real baked-in text — shrinking it to viewport
     width makes it unreadable, so let it scroll horizontally at a legible size. */
  .banner-photo {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .banner-photo::-webkit-scrollbar { display: none; }
  .banner-photo img {
    width: auto;
    height: 240px;
    max-width: none;
  }

  .shop-grid { margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; }
  .shop-grid .kit-card { flex-basis: 82%; }
  .shop-nav { display: none; }

  .slot-days { grid-template-columns: 1fr; }
}
