.elementor-kit-13{--e-global-color-primary:#E06420;--e-global-color-secondary:#1E3D20;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C43010;--e-global-color-c8594ca:#F5A030;--e-global-color-3a38a6c:#FEFAF2;--e-global-color-9e0c68f:#F5E8D0;--e-global-color-f523045:#F5E8D0;--e-global-color-d3d6024:#EDD5A8;--e-global-color-40d38fe:#D8C090;--e-global-color-0aa2512:#C43010;--e-global-color-f041528:#E06420;--e-global-color-a625dc7:#F5A030;--e-global-color-175de8c:#1E3D20;--e-global-color-7d5a17a:#1C1C18;--e-global-color-3e95515:#8A8070;--e-global-color-d3fd458:#2C2820;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:600;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-650d83d-font-family:"Be Vietnam Pro";--e-global-typography-650d83d-font-size:16px;--e-global-typography-650d83d-font-weight:400;font-family:"Be Vietnam Pro", Cormorant Garamond;font-size:16px;font-weight:400;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h4{font-family:"Cormorant Garamond", Cormorant Garamond;font-size:40px;font-weight:500;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}
/* Start custom CSS *//* When the Elementor editor is active, hide the contents of this widget */
.elementor-editor-active .hide-in-editor {
    display: none !important;
}

/* Optional: Add a placeholder notice inside the editor so you don't lose track of it */
.elementor-editor-active .elementor-kit-13::before {
    content: "Custom HTML Header (Hidden in Editor Mode)";
    display: block;
    padding: 20px;
    background: #f1f1f1;
    color: #555;
    text-align: center;
    border: 2px dashed #ccc;
    font-family: sans-serif;
    font-size: 14px;
}

/* ── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }
* { overflow-wrap: break-word; }
html { scroll-behavior: smooth; }

/* ── ROOT VARIABLES ─────────────────────────────────────────── */
:root {
  --ivory:        #FEFAF2;
  --panna-cotta:  #F5E8D0;
  --warm-100:     #F5E8D0;
  --warm-200:     #EDD5A8;
  --warm-300:     #D8C090;
  --flame:        #C43010;
  --ember:        #E06420;
  --gold:         #F5A030;
  --forest:       #1E3D20;
  --ink:          #1C1C18;
  --text-muted:   #8A8070;
  --text-body:    #2C2820;
  --shadow-soft:  0 24px 60px rgba(28,28,24,0.12);
  --shadow-lift:  0 16px 40px rgba(28,28,24,0.10);
  --radius-sm:    8px;
  --radius-md:    14px;
  --radius-lg:    20px;
  --radius-xl:    28px;
  --ff-display:   'Cormorant Garamond', Georgia, serif;
  --ff-body:      'Be Vietnam Pro', system-ui, sans-serif;
}

body {
  font-family: var(--ff-body);
  background: var(--ivory);
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}

/* ── NAV ────────────────────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 64px;
  background: transparent;
  overflow-anchor: none;
  overflow: visible;
  will-change: transform;
  transform: translateZ(0);
  transition: background 0.45s ease, backdrop-filter 0.45s ease, box-shadow 0.45s ease, height 0.45s ease, padding 0.45s ease;
}
.site-nav.nav--scrolled {
  height: 64px;
  padding: 0 48px;
  background: rgba(254,250,242,0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(30,61,32,0.05);
  box-shadow: 0 14px 40px rgba(28,28,24,0.08);
}
.site-nav.nav--scrolled .nav-logo-wrap { height: 56px; }
.site-nav.nav--scrolled .nav-logo-light { opacity: 0; }
.site-nav.nav--scrolled .nav-logo-icon { opacity: 1; }
.site-nav.nav--scrolled .nav-links a { color: rgba(30,61,32,0.7); }
.site-nav.nav--scrolled .nav-cta { font-size: 10px; padding: 8px 16px; }
.site-nav.nav--scrolled .nav-links a.nav-cta {
  color: #fff;
  background: var(--ember);
}
.nav-shell,
.header-inner {
  width: 100%;
  --nav-logo-slot: 220px;
  display: grid;
  grid-template-columns: 1fr var(--nav-logo-slot) 1fr;
  align-items: center;
  column-gap: clamp(16px,2.2vw,30px);
  padding: 0 clamp(32px,5vw,120px);
  position: relative;
  overflow: visible;
}
.site-nav.nav--scrolled .nav-shell {
  padding: 0 clamp(18px,3.5vw,70px);
  max-width: 1120px;
  margin: 0 auto;
}
.nav-center-slot {
  width: var(--nav-logo-slot);
  height: 0;
  justify-self: center;
  grid-column: 2;
  pointer-events: none;
}
.nav-logo-wrap {
  position: absolute;
  left: 50%;
  top: 73%;
  transform: translate(-50%, -50%);
  height: 136px;
  width: 220px;
  z-index: 10;
  text-decoration: none;
  pointer-events: auto;
}
.site-nav.nav--scrolled .nav-logo-wrap {
  top: 50%;
}
.nav-logo-light {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 168px;
  width: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.nav-logo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 36px;
  width: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.nav-group {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nav-group-left {
  grid-column: 1;
}
.nav-group-right {
  grid-column: 3;
}
.nav-lang-slot {
  position: absolute;
  top: 50%;
  right: clamp(2px,0.9vw,18px);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: 0;
  z-index: 18;
}
.site-nav.nav--scrolled .nav-lang-slot {
  right: clamp(2px,0.9vw,18px);
}
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(24px,1.8vw,34px);
  list-style: none;
  width: 100%;
}
.nav-links-left {
  justify-content: flex-end;
  padding-right: clamp(18px,2.2vw,34px);
}
.nav-links-right {
  justify-content: flex-start;
  padding-left: clamp(18px,2.2vw,34px);
  padding-right: clamp(120px,9vw,170px);
}
.site-nav.nav--scrolled .nav-links-left { padding-right: clamp(18px,2.2vw,34px); }
.site-nav.nav--scrolled .nav-links-right {
  padding-left: clamp(18px,2.2vw,34px);
  padding-right: clamp(120px,9vw,170px);
}
.nav-links a {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  color: rgba(254,250,242,0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-nav.nav--scrolled .nav-links a { color: var(--forest); }
.nav-links a:hover { color: var(--ember) !important; }
.nav-item-has-submenu { position: relative; }
.nav-item-has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-item-has-submenu > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-submenu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: auto;
  background: var(--ivory);
  border: 1px solid rgba(30,61,32,0.12);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 45px rgba(28,28,24,0.15);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  z-index: 260;
}
.nav-submenu a {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--forest);
  white-space: nowrap;
  line-height: 1.45;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  background: rgba(224,100,32,0.1);
  color: var(--forest);
  outline: none;
}
.nav-item-has-submenu:hover .nav-submenu,
.nav-item-has-submenu:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.nav-item-has-submenu:hover > a::after,
.nav-item-has-submenu:focus-within > a::after {
  transform: rotate(225deg) translateY(1px);
  opacity: 0.9;
}
.nav-cta {
  display: inline-block;
  background: linear-gradient(135deg, #ea7430 0%, #d44818 52%, #bd3110 100%);
  color: #fff;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 12px 24px rgba(196,48,16,0.2), inset 0 1px 0 rgba(255,255,255,0.12);
}
.nav-cta:hover {
  background: linear-gradient(135deg, #f07f3c 0%, #db5422 52%, #c83a14 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(196,48,16,0.24), inset 0 1px 0 rgba(255,255,255,0.16);
}
.nav-links a.nav-cta:hover { color: #fff !important; }
.nav-lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 36px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid rgba(30,61,32,0.14);
  background: rgba(254,250,242,0.9);
  color: var(--forest);
  box-shadow: 0 8px 22px rgba(28,28,24,0.1);
  z-index: 280;
}
.site-nav.nav--scrolled .nav-lang-switch {
  border-color: rgba(30,61,32,0.16);
  background: rgba(254,250,242,0.96);
}
.nav-lang-switch .lang-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  padding: 0 2px;
  color: inherit;
  cursor: pointer;
}
.lang-current-flag {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(30,61,32,0.14);
  background: rgba(254,250,242,0.32);
}
.site-nav.nav--scrolled .lang-current-flag {
  background: rgba(254,250,242,0.94);
}
.lang-current-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-lang-switch .lang-options {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  min-width: 40px;
  border-radius: 12px;
  border: 1px solid rgba(30,61,32,0.14);
  background: rgba(254,250,242,0.98);
  box-shadow: 0 10px 24px rgba(28,28,24,0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(2px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s linear 0.16s;
}
.nav-lang-switch:hover .lang-options,
.nav-lang-switch:focus-within .lang-options {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.nav-lang-switch:hover .lang-current-chevron,
.nav-lang-switch:focus-within .lang-current-chevron {
  transform: rotate(225deg) translateY(1px);
  opacity: 0.95;
}
.nav-lang-switch .lang-flag-btn {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.16s ease, opacity 0.16s ease, box-shadow 0.16s ease;
}
.nav-lang-switch .lang-flag-btn.is-active {
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(30,61,32,0.2), 0 6px 14px rgba(28,28,24,0.18);
}
.nav-lang-switch .lang-flag-btn:not(.is-active) {
  opacity: 0.7;
}
.nav-lang-switch .lang-flag-btn:not(.is-active):hover {
  opacity: 0.96;
  background: rgba(224,100,32,0.1);
}
.nav-lang-switch .lang-flag-btn:focus-visible,
.nav-lang-switch .lang-current:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(224,100,32,0.22);
}
.nav-lang-switch--mobile {
  margin-top: 18px;
  min-width: 0;
  min-height: auto;
  gap: 8px;
  padding: 7px 10px;
  border-color: rgba(254,250,242,0.26);
  background: rgba(254,250,242,0.1);
}
.nav-lang-switch--mobile .lang-current,
.nav-lang-switch--mobile .lang-current-chevron,
.nav-lang-switch--mobile .lang-options {
  display: none;
}
.nav-lang-switch--mobile .lang-flag-btn { width: 30px; height: 30px; }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ivory);
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.28s ease, opacity 0.22s ease, background 0.3s ease;
}
.site-nav.nav--scrolled .nav-hamburger span { background: var(--forest); }
.nav-hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Full-screen mobile overlay */
.nav-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #fdf8ef 0%, #f6ecdb 100%);
  z-index: 199;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 98px clamp(22px, 6.2vw, 34px) 30px;
  overflow-y: auto;
}
.nav-mobile-menu.open { display: flex; }
.mobile-menu-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: var(--forest);
  opacity: 0.72;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.mobile-menu-close:hover { opacity: 1; }
