:root {
  --bg: #f5f0e8;
  --bg-soft: #faf7f2;
  --forest: #1a2e1a;
  --forest-soft: #3d5e3a;
  --teal: #2c6b58;
  --leaf: #c8d2b8;
  --sage: rgba(156, 199, 171, 0.58);
  --sage-hover: rgba(156, 199, 171, 0.82);
  --sand: #eadbc3;
  --clay: #9b6f56;
  --mist: #d9e2d3;
  --blush: #efd9d5;
  --card-white: #ffffff;
  --line: rgba(34, 48, 34, 0.10);
  --shadow: 0 4px 24px rgba(34, 48, 34, 0.07);
}

html {
  scroll-behavior: smooth;
}

/* ── Scroll progress bar ── */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--forest-soft), var(--clay));
  z-index: 9999;
  transition: width 0.1s linear;
  pointer-events: none;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(200, 210, 184, 0.28), transparent 24%),
    radial-gradient(circle at 100% 20%, rgba(150, 170, 135, 0.12), transparent 22%),
    radial-gradient(circle at bottom right, rgba(234, 219, 195, 0.4), transparent 28%),
    linear-gradient(180deg, #f7f1e8, var(--bg));
  color: var(--forest);
  font-family: "DM Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: var(--bg-soft);
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 48, 34, 0.28);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 48, 34, 0.46);
}

/* Focus styles */
:focus-visible {
  outline: 2px solid var(--forest-soft);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Animation Keyframes ── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.7;
  }
}

@keyframes floatArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

@keyframes preloaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes preloaderPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.88;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes preloaderFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

body.is-loading {
  overflow: hidden;
}

#site-preloader {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(200, 210, 184, 0.42), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(234, 219, 195, 0.34), transparent 42%),
    linear-gradient(180deg, #f8f2e8, #efe5d6);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

#site-preloader.is-hidden {
  animation: preloaderFadeOut 0.55s ease forwards;
  pointer-events: none;
}

.preloader-shell {
  position: relative;
  width: min(200px, 42vw);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(34, 48, 34, 0.12);
  border-top-color: rgba(34, 48, 34, 0.58);
  border-right-color: rgba(93, 112, 86, 0.5);
  animation: preloaderSpin 1.15s linear infinite;
}

.preloader-logo {
  width: min(124px, 28vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(34, 48, 34, 0.16));
  animation: preloaderPulse 1.6s ease-in-out infinite;
}

.preloader-text {
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  transform: translateX(-50%);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(34, 48, 34, 0.62);
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .preloader-shell {
    width: min(164px, 54vw);
  }

  .preloader-logo {
    width: min(96px, 31vw);
  }

  .preloader-text {
    font-size: 0.62rem;
    letter-spacing: 0.17em;
    bottom: -1.9rem;
  }
}

a {
  text-decoration: none;
}

.site-shell {
  max-width: 1240px;
}

.display-font {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
}

.brand-logo-image {
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

.brand-logo-image-desktop {
  width: clamp(132px, 11vw, 194px);
  height: auto;
  max-height: 92px;
}

.brand-logo-image-mobile {
  width: clamp(112px, 34vw, 150px);
  height: auto;
  max-height: 58px;
}

/* ── Header ── */
.site-header {
  z-index: 100;
  background: var(--bg);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.site-header.is-scrolled {
  background: rgba(245, 240, 232, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(34, 48, 34, 0.06), 0 4px 16px rgba(34, 48, 34, 0.05);
}

.site-header-desktop {
  display: none;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
}

.site-header-nav ul {
  margin-bottom: 0;
}

.site-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

/* Brand center (desktop) */
.header-brand-left {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  color: var(--forest);
}

.header-brand-left .brand-logo-image-desktop {
  transition: transform 0.35s ease;
}

.header-brand-left:hover .brand-logo-image-desktop {
  transform: scale(1.07) rotate(-2deg);
}

.site-header-nav-main {
  justify-self: center;
}

/* Mobile header bar */
.header-mobile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.header-mobile-brand {
  display: flex;
  align-items: center;
  color: var(--forest);
}

.brand-link,
.brand-link-mobile {
  color: var(--forest);
}

/* Nav links — underline active indicator */
.site-nav .nav-link {
  position: relative;
  color: rgba(34, 48, 34, 0.62);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.6rem 0.5rem;
  border-radius: 0;
  background: transparent;
  transition: color 0.2s ease;
}

.site-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 55%;
  height: 2px;
  background: var(--forest-soft);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}

.site-nav .nav-link.active {
  color: var(--forest);
  font-weight: 600;
  background: transparent;
}

.site-nav .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.site-nav .nav-link:hover {
  color: var(--forest);
  background: transparent;
}

.site-nav .nav-link:hover::after {
  transform: translateX(-50%) scaleX(0.5);
  opacity: 0.4;
}

/* Language switcher */
.header-lang {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: 0 10px 24px rgba(34, 48, 34, 0.05);
}

.header-lang-item {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  color: rgba(34, 48, 34, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.header-lang-item:hover {
  color: var(--forest);
  background: rgba(34, 48, 34, 0.05);
  transform: translateY(-1px);
}

.header-lang-item--active {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 8px 20px rgba(34, 48, 34, 0.16);
}

.header-lang-icon {
  font-size: 0.95rem;
  line-height: 1;
}

.header-lang-label {
  line-height: 1;
}

/* Hamburger button */
.header-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0.45rem 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0.55rem;
  transition: background 0.2s ease;
}

.header-hamburger:hover {
  background: rgba(34, 48, 34, 0.06);
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--forest);
  border-radius: 999px;
  transition: width 0.25s ease;
}

.header-hamburger:hover .hamburger-bar:nth-child(2) {
  width: 15px;
}

/* Offcanvas redesign */
.offcanvas.offcanvas-end {
  width: min(400px, 90vw);
  background: var(--bg-soft);
  border-left: 1px solid rgba(34, 48, 34, 0.07);
}

.offcanvas-header {
  padding: 1.6rem 1.8rem 0;
  border-bottom: 0;
}

.offcanvas-body {
  padding: 0 1.8rem 1.8rem;
  display: flex;
  flex-direction: column;
}

.offcanvas-nav {
  flex: 1;
  margin-top: 1.75rem;
  padding: 0;
  list-style: none;
}

.offcanvas-nav .nav-item {
  border-bottom: 1px solid rgba(34, 48, 34, 0.07);
}

.offcanvas-nav .nav-link {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: 1.5rem;
  color: var(--forest);
  padding: 0.7rem 0;
  border-radius: 0;
  display: block;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.offcanvas-nav .nav-link.active {
  color: var(--forest-soft);
  background: transparent;
  font-style: italic;
}

.offcanvas-nav .nav-link:hover {
  background: transparent;
  color: var(--forest-soft);
  padding-left: 0.4rem;
}

.offcanvas-footer {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(34, 48, 34, 0.08);
  margin-top: 1.5rem;
}

.btn-pill {
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  font-weight: 700;
}

.btn-forest {
  background: linear-gradient(135deg, var(--forest) 0%, #1d2819 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(34, 48, 34, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-forest::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 999px;
  pointer-events: none;
}

.btn-forest:hover {
  background: linear-gradient(135deg, #2d3f2d 0%, #132711 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(34, 48, 34, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-forest:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(34, 48, 34, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-pill {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1.8rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
}

/* ── Responsive Button Sizing ── */
@media (max-width: 767.98px) {
  .btn-pill {
    padding: 0.65rem 1.6rem;
    font-size: 0.9rem;
  }

  .btn-forest {
    animation: fadeInUp 0.8s ease-out 0.5s both;
  }

  .btn-outline-forest {
    animation: fadeInUp 0.8s ease-out 0.6s both;
  }
}

@media (max-width: 575.98px) {
  .btn-pill {
    padding: 0.6rem 1.4rem;
    font-size: 0.85rem;
    width: 100%;
  }

  .hero-copy .row {
    gap: 0.8rem;
  }

  .hero-copy .row > div {
    flex: 1;
  }
}

.btn-outline-forest {
  border: 1px solid rgba(34, 48, 34, 0.15);
  color: var(--forest);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(34, 48, 34, 0.06);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-outline-forest:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(34, 48, 34, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(34, 48, 34, 0.12);
}

.brand-link-mobile .display-font {
  font-size: 2.35rem;
}

.hero-section,
.page-hero {
  padding: 3rem 0 5rem;
}

.hero-section {
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 250, 243, 0.7), rgba(255, 250, 243, 0.2)),
    radial-gradient(circle at 75% 30%, rgba(200, 210, 184, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(239, 217, 213, 0.26), transparent 22%);
  pointer-events: none;
}

.eyebrow {
  color: var(--forest-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.hero-side-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: fadeInRight 0.9s ease-out 0.4s both;
}

.hero-note {
  transition: all 0.2s ease;
}

.hero-panel,
.glass-card,
.soft-card {
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-copy h1,
.page-hero h1,
.section-heading h2 {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  line-height: 1.1;
  color: var(--forest);
  font-style: normal;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
  border-radius: 2rem;
  background: rgba(255, 250, 243, 0.95);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: 0 8px 24px rgba(34, 48, 34, 0.08);
  backdrop-filter: blur(8px);
  animation: fadeInLeft 0.9s ease-out 0.3s both;
}

.hero-copy-col {
  align-self: stretch;
}

.hero-visual-col {
  display: flex;
  align-items: stretch;
}

.hero-copy h1 {
  font-size: clamp(2.65rem, 4.9vw, 4.4rem);
  max-width: 9.5ch;
  color: var(--forest);
  font-weight: 800;
  line-height: 1.1;
}

.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.hero-copy p,
.page-hero p,
.section-lead,
.rich-text p,
.card-copy {
  color: rgba(34, 48, 34, 0.88);
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.9);
  border: 1px solid rgba(34, 48, 34, 0.1);
  color: rgba(34, 48, 34, 0.82);
  box-shadow: 0 2px 8px rgba(34, 48, 34, 0.05);
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.trust-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(34, 48, 34, 0.08);
}

.trust-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #5d7056, #223022);
  flex: 0 0 auto;
}

.image-frame {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #ddd6c8;
}

.image-frame-tall {
  aspect-ratio: 4 / 5;
}

.image-frame img,
.feature-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-image {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgba(200, 210, 184, 0.35);
}

.stats-strip {
  margin-top: 2rem;
}

.hero-home .home-stats {
  margin-top: -1.25rem;
  position: relative;
  z-index: 3;
}

.stats-strip .stat-card {
  border-radius: 1.6rem;
  padding: 1.5rem;
  background: rgba(255, 250, 243, 0.95);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: 0 4px 12px rgba(34, 48, 34, 0.06);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadeInUp 0.8s ease-out both;
}

.stats-strip .stat-card:nth-child(1) {
  animation-delay: 0.5s;
}

.stats-strip .stat-card:nth-child(2) {
  animation-delay: 0.65s;
}

.stats-strip .stat-card:nth-child(3) {
  animation-delay: 0.8s;
}

.stats-strip .stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(34, 48, 34, 0.15);
}

.stat-card .value {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--forest);
}

.stat-card .label {
  color: rgba(34, 48, 34, 0.55);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* ── Scroll Indicator ── */
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  animation: fadeInUp 1s ease 0.8s both;
}

.scroll-arrow {
  width: 24px;
  height: 32px;
  border: 2px solid var(--forest-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: bounceArrow 2s ease-in-out infinite 0.5s;
}

.scroll-arrow svg {
  width: 12px;
  height: 12px;
  color: var(--forest);
  animation: floatArrow 2s ease-in-out infinite;
}

.scroll-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--forest-soft);
  animation: glow 2s ease-in-out infinite 0.3s;
}

.section-block {
  padding: 5rem 0;
}

.hero-shell {
  position: relative;
  padding: 2rem;
  border-radius: 2.4rem;
  background: linear-gradient(135deg, rgba(214, 228, 219, 0.5), rgba(255, 246, 239, 0.5));
  border: 1px solid rgba(34, 48, 34, 0.06);
  box-shadow: 0 8px 24px rgba(34, 48, 34, 0.06);
  overflow: hidden;
}

.hero-shell::before,
.hero-shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.hero-shell::before {
  width: 340px;
  height: 340px;
  right: -60px;
  top: -100px;
  background: radial-gradient(circle, rgba(221, 230, 219, 0.95), rgba(221, 230, 219, 0));
}

.hero-shell::after {
  width: 260px;
  height: 260px;
  left: -80px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(239, 217, 213, 0.5), rgba(239, 217, 213, 0));
}

.hero-shell > * {
  position: relative;
  z-index: 1;
}

.hero-media-wrap {
  position: relative;
  padding: 1rem 1.5rem 0.5rem 0;
  animation: fadeInRight 0.9s ease-out 0.2s both;
}

.hero-photo-main {
  position: relative;
  width: 100%;
  padding: 0.9rem;
  border-radius: 2.8rem;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 30px 80px rgba(34, 48, 34, 0.14);
  animation: slideDown 0.8s ease-out 0.3s both;
}

.hero-photo-main-wide {
  max-width: 100%;
}

.hero-photo-main .image-frame {
  border-radius: 2.3rem;
}

.hero-panorama {
  aspect-ratio: 16 / 7.6;
}

.hero-panorama img {
  object-position: center 58%;
}

.hero-photo-accent {
  position: absolute;
  left: auto;
  right: 2.2rem;
  bottom: -2.2rem;
  width: 200px;
  border-radius: 2.2rem;
  background: rgba(255, 250, 243, 0.96);
  box-shadow: 0 20px 55px rgba(34, 48, 34, 0.16);
  transform: rotate(3deg);
  animation: fadeInRight 0.9s ease-out 0.45s both;
}

.hero-photo-accent .image-frame {
  border-radius: 1.6rem;
  aspect-ratio: 4 / 4.8;
}

.hero-photo-accent img {
  object-position: 32% center;
}

.hero-lower {
  margin-top: 2.6rem;
}

.hero-copy-home {
  max-width: 36rem;
}

.hero-side-stack {
  max-width: 25rem;
  margin-left: auto;
}

.hero-note {
  position: relative;
  max-width: 100%;
  padding: 1.35rem 1.4rem;
  border-radius: 1.8rem;
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 22px 50px rgba(34, 48, 34, 0.1);
}

.hero-note p {
  color: rgba(34, 48, 34, 0.82);
  line-height: 1.7;
}

.trust-strip-grid {
  display: grid;
  gap: 0.75rem;
}

.home-story-section .section-heading,
.home-orientation-section .section-heading,
.home-formats-section .section-heading {
  max-width: 42rem;
}

.home-story-visual {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.home-story-visual::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at top left, rgba(239, 217, 213, 0.45), transparent 28%),
    radial-gradient(circle at bottom right, rgba(200, 210, 184, 0.42), transparent 30%),
    rgba(255, 250, 243, 0.54);
}

