/* =========================================================
   Shared Sanctuary Collective
   Coachio-inspired header + hero, logo rose theme
   Reference: https://elementorkits-1.nextdin.com/coachio/
   ========================================================= */

#about,
#signs,
#support,
#next-step,
#philosophy,
#contact,
#contact-form,
#four-step-reset,
#step-leave,
#step-listen,
#step-lock-in,
#step-lead {
  scroll-margin-top: calc(var(--header-h) + 1.25rem);
}

:root {
  --white: #ffffff;
  --page: #fffdfc;
  --panel: #f7efec;
  --panel-deep: #f3e4df;
  --ink: #211613;
  --ink-soft: #5c534f;
  --ink-muted: #857a74;
  --nav: #6a4e48;
  --rose: #d68f85;
  --rose-deep: #c4786e;
  --rose-rich: #b86a5f;
  --rose-soft: rgba(214, 143, 133, 0.14);
  --line: rgba(26, 20, 18, 0.08);
  --shadow: 0 18px 50px rgba(120, 70, 55, 0.12);
  --shadow-btn: 0 14px 34px rgba(196, 120, 110, 0.32);

  --font: 'Inter', sans-serif;
  --font-display: 'Roboto', 'Inter', sans-serif;
  --header-h: 96px;
  --container: 1200px;
  --gutter: clamp(2rem, 6vw, 6.5rem);
  --radius-panel: 28px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--rose);
  color: var(--white);
  font-weight: 600;
  border-radius: 10px;
}

.skip-link:focus {
  top: 1rem;
}

.page {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------
   Buttons
--------------------------------------------------------- */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 50px;
  padding: 0.85rem 1.55rem;
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  transition:
    transform 0.35s var(--ease),
    background-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease),
    color 0.35s var(--ease);
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.35) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 0.75s var(--ease-soft);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  background: linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  color: var(--white);
  box-shadow: var(--shadow-btn);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(196, 120, 110, 0.4);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(26, 20, 18, 0.14);
  color: var(--ink);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: var(--rose-deep);
  background: var(--rose-soft);
}

.btn-ghost-dark {
  background: transparent;
  border: 1px solid rgba(26, 20, 18, 0.16);
  color: var(--ink);
}

.btn-ghost-dark:hover {
  transform: translateY(-2px);
  border-color: var(--rose-deep);
  background: var(--rose-soft);
  color: var(--rose-deep);
}

.btn-lg {
  min-height: 58px;
  padding: 1rem 1.85rem;
  font-size: 1rem;
  border-radius: 14px;
}

/* ---------------------------------------------------------
   Header ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Coachio style (white bar above hero)
--------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.4s var(--ease), border-color 0.4s var(--ease), background-color 0.4s var(--ease);
}

.site-header.is-scrolled {
  border-color: var(--line);
}

/* On the homepage the header floats transparent over the hero until the
   user scrolls, so the nav bar and banner read as one continuous surface. */
body.has-hero .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}

body.has-hero .site-header.is-scrolled {
  position: fixed;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(120, 70, 55, 0.08);
  border-bottom-color: var(--line);
}

body.has-hero .nav-link,
body.has-hero .nav-toggle {
  color: var(--ink);
}

.header-inner {
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  width: clamp(160px, 16vw, 205px);
  height: auto;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: clamp(0.95rem, 1.5vw, 1.55rem);
}

.nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--nav);
  transition: color 0.3s var(--ease);
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1.5px;
  background: var(--rose-deep);
  transition: right 0.4s var(--ease-soft);
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--rose-rich);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  right: 0;
}

.header-cta {
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  font-size: 0.78rem;
  white-space: nowrap;
  gap: 0;
  transition:
    transform 0.55s var(--ease-soft),
    box-shadow 0.55s var(--ease-soft),
    background-position 0.55s var(--ease-soft);
  background-size: 180% 180%;
  background-position: 0% 0%;
}

.header-cta:hover {
  transform: translateY(-3px) scale(1.035);
  box-shadow: 0 22px 46px rgba(196, 120, 110, 0.48);
  background-position: 100% 100%;
}

/* Masked two-row swap: both rows share one grid cell, so the button's
   width is fixed by the wider (arrow) row while the plain label still
   sits centred at rest ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â no dead space, no layout shift on hover. */
.header-cta-mask {
  position: relative;
  display: grid;
  overflow: hidden;
}

.header-cta-row {
  grid-area: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: transform 0.5s var(--ease-soft), opacity 0.4s var(--ease-soft);
}

.header-cta-row-hover {
  transform: translateY(120%);
  opacity: 0;
}

.header-cta-row-hover svg {
  transition: transform 0.5s var(--ease-soft);
}

.header-cta:hover .header-cta-row-default {
  transform: translateY(-120%);
  opacity: 0;
}

.header-cta:hover .header-cta-row-hover {
  transform: translateY(0);
  opacity: 1;
}

.header-cta:hover .header-cta-row-hover svg {
  transform: translateX(2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--ink);
}

@media (max-width: 1100px) {
  .nav-toggle {
    background: linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
    box-shadow: 0 8px 20px rgba(120, 70, 55, 0.28);
  }
}

.nav-toggle-bar {
  position: absolute;
  width: 18px;
  height: 1.5px;
  background: var(--white);
  transition:
    transform 0.3s var(--ease),
    opacity 0.3s var(--ease),
    top 0.3s var(--ease);
}

.nav-toggle-bar:nth-child(1) { top: 16px; }
.nav-toggle-bar:nth-child(2) { top: 21px; }
.nav-toggle-bar:nth-child(3) { top: 26px; }

.nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.nav-mobile {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: calc(var(--header-h) - 0.25rem);
  z-index: 60;
  padding: 1rem 1.2rem 1.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.nav-mobile[hidden] {
  display: none;
}

.nav-mobile-list .nav-link {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.nav-mobile-cta {
  margin-top: 1rem;
}

.nav-mobile-cta .btn {
  width: 100%;
}

/* ---------------------------------------------------------
   Hero ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Coachio panel, rose theme, 50% image
--------------------------------------------------------- */

.hero {
  position: relative;
  width: 100%;
  margin: 0;
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: clamp(520px, 72vh, 680px);
  overflow: hidden;
  background:
    radial-gradient(55% 65% at 8% 12%, rgba(255, 255, 255, 0.9), transparent 60%),
    radial-gradient(45% 55% at 60% 0%, rgba(222, 160, 147, 0.18), transparent 60%),
    linear-gradient(160deg, #fbf6f4 0%, var(--panel) 48%, var(--panel-deep) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 200px 39px 120px 100px;
  max-width: 710px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  align-self: flex-start;
  margin-bottom: 1.1rem;
  padding: 0.4rem 1.05rem 0.4rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 22px rgba(120, 70, 55, 0.06);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #dea093, var(--rose-deep));
  color: var(--white);
}

.hero-title {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: balance;
}

.hero-title em {
  font-style: normal;
  font-weight: 700;
  color: var(--rose-rich);
}

.hero-lead,
.hero-text {
  margin: 0 0 0.55rem;
  max-width: 48ch;
}

.hero-lead {
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink-soft);
}

.hero-text {
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ink-muted);
}

.hero-link-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  align-self: flex-start;
  border-bottom: 1px solid rgba(26, 20, 18, 0.16);
  transition: border-color 0.4s var(--ease), gap 0.4s var(--ease);
}