.nav-mobile-menu > ul {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  list-style: none;
}
.nav-mobile-menu > ul > li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(30,61,32,0.12);
}
.nav-mobile-menu > ul > li:last-child { border-bottom: none; }
.nav-mobile-menu > ul > li > a {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(18px, 5.6vw, 22px);
  font-weight: 300;
  color: var(--forest);
  text-decoration: none;
  letter-spacing: 0.018em;
  line-height: 1.24;
  text-transform: uppercase;
  text-align: left;
  padding: 3px 0;
  transition: opacity 0.2s ease;
}
.nav-mobile-menu > ul > li > a:hover { opacity: 0.68; }
.mobile-submenu {
  padding: 13px 0 12px;
  text-align: left;
  background: transparent;
  border-bottom: none;
}
.nav-mobile-menu > ul > li.mobile-submenu {
  padding: 13px 0 12px;
}
.mobile-submenu-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: none;
  padding: 3px 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--ff-display);
  font-size: clamp(18px, 5.6vw, 22px);
  font-weight: 300;
  letter-spacing: 0.018em;
  line-height: 1.24;
  text-transform: uppercase;
  color: var(--forest);
}
.mobile-submenu-toggle-chevron {
  width: 10px;
  height: 10px;
  border-right: 1.6px solid rgba(30,61,32,0.78);
  border-bottom: 1.6px solid rgba(30,61,32,0.78);
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.mobile-submenu.is-open .mobile-submenu-toggle-chevron {
  transform: rotate(225deg) translateY(1px);
}
.mobile-submenu-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 0;
  padding-left: 12px;
  border-left: 1px solid rgba(30,61,32,0.22);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.22s ease, opacity 0.2s ease, margin-top 0.2s ease;
}
.mobile-submenu.is-open .mobile-submenu-links {
  max-height: 200px;
  opacity: 1;
  pointer-events: auto;
  margin-top: 8px;
}
.mobile-submenu-links a {
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(30,61,32,0.82);
  padding: 3px 0;
  text-align: left;
  text-decoration: none;
}
.mobile-menu-cta {
  margin: 22px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(30,61,32,0.12);
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
}
.mobile-menu-cta .nav-lang-switch--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(30,61,32,0.05);
  border: 1px solid rgba(30,61,32,0.14);
}
.mobile-menu-cta .btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  border: 1.5px solid var(--ember);
  color: var(--ember);
  background: transparent;
}
.mobile-menu-cta .btn:hover {
  background: var(--ember);
  color: var(--ivory);
}
.mobile-menu-cta .btn.btn-ember {
  background: var(--ember);
  color: var(--ivory);
  border-color: transparent;
}
.mobile-menu-cta .btn.btn-ember:hover {
  background: var(--flame);
  color: var(--ivory);
}

/* ── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}
.btn-ember { background: var(--ember); color: var(--ivory); }
.btn-ember:hover { background: var(--flame); }
.btn-forest { background: var(--forest); color: var(--ivory); }
.btn-forest:hover { background: #2d5e30; }
.btn-ivory-outline { background: transparent; color: var(--ivory); border: 1.5px solid var(--ivory); }
.btn-ivory-outline:hover { background: var(--ivory); color: var(--ink); }
.btn-forest-outline { background: transparent; color: var(--forest); border: 1.5px solid var(--forest); }
.btn-forest-outline:hover { background: var(--forest); color: var(--ivory); }

/* ── SECTION WRAPPERS ───────────────────────────────────────── */
.sw { max-width: 1200px; margin: 0 auto; padding: 110px clamp(32px, 6vw, 72px); }
.sw-narrow { max-width: 960px; margin: 0 auto; padding: 110px clamp(32px, 6vw, 72px); }
.sw-center { text-align: center; }
.text-block {
  max-width: 780px;
  margin: 0 auto 64px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.text-block.sh-center {
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.text-block.sh-left {
  align-items: flex-start;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.text-block p {
  margin: 0;
}

.section-header { gap: 8px; }
.section-header-tight { max-width: 540px; }
.section-header-compact { max-width: 620px; }
.section-header-wide { max-width: 920px; }

/* ── REASSURANCE ────────────────────────────────────────────── */
.reassurance-strip {
  background: var(--ivory);
  padding: 0;
}
.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
}
.reassurance-card {
  padding: 48px clamp(28px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-height: 100%;
  align-items: flex-start;
  border-right: 1px solid rgba(30,61,32,0.06);
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.reassurance-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(224,100,32,0.8), rgba(245,160,48,0.45));
}
.reassurance-card:last-child { border-right: none; }
.reassurance-card.surface-forest {
  background: var(--forest);
  color: var(--ivory);
}
.reassurance-card.surface-forest .reassurance-title { color: var(--ivory); }
.reassurance-card.surface-forest .reassurance-copy { color: rgba(254,250,242,0.78); }
.reassurance-card.surface-panna {
  background: linear-gradient(180deg, rgba(245,232,208,0.96), rgba(255,248,234,0.92));
  color: var(--forest);
  border-top: 1px solid rgba(255,255,255,0.4);
}
.reassurance-card.surface-panna .reassurance-title { color: var(--forest); }
.reassurance-card.surface-panna .reassurance-copy { color: rgba(30,61,32,0.72); }
.reassurance-card.surface-ivory {
  background: #fff;
  color: var(--forest);
}
.reassurance-card.surface-ivory .reassurance-title { color: var(--forest); }
.reassurance-card.surface-ivory .reassurance-copy { color: rgba(44,40,30,0.82); }
.reassurance-eyebrow {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.84;
}
.reassurance-title {
  font-family: var(--ff-display);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
}
.reassurance-copy {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: rgba(44,40,30,0.72);
  line-height: 1.8;
}

/* ── IMAGE STRIP ────────────────────────────────────────────── */
.gallery-strip {
  background: var(--ivory);
  padding: 48px clamp(24px, 8vw, 96px) 32px;
}
.gallery-intro {
  text-align: center;
  margin-bottom: 20px;
}
.gallery-intro .eyebrow {
  margin-bottom: 6px;
  display: inline-block;
}
.gallery-note {
  font-family: var(--ff-display);
  font-size: 18px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}
.gallery-strip-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
  gap: 18px;
}
.gallery-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  min-height: 240px;
  box-shadow: 0 18px 50px rgba(26,20,16,0.14);
}
.gallery-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: inherit;
  pointer-events: none;
}
.gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.02);
}
.gallery-frame.tall { min-height: 320px; }
.gallery-frame.short { min-height: 180px; }
.gallery-frame figure { margin: 0; }
.gallery-strip-quiet .gallery-strip-inner {
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}
.gallery-strip-quiet .gallery-frame {
  min-height: 220px;
  max-width: 280px;
  justify-self: center;
}
.gallery-caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-family: var(--ff-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(254,250,242,0.9);
}


.retreat-descriptor {
  font-family: var(--ff-display);
  font-size: 20px;
  font-style: italic;
  letter-spacing: -0.01em;
  color: rgba(30,61,32,0.8);
  margin: 6px 0 6px;
}
#retreats .cards-grid {
  margin-top: 32px;
}
.centered-cta {
  text-align: center;
  margin-top: 32px;
}
.method-gallery {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 18px;
}
.method-gallery figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(26,20,16,0.15);
}
.method-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.retreat-header .s-desc {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
.retreat-header .s-headline {
  letter-spacing: -0.01em;
}
.intro-gallery-row {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  max-width: 880px;
  margin: 0 auto 48px;
}
.intro-gallery-row figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(28,28,24,0.12);
}
.intro-gallery-row img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.review-card {
  background: #fff;
  border: 1px solid rgba(30,61,32,0.08);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 24px 60px rgba(28,28,24,0.08);
}
.review-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}
.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(30,61,32,0.08);
}
.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review-name {
  font-family: var(--ff-display);
  font-size: 20px;
  color: var(--ink);
}
.review-meta {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(30,61,32,0.54);
}
.review-stars {
  font-size: 14px;
  color: var(--ember);
  letter-spacing: 0.12em;
  margin-top: 4px;
}
.review-text {
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  max-height: 8.5em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}
.review-text.expanded {
  max-height: none;
}
.review-toggle {
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ember);
  border: none;
  background: none;
  padding: 0;
  margin-top: 12px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.review-toggle:hover { color: var(--flame); }