.home-story-orb {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1 / 1.1;
  overflow: hidden;
  border-radius: 44% 56% 48% 52% / 40% 42% 58% 60%;
  box-shadow: 0 30px 78px rgba(34, 48, 34, 0.14);
}

.home-story-orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-orientation-cards .info-card,
.home-story-section .info-card,
.home-formats-section .format-card {
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid rgba(34, 48, 34, 0.06);
  box-shadow: 0 18px 44px rgba(34, 48, 34, 0.06);
}

.home-orientation-cards > div {
  width: 50%;
}

.home-orientation-cards > div:last-child {
  width: 100%;
}

.home-orientation-cards > div:first-child .info-card {
  border-radius: 2.4rem 2.4rem 1.6rem 2.4rem;
}

.home-orientation-cards > div:nth-child(2) .info-card {
  border-radius: 1.8rem 2.6rem 2.3rem 1.8rem;
}

.home-orientation-cards > div:nth-child(3) .info-card {
  border-radius: 2.6rem 1.8rem 2.4rem 2rem;
}

.format-visual {
  padding: 1rem;
  border-radius: 2.8rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(255, 246, 239, 0.88));
}

.format-visual img {
  border-radius: 2rem;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  font-style: normal;
}

.heading-em {
  display: block;
  font-style: italic;
  color: var(--teal);
}

.heading-em-white {
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}

.info-card,
.format-card,
.list-card,
.quote-panel,
.timeline-entry,
.contact-card,
.rule-card {
  border-radius: 1.4rem;
}

/* Flat white card override */
.info-card,
.format-card,
.contact-card {
  background: var(--card-white) !important;
  border: 1px solid rgba(34, 48, 34, 0.06) !important;
  box-shadow: 0 2px 14px rgba(34, 48, 34, 0.05) !important;
}

/* Card hover lift */
.info-card,
.format-card,
.contact-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover,
.format-card:hover,
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(34, 48, 34, 0.13);
}

/* Staggered reveal delays for grid children */
.row > *:nth-child(1) .fade-in-up { transition-delay: 0s; }
.row > *:nth-child(2) .fade-in-up { transition-delay: 0.1s; }
.row > *:nth-child(3) .fade-in-up { transition-delay: 0.2s; }
.row > *:nth-child(4) .fade-in-up { transition-delay: 0.3s; }
.row > *:nth-child(5) .fade-in-up { transition-delay: 0.4s; }
.row > *:nth-child(6) .fade-in-up { transition-delay: 0.5s; }

.info-card,
.format-card,
.list-card,
.timeline-entry,
.contact-card,
.rule-card {
  padding: 1.75rem;
}

.info-card h3,
.format-card h3,
.rule-card h3,
.list-card h3,
.contact-card h3 {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.info-card,
.format-card,
.list-card,
.quote-panel,
.timeline-entry,
.contact-card,
.rule-card,
.hero-copy,
.hero-note {
  min-width: 0;
}

.gallery-card {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 48, 34, 0.02), rgba(34, 48, 34, 0.72));
}

.gallery-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 34px 90px rgba(34, 48, 34, 0.22);
}

.gallery-card .gallery-image img {
  transition: transform 0.6s ease;
}

.gallery-card:hover .gallery-image img {
  transform: scale(1.06);
}

.gallery-card:nth-child(2n) {
  border-radius: 2.8rem 2rem 2.8rem 2rem;
}

.gallery-card:nth-child(3n) {
  border-radius: 2rem 2.8rem 2rem 2.8rem;
}

.gallery-image,
.gallery-image img {
  width: 100%;
  height: 100%;
}

.gallery-image {
  position: absolute;
  inset: 0;
}

.gallery-image img {
  object-fit: cover;
  display: block;
}

.gallery-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem;
  z-index: 1;
}

.gallery-overlay .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.gallery-overlay h3 {
  color: #fff;
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 2.2rem;
  margin-bottom: 0.85rem;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.gallery-overlay .card-copy {
  color: rgba(255, 255, 255, 0.86);
}

.photo-row {
  align-items: stretch;
}

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 2.2rem;
  box-shadow: var(--shadow);
  background: rgba(255, 250, 243, 0.9);
  aspect-ratio: 4 / 3;
}

.photo-row-diet .photo-card:first-child {
  aspect-ratio: 16 / 10;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.photo-card:hover img {
  transform: scale(1.04);
}

.format-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.format-pill {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pill-leaf {
  background: rgba(200, 210, 184, 0.35);
}

.pill-sand {
  background: rgba(234, 219, 195, 0.58);
}

.quote-panel {
  position: relative;
  background: var(--forest);
  color: #fff;
  overflow: hidden;
  padding: 3rem;
}

.quote-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(200, 210, 184, 0.28), transparent 26%),
    radial-gradient(circle at bottom right, rgba(234, 219, 195, 0.16), transparent 24%);
}

.quote-panel > * {
  position: relative;
}

.quote-panel p {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 2.9rem);
  line-height: 1.22;
  overflow-wrap: anywhere;
  hyphens: auto;
}

/* Decorative opening quote mark */
.quote-panel::after {
  content: "\201C";
  position: absolute;
  top: -0.25rem;
  right: 2.5rem;
  font-family: "Lora", Georgia, serif;
  font-size: 12rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}

.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-clean li {
  background: rgba(200, 210, 184, 0.22);
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  padding: 0.9rem 1rem;
  color: rgba(34, 48, 34, 0.82);
}

.rich-text p:last-child,
.list-clean li:last-child {
  margin-bottom: 0;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.35rem;
  width: 1px;
  background: rgba(34, 48, 34, 0.12);
}

.timeline-entry {
  position: relative;
  margin-bottom: 1rem;
}

.timeline-entry::before {
  content: "";
  position: absolute;
  left: 2.92rem;
  top: 2rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--forest);
  border: 3px solid var(--bg-soft);
}