.hero-link-cta:hover {
  border-color: var(--rose-deep);
  gap: 1.35rem;
}

.hero-link-cta-label {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
}

.hero-link-cta-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  color: var(--white);
  box-shadow: var(--shadow-btn);
  transition: transform 0.4s var(--ease);
}

.hero-link-cta:hover .hero-link-cta-circle {
  transform: rotate(45deg);
}

/* Right 50% ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â full-bleed portrait */
.hero-visual {
  position: relative;
  min-height: 100%;
  align-self: stretch;
}

.hero-visual-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

.hero-visual-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(100deg, rgba(33, 22, 19, 0.16) 0%, transparent 22%);
  pointer-events: none;
}

.hero-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  animation:
    heroImgIn 1.6s var(--ease-soft) both,
    heroImgBreathe 10s ease-in-out 1.6s infinite;
}

@keyframes heroImgIn {
  from {
    transform: scale(1.08);
    filter: saturate(0.9) brightness(1) contrast(1);
  }
  to {
    transform: scale(1);
    filter: saturate(1) brightness(1) contrast(1);
  }
}

@keyframes heroImgBreathe {
  0%,
  100% {
    filter: saturate(1) brightness(1) contrast(1);
  }
  50% {
    filter: saturate(1.05) brightness(1.07) contrast(1.08);
  }
}

.hero-visual-tag {
  position: absolute;
  left: clamp(0.5rem, 2vw, 1.5rem);
  bottom: clamp(1.5rem, 3vw, 2.5rem);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem 0.85rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 44px rgba(120, 70, 55, 0.2);
}

.hero-visual-tag-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #dea093, var(--rose-deep));
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}

.hero-visual-tag-name {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}

.hero-visual-tag-role {
  display: block;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-muted);
}

.hero-scroll-cue {
  position: absolute;
  left: clamp(1.75rem, 4vw, 3.75rem);
  bottom: -2.6rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.hero-scroll-cue-line {
  position: relative;
  width: 1px;
  height: 30px;
  background: rgba(26, 20, 18, 0.15);
  overflow: hidden;
}

.hero-scroll-cue-line::after {
  content: '';
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: var(--rose-deep);
  animation: scrollCue 1.8s ease-in-out infinite;
}

@keyframes scrollCue {
  0% { top: -100%; }
  60% { top: 100%; }
  100% { top: 100%; }
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.85s var(--ease),
    transform 0.85s var(--ease);
}

.reveal-delay {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------------------------------
   Responsive
--------------------------------------------------------- */

@media (max-width: 1100px) {
  :root {
    --header-h: 80px;
  }

  .nav-desktop,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    order: -1;
    height: clamp(360px, 52vh, 500px);
  }

  .hero-visual-frame {
    border-radius: 0;
  }

  .hero-scroll-cue {
    display: none;
  }

  .hero-copy {
    max-width: none;
    padding: 1.75rem 1.35rem 2.25rem;
  }

  .hero-title {
    font-size: clamp(2.05rem, 6.4vw, 3rem);
  }
}

@media (max-width: 720px) {
  .brand-logo {
    width: 148px;
  }

  .hero-title {
    font-size: clamp(1.95rem, 8.4vw, 2.45rem);
  }

  .hero-badge {
    font-size: 0.78rem;
  }

  .btn-lg {
    width: 100%;
  }

  .hero-link-cta {
    margin-top: 1.5rem;
  }

  .hero-visual {
    height: 320px;
  }

  .hero-visual-tag {
    left: 50%;
    right: auto;
    bottom: -26px;
    transform: translateX(-50%);
    z-index: 3;
    width: calc(100% - 3rem);
    max-width: 300px;
    padding: 0.7rem 1.15rem 0.7rem 0.7rem;
  }

  .hero-visual-tag-mark {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
    flex-shrink: 0;
  }

  .hero-visual-tag-name {
    font-size: 0.92rem;
  }

  .hero-visual-tag-role {
    font-size: 0.7rem;
  }

  .hero-copy {
    padding-top: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ---------------------------------------------------------
   Header scroll state
--------------------------------------------------------- */

.site-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(120, 70, 55, 0.08);
}

/* ---------------------------------------------------------
   Section framework
--------------------------------------------------------- */

.section {
  width: 100%;
  padding: clamp(4rem, 8vw, 7.5rem) var(--gutter);
}

.section + .section {
  padding-top: 0;
}

.section-tight {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.section-band,
.section-band-deep {
  position: relative;
  background: linear-gradient(180deg, #f8f1ee 0%, var(--panel) 100%);
  padding-top: 70px !important;
}

.section-band::before,
.section-band-deep::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  display: none;
}

.section-band::before {
  background: linear-gradient(180deg, #f8f1ee 0%, var(--panel) 100%);
}

.section-band-deep::before {
  background: linear-gradient(160deg, #fbf6f4 0%, var(--panel) 55%, var(--panel-deep) 100%);
}

.section-head {
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.section-head.align-left {
  margin-left: 0;
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--rose-rich);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose-rich);
}

.section-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}

.section-title em {
  font-style: italic;
  font-weight: 700;
  color: var(--rose-rich);
}

.section-lead {
  margin: 0 auto;
  max-width: 62ch;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--ink-soft);
}

.align-left .section-lead {
  margin-left: 0;
}

/* ---------------------------------------------------------
   Prose / narrative blocks (About)
--------------------------------------------------------- */

.prose {
  width: min(100% - 2.5rem, 780px);
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.9;
  color: var(--ink-soft);
}

.prose p {
  margin: 0 0 1.4rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose strong {
  color: var(--ink);
  font-weight: 600;
}

.prose-lead {
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 1.75rem;
}

.prose-questions {
  margin: 2rem 0;
  padding: 1.85rem 2.1rem;
  border-radius: 20px;
  background: var(--panel);
  border-left: 3px solid var(--rose-deep);
}

.prose-questions p {
  margin: 0 0 0.7rem;
  font-style: italic;
  color: var(--ink);
  font-weight: 500;
}

.prose-questions p:last-child {
  margin-bottom: 0;
}

.prose-signoff {
  margin-top: 2.25rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--rose-rich);
}

/* ---------------------------------------------------------
   Problem / info card grid (About ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â six cards)
--------------------------------------------------------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.info-card {
  position: relative;
  overflow: hidden;
  padding: 2.35rem 2rem 2.1rem;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(120, 70, 55, 0.05);
  transition:
    transform 0.5s var(--ease-soft),
    box-shadow 0.5s var(--ease-soft),
    border-color 0.5s var(--ease-soft);
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #dea093, var(--rose-deep));
  transition: width 0.55s var(--ease-soft), left 0.55s var(--ease-soft);
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 52px rgba(120, 70, 55, 0.15);
  border-color: rgba(196, 120, 110, 0.28);
}

.info-card:hover::before {
  left: 0;
  width: 100%;
}

.info-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1.4rem;
  border-radius: 14px;
  background: linear-gradient(160deg, #f3ded9, var(--rose-soft));
  color: var(--rose-rich);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  transition: transform 0.5s var(--ease-soft), background 0.5s var(--ease-soft);
}

.info-card:hover .info-card-num {
  transform: scale(1.08);
  background: linear-gradient(160deg, #dea093, var(--rose-deep));
  color: var(--white);
}

.info-card-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.info-card-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

.section-cta {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

/* ---------------------------------------------------------
   Callout / quote block
--------------------------------------------------------- */

.callout {
  width: min(100% - 2.5rem, 900px);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 24px;
  background: linear-gradient(160deg, #fbf6f4 0%, var(--panel) 100%);
  border: 1px solid var(--line);
  text-align: center;
}

.callout p {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 500;
  line-height: 1.65;
  color: var(--ink);
}

/* ---------------------------------------------------------
   Book showcase (Support)
--------------------------------------------------------- */

.book-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  margin: 0 0 clamp(3.5rem, 7vw, 5.5rem);
}

.book-showcase-visual {
  position: relative;
}

.book-showcase-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(120, 70, 55, 0.22);
  transform: rotate(-3deg);
  transition: transform 0.6s var(--ease);
}

.book-showcase-visual:hover .book-showcase-frame {
  transform: rotate(0deg);
}

.book-showcase-frame img {
  width: 100%;
  height: auto;
}

.book-showcase-copy h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.book-showcase-copy p {
  margin: 0 0 1.2rem;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ink-soft);
}