/* ── PHOTO BREAK ───────────────────────────────────────────── */
.photo-break {
  position: relative;
  padding: 0;
}
.photo-break img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* ── EYEBROW ────────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--forest);
  display: block;
  margin-bottom: 0;
}
.eyebrow-ember  { color: var(--ember); }
.eyebrow-gold   { color: var(--gold); }
.eyebrow-forest { color: var(--forest); }

/* Decorative rule beneath eyebrow */
.eyebrow-rule {
  width: 32px;
  height: 1px;
  background: rgba(224,100,32,0.6);
  margin: 16px auto 24px;
  display: block;
}

/* ── SECTION HEADER SYSTEM ──────────────────────────────────── */
.sh-center { text-align: center; }
.sh-left   { text-align: left; }
.sh-split  {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.sh-split-left  { flex: 1; min-width: 260px; }
.sh-split-right { flex: 1; max-width: 520px; }
.sh-rule,
.sh-clue {
  width: 42px;
  height: 1.5px;
  background: var(--ember);
  margin: 6px 0 18px;
  display: block;
}
.text-block.sh-center .sh-rule { margin: 6px auto 20px; }
.sh-rule-gold { background: rgba(245,160,48,0.6); }

/* ── HEADLINES & DESCRIPTION ────────────────────────────────── */
.s-headline {
  font-family: var(--ff-display);
  font-size: clamp(38px, 5.5vw, 66px);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.s-headline-ivory { color: var(--ivory); }
.s-desc {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.85;
  margin-bottom: 72px;
}
.sh-center .s-desc { margin-left: auto; margin-right: auto; }
.s-desc-ivory { color: rgba(254,250,242,0.7); }

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0e0c08;
}
.hero-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(104deg, rgba(7,5,3,0.42) 0%, rgba(15,12,8,0.14) 52%, rgba(17,14,10,0.04) 82%, transparent 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(82px,12vh,148px) clamp(0.6%,2vw,12px) clamp(22px,4vh,46px);
  display: flex;
  align-items: center;
  gap: clamp(12px,2vw,36px);
}
.hero-left {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  display: flex;
  pointer-events: auto;
  margin-left: 0;
}
.hero-right {
  flex: 1;
}
.hero-panel {
  position: relative;
  width: 100%;
  padding: 24px 0 0 34px;
  isolation: isolate;
  overflow: visible;
}
.hero-panel-surface {
  background: rgba(30,24,18,0.42);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(7,5,3,0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 32px 40px 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  will-change: transform, opacity;
  transform: translateZ(0);
  transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, visibility 0s linear 0s;
  position: relative;
  pointer-events: auto;
}
.hero-panel-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,9,7,0.45) 0%, rgba(20,15,11,0.25) 55%, rgba(20,16,12,0.08) 100%);
  pointer-events: none;
  z-index: 0;
}
.hero-panel-surface::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: calc(var(--radius-lg) - 18px);
  pointer-events: none;
  z-index: 1;
}
.hero-panel-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
  transition: opacity 0.35s ease, transform 0.35s ease;
  position: relative;
  z-index: 2;
}
.hero-panel-toggle {
  position: absolute;
  top: 12px;
  left: 18px;
  right: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(254,250,242,0.28);
  background: rgba(15,12,8,0.62);
  color: rgba(254,250,242,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  transform: none;
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  z-index: 50;
  pointer-events: auto;
}
.hero-panel-toggle:hover,
.hero-panel-toggle:focus-visible {
  background: rgba(224,100,32,0.16);
  border-color: rgba(224,100,32,0.55);
  color: var(--ember);
  box-shadow: 0 0 0 3px rgba(224,100,32,0.12);
  outline: none;
}
.hero-panel.collapsed .hero-panel-surface {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-10px) scale(0.985);
  transition-delay: 0s, 0s, 0s, 0s, 0.35s;
}
.hero-panel.collapsed .hero-panel-surface::after { opacity: 0; }
.hero-panel.collapsed .hero-panel-body {
  opacity: 0;
  transform: translateY(-14px);
}
.hero-right { display: block; }
@media (max-width: 900px) {
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 18px;
  }
  .hero-left { margin-left: 0; }
  .hero-panel {
    width: 100%;
    padding: 20px 0 0 18px;
  }
  .hero-panel-surface { padding: 26px 28px 30px; }
  .hero-right { display: none; }
}
.hero-h1 {
  font-family: var(--ff-display);
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 300;
  font-style: normal;
  color: var(--ivory);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.hero-line {
  display: block;
  font-style: italic;
  letter-spacing: -0.01em;
}
.hero-h1 em { font-style: normal; font-weight: 500; }
.hero-h1 .hero-h1-accent {
  color: #F3C86A;
  text-shadow: 0 0 18px rgba(243,200,106,0.18);
}
.hero-divider {
  width: 48px;
  height: 1px;
  background: rgba(245,160,48,0.6);
  margin: 6px 0 10px;
}
.hero-h2 {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: rgba(254,250,242,0.78);
  line-height: 1.85;
  margin-bottom: 8px;
}
.hero-h2 strong { font-weight: 500; color: rgba(254,250,242,0.85); }
.hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 6px;
}
.hero-buttons .btn {
  flex: 0 0 auto;
  min-width: 0;
  text-align: center;
  letter-spacing: 0.16em;
  padding: 11px 20px;
}
.hero-buttons .btn-ember {
  background: linear-gradient(135deg, #ea7430 0%, #d44818 52%, #bd3110 100%);
  color: var(--ivory);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 38px rgba(196,48,16,0.24), inset 0 1px 0 rgba(255,255,255,0.14);
  text-shadow: 0 1px 0 rgba(0,0,0,0.14);
}
.hero-buttons .btn-ember:hover {
  background: linear-gradient(135deg, #f07f3c 0%, #db5422 52%, #c83a14 100%);
  box-shadow: 0 22px 44px rgba(196,48,16,0.28), inset 0 1px 0 rgba(255,255,255,0.18);
}
.hero-video-widget {
  display: none;
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(254,250,242,0.2);
  background: rgba(15,12,8,0.5);
}
.hero-video-widget-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.hero-video-widget video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.hero-tagline {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8732a;
  margin-bottom: 6px;
  display: block;
  opacity: 0.98;
  text-shadow: 0 1px 6px rgba(0,0,0,0.28);
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(254,250,242,0.4);
  animation: heroScroll 2.2s ease-in-out infinite;
  text-decoration: none;
}
@keyframes heroScroll {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.4; }
  50%       { transform: translateX(-50%) translateY(8px); opacity: 0.65; }
}

/* ── EXPERIENCE SECTION ─────────────────────────────────────── */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto 48px;
  max-width: 1100px;
  width: 100%;
  align-items: stretch;
}
.benefit-card { grid-column: span 2; }
.benefit-card--offset-left { grid-column: 2 / span 2; }
.benefit-card--offset-right { grid-column: 4 / span 2; }
.experience-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 16px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,232,208,0.88));
  border: 1px solid rgba(30,61,32,0.08);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  height: 100%;
  isolation: isolate;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.experience-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: calc(var(--radius-lg) - 12px);
  border: 1px solid rgba(255,255,255,0.35);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.experience-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-top: 1px solid rgba(224,100,32,0.35);
  border-right: 1px solid rgba(224,100,32,0.35);
  border-top-right-radius: 16px;
  opacity: 0.65;
  pointer-events: none;
}
.experience-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}
.experience-card:hover::before { opacity: 1; }
.experience-visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 150px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(224,100,32,0.12), rgba(245,160,48,0.08));
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}
.experience-visual::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.4);
  opacity: 0.5;
  pointer-events: none;
}
.experience-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.35), transparent 55%), linear-gradient(180deg, rgba(30,61,32,0) 45%, rgba(30,61,32,0.25));
  opacity: 0.28;
  transition: opacity 0.45s ease;
}
.experience-card:hover .experience-visual::after { opacity: 0.18; }
.experience-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.experience-card:hover .experience-visual img { transform: scale(1.04); }
.experience-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.experience-card h3 {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--ember);
  margin: 0;
  line-height: 1.2;
}
.experience-card p { margin:0; }
.experience-primary {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-body);
  line-height: 1.6;
}
.experience-supporting {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--ember);
  line-height: 1.7;
  margin-top: 18px;
  letter-spacing: 0.01em;
}

.experience-support {
  font-family: var(--ff-body);
  font-size: 14px;
  color: rgba(44,40,30,0.72);
  line-height: 1.7;
}
.experience-micro {
  font-family: var(--ff-body);
  font-size: 12px;
  color: rgba(30, 40, 32, 0.78);
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.6;
}
.benefits-highlight { color: var(--ember); font-style: italic; }
.experience-closing {
  font-family: var(--ff-display);
  font-size: clamp(16px, 2vw, 22px);
  font-style: normal;
  color: var(--text-muted);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 12px;
  line-height: 1.6;
}
.experience-disclaimer {
  font-family: var(--ff-body);
  font-size: 13px;
  color: rgba(44,40,30,0.58);
  text-align: center;
  max-width: 720px;
  margin: 12px auto 32px;
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 880px;
  }
  .benefit-card,
  .benefit-card--offset-left,
  .benefit-card--offset-right { grid-column: span 2; }
}
@media (max-width: 860px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
  }
  .benefit-card { grid-column: auto; }
  .benefit-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 420px;
  }
  .experience-card { padding: 24px 20px; }
  .experience-card h3 { font-size: 24px; }
}
@media (max-width: 540px) {
  .benefits-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
  }
  .benefit-card { justify-self: stretch; }
  .experience-card { padding: 24px; }
}

