/* ============================================================
   SHALVA HEALING — design system
   Navy / slate-blue palette · soft serif + humanist sans
   "Return to the peace that was always yours"
   ============================================================ */

:root {
  /* — palette, aligned to the Shalva lantern logo — */
  --ink:        #2c4a6e;  /* logo navy — lantern outline, Shalva wordmark */
  --ink-soft:   #3d5a7e;  /* softened navy for body on light              */
  --slate:      #5d7c98;  /* mid slate-blue layer                          */
  --slate-2:    #8aa2b8;  /* lighter slate                                 */
  --mist:       #c6d4e0;  /* pale blue mist                                */
  --mist-2:     #dde6ee;  /* faintest blue                                 */
  --sand:       #e2d5b8;  /* warm cream layer (the flame)                  */
  --sand-2:     #ede6d5;  /* light sand                                    */
  --paper:      #f6f9fb;  /* page — cool fresh white, breath of air        */
  --paper-2:    #edf3f7;  /* light cool panel                              */
  --cloud:      #e8f0f5;  /* cool white                                    */
  --gold:       #c49650;  /* logo gold — dashes, flame accent, sparing     */
  --line:       rgba(44,74,110,0.12);
  --line-soft:  rgba(44,74,110,0.07);

  /* — atmosphere axes (driven by tweaks) — */
  --atmos-cool:    var(--mist);
  --atmos-warm:    var(--sand-2);
  --atmos-cool-op: 0.5;
  --atmos-warm-op: 0.7;
  --atmos-blur:    60px;

  --on-dark:    #eef1ee;  /* warm off-white on navy                */
  --on-dark-mut:#aebfce;

  /* — type — */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans:  "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* — rhythm — */
  --section-y: clamp(5.5rem, 11vw, 11rem);
  --gutter: clamp(1.4rem, 5vw, 6rem);
  --maxw: 1240px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100%; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 360;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100%;
}

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

::selection { background: var(--mist); color: var(--ink); }

/* — type primitives — */
h1, h2, h3, .serif {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6.4vw, 5.3rem); font-weight: 300; }
h2 { font-size: clamp(2rem, 4.4vw, 3.6rem); font-weight: 320; }
h3 { font-size: clamp(1.4rem, 2.4vw, 2.05rem); }
em, .italic { font-style: italic; }

p { text-wrap: pretty; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--slate);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--slate-2);
  display: inline-block;
}
.section-dark .eyebrow { color: rgba(255,255,255,0.85); }
.section-dark .eyebrow::before { background: rgba(255,255,255,0.45); }
.eyebrow.center { justify-content: center; }

.lede {
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  line-height: 1.65;
  font-weight: 350;
  color: var(--ink-soft);
}

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 760px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 999px;
  padding: 1.02em 1.9em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  text-decoration: none;
  transition: transform 0.5s var(--ease), background 0.4s var(--ease),
              color 0.4s var(--ease), box-shadow 0.5s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 10px 30px -14px rgba(44,74,110,0.55);
}
.btn-primary:hover {
  background: #3d5a7e;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -16px rgba(44,74,110,0.5);
}
.btn-primary .arrow { transition: transform 0.5s var(--ease); }
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--ink); background: rgba(22,52,78,0.03); }

.btn-light {
  background: var(--paper);
  color: var(--ink);
}
.btn-light:hover { background: #fff; transform: translateY(-2px); }

.btn-lg { padding: 1.15em 2.3em; font-size: 1.02rem; }

/* ============================================================
   NAV — floating pill
   ============================================================ */
.nav {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: min(var(--maxw), calc(100% - 2 * var(--gutter)));
  padding: 0.55rem;
  background: rgba(251,249,245,0.94);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid rgba(44,74,110,0.1);
  border-radius: 999px;
  box-shadow: 0 6px 32px -8px rgba(44,74,110,0.14), 0 1px 4px rgba(44,74,110,0.06);
  transition: box-shadow 0.5s var(--ease), background 0.5s var(--ease);
  white-space: nowrap;
}
.nav.scrolled {
  box-shadow: 0 8px 40px -8px rgba(44,74,110,0.22), 0 1px 4px rgba(44,74,110,0.08);
  background: rgba(251,249,245,0.98);
}
.nav__logo { display: flex; align-items: center; flex-shrink: 0; margin-right: 1.8rem; margin-left: 1rem; }
.nav__logo img { height: 60px; width: auto; }

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.8vw, 2rem);
  list-style: none;
  margin-right: 1.6rem;
}
.nav__links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  position: relative;
  letter-spacing: 0.005em;
  transition: color 0.3s var(--ease);
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -5px;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); }