.timeline-day {
  color: var(--forest-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.timeline-time {
  color: var(--clay);
  font-weight: 700;
}

.page-hero .hero-panel {
  padding: 3rem;
  border-radius: 2.2rem;
}

.accordion-button {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.55rem;
  background: transparent !important;
  color: var(--forest) !important;
  box-shadow: none !important;
}

.accordion-item {
  border: 0;
  background: transparent;
}

.accordion-shell {
  border-radius: 1.8rem;
  overflow: hidden;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 1rem;
  border: 1px solid rgba(34, 48, 34, 0.12);
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.78);
}

.contact-form label {
  color: var(--forest-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.contact-helper {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(200, 210, 184, 0.2);
  color: rgba(34, 48, 34, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

.floating-quick-actions {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.floating-lang {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.95);
  border: 1px solid rgba(34, 48, 34, 0.12);
  box-shadow: 0 10px 26px rgba(34, 48, 34, 0.12);
}

.floating-lang-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  font-size: 1.2rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.floating-lang-item:hover {
  background: rgba(34, 48, 34, 0.1);
  transform: scale(1.1);
}

.floating-lang-item--active {
  background: rgba(34, 48, 34, 0.15);
}

.floating-whatsapp {
  z-index: 1030;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  padding: 0.85rem 1.2rem;
  font-weight: 600;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 38px rgba(37, 211, 102, 0.5);
  color: #fff;
}

.floating-whatsapp svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.site-footer {
  background: var(--forest);
  color: rgba(255, 255, 255, 0.85);
  margin-top: 5rem;
  padding-top: 4rem;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(26, 46, 26, 0), rgba(26, 46, 26, 0.72));
  filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.site-footer .footer-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}

.site-footer-logo {
  width: clamp(150px, 20vw, 220px);
  height: auto;
  max-height: 120px;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}

.cta-band {
  background: var(--forest);
  color: #fff;
  padding: 3rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(200, 210, 184, 0.26), transparent 24%),
    radial-gradient(circle at bottom right, rgba(234, 219, 195, 0.18), transparent 24%);
}

.cta-band > * {
  position: relative;
}

body.js-enhanced .fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}

body.js-enhanced .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Desktop animations (smooth, longer) ── */
@media (min-width: 992px) {
  body.js-enhanced .fade-in-up {
    transition: opacity 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .hero-copy {
    animation: fadeInLeft 0.95s ease-out 0.3s both;
  }

  .hero-media-wrap {
    animation: fadeInRight 1s ease-out 0.25s both;
  }

  .hero-side-stack {
    animation: fadeInRight 0.95s ease-out 0.45s both;
  }
}

/* ── Tablet animations (balanced) ── */
@media (min-width: 768px) and (max-width: 991.98px) {
  body.js-enhanced .fade-in-up {
    transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .hero-copy {
    animation: fadeInLeft 0.85s ease-out 0.25s both;
  }

  .hero-media-wrap {
    animation: fadeInRight 0.9s ease-out 0.2s both;
  }

  .hero-side-stack {
    animation: fadeInRight 0.85s ease-out 0.35s both;
  }
}

/* ── Mobile animations (faster for responsiveness) ── */
@media (max-width: 767.98px) {
  body.js-enhanced .fade-in-up {
    transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .hero-copy {
    animation: fadeInLeft 0.75s ease-out 0.2s both;
  }

  .hero-media-wrap {
    animation: fadeInUp 0.75s ease-out 0.15s both;
  }

  .hero-side-stack {
    animation: fadeInUp 0.75s ease-out 0.3s both;
  }

  /* Reduce animation delays on mobile for quicker page feel */
  .stats-strip .stat-card:nth-child(1) {
    animation-delay: 0.35s !important;
  }

  .stats-strip .stat-card:nth-child(2) {
    animation-delay: 0.45s !important;
  }

  .stats-strip .stat-card:nth-child(3) {
    animation-delay: 0.55s !important;
  }
}

.float-soft {
  animation: float-soft 7s ease-in-out infinite;
}

@keyframes float-soft {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991.98px) {
  .brand-logo-image-mobile {
    width: clamp(100px, 32vw, 140px);
    max-height: 54px;
  }

  .hero-shell {
    padding: 1.4rem;
    border-radius: 2rem;
  }

  .hero-photo-accent {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
    transform: none;
  }

  .hero-panorama {
    aspect-ratio: 5 / 4;
  }

  .hero-photo-accent .image-frame {
    border-radius: 2rem;
  }

  .hero-lower {
    margin-top: 1.5rem;
  }

  .hero-side-stack {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-home .home-stats {
    margin-top: 1.2rem;
  }

  .home-orientation-cards > div,
  .home-orientation-cards > div:last-child {
    width: 100%;
  }

  .hero-section,
  .page-hero,
  .section-block {
    padding: 3.5rem 0;
  }

  .timeline::before,
  .timeline-entry::before {
    display: none;
  }

  .image-frame,
  .feature-image {
    aspect-ratio: 5 / 4;
  }

  .gallery-card {
    aspect-ratio: 5 / 6;
  }
}

@media (min-width: 992px) {
  .hero-section,
  .page-hero {
    padding: 3.5rem 0 5.5rem;
  }

  .hero-copy {
    padding: 2.8rem;
    border-radius: 2.1rem;
    animation: fadeInLeft 0.95s ease-out 0.3s both;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 5.2vw, 4.6rem);
    max-width: 10ch;
    line-height: 1.08;
  }

  .hero-copy p {
    font-size: clamp(0.95rem, 1.2vw, 1.25rem);
    line-height: 1.75;
  }

  .hero-photo-main {
    width: 100%;
    animation: slideDown 0.9s ease-out 0.3s both;
  }

  .hero-note {
    max-width: 100%;
    animation: fadeInLeft 0.9s ease-out 0.4s both;
  }

  .hero-lower {
    margin-top: 2.2rem;
  }

  .stats-strip {
    margin-top: 2.2rem;
  }

  .scroll-indicator {
    margin-top: 3.2rem;
    animation: fadeInUp 1s ease 0.85s both;
  }

  .scroll-arrow {
    width: 26px;
    height: 34px;
  }

  .scroll-arrow svg {
    width: 13px;
    height: 13px;
  }

  .scroll-text {
    font-size: 0.78rem;
  }

  .btn-pill {
    padding: 0.8rem 2rem;
    font-size: 1.05rem;
  }
}

@media (min-width: 1200px) {
  .hero-copy h1 {
    font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  }

  .hero-copy p {
    font-size: 1.3rem;
  }

  .stats-strip .stat-card {
    padding: 1.8rem;
  }

  .stat-card .value {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .site-header-desktop {
    display: grid;
  }
}

/* ── RESPONSIVE: Tablet (768px - 991px) ── */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section,
  .page-hero {
    padding: 2.5rem 0 4rem;
  }

  .hero-copy {
    padding: 2rem;
    border-radius: 1.8rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    max-width: 11ch;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-shell {
    padding: 1.2rem;
    border-radius: 1.6rem;
  }

  .stats-strip {
    margin-top: 1.5rem;
  }

  .scroll-indicator {
    margin-top: 2rem;
  }

  .scroll-arrow {
    width: 22px;
    height: 28px;
  }

  .scroll-arrow svg {
    width: 10px;
    height: 10px;
  }

  .scroll-text {
    font-size: 0.7rem;
  }

  .hero-media-wrap {
    padding: 1rem 1.2rem 0.5rem 0;
  }

  .hero-photo-accent {
    width: 170px;
    right: 1.5rem;
    bottom: -1.5rem;
  }
}

/* ── RESPONSIVE: Mobile Large (576px - 767px) ── */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section,
  .page-hero {
    padding: 2rem 0 3.5rem;
  }

  .hero-copy {
    padding: 1.8rem;
    border-radius: 1.6rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
    max-width: 8ch;
    line-height: 1.15;
  }

  .hero-copy p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .hero-shell {
    padding: 1rem;
    border-radius: 1.4rem;
  }

  .hero-note {
    padding: 1rem 1.1rem;
    font-size: 0.85rem;
  }

  .stats-strip {
    margin-top: 1.2rem;
  }

  .stats-strip .stat-card {
    padding: 1.2rem;
    border-radius: 1.4rem;
  }

  .stat-card .value {
    font-size: 2rem;
  }

  .stat-card .label {
    font-size: 0.7rem;
  }

  .scroll-indicator {
    margin-top: 1.5rem;
  }

  .scroll-arrow {
    width: 20px;
    height: 26px;
    border: 1.5px solid var(--forest-soft);
  }

  .scroll-arrow svg {
    width: 9px;
    height: 9px;
  }

  .scroll-text {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
  }

  .hero-media-wrap {
    padding: 0.8rem 1rem 0.4rem 0;
  }

  .hero-photo-accent {
    width: 150px;
    right: 1rem;
    bottom: -1rem;
  }

  .eyebrow {
    font-size: 0.75rem;
  }

  .trust-chip {
    padding: 0.7rem 0.9rem;
    font-size: 0.8rem;
  }
}

/* ── RESPONSIVE: Mobile Small (< 576px) ── */
@media (max-width: 575.98px) {
  .brand-logo-image-mobile {
    width: clamp(94px, 30vw, 124px);
    max-height: 46px;
  }

  .site-footer-logo {
    width: clamp(128px, 54vw, 180px);
    max-height: 100px;
  }

  .hero-section,
  .page-hero {
    padding: 1.8rem 0 3rem;
  }

  .hero-copy {
    padding: 1.5rem;
    border-radius: 1.5rem;
    animation: fadeInLeft 0.8s ease-out 0.2s both;
  }

  .hero-copy h1 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
    max-width: 7ch;
    line-height: 1.1;
  }

  .hero-copy p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .hero-visual-col {
    order: -1;
    margin-bottom: 1.5rem;
  }

  .hero-media-wrap {
    padding: 0.6rem 0.8rem 0 0;
    animation: fadeInUp 0.8s ease-out 0.15s both;
  }

  .hero-photo-main {
    padding: 0.7rem;
    border-radius: 2.2rem;
  }

  .hero-photo-accent {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0.8rem;
    transform: none;
    border-radius: 1.8rem;
    animation: fadeInUp 0.8s ease-out 0.25s both;
  }

  .hero-photo-accent .image-frame {
    border-radius: 1.4rem;
    aspect-ratio: 3 / 4;
  }

  .hero-shell {
    padding: 0.9rem;
    border-radius: 1.3rem;
  }

  .hero-note {
    padding: 0.95rem 1rem;
    font-size: 0.8rem;
  }

  .hero-side-stack {
    gap: 0.8rem;
    animation: fadeInUp 0.8s ease-out 0.3s both;
  }

  .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.25em;
  }

  .trust-strip {
    gap: 0.5rem;
  }

  .trust-chip {
    width: 100%;
    padding: 0.65rem 0.85rem;
    font-size: 0.75rem;
    gap: 0.6rem;
    justify-content: flex-start;
  }

  .trust-dot {
    width: 0.55rem;
    height: 0.55rem;
  }

  .stats-strip {
    margin-top: 1rem;
  }

  .hero-home .home-stats {
    margin-top: 0.8rem;
  }

  .stats-strip .stat-card {
    padding: 1rem;
    border-radius: 1.2rem;
    animation: fadeInUp 0.7s ease-out both;
  }

  .stats-strip .stat-card:nth-child(1) {
    animation-delay: 0.35s;
  }

  .stats-strip .stat-card:nth-child(2) {
    animation-delay: 0.45s;
  }

  .stats-strip .stat-card:nth-child(3) {
    animation-delay: 0.55s;
  }

  .stat-card .value {
    font-size: 1.8rem;
  }

  .stat-card .label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
  }

  .scroll-indicator {
    margin-top: 1.2rem;
    animation: fadeInUp 0.9s ease 0.6s both;
  }

  .scroll-arrow {
    width: 18px;
    height: 24px;
    border: 1.5px solid var(--forest-soft);
    border-radius: 10px;
    animation: bounceArrow 2s ease-in-out infinite 0.3s;
  }

  .scroll-arrow svg {
    width: 8px;
    height: 8px;
  }

  .scroll-text {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    animation: glow 2s ease-in-out infinite 0.1s;
  }

  .page-hero .hero-panel,
  .cta-band,
  .quote-panel {
    padding: 1.8rem;
  }

  .floating-quick-actions {
    right: 1rem;
    bottom: 1rem;
    gap: 0.5rem;
  }

  .floating-whatsapp {
    padding: 0.8rem 0.95rem;
    font-size: 1.4rem;
  }

  .floating-lang {
    padding: 0.3rem;
    gap: 0.2rem;
  }

  .floating-lang-item {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.95rem;
  }

  .gallery-card {
    aspect-ratio: 4 / 5;
  }
}

/* ── RESPONSIVE: Extra Small (< 360px) ── */
@media (max-width: 359px) {
  .hero-copy h1 {
    font-size: 1.4rem;
    max-width: 5ch;
  }

  .hero-copy p {
    font-size: 0.85rem;
  }

  .hero-copy {
    padding: 1.2rem;
  }

  .stats-strip .stat-card {
    padding: 0.8rem;
  }

  .stat-card .value {
    font-size: 1.5rem;
  }

  .scroll-indicator {
    margin-top: 1rem;
  }

  .scroll-text {
    font-size: 0.55rem;
  }

  .eyebrow {
    font-size: 0.65rem;
  }
}

/* ═══════════════════════════════════════════════════════
   LUXURY REDESIGN — New Components
   ═══════════════════════════════════════════════════════ */

/* ── Full-bleed Home Hero ── */
.hero-fullbleed {
  position: relative;
  height: 100vh;
  min-height: 580px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-fullbleed-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  transition: transform 8s ease-out;
}

.hero-fullbleed:hover .hero-fullbleed-img {
  transform: scale(1.03);
}

.hero-fullbleed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.18) 40%,
    rgba(34, 48, 34, 0.72) 100%
  );
  pointer-events: none;
}

.hero-fullbleed-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
  width: 100%;
}

.hero-fullbleed-content {
  max-width: 820px;
  color: #fff;
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
}

.hero-fullbleed-title {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  max-width: 16ch;
}

.hero-fullbleed-lead {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  max-width: 52ch;
}

.btn-hero-primary {
  background: rgba(255, 255, 255, 0.95);
  color: var(--forest);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-hero-primary:hover {
  background: #fff;
  color: var(--forest);
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* ── Stats Band (after hero) ── */
.stats-band {
  padding: 2.5rem 0;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.stats-band .stat-card {
  border-radius: 1.2rem;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border: 1px solid rgba(34, 48, 34, 0.07);
  box-shadow: 0 2px 12px rgba(34, 48, 34, 0.06);
  text-align: center;
  transition: all 0.3s ease;
}

.stats-band .stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(34, 48, 34, 0.12);
}

/* ── Marquee Strip ── */
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-strip {
  overflow: hidden;
  background: var(--forest);
  padding: 1.1rem 0;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 28s linear infinite;
  width: max-content;
}

.marquee-item {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 0 1.5rem;
}

.marquee-sep {
  color: rgba(255, 255, 255, 0.35);
  padding: 0 0.25rem;
}

/* ── Editorial Image (intro section) ── */
.editorial-image {
  position: relative;
  border-radius: 1.8rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: rgba(200, 210, 184, 0.3);
  box-shadow: var(--shadow);
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.editorial-image:hover img {
  transform: scale(1.04);
}

/* ── Program Photo Grid ── */
.prog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .prog-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.prog-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #c8d2b8;
  cursor: pointer;
}

.prog-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prog-card:hover .prog-card-img {
  transform: scale(1.07);
}

.prog-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(34, 48, 34, 0.9) 0%,
    rgba(34, 48, 34, 0.3) 55%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: #fff;
  transition: background 0.4s ease;
}

.prog-card:hover .prog-card-overlay {
  background: linear-gradient(
    to top,
    rgba(34, 48, 34, 0.95) 0%,
    rgba(34, 48, 34, 0.4) 65%,
    transparent 100%
  );
}

.prog-card-pill {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  width: fit-content;
}

.prog-card-overlay h3 {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.prog-card-overlay p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  margin: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.prog-card:hover .prog-card-overlay p {
  opacity: 1;
  transform: translateY(0);
}

/* ── Full-bleed Inner Page Hero ── */
.page-hero-fullbleed {
  position: relative;
  height: 62vh;
  min-height: 380px;
  background-size: cover;
  background-position: center 40%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-hero-fullbleed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(34, 48, 34, 0.7) 100%
  );
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 4rem;
}

.page-hero-content {
  max-width: 700px;
  color: #fff;
}

.page-hero-eyebrow {
  color: rgba(255, 255, 255, 0.7) !important;
}

.page-hero-content h1 {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.15;
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}

.page-hero-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ── Updated Footer ── */
.footer-newsletter-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.footer-newsletter-band::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 5%;
  right: 5%;
  height: 68px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  filter: blur(18px);
  opacity: 0.8;
  pointer-events: none;
}

.footer-newsletter-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 52px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(26, 46, 26, 0));
  filter: blur(12px);
  pointer-events: none;
  z-index: 2;
}

.footer-eyebrow {
  color: rgba(255, 255, 255, 0.55) !important;
}

.footer-newsletter-title {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: #fff;
  line-height: 1.2;
}

.footer-newsletter-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 52ch;
}

.btn-footer-contact {
  background: rgba(255, 255, 255, 0.84);
  color: var(--forest);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 700;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.site-footer a.btn-footer-contact,
.site-footer a.btn-footer-contact:visited,
.site-footer a.btn-footer-contact:focus-visible {
  color: var(--forest);
}

.btn-footer-contact:hover {
  background: rgba(255, 255, 255, 0.94);
  color: var(--forest);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.btn-footer-wa {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.btn-footer-wa:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  transform: translateY(-2px);
}

.footer-main {
  padding: 4rem 0 2rem;
  position: relative;
}

.footer-main::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.06), rgba(26, 46, 26, 0));
  filter: blur(16px);
  pointer-events: none;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  line-height: 1.75;
}

.footer-col-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-nav-link {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.93rem;
  transition: color 0.2s ease;
}

.footer-nav-link:hover {
  color: #fff !important;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-contact-item {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}

.footer-contact-item a:hover {
  color: #fff;
}

.footer-social-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2px;
  transition: all 0.2s ease;
}

.footer-social-link:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-rights {
  color: rgba(255, 255, 255, 0.4);
}