/* ── FOUR PILLARS ──────────────────────────────────────────── */
.pillars-layout {
  display: grid;
  grid-template-columns: minmax(320px,0.9fr) minmax(420px,1.2fr);
  gap: 32px;
  align-items: flex-start;
}
.pillars-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.pillars-intro {
  text-align: left;
  margin: 0;
  max-width: none;
}
.pillars-intro .s-desc { max-width: 560px; }
.pillars-visual {
  margin-top: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28,28,24,0.12);
  aspect-ratio: 16 / 9;
}
.pillars-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pillars-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 18px 20px;
  align-items: stretch;
  max-width: 760px;
  width: 100%;
}
.pillar-card--centered {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 350px;
  justify-self: center;
  margin-top: 4px;
}
.pillar-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,232,208,0.9));
  border-radius: var(--radius-lg);
  border: 1px solid rgba(30,61,32,0.08);
  padding: 28px 26px 30px 46px;
  box-shadow: 0 24px 60px rgba(28,28,24,0.08);
  position: relative;
  min-height: 180px;
}
.pillar-card::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 18px;
  width: 3px;
  height: calc(100% - 48px);
  background: linear-gradient(180deg, rgba(224,100,32,0.8), rgba(245,160,48,0.4));
  border-radius: 999px;
}
.pillar-card h3 {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.05;
}
.pillar-card h3 em {
  color: var(--ember);
  font-style: italic;
  font-size: 0.95em;
}
.pillar-accent { font-style: italic; color: var(--ember); }
.pillar-card p {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: rgba(44,40,30,0.82);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 960px) {
  .pillars-layout {
    grid-template-columns: minmax(0,1fr);
    gap: 32px;
  }
  .pillars-card-grid {
    max-width: none;
  }
  .pillar-card--centered {
    width: 100%;
    max-width: 420px;
  }
  .pillars-visual { aspect-ratio: 16 / 9; }
}
@media (max-width: 600px) {
  .pillars-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .pillar-card--centered {
    width: 100%;
    justify-self: stretch;
    max-width: none;
  }
  .pillars-visual { aspect-ratio: 16 / 9; }
}

.cta-band {
  background: linear-gradient(180deg,#f8f2e4 0%,#fdfaf1 100%);
  padding: clamp(64px,7vw,100px) 0;
}
.cta-shell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(30,61,32,0.08);
  border-radius: var(--radius-lg);
  padding: clamp(32px,5vw,48px);
  box-shadow: 0 24px 60px rgba(28,28,24,0.08);
}
.cta-shell .text-block {
  margin: 0;
}
.cta-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  grid-auto-rows: auto;
  gap: 32px;
  align-items: center;
}
.cta-content .text-block {
  grid-column: 1 / 2;
  margin: 0;
}
.cta-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  grid-column: 1 / 2;
  align-self: flex-start;
}
.cta-visual {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: clamp(260px, 32vw, 360px);
  box-shadow: inset 0 0 0 1px rgba(30,61,32,0.06);
  align-self: stretch;
}
.cta-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .cta-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cta-content .text-block,
  .cta-body,
  .cta-visual {
    grid-column: auto;
    grid-row: auto;
  }
  .cta-visual {
    max-width: none;
    min-height: 220px;
  }
}

.cta-shell .btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cta-shell .btn-row .btn {
  min-width: 180px;
  text-align: center;
}

.cta-shell .btn-row .btn.btn-ivory-outline {
  color: var(--forest);
  border-color: rgba(30,61,32,0.3);
}

/* ── DAY BY DAY ─────────────────────────────────────────────── */
.day-scroll-wrapper { margin-top: 80px; }
.day-cards-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  padding-left: 56px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.day-cards-row::-webkit-scrollbar { height: 3px; }
.day-cards-row::-webkit-scrollbar-track { background: rgba(254,250,242,0.08); border-radius: 2px; }
.day-cards-row::-webkit-scrollbar-thumb { background: rgba(254,250,242,0.25); border-radius: 2px; }
.day-cards-row.is-dragging { cursor: grabbing; }
.day-cards-row img {
  pointer-events: none;
  -webkit-user-drag: none;
}
.day-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(254,250,242,0.18);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  min-width: 300px;
  max-width: 300px;
  flex-shrink: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 16px 34px rgba(4,0,0,0.25);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.day-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 36px;
  height: 2px;
  background: rgba(224,100,32,0.45);
}
.day-label {
  display: inline-block;
  background: rgba(224,100,32,0.2);
  border: 1px solid rgba(224,100,32,0.5);
  color: rgba(254,250,242,0.9);
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
  align-self: flex-start;
}
.day-card h3 {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 14px;
  line-height: 1.2;
}
.day-card-icon {
  width: auto;
  height: 56px;
  display: block;
  margin-bottom: 16px;
  flex-shrink: 0;
  filter: invert(50%) sepia(40%) saturate(550%) hue-rotate(346deg) brightness(101%) contrast(96%);
}
.day-card p {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 300;
  color: rgba(254,250,242,0.75);
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.day-card.active,
.day-card:hover {
  border-color: rgba(254,250,242,0.45);
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(4,0,0,0.4);
}
.day-dots {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 28px;
  padding: 0 56px;
}
.day-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(254,250,242,0.25);
  cursor: pointer;
  transition: background 0.3s ease;
  flex-shrink: 0;
}
.day-dot.active { background: var(--ember); }

/* ── QUOTE ──────────────────────────────────────────────────── */
.app-quote {
  padding: 120px 140px;
  text-align: center;
  position: relative;
  background: #fdf6ec;
  border: 1px solid var(--panna-cotta);
  border-radius: var(--radius-md);
}
.quote-mark {
  font-family: var(--ff-display);
  font-size: 100px;
  line-height: 1;
  color: var(--ember);
  opacity: 0.3;
  position: absolute;
  top: 20px;
  left: 32px;
  pointer-events: none;
}
.quote-mark-close { left: auto; right: 32px; top: auto; bottom: 20px; }
.app-quote blockquote {
  font-family: var(--ff-display);
  font-size: clamp(24px,4vw,44px);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  line-height: 1.35;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.app-quote cite {
  display: block;
  margin-top: 32px;
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-style: normal;
  text-align: center;
}

/* ── IS THIS RIGHT ──────────────────────────────────────────── */
.fit-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 80px;
}
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 32px;
}
.fit-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 36px 44px 48px;
  border: 1px solid rgba(30,61,32,0.12);
  box-shadow: 0 30px 70px rgba(28,28,24,0.12);
  position: relative;
  overflow: hidden;
}
.fit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(200deg, rgba(224,100,32,0.9), rgba(245,160,48,0.45));
}
.fit-card--green {
  background: rgba(30,61,32,0.05);
  border-color: rgba(30,61,32,0.2);
  box-shadow: 0 35px 80px rgba(14,38,22,0.18);
}
.fit-card--green::before {
  background: linear-gradient(200deg, rgba(30,61,32,0.8), rgba(112,150,120,0.35));
}
.fit-card--warm {
  background: rgba(196,48,16,0.05);
  border-color: rgba(196,48,16,0.18);
  box-shadow: 0 35px 90px rgba(196,48,16,0.22);
}
.fit-card--warm::before {
  background: linear-gradient(200deg, rgba(196,48,16,0.75), rgba(245,160,48,0.4));
}
.fit-card h3 {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--forest);
  margin-bottom: 18px;
  line-height: 1.2;
}
.fit-bullet {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 300;
  color: var(--text-body);
  line-height: 1.7;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(30,61,32,0.1);
}
.fit-bullet:last-child { border-bottom: none; }
.fit-bullet-icon {
  width: 14px;
  height: auto;
  flex-shrink: 0;
  margin-top: 4px;
}
.fit-note {
  text-align: center;
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: var(--text-muted);
  max-width: 720px;
  margin: 40px auto 0;
  line-height: 1.75;
}
.fit-layout {
  display: block;
  margin-top: 48px;
}
.fit-gallery {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.fit-gallery figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0;
  width: min(320px, 45%);
  box-shadow: 0 28px 60px rgba(26,20,16,0.15);
}
.fit-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  .fit-gallery figure { width: 100%; }
}