.book-showcase-copy p:last-of-type {
  margin-bottom: 1.6rem;
}

/* ---------------------------------------------------------
   Book mockup (no cover image supplied yet)
--------------------------------------------------------- */

.book-mock {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3 / 4.6;
  margin: 0 auto;
  padding: clamp(1.6rem, 4vw, 2.2rem) clamp(1.4rem, 3vw, 1.9rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px 14px 14px 6px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.14) 0%, transparent 30%),
    linear-gradient(160deg, #dea093 0%, var(--rose-deep) 55%, #a85a50 100%);
  box-shadow:
    inset 6px 0 14px rgba(0, 0, 0, 0.18),
    0 30px 60px rgba(120, 70, 55, 0.28);
  color: var(--white);
}

.book-mock::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.book-mock-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.book-mock-title {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.book-mock-steps {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.book-mock-author {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

/* ---------------------------------------------------------
   4-Step Reset blueprint
--------------------------------------------------------- */

.reset-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.reset-step {
  position: relative;
  padding: 2.1rem 1.7rem;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(120, 70, 55, 0.05);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.reset-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(120, 70, 55, 0.13);
}

.reset-step-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 800;
  box-shadow: var(--shadow-btn);
}

.reset-step-title {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}

.reset-step-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

/* ---------------------------------------------------------
   Service / pricing cards (Your Next Step)
--------------------------------------------------------- */

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 3vw, 2.75rem);
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(120, 70, 55, 0.06);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(120, 70, 55, 0.15);
}

.service-card.is-featured {
  background: linear-gradient(165deg, #fbf6f4 0%, var(--panel) 100%);
  border-color: rgba(196, 120, 110, 0.3);
}

.service-card-tag {
  position: absolute;
  top: -14px;
  right: 2rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #dea093, var(--rose-deep));
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: var(--shadow-btn);
}

.service-card-title {
  margin: 0 0 0.6rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.service-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--rose-rich);
}

.service-card-meta span + span::before {
  content: '\2022';
  margin-right: 0.55rem;
  color: var(--ink-muted);
}

.service-card-text {
  margin: 0 0 1.25rem;
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

.service-card-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0 0 1.6rem;
}

.service-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.service-card-list li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.18rem;
  border-radius: 50%;
  background: var(--rose-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5l3 3 6-6.5' stroke='%23b86a5f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.service-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.service-card-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--ink);
}

.service-card-price small {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink-muted);
}

/* ---------------------------------------------------------
   Philosophy pillar tiles
--------------------------------------------------------- */

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.pillar-card {
  padding: 2.25rem 1.75rem;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  text-align: center;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(120, 70, 55, 0.13);
}

.pillar-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: var(--rose-soft);
  color: var(--rose-rich);
  font-size: 1.4rem;
  font-weight: 800;
}

.pillar-title {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.pillar-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.coming-soon-badge {
  display: inline-block;
  margin-top: 1.1rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---------------------------------------------------------
   CTA banner
--------------------------------------------------------- */

.cta-banner {
  position: relative;
  overflow: hidden;
  width: min(100% - 2.5rem, var(--container));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(2rem, 5vw, 4rem);
  border-radius: 32px;
  background: linear-gradient(160deg, #7a4438 0%, #4a2620 100%);
  text-align: center;
  isolation: isolate;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 90% at 15% 10%, rgba(214, 143, 133, 0.35), transparent 60%),
    radial-gradient(50% 80% at 85% 90%, rgba(196, 120, 110, 0.28), transparent 60%);
}

.cta-banner-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.01em;
}

.cta-banner-text {
  margin: 0 auto 1.85rem;
  max-width: 56ch;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

/* ---------------------------------------------------------
   Forms (Contact / Book Call)
--------------------------------------------------------- */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact-info-card {
  padding: clamp(2rem, 3vw, 2.6rem);
  border-radius: 26px;
  background: linear-gradient(165deg, #fbf6f4 0%, var(--panel) 100%);
  border: 1px solid var(--line);
}

.contact-info-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
}

.contact-info-card p {
  margin: 0 0 1.5rem;
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.contact-detail:last-child {
  margin-bottom: 0;
}

.contact-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--white);
  color: var(--rose-rich);
  box-shadow: 0 8px 20px rgba(120, 70, 55, 0.08);
}

.contact-detail-text {
  font-size: 0.94rem;
  color: var(--ink);
  font-weight: 500;
}

.contact-detail-text a:hover {
  color: var(--rose-rich);
}

.form-card {
  padding: clamp(2rem, 3vw, 2.75rem);
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.form-field {
  margin-bottom: 1.1rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fbfaf9;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background-color 0.3s var(--ease);
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--rose-deep);
  background: var(--white);
  box-shadow: 0 0 0 4px var(--rose-soft);
}

.form-submit {
  width: 100%;
  border: none;
}

.form-note {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  color: var(--ink-muted);
  text-align: center;
}

.form-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.6;
}