/* ── Card italic headings ── */
.info-card h3,
.format-card h3,
.rule-card h3,
.list-card h3,
.contact-card h3 {
  font-style: normal;
  font-size: 1rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

/* ── Gallery card title italic ── */
.gallery-overlay h3 {
  font-style: italic;
}

/* ── Accordion button italic ── */
.accordion-button {
  font-style: italic;
}

/* ── Responsive overrides for new components ── */
@media (max-width: 991.98px) {
  .hero-fullbleed {
    height: 90vh;
    min-height: 500px;
    align-items: flex-end;
  }

  .hero-fullbleed-title {
    font-size: clamp(2rem, 7vw, 3.5rem);
  }

  .hero-fullbleed-inner {
    padding-bottom: 3.5rem;
  }

  .page-hero-fullbleed {
    height: 55vh;
    min-height: 320px;
  }

  .page-hero-inner {
    padding-bottom: 3rem;
  }

  .page-hero-content h1 {
    font-size: clamp(1.9rem, 6vw, 3rem);
  }

  .editorial-image {
    aspect-ratio: 4 / 3;
    margin-top: 2rem;
  }

  .prog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-fullbleed {
    height: 95vh;
    min-height: 480px;
  }

  .hero-fullbleed-title {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
    max-width: 12ch;
  }

  .hero-fullbleed-lead {
    font-size: 0.92rem;
  }

  .hero-fullbleed-inner {
    padding-bottom: 2.5rem;
  }

  .btn-hero-primary,
  .btn-hero-outline {
    width: 100%;
    text-align: center;
  }

  .stats-band {
    padding: 1.8rem 0;
  }

  .page-hero-fullbleed {
    height: 50vh;
    min-height: 280px;
  }

  .page-hero-content h1 {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
  }

  .prog-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .prog-card {
    aspect-ratio: 2 / 3;
    border-radius: 1.2rem;
  }

  .prog-card-overlay h3 {
    font-size: 1.1rem;
  }

  .editorial-image {
    aspect-ratio: 16 / 10;
    border-radius: 1.4rem;
  }

  .footer-newsletter-band {
    padding: 3rem 0;
  }

  .footer-newsletter-title {
    font-size: 1.6rem;
  }

  .btn-footer-contact,
  .btn-footer-wa {
    width: 100%;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════════════════
   REFERENCE MATCH — Split Hero, Blob, Arch Cards, Sage
   ═══════════════════════════════════════════════════════ */

/* ── Sage Button ── */
.btn-sage {
  background: var(--sage);
  color: var(--forest);
  border: 1px solid rgba(100, 160, 120, 0.2);
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-sage:hover {
  background: var(--sage-hover);
  color: var(--forest);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(80, 140, 100, 0.25);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* ── Canopy Home Hero ── */
.hero-canopy-section {
  padding: 2.5rem 1.25rem 4rem;
  background: var(--bg);
  overflow: hidden;
  position: relative;
}

/* ── Falling Leaves ── */
.hero-canopy-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
}

.leaf {
  position: absolute;
  top: -12%;
  border-radius: 50% 5% 50% 5%;
  opacity: 0;
  animation: leaf-fall linear infinite;
}

.leaf-1  { width:22px; height:30px; left:6%;   background:rgba(140,185,130,0.45); filter:blur(3px);  animation-duration:11s; animation-delay:-2s;  transform:rotate(15deg); }
.leaf-2  { width:16px; height:22px; left:18%;  background:rgba(200,210,184,0.50); filter:blur(5px);  animation-duration:14s; animation-delay:-6s;  transform:rotate(-30deg); }
.leaf-3  { width:30px; height:40px; left:32%;  background:rgba(120,165,110,0.35); filter:blur(2px);  animation-duration:9s;  animation-delay:-1s;  transform:rotate(45deg); }
.leaf-4  { width:18px; height:26px; left:47%;  background:rgba(217,226,211,0.55); filter:blur(6px);  animation-duration:13s; animation-delay:-9s;  transform:rotate(-55deg); }
.leaf-5  { width:26px; height:34px; left:61%;  background:rgba(150,190,138,0.40); filter:blur(3.5px);animation-duration:10s; animation-delay:-3s;  transform:rotate(20deg); }
.leaf-6  { width:14px; height:20px; left:74%;  background:rgba(200,210,184,0.60); filter:blur(7px);  animation-duration:16s; animation-delay:-11s; transform:rotate(-40deg); }
.leaf-7  { width:34px; height:44px; left:83%;  background:rgba(110,155,100,0.30); filter:blur(2px);  animation-duration:8s;  animation-delay:-5s;  transform:rotate(60deg); }
.leaf-8  { width:20px; height:28px; left:12%;  background:rgba(234,219,195,0.45); filter:blur(4px);  animation-duration:12s; animation-delay:-14s; transform:rotate(-20deg); }
.leaf-9  { width:12px; height:18px; left:55%;  background:rgba(155,111, 86,0.25); filter:blur(5px);  animation-duration:15s; animation-delay:-7s;  transform:rotate(75deg); }
.leaf-10 { width:28px; height:38px; left:90%;  background:rgba(140,185,130,0.38); filter:blur(3px);  animation-duration:10s; animation-delay:-4s;  transform:rotate(-65deg); }

@keyframes leaf-fall {
  0%   { transform: translateY(0)    translateX(0)    rotate(0deg)   scale(0.8); opacity: 0; }
  8%   { opacity: 1; }
  50%  { transform: translateY(55vh) translateX(60px) rotate(180deg) scale(1);   opacity: 0.85; }
  92%  { opacity: 0.6; }
  100% { transform: translateY(115vh) translateX(-30px) rotate(300deg) scale(0.7); opacity: 0; }
}

.hero-canopy-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 4rem;
  align-items: center;
}

/* ── Media column (left, 60%) ── */
.hero-canopy-media {
  position: relative;
  min-height: 600px;
}

.hero-canopy-media::before {
  content: '';
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  background: radial-gradient(circle at 40% 50%, var(--leaf) 0%, var(--mist) 50%, transparent 72%);
  top: 4%;
  left: 8%;
  z-index: 0;
  opacity: 0.55;
  border-radius: 50%;
  animation: hero-blob-bg 16s ease-in-out infinite 1s;
}

.hero-canopy-main {
  position: absolute;
  inset: 0 1.5rem 0 0;
  border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(34, 48, 34, 0.22);
  z-index: 1;
  margin: 0;
  animation: hero-morph 14s ease-in-out infinite;
}

.hero-canopy-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center 35%;
}

.hero-canopy-accent {
  position: absolute;
  width: min(33%, 195px);
  right: -0.2rem;
  bottom: -1rem;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 55% 45% 62% 38% / 45% 58% 42% 55%;
  border: 9px solid rgba(250, 247, 242, 0.97);
  box-shadow: 0 16px 48px rgba(34, 48, 34, 0.22);
  z-index: 2;
  transform: rotate(6deg);
  transform-origin: bottom right;
  margin: 0;
  animation: hero-morph-secondary 10s ease-in-out infinite 3s;
}

.hero-canopy-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center 24%;
}

.hero-canopy-badge {
  position: absolute;
  top: 1.8rem;
  left: 1.6rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0.36rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 48, 34, 0.07);
  box-shadow: 0 4px 20px rgba(34, 48, 34, 0.11);
}

/* ── Copy column (right, 40%) ── */
.hero-canopy-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-canopy-title {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.08;
  color: var(--forest);
  text-wrap: balance;
}

.hero-canopy-lead {
  max-width: 40ch;
  color: rgba(34, 48, 34, 0.74);
  font-size: 1rem;
  line-height: 1.82;
}

.hero-canopy-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.hero-canopy-stat {
  padding: 0 0.8rem 0 0;
}

.hero-canopy-stat + .hero-canopy-stat {
  padding-left: 0.8rem;
  border-left: 1px solid var(--line);
}

.hero-canopy-stat-value {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: 1.85rem;
  color: var(--forest);
  line-height: 1;
}

.hero-canopy-stat-label {
  margin-top: 0.42rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 48, 34, 0.52);
}

/* ── Keyframes (shared with other organic sections) ── */
@keyframes hero-morph {
  0%, 100% { border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%; }
  33%       { border-radius: 56% 44% 42% 58% / 54% 36% 64% 46%; }
  66%       { border-radius: 44% 56% 60% 40% / 62% 52% 48% 38%; }
}

@keyframes hero-morph-secondary {
  0%, 100% { border-radius: 55% 45% 62% 38% / 45% 58% 42% 55%; }
  50%       { border-radius: 42% 58% 48% 52% / 56% 44% 56% 44%; }
}

@keyframes hero-blob-bg {
  0%, 100% { border-radius: 50%; transform: scale(1); }
  50%       { border-radius: 58% 42% 54% 46% / 46% 60% 40% 54%; transform: scale(1.04); }
}

.btn-hero-primary {
  background: #ffffff;
  color: var(--forest);
  border: 1px solid rgba(255, 255, 255, 0.82);
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(15, 30, 24, 0.18);
}

.btn-hero-primary:hover {
  background: #f6f3ee;
  color: var(--forest);
  transform: translateY(-2px);
}

.btn-hero-secondary {
  background: transparent;
  color: #ffffff;
  border: 1.4px solid rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-hero-secondary-dark {
  background: rgba(255, 255, 255, 0.22);
  color: var(--forest);
  border: 1.4px solid rgba(34, 48, 34, 0.18);
  font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-hero-secondary-dark:hover {
  background: rgba(255, 255, 255, 0.4);
  color: var(--forest);
  transform: translateY(-2px);
}

.hero-cloud-shell {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  border-radius: 2.6rem;
  box-shadow: 0 28px 80px rgba(34, 48, 34, 0.12);
}

.hero-cloud-bg,
.hero-cloud-overlay {
  position: absolute;
  inset: 0;
}

.hero-cloud-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  display: block;
  transform: scale(1.03);
}

.hero-cloud-overlay {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.18), rgba(255, 250, 243, 0.24)),
    radial-gradient(circle at 20% 25%, rgba(173, 196, 228, 0.28), transparent 30%),
    radial-gradient(circle at 74% 18%, rgba(242, 203, 223, 0.26), transparent 30%),
    radial-gradient(circle at 50% 55%, rgba(246, 239, 212, 0.24), transparent 26%),
    linear-gradient(90deg, rgba(26, 36, 33, 0.14), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.hero-cloud-center {
  position: relative;
  z-index: 2;
  min-height: 860px;
  display: grid;
  place-items: center;
  padding: 4rem 1.5rem 6rem;
}

.hero-cloud-card {
  width: min(620px, 100%);
  padding: 4rem 3.1rem 3rem;
  text-align: center;
  background: rgba(255, 250, 243, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 28px 70px rgba(34, 48, 34, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 42% 38% 40% 36% / 24% 24% 28% 28%;
}

.hero-cloud-eyebrow {
  color: rgba(34, 48, 34, 0.62) !important;
}

.hero-cloud-title {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: clamp(3.1rem, 5.6vw, 5.4rem);
  line-height: 0.97;
  color: #121714;
  text-wrap: balance;
}

.hero-cloud-title em,
.hero-cloud-title i {
  color: #145f5a;
  font-style: italic;
}

.hero-cloud-lead {
  max-width: 31ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.06rem;
  line-height: 1.78;
  color: rgba(34, 48, 34, 0.76);
}

.hero-cloud-caption {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 2;
  max-width: min(84vw, 920px);
  text-align: center;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 4px 18px rgba(28, 40, 33, 0.22);
}

.hero-scroll-btn-cloud {
  position: absolute;
  left: 50%;
  bottom: 4.4rem;
  transform: translateX(-50%);
  z-index: 3;
  background: rgba(255, 250, 243, 0.24);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-scroll-btn-cloud:hover {
  background: rgba(255, 250, 243, 0.36);
}

.hero-zen-shell {
  position: relative;
  overflow: hidden;
  border-radius: 2.7rem;
  min-height: 780px;
  padding: 4.6rem 4rem 6.4rem;
  box-shadow: 0 24px 70px rgba(34, 48, 34, 0.1);
}

.hero-zen-bg,
.hero-zen-overlay {
  position: absolute;
  inset: 0;
}

.hero-zen-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
  transform: scale(1.03);
}

.hero-zen-overlay {
  background:
    linear-gradient(90deg, rgba(22, 34, 30, 0.68) 0%, rgba(34, 54, 48, 0.42) 38%, rgba(50, 78, 71, 0.14) 68%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 247, 235, 0.03), rgba(255, 247, 235, 0.08));
}

.hero-zen-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.78fr);
  align-items: center;
  gap: 1.4rem;
}

.hero-zen-copy {
  max-width: 560px;
  padding-top: 0.8rem;
}

.hero-zen-eyebrow {
  color: rgba(225, 239, 229, 0.9) !important;
}

.hero-zen-title {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: clamp(3.2rem, 5.4vw, 5.4rem);
  line-height: 0.98;
  color: #ffffff;
  max-width: 10ch;
  text-wrap: balance;
}

.hero-zen-title em,
.hero-zen-title i {
  color: #9cf0d8;
  font-style: italic;
}

.hero-zen-lead {
  max-width: 34ch;
  font-size: 1.05rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.82);
}

.hero-zen-caption {
  max-width: 42ch;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.hero-zen-visual {
  position: relative;
  min-height: 560px;
}

.hero-zen-portrait {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 600px);
  aspect-ratio: 0.9 / 1.14;
  margin: 0;
  overflow: hidden;
  border-radius: 1.8rem 1.8rem 38% 38%;
  background: rgba(255, 255, 255, 0.9);
  border: 8px solid rgba(255, 250, 243, 0.88);
  box-shadow: 0 24px 60px rgba(28, 40, 33, 0.22);
}

.hero-zen-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.hero-zen-stats {
  position: absolute;
  left: 4rem;
  right: 4rem;
  bottom: 1.4rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-zen-stat {
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 250, 243, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 26px rgba(28, 40, 33, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-zen-stat-value {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--forest);
}

.hero-zen-stat-label {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 48, 34, 0.62);
}

.hero-scroll-btn-zen {
  position: absolute;
  left: 50%;
  bottom: 1.15rem;
  transform: translateX(-50%);
  z-index: 3;
  background: rgba(255, 250, 243, 0.26);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-scroll-btn-zen:hover {
  background: rgba(255, 250, 243, 0.36);
}

.hero-orbit-shell {
  position: relative;
  padding: 1.35rem;
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at top left, rgba(197, 216, 200, 0.22), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(237, 214, 208, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(250, 246, 238, 0.98), rgba(240, 246, 238, 0.96));
  border: 1px solid rgba(34, 48, 34, 0.06);
  box-shadow: 0 30px 90px rgba(34, 48, 34, 0.1);
  overflow: hidden;
}

.hero-orbit-visual {
  position: relative;
  min-height: 540px;
  margin-bottom: -4.6rem;
}

.hero-orbit-main,
.hero-orbit-secondary {
  margin: 0;
}

.hero-orbit-main {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 2.35rem;
  box-shadow: 0 24px 70px rgba(34, 48, 34, 0.16);
}

.hero-orbit-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 34, 25, 0.08), rgba(15, 34, 25, 0.3)),
    linear-gradient(0deg, rgba(255, 250, 243, 0.18), rgba(255, 250, 243, 0));
  pointer-events: none;
}