/* ── GUIDE CTA ─────────────────────────────────────────────── */
.guide-section {
  background: var(--panna-cotta);
}
.guide-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px clamp(32px,6vw,72px);
}
.guide-grid {
  display: grid;
  grid-template-columns: minmax(320px,1.1fr) minmax(260px,0.9fr);
  gap: 48px;
  align-items: start;
}
.guide-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.guide-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 40px 44px 48px;
  border: 1px solid rgba(30,61,32,0.1);
  box-shadow: 0 40px 90px rgba(28,28,24,0.12);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.guide-preview {
  width: 240px;
  aspect-ratio: 2 / 3;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(26,20,16,0.2);
  margin: 0 auto 8px;
}
.guide-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.guide-benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.guide-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.guide-benefit span {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--text-body);
  line-height: 1.7;
}
.guide-card .btn {
  align-self: flex-start;
  box-shadow: 0 14px 30px rgba(46,94,48,0.35);
}
.guide-visual {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  min-height: 320px;
  box-shadow: 0 40px 90px rgba(26,20,16,0.2);
}
.guide-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,4,2,0.1), rgba(5,4,2,0.35));
}
.guide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.guide-modal {
  position: fixed;
  inset: 0;
  z-index: 420;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(12,18,14,0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.guide-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.guide-modal-dialog {
  width: min(520px, 100%);
  background: var(--ivory);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(30,61,32,0.14);
  box-shadow: 0 26px 60px rgba(28,28,24,0.22);
  padding: 28px 28px 30px;
  position: relative;
}
.guide-modal-header {
  max-width: 420px;
  margin: 0 auto 20px;
  text-align: center;
}
.guide-modal-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 14px;
}
.guide-modal-logo {
  width: clamp(68px, 11vw, 86px);
  height: auto;
  display: block;
}
.guide-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(30,61,32,0.16);
  background: rgba(254,250,242,0.9);
  color: var(--forest);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.guide-modal-headline {
  font-family: var(--ff-display);
  font-size: clamp(30px,4.4vw,38px);
  line-height: 1.06;
  color: var(--forest);
  margin: 0 0 10px;
}
.guide-modal-copy {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
}
.guide-modal-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 420px;
  margin: 0 auto;
}
.guide-modal-label {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
}
.guide-modal-input {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(30,61,32,0.18);
  background: rgba(255,255,255,0.98);
  color: var(--text-body);
  font-family: var(--ff-body);
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.guide-modal-input:focus {
  outline: none;
  border-color: rgba(224,100,32,0.55);
  box-shadow: 0 0 0 3px rgba(224,100,32,0.16);
}
.guide-modal-actions .btn {
  width: 100%;
  justify-content: center;
}
.guide-modal-success {
  display: none;
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(30,61,32,0.14);
  background: rgba(30,61,32,0.05);
  color: var(--forest);
  font-family: var(--ff-body);
  font-size: 13px;
  line-height: 1.65;
}
.guide-modal-success.is-visible {
  display: block;
}
body.modal-open {
  overflow: hidden;
}

/* ── PROCESS STEPS ──────────────────────────────────────────── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 64px;
}
@media (max-width: 900px) { .process-steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .process-steps { grid-template-columns: 1fr; } }

.process-step {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(254,250,242,0.07);
  padding: 48px 32px 52px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: background 0.3s ease;
}
.process-step:hover { background: rgba(255,255,255,0.09); }

.process-num {
  font-family: var(--ff-display);
  font-size: 72px;
  font-weight: 200;
  color: rgba(245,160,48,0.18);
  line-height: 1;
  margin-bottom: 24px;
  display: block;
}

.process-step-content h3 {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 14px;
  line-height: 1.15;
}
.process-step-content p {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: rgba(254,250,242,0.58);
  line-height: 1.8;
}

/* ── TEAM ───────────────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 64px;
}
@media (max-width: 767px) { .team-grid { grid-template-columns: 1fr; } }

.team-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(254,250,242,0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: background 0.3s ease;
}
.team-card:hover { background: rgba(255,255,255,0.08); }
.team-card-left { border-right: none; }

.team-photo-wrap {
  width: 100%;
  height: 360px;
  overflow: hidden;
  flex-shrink: 0;
}
.team-photo-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s ease;
}
.team-card:hover .team-photo-large { transform: scale(1.03); }

.team-card-content {
  padding: 40px 44px 48px;
  display: flex;
  flex-direction: column;
}

.team-name {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  line-height: 1.05;
}
.team-role {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.team-ember-rule {
  width: 32px;
  height: 1px;
  background: var(--ember);
  opacity: 0.45;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.team-bio {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 300;
  color: rgba(254,250,242,0.58);
  line-height: 1.8;
  margin-bottom: 28px;
  flex: 1;
}
.team-link {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(245,160,48,0.3);
  padding-bottom: 3px;
  display: inline-block;
  transition: color 0.3s ease, border-color 0.3s ease;
  align-self: flex-start;
}
.team-link:hover { color: var(--ivory); border-color: rgba(254,250,242,0.35); }

/* ── LOCATIONS SLIDER ───────────────────────────────────────── */
.loc-heading {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(24px,5vw,64px);
}
.loc-heading .text-block { margin-bottom: 36px; }
.loc-slider {
  --loc-viewport-inline-pad: clamp(24px,5vw,48px);
  --loc-viewport-bottom-pad: clamp(50px,6vw,90px);
  margin-top: 56px;
  position: relative;
  padding-bottom: clamp(70px,7vw,110px);
}
.loc-slider-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--loc-viewport-inline-pad) var(--loc-viewport-bottom-pad);
  box-sizing: border-box;
}
.loc-slider-viewport::before,
.loc-slider-viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: var(--loc-viewport-bottom-pad);
  width: clamp(40px, 7vw, 92px);
  pointer-events: none;
  z-index: 3;
}
.loc-slider-viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(254,250,242,0.86) 0%, rgba(254,250,242,0.5) 46%, rgba(254,250,242,0) 100%);
}
.loc-slider-viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(254,250,242,0.86) 0%, rgba(254,250,242,0.5) 46%, rgba(254,250,242,0) 100%);
}
.loc-slider-track {
  display: flex;
  gap: clamp(30px,4vw,56px);
  padding: 0;
  will-change: transform;
  transition: transform 0.55s ease;
}
.loc-card {
  flex: 0 0 500px;
  width: 500px;
  max-width: min(560px, 92vw);
  background: var(--ivory);
  border: 1px solid rgba(30,61,32,0.08);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(28,28,24,0.08);
  display: flex;
  flex-direction: column;
}
.loc-card figure {
  margin: 0;
  width: 100%;
  height: min(320px,40vw);
  flex: 0 0 auto;
  overflow: hidden;
}
.loc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.loc-card:hover img { transform: scale(1.03); }
.loc-card-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 260px;
  flex: 1 1 auto;
}
@media (max-width: 599px) {
  .loc-card-info {
    padding: 20px;
    min-height: 220px;
  }
}
.loc-card-title {
  font-family: var(--ff-display);
  font-size: clamp(28px, 4.6vw, 38px);
  font-weight: 300;
  margin: 0;
  color: var(--ink);
  min-height: 76px;
  display: flex;
  align-items: flex-start;
}
.loc-card-subtitle {
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.7;
}
.loc-card-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.loc-card-list li {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
  border: 1px solid rgba(30,61,32,0.18);
  border-radius: 999px;
  padding: 6px 14px;
}
.loc-card-cta {
  font-family: var(--ff-body);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ember);
  text-decoration: none;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.loc-card-cta::after {
  content: '›';
  font-size: 16px;
  line-height: 1;
}
.loc-card-cta:hover { color: var(--flame); }
.loc-card-link {
  font-family: var(--ff-body);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(30,61,32,0.7);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}
.loc-card-link::after {
  content: '↗';
  font-size: 14px;
  line-height: 1;
}
.loc-card-link:hover { color: var(--forest); }
.loc-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.loc-slider-btn {
  position: absolute;
  top: calc((100% - var(--loc-viewport-bottom-pad)) / 2);
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(224,100,32,0.5);
  background: rgba(224,100,32,0.2);
  color: var(--ember);
  opacity: 0.8;
  box-shadow: 0 14px 32px rgba(28,28,24,0.14), inset 0 1px 0 rgba(255,255,255,0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  font-size: 0;
  transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}
#loc-slider-prev {
  left: calc(var(--loc-viewport-inline-pad) + 12px);
}
#loc-slider-next {
  right: calc(var(--loc-viewport-inline-pad) + 12px);
}
.loc-slider-btn::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  line-height: 1;
}
#loc-slider-prev::before {
  transform: translateX(1px) rotate(135deg);
}
#loc-slider-next::before {
  transform: translateX(-1px) rotate(-45deg);
}
.loc-slider-btn:hover {
  opacity: 1;
  background: var(--ember);
  border-color: var(--ember);
  color: var(--ivory);
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 18px 38px rgba(196,48,16,0.24), inset 0 1px 0 rgba(255,255,255,0.25);
}
.loc-slider-btn:focus-visible {
  outline: none;
  opacity: 1;
  background: var(--ember);
  border-color: var(--ember);
  color: var(--ivory);
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 0 0 4px rgba(224,100,32,0.16), 0 18px 38px rgba(196,48,16,0.24);
}
.loc-slider-btn:disabled {
  opacity: 0.32;
  cursor: default;
  pointer-events: none;
}
.loc-slider-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.loc-slider-dots span {
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: rgba(30,61,32,0.2);
  cursor: pointer;
  transition: background 0.3s ease;
}
.loc-slider-dots span.active { background: var(--ember); }
.loc-slider-viewport::-webkit-scrollbar { display: none; }
.loc-slider-viewport { scrollbar-width: none; }