.form-alert-success {
  background: rgba(122, 168, 116, 0.12);
  color: #4d7a48;
  border: 1px solid rgba(122, 168, 116, 0.3);
}

.form-alert-error {
  background: rgba(196, 88, 74, 0.08);
  color: #a4453a;
  border: 1px solid rgba(196, 88, 74, 0.22);
}

/* ---------------------------------------------------------
   Footer
--------------------------------------------------------- */

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(3.5rem, 6vw, 5rem) 0 0;
  background: linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  color: rgba(255, 255, 255, 0.72);
}

/* Homepage hero runs straight into the footer ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â no dead gap between them. */
body.has-hero .site-footer {
  margin-top: 0;
}

.footer-inner {
  width: 100%;
  padding: 0 var(--gutter);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.footer-brand-logo {
  width: 190px;
  height: auto;
  margin-bottom: 1.1rem;
  filter: brightness(0) invert(1);
}

.footer-tagline {
  max-width: 32ch;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
}

.footer-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s var(--ease), transform 0.3s var(--ease), color 0.3s var(--ease);
}

.footer-social a:hover {
  background: var(--rose-deep);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-col-title {
  margin: 0 0 1.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-links a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s var(--ease), padding-left 0.3s var(--ease);
}

.footer-links a:hover {
  color: var(--white);
  padding-left: 0.25rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom a:hover {
  color: var(--white);
}

/* ---------------------------------------------------------
   Simple sub-page hero
--------------------------------------------------------- */

.page-hero {
  position: relative;
  width: 100%;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  padding: clamp(3.5rem, 7vw, 5.5rem) var(--gutter) clamp(2.5rem, 5vw, 3.75rem);
  text-align: left;
  background:
    radial-gradient(50% 80% at 6% 0%, rgba(222, 160, 147, 0.18), transparent 60%),
    radial-gradient(40% 60% at 96% 100%, rgba(196, 120, 110, 0.1), transparent 60%),
    linear-gradient(165deg, #fbf6f4 0%, var(--panel) 100%);
}

.page-hero .section-title {
  max-width: 20ch;
}

.page-hero .section-lead {
  margin-left: 0;
  max-width: 60ch;
}

/* ---------------------------------------------------------
   About split intro (editorial headline + note, home page)
--------------------------------------------------------- */

.about-split {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  width: 100%;
  padding: clamp(4.5rem, 9vw, 8rem) var(--gutter) clamp(3rem, 6vw, 5rem);
}

.about-split-eyebrow {
  margin-bottom: 1.5rem;
}

.about-split-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: 37px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}

.about-split-text {
  margin: 1.75rem 0 0;
  max-width: 46ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

.about-split-left .btn {
  margin-top: 1.75rem;
}

/* Right column — pale circular social-proof carousel */
.about-split-emblem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: clamp(380px, 36vw, 520px);
  border-radius: 28px;
  background:
    radial-gradient(58% 58% at 50% 42%, rgba(255, 255, 255, 0.95), transparent 68%),
    linear-gradient(155deg, #fbf6f4 0%, var(--panel) 55%, var(--panel-deep) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.65),
    0 28px 56px rgba(120, 70, 55, 0.08);
}

.about-split-emblem-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid rgba(184, 106, 95, 0.2);
  pointer-events: none;
}

.about-split-emblem-ring--outer {
  width: min(92%, 440px);
  animation: emblemSpinOuter 60s linear infinite;
}

.about-split-emblem-ring--inner {
  width: min(72%, 340px);
  border-style: dashed;
  animation: emblemSpinInner 46s linear infinite;
}

@keyframes emblemSpinOuter {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes emblemSpinInner {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.about-split-emblem-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(58%, 280px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 160, 147, 0.38), transparent 72%);
  filter: blur(18px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-testimonial-stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(78%, 320px);
  aspect-ratio: 1 / 1;
  padding: clamp(1.6rem, 3vw, 2.35rem) clamp(1.25rem, 2.4vw, 1.9rem) 1.35rem;
  text-align: center;
}

.about-testimonial-track {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-testimonial {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition:
    opacity 0.7s var(--ease-soft),
    transform 0.7s var(--ease-soft);
  pointer-events: none;
  z-index: 0;
}

.about-testimonial.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  z-index: 1;
}

.about-testimonial-quote {
  margin: 0;
  max-width: 28ch;
}

.about-testimonial-quote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.about-testimonial-attr {
  margin-top: 1.15rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose-rich);
}

.about-testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.35rem;
  padding-top: 0.15rem;
}

.about-testimonial-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(184, 106, 95, 0.28);
  cursor: pointer;
  transition:
    width 0.35s var(--ease-soft),
    background 0.35s var(--ease),
    transform 0.35s var(--ease);
}

.about-testimonial-dot:hover {
  background: rgba(184, 106, 95, 0.55);
  transform: scale(1.12);
}

.about-testimonial-dot.is-active {
  width: 22px;
  background: var(--rose-deep);
}

.about-testimonial-dot:focus-visible {
  outline: 2px solid var(--rose-deep);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .about-split-emblem-ring--outer,
  .about-split-emblem-ring--inner {
    animation: none;
  }

  .about-testimonial {
    transition: opacity 0.2s ease;
    transform: none;
  }
}

/* ---------------------------------------------------------
   Signs editorial index list
--------------------------------------------------------- */

.signs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.sign-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(1.35rem, 2.5vw, 2.25rem);
  padding: clamp(2.1rem, 3.5vw, 2.75rem) clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--line);
  transition: background-color 0.5s var(--ease-soft), padding-left 0.5s var(--ease-soft);
}

.sign-row:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.sign-row:nth-last-child(-n + 2) {
  border-bottom: none;
}

.sign-row:hover {
  background: rgba(255, 255, 255, 0.55);
  padding-left: calc(clamp(1.75rem, 3vw, 2.5rem) + 0.6rem);
}

.sign-num {
  flex-shrink: 0;
  width: clamp(2.6rem, 4vw, 3.4rem);
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 3.6vw, 3rem);
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(184, 106, 95, 0.4);
  text-stroke: 1.5px rgba(184, 106, 95, 0.4);
  transition: color 0.5s var(--ease-soft);
}

.sign-row:hover .sign-num {
  color: var(--rose-rich);
}

.sign-body-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.sign-body-text {
  margin: 0 0 0.65rem;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 42ch;
}

.sign-body-text:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   Blueprint intro (image + copy, top of the blueprint section)
--------------------------------------------------------- */

.blueprint-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
  margin-top: 110px;
}

.blueprint-intro-copy .eyebrow {
  margin-bottom: 1.4rem;
}