.nav__right { display: flex; align-items: center; gap: 0.8rem; flex-shrink: 0; }

/* language switch */
.lang {
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.lang button {
  font: inherit;
  border: none;
  background: transparent;
  color: var(--slate);
  padding: 0.42em 0.78em;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.lang button.active { background: var(--ink); color: var(--paper); }

.nav__cta { display: inline-flex; }

.nav__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 6px;
}
.nav__burger span {
  width: 24px; height: 1.5px; background: var(--ink);
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease);
}

/* mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a:not(.btn) {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--ink);
  text-decoration: none;
}

/* cloud video atmospheric background */
.hero__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 28%,
    rgba(0,0,0,0.4) 42%,
    rgba(0,0,0,0.85) 58%,
    black 72%,
    black 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 28%,
    rgba(0,0,0,0.4) 42%,
    rgba(0,0,0,0.85) 58%,
    black 72%,
    black 100%
  );
}
.hero__video-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow-x: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  width: 100%;
}
.hero__copy { position: relative; z-index: 3; max-width: 33rem; }
.hero h1 { margin: 1.4rem 0 0; }
.hero h1 .soft { color: var(--slate); font-style: italic; }
.hero__sub {
  margin-top: 1.7rem;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 30rem;
}
.hero__actions {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.hero__whisper {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--slate);
}
.hero__whisper::before {
  content: "";
  width: 34px; height: 1px; background: var(--slate-2);
}

.hero__media { position: relative; z-index: 2; overflow: visible; }
.hero__media img {
  width: 200%;
  margin-left: -15%;
  max-width: none;
  display: block;
  height: auto;
  /* fade to nothing at the bottom */
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 50%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.1) 86%,
    transparent 96%
  );
  mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 50%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.1) 86%,
    transparent 96%
  );
  will-change: transform;
}

/* atmospheric drifting layers behind hero */
.atmos { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.atmos span {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--atmos-blur, 60px));
  opacity: 0.5;
}
.atmos .a1 { width: 60vw; height: 60vw; left: -18vw; top: -20vw;
  background: radial-gradient(circle, var(--atmos-cool) 0%, transparent 66%);
  opacity: var(--atmos-cool-op, 0.5);
  animation: drift1 34s var(--ease) infinite alternate; }
.atmos .a2 { width: 46vw; height: 46vw; right: -10vw; top: 18vh;
  background: radial-gradient(circle, var(--atmos-warm) 0%, transparent 64%);
  opacity: var(--atmos-warm-op, 0.7);
  animation: drift2 40s var(--ease) infinite alternate; }
.atmos .a3 { width: 38vw; height: 38vw; left: 30vw; bottom: -16vw;
  background: radial-gradient(circle, var(--atmos-cool) 0%, transparent 66%);
  opacity: var(--atmos-cool-op, 0.5);
  animation: drift3 30s var(--ease) infinite alternate; }

@keyframes drift1 { to { transform: translate(8vw, 5vh) scale(1.12); } }
@keyframes drift2 { to { transform: translate(-6vw, -4vh) scale(1.1); } }
@keyframes drift3 { to { transform: translate(5vw, -6vh) scale(1.15); } }