.hero-orbit-main img,
.hero-orbit-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-orbit-main img {
  object-position: center 40%;
}

.hero-orbit-secondary {
  position: absolute;
  right: 2.2rem;
  bottom: 2.4rem;
  width: min(24vw, 240px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2rem;
  border: 10px solid rgba(255, 250, 243, 0.96);
  box-shadow: 0 22px 60px rgba(34, 48, 34, 0.16);
}

.hero-orbit-secondary img {
  object-position: center 28%;
}

.hero-orbit-note {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: min(30vw, 330px);
  padding: 1.25rem 1.3rem;
  border-radius: 1.7rem;
  background: rgba(255, 250, 243, 0.86);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: 0 16px 44px rgba(34, 48, 34, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-orbit-note p {
  color: rgba(34, 48, 34, 0.8);
  line-height: 1.6;
}

.hero-orbit-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 1.4rem;
  align-items: end;
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem;
  border-radius: 2.3rem;
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: 0 22px 60px rgba(34, 48, 34, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-orbit-copy,
.hero-orbit-side {
  min-width: 0;
}

.hero-orbit-eyebrow {
  color: var(--forest-soft) !important;
}

.hero-orbit-title {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: clamp(3rem, 4.4vw, 4.85rem);
  line-height: 0.97;
  color: var(--forest);
  max-width: 11ch;
}

.hero-orbit-lead {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(34, 48, 34, 0.82);
  max-width: 50ch;
}

.hero-orbit-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.hero-orbit-highlight {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  border-radius: 1.1rem;
  background: rgba(200, 210, 184, 0.14);
  border: 1px solid rgba(34, 48, 34, 0.08);
  color: rgba(34, 48, 34, 0.8);
  font-size: 0.9rem;
  line-height: 1.4;
}

.hero-orbit-highlight::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--forest), var(--sage));
}

.hero-orbit-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-orbit-stat {
  padding: 1.05rem 1.2rem;
  border-radius: 1.45rem;
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: 0 14px 36px rgba(34, 48, 34, 0.08);
}

.hero-orbit-stat-value {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--forest);
}

.hero-orbit-stat-label {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 48, 34, 0.6);
}

.hero-editorial-shell {
  position: relative;
  padding: 2rem;
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at top left, rgba(200, 210, 184, 0.26), transparent 26%),
    radial-gradient(circle at 85% 20%, rgba(239, 217, 213, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(240, 246, 238, 0.88));
  border: 1px solid rgba(34, 48, 34, 0.06);
  box-shadow: 0 30px 90px rgba(34, 48, 34, 0.1);
  overflow: hidden;
}

.hero-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 2.2rem;
}

.hero-editorial-copy {
  position: relative;
  z-index: 2;
  padding: 2.4rem;
  border-radius: 2.2rem;
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid rgba(34, 48, 34, 0.06);
  box-shadow: 0 18px 50px rgba(34, 48, 34, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-editorial-eyebrow {
  color: var(--forest-soft) !important;
}

.hero-editorial-title {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.98;
  color: var(--forest);
  max-width: 11ch;
}

.hero-editorial-lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(34, 48, 34, 0.82);
  max-width: 44ch;
}

.hero-editorial-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-editorial-highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  background: rgba(200, 210, 184, 0.18);
  border: 1px solid rgba(34, 48, 34, 0.08);
  color: rgba(34, 48, 34, 0.8);
  font-size: 0.82rem;
  line-height: 1.2;
}

.hero-editorial-visual {
  position: relative;
  min-height: 620px;
}

.hero-editorial-main,
.hero-editorial-secondary {
  margin: 0;
}

.hero-editorial-main {
  position: absolute;
  inset: 0 0 5.2rem 0;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(34, 48, 34, 0.14);
}

.hero-editorial-main img,
.hero-editorial-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-editorial-main img {
  object-position: center 42%;
}

.hero-editorial-secondary {
  position: absolute;
  left: -1.2rem;
  bottom: 1.2rem;
  width: min(42%, 230px);
  aspect-ratio: 4 / 5;
  border-radius: 2rem;
  overflow: hidden;
  border: 10px solid rgba(255, 250, 243, 0.92);
  box-shadow: 0 20px 55px rgba(34, 48, 34, 0.16);
}

.hero-editorial-secondary img {
  object-position: center 26%;
}

.hero-editorial-note {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: min(48%, 300px);
  padding: 1.2rem 1.25rem;
  border-radius: 1.6rem;
  background: rgba(255, 250, 243, 0.9);
  border: 1px solid rgba(34, 48, 34, 0.06);
  box-shadow: 0 16px 44px rgba(34, 48, 34, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-editorial-note p {
  color: rgba(34, 48, 34, 0.8);
  line-height: 1.6;
}

.hero-editorial-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.hero-editorial-stat {
  padding: 1.1rem 1.2rem;
  border-radius: 1.5rem;
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid rgba(34, 48, 34, 0.08);
  box-shadow: 0 14px 36px rgba(34, 48, 34, 0.08);
}

.hero-editorial-stat-value {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: 2.15rem;
  line-height: 1;
  color: var(--forest);
}

.hero-editorial-stat-label {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 48, 34, 0.6);
}

.hero-split-wrap {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 92vh;
  border-radius: 2.6rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 28px 80px rgba(34, 48, 34, 0.12);
}

.hero-split-left {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 620px;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.hero-split-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  transition: transform 9s ease-out;
}

.hero-split-section:hover .hero-split-bg-img {
  transform: scale(1.04);
}

.hero-split-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(6, 24, 22, 0.72) 0%,
    rgba(6, 24, 22, 0.42) 34%,
    rgba(6, 24, 22, 0.16) 60%,
    rgba(6, 24, 22, 0.08) 100%
  );
  pointer-events: none;
}

.hero-split-content {
  position: absolute;
  top: 50%;
  left: clamp(2rem, 4vw, 4.5rem);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  width: min(100%, 560px);
  max-width: 43%;
  background: linear-gradient(180deg, rgba(8, 34, 43, 0.78), rgba(8, 34, 43, 0.56));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 2.8rem 2.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.hero-split-eyebrow {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.78rem;
}

.hero-split-title {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.15;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  max-width: 20ch;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.hero-split-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.68;
  max-width: 35ch;
  margin-top: 1rem;
}

.hero-split-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-split-highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  line-height: 1.2;
}

.hero-split-accent {
  position: absolute;
  right: clamp(2rem, 5vw, 4.5rem);
  top: 50%;
  transform: translateY(-46%);
  z-index: 2;
  width: min(100%, 320px);
  display: grid;
  gap: 1rem;
}

.hero-split-right {
  display: none;
}