.blueprint-intro-title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.8vw, 3.1rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.blueprint-intro-copy p {
  margin: 0 0 1.15rem;
  font-size: 1.02rem;
  line-height: 23px;
  color: var(--ink-soft);
  max-width: 50ch;
}

.blueprint-intro-highlight {
  padding-left: 1.1rem;
  border-left: 3px solid var(--rose-deep);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  /* font-style: italic; */
  color: var(--rose-rich) !important;
  max-width: 42ch;
}

.blueprint-intro-media {
  position: relative;
}

.blueprint-intro-media::before {
  content: '';
  position: absolute;
  top: -8%;
  right: -10%;
  width: 60%;
  height: 55%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 160, 147, 0.45), transparent 70%);
  filter: blur(20px);
}

.blueprint-intro-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 34px 64px rgba(120, 70, 55, 0.22);
}

/* Transparent product cutout (book mockup) instead of a rectangular photo ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â
   no box/border, just a soft grounded shadow that follows the object. */
.blueprint-intro-media-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.book-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  justify-content: center;
  margin-top: 1.35rem;
}

.book-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--rose-rich);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(61, 34, 26, 0.14);
  transition: transform 0.35s var(--ease-soft), box-shadow 0.35s var(--ease-soft), background 0.35s ease, color 0.35s ease;
}

.book-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(61, 34, 26, 0.2);
  background: var(--rose-rich);
  color: var(--white);
}

.book-link-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.book-link-secondary:hover {
  background: var(--ink);
  color: var(--white);
}

.blueprint-intro-media-product img {
  width: 98%;
  max-width: 540px;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 30px 34px rgba(120, 70, 55, 0.28));
}

/* ---------------------------------------------------------
   Blueprint panel (brand-gradient card holding the 4 stages)
--------------------------------------------------------- */

.blueprint-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 32px;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.75rem, 5vw, 4rem);
  background:
    radial-gradient(60% 55% at 12% 8%, rgba(255, 230, 220, 0.5), transparent 60%),
    radial-gradient(65% 60% at 92% 100%, rgba(61, 34, 26, 0.4), transparent 65%),
    linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  box-shadow: 0 40px 80px rgba(120, 70, 55, 0.22);
}

.blueprint-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

.blueprint-panel-intro {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto clamp(3rem, 6vw, 4.5rem);
  text-align: center;
}

.blueprint-panel-intro-mark {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: 4.5rem;
  line-height: 0.5;
  color: rgba(255, 255, 255, 0.5);
}

.blueprint-panel-intro-lead {
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  max-width: 46ch;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.9vw, 2.15rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.01em;
  color: var(--white);
}

.blueprint-panel-intro-support {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: clamp(1.75rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.blueprint-panel-intro-support p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

.blueprint-panel-intro-support strong {
  color: var(--white);
  font-weight: 700;
}

.blueprint-panel-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: end;
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.blueprint-panel-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--white);
}

.blueprint-panel-lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.blueprint-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.blueprint-card {
  display: block;
  width: 100%;
  padding: 2rem 1.75rem;
  border: 1px solid transparent;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 20px 40px rgba(61, 34, 26, 0.16);
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: transform 0.5s var(--ease-soft), box-shadow 0.5s var(--ease-soft), border-color 0.35s ease, background 0.35s ease;
}

.blueprint-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 52px rgba(61, 34, 26, 0.22);
}

.blueprint-card.is-active {
  border-color: rgba(214, 143, 133, 0.55);
  background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
  box-shadow: 0 28px 52px rgba(61, 34, 26, 0.22), 0 0 0 1px rgba(214, 143, 133, 0.18);
}

.blueprint-card:focus-visible {
  outline: 2px solid var(--rose-rich);
  outline-offset: 3px;
}

.blueprint-card-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1.2rem;
  border-radius: 12px;
  background: linear-gradient(160deg, #dea093, var(--rose-deep));
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

.blueprint-card-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.blueprint-card-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.blueprint-card-cta {
  display: inline-flex;
  margin-top: 1.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rose-rich);
}

.blueprint-card:hover .blueprint-card-cta {
  color: var(--rose-deep);
}

.blueprint-panel-footer {
  position: relative;
  z-index: 1;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.blueprint-panel-footer p {
  margin: 0 auto 1.75rem;
  max-width: 62ch;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.blueprint-panel-footer .btn-primary {
  background: var(--white);
  color: var(--rose-rich);
  box-shadow: 0 18px 40px rgba(61, 34, 26, 0.3);
}

.blueprint-panel-footer .btn-primary:hover {
  box-shadow: 0 22px 46px rgba(61, 34, 26, 0.38);
}

/* ---------------------------------------------------------
   Your Next Step (home) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â flagship card + supporting grid
--------------------------------------------------------- */

.next-step-head {
  max-width: 680px;
  margin: clamp(0rem, 12vw, 0rem) auto clamp(3rem, 6vw, 4rem);
  text-align: center;
}

.next-step-head .eyebrow {
  margin-bottom: 1.1rem;
}

/* Expanding accordion: flagship + supporting offers */
.next-step-accordion {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
}

.accordion-panel {
  position: relative;
  flex: 0 0 100px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 28px;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(120, 70, 55, 0.08);
  transition: flex-basis 0.75s cubic-bezier(0.22, 1, 0.36, 1), flex-grow 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s var(--ease-soft);
}

.accordion-panel:not(.is-active):hover {
  box-shadow: 0 20px 44px rgba(120, 70, 55, 0.14);
}

.accordion-panel:not(.is-active):hover .accordion-strip-icon {
  transform: scale(1.08);
}

.accordion-strip-icon {
  transition: transform 0.35s var(--ease-soft);
}

.accordion-panel.is-active {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 40px 80px rgba(120, 70, 55, 0.2);
}

.accordion-panel[data-panel="0"] {
  background:
    radial-gradient(60% 55% at 12% 8%, rgba(255, 230, 220, 0.5), transparent 60%),
    radial-gradient(65% 60% at 92% 100%, rgba(61, 34, 26, 0.4), transparent 65%),
    linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  border-color: transparent;
}

.accordion-panel[data-panel="0"]::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

/* Collapsed vertical strip */
.accordion-strip {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.75rem 0 2rem;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.accordion-panel.is-active .accordion-strip {
  opacity: 0;
  pointer-events: none;
}

.accordion-strip-index {
  margin-top: auto;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  opacity: 0.85;
  color: var(--rose-rich);
}

.accordion-strip-body {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

.accordion-strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--rose-soft);
  color: var(--rose-rich);
}

.accordion-strip-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: var(--ink);
}

.accordion-panel[data-panel="0"] .accordion-strip-index,
.accordion-panel[data-panel="0"] .accordion-strip-label {
  color: var(--white);
}

.accordion-panel[data-panel="0"] .accordion-strip-icon {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

/* Expanded content — height follows content only (no forced empty space) */
.accordion-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(1.5rem, 2.4vw, 2.15rem);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.45s ease;
}

.accordion-panel.is-active .accordion-content {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

/* Keep inactive copy out of layout so it cannot inflate height */
.accordion-panel:not(.is-active) .accordion-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.accordion-content-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.6rem;
}

.accordion-panel[data-panel="0"] .accordion-content {
  padding: clamp(1.65rem, 2.8vw, 2.4rem) clamp(1.65rem, 3vw, 2.6rem);
  gap: 0;
}

.accordion-panel[data-panel="0"] .accordion-content-top {
  margin-bottom: 0.95rem;
}

.accordion-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--rose-rich);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(61, 34, 26, 0.18);
  white-space: nowrap;
}