.scroll-cue {
  position: absolute;
  left: 50%; bottom: 2rem;
  transform: translateX(-50%);
  z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--slate);
}
.scroll-cue .line { width: 1px; height: 46px; background: linear-gradient(var(--slate-2), transparent); position: relative; overflow: hidden; }
.scroll-cue .line::after {
  content: ""; position: absolute; top: -50%; left: 0; width: 1px; height: 50%;
  background: var(--ink);
  animation: cue 2.4s var(--ease) infinite;
}
@keyframes cue { 0% { top: -50%; } 60%,100% { top: 100%; } }

/* ============================================================
   SECTION scaffolding + reveal
   ============================================================ */
section { position: relative; }
.section { padding-block: var(--section-y); }
.section-dark {
  background: var(--ink) url('assets/dark-bg.png') center/cover no-repeat;
  color: var(--on-dark);
  position: relative;
  overflow: hidden;
}
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--on-dark); }
.section-warm { background: var(--paper-2); }

/* reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.12s; }
.reveal.d2 { transition-delay: 0.24s; }
.reveal.d3 { transition-delay: 0.36s; }
.reveal.d4 { transition-delay: 0.48s; }

/* hero load animations */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hero__copy h1       { animation: heroFadeUp 0.9s var(--ease) 0.1s both; }
.hero__sub           { animation: heroFadeUp 0.9s var(--ease) 0.28s both; }
.hero__actions       { animation: heroFadeUp 0.9s var(--ease) 0.44s both; }
.hero__media         { animation: heroFadeIn 1.1s var(--ease) 0.3s both; }
.hero__media img     { transform: scaleX(-1); }
.scroll-cue          { animation: heroFadeUp 0.9s var(--ease) 0.7s both; }

/* ============================================================
   WHY WE STAY STUCK — empathetic list, no cards
   ============================================================ */
.stuck__head { max-width: 40rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.stuck__head h2 { margin: 1.2rem 0 1.4rem; }
.stuck-list { display: flex; flex-direction: column; }
.stuck-row {
  display: grid;
  grid-template-columns: 3.2rem 1fr auto;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1.7rem 0;
  border-top: 1px solid var(--line-soft);
}
.stuck-row:last-child { border-bottom: 1px solid var(--line-soft); }
.stuck-row__num { font-family: var(--serif); font-size: 1rem; color: var(--slate-2); font-style: italic; }
.stuck-row__name { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.2rem); color: var(--ink); transition: color .4s var(--ease); }
.stuck-row__note { font-size: 1rem; color: var(--slate); max-width: 22rem; }
.stuck-row:hover .stuck-row__name { color: var(--slate); }

@media (max-width: 720px) {
  .stuck-row { grid-template-columns: 2rem 1fr; }
  .stuck-row__note { grid-column: 2; }
}

/* ============================================================
   HEALING AT THE ROOT — navy depth band w/ inner glow
   ============================================================ */
.root { text-align: center; }
.root .glow {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: min(120vw, 1100px); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(226,217,198,0.20) 0%, rgba(138,162,184,0.10) 34%, transparent 64%);
  filter: blur(20px);
  pointer-events: none;
  animation: breathe 9s ease-in-out infinite;
}
@keyframes breathe { 0%,100% { opacity: 0.75; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.06); } }
.root__inner { position: relative; z-index: 2; max-width: 50rem; margin-inline: auto; }
.root h2 { margin: 1.4rem 0; }
.root h2 em { color: var(--sand); }
.root__cols {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  text-align: left;
}
.root__col h3 { color: var(--on-dark); font-size: 1.15rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0.02em; margin-bottom: 0.9rem; }
.root__col.is-symptom h3 { color: var(--on-dark); }
.root__col p { color: var(--on-dark-mut); font-size: 1.02rem; }
.root__col .tag { font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-dark-mut); display:block; margin-bottom: 0.8rem; }
.root__divider { width: 1px; background: rgba(255,255,255,0.12); }
@media (max-width: 720px) { .root__cols { grid-template-columns: 1fr; } }

/* ============================================================
   MEET NISIM
   ============================================================ */