.hero-split-portrait-wrap {
  width: 100%;
  height: 100%;
  border-radius: 2.2rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 10px solid rgba(255, 250, 243, 0.92);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.hero-split-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.hero-split-note {
  padding: 1.2rem 1.25rem;
  border-radius: 1.6rem;
  background: rgba(255, 250, 243, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--forest);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hero-split-note p {
  color: rgba(34, 48, 34, 0.82);
  line-height: 1.6;
}

.hero-split-stats {
  position: absolute;
  left: clamp(2rem, 4vw, 4.5rem);
  right: clamp(2rem, 4vw, 4.5rem);
  bottom: 1.6rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-split-stat {
  padding: 1rem 1.1rem;
  border-radius: 1.4rem;
  background: rgba(255, 250, 243, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.hero-split-stat-value {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: 2rem;
  color: var(--forest);
  line-height: 1;
}

.hero-split-stat-label {
  margin-top: 0.45rem;
  color: rgba(34, 48, 34, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ── Blob Intro Section ── */
.blob-section {
  padding: 5rem 0;
}

.blob-img-outer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blob-img-wrap {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 3.5 / 5;
}

.blob-img-wrap::before {
  content: "";
  position: absolute;
  inset: -4% -2%;
  border-radius: 66% 34% 56% 44% / 44% 58% 42% 56%;
  background: rgba(200, 210, 184, 0.28);
}

.blob-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 62% 38% 52% 48% / 42% 56% 44% 58%;
  display: block;
}

/* ── Feature Grid Section (cards + tall portrait) ── */
.feature-grid-portrait-wrap {
  position: relative;
  border-radius: 2.2rem;
  overflow: hidden;
  height: 100%;
  min-height: 620px;
}

.feature-grid-portrait-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Home Feature: weird-shape image collage ── */
.feature-weird-gallery {
  position: relative;
  height: 100%;
  min-height: 700px;
  padding: 0.8rem 0.8rem 0.8rem 1rem;
}

.home-feature-media-col {
  display: flex;
}

.home-feature-media-col .feature-weird-gallery {
  flex: 1;
}

@media (min-width: 992px) {
  .home-feature-media-col .feature-weird-gallery {
    min-height: 100%;
  }
}

.weird-photo {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(34, 48, 34, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: var(--mist);
}

.weird-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.weird-photo:hover img {
  transform: scale(1.06);
}

.weird-photo-main {
  left: 0;
  top: 0;
  width: 72%;
  height: 82%;
  border-radius: 39% 61% 30% 70% / 62% 34% 66% 38%;
  z-index: 2;
}

.weird-photo-top {
  right: 0;
  top: 2%;
  width: 44%;
  height: 39%;
  border-radius: 63% 37% 56% 44% / 41% 61% 39% 59%;
  z-index: 3;
}

.weird-photo-bottom {
  right: 3%;
  bottom: 1%;
  width: 46%;
  height: 41%;
  border-radius: 32% 68% 58% 42% / 54% 46% 54% 46%;
  z-index: 3;
}

/* ── Arched Image Cards ── */
.arch-cards-section {
  padding: 5rem 0;
  background: var(--bg);
}

.arch-section-heading {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--forest);
  text-align: center;
  font-style: normal;
}

.arch-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.arch-card {
  display: flex;
  flex-direction: column;
}

.arch-card-img-wrap {
  border-radius: 240px 240px 1.8rem 1.8rem;
  overflow: hidden;
  aspect-ratio: 2.8 / 4.5;
  background: var(--mist);
}

.arch-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.arch-card:hover .arch-card-img-wrap img {
  transform: scale(1.05);
}

.arch-card-body {
  padding: 1.1rem 0.25rem 0;
}

.arch-card-title {
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 0.45rem;
}

.arch-card-desc {
  font-size: 0.85rem;
  color: rgba(34, 48, 34, 0.6);
  line-height: 1.6;
}

.testimonial-section {
  padding: 0 0 3.5rem;
  background: var(--bg);
}

.testimonial-head {
  max-width: 760px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.testimonial-head .section-heading {
  margin-bottom: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.testimonial-quote-card,
.testimonial-media-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 1.85rem;
  border: 1px solid rgba(34, 48, 34, 0.07);
  box-shadow: 0 18px 45px rgba(34, 48, 34, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.testimonial-quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.45rem 1.4rem 1.35rem;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 249, 244, 0.96));
}

.testimonial-quote-card::before {
  content: "";
  position: absolute;
  inset: auto -16% -38% auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 138, 113, 0.12), transparent 68%);
  transition: transform 0.45s ease;
}

.testimonial-quote-card:hover,
.testimonial-media-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(34, 48, 34, 0.12);
  border-color: rgba(34, 48, 34, 0.12);
}

.testimonial-quote-card:hover::before {
  transform: scale(1.12);
}

.testimonial-stars {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  color: #c7d9c6;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.testimonial-quote-text {
  position: relative;
  z-index: 1;
  margin: 1.2rem 0 1.9rem;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(34, 48, 34, 0.8);
}

.testimonial-person {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.testimonial-avatar {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #edf3ea, #d9e6d6);
  color: var(--forest);
  font-weight: 700;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.testimonial-avatar-image {
  overflow: hidden;
  padding: 0;
  background: #eef2ea;
}

.testimonial-avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-person-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.testimonial-person-copy strong {
  font-size: 0.92rem;
  color: var(--forest);
}

.testimonial-person-copy span {
  font-size: 0.8rem;
  color: rgba(34, 48, 34, 0.56);
}

.testimonial-media-card {
  grid-row: span 2;
  min-height: 690px;
  background: rgba(34, 48, 34, 0.08);
}

.testimonial-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.testimonial-media-card:hover img {
  transform: scale(1.05);
}

.testimonial-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.45rem;
  background: linear-gradient(180deg, rgba(18, 33, 23, 0.05), rgba(18, 33, 23, 0.72));
  color: #fff;
}

.testimonial-media-label {
  align-self: flex-start;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.testimonial-media-overlay h3 {
  max-width: 12ch;
  margin: 0 0 1rem;
  font-family: "Lora", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.testimonial-play {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  align-self: flex-start;
  padding: 0.8rem 1rem 0.8rem 0.85rem;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.testimonial-play:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.testimonial-play-icon {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--forest);
  font-size: 0.9rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  animation: testimonialPulse 2.8s ease-in-out infinite;
}

.testimonial-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@keyframes testimonialPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  }
}

/* ── Clean Page Hero (inner pages) ── */
.page-hero-spacer {
  padding: 3.5rem 0 0;
  background: var(--bg);
}

.page-hero-clean {
  padding: 5rem 0 4.5rem;
  background: var(--bg);
}

.page-hero-clean-inner {
  max-width: 720px;
}

.page-hero-clean h1 {
  font-family: "Lora", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.15;
  color: var(--forest);
  font-style: normal;
  font-weight: 700;
}

.page-hero-clean .section-lead {
  max-width: 56ch;
  font-size: 1.05rem;
}

/* ── Inner page blob section ── */
.inner-blob-section {
  padding: 5rem 0;
}

/* ═══════════════════════════════════════════════════════
   PROGRAMME PAGE — Phase Cards, Schedule, Tips
   ═══════════════════════════════════════════════════════ */

/* Numbered phase summary cards */
.prog-phase-card {
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1.5rem;
  padding: 2.2rem 2rem;
  box-shadow: 0 2px 14px rgba(34, 48, 34, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prog-phase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(34, 48, 34, 0.1);
}
.prog-phase-num {
  font-family: "Lora", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(44, 107, 88, 0.18);
  line-height: 1;
  margin-bottom: 1rem;
}
.prog-phase-title {
  font-family: "Lora", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 0.6rem;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.prog-phase-desc {
  font-size: 0.9rem;
  color: rgba(26, 46, 26, 0.65);
  line-height: 1.65;
  margin: 0;
}

/* Schedule section */
.prog-schedule-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
}

/* Phase legend badges */
.prog-legend {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.prog-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3em 1em;
  border-radius: 50rem;
}
.prog-badge-plant     { background: rgba(200, 210, 184, 0.5);  color: #2d5a2d; }
.prog-badge-ceremony  { background: rgba(26, 46, 26, 0.88);    color: #fff; }
.prog-badge-integration { background: rgba(234, 219, 195, 0.7); color: #6b4d2a; }
.prog-badge-fermeture { background: rgba(44, 107, 88, 0.2);   color: var(--teal); }

/* Interactive legend badges */
.prog-legend .filter-badge {
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 0.65;
}
.prog-legend .filter-badge:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.prog-legend .filter-badge.active {
  opacity: 1;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(34, 48, 34, 0.15);
}

/* Renamed classes to match data-phase values */
.prog-badge-plants { background: rgba(200, 210, 184, 0.5);  color: #2d5a2d; }
.prog-badge-plant     { background: rgba(200, 210, 184, 0.5);  color: #2d5a2d; }

/* Filter hint */
.filter-hint {
  color: var(--forest-soft);
  font-size: 0.75rem;
  opacity: 0.8;
}

/* Hidden program rows */
.prog-schedule-row.hidden {
  display: none;
}

/* Schedule rows */
.prog-schedule {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 860px;
  margin: 0 auto;
}
.prog-schedule-row {
  display: grid;
  grid-template-columns: 100px 70px 130px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
  border-radius: 1rem;
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.prog-schedule-row:hover {
  transform: translateX(6px);
  box-shadow: 0 4px 18px rgba(34, 48, 34, 0.08);
}
.prog-row-plant     { border-left: 3px solid rgba(130, 170, 100, 0.6); }
.prog-row-plants    { border-left: 3px solid rgba(130, 170, 100, 0.6); }
.prog-row-ceremony  { border-left: 3px solid var(--forest); }
.prog-row-integration { border-left: 3px solid var(--sand); }
.prog-row-fermeture { border-left: 3px solid var(--teal); }

.prog-row-day {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--forest);
}
.prog-row-time {
  font-size: 0.85rem;
  color: var(--clay);
  font-weight: 700;
}
.prog-row-activity {
  font-size: 0.92rem;
  color: rgba(26, 46, 26, 0.8);
  line-height: 1.5;
}

/* Practical tips */
.prog-tips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.prog-tip {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1rem;
  padding: 1.2rem 1.5rem;
}
.prog-tip-num {
  font-family: "Lora", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(44, 107, 88, 0.3);
  min-width: 2.5rem;
  line-height: 1.2;
}
.prog-tip-text {
  font-size: 0.92rem;
  color: rgba(26, 46, 26, 0.75);
  line-height: 1.65;
  padding-top: 0.15rem;
}

/* Responsive */
@media (max-width: 767.98px) {
  .prog-schedule-row {
    grid-template-columns: 80px 60px 1fr;
    grid-template-rows: auto auto;
  }
  .prog-row-badge {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .prog-schedule-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.4rem 0.8rem;
  }
  .prog-row-activity {
    grid-column: 1 / -1;
    font-size: 0.85rem;
  }
}

/* ═══════════════════════════════════════════════════════
   INNER PAGES — About Values, Immersions, Diet, Rules, FAQ, Contact
   ═══════════════════════════════════════════════════════ */

/* ── About: inline value cards ── */
.inner-value-card {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1.2rem;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 2px 12px rgba(34, 48, 34, 0.05);
  transition: transform 0.3s ease;
}
.inner-value-card:hover { transform: translateY(-3px); }
.inner-value-num {
  font-family: "Lora", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(44, 107, 88, 0.22);
  line-height: 1;
  min-width: 2.5rem;
}
.inner-value-title {
  font-family: "Lora", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 0.35rem;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.inner-value-desc {
  font-size: 0.88rem;
  color: rgba(26, 46, 26, 0.65);
  line-height: 1.6;
  margin: 0;
}

/* ── Immersions: numbered highlight cards ── */
.inner-highlight-card {
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1.5rem;
  padding: 2rem 1.8rem;
  box-shadow: 0 2px 14px rgba(34, 48, 34, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.inner-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(34, 48, 34, 0.1);
}
.inner-highlight-num {
  font-family: "Lora", Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(44, 107, 88, 0.18);
  line-height: 1;
  margin-bottom: 0.9rem;
}
.inner-highlight-title {
  font-family: "Lora", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 0.5rem;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.inner-highlight-desc {
  font-size: 0.9rem;
  color: rgba(26, 46, 26, 0.65);
  line-height: 1.65;
  margin: 0;
}

/* ── Immersions: format feature cards (full bg image) ── */
.formats-section {
  padding: 5rem 0;
  background: var(--bg);
}
.format-feature-card {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.format-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.72) 100%);
}
.format-feature-body {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  color: #fff;
}
.format-feature-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3em 1em;
  border-radius: 50rem;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  margin-bottom: 1rem;
}
.format-feature-title {
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  font-style: normal;
}
.format-feature-desc {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  max-width: 44ch;
  margin-bottom: 0;
}

/* ── Immersions: checklist cards ── */
.inner-checklist-card {
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1.5rem;
  padding: 2.2rem 2rem;
  box-shadow: 0 2px 14px rgba(34, 48, 34, 0.05);
  height: 100%;
}
.inner-checklist-title {
  font-family: "Lora", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 1.4rem;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.inner-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.inner-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 0.92rem;
  color: rgba(26, 46, 26, 0.78);
  line-height: 1.55;
}
.inner-checklist li::before {
  content: "✓";
  color: var(--teal);
  font-weight: 700;
  font-size: 0.85rem;
  min-width: 1.2rem;
  margin-top: 0.1rem;
}

/* ── Diet: immersive photo mosaic ── */
.diet-immersive-section {
  padding: 0 0 4rem;
  background: var(--bg);
}
.diet-photo-row {
  border-radius: 2rem;
  overflow: hidden;
  min-height: 500px;
}
.diet-photo-main {
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}
.diet-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.diet-photo-main:hover img { transform: scale(1.03); }
.diet-photo-side {
  flex: 1;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
.diet-photo-side + .diet-photo-side {
  border-top: 4px solid var(--bg);
}
.diet-photo-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.diet-photo-side:hover img { transform: scale(1.04); }

/* ── Diet: post-diet strip ── */
.inner-post-diet {
  background: var(--forest);
  border-radius: 1.5rem;
  padding: 2.2rem 2.5rem;
  color: #fff;
}
.inner-post-diet-label {
  font-family: "Lora", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  margin-bottom: 1.4rem;
}
.inner-post-diet-items {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.inner-post-diet-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
}
.inner-post-diet-num {
  font-family: "Lora", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgba(200,210,184,0.45);
  min-width: 2.5rem;
  line-height: 1.2;
}

/* ── Rules: rule feature cards ── */
.rule-feature-card {
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1.5rem;
  padding: 2rem 1.8rem;
  box-shadow: 0 2px 14px rgba(34, 48, 34, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rule-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(34, 48, 34, 0.1);
}
.rule-feature-num {
  font-family: "Lora", Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(44, 107, 88, 0.18);
  line-height: 1;
  margin-bottom: 0.9rem;
}
.rule-feature-title {
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 1rem;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.rule-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.rule-feature-list li {
  font-size: 0.88rem;
  color: rgba(26, 46, 26, 0.72);
  line-height: 1.55;
  padding-left: 1.2rem;
  position: relative;
}
.rule-feature-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}

/* ── FAQ: custom accordion ── */
.faq-list {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 243, 0.86) 100%);
  border: 1.2px solid rgba(30, 93, 69, 0.12);
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26, 46, 26, 0.08);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.faq-item:hover {
  border-color: rgba(30, 93, 69, 0.22);
  box-shadow: 0 14px 40px rgba(26, 46, 26, 0.12);
  transform: translateY(-2px);
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 1.6rem 2rem;
  text-align: left;
  font-family: "Lora", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--forest);
  transition: color 0.2s ease;
}
.faq-q:hover {
  color: #1c6b55;
}
.faq-q span:first-child {
  flex-grow: 1;
  line-height: 1.4;
}
.faq-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(30, 93, 69, 0.1) 0%, rgba(30, 93, 69, 0.05) 100%);
  border: 1.5px solid rgba(30, 93, 69, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #1c6b55;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease;
}
.faq-icon::before { width: 14px; height: 2px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-icon::after  { width: 2px; height: 14px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-q[aria-expanded="true"] .faq-icon::after { opacity: 0; transform: translate(-50%, -50%) rotate(90deg) scale(0.8); }
.faq-a-inner {
  padding: 0 2rem 1.8rem;
  font-size: 0.96rem;
  color: rgba(26, 46, 26, 0.78);
  line-height: 1.8;
  letter-spacing: 0.3px;
}

/* ── Contact: redesigned form card + info cards ── */
.contact-form-card {
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(34, 48, 34, 0.07);
}
.contact-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--forest);
  margin-bottom: 0.5rem;
  display: block;
}
.contact-input {
  border: 1.5px solid rgba(34, 48, 34, 0.14) !important;
  border-radius: 0.85rem !important;
  background: var(--bg-soft) !important;
  color: var(--forest) !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.93rem !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}
.contact-input:focus {
  border-color: var(--teal) !important;
  box-shadow: 0 0 0 3px rgba(44, 107, 88, 0.12) !important;
  outline: none !important;
  background: #fff !important;
}
.contact-info-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-info-card {
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1.5rem;
  padding: 1.8rem 2rem;
  box-shadow: 0 2px 14px rgba(34, 48, 34, 0.05);
}
.contact-info-title {
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 1rem;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.contact-info-row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(26, 46, 26, 0.75);
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
.contact-info-row:last-child { margin-bottom: 0; }
.contact-info-icon {
  font-size: 1rem;
  min-width: 1.4rem;
  text-align: center;
}
.contact-info-desc {
  font-size: 0.9rem;
  color: rgba(26, 46, 26, 0.65);
  line-height: 1.65;
  margin: 0;
}

.contact-map-card {
  background: var(--card-white);
  border: 1px solid rgba(34, 48, 34, 0.07);
  border-radius: 1.5rem;
  padding: 1.1rem;
  box-shadow: 0 2px 14px rgba(34, 48, 34, 0.05);
}

.contact-map-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem;
  min-height: 300px;
  background: rgba(34, 48, 34, 0.05);
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
  display: block;
}

.contact-map-caption {
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  color: rgba(26, 46, 26, 0.68);
  line-height: 1.55;
}

/* ── Hero split responsive ── */
@media (max-width: 1199.98px) {
  .hero-split-title {
    font-size: clamp(2rem, 5vw, 3.8rem);
  }
}

@media (max-width: 991.98px) {
  .hero-cloud-shell {
    min-height: 700px;
    border-radius: 2rem;
  }

  .hero-cloud-center {
    min-height: 700px;
    padding: 2rem 1rem 5.2rem;
  }

  .hero-cloud-card {
    width: min(560px, 100%);
    padding: 3rem 2.1rem 2.4rem;
  }

  .hero-cloud-title {
    font-size: clamp(2.6rem, 8vw, 4.1rem);
  }

  .hero-cloud-caption {
    bottom: 1.5rem;
    max-width: 88vw;
  }

  .hero-scroll-btn-cloud {
    bottom: 3.6rem;
  }

  .hero-zen-shell {
    min-height: auto;
    padding: 1rem 1rem 1.1rem;
    border-radius: 2rem;
  }

  .hero-zen-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .hero-zen-copy {
    max-width: none;
    padding: 1.3rem 0.5rem 0;
  }

  .hero-zen-title {
    font-size: clamp(2.6rem, 8vw, 4rem);
    max-width: none;
  }

  .hero-zen-lead {
    max-width: 42ch;
  }

  .hero-zen-visual {
    min-height: 430px;
  }

  .hero-zen-portrait {
    position: relative;
    top: auto;
    width: min(100%, 480px);
    margin: 0 auto;
  }

  .hero-zen-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
    grid-template-columns: 1fr;
  }

  .hero-scroll-btn-zen {
    display: none;
  }

  .hero-orbit-shell {
    padding: 1rem;
    border-radius: 2rem;
  }

  .hero-orbit-visual {
    min-height: 440px;
    margin-bottom: -2.6rem;
  }

  .hero-orbit-main {
    min-height: 420px;
    border-radius: 2rem;
  }

  .hero-orbit-secondary {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 170px;
    border-width: 8px;
  }

  .hero-orbit-note {
    left: 1rem;
    bottom: 1rem;
    width: min(48vw, 260px);
  }

  .hero-orbit-panel {
    grid-template-columns: 1fr;
    width: calc(100% - 1rem);
    padding: 1.5rem;
    gap: 1rem;
  }

  .hero-orbit-title {
    max-width: none;
    font-size: clamp(2.5rem, 7vw, 4rem);
  }

  .hero-orbit-stats {
    grid-template-columns: 1fr;
  }

  .hero-editorial-shell {
    padding: 1.2rem;
    border-radius: 2rem;
  }

  .hero-editorial-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .hero-editorial-copy {
    padding: 1.8rem;
  }

  .hero-editorial-title {
    font-size: clamp(2.4rem, 7vw, 4rem);
    max-width: none;
  }

  .hero-editorial-visual {
    min-height: 500px;
  }

  .hero-editorial-secondary {
    left: 1rem;
    bottom: 1rem;
    width: 180px;
  }

  .hero-editorial-note {
    right: 1rem;
    width: min(52%, 280px);
  }

  .hero-editorial-stats {
    grid-template-columns: 1fr;
  }

  .hero-split-wrap {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 1.8rem;
  }

  .hero-split-left {
    min-height: 82vh;
  }

  .hero-split-content {
    bottom: 10.5rem;
    left: 2rem;
    right: 2rem;
    top: auto;
    transform: none;
    width: auto;
    max-width: none;
  }

  .hero-split-accent {
    position: absolute;
    right: 2rem;
    bottom: 11rem;
    top: auto;
    transform: none;
    width: 220px;
  }

  .hero-split-note {
    display: none;
  }

  .hero-split-stats {
    left: 2rem;
    right: 2rem;
    bottom: 1.5rem;
    grid-template-columns: 1fr;
  }

  .hero-split-title {
    font-size: clamp(2rem, 7vw, 3.5rem);
  }

  .arch-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .blob-img-wrap {
    width: min(100%, 340px);
    margin-bottom: 1rem;
  }

  .feature-grid-portrait-wrap {
    min-height: 340px;
  }

  .feature-weird-gallery {
    min-height: 560px;
    padding: 0.5rem 0.2rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
  }

  .home-feature-media-col {
    display: block;
  }

  .home-feature-media-col .feature-weird-gallery {
    min-height: 560px;
  }
}

@media (max-width: 767.98px) {
  .hero-cloud-shell {
    min-height: 620px;
    border-radius: 1.6rem;
  }

  .hero-cloud-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 243, 0.24), rgba(255, 250, 243, 0.26)),
      radial-gradient(circle at 20% 25%, rgba(173, 196, 228, 0.22), transparent 26%),
      radial-gradient(circle at 74% 18%, rgba(242, 203, 223, 0.2), transparent 26%),
      radial-gradient(circle at 50% 55%, rgba(246, 239, 212, 0.18), transparent 22%);
  }

  .hero-cloud-center {
    min-height: 620px;
    padding: 1.4rem 0.8rem 4.8rem;
  }

  .hero-cloud-card {
    padding: 2.2rem 1.35rem 1.9rem;
    border-radius: 34% 34% 30% 30% / 20% 20% 22% 22%;
  }

  .hero-cloud-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-cloud-lead {
    font-size: 0.96rem;
  }

  .hero-cloud-caption {
    display: none;
  }

  .hero-scroll-btn-cloud {
    bottom: 1.2rem;
  }

  .hero-zen-shell {
    padding: 0.8rem 0.8rem 1rem;
    border-radius: 1.6rem;
  }

  .hero-zen-overlay {
    background:
      linear-gradient(180deg, rgba(26, 40, 35, 0.62) 0%, rgba(32, 52, 45, 0.48) 44%, rgba(42, 66, 59, 0.24) 100%),
      linear-gradient(180deg, rgba(255, 247, 235, 0.05), rgba(255, 247, 235, 0.1));
  }

  .hero-zen-copy {
    padding: 0.8rem 0.25rem 0;
  }

  .hero-zen-title {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .hero-zen-lead {
    font-size: 0.98rem;
    max-width: none;
  }

  .hero-zen-caption {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .hero-zen-visual {
    min-height: 300px;
  }

  .hero-zen-portrait {
    width: 100%;
    aspect-ratio: 0.95 / 1.12;
    border-width: 5px;
    border-radius: 1.3rem 1.3rem 32% 32%;
  }

  .hero-zen-stat-value {
    font-size: 1.9rem;
  }

  .hero-orbit-shell {
    padding: 0.8rem;
    border-radius: 1.6rem;
  }

  .hero-orbit-visual {
    min-height: 320px;
    margin-bottom: 1rem;
  }

  .hero-orbit-main {
    min-height: 300px;
    border-radius: 1.55rem;
  }

  .hero-orbit-secondary {
    width: 110px;
    right: 0.8rem;
    bottom: 0.8rem;
    border-width: 5px;
    border-radius: 1.3rem;
  }

  .hero-orbit-note {
    display: none;
  }

  .hero-orbit-panel {
    width: 100%;
    margin: 0;
    padding: 1.25rem;
    border-radius: 1.5rem;
  }

  .hero-orbit-title {
    font-size: clamp(2.2rem, 9vw, 3.1rem);
  }

  .hero-orbit-lead {
    font-size: 0.96rem;
  }

  .hero-orbit-highlight {
    font-size: 0.82rem;
    padding: 0.75rem 0.85rem;
  }

  .hero-editorial-shell {
    padding: 0.9rem;
    border-radius: 1.6rem;
  }

  .hero-editorial-copy {
    padding: 1.35rem;
    border-radius: 1.5rem;
  }

  .hero-editorial-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .hero-editorial-lead {
    font-size: 0.96rem;
  }

  .hero-editorial-visual {
    min-height: 360px;
  }

  .hero-editorial-main {
    inset: 0 0 0 0;
  }

  .hero-editorial-secondary {
    width: 120px;
    border-width: 6px;
  }

  .hero-editorial-note {
    display: none;
  }

  .hero-editorial-highlight {
    font-size: 0.74rem;
    padding: 0.6rem 0.75rem;
  }

  .hero-split-section {
    padding: 0.75rem 0.75rem 0;
  }

  .hero-split-left {
    min-height: 92vh;
  }

  .hero-split-content {
    bottom: 8.2rem;
    left: 1rem;
    right: 1rem;
    padding: 2rem 1.4rem;
  }

  .hero-split-accent {
    display: none;
  }

  .hero-split-highlights {
    gap: 0.5rem;
  }

  .hero-split-highlight {
    font-size: 0.72rem;
    padding: 0.6rem 0.75rem;
  }

  .hero-split-stats {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .hero-split-content {
    top: 50%;
    left: 1.25rem;
    right: auto;
    transform: translateY(-50%);
    max-width: 90%;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
  }

  .hero-split-title {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  .hero-split-lead {
    font-size: 0.85rem;
  }

  .arch-section-heading {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }

  .arch-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .arch-card-img-wrap {
    aspect-ratio: 2 / 3;
    border-radius: 160px 160px 1.4rem 1.4rem;
  }

  .arch-card-title {
    font-size: 1rem;
  }

  .arch-card-desc {
    font-size: 0.8rem;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .testimonial-media-card {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }

  .testimonial-media-overlay h3 {
    max-width: 15ch;
  }

  .feature-weird-gallery {
    min-height: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    padding: 0;
  }

  .weird-photo {
    position: relative;
    inset: auto;
    width: auto;
    height: 190px;
  }

  .weird-photo-main {
    grid-column: 1 / -1;
    height: 270px;
  }

  .weird-photo-top,
  .weird-photo-bottom {
    right: auto;
    top: auto;
    bottom: auto;
  }

  .home-feature-media-col .feature-weird-gallery {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .hero-split-wrap {
    border-radius: 1.4rem;
  }

  .btn-sage,
  .btn-outline-white {
    width: 100%;
    text-align: center;
  }

  .arch-cards {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }

  .testimonial-section {
    padding-bottom: 2.2rem;
  }

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

  .testimonial-quote-card,
  .testimonial-media-card {
    min-height: auto;
    border-radius: 1.5rem;
  }

  .testimonial-quote-card {
    padding: 1.25rem 1.15rem;
  }

  .testimonial-media-card {
    min-height: 300px;
  }

  .testimonial-media-overlay {
    padding: 1.15rem;
  }

  .testimonial-media-overlay h3 {
    font-size: 1.7rem;
  }

  .testimonial-play {
    width: 100%;
    justify-content: center;
  }

  .testimonial-quote-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .page-hero-clean {
    padding: 3.5rem 0 3rem;
  }

  .page-hero-clean h1 {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }
}

/* ═══════════════════════════════════════════════════════
   SECTION BLUR EDGES — Top & bottom gradient fade
     ═══════════════════════════════════════════════════════ */

  /* Sections that should fade at their top and bottom edges */
  .blob-section,
  .inner-blob-section,
  .arch-cards-section,
  .formats-section,
  .prog-schedule-section {
    position: relative;
  }

  /* Top fade */
  .blob-section::before,
  .inner-blob-section::before,
  .arch-cards-section::before,
  .formats-section::before,
  .prog-schedule-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(to bottom, var(--bg) 0%, transparent 100%);
    pointer-events: none;
    z-index: 4;
  }

  /* Bottom fade */
  .blob-section::after,
  .inner-blob-section::after,
  .arch-cards-section::after,
  .formats-section::after,
  .prog-schedule-section::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
    pointer-events: none;
    z-index: 4;
  }

  /* Hero section — soft fade at the bottom into the page */
  .hero-split-left::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
    pointer-events: none;
    z-index: 4;
  }

  /* ═══════════════════════════════════════════════════════
     HERO SCROLL BUTTON
     ═══════════════════════════════════════════════════════ */

  @keyframes heroScrollBounce {
    0%, 100% { transform: translate(-50%, 0); }
    50%       { transform: translate(-50%, 9px); }
  }

  .hero-scroll-btn {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: heroScrollBounce 2.2s ease-in-out infinite;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    padding: 0;
  }

  .hero-scroll-btn:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.72);
    animation-play-state: paused;
    transform: translate(-50%, 4px);
  }

  .hero-scroll-btn svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    display: block;
    flex-shrink: 0;
  }

  /* ═══════════════════════════════════════════════════════
     BLOB SHAPE VARIANTS — 6 organic shapes for variety
     ═══════════════════════════════════════════════════════ */

  /* Shape 1 — default, already applied in .blob-img-wrap img */
  .blob-shape-1 img { border-radius: 62% 38% 52% 48% / 42% 56% 44% 58%; }
  .blob-shape-1::before { border-radius: 66% 34% 56% 44% / 44% 58% 42% 56%; }

  /* Shape 2 — wide top, narrow bottom-left */
  .blob-shape-2 img { border-radius: 55% 45% 30% 70% / 60% 38% 62% 40%; }
  .blob-shape-2::before { border-radius: 52% 48% 28% 72% / 57% 36% 64% 43%; }

  /* Shape 3 — diagonal lean right */
  .blob-shape-3 img { border-radius: 40% 60% 65% 35% / 38% 62% 34% 66%; }
  .blob-shape-3::before { border-radius: 38% 62% 62% 38% / 36% 64% 32% 68%; }

  /* Shape 4 — tall, stretching vertically */
  .blob-shape-4 img { border-radius: 68% 32% 48% 52% / 35% 65% 32% 68%; }
  .blob-shape-4::before { border-radius: 65% 35% 45% 55% / 32% 68% 30% 70%; }

  /* Shape 5 — rounder, near-circular with gentle wave */
  .blob-shape-5 img { border-radius: 50% 50% 40% 60% / 55% 48% 52% 45%; }
  .blob-shape-5::before { border-radius: 47% 53% 37% 63% / 52% 45% 55% 48%; }

  /* Shape 6 — asymmetric, heavy bottom-right */
  .blob-shape-6 img { border-radius: 30% 70% 58% 42% / 48% 55% 45% 55%; }
  .blob-shape-6::before { border-radius: 28% 72% 56% 44% / 46% 52% 48% 54%; }
  }
}

/* ═══════════════════════════════════════════════════════
   RICH ANIMATION SYSTEM — All Pages
   ═══════════════════════════════════════════════════════ */

/* ── Scroll-reveal variants ── */
body.js-enhanced .fade-in-left {
  opacity: 0;
  transform: translateX(-44px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
body.js-enhanced .fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

body.js-enhanced .fade-in-right {
  opacity: 0;
  transform: translateX(44px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
body.js-enhanced .fade-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

body.js-enhanced .fade-in-scale {
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 0.9s cubic-bezier(0.34, 1.4, 0.64, 1),
              transform 0.9s cubic-bezier(0.34, 1.4, 0.64, 1);
  will-change: opacity, transform;
}
body.js-enhanced .fade-in-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

body.js-enhanced .fade-in-blur {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(18px);
  transition: opacity 1.1s ease, filter 1.1s ease, transform 1.1s ease;
  will-change: opacity, filter, transform;
}
body.js-enhanced .fade-in-blur.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* ── Stagger for FAQ items ── */
.faq-item:nth-child(1).fade-in-up  { transition-delay: 0s; }
.faq-item:nth-child(2).fade-in-up  { transition-delay: 0.07s; }
.faq-item:nth-child(3).fade-in-up  { transition-delay: 0.14s; }
.faq-item:nth-child(4).fade-in-up  { transition-delay: 0.21s; }
.faq-item:nth-child(5).fade-in-up  { transition-delay: 0.28s; }
.faq-item:nth-child(6).fade-in-up  { transition-delay: 0.35s; }
.faq-item:nth-child(7).fade-in-up  { transition-delay: 0.42s; }
.faq-item:nth-child(8).fade-in-up  { transition-delay: 0.49s; }

/* ── Stagger for program phase/schedule rows ── */
.prog-phase-card:nth-child(1).fade-in-up  { transition-delay: 0s; }
.prog-phase-card:nth-child(2).fade-in-up  { transition-delay: 0.1s; }
.prog-phase-card:nth-child(3).fade-in-up  { transition-delay: 0.2s; }
.prog-phase-card:nth-child(4).fade-in-up  { transition-delay: 0.3s; }

.prog-schedule-row:nth-child(1).fade-in-up { transition-delay: 0s; }
.prog-schedule-row:nth-child(2).fade-in-up { transition-delay: 0.08s; }
.prog-schedule-row:nth-child(3).fade-in-up { transition-delay: 0.16s; }
.prog-schedule-row:nth-child(4).fade-in-up { transition-delay: 0.24s; }
.prog-schedule-row:nth-child(5).fade-in-up { transition-delay: 0.32s; }

/* ── Section heading animated underline ── */
.section-heading h2,
.section-heading .section-title {
  position: relative;
  display: inline-block;
}
.section-heading h2::after,
.section-heading .section-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--leaf) 100%);
  border-radius: 2px;
  transition: width 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
}
.fade-in-up.is-visible .section-heading h2::after,
.fade-in-up.is-visible .section-heading .section-title::after,
.section-heading.is-visible h2::after,
body:not(.js-enhanced) .section-heading h2::after {
  width: 100%;
}

/* ── Hero canopy content entrance ── */
.hero-canopy-copy .hero-canopy-title {
  animation: canopy-enter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both;
}
.hero-canopy-copy .hero-canopy-lead {
  animation: canopy-enter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s both;
}
.hero-canopy-copy .d-flex {
  animation: canopy-enter 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.52s both;
}
.hero-canopy-copy .hero-canopy-stats {
  animation: canopy-enter 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s both;
}
@keyframes canopy-enter {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Inner page hero entrance ── */
.page-hero-spacer {
  animation: heroEnter 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
@keyframes heroEnter {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Card hover lift ── */
.soft-card,
.inner-value-card,
.inner-highlight-card,
.format-card,
.contact-info-card,
.prog-card,
.rule-card {
  transition: transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.soft-card:hover,
.inner-value-card:hover,
.inner-highlight-card:hover,
.format-card:hover,
.contact-info-card:hover,
.rule-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 52px rgba(34, 48, 34, 0.14);
}
.prog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(34, 48, 34, 0.12);
}

/* ── Image zoom inside cards on hover ── */
.soft-card figure,
.inner-value-card figure,
.inner-highlight-card figure,
.format-card figure,
.rule-card figure {
  overflow: hidden;
}
.soft-card figure img,
.inner-value-card figure img,
.inner-highlight-card figure img,
.format-card figure img,
.rule-card figure img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.soft-card:hover figure img,
.inner-value-card:hover figure img,
.inner-highlight-card:hover figure img,
.format-card:hover figure img,
.rule-card:hover figure img {
  transform: scale(1.07);
}

/* ── Weird photo gallery tilt ── */
.weird-photo {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s ease;
  cursor: zoom-in;
}
.weird-photo:hover { transform: rotate(-1.5deg) scale(1.04); z-index: 10; }
.weird-photo-top:hover   { transform: rotate(1.2deg) scale(1.05); }
.weird-photo-bottom:hover { transform: rotate(-2.2deg) scale(1.06); }

/* ── Blob image scale-in reveal ── */
body.js-enhanced .blob-img-outer:not(.is-visible) .blob-img-wrap {
  transform: scale(0.93);
}
.blob-img-wrap {
  transition: transform 0.7s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.blob-img-outer.is-visible .blob-img-wrap {
  transform: scale(1);
}

/* ── Quote panel ── */
.quote-panel {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.quote-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 64px rgba(34, 48, 34, 0.16);
}

/* ── Arch / format cards entrance stagger ── */
.arch-cards > *:nth-child(1) .fade-in-up { transition-delay: 0s; }
.arch-cards > *:nth-child(2) .fade-in-up { transition-delay: 0.1s; }
.arch-cards > *:nth-child(3) .fade-in-up { transition-delay: 0.2s; }
.arch-cards > *:nth-child(4) .fade-in-up { transition-delay: 0.3s; }

/* ── Ambient drifting background blob ── */
.blob-section,
.inner-blob-section {
  position: relative;
  overflow: hidden;
}
.blob-section::after,
.inner-blob-section::after {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--leaf) 0%, transparent 65%);
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
  bottom: -100px;
  right: -100px;
  animation: ambient-drift 22s ease-in-out infinite;
}
@keyframes ambient-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40%       { transform: translate(-35px, -28px) scale(1.1); }
  70%       { transform: translate(22px, -38px) scale(0.93); }
}

/* ── Number counter pulse after counting ── */
@keyframes count-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.count-done {
  animation: count-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* ── Scroll progress bar colour ── */
#scroll-progress {
  background: linear-gradient(90deg, var(--teal) 0%, var(--leaf) 100%);
}

/* ── Floating tip items stagger ── */
.prog-tip:nth-child(1).fade-in-up { transition-delay: 0s; }
.prog-tip:nth-child(2).fade-in-up { transition-delay: 0.07s; }
.prog-tip:nth-child(3).fade-in-up { transition-delay: 0.14s; }
.prog-tip:nth-child(4).fade-in-up { transition-delay: 0.21s; }
.prog-tip:nth-child(5).fade-in-up { transition-delay: 0.28s; }

/* ── Format feature cards stagger ── */
.format-feature-card:nth-child(1).fade-in-up { transition-delay: 0s; }
.format-feature-card:nth-child(2).fade-in-up { transition-delay: 0.12s; }

/* ── Contact info cards stagger ── */
.contact-info-card:nth-child(1).fade-in-up { transition-delay: 0s; }
.contact-info-card:nth-child(2).fade-in-up { transition-delay: 0.12s; }

/* ── Hero canopy responsive ── */
@media (max-width: 991.98px) {
  .hero-canopy-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-canopy-media {
    min-height: 420px;
    order: -1;
  }

  .hero-canopy-main {
    position: relative;
    inset: auto;
    min-height: 420px;
    display: block;
  }

  .hero-canopy-accent {
    width: 155px;
    right: 0.5rem;
    bottom: 0.5rem;
    border-width: 7px;
  }

  .hero-canopy-title {
    font-size: clamp(2.4rem, 7vw, 3.4rem);
  }

  .hero-canopy-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-canopy-copy .hero-canopy-title,
  .hero-canopy-copy .hero-canopy-lead,
  .hero-canopy-copy .d-flex,
  .hero-canopy-copy .hero-canopy-stats {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .hero-canopy-section {
    padding: 1.5rem 1rem 2.5rem;
  }

  .hero-canopy-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-canopy-media {
    min-height: 300px;
  }

  .hero-canopy-main {
    width: 100%;
    min-height: 300px;
    border-radius: 62% 38% 46% 54% / 38% 58% 42% 62%;
  }

  .hero-canopy-accent {
    width: 110px;
    border-width: 5px;
    border-radius: 44% 56% 63% 37% / 58% 42% 58% 42%;
  }

  .hero-canopy-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .hero-canopy-lead {
    font-size: 0.97rem;
    line-height: 1.75;
  }

  .hero-canopy-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .hero-canopy-stat {
    padding-right: 0.5rem;
  }

  .hero-canopy-stat + .hero-canopy-stat {
    padding-left: 0.5rem;
  }

  .hero-canopy-stat-value {
    font-size: 1.5rem;
  }

  .hero-canopy-badge {
    display: none;
  }
}

/* ─────── Blog Styles ─────── */
.blog-grid {
  width: 100%;
}

.blog-empty-box {
  background: rgba(255, 255, 255, 0.55);
  border: 1px dashed var(--line);
  border-radius: 20px;
  padding: 2rem;
}

.blog-featured-card {
  margin-bottom: 1.8rem;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(34, 48, 34, 0.08);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.75), rgba(233, 241, 231, 0.88));
  box-shadow: 0 20px 48px rgba(17, 39, 17, 0.12);
}

.blog-featured-link {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  text-decoration: none;
  color: inherit;
}

.blog-featured-media {
  min-height: 320px;
  overflow: hidden;
}

.blog-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.blog-featured-card:hover .blog-featured-media img {
  transform: scale(1.06);
}

.blog-featured-content {
  padding: clamp(1.35rem, 2.2vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-featured-title {
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
  line-height: 1.2;
  color: var(--forest);
  margin: 0.8rem 0;
}

.blog-featured-excerpt {
  color: rgba(26, 46, 26, 0.84);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.blog-read-btn,
.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--teal);
  font-weight: 600;
}

.blog-read-btn::after,
.blog-read-link::after {
  content: "→";
}

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.blog-tile {
  grid-column: span 4;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(34, 48, 34, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(17, 39, 17, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.blog-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(30, 93, 69, 0.35);
  box-shadow: 0 18px 38px rgba(16, 44, 23, 0.15);
}

.blog-tile-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-tile-image {
  height: 210px;
  overflow: hidden;
}

.blog-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-tile:hover .blog-tile-image img {
  transform: scale(1.05);
}

.blog-tile-body {
  padding: 1.1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
}

.blog-tile-meta,
.blog-post-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.blog-tile-category,
.blog-post-category {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
  font-weight: 700;
  color: #1c6b55;
  background: rgba(156, 199, 171, 0.24);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}

.blog-tile-date,
.blog-post-date {
  font-size: 0.82rem;
  color: rgba(26, 46, 26, 0.72);
}

.blog-tile-title {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--forest);
}

.blog-tile-excerpt {
  margin: 0;
  color: rgba(26, 46, 26, 0.82);
  line-height: 1.55;
}

.blog-post-view {
  max-width: 920px;
  margin: 0 auto;
}

.blog-post-back {
  display: inline-flex;
  margin-bottom: 0.95rem;
  text-decoration: none;
  font-weight: 600;
  color: var(--teal);
}

.blog-post-back::before {
  content: "←";
  margin-right: 0.45rem;
}

.blog-post-hero {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(34, 48, 34, 0.09);
  box-shadow: 0 14px 36px rgba(16, 40, 16, 0.1);
  padding: clamp(1.2rem, 2vw, 1.8rem);
}

.blog-post-title {
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  line-height: 1.15;
  margin: 0.8rem 0 0.55rem;
  color: var(--forest);
}

.blog-post-author {
  margin-bottom: 1rem;
  color: rgba(26, 46, 26, 0.75);
}

.blog-post-cover {
  border-radius: 18px;
  overflow: hidden;
  max-height: 460px;
}

.blog-post-cover img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.blog-post-content {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(34, 48, 34, 0.09);
  border-radius: 22px;
  margin-top: 1rem;
  padding: clamp(1rem, 2vw, 1.8rem);
  line-height: 1.8;
  color: rgba(24, 42, 24, 0.92);
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  font-family: "Lora", Georgia, serif;
  color: var(--forest);
  margin-top: 1.2rem;
}

.blog-post-content ul {
  padding-left: 1.15rem;
}

@media (max-width: 1199.98px) {
  .blog-tile {
    grid-column: span 6;
  }
}

@media (max-width: 991.98px) {
  .blog-featured-link {
    grid-template-columns: 1fr;
  }

  .blog-featured-media {
    min-height: 250px;
  }
}

@media (max-width: 767.98px) {
  .blog-list-grid {
    grid-template-columns: 1fr;
  }

  .blog-tile {
    grid-column: auto;
  }

  .blog-tile-image {
    height: 190px;
  }
}

@media (max-width: 767.98px) {
  .faq-q {
    padding: 1.2rem 1.4rem;
    font-size: 1rem;
  }
  
  .faq-icon {
    width: 32px;
    height: 32px;
  }
  
  .faq-icon::before { width: 12px; }
  .faq-icon::after  { height: 12px; }
  
  .faq-a-inner {
    padding: 0 1.4rem 1.4rem;
    font-size: 0.91rem;
  }
}

/* ─────── Header Submenu ─────── */
.site-submenu {
  border: 1px solid rgba(34, 48, 34, 0.12);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(15, 37, 20, 0.14);
  padding: 0.45rem;
  min-width: 250px;
}

.nav-item-contact-group {
  position: relative;
}

.nav-item-contact-group .site-submenu {
  top: 100%;
  left: 0;
  margin-top: 0;
}

.nav-item-contact-group > .dropdown-toggle::after {
  display: none;
}

.site-submenu .dropdown-item {
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
  color: var(--forest);
}

.site-submenu .dropdown-item:hover,
.site-submenu .dropdown-item:focus,
.site-submenu .dropdown-item.active {
  background: rgba(156, 199, 171, 0.28);
  color: var(--forest);
}

.nav-item-contact-group > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 40px;
  line-height: 1.2;
}

.submenu-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  font-size: 0.78em;
  line-height: 1;
  opacity: 0.78;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform-origin: 50% 50%;
}

.nav-item-contact-group .dropdown-toggle.show .submenu-indicator,
.nav-item-contact-group > .nav-link:hover .submenu-indicator {
  opacity: 1;
  transform: none;
}

.nav-item-contact-group .dropdown-toggle.show .submenu-indicator {
  transform: rotate(180deg);
}

.nav-item-mobile-group .nav-group-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  opacity: 0.9;
}

.mobile-submenu {
  margin: 0.25rem 0 0.45rem;
  padding-left: 0.65rem;
  border-left: 2px solid rgba(34, 48, 34, 0.14);
}

.mobile-submenu .nav-link {
  padding: 0.35rem 0.6rem;
  font-size: 0.96rem;
}

.footer-nav-group {
  margin-top: 0.35rem;
}

.footer-nav-group-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 0.93rem;
}

.footer-submenu {
  margin-top: 0.35rem;
  margin-left: 0.7rem;
  padding-left: 0.6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