@media (max-width: 1100px) {
  .loc-card {
    flex-basis: 460px;
    width: 460px;
  }
}
@media (max-width: 900px) {
  .loc-slider {
    --loc-viewport-inline-pad: clamp(16px,6vw,32px);
  }
  .loc-slider-viewport {
    --loc-viewport-bottom-pad: clamp(50px,8vw,90px);
  }
  .loc-card {
    flex-basis: 420px;
    width: 420px;
  }
}
@media (max-width: 700px) {
  .loc-slider-btn {
    width: 44px;
    height: 44px;
  }
  .loc-slider-btn::before {
    width: 10px;
    height: 10px;
    border-right-width: 2.2px;
    border-bottom-width: 2.2px;
  }
  .loc-card {
    flex-basis: 92vw;
    width: 92vw;
  }
}
@media (max-width: 540px) {
  #loc-slider-prev {
    left: calc(var(--loc-viewport-inline-pad) + 6px);
  }
  #loc-slider-next {
    right: calc(var(--loc-viewport-inline-pad) + 6px);
  }
  .loc-card {
    flex-basis: 96vw;
    width: 96vw;
  }
  .loc-card figure {
    height: min(280px,60vw);
  }
}
@media (max-width: 460px) {
  .loc-slider-btn {
    top: auto;
    bottom: 10px;
    transform: none;
    width: 40px;
    height: 40px;
    opacity: 0.86;
  }
  .loc-slider-btn:hover,
  .loc-slider-btn:focus-visible {
    transform: scale(1.02);
  }
}

/* ── RETREAT CARDS ──────────────────────────────────────────── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.retreat-shared {
  max-width: 880px;
  margin: 0 auto 40px;
}
.retreat-shared-list {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 14px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.retreat-shared-list li {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
  background: rgba(30,61,32,0.08);
  border: 1px solid rgba(30,61,32,0.12);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
}
.retreat-card {
  background: var(--ivory);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(28,28,24,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.retreat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(28,28,24,0.12);
}
.retreat-card:hover .retreat-card-img img {
  filter: grayscale(0%) !important;
  transition: filter 0.6s ease !important;
}
.card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
  transition: opacity 0.5s ease;
}
.retreat-card:hover .card-overlay { opacity: 0 !important; }
.retreat-card-img {
  background: var(--panna-cotta);
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.retreat-card-img .dates-badge {
  background: rgba(254,250,242,0.92);
  border-radius: 2px;
  padding: 8px 14px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  z-index: 2;
  align-self: flex-end;
}
.retreat-card-img,
.retreat-card-img:visited,
.retreat-card-img:hover,
.retreat-card-img:active,
.retreat-card-img:focus {
  color: inherit;
  text-decoration: none;
}
.retreat-card-body {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 22px;
}
.retreat-card-body .tag {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 8px;
  display: block;
}
.retreat-card-body h4 {
  font-family: var(--ff-display);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.25;
}
.retreat-card-body h4 a,
.retreat-card-body h4 a:visited,
.retreat-card-body h4 a:hover,
.retreat-card-body h4 a:active,
.retreat-card-body h4 a:focus {
  color: inherit;
  text-decoration: none;
}
.retreat-card-body p {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
}
.retreat-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.retreat-chip {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(30,61,32,0.25);
  background: rgba(30,61,32,0.02);
}
.retreat-card-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.retreat-card-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.retreat-card-summary p {
  margin-bottom: 0;
}
.retreat-meta-block {
  border-top: 1px solid rgba(30,61,32,0.12);
  padding-top: 18px;
  margin-top: 2px;
}
.retreat-meta-label {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30,61,32,0.8);
  display: block;
  margin-bottom: 6px;
}
.retreat-meta-value {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-body);
  line-height: 1.7;
}
.retreat-date-block {
  border-top: 1px solid rgba(30,61,32,0.12);
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.retreat-date-line {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.retreat-date-value {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.retreat-extra-dates {
  margin-top: 6px;
  opacity: 1;
  max-height: 320px;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
}
.retreat-extra-dates.is-collapsed {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.retreat-extra-dates ul {
  list-style: none;
  padding: 12px 14px;
  margin: 0;
  background: rgba(30,61,32,0.04);
  border: 1px solid rgba(30,61,32,0.06);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.retreat-extra-dates li {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--forest);
  letter-spacing: 0.04em;
}
.retreat-dates-toggle {
  align-self: flex-start;
  background: none;
  border: none;
  color: var(--forest);
  cursor: pointer;
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.retreat-dates-toggle::after {
  content: '›';
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}
.retreat-dates-toggle[aria-expanded="true"]::after {
  transform: translateY(-1px) rotate(90deg);
}
.retreat-dates-toggle:hover {
  color: var(--ember);
}
.retreat-card-body .price {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
  padding-top: 0;
}
.retreat-card-body .price span {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
}
.retreat-card-footer {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(30,61,32,0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.retreat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--forest);
  color: var(--ivory);
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.3s ease;
}
.retreat-btn,
.retreat-btn:visited,
.retreat-btn:hover,
.retreat-btn:active,
.retreat-btn:focus {
  color: var(--ivory);
  text-decoration: none;
}
.retreat-btn:hover { background: #2d5e30; }

/* ── NEWSLETTER ─────────────────────────────────────────────── */
.newsletter-section {
  background: var(--forest);
  position: relative;
  overflow: hidden;
  padding: clamp(70px,8vw,140px) 0;
  isolation: isolate;
}
.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(224,100,32,0.18), transparent 45%),
    radial-gradient(circle at 85% 0%, rgba(254,250,242,0.08), transparent 45%);
  opacity: 0.9;
}
.newsletter-shell {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(36px,5vw,64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "card"
    "visual";
  gap: clamp(32px,5vw,48px);
  align-items: stretch;
  background: rgba(6,27,17,0.7);
  border-radius: calc(var(--radius-xl) + 10px);
  border: 1px solid rgba(254,250,242,0.1);
  box-shadow: 0 38px 110px rgba(3,12,6,0.55);
  backdrop-filter: blur(8px);
}
.newsletter-card {
  background: rgba(4,17,11,0.55);
  border: 1px solid rgba(254,250,242,0.08);
  border-radius: var(--radius-xl);
  padding: clamp(36px,5vw,56px);
  color: var(--ivory);
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: 0 24px 70px rgba(3,10,6,0.25);
  grid-area: card;
}
.newsletter-content {
  color: var(--ivory);
  max-width: 520px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.newsletter-card .s-headline {
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.15;
  margin-bottom: 12px;
}
.newsletter-headline-sub {
  display: block;
  margin-top: 10px;
  font-size: 0.78em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(254,250,242,0.82);
}
.newsletter-accent {
  color: var(--ember);
  font-style: italic;
}
.newsletter-content .eyebrow {
  color: var(--gold);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.newsletter-content .sh-rule {
  width: 72px;
  height: 1px;
  background: rgba(224,100,32,0.65);
  display: inline-block;
  margin: 10px 0 10px;
}
.newsletter-content .s-desc {
  margin-bottom: 8px;
  color: rgba(254,250,242,0.8);
  line-height: 1.7;
}
.newsletter-visual {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  box-shadow: 0 40px 90px rgba(0,0,0,0.35);
  background: rgba(255,255,255,0.04);
  min-height: clamp(260px,35vw,520px);
  height: 100%;
  grid-area: visual;
}
.newsletter-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(254,250,242,0.08);
  border-radius: inherit;
  pointer-events: none;
}
.newsletter-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  display: block;
}
.newsletter-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.newsletter-form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.newsletter-input {
  flex: 1;
  background: rgba(254,250,242,0.06);
  border: 1px solid rgba(254,250,242,0.26);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--ivory);
  outline: none;
  min-width: 0;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.newsletter-input:focus {
  border-color: rgba(254,250,242,0.5);
  background: rgba(254,250,242,0.14);
}
.newsletter-input::placeholder { color: rgba(254,250,242,0.6); }
.newsletter-form .btn {
  border-radius: var(--radius-md);
  min-width: 160px;
  padding: 16px 28px;
  box-shadow: 0 12px 28px rgba(1,12,5,0.45);
}
.newsletter-privacy {
  font-family: var(--ff-body);
  font-size: 14px;
  color: rgba(254,250,242,0.6);
  text-align: left;
}
@media (min-width: 901px) {
  .newsletter-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    grid-template-areas: "card visual";
    align-items: center;
  }
  .newsletter-visual {
    min-height: 100%;
    height: 100%;
  }
}
@media (max-width: 900px) {
  .newsletter-visual {
    height: auto;
  }
}