.accordion-meta {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
}

.accordion-meta-light {
  margin: 0 0 1.2rem;
  color: var(--rose-rich);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.83rem;
}

.accordion-content-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.4rem;
  border-radius: 15px;
  background: linear-gradient(160deg, #f3ded9, var(--rose-soft));
  color: var(--rose-rich);
  flex-shrink: 0;
}

.accordion-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.accordion-panel[data-panel="0"] .accordion-title {
  color: var(--white);
  margin: 0 0 0.55rem;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  white-space: normal;
}

.accordion-panel:not([data-panel="0"]) .accordion-title {
  color: var(--ink);
  white-space: normal;
}

.accordion-text {
  margin: 0 0 1.25rem;
  max-width: 62ch;
  font-size: 1.02rem;
  line-height: 1.75;
}

.accordion-panel[data-panel="0"] .accordion-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.35rem;
  max-width: 44ch;
}

.accordion-panel:not([data-panel="0"]) .accordion-text {
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.accordion-stages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.accordion-panel[data-panel="0"] .accordion-stages {
  gap: 0.85rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.35rem;
}

.accordion-stage {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.accordion-panel[data-panel="0"] .accordion-stage {
  padding: 0.95rem 1.05rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s var(--ease-soft);
}

.accordion-panel[data-panel="0"] .accordion-stage:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-2px);
}

.accordion-stage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rose-rich);
}

.accordion-panel[data-panel="0"] .accordion-stage-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.accordion-stage span:last-child {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--white);
}

.accordion-panel[data-panel="0"] .accordion-stage span:last-child {
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.accordion-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1.5rem;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

.accordion-panel[data-panel="0"] .accordion-list {
  gap: 0.85rem 1.75rem;
  margin: 0 0 1.35rem;
}

.accordion-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

.accordion-panel[data-panel="0"] .accordion-list li {
  gap: 0.75rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.accordion-list li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5l3 3 6-6.5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.accordion-panel[data-panel="0"] .accordion-list li::before {
  width: 20px;
  height: 20px;
  margin-top: 0.12rem;
  background-size: 11px;
}

.accordion-list-light {
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.accordion-list-light li {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.accordion-list-light li::before {
  background: var(--rose-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5l3 3 6-6.5' stroke='%23b86a5f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

.accordion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 2rem;
}

.accordion-tags span {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 500;
}

.accordion-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  flex-wrap: wrap;
}

.accordion-panel[data-panel="0"] .accordion-footer {
  margin-top: 0.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-panel:not([data-panel="0"]) .accordion-footer {
  border-top: 1px solid var(--line);
}

.accordion-price {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
}

.accordion-price small {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.accordion-price-light {
  color: var(--ink);
}

.accordion-price-light small {
  color: var(--ink-muted);
}

.accordion-panel[data-panel="0"] .accordion-footer .btn-primary {
  background: var(--white);
  color: var(--rose-rich);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.accordion-panel[data-panel="0"] .accordion-footer .btn-primary:hover {
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.34);
}

/* ---------------------------------------------------------
   Philosophy Library teaser ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â marquee of reflections
--------------------------------------------------------- */

.philosophy-teaser {
  overflow: hidden;
}

.philosophy-teaser-head {
  max-width: 680px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  padding: 0 var(--gutter);
  text-align: center;
  margin-top: 90px;
}

.philosophy-teaser-head .eyebrow {
  margin-bottom: 1.2rem;
}

.philosophy-teaser-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.8vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.philosophy-teaser-lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.philosophy-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.5rem auto 0;
}

.philosophy-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 143, 133, 0.35);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.philosophy-tab:hover,
.philosophy-tab.is-active {
  background: var(--rose-rich);
  border-color: var(--rose-rich);
  color: var(--white);
  transform: translateY(-1px);
}

.philosophy-teaser-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 1.5rem 0 0;
  display: none;
}

.philosophy-teaser-divider::before,
.philosophy-teaser-divider::after {
  content: '';
  width: 46px;
  height: 1px;
  background: rgba(184, 106, 95, 0.4);
}

.philosophy-teaser-divider svg {
  color: var(--rose-deep);
  flex-shrink: 0;
}

.reflections-marquee {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

.reflections-track {
  display: flex;
  width: max-content;
  gap: 1.5rem;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

.reflections-track.is-dragging {
  cursor: grabbing;
}

.reflection-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 250px;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(120, 70, 55, 0.07);
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: transform 0.5s var(--ease-soft), box-shadow 0.5s var(--ease-soft);
}

.reflection-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px rgba(120, 70, 55, 0.16);
}

.reflection-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 2.25rem 1.5rem 1.75rem;
  text-align: center;
}

.reflection-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background: var(--rose-soft);
  color: var(--rose-rich);
}

.reflection-card:nth-child(3n+2) .reflection-card-icon {
  background: var(--panel-deep);
  color: var(--rose-deep);
}

.reflection-card:nth-child(3n+3) .reflection-card-icon {
  background: #f3e9e6;
  color: var(--rose-rich);
}

.reflection-card-quote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
}

.reflection-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: var(--panel);
  color: var(--rose-rich);
  font-size: 0.86rem;
  font-weight: 600;
  transition: background-color 0.35s var(--ease), gap 0.35s var(--ease);
}

.reflection-card-link svg {
  transition: transform 0.35s var(--ease);
}

.reflection-card:hover .reflection-card-link {
  background: var(--rose-soft);
}

.reflection-card:hover .reflection-card-link svg {
  transform: translateX(3px);
}

.philosophy-teaser-foot {
  max-width: 620px;
  margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
  padding: 0 var(--gutter);
  text-align: center;
}

.philosophy-teaser-foot p {
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.philosophy-teaser-foot span {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--rose-rich);
}

/* ---------------------------------------------------------
   YouTube channel showcase - dark luxe video marquee
--------------------------------------------------------- */

.youtube-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background:
    radial-gradient(60% 55% at 12% 8%, rgba(255, 230, 220, 0.5), transparent 60%),
    radial-gradient(65% 60% at 92% 100%, rgba(61, 34, 26, 0.4), transparent 65%),
    linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  box-shadow: 0 40px 80px rgba(120, 70, 55, 0.22);
}