.nisim__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.nisim__photo { position: relative; }
.nisim__photo img {
  width: 100%;
  border-radius: 200px 200px 18px 18px;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 38%, #000 60%, transparent 92%);
          mask-image: radial-gradient(120% 100% at 50% 38%, #000 60%, transparent 92%);
}
.nisim__copy h2 { margin: 1.3rem 0 1.6rem; }
.nisim__copy p + p { margin-top: 1.2rem; }
.nisim__quote {
  margin-top: 2.4rem;
  padding-left: 1.6rem;
  border-left: 2px solid var(--sand);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: var(--ink);
  line-height: 1.4;
}
.nisim__sign { margin-top: 1.4rem; font-family: var(--serif); font-style: italic; color: var(--slate); font-size: 1.1rem; }
.nisim__traits { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 0.6rem 0.7rem; }
.nisim__traits span {
  font-size: 0.82rem; letter-spacing: 0.04em; color: var(--slate);
  border: 1px solid var(--line); border-radius: 999px; padding: 0.45em 1em;
}
@media (max-width: 860px) { .nisim__grid { grid-template-columns: 1fr; } .nisim__photo { max-width: 28rem; margin-inline: auto; } }

/* ============================================================
   TESTIMONIALS — 2×2 card grid
   ============================================================ */
.tess { text-align: center; position: relative; overflow: hidden; }
.tess__title { margin: 1.2rem auto clamp(2rem,4vw,3.5rem); max-width: 36rem; }
.tess__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.tess__video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper-2);
  opacity: 0.78;
  z-index: 1;
}
.tess__video-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.tess .wrap { position: relative; z-index: 2; }
.tess__cards {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: left;
}
.tess__card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tess__card__mark {
  font-family: var(--serif);
  font-size: 3.4rem;
  line-height: 1;
  color: var(--sand);
  font-style: italic;
  display: block;
  margin-bottom: -0.4rem;
}
.tess__card__q {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: var(--ink);
  font-weight: 300;
  flex: 1;
}
.tess__card__who {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--slate);
  padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
}
@media (max-width: 720px) {
  .tess__cards { grid-template-columns: 1fr; }
}

/* ============================================================
   METHOD — icon cards
   ============================================================ */