/* ── BLOG CARDS ─────────────────────────────────────────────── */
.blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
@media (max-width: 1024px) { .blog-cards-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px) { .blog-cards-grid { grid-template-columns: 1fr; } }
.blog-card {
  background: var(--ivory);
  border: 1px solid rgba(30,61,32,0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 36px rgba(26,20,16,0.06);
}
.blog-card-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.blog-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px 0;
  font-family: var(--ff-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.blog-cat-tag {
  font-weight: 600;
  color: var(--ember);
}
.blog-read-time {
  font-weight: 500;
}
.blog-card-date {
  font-family: var(--ff-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 6px 24px 0;
}
.blog-card-title {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  padding: 14px 24px 0;
}
.blog-card-excerpt {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 12px 24px 0;
  flex: 1;
}
.blog-read-wrap {
  text-align: center;
  padding: 16px 0 8px;
}
.blog-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
  border: 1px solid var(--forest);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-read-more:hover {
  background: var(--forest);
  color: var(--ivory);
}
.blog-card-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px 24px;
  border-top: 1px solid rgba(30,61,32,0.08);
  margin-top: auto;
}
.blog-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--ember);
  flex-shrink: 0;
}
.blog-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-author-name {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}
.blog-author-role {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── TESTIMONIAL SLIDER ─────────────────────────────────────── */
.testi-slider {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
}
.testi-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.testi-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  padding: 12px 0;
}
.testi-entry {
  background: #fff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(30,61,32,0.08);
  box-shadow: 0 22px 60px rgba(26,20,16,0.1);
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.testi-entry:last-child:nth-child(odd) {
  grid-column: span 2;
}
.testi-entry-portrait {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
}
.testi-entry-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testi-entry-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testi-text {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.45;
  margin: 0;
}
.testi-attr {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.testi-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(30,61,32,0.25);
  background: transparent;
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.testi-nav:hover { background: var(--forest); color: var(--ivory); }
.testi-dots {
  display: flex;
  gap: 8px;
}
.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(30,61,32,0.2);
  transition: all 0.3s ease;
}
.testi-dot.active {
  background: var(--forest);
  width: 22px;
  border-radius: 4px;
}

/* ── PARTNERS ───────────────────────────────────────────────── */
.partners-section {
  background: var(--ivory);
  position: relative;
  padding: 110px 0 120px;
}
.partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(224,100,32,0.45), transparent);
  transform: translateX(-50%);
  opacity: 0.7;
}
.partners-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(24px,6vw,72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 34px;
}
.partners-carousel {
  width: 100%;
  margin-top: 4px;
  padding: 6px clamp(44px,5vw,56px);
  position: relative;
  display: block;
}
.partners-carousel-track {
  position: relative;
  overflow: hidden;
  padding: 12px clamp(10px,1.3vw,16px) 51px;
}
.partners-carousel-track::before,
.partners-carousel-track::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(10px,1.4vw,16px);
  pointer-events: none;
  z-index: 2;
}
.partners-carousel-track::before {
  left: 0;
  background: linear-gradient(to right, var(--ivory), rgba(254,250,242,0));
}
.partners-carousel-track::after {
  right: 0;
  background: linear-gradient(to left, var(--ivory), rgba(254,250,242,0));
}
.partners-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(12px,1.8vw,22px);
  align-items: stretch;
  min-width: max-content;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}