.youtube-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

.youtube-head {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 80px auto clamp(2.75rem, 5vw, 3.75rem);
  padding: 0 var(--gutter);
  text-align: center;
}

.youtube-head .eyebrow {
  background: var(--white);
  color: var(--rose-rich);
  box-shadow: 0 8px 20px rgba(61, 34, 26, 0.18);
}

.youtube-head .section-title {
  margin-top: 1rem;
  color: var(--white);
}

.youtube-head .section-lead {
  color: rgba(255, 255, 255, 0.92);
}

.youtube-head-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2rem;
  background: var(--white);
  color: var(--rose-rich);
  box-shadow: 0 18px 40px rgba(61, 34, 26, 0.28);
}

.youtube-head-cta:hover {
  box-shadow: 0 22px 46px rgba(61, 34, 26, 0.34);
}

.youtube-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.5rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
}

.youtube-track {
  display: flex;
  width: max-content;
  gap: 1.5rem;
  padding: 0 var(--gutter);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

.youtube-track.is-dragging {
  cursor: grabbing;
}

.youtube-track img {
  -webkit-user-drag: none;
  pointer-events: none;
}

.video-card {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.video-card-fallback {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(160deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  color: var(--white);
}

.video-card-thumb-fallback .video-card-fallback {
  display: flex;
}

.video-card-fallback-title {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}

.video-card-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
  transition: transform 0.5s var(--ease-soft), box-shadow 0.5s var(--ease-soft);
}

.video-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-soft);
}

.video-card:hover .video-card-thumb {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.video-card:hover .video-card-thumb img {
  transform: scale(1.06);
}

.video-card-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rose-rich);
  animation: videoPulse 2.6s ease-in-out infinite;
  transition: transform 0.4s var(--ease-soft), background-color 0.4s ease;
}

.video-card:hover .video-card-play {
  background: var(--white);
  transform: scale(1.08);
}

@keyframes videoPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-card-duration {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.video-card-title {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.3s ease;
}

.video-card:hover .video-card-title {
  color: var(--white);
}

/* ---------------------------------------------------------
   Video popup modal (YouTube lightbox)
--------------------------------------------------------- */

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 10, 9, 0.86);
  backdrop-filter: blur(6px);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  transform: scale(0.96);
  transition: transform 0.4s var(--ease-soft);
}

.video-modal.is-open .video-modal-dialog {
  transform: scale(1);
}

.video-modal-close {
  position: absolute;
  top: -52px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  color: var(--white);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(90deg);
}

.video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: center;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------------------------------------------------------
   Step detail modal (Leave / Listen / Lock-In / Lead)
--------------------------------------------------------- */

.step-modal {
  position: fixed;
  inset: 0;
  z-index: 420;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.step-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.step-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 14, 12, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.step-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background:
    radial-gradient(70% 55% at 0% 0%, rgba(255, 236, 230, 0.9), transparent 55%),
    linear-gradient(180deg, #fffdfc 0%, #faf3f0 100%);
  box-shadow: 0 40px 100px rgba(40, 22, 18, 0.35);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.4s var(--ease-soft);
  overflow: hidden;
}

.step-modal.is-open .step-modal-dialog {
  transform: translateY(0) scale(1);
}

.step-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(61, 34, 26, 0.12);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.step-modal-close:hover {
  transform: scale(1.05);
  background: var(--white);
}

.step-modal-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  -webkit-overflow-scrolling: touch;
}

.step-modal-panel[hidden] {
  display: none !important;
}

.step-modal-eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--rose-rich);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step-modal-title {
  margin: 0 0 0.85rem;
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.4vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}

.step-modal-lead {
  margin: 0 0 1.75rem;
  max-width: 42ch;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--rose-rich);
  font-weight: 500;
}

.step-modal-body p {
  margin: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.78;
  color: var(--ink-soft);
}

.step-modal-body p:last-child {
  margin-bottom: 0;
}

.step-modal-emphasis {
  color: var(--ink) !important;
  font-weight: 600;
}

.step-modal-highlight {
  margin: 1.5rem 0 !important;
  font-family: var(--font-display);
  font-size: 1.55rem !important;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--rose-rich) !important;
}

.step-modal-continue {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}

.step-modal-continue h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
}

.step-modal-continue p {
  margin: 0 0 1rem;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.step-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.step-modal-actions .btn {
  flex: 1 1 calc(50% - 0.4rem);
  min-width: 0;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

/* ---------------------------------------------------------
   Reflection detail modal (Philosophy Library)
--------------------------------------------------------- */

.reflection-modal {
  position: fixed;
  inset: 0;
  z-index: 430;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.reflection-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.reflection-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 14, 12, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.reflection-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(86vh, 820px);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background:
    radial-gradient(70% 55% at 0% 0%, rgba(255, 236, 230, 0.9), transparent 55%),
    linear-gradient(180deg, #fffdfc 0%, #faf3f0 100%);
  box-shadow: 0 40px 100px rgba(40, 22, 18, 0.35);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.4s var(--ease-soft);
  overflow: hidden;
}

.reflection-modal.is-open .reflection-modal-dialog {
  transform: translateY(0) scale(1);
}

.reflection-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(61, 34, 26, 0.12);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.reflection-modal-close:hover {
  transform: scale(1.05);
  background: var(--white);
}

.reflection-modal-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(1.75rem, 4vw, 2.6rem);
  -webkit-overflow-scrolling: touch;
}

.reflection-modal-panel[hidden] {
  display: none !important;
}

.reflection-modal-eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--rose-rich);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reflection-modal-title {
  margin: 0 0 1.35rem;
  max-width: 22ch;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink);
}

.reflection-modal-body p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--ink-soft);
}

.reflection-modal-continue {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.reflection-modal-step-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 100%;
  padding: 0.95rem 1.2rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  box-shadow: var(--shadow-btn);
  transition: transform 0.3s var(--ease-soft), box-shadow 0.3s var(--ease-soft);
}

.reflection-modal-step-link span {
  flex: 1;
}

.reflection-modal-step-link svg {
  flex-shrink: 0;
}

.reflection-modal-step-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(196, 120, 110, 0.4);
}