.method__intro { max-width: 44rem; margin: 0 auto clamp(3rem,6vw,5rem); text-align: center; }
.method__intro h2 { margin: 1.2rem 0 1.2rem; }
.method__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.method-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: clamp(2rem,3vw,2.8rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.method-card__icon {
  color: var(--ink);
  opacity: 0.7;
  height: 72px;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.method-card__k {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1.1rem;
}
.method-card h3 { font-size: clamp(1.1rem,1.6vw,1.35rem); margin: 0; }
.method-card p { font-size: 1rem; color: var(--slate); }
@media (max-width: 860px) { .method__cards { grid-template-columns: 1fr; } }

/* ============================================================
   FEATURED CONVERSATION (video)
   ============================================================ */
.feat { text-align: center; }
.feat__head { max-width: 44rem; margin: 0 auto clamp(2.5rem,5vw,3.5rem); }
.feat__head h2 { margin: 1.2rem 0; }
.video {
  position: relative;
  max-width: 980px; margin-inline: auto;
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 40px 80px -40px rgba(22,52,78,0.5);
}
.video iframe { width: 100%; height: 100%; border: 0; display: block; }
.video__ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.3rem;
  cursor: pointer;
  background-color: var(--ink);
  background-size: cover;
  background-position: center;
  color: var(--on-dark);
}
.video__ph::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(22,52,78,0.70);
  pointer-events: none;
}
.video__ph .play {
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: grid; place-items: center;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  box-shadow: 0 12px 36px -10px rgba(0,0,0,0.45);
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;
}
.video__ph:hover .play { transform: translate(-50%, -50%) scale(1.07); }
.video__ph .play svg { margin-left: 4px; }
.video__ph .meta { position: absolute; top: 1.2rem; left: 50%; transform: translateX(-50%); z-index: 1; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--on-dark-mut); white-space: nowrap; }
.video__ph .title { position: absolute; top: 3.2rem; left: 50%; transform: translateX(-50%); z-index: 1; font-family: var(--serif); font-size: clamp(1rem,2vw,1.5rem); color: #fff; white-space: nowrap; }

/* ============================================================
   NEWSLETTER — letters from Shalva
   ============================================================ */
.news { text-align: center; overflow: hidden; }
.news__atmos {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: min(100vw, 900px); aspect-ratio: 1.6/1;
  background: radial-gradient(ellipse at center, var(--sand-2) 0%, rgba(198,212,224,0.25) 45%, transparent 70%);
  filter: blur(var(--atmos-blur, 60px));
  opacity: 0.55;
  pointer-events: none;
}
.news__inner { position: relative; z-index: 2; max-width: 44rem; margin-inline: auto; }
.news h2 { margin: 1.3rem 0 1.2rem; }
.news h2 em { color: var(--slate); }
.news .lede { max-width: 34rem; margin: 0 auto 2.6rem; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.news__form {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 31rem;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.35rem 0.35rem 1.5rem;
  box-shadow: 0 16px 44px -24px rgba(44,74,110,0.4);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.news__form:focus-within {
  border-color: var(--slate-2);
  box-shadow: 0 18px 50px -22px rgba(44,74,110,0.45);
}
.news__form input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink);
  outline: none;
  padding-block: 0.6em;
}
.news__form input::placeholder { color: var(--slate-2); }
.news__form .btn { flex-shrink: 0; }
.news__form .btn:disabled { opacity: 0.55; cursor: wait; transform: none; }
.news__msg {
  margin-top: 1.3rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--slate);
  min-height: 1.6em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.news__msg.show { opacity: 1; transform: none; }
.news__msg.is-ok { color: var(--ink); }
.news__privacy {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--slate-2);
}
@media (max-width: 560px) {
  .news__form {
    flex-direction: column;
    gap: 0.6rem;
    border-radius: 28px;
    padding: 1rem;
  }
  .news__form input { width: 100%; text-align: center; padding-block: 0.4em; }
  .news__form .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   FINAL CTA — navy, inner light
   ============================================================ */
.final { text-align: center; }
.final .glow {
  position: absolute; left: 50%; bottom: -30%; transform: translateX(-50%);
  width: min(110vw, 900px); aspect-ratio: 1.4/1;
  background: radial-gradient(ellipse at center, rgba(226,217,198,0.26) 0%, rgba(138,162,184,0.12) 38%, transparent 66%);
  filter: blur(10px);
  animation: breathe 10s ease-in-out infinite;
  pointer-events: none;
}
.final__inner { position: relative; z-index: 2; max-width: 46rem; margin-inline: auto; }
.final h2 { font-size: clamp(2.2rem, 5.2vw, 4.2rem); font-weight: 300; margin: 1.3rem 0 1.5rem; }
.final h2 em { color: var(--sand); }
.final p { color: var(--on-dark-mut); font-size: clamp(1.05rem,1.6vw,1.25rem); max-width: 32rem; margin: 0 auto 2.6rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: var(--on-dark); padding-block: clamp(3.5rem,7vw,5.5rem) 2.5rem; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer__brand img { height: 64px; margin-bottom: 1.2rem; }
.footer__brand p { color: var(--on-dark-mut); max-width: 22rem; font-size: 0.98rem; }
.footer__col h4 { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 1.1rem; font-weight: 700; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer__col a { color: var(--on-dark-mut); text-decoration: none; font-size: 0.98rem; transition: color 0.3s var(--ease); }
.footer__col a:hover { color: var(--on-dark); }
.footer__bottom { padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: 0.84rem; color: rgba(255,255,255,0.4); }
.footer__credit { padding-top: 0.75rem; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.25); }
.footer__credit a { color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s; }
.footer__credit a:hover { color: rgba(255,255,255,0.6); }
@media (max-width: 720px) { .footer__top { grid-template-columns: 1fr; gap: 2rem; } }

/* ============================================================
   FLOATING WHATSAPP + EMAIL BUTTON
   ============================================================ */
.wa-fab {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  z-index: 999;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  text-decoration: none;
}
.wa-fab:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }

.footer-link-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.7);
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  text-align: left;
  transition: color 0.2s;
}
.footer-link-btn:hover { color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav { left: 1rem; right: 1rem; transform: none; max-width: calc(100% - 2rem); }
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .hero__grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero { padding-top: 7rem; min-height: auto; padding-bottom: 5rem; }
  .hero__copy { max-width: 38rem; margin-inline: auto; text-align: center; }
  .hero__sub { margin-inline: auto; }
  .hero__actions, .hero__whisper { justify-content: center; }
  .hero__whisper { justify-content: center; }
  .hero__media { max-width: 30rem; margin: 1rem auto 0; }
  .hero__media img { width: 100%; margin-left: 0; max-width: 100%; }
  .scroll-cue { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: 0.001s !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   TWEAK AXES — palette · atmosphere · light
   ============================================================ */

/* —— PALETTE: Sage —— the second logo's forest direction —— */
:root[data-palette="sage"] {
  --ink:        #33482f;
  --ink-soft:   #45583f;
  --slate:      #74896a;
  --slate-2:    #9aaa8c;
  --mist:       #cdd6c1;
  --mist-2:     #dde3d2;
  --cloud:      #eef1e9;
  --gold:       #b79a63;
  --line:       rgba(51,72,47,0.13);
  --line-soft:  rgba(51,72,47,0.08);
  --on-dark:    #eef1ea;
  --on-dark-mut:#b7c4ac;
  --paper:      #f9f8f1;
  --paper-2:    #f1efe2;
}
:root[data-palette="sage"] ::selection { background: var(--mist); color: var(--ink); }

/* —— LIGHT: cooler dawn vs warmer dusk —— */
:root[data-light="dawn"] {
  --atmos-warm-op: 0.32;
  --atmos-cool-op: 0.62;
}
:root[data-light="dusk"] {
  --atmos-warm: #ecd2a6;
  --atmos-warm-op: 0.9;
  --atmos-cool-op: 0.4;
}
:root[data-light="dusk"] .root .glow,
:root[data-light="dusk"] .final .glow {
  background: radial-gradient(circle, rgba(236,210,166,0.30) 0%, rgba(138,162,184,0.10) 38%, transparent 66%);
}

/* —— ATMOSPHERE: stillness to immersion —— */
:root[data-atmos="still"] .atmos span,
:root[data-atmos="still"] .glow,
:root[data-atmos="still"] .scroll-cue .line::after {
  animation: none !important;
}
:root[data-atmos="still"] {
  --atmos-cool-op: 0.34;
  --atmos-warm-op: 0.4;
}
:root[data-atmos="still"] .glow { opacity: 0.5; }

:root[data-atmos="immersive"] {
  --atmos-cool-op: 0.72;
  --atmos-warm-op: 0.95;
  --atmos-blur: 52px;
}
:root[data-atmos="immersive"] .atmos .a1 { animation-duration: 26s; }
:root[data-atmos="immersive"] .atmos .a2 { animation-duration: 30s; }
:root[data-atmos="immersive"] .atmos .a3 { animation-duration: 22s; }
:root[data-atmos="immersive"] .glow { animation-duration: 7s; }

/* very small phones (< 400px) */
@media (max-width: 400px) {
  .nav { left: 0.5rem; right: 0.5rem; max-width: calc(100% - 1rem); padding: 0.4rem 0.5rem; }
  .nav__logo img { height: 46px; }
  .nav__logo { margin-right: 0.6rem; margin-left: 0.4rem; }
  .lang button { padding: 0.38em 0.55em; font-size: 0.76rem; }
  .nav__burger { padding: 4px; }
}