.partner-box {
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid rgba(30,61,32,0.08);
  background: linear-gradient(140deg, rgba(255,255,255,0.98), rgba(245,232,208,0.72));
  padding: 22px 24px;
  flex: 0 0 clamp(180px,13vw,220px);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px rgba(28,28,24,0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
}
.partner-box:hover {
  box-shadow: 0 20px 40px rgba(28,28,24,0.12);
  transform: translateY(-2px);
  border-color: rgba(224,100,32,0.18);
}
.partner-box:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(224,100,32,0.24), 0 20px 40px rgba(28,28,24,0.12);
  border-color: rgba(224,100,32,0.3);
}
.partner-box img {
  max-width: 92%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.partner-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(30,61,32,0.2);
  background: rgba(6,27,17,0.78);
  color: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
  outline: none;
  transform: translateY(-50%);
  z-index: 3;
}
.partner-arrow:hover {
  background: rgba(224,100,32,0.9);
  border-color: rgba(224,100,32,0.9);
  transform: translateY(calc(-50% - 1px));
}
.partner-arrow:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(224,100,32,0.4);
}
.partner-arrow--prev { left: 0; }
.partner-arrow--next { right: 0; }
.partners-heading {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.partners-heading .sh-rule {
  margin-left: auto;
  margin-right: auto;
}
.partner-modal {
  position: fixed;
  inset: 0;
  z-index: 420;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(12,18,14,0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.partner-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.partner-modal-dialog {
  width: min(500px, 100%);
  background: var(--ivory);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(30,61,32,0.14);
  box-shadow: 0 26px 60px rgba(28,28,24,0.22);
  padding: 26px 26px 28px;
  position: relative;
}
.partner-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(30,61,32,0.16);
  background: rgba(254,250,242,0.9);
  color: var(--forest);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.partner-modal-logo {
  width: 100%;
  max-width: 190px;
  height: 74px;
  margin-bottom: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(30,61,32,0.1);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(28,28,24,0.08);
  overflow: hidden;
}
.partner-modal-logo img {
  max-width: 88%;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.partner-modal-name {
  margin: 0 0 8px;
  font-family: var(--ff-display);
  font-size: clamp(28px,4.2vw,36px);
  line-height: 1.08;
  color: var(--forest);
}
.partner-modal-copy {
  margin: 0 0 20px;
  font-family: var(--ff-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
}
.partner-modal-actions .btn {
  width: 100%;
  justify-content: center;
}

/* ── FOOTER ─────────────────────────────────────────────────── */
.site-footer { background: var(--forest); padding: 100px 48px 40px; }
.footer-ember-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--ember), transparent);
  opacity: 0.4;
  margin-bottom: 80px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 32px;
}
.footer-logo { width: 180px; height: auto; display: block; margin-bottom: 20px; }
.footer-tagline {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 300;
  color: rgba(254,250,242,0.45);
  line-height: 1.9;
  max-width: 280px;
  margin-bottom: 28px;
}
.footer-socials { display: flex; gap: 8px; }
.footer-social-box {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}
.footer-social-box img {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer-social-box:hover,
.footer-social-box:focus-visible {
  background: rgba(224,100,32,0.2);
}
.footer-social-box:hover img,
.footer-social-box:focus-visible img {
  opacity: 1;
}
.footer-col-heading {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(254,250,242,0.5);
  margin-bottom: 24px;
}
.footer-links { list-style: none; }
.footer-links li { line-height: 2.2; }
.footer-links a {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: rgba(254,250,242,0.65);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover { color: var(--ember); }
.footer-address {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 300;
  color: rgba(254,250,242,0.65);
  line-height: 2.1;
  font-style: normal;
}
.footer-address a { color: rgba(254,250,242,0.65); text-decoration: none; }
.footer-address a:hover { color: var(--ember); }
.footer-contact-note {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(254,250,242,0.45);
}
.footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
.footer-rule { width: 40px; height: 1px; background: var(--ember); flex-shrink: 0; }
.footer-legal { font-family: var(--ff-body); font-size: 14px; color: rgba(254,250,242,0.3); }
.floating-contact {
  position: fixed;
  right: clamp(14px,2.5vw,28px);
  bottom: clamp(14px,2.5vw,26px);
  z-index: 280;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.floating-contact-panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.98);
  transform-origin: bottom right;
  transition: opacity 0.26s ease, transform 0.26s ease;
}
.floating-contact.open .floating-contact-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.floating-contact-item {
  min-width: 168px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 10px 13px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(30,61,32,0.15);
  background: rgba(254,250,242,0.96);
  box-shadow: 0 16px 30px rgba(28,28,24,0.1);
  text-decoration: none;
  color: var(--forest);
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}
.floating-contact-item:hover {
  border-color: rgba(224,100,32,0.36);
  color: var(--ember);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(28,28,24,0.14);
}
.floating-contact-icon {
  width: 24px;
  height: 24px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 1px solid rgba(30,61,32,0.14);
  background: rgba(30,61,32,0.06);
}
.floating-contact-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.floating-contact-icon img {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(23%) saturate(963%) hue-rotate(83deg) brightness(93%) contrast(92%);
  transition: filter 0.24s ease;
}
.floating-contact-item:hover .floating-contact-icon img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(46%) saturate(1882%) hue-rotate(350deg) brightness(96%) contrast(87%);
}
.floating-contact-toggle {
  border: 1px solid rgba(224,100,32,0.34);
  background: rgba(224,100,32,0.88);
  color: var(--ivory);
  border-radius: var(--radius-md);
  min-height: 46px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 20px 34px rgba(196,48,16,0.22);
  cursor: pointer;
  transition: background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}
.floating-contact-toggle:hover {
  background: var(--flame);
  transform: translateY(-1px);
  box-shadow: 0 24px 38px rgba(196,48,16,0.26);
}
.floating-contact-toggle-icon {
  width: 20px;
  height: 20px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: rgba(254,250,242,0.2);
}
.floating-contact-toggle-icon img {
  width: 13px;
  height: 13px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.floating-contact-toggle-label {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.floating-contact-toggle[aria-expanded="true"] .floating-contact-toggle-icon {
  background: rgba(254,250,242,0.26);
}
.floating-contact-slot {
  display: none;
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .nav-group-left,
  .nav-group-right { display: none; }
  .nav-hamburger { display: flex; }
  .nav-cta { display: none; }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: repeat(2,1fr); }
  .nav-shell {
    grid-template-columns: 1fr var(--nav-logo-slot) auto;
    padding: 0 32px;
  }
  .nav-center-slot { grid-column: 2; }
  .nav-lang-slot {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    grid-column: 3;
    margin-left: 0;
    justify-self: end;
  }
  .partner-box { flex: 0 0 220px; height: 120px; padding: 22px; }
}
@media (max-width: 1024px) {
  .floating-contact-item {
    min-width: 152px;
    font-size: 10px;
  }
  .sw, .sw-narrow { padding: 80px 48px; }
  #retreats .sw { padding: 100px 48px; }
  .partners-shell { padding: 0 48px; }
  .hero-inner { padding: 92px 48px 42px; }
  .site-nav { height: 124px; padding: 12px 48px; }
  .nav-logo-wrap { height: 124px; }
  .nav-logo-wrap { top: 73%; }
  .nav-logo-light { height: 150px; }
  .reassurance-grid { grid-template-columns: 1fr; }
  .reassurance-card { border-right: none; border-bottom: 1px solid rgba(30,61,32,0.06); padding: 56px 48px; border-radius: var(--radius-lg); }
  .reassurance-card:last-child { border-bottom: none; }
  .fit-shell { padding: 0 48px; }
  .fit-layout { grid-template-columns: 1fr; }
  .guide-shell { padding: 80px 48px; }
  .guide-grid { grid-template-columns: 1fr; }
  .newsletter-shell { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .loc-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .sw, .sw-narrow { padding: 72px 24px; }
  #retreats .sw { padding: 72px 24px; }
  .fit-shell { padding: 0 24px; }
  .guide-shell { padding: 72px 24px; }
  .partners-section { padding: 80px 0 90px; }
  .partners-shell { padding: 0 24px; }
  .partners-carousel { padding: 8px 42px; }
  .partners-track { gap: 16px; }
  .partner-box { flex: 0 0 220px; height: 120px; padding: 22px; }
  .partner-arrow { width: 38px; height: 38px; }
  .partner-arrow--prev { left: 6px; }
  .partner-arrow--next { right: 6px; }
  .site-nav {
    height: 74px;
    padding: 0 12px;
    background: rgba(254,250,242,0.96);
    border-bottom: 1px solid rgba(30,61,32,0.08);
    box-shadow: 0 12px 30px rgba(28,28,24,0.08);
  }
  .nav-shell {
    padding: 0;
    gap: 12px;
    grid-template-columns: 1fr 60px auto;
    position: relative;
  }
  .nav-center-slot {
    --nav-logo-slot: 60px;
    width: 60px;
    grid-column: 2;
  }
  .nav-logo-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
  }
  .nav-logo-light { display: none; }
  .nav-logo-icon {
    opacity: 1;
    height: 44px !important;
    width: auto;
  }
  .site-nav.nav--scrolled .nav-logo-icon { opacity: 1; }
  .nav-hamburger span { background: var(--forest); }
  .nav-lang-slot { gap: 12px; }
  .nav-lang-switch {
    border-color: rgba(30,61,32,0.12);
    background: rgba(254,250,242,0.94);
  }
  .nav-lang-switch .lang-flag-btn { width: 26px; height: 26px; font-size: 14px; }
  .nav-cta { font-size: 10px; padding: 9px 14px; letter-spacing: 0.08em; }
  .floating-contact {
    right: 12px;
    bottom: 12px;
  }
  .floating-contact-item {
    min-width: 142px;
    padding: 9px 11px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  .floating-contact-toggle {
    min-height: 42px;
    padding: 9px 12px;
  }
  .floating-contact-toggle-label {
    font-size: 9px;
    letter-spacing: 0.14em;
  }
  .reassurance-inner { padding: 0 !important; grid-template-columns: 1fr !important; }
  .reassurance-card {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .hero {
    min-height: auto;
    padding: clamp(110px, 26vw, 150px) 18px 68px;
    background: linear-gradient(185deg, rgba(10,12,9,0.92), rgba(9,12,10,0.82)), url('./assets/gallery/guest-sitting-on-mountain-vietname.webp') center/cover;
  }
  .hero-bg { display: none; }
  .hero-inner {
    padding: 0;
    min-height: auto;
  }
  .hero-content { width: 100%; margin: 0; }
  .hero-left {
    flex: 1 1 100%;
    flex-basis: 100%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .hero-panel {
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .hero-panel-surface {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .hero-panel-surface::before,
  .hero-panel-surface::after { display: none; }
  .hero-panel-toggle { display: none; }
  .hero-panel-body { gap: 18px; padding: 0; }
  .hero-icon {
    align-self: center;
    margin: 0 auto 18px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 96px;
  }
  .hero-icon img,
  .hero-icon svg {
    width: clamp(48px, 18vw, 80px);
    height: auto;
    display: block;
  }
  .hero-tagline { font-size: 11px; letter-spacing: 0.25em; color: var(--ember); }
  .hero-h1 { font-size: clamp(26px, 7.4vw, 38px); line-height: 1.15; }
  .hero-h2 { font-size: 15px; line-height: 1.75; }
  .hero-meta { font-size: 11px; letter-spacing: 0.14em; }
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .hero-video-widget { display: block; }
  .hero-scroll { display: none; }
  .btn { padding: 13px 24px; font-size: 11px; }

  .why-grid { grid-template-columns: 1fr; gap: 24px; }
  .pillars-layout { grid-template-columns: 1fr; gap: 32px; }
  .pillar-card { padding: 28px 24px 32px 32px; }
  .fit-grid { grid-template-columns: 1fr; gap: 24px; }
  .fit-card { padding: 28px 22px 32px 28px; }
  .fit-layout { gap: 32px; }
  .guide-grid { grid-template-columns: 1fr; gap: 32px; }
  .guide-card { padding: 28px 26px 32px; }
  .guide-benefits { grid-template-columns: 1fr; gap: 18px; }
  .guide-benefit { padding: 18px 16px; text-align: left; }
  .cta-shell { flex-direction: column; align-items: flex-start; }
  .cta-visual { width: 100%; min-height: 220px; }
  .cta-shell .btn-row { width: 100%; flex-direction: column; }
  .cta-shell .btn-row .btn { width: 100%; }
  .newsletter-shell { padding: 72px 24px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-visual { min-height: 260px; }
  .testi-quote { padding: 36px 28px; }
  .gallery-strip-inner { grid-template-columns: 1fr; }
  .team-card { padding: 0; }
  .team-card-content { padding: 32px 28px 40px; }
  .team-grid { gap: 16px; }
  .cards-grid { grid-template-columns: 1fr; gap: 18px; }
  .retreat-shared-list { grid-template-columns: 1fr; }
  .retreat-card-img { height: 220px; }
  .retreat-card-body { padding: 26px 22px; }
  .retreat-card-footer { flex-direction: column; align-items: flex-start; gap: 12px; }
  .testi-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }

  .day-cards-row { padding-left: 24px; }
  .day-dots { padding: 0 24px; }
  .day-card { min-width: 260px; max-width: 260px; padding: 24px 20px; }

  .loc-grid { grid-template-columns: 1fr; }
  .loc-card figure { height: 240px; }
  .loc-card-info { padding: 22px 20px 26px; }

  .app-quote { padding: 42px 22px; }
  .quote-mark,
  .quote-mark-close {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    font-size: 40px;
    color: rgba(224,100,32,0.8);
  }
  .quote-mark { margin-bottom: 8px; text-align: left; }
  .quote-mark-close { margin-top: 8px; text-align: right; }
  .app-quote blockquote { font-size: 24px; line-height: 1.65; margin: 0; }

  .newsletter-form { flex-direction: column; }
  .s-desc { margin-bottom: 40px; }
  .s-headline { font-size: clamp(30px, 7vw, 44px); }

  .testi-card { padding: 40px 22px; }
  .process-steps { gap: 1px; }
  .method-cards { gap: 16px !important; }
}

/* ── RETREATS SECTION PADDING OVERRIDE ─────────────────────── */
#retreats .sw { padding: 140px clamp(14px, 6vw, 80px); }

/* ── SCROLL ANIMATIONS ──────────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1.3s cubic-bezier(0.25,0.46,0.45,0.94), transform 1.3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}
.fade-in.delay-1 { transition-delay: 0.12s; }
.fade-in.delay-2 { transition-delay: 0.24s; }
.fade-in.delay-3 { transition-delay: 0.36s; }
.fade-in.delay-4 { transition-delay: 0.48s; }

/* ── METHOD SECTION ─────────────────────────────────────────── */
@media (max-width: 767px) { .method-cards { grid-template-columns: 1fr !important; } }
.method-split { gap: 32px !important; }
.method-split > div:first-child { height: 260px !important; }
.method-card {
  position: relative;
  border: 1px solid rgba(224,100,32,0.22);
  border-radius: var(--radius-lg);
  box-shadow: 0 26px 60px rgba(28,28,24,0.08);
  overflow: hidden;
}
.method-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(224,100,32,0.08);
  border-radius: calc(var(--radius-lg) - 18px);
  pointer-events: none;
}
.method-card-placeholder {
  width: 100%;
  height: 90px;
  border-radius: calc(var(--radius-lg) - 8px);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  opacity: 0.8;
  filter: saturate(0.9) contrast(0.94);
}
.method-card-placeholder::before,
.method-card-placeholder::after {
  display: none;
}
.method-card-placeholder img {
  width: auto;
  height: 70px;
  object-fit: contain;
  display: block;
}
.method-card-placeholder img.brand-green {
  filter: invert(20%) sepia(24%) saturate(760%) hue-rotate(83deg) brightness(95%) contrast(95%);
}

/* ── PREMIUM SECTION SPACING ────────────────────────────────── */
section { scroll-margin-top: 80px; }

/* ── NEW SECTIONS ───────────────────────────────────────────── */
.eyebrow-ember { color: var(--ember); }
@media (max-width: 900px) {
  .coaching-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .discovery-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 767px) {
  .coaching-grid { gap: 28px !important; }
}/* End custom CSS */