.philosophy-tab {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.accordion-stage {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

/* ---------------------------------------------------------
   Contact (home) — booking card + form + closing statement
--------------------------------------------------------- */

.contact-teaser-head {
  max-width: 720px;
  margin: 0 auto clamp(3rem, 6vw, 4.5rem);
  text-align: center;
}

.contact-teaser-head .eyebrow {
  margin-bottom: 1.2rem;
}

.contact-teaser-title {
  margin: 0 0 1.2rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}

.contact-teaser-head p {
  margin: 0 0 0.6rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

.contact-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: stretch;
}

/* Booking card Ã¢â‚¬â€ reuses the same brand-pink gradient language as the
   other flagship panels elsewhere on the page. */
.contact-booking {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  padding: clamp(2.25rem, 4vw, 3rem);
  background:
    radial-gradient(60% 55% at 12% 8%, rgba(255, 230, 220, 0.5), transparent 60%),
    radial-gradient(65% 60% at 92% 100%, rgba(61, 34, 26, 0.4), transparent 65%),
    linear-gradient(180deg, #dea093 0%, var(--rose) 48%, var(--rose-deep) 100%);
  box-shadow: 0 34px 70px rgba(120, 70, 55, 0.2);
}

.contact-booking::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

.contact-booking-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rose-rich);
}

.contact-booking-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}

.contact-booking-text {
  margin: 0 0 1.75rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.contact-booking .btn-primary {
  align-self: flex-start;
  margin-bottom: 2rem;
  background: var(--white);
  color: var(--rose-rich);
  box-shadow: 0 18px 40px rgba(61, 34, 26, 0.28);
}

.contact-booking .btn-primary:hover {
  box-shadow: 0 22px 46px rgba(61, 34, 26, 0.34);
}

.contact-booking-divider {
  margin-top: auto;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-booking-divider p {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.contact-booking-email {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.3rem;
  transition: border-color 0.3s var(--ease), opacity 0.3s var(--ease);
}

.contact-booking-email:hover {
  border-color: var(--white);
  opacity: 0.85;
}

.contact-booking-email svg {
  flex-shrink: 0;
}

.contact-teaser-closing {
  position: relative;
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid var(--line);
  text-align: center;
}

.contact-teaser-closing-mark {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-size: 3.25rem;
  line-height: 0.5;
  color: var(--rose);
}

.contact-teaser-closing p {
  margin: 0 auto;
  max-width: 62ch;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.55;
  color: var(--ink);
}

.contact-teaser-closing strong {
  display: block;
  margin-top: 0.75rem;
  color: var(--rose-rich);
  font-style: italic;
}

/* ---------------------------------------------------------
   Component responsive
--------------------------------------------------------- */

@media (max-width: 1100px) {
  .about-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-split-emblem {
    margin-top: 2.5rem;
    min-height: clamp(340px, 78vw, 440px);
  }

  .about-testimonial-stage {
    width: min(84%, 300px);
  }

  .blueprint-intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .blueprint-intro-media {
    order: -1;
    max-width: 420px;
    margin: 0 auto;
  }

  .blueprint-panel-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .blueprint-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reset-steps,
  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .book-showcase {
    grid-template-columns: minmax(0, 1fr);
  }

  .book-showcase-visual {
    max-width: 280px;
    margin: 0 auto;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accordion-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.85rem;
  }

  .next-step-accordion {
    flex-direction: column;
    height: auto;
    gap: 1.25rem;
  }

  .accordion-panel {
    flex-basis: auto !important;
    flex-grow: 0 !important;
    height: auto;
  }

  .accordion-strip {
    display: none;
  }

  .accordion-content {
    position: relative !important;
    inset: auto !important;
    height: auto;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    padding: clamp(1.5rem, 4.5vw, 2.25rem);
  }

  .accordion-panel[data-panel="0"] .accordion-content {
    padding: clamp(1.5rem, 4.5vw, 2.25rem);
  }

  .accordion-title,
  .accordion-badge,
  .accordion-meta {
    white-space: normal;
  }

  .accordion-panel[data-panel="0"] .accordion-title {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
  }

  .accordion-panel[data-panel="0"] .accordion-text {
    font-size: 1rem;
    line-height: 1.7;
    max-width: none;
    margin-bottom: 1.25rem;
  }

  .accordion-list,
  .accordion-panel[data-panel="0"] .accordion-list {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
  }

  .accordion-panel[data-panel="0"] .accordion-list li {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .accordion-panel[data-panel="0"] .accordion-stages {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .accordion-panel[data-panel="0"] .accordion-stage {
    padding: 0.8rem 0.9rem;
  }

  .accordion-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .accordion-footer .btn {
    width: 100%;
    justify-content: center;
  }

  .accordion-price {
    text-align: left;
  }

  .contact-teaser-grid {
    grid-template-columns: minmax(0, 1fr);
  }

}

@media (max-width: 720px) {
  .card-grid,
  .reset-steps,
  .pillar-grid,
  .signs-list,
  .blueprint-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .accordion-stages,
  .accordion-panel[data-panel="0"] .accordion-stages {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .accordion-panel[data-panel="0"] .accordion-stage {
    width: 100%;
  }

  .accordion-panel[data-panel="0"] .accordion-stage span:last-child {
    font-size: 1rem;
  }

  .accordion-content,
  .accordion-panel[data-panel="0"] .accordion-content {
    padding: 1.35rem 1.25rem 1.5rem;
  }

  .accordion-list,
  .accordion-panel[data-panel="0"] .accordion-list {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .accordion-list li,
  .accordion-panel[data-panel="0"] .accordion-list li {
    font-size: 0.94rem;
    line-height: 1.55;
    gap: 0.7rem;
  }

  .accordion-content-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
  }

  .next-step-head {
    margin-bottom: 2rem;
  }

  .next-step-accordion {
    gap: 1rem;
  }

  .step-modal {
    padding: 0.75rem;
    align-items: flex-end;
  }

  .step-modal-dialog {
    width: 100%;
    max-height: min(92vh, 900px);
    border-radius: 24px 24px 18px 18px;
  }

  .step-modal-scroll {
    padding: 1.5rem 1.25rem 1.35rem;
  }

  .step-modal-title {
    max-width: none;
    font-size: clamp(1.45rem, 6vw, 1.85rem);
    padding-right: 2.5rem;
  }

  .step-modal-lead {
    max-width: none;
    font-size: 1rem;
  }

  .step-modal-actions {
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1.25rem;
  }

  .step-modal-actions .btn {
    flex: none;
    width: 100%;
    min-height: 52px;
  }

  .reflection-modal {
    padding: 0.75rem;
    align-items: flex-end;
  }

  .reflection-modal-dialog {
    width: 100%;
    max-height: min(92vh, 900px);
    border-radius: 24px 24px 18px 18px;
  }

  .reflection-modal-scroll {
    padding: 1.5rem 1.25rem 1.35rem;
  }

  .reflection-modal-title {
    max-width: none;
    padding-right: 2.5rem;
  }

  .reflection-modal-step-link {
    width: 100%;
    justify-content: space-between;
    min-height: 52px;
  }

  .reflection-card {
    width: 210px;
  }

  .sign-row:nth-child(odd) {
    border-right: none;
  }

  .sign-row:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .sign-row:last-child {
    border-bottom: none;
  }

  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-top {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .cta-banner {
    border-radius: 24px;
  }
}
