/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ЗВЁЗДЫ РЯДОМ — charity foundation aesthetic
   Inspired by charity:water · Malala Fund · Pencils of Promise.
   Photo-led, editorial typography, warm cream + navy + gold.
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

:root{
  /* logo palette */
  --cream:        #F5EFE0;
  --cream-warm:   #FAF5E8;
  --cream-deep:   #EAE0C7;
  --cream-dark:   #D9CEAE;
  --ink:          #131A2E;
  --ink-2:        #1B2440;
  --ink-soft:     #3D4561;
  --ink-mute:     #6E7798;
  --line-soft:    #DAD0B6;
  --gold:         #C99A45;
  --gold-warm:    #DDB269;
  --gold-light:   #ECC976;
  --gold-deep:    #9C7228;
  --shadow-card:  0 30px 70px -30px rgba(19,26,46,.22);
  --shadow-hover: 0 50px 100px -30px rgba(19,26,46,.35);

  --gutter: clamp(20px, 4.2vw, 64px);
  --container: 1240px;
  --container-wide: 1440px;
  --ease: cubic-bezier(0.2, 0.65, 0.2, 1);
  --cinema: cubic-bezier(0.65, 0, 0.35, 1);
}

*,*::before,*::after{ box-sizing: border-box; }
html,body{ margin: 0; padding: 0; }
html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body{
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.55;
  font-size: 16px;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}
img{ display: block; max-width: 100%; }
ul,ol{ margin: 0; padding: 0; list-style: none; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; cursor: pointer; }
::selection{ background: var(--gold); color: var(--ink); }

/* ━━━━━━━━━━━━━━━━━━━━━━ STORYBOOK TOKENS ━━━━━━━━━━━━━━━━━━━━━━ */
.script{ font-family: 'Manrope', sans-serif; font-weight: 600; letter-spacing: -.005em; }

em, .squiggle{
  position: relative;
  white-space: nowrap;
}

/* handwritten annotation */
.note{
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  color: var(--gold-deep);
  font-size: 1em;
  line-height: 1.1;
  letter-spacing: -.005em;
  display: inline-block;
}
.note--rot{ transform: rotate(-3deg); }
.note--rot2{ transform: rotate(2deg); }

/* photos as physical photo cards — slight tilt, paper shadow */
.tilt-l img, figure.tilt-l img, .tilt-l{ transform: rotate(-1.8deg); }
.tilt-r img, figure.tilt-r img, .tilt-r{ transform: rotate(1.4deg); }
.tilt-photo{
  background: var(--cream-warm);
  padding: 10px 10px 26px;
  box-shadow:
    0 10px 30px -10px rgba(19,26,46,.18),
    0 1px 0 rgba(255,255,255,.8) inset;
  display: inline-block;
  position: relative;
}
.tilt-photo > img{ display: block; }

/* ━━━━━━━━━━━━━━━━━━━━━━ TYPE UTILITIES ━━━━━━━━━━━━━━━━━━━━━━ */
.serif{
  font-family: 'Fraunces', 'Times New Roman', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 400;
  letter-spacing: -.02em;
}
.serif em, em.serif, em{
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 400;
  color: var(--gold-deep);
}
.italic{ font-style: normal; }

.h-display{ font-size: clamp(2.8rem, 7vw, 7rem); line-height: .96; letter-spacing: -.03em; }
.h-section{ font-size: clamp(2.2rem, 5.2vw, 4.6rem); line-height: 1; letter-spacing: -.025em; }
.h-card{
  font-family: 'Manrope', sans-serif;
  font-weight: 700; letter-spacing: -.015em; line-height: 1.15;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
}
.label{
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.label--cream{ color: rgba(245,239,224,.78); }
.lead{
  font-size: clamp(1.04rem, 1.2vw, 1.18rem);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 56ch;
}
.muted{ color: var(--ink-mute); font-size: 14.5px; margin: 0; }
.gold{ color: var(--gold-deep); }
.rub{ font-feature-settings: "ss01"; font-weight: 500; margin-left: 2px; }

/* ━━━━━━━━━━━━━━━━━━━━━━ DOTS / RULES ━━━━━━━━━━━━━━━━━━━━━━ */
.dot{ display: inline-block; width: 6px; height: 6px; border-radius: 50%; }
.dot--gold{ background: var(--gold); box-shadow: 0 0 14px rgba(201,154,69,.55); }

/* eyebrow */
.eyebrow{
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
  font-family: 'Manrope', sans-serif;
}
.eyebrow__no{
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 14px;
  color: var(--gold-deep);
}
.eyebrow__line{ width: 28px; height: 1px; background: var(--ink); opacity: .25; }
.eyebrow__txt{
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.eyebrow--cream .eyebrow__no{ color: var(--gold-light); }
.eyebrow--cream .eyebrow__line{ background: var(--cream); opacity: .35; }
.eyebrow--cream .eyebrow__txt{ color: rgba(245,239,224,.7); }

/* dash bullets */
.dash-list{ display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; }
.dash-list li{
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.dash-list li::before{
  content: ''; position: absolute; left: 0; top: 12px;
  width: 16px; height: 1px;
  background: var(--gold-deep);
}
.dash-list--small li{ font-size: 14.5px; padding-left: 22px; }
.dash-list--small li::before{ width: 12px; top: 10px; }
.dash-list--cream li{ color: rgba(245,239,224,.85); }
.dash-list--cream li::before{ background: var(--gold-light); }

/* ━━━━━━━━━━━━━━━━━━━━━━ BUTTONS — architectural, no pills ━━━━━━━━━━━━━━━━━━━━━━ */
.btn{
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 16px 28px 18px;
  border: 1.5px solid transparent;
  border-radius: 2px;
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px; font-weight: 600; letter-spacing: -.005em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .35s var(--cinema), background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease;
  overflow: hidden;
}
.btn::after{
  content:''; position: absolute; left: 14px; right: 14px; bottom: 6px;
  height: 1.5px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0); transform-origin: left;
  transition: opacity .3s var(--cinema), transform .5s var(--cinema);
}
.btn:hover::after{ opacity: 1; transform: scaleX(1); }
.btn span{ font-size: 12px; transition: transform .3s var(--ease); }
.btn:hover span{ transform: translate(2px, -2px); }
.btn--primary{
  background: var(--ink); color: var(--cream-warm); border-color: var(--ink);
}
.btn--primary:hover{
  background: var(--gold-deep); border-color: var(--gold-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -16px rgba(156,114,40,.55);
}
.btn--gold{
  background: var(--gold-deep); color: var(--cream-warm); border-color: var(--gold-deep);
}
.btn--gold:hover{
  background: var(--gold); border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 22px 44px -16px rgba(201,154,69,.55);
}
.btn--ghost-cream{
  background: transparent; color: var(--cream-warm);
  border-color: rgba(245,239,224,.45);
}
.btn--ghost-cream:hover{
  background: rgba(245,239,224,.1); border-color: var(--cream-warm);
}
.btn--lg{ padding: 18px 32px; font-size: 15px; }

/* link */
.link{ position: relative; display: inline-block; }
.link::after{
  content:''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: currentColor;
  transform-origin: right;
  transition: transform .5s var(--ease);
}
.link:hover::after{ animation: link-sweep .7s var(--ease); }
@keyframes link-sweep{
  0%   { transform-origin: right; transform: scaleX(1); }
  50%  { transform-origin: right; transform: scaleX(0); }
  51%  { transform-origin: left;  transform: scaleX(0); }
  100% { transform-origin: left;  transform: scaleX(1); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ LOADER v17 — storybook ━━━━━━━━━━━━━━━━━━━━━━ */
.lp{
  position: fixed; inset: 0; z-index: 200;
  background:
    radial-gradient(ellipse at 50% 40%, #FCF7E8 0%, #F5EBD0 70%, #ECDFB8 100%);
  display: grid; place-items: center;
  pointer-events: auto;
  overflow: hidden;
  transition: opacity 1.1s var(--cinema), visibility 1.1s var(--cinema);
}
.lp.is-hidden{ opacity: 0; visibility: hidden; pointer-events: none; }

.lp__stage{
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 22px;
  z-index: 2;
}
.lp__frame{
  position: relative;
  width: min(58vmin, 460px);
  height: min(58vmin, 460px);
  border-radius: 26px;
  background: #FBFAF8;
  overflow: hidden;
  box-shadow:
    0 50px 100px -30px rgba(19,26,46,.35),
    0 0 0 1px rgba(156,114,40,.18),
    0 0 0 10px rgba(255,255,255,.55),
    0 0 0 11px rgba(156,114,40,.22);
  transform: rotate(-1.5deg) scale(.92);
  opacity: 0;
  animation: lpFrameIn 1.4s var(--cinema) .15s forwards;
}
@keyframes lpFrameIn{
  to { transform: rotate(-1.5deg) scale(1); opacity: 1; }
}
.lp__video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  background: #FBFAF8;
}

.lp__name{
  display: flex; align-items: baseline; gap: .25em;
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 70;
  font-weight: 300;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -.025em;
  color: var(--ink);
  opacity: 0;
  transform: translateY(14px);
  animation: lpRiseIn 1s var(--cinema) .8s forwards;
}
.lp__name-serif{ }
.lp__name-script{
  font-family: 'Fraunces', 'Times New Roman', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  color: var(--gold-deep);
  letter-spacing: -.02em;
}
.lp__caption{
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--ink-mute);
  opacity: 0;
  animation: lpRiseIn 1s var(--cinema) 1.1s forwards;
}
@keyframes lpRiseIn{ to { opacity: 1; transform: translateY(0); } }

/* decorative doodles around the frame */
.lp__doodle{
  position: absolute;
  font-family: 'Manrope', sans-serif;
  color: var(--gold-deep);
  pointer-events: none;
  opacity: 0;
  animation: lpRiseIn 1.2s var(--cinema) 1.2s forwards, lpFloat 8s ease-in-out infinite 1.5s;
}
.lp__doodle--1{ top: 14%; left: 18%; font-size: clamp(28px, 4vw, 56px); }
.lp__doodle--2{ top: 22%; right: 16%; font-size: clamp(36px, 5vw, 70px); color: var(--gold); transform: rotate(12deg); animation-delay: .3s, 1.8s; }
.lp__doodle--3{ bottom: 24%; left: 14%; font-size: clamp(24px, 3.4vw, 44px); transform: rotate(-18deg); animation-delay: .5s, 2s; }
.lp__doodle--4{ bottom: 18%; right: 20%; font-size: clamp(30px, 4vw, 60px); animation-delay: .7s, 2.2s; }
@keyframes lpFloat{
  0%,100%{ transform: translateY(0) rotate(0); }
  50%    { transform: translateY(-10px) rotate(8deg); }
}

.lp__curl{
  position: absolute;
  width: clamp(140px, 18vw, 240px);
  height: auto;
  color: var(--gold-deep);
  opacity: .55;
  pointer-events: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: lpCurl 1.8s var(--cinema) .4s forwards;
}
.lp__curl--l{ top: 14vh; left: 6vw; }
.lp__curl--r{ bottom: 14vh; right: 6vw; animation-delay: .8s; }
@keyframes lpCurl{ to { stroke-dashoffset: 0; } }

.loader{ display: none; }
.loader.is-hidden{ opacity: 0; visibility: hidden; pointer-events: none; }

@media (max-width: 640px){
  .lp__doodle--1{ top: 8%; left: 8%; }
  .lp__doodle--2{ top: 12%; right: 6%; }
  .lp__doodle--3{ bottom: 14%; left: 6%; }
  .lp__doodle--4{ bottom: 10%; right: 8%; }
  .lp__curl{ display: none; }
  .lp__frame{ width: min(78vmin, 360px); height: min(78vmin, 360px); border-radius: 22px; }
}
.loader__stage{
  position: relative;
  width: min(54vmin, 460px);
  height: min(54vmin, 460px);
  display: grid; place-items: center;
}
.loader__video{
  width: 100%; height: 100%;
  object-fit: contain;
  background: #FBFAF8;
  opacity: 0;
  transform: scale(.94);
  animation: loaderIn 1.4s var(--cinema) .2s forwards;
}
@keyframes loaderIn{ to { opacity: 1; transform: scale(1); } }

/* drawing vertical lines on sides */
.loader__line{
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: var(--gold-deep);
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrow 1.6s var(--cinema) .1s forwards;
}
.loader__line--l{ left: clamp(28px, 6vw, 80px); }
.loader__line--r{ right: clamp(28px, 6vw, 80px); animation-delay: .25s; transform-origin: bottom; }
@keyframes lineGrow{ to { transform: scaleY(1); } }

/* corner brackets */
.loader__corner{
  position: absolute;
  width: clamp(24px, 3vw, 40px);
  height: clamp(24px, 3vw, 40px);
  border-color: var(--gold-deep);
  opacity: 0;
  animation: loaderFade 1s var(--cinema) .8s forwards;
}
.loader__corner--tl{ top: clamp(24px, 5vw, 60px); left: clamp(24px, 5vw, 60px); border-top: 1px solid; border-left: 1px solid; }
.loader__corner--tr{ top: clamp(24px, 5vw, 60px); right: clamp(24px, 5vw, 60px); border-top: 1px solid; border-right: 1px solid; }
.loader__corner--bl{ bottom: clamp(24px, 5vw, 60px); left: clamp(24px, 5vw, 60px); border-bottom: 1px solid; border-left: 1px solid; }
.loader__corner--br{ bottom: clamp(24px, 5vw, 60px); right: clamp(24px, 5vw, 60px); border-bottom: 1px solid; border-right: 1px solid; }

.loader__top-row,
.loader__bot-row{
  position: absolute; left: 50%;
  display: inline-flex; align-items: center; gap: 14px;
  transform: translateX(-50%);
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold-deep);
  white-space: nowrap;
  opacity: 0;
  animation: loaderFade 1s var(--cinema) .9s forwards;
}
.loader__top-row{ top: clamp(48px, 8vh, 120px); }
.loader__bot-row{ bottom: clamp(48px, 8vh, 120px); }
.loader__top-dot{
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  animation: dotPulse 1.4s ease-in-out infinite;
}
@keyframes dotPulse{ 0%,100%{ opacity: 1; } 50%{ opacity: .3; } }
.loader__counter{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 32, "SOFT" 60;
  font-style: normal;
  font-size: 14px;
  color: var(--gold-deep);
  letter-spacing: .04em;
  text-transform: none;
  min-width: 36px;
  font-variant-numeric: tabular-nums;
}
.loader__bot-line{
  display: inline-block;
  width: min(28vw, 180px);
  height: 1px;
  background: rgba(156,114,40,.18);
  position: relative;
  overflow: hidden;
}
.loader__bot-line i{
  position: absolute; inset: 0;
  width: 0%;
  background: var(--gold-deep);
  animation: barFill 2.6s var(--cinema) .9s forwards;
}
@keyframes barFill{ to { width: 100%; } }
@keyframes loaderFade{ to { opacity: 1; } }

/* ━━━━━━━━━━━━━━━━━━━━━━ NAV v12 (refined) ━━━━━━━━━━━━━━━━━━━━━━ */
.nav{
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 14px clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: auto 1fr auto auto;
  align-items: center; gap: 28px;
  transition: padding .4s var(--ease), background .4s var(--ease), backdrop-filter .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
  opacity: 0;
  transform: translateY(-8px);
  animation: navIn 1s var(--cinema) 2.4s forwards;
}
@keyframes navIn{ to { opacity: 1; transform: translateY(0); } }
.nav.is-scrolled{
  padding: 10px clamp(20px, 4vw, 56px);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(28px) saturate(1.6);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  border-color: rgba(19,26,46,.06);
}

.nav__brand{
  display: flex; align-items: center; gap: 12px;
  color: var(--ink);
}
.nav__logo{
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--cream-warm);
  padding: 3px;
  transition: transform .4s var(--cinema);
  flex-shrink: 0;
}
.nav__brand:hover .nav__logo{ transform: rotate(-8deg) scale(1.08); }
.nav.is-scrolled .nav__logo{ width: 34px; height: 34px; }
.nav__name{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -.018em;
  color: var(--ink);
}

.nav__links{
  justify-self: center;
  display: flex; gap: clamp(18px, 2.5vw, 36px);
  font-size: 13px;
  font-weight: 500;
}
.nav__lnk{
  position: relative;
  display: inline-flex; align-items: baseline; gap: 6px;
  color: var(--ink);
  transition: color .3s var(--ease);
}
.nav__lnk i{
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-size: 10px;
  color: var(--gold-deep);
  letter-spacing: 0;
  font-variation-settings: "opsz" 32, "SOFT" 100;
}
.nav__lnk::after{
  content:''; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 1px; background: var(--gold-deep);
  transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--cinema);
}
.nav__lnk:hover{ color: var(--gold-deep); }
.nav__lnk:hover::after{ transform: scaleX(1); transform-origin: left; }

.nav__cta{
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px 10px 14px;
  background: var(--ink);
  color: var(--cream-warm);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: all .4s var(--cinema);
}
.nav__cta-dot{
  display: inline-block; width: 8px; height: 8px;
  border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: dotPulse 1.6s ease-in-out infinite;
}
.nav__cta-arrow{ font-size: 11px; transition: transform .3s var(--cinema); }
.nav__cta:hover{
  background: var(--gold-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -16px rgba(156,114,40,.55);
}
.nav__cta:hover .nav__cta-arrow{ transform: translate(3px, -3px); }

.nav__burger{
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  position: relative;
  padding: 0;
}
.nav__burger span{
  position: absolute; left: 11px; right: 11px;
  height: 1.5px; background: var(--ink);
  transition: transform .35s var(--ease), opacity .35s var(--ease);
}
.nav__burger span:nth-child(1){ top: 17px; }
.nav__burger span:nth-child(2){ bottom: 17px; }
.nav__burger.is-open span:nth-child(1){ transform: translateY(5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2){ transform: translateY(-5px) rotate(-45deg); }

/* drawer */
.drawer{
  position: fixed; inset: 0; z-index: 59;
  background: var(--cream);
  padding: 110px var(--gutter) var(--gutter);
  display: flex; flex-direction: column; justify-content: space-between; gap: 40px;
  opacity: 0; pointer-events: none;
  transform: translateY(-12px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.drawer.is-open{ opacity: 1; pointer-events: auto; transform: translateY(0); }
.drawer__links{ display: flex; flex-direction: column; gap: 18px; }
.drawer__links a{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-size: clamp(1.8rem, 8vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.05;
}
.drawer__contact{
  display: flex; flex-direction: column; gap: 6px;
  padding-top: 22px;
  border-top: 1px solid rgba(19,26,46,.1);
}
.drawer__contact a{
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 1.4rem;
  color: var(--gold-deep);
  letter-spacing: -.01em;
}
.drawer__name{ font-size: .9rem; color: var(--ink-mute); }

/* ━━━━━━━━━━━━━━━━━━━━━━ SCROLL RAIL (right vertical line) ━━━━━━━━━━━━━━━━━━━━━━ */
.scroll-rail{
  position: fixed; top: 50%; right: 22px;
  transform: translateY(-50%);
  z-index: 50;
  height: 50vh; min-height: 280px; max-height: 600px;
  width: 1px;
  background: rgba(19,26,46,.10);
  pointer-events: none;
  opacity: 0;
  transition: opacity .6s var(--ease);
}
.scroll-rail.is-on{ opacity: 1; }
body.theme-dark .scroll-rail{ background: rgba(245,239,224,.10); }
.scroll-rail__fill{
  position: absolute; top: 0; left: 0; right: 0;
  height: 0%;
  background: linear-gradient(180deg, var(--gold-deep), var(--gold));
  transition: height .15s linear;
}
body.theme-dark .scroll-rail__fill{ background: linear-gradient(180deg, var(--gold-light), var(--gold)); }
.scroll-rail__dot{
  position: absolute; left: 50%;
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 0%;
  box-shadow: 0 0 12px var(--gold);
  transition: top .15s linear;
}
.scroll-rail__label{
  position: absolute; right: 14px; top: 0%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 12.5px;
  color: var(--gold-deep);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(8px);
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(156,114,40,.18);
  transition: top .15s linear, color .4s, background .4s, border-color .4s;
}
body.theme-dark .scroll-rail__label{
  color: var(--gold-light);
  background: rgba(15,20,41,.65);
  border-color: rgba(245,239,224,.18);
}
@media (max-width: 1100px){ .scroll-rail{ display: none; } }

/* ━━━━━━━━━━━━━━━━━━━━━━ ANIMATED SECTION DIVIDERS ━━━━━━━━━━━━━━━━━━━━━━ */
.divider-line{
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.6s var(--cinema);
}
.divider-line.is-in{ transform: scaleX(1); }

/* ━━━━━━━━━━━━━━━━━━━━━━ FLOATING CTA ━━━━━━━━━━━━━━━━━━━━━━ */
.float-cta{
  position: fixed; right: 28px; bottom: 28px; z-index: 55;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px 14px 18px;
  background: var(--gold-deep);
  color: var(--cream-warm);
  border-radius: 999px;
  box-shadow: 0 22px 50px -16px rgba(156,114,40,.6);
  font-size: 13.5px; font-weight: 600; letter-spacing: -.005em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), background .35s, box-shadow .35s;
  pointer-events: none;
}
.float-cta.is-on{ opacity: 1; transform: translateY(0); pointer-events: auto; }
.float-cta:hover{ background: var(--gold); box-shadow: 0 28px 56px -16px rgba(201,154,69,.65); }
.float-cta__pulse{
  position: absolute; inset: 0;
  border-radius: 999px;
  border: 1px solid var(--gold-deep);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse{ 0%{ transform: scale(1); opacity: .7; } 100%{ transform: scale(1.3); opacity: 0; } }
@media (max-width: 720px){
  .float-cta__txt{ display: none; }
  .float-cta{ padding: 14px; right: 18px; bottom: 18px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ HERO ━━━━━━━━━━━━━━━━━━━━━━ */
.hero{
  position: relative;
  height: 100svh;
  min-height: 560px;
  padding: clamp(32px, 5vw, 64px) var(--gutter);
  background: var(--ink);
  color: var(--cream-warm);
  overflow: hidden;
  display: flex; align-items: center;
}
.hero__bg{
  position: absolute; inset: 0; z-index: 0;
}
.hero__bg img{
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: brightness(.94) saturate(1.06) contrast(1.02);
  animation: heroZoom 26s ease-out infinite alternate;
  transform-origin: 50% 50%;
}
@keyframes heroZoom{ from { transform: scale(1.08); } to { transform: scale(1); } }
.hero__shade{
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(105deg, rgba(19,26,46,.92) 0%, rgba(19,26,46,.65) 40%, rgba(19,26,46,.2) 70%, rgba(19,26,46,.45) 100%),
    linear-gradient(180deg, rgba(19,26,46,.4) 0%, transparent 20%, transparent 60%, rgba(19,26,46,.85) 100%);
}
.hero__grain{
  position: absolute; inset: 0; z-index: 2;
  opacity: .18;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 .9 0 0 0 0 .7 0 0 0 .7 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.hero__inner{
  position: relative; z-index: 3;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}
.hero__kicker{
  display: inline-flex; align-items: center; gap: 12px;
  padding: 8px 18px;
  background: rgba(245,239,224,.08);
  border: 1px solid rgba(245,239,224,.18);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  margin-bottom: 32px;
  opacity: 0; transform: translateY(12px);
  animation: heroFadeUp 1s var(--ease) 2.4s forwards;
}
.hero__title{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 300;
  font-size: clamp(2.6rem, 6.6vw, 7rem);
  line-height: .98;
  letter-spacing: -.025em;
  color: var(--cream-warm);
  margin: 0 0 28px;
  max-width: 20ch;
}
.hero__title em{
  color: var(--gold-light);
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero__title, .hero__lede{
  opacity: 0; transform: translateY(20px);
  animation: heroFadeUp 1.2s var(--cinema) forwards;
}
.hero__title{ animation-delay: 2.5s; }
.hero__lede{
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.55;
  color: rgba(245,239,224,.78);
  max-width: 58ch;
  margin: 0 0 40px;
  animation-delay: 2.7s;
}
.hero__cta{
  display: flex; gap: 12px; flex-wrap: wrap;
  opacity: 0;
  animation: heroFadeUp 1s var(--ease) 2.9s forwards;
}
@keyframes heroFadeUp{ to { opacity: 1; transform: translateY(0); } }

/* hero variant — bloom: kind meadow background, centered copy, warm readable scrim */
.hero--bloom .hero__shade{
  background:
    radial-gradient(112% 92% at 50% 50%,
      rgba(32,26,18,.58) 0%,
      rgba(32,26,18,.4) 32%,
      rgba(32,26,18,.18) 56%,
      transparent 80%),
    linear-gradient(180deg,
      rgba(32,26,18,.34) 0%, transparent 20%,
      transparent 58%, rgba(32,26,18,.5) 100%),
    linear-gradient(0deg, rgba(122,84,32,.12), rgba(122,84,32,.04));
}
.hero--bloom .hero__inner{
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero--bloom .hero__title{
  margin-left: auto; margin-right: auto;
  max-width: 18ch;
  text-shadow: 0 2px 30px rgba(26,20,12,.55), 0 1px 3px rgba(26,20,12,.5);
}
.hero--bloom .hero__lede{
  margin-left: auto; margin-right: auto;
  color: rgba(245,239,224,.94);
  text-shadow: 0 1px 16px rgba(26,20,12,.6);
}
.hero--bloom .hero__cta{ justify-content: center; }

/* impact band (in-flow between hero and about) */
.impact{
  background: var(--ink);
  color: var(--cream-warm);
  border-top: 1px solid rgba(245,239,224,.08);
  border-bottom: 1px solid rgba(245,239,224,.08);
}
.impact__inner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.impact-item{
  padding: clamp(40px, 5vw, 70px) clamp(16px, 2.4vw, 36px);
  display: flex; flex-direction: column; gap: 14px;
  border-right: 1px solid rgba(245,239,224,.12);
  position: relative;
  transition: background .4s var(--ease);
}
.impact-item:last-child{ border-right: 0; }
.impact-item:hover{ background: rgba(245,239,224,.04); }
.impact-item__num{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 400;
  font-size: clamp(2.6rem, 4.4vw, 4rem);
  letter-spacing: -.03em;
  line-height: 1;
  color: var(--cream-warm);
  font-variant-numeric: tabular-nums;
  display: flex; align-items: baseline; gap: 2px;
}
.impact-item__num i{ font-style: normal; color: var(--gold-light); }
.impact-item__num .rub{ color: var(--gold-light); }
.impact-item__cap{
  font-size: 13.5px;
  color: rgba(245,239,224,.72);
  line-height: 1.45;
  letter-spacing: .005em;
}
@media (max-width: 900px){
  .impact__inner{ grid-template-columns: 1fr 1fr; }
  .impact-item{ padding: 32px 18px; }
  .impact-item:nth-child(odd){ border-right: 1px solid rgba(245,239,224,.12); }
  .impact-item:nth-child(even){ border-right: 0; }
  .impact-item:nth-child(-n+2){ border-bottom: 1px solid rgba(245,239,224,.12); }
}
@media (max-width: 540px){
  .impact__inner{ grid-template-columns: 1fr; }
  .impact-item{ border-right: 0 !important; border-bottom: 1px solid rgba(245,239,224,.12); }
  .impact-item:last-child{ border-bottom: 0; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ ABOUT ━━━━━━━━━━━━━━━━━━━━━━ */
.about{
  padding: clamp(80px, 12vw, 160px) var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
}
.about__head{ margin-bottom: clamp(60px, 8vw, 110px); }
.about__hero{
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  line-height: 1;
  letter-spacing: -.03em;
  margin: 0;
  color: var(--ink);
  max-width: 18ch;
}
.about__hero em{ color: var(--gold-deep); }
.about__grid{
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.about__photo{ margin: 0; position: relative; }
.about__photo:not(.shape) img{
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover; border-radius: 8px;
}
.about__photo figcaption{
  margin-top: 18px;
  display: flex; align-items: center; gap: 10px;
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 14px;
  color: var(--ink-soft);
}

.about__copy{
  display: flex; flex-direction: column;
  gap: 36px;
}
.about__copy .lead{ font-size: clamp(1.15rem, 1.5vw, 1.45rem); color: var(--ink); line-height: 1.5; max-width: none; }
.about__copy .lead em{ font-style: normal; }

.founders{
  display: grid; grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px;
  background: var(--cream-warm);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
}
.founders__photo{
  width: 96px; height: 120px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.founders__photo img{ width: 100%; height: 100%; object-fit: cover; }
.founders__name{
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.05;
  margin: 6px 0 8px;
}

.about__creds{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-soft);
}
.about__creds li{
  padding: 22px 18px 22px 0;
  border-right: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: 8px;
}
.about__creds li:last-child{ border-right: 0; }
.about__creds-num{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 400;
  font-size: clamp(2.4rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--gold-deep);
}
.about__creds-txt{ font-size: 13px; color: var(--ink-soft); line-height: 1.4; }

@media (max-width: 900px){
  .about__grid{ grid-template-columns: 1fr; }
  .about__creds{ grid-template-columns: 1fr; }
  .about__creds li{ border-right: 0; border-bottom: 1px solid var(--line-soft); padding: 18px 0; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ MARQUEE ━━━━━━━━━━━━━━━━━━━━━━ */
.marquee{
  background: var(--ink);
  color: var(--cream-warm);
  padding: 26px 0;
  overflow: hidden;
  border-top: 1px solid rgba(245,239,224,.08);
  border-bottom: 1px solid rgba(245,239,224,.08);
}
.marquee__track{
  display: flex; align-items: center;
  width: max-content;
  gap: 40px;
  white-space: nowrap;
  font-size: clamp(1.6rem, 3.6vw, 3rem);
  letter-spacing: -.025em;
  font-weight: 600;
  line-height: 1;
  animation: marquee 36s linear infinite;
}
.marquee__track .serif{
  font-weight: 400;
  color: var(--gold-light);
}
.marquee__track .star{
  color: var(--gold);
  font-size: .55em;
  font-weight: 400;
}
.marquee:hover .marquee__track{ animation-play-state: paused; }
@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ STORY ━━━━━━━━━━━━━━━━━━━━━━ */
.story{
  padding: clamp(90px, 12vw, 160px) var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}
.story__head{ margin-bottom: clamp(40px, 5vw, 70px); }
.story__grid{
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.story__photo{ margin: 0; position: relative; }
.story__photo img{
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover; border-radius: 8px;
}
.story__photo figcaption{
  position: absolute; left: 16px; bottom: 16px;
  padding: 8px 16px;
  background: var(--cream-warm);
  border-radius: 999px;
  display: flex; flex-direction: column; gap: 0;
  font-size: 13px;
}
.story__photo figcaption strong{ font-weight: 700; color: var(--ink); }
.story__photo figcaption span{ font-size: 11px; color: var(--ink-mute); letter-spacing: .04em; }

.story__quote{
  position: relative;
  margin: 0;
  padding: 0;
}
.story__mark{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-size: 10rem;
  color: var(--gold);
  line-height: .65;
  display: block;
  height: 60px;
}
.story__quote p{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 300;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.25;
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0 0 30px;
}
.story__quote p em{ color: var(--gold-deep); }
.story__quote footer{
  display: flex; flex-direction: column; gap: 6px;
}
.story__cite{
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 16px;
  color: var(--ink-soft);
}
@media (max-width: 900px){
  .story__grid{ grid-template-columns: 1fr; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ PROBLEM ━━━━━━━━━━━━━━━━━━━━━━ */
.problem{
  padding: clamp(80px, 11vw, 150px) var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}
.problem__head{ max-width: 760px; margin-bottom: clamp(50px, 7vw, 90px); }
.problem__head h2{ margin: 0 0 26px; }
.problem__list{
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-soft);
}
.problem__list li{
  padding: 32px 22px 28px;
  border-right: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  transition: background .4s var(--ease);
}
.problem__list li:last-child{ border-right: 0; }
.problem__list li:hover{ background: var(--cream-warm); }
.problem__no{
  font-size: 24px; color: var(--gold-deep);
  letter-spacing: -.02em;
  font-variation-settings: "opsz" 32, "SOFT" 80;
}
.problem__list h3{ margin: 0; color: var(--ink); }
.problem__list p{ margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 900px){
  .problem__list{ grid-template-columns: 1fr; }
  .problem__list li{ border-right: 0; border-bottom: 1px solid var(--line-soft); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ PROGRAMS ━━━━━━━━━━━━━━━━━━━━━━ */
.programs{
  padding: clamp(90px, 12vw, 160px) var(--gutter);
  background: var(--cream-warm);
  border-top: 1px solid var(--line-soft);
}
.programs__head{ max-width: var(--container); margin: 0 auto clamp(60px, 8vw, 110px); }
.programs__title{
  font-size: clamp(2.4rem, 6.4vw, 6rem);
  line-height: .98;
  letter-spacing: -.03em;
  font-weight: 350;
  margin: 0;
  color: var(--ink);
  max-width: 16ch;
}
.programs__title em{ font-style: normal; color: var(--gold-deep); }

.prog{
  max-width: var(--container);
  margin: 0 auto clamp(90px, 11vw, 140px);
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
}
.prog:last-child{ margin-bottom: 0; }
.prog--reverse{ grid-template-columns: 1fr 1.1fr; direction: rtl; }
.prog--reverse > *{ direction: ltr; }
.prog__no{
  position: absolute;
  top: -50px; left: 0;
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 300;
  font-size: clamp(6rem, 12vw, 14rem);
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--cream-deep);
  user-select: none;
  pointer-events: none;
  z-index: 0;
}
.prog--reverse .prog__no{ left: auto; right: 0; }
.prog__photo{
  margin: 0;
  position: relative; z-index: 1;
  overflow: hidden; border-radius: 10px;
  box-shadow: var(--shadow-card);
}
.prog__photo img{
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.prog:hover .prog__photo img{ transform: scale(1.04); }
.prog__body{ position: relative; z-index: 1; }
.prog__body .label.gold{ color: var(--gold-deep); margin-bottom: 16px; display: block; }
.prog__name{
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1; letter-spacing: -.025em;
  font-weight: 400;
  margin: 0 0 20px;
  color: var(--ink);
}
.prog__body .lead{ margin-bottom: 28px; }
@media (max-width: 900px){
  .prog, .prog--reverse{ grid-template-columns: 1fr; direction: ltr; }
  .prog__no{ font-size: 7rem; top: -30px; left: 0; right: auto; opacity: .7; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ PHOTO REEL ━━━━━━━━━━━━━━━━━━━━━━ */
.reel{
  position: relative;
  background: var(--ink);
  color: var(--cream-warm);
  padding: clamp(50px, 7vw, 90px) var(--gutter) clamp(50px, 7vw, 90px);
}
.reel__head{
  max-width: var(--container);
  margin: 0 auto clamp(28px, 4vw, 48px);
}
.reel__head .eyebrow__no{ font-style: normal; color: var(--gold-light); font-size: 14px; }
.reel__stage{
  position: relative;
  max-width: var(--container-wide);
  margin: 0 auto;
  height: clamp(420px, 64vh, 720px);
  overflow: hidden;
  border-radius: 14px;
  background: var(--ink-2);
  box-shadow: 0 60px 120px -40px rgba(0,0,0,.6);
}
.reel__slide{
  position: absolute; inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.4s var(--cinema);
}
.reel__slide.is-active{ opacity: 1; }
.reel__slide img{
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.85) saturate(1.05) contrast(1.02);
  transform-origin: 50% 50%;
}
.reel__slide.is-active img{
  animation: kenBurns 8.5s var(--ease) forwards;
}
@keyframes kenBurns{
  from { transform: scale(1.04) translate(0, 0); }
  to   { transform: scale(1.14) translate(-1.2%, -1.2%); }
}
.reel__slide:nth-child(even).is-active img{
  animation: kenBurnsAlt 8.5s var(--ease) forwards;
}
@keyframes kenBurnsAlt{
  from { transform: scale(1.06) translate(.6%, .6%); }
  to   { transform: scale(1.18) translate(-.8%, 1.5%); }
}
.reel__overlay{
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(19,26,46,.35) 0%, transparent 25%, transparent 70%, rgba(19,26,46,.85) 100%),
    linear-gradient(95deg, rgba(19,26,46,.45) 0%, transparent 40%);
  pointer-events: none;
}
.reel__caption{
  position: absolute; left: clamp(20px, 3vw, 36px); bottom: clamp(20px, 3vw, 36px);
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 22px;
  background: rgba(19,26,46,.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(245,239,224,.18);
  border-radius: 999px;
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-style: normal;
  font-size: clamp(13px, 1.1vw, 16px);
  color: var(--cream-warm);
  z-index: 3;
}
.reel__caption-txt{
  transition: opacity .5s var(--cinema);
}
.reel__caption-txt.is-out{ opacity: 0; }
.reel__progress{
  position: absolute; right: clamp(20px, 3vw, 36px); bottom: clamp(20px, 3vw, 36px);
  display: flex; gap: 6px;
  z-index: 3;
}
.reel__progress span{
  width: 18px; height: 2px;
  background: rgba(245,239,224,.25);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.reel__progress span.is-active::after{
  content:''; position: absolute; inset: 0;
  background: var(--gold-light);
  animation: reelBar 4.5s linear forwards;
}
@keyframes reelBar{ from { transform: translateX(-100%); } to { transform: translateX(0); } }
.reel__progress span.is-done{ background: var(--gold-light); }
@media (max-width: 720px){
  .reel__stage{ height: clamp(380px, 75vh, 560px); }
  .reel__caption{ font-size: 12px; padding: 8px 14px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ TALENT spotlight ━━━━━━━━━━━━━━━━━━━━━━ */
.talent{
  padding: clamp(40px, 6vw, 80px) var(--gutter);
  background: var(--cream);
}
.talent__inner{
  position: relative;
  max-width: var(--container-wide);
  margin: 0 auto;
  min-height: clamp(520px, 70vh, 760px);
  overflow: hidden;
  border-radius: 16px;
  color: var(--cream-warm);
  display: flex; align-items: flex-end;
  padding: clamp(36px, 6vw, 80px);
}
.talent__bg{ position: absolute; inset: 0; z-index: 0; }
.talent__bg img{
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: brightness(.6) saturate(1.05);
  transform: scale(1.02);
}
.talent__shade{
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(45deg, rgba(19,26,46,.85) 0%, rgba(19,26,46,.4) 60%, rgba(19,26,46,.1) 100%),
    linear-gradient(180deg, transparent 30%, rgba(19,26,46,.55) 100%);
}
.talent__copy{
  position: relative; z-index: 2;
  max-width: 640px;
}
.talent__title{
  font-size: clamp(2.6rem, 6.6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.03em;
  margin: 8px 0 24px;
  color: var(--cream-warm);
  font-weight: 350;
}
.talent__title em{ font-style: normal; color: var(--gold-light); }
.talent .hero__lede{ margin-bottom: 24px; }

/* ━━━━━━━━━━━━━━━━━━━━━━ CONCEPT ━━━━━━━━━━━━━━━━━━━━━━ */
.concept{ padding: clamp(80px, 11vw, 150px) var(--gutter); max-width: var(--container); margin: 0 auto; }
.concept__head{ max-width: 760px; margin-bottom: clamp(50px, 7vw, 90px); }
.concept__head h2{ margin: 0 0 22px; }
.concept__grid{
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.amb{
  padding: 32px 26px 28px;
  background: var(--cream-warm);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 220px;
  transition: transform .5s var(--ease), border-color .5s, box-shadow .5s;
}
.amb:hover{
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: var(--shadow-card);
}
.amb__no{
  font-size: 22px; color: var(--gold-deep);
  letter-spacing: -.02em;
  font-variation-settings: "opsz" 32, "SOFT" 80;
}
.amb h3{ margin: 0; color: var(--ink); }
.amb p{ margin: 0 0 auto; color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 1000px){ .concept__grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .concept__grid{ grid-template-columns: 1fr; } }

/* ━━━━━━━━━━━━━━━━━━━━━━ MECHANICS ━━━━━━━━━━━━━━━━━━━━━━ */
.mechanics{
  padding: clamp(80px, 11vw, 150px) var(--gutter);
  background: var(--cream-warm);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.mechanics__head{ max-width: var(--container); margin: 0 auto clamp(50px, 7vw, 90px); }
.mechanics__head h2{ margin: 0; }
.mechanics__list{
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-soft);
}
.step{
  padding: 30px 22px 28px;
  border-right: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: 14px;
  min-height: 220px;
}
.step:last-child{ border-right: 0; }
.step__no{
  font-size: 28px; color: var(--gold-deep);
  letter-spacing: -.03em;
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.step h3{ margin: 0; color: var(--ink); }
.step p{ margin: 0 0 auto; color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 1000px){ .mechanics__list{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .mechanics__list{ grid-template-columns: 1fr; } .step{ border-right: 0; border-bottom: 1px solid var(--line-soft); } }

.mechanics__photo{
  max-width: 880px;
  margin: clamp(40px, 6vw, 80px) auto 0;
  padding: 0 var(--gutter);
}
.mechanics__photo img{
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━ PARTNERS ━━━━━━━━━━━━━━━━━━━━━━ */
.partners{ padding: clamp(80px, 11vw, 150px) var(--gutter); max-width: var(--container); margin: 0 auto; }
.partners__head{ margin-bottom: clamp(50px, 7vw, 90px); max-width: 760px; }
.partners__head h2{ margin: 0; }
.partners__row{
  display: flex; flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 32px;
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: -.015em;
  margin-bottom: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(40px, 6vw, 60px);
  border-bottom: 1px solid var(--line-soft);
}
.partners__row li{ position: relative; padding-right: 24px; }
.partners__row li:not(:last-child)::after{
  content: '·'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  color: var(--gold-deep);
}
.partners__row li:last-child{ color: var(--ink-soft); font-size: .9em; }

.naumov{
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.naumov__photo{ margin: 0; position: relative; }
.naumov__photo img{
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover; border-radius: 10px;
}
.naumov__photo figcaption{
  position: absolute; left: 16px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: var(--cream-warm);
  border-radius: 999px;
  font-size: 12px; color: var(--ink-soft);
  letter-spacing: .04em; text-transform: uppercase;
}
.naumov__body h3{
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1; letter-spacing: -.025em;
  margin: 12px 0 18px;
  color: var(--ink);
  font-weight: 400;
}
.naumov__cols{
  display: grid; grid-template-columns: 1fr 1.8fr;
  gap: 32px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line-soft);
}
.naumov__cols strong{ display: block; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
@media (max-width: 900px){
  .naumov{ grid-template-columns: 1fr; }
  .naumov__cols{ grid-template-columns: 1fr; gap: 24px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ TEAM ━━━━━━━━━━━━━━━━━━━━━━ */
.team{
  padding: clamp(80px, 11vw, 150px) var(--gutter);
  background: var(--ink); color: var(--cream-warm);
}
.team__head{ max-width: var(--container); margin: 0 auto clamp(50px, 7vw, 90px); }
.team__head .eyebrow{ color: var(--cream-warm); }
.team__head .eyebrow__no{ color: var(--gold-light); }
.team__head .eyebrow__line{ background: var(--cream-warm); opacity: .25; }
.team__head .eyebrow__txt{ color: rgba(245,239,224,.7); }
.team__head h2{ margin: 0; color: var(--cream-warm); }
.team__head h2 em{ color: var(--gold-light); }

.team__grid{
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 44px);
}
.member figure{
  margin: 0 0 22px;
  overflow: hidden; border-radius: 10px;
  position: relative;
}
.member figure img{
  width: 100%; aspect-ratio: 3/3.8;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.member:hover figure img{ transform: scale(1.04); }
.member h3{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 400;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 0 0 4px;
  color: var(--cream-warm);
}
.member h3 em{ color: var(--gold-light); }
.member__role{
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: var(--gold-light);
  margin-bottom: 18px;
  letter-spacing: -.005em;
}
.team .dash-list--small li{ color: rgba(245,239,224,.78); font-size: 14px; }
.team .dash-list--small li::before{ background: var(--gold-light); }
@media (max-width: 900px){ .team__grid{ grid-template-columns: 1fr; } }

.team__cta{
  margin: clamp(60px, 8vw, 100px) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 0 var(--gutter);
}
@media (max-width: 540px){
  .team__cta{ flex-direction: column; align-items: stretch; }
  .team__cta .btn{ justify-content: center; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ DONATE TIERS ━━━━━━━━━━━━━━━━━━━━━━ */
.donate{
  padding: clamp(90px, 14vw, 180px) var(--gutter);
  background: var(--ink); color: var(--cream-warm);
  position: relative;
  overflow: hidden;
}
.donate::before{
  content:''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(201,154,69,.15), transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(201,154,69,.08), transparent 60%);
  pointer-events: none;
}
.donate__head{
  position: relative; z-index: 2;
  max-width: var(--container); margin: 0 auto clamp(50px, 7vw, 80px);
  text-align: left;
}
.donate__head .hero__lede{ max-width: 60ch; margin: 24px 0 0; }
.donate__title{
  font-size: clamp(2.8rem, 7vw, 6.6rem);
  line-height: .98;
  letter-spacing: -.03em;
  margin: 0;
  color: var(--cream-warm);
  font-weight: 350;
}
.donate__title em{ color: var(--gold-light); }
.tiers{
  position: relative; z-index: 2;
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.tier{
  position: relative;
  padding: 28px 24px 26px;
  background: rgba(245,239,224,.04);
  border: 1px solid rgba(245,239,224,.16);
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 10px;
  cursor: pointer;
  transition: all .4s var(--ease);
  user-select: none;
}
.tier input{ position: absolute; opacity: 0; pointer-events: none; }
.tier:hover{ background: rgba(245,239,224,.08); border-color: rgba(245,239,224,.32); transform: translateY(-3px); }
.tier:has(input:checked){
  background: rgba(201,154,69,.14);
  border-color: var(--gold-light);
  box-shadow: 0 22px 50px -20px rgba(201,154,69,.35);
}
.tier__badge{
  position: absolute; top: 14px; right: 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.tier--featured{ border-color: rgba(236,201,118,.4); }
.tier__num{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 400;
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  letter-spacing: -.03em;
  line-height: 1;
  color: var(--cream-warm);
  display: flex; align-items: baseline; gap: 2px;
}
.tier__num .rub{ color: var(--gold-light); }
.tier__cap{
  font-size: 13.5px;
  color: rgba(245,239,224,.7);
  line-height: 1.4;
}
@media (max-width: 1000px){ .tiers{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .tiers{ grid-template-columns: 1fr; } }

.custom{
  grid-column: 1 / -1;
  margin-top: 12px;
  padding: 26px;
  background: rgba(245,239,224,.04);
  border: 1px solid rgba(245,239,224,.14);
  border-radius: 10px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; align-items: center;
}
.custom__label{
  display: flex; flex-direction: column; gap: 8px;
}
.custom__label > span{
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.custom__input{
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  background: rgba(19,26,46,.5);
  border: 1px solid rgba(245,239,224,.18);
  border-radius: 8px;
}
.custom__input input{
  background: transparent; border: 0; outline: none;
  font: inherit;
  color: var(--cream-warm);
  font-size: 18px;
  width: 100%;
}
.custom__input input::placeholder{ color: rgba(245,239,224,.4); }
.custom__input .rub{ color: var(--gold-light); font-size: 18px; }
.recurring{
  display: flex; align-items: center; gap: 12px;
  font-size: 14px;
  color: rgba(245,239,224,.78);
  cursor: pointer;
}
.recurring input{ position: absolute; opacity: 0; pointer-events: none; }
.recurring__box{
  width: 22px; height: 22px;
  border: 1.5px solid rgba(245,239,224,.32);
  border-radius: 5px;
  position: relative;
  transition: all .3s var(--ease);
  flex-shrink: 0;
}
.recurring:has(input:checked) .recurring__box{
  background: var(--gold);
  border-color: var(--gold);
}
.recurring:has(input:checked) .recurring__box::after{
  content: ''; position: absolute;
  left: 6px; top: 2px;
  width: 6px; height: 12px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
}
.recurring em{ color: var(--gold-light); }
@media (max-width: 700px){ .custom{ grid-template-columns: 1fr; } }

.donate__actions{
  grid-column: 1 / -1;
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 16px;
}
.donate__amt{
  display: inline-block;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-variation-settings: "opsz" 32, "SOFT" 60;
  font-size: 17px;
  padding: 0 4px;
}
.donate__note{
  grid-column: 1 / -1;
  display: flex; justify-content: center;
  margin-top: 10px;
}
.donate__note .label{ color: rgba(236,201,118,.85); letter-spacing: .2em; }

/* ━━━━━━━━━━━━━━━━━━━━━━ FINAL CTA ━━━━━━━━━━━━━━━━━━━━━━ */
.final{
  position: relative;
  min-height: 100svh;
  padding: clamp(110px, 16vw, 220px) var(--gutter);
  display: flex; align-items: center;
  color: var(--cream-warm);
  overflow: hidden;
}
.final__bg{ position: absolute; inset: 0; z-index: 0; }
.final__bg img{
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.62) saturate(1.1);
}
.final__shade{
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(60deg, rgba(19,26,46,.92) 0%, rgba(19,26,46,.6) 40%, rgba(19,26,46,.15) 80%),
    linear-gradient(180deg, rgba(19,26,46,.4) 0%, transparent 30%, transparent 60%, rgba(19,26,46,.85) 100%);
}
.final__inner{
  position: relative; z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}
.final__title{
  font-size: clamp(3.2rem, 11vw, 11rem);
  line-height: .9;
  letter-spacing: -.035em;
  margin: 0 0 30px;
  font-weight: 350;
  color: var(--cream-warm);
}
.final__title em{ color: var(--gold-light); font-style: normal; }
.final__actions{ display: flex; gap: 14px; flex-wrap: wrap; margin: 40px 0 50px; }
.final__contact .label--cream{ display: block; margin-bottom: 10px; }
.final__row{
  display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: baseline;
  font-size: 14.5px;
  color: rgba(245,239,224,.85);
}
.final__row strong{ color: var(--cream-warm); }
.final__row .link{ color: var(--gold-light); }
.final__row .sep{ opacity: .3; }

/* ━━━━━━━━━━━━━━━━━━━━━━ FOOTER ━━━━━━━━━━━━━━━━━━━━━━ */
.footer{
  background: #08101F;
  color: rgba(245,239,224,.55);
  padding: 60px var(--gutter) 36px;
  border-top: 1px solid rgba(245,239,224,.08);
}
.footer__top{
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(245,239,224,.1);
}
.footer__brand{ display: flex; gap: 14px; align-items: center; color: var(--cream-warm); }
.footer__brand img{
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--cream-warm);
  padding: 4px;
}
.footer__brand span{ display: flex; flex-direction: column; line-height: 1.1; }
.footer__brand strong{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 60;
  font-weight: 500;
  font-size: 16px; letter-spacing: -.015em;
}
.footer__brand i{
  font-style: normal;
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-light); opacity: .8; margin-top: 3px;
}
.footer__desc{ margin: 0; font-size: 13.5px; line-height: 1.5; max-width: 50ch; }
.footer__nav{ display: flex; gap: 22px; font-size: 14px; }
.footer__nav a{ color: rgba(245,239,224,.75); }
.footer__bot{
  max-width: var(--container); margin: 30px auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 12px 28px;
  font-size: 11.5px;
  letter-spacing: .04em;
  color: rgba(245,239,224,.45);
}
@media (max-width: 900px){
  .footer__top{ grid-template-columns: 1fr; gap: 22px; }
  .footer__nav{ flex-wrap: wrap; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   MAGAZINE DECOR: page-no, running-head, big-initial
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-no, .running-head{
  position: absolute;
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 11.5px;
  letter-spacing: .15em;
  color: var(--gold-deep);
  opacity: .75;
  z-index: 4;
  pointer-events: none;
}
.page-no{
  top: 36px; right: clamp(20px, 4vw, 56px);
  font-feature-settings: "tnum";
}
.running-head{
  top: 36px; left: clamp(20px, 4vw, 56px);
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  letter-spacing: .32em;
  color: var(--ink-soft);
  opacity: .6;
}
.section--ink .page-no, .stories .page-no, .team .page-no,
.section--ink .running-head, .stories .running-head, .team .running-head{
  color: var(--gold-light); opacity: .65;
}

.big-initial{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
  color: var(--gold-deep);
  line-height: .8;
  vertical-align: -.06em;
  margin-right: .04em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━ MANIFESTO ━━━━━━━━━━━━━━━━━━━━━━ */
.manifesto{
  position: relative;
  padding: clamp(100px, 14vw, 180px) var(--gutter);
  background: var(--cream);
  border-top: 1px solid var(--line-soft);
}
.manifesto__inner{ max-width: var(--container); margin: 0 auto; }
.manifesto__head{ margin-bottom: clamp(50px, 7vw, 90px); }
.manifesto__hero{
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -.022em;
  margin: 0;
  color: var(--ink);
  font-weight: 350;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  max-width: 22ch;
}
.manifesto__hero em{ color: var(--gold-deep); }
.manifesto__grid{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.manifesto__copy{ display: flex; flex-direction: column; gap: 22px; }
.manifesto__copy .lead{ font-size: clamp(1.1rem, 1.4vw, 1.32rem); color: var(--ink); line-height: 1.55; max-width: none; }
.manifesto__copy em{ font-style: normal; }
.manifesto__photo{ margin: 0; position: relative; }
.manifesto__photo:not(.shape) img{
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover; border-radius: 8px;
}
.manifesto__photo::before{
  content:''; position: absolute;
  top: -8px; right: -8px;
  width: 36px; height: 36px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  z-index: 2;
}
.manifesto__photo::after{
  content:''; position: absolute;
  bottom: -8px; left: -8px;
  width: 36px; height: 36px;
  border-bottom: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  z-index: 2;
}
.manifesto__photo figcaption{
  margin-top: 16px;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 13.5px;
  color: var(--ink-soft);
}
@media (max-width: 900px){
  .manifesto__grid{ grid-template-columns: 1fr; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ STORIES ━━━━━━━━━━━━━━━━━━━━━━ */
.stories{
  position: relative;
  padding: clamp(100px, 14vw, 180px) var(--gutter);
  background: var(--ink);
  color: var(--cream-warm);
  overflow: hidden;
}
.stories::before{
  content:''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(201,154,69,.10), transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 90%, rgba(201,154,69,.06), transparent 60%);
  pointer-events: none;
}
.stories__head{
  max-width: var(--container); margin: 0 auto clamp(60px, 8vw, 110px);
  position: relative; z-index: 2;
}
.stories__head .eyebrow__line{ background: var(--cream-warm); opacity: .25; }
.stories__head .eyebrow__txt{ color: rgba(245,239,224,.7); }
.stories__title{
  font-size: clamp(2.6rem, 6.8vw, 6rem);
  line-height: .98;
  letter-spacing: -.03em;
  margin: 0;
  color: var(--cream-warm);
  font-weight: 350;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.stories__title em{ color: var(--gold-light); font-variation-settings: "opsz" 144, "SOFT" 100; }
.lead--cream{ color: rgba(245,239,224,.75); max-width: 56ch; margin-top: 22px; }

.story-card{
  position: relative;
  max-width: var(--container); margin: 0 auto clamp(80px, 11vw, 130px);
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.story-card:last-child{ margin-bottom: 0; }
.story-card--reverse{ grid-template-columns: 1.05fr 1fr; }
.story-card--reverse .story-card__photo{ order: 2; }
.story-card--reverse .story-card__body{ order: 1; }
.story-card__no{
  position: absolute;
  top: -60px; left: 0;
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 300;
  font-size: clamp(7rem, 14vw, 14rem);
  line-height: 1;
  letter-spacing: -.06em;
  color: rgba(245,239,224,.06);
  pointer-events: none;
  z-index: 0;
}
.story-card--reverse .story-card__no{ left: auto; right: 0; }
.story-card__photo{
  margin: 0; position: relative; z-index: 1;
}
.story-card__photo:not(.shape){
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 50px 100px -30px rgba(0,0,0,.6);
}
.story-card__photo:not(.shape) img{
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.story-card__photo.shape{
  box-shadow: 0 50px 100px -30px rgba(0,0,0,.6);
}
.story-card:hover .story-card__photo img{ transform: scale(1.04); }
.story-card__photo figcaption{
  position: absolute; left: 16px; bottom: 16px;
  padding: 10px 18px;
  background: rgba(15,20,41,.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(245,239,224,.18);
  border-radius: 999px;
  display: inline-flex; gap: 8px; align-items: baseline;
  font-size: 13px;
  color: var(--cream-warm);
}
.story-card__photo figcaption strong{ font-weight: 700; }
.story-card__photo figcaption span{
  color: var(--gold-light);
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
}
.story-card__body{ position: relative; z-index: 1; }
.story-card__body .label.gold{ color: var(--gold-light); margin-bottom: 18px; display: block; }
.story-card__title{
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1; letter-spacing: -.025em;
  font-weight: 350;
  margin: 0 0 24px;
  color: var(--cream-warm);
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.story-card__title em{ color: var(--gold-light); }
.story-card__body .lead{ color: rgba(245,239,224,.85); max-width: none; margin-bottom: 24px; }
.story-card__body .lead em{ font-style: normal; }
.story-card__body .lead strong{ color: var(--gold-light); font-weight: 600; }
.story-card__body .muted{ color: rgba(245,239,224,.55); font-family: 'Fraunces', serif; font-style: normal; font-size: 1rem; }
.story-card__body .dash-list li{ color: rgba(245,239,224,.85); }
.story-card__body .dash-list li::before{ background: var(--gold-light); }
.story-card__quote{
  position: relative;
  margin: 0;
  padding: 0 0 0 32px;
  border-left: 1px solid rgba(245,239,224,.25);
}
.story-card__quote .story__mark{
  position: absolute; left: -10px; top: -20px;
  font-family: 'Fraunces', serif;
  font-size: 4rem;
  color: var(--gold-light);
  line-height: .65;
}
.story-card__quote p{
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.45;
  color: var(--cream-warm);
  margin: 0;
}
.story-card__quote em{ color: var(--gold-light); }
@media (max-width: 900px){
  .story-card, .story-card--reverse{ grid-template-columns: 1fr; }
  .story-card--reverse .story-card__photo{ order: 0; }
  .story-card--reverse .story-card__body{ order: 0; }
  .story-card__no{ font-size: 6rem; top: -30px; left: 0; }
  .story-card--reverse .story-card__no{ left: 0; right: auto; }
}

/* Stories — общий вывод по трём историям */
.stories__conclusion{
  max-width: 760px;
  margin: clamp(60px, 8vw, 120px) auto 0;
  padding: 0 var(--gutter);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.stories__conclusion p{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 96, "SOFT" 50;
  font-weight: 300;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.3;
  color: var(--cream);
  margin: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━ DECORATIVE FLOATING STARS ━━━━━━━━━━━━━━━━━━━━━━ */
.float-star{
  position: absolute;
  color: var(--gold);
  opacity: .25;
  pointer-events: none;
  user-select: none;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  animation: floatSlow 14s ease-in-out infinite;
}
.float-star--a{ top: 12%; right: 6%; font-size: clamp(40px, 5vw, 80px); animation-delay: -2s; }
.float-star--b{ bottom: 8%; left: 4%; font-size: clamp(28px, 3.5vw, 50px); animation-delay: -6s; opacity: .18; }
.float-star--c{ top: 8%; left: 8%; font-size: clamp(28px, 3.5vw, 56px); opacity: .2; animation-duration: 18s; }
@keyframes floatSlow{
  0%,100%{ transform: translateY(0) rotate(0); }
  50%    { transform: translateY(-18px) rotate(15deg); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ SECTION CURVE DIVIDERS ━━━━━━━━━━━━━━━━━━━━━━ */
.programs::before{
  content:''; display: block;
  height: 70px;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
  margin: -70px calc(var(--gutter) * -1) 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

/* photo hover ring glow on programs */
.prog__photo::after{
  content:''; position: absolute; inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(201,154,69,0);
  transition: box-shadow .6s var(--ease);
  pointer-events: none;
}
.prog:hover .prog__photo::after{
  box-shadow: inset 0 0 0 1px rgba(236,201,118,.5);
}

/* about photo polish — add gold corner */
.about__photo::before{
  content:''; position: absolute;
  top: -8px; left: -8px;
  width: 40px; height: 40px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  z-index: 2;
}
.about__photo::after{
  content:''; position: absolute;
  bottom: -8px; right: -8px;
  width: 40px; height: 40px;
  border-bottom: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  z-index: 2;
}

/* serif emphasis underline — subtle gold */
.hero__title em,
.about__hero em,
.story__quote em,
.programs__title em,
.donate__title em{
  position: relative;
}

/* tasteful glow on hover of all cards */
.amb, .step, .tier, .impact-item, .about__creds li{
  transition: background .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}
.impact-item:hover, .about__creds li:hover{
  background: var(--cream-deep);
}

/* serif italic emphasized words: tiny shimmer on enter */
em{
  display: inline-block;
  animation: emEnter 1.4s var(--cinema) .2s backwards;
}
@keyframes emEnter{
  from { opacity: 0; transform: translateY(.2em); }
  to   { opacity: 1; transform: translateY(0); }
}

/* prog__no — make it parallax-floaty */
.prog__no{
  animation: progNoFloat 9s ease-in-out infinite;
}
@keyframes progNoFloat{
  0%,100%{ transform: translateY(0); }
  50%    { transform: translateY(-12px); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   LOADER POSTER (.lp) styles
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* LOADER v14 — poetic */
.lp__halo{
  position: absolute;
  width: 90vmin; height: 90vmin;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,154,69,.10), transparent 60%);
  pointer-events: none;
  animation: lpHalo 4s ease-in-out infinite;
}
@keyframes lpHalo{
  0%,100%{ transform: scale(.95); opacity: .55; }
  50%    { transform: scale(1.08); opacity: 1; }
}
.lp__inner{
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: clamp(28px, 4vw, 52px);
  z-index: 2;
}
.lp__frame{
  position: relative;
  width: min(38vmin, 320px);
  height: min(38vmin, 320px);
  border-radius: 50%;
  overflow: hidden;
  background: #FBFAF8;
  box-shadow:
    0 60px 120px -30px rgba(19,26,46,.45),
    0 0 0 1px rgba(156,114,40,.28),
    0 0 0 8px rgba(255,255,255,.6),
    0 0 80px rgba(201,154,69,.35);
  opacity: 0;
  transform: scale(.92);
  animation: lpFrame 1.6s var(--cinema) .15s forwards;
}
@keyframes lpFrame{ to { opacity: 1; transform: scale(1); } }
.lp__video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  background: #FBFAF8;
}
.lp__ring{
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.lp__ring--1{
  inset: -18px;
  border: 1px dashed rgba(156,114,40,.4);
  animation: ringSpin 28s linear infinite;
}
.lp__ring--1::before{
  content:''; position: absolute; top: -5px; left: 50%; transform: translateX(-50%);
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px var(--gold);
}
.lp__ring--2{
  inset: -50px;
  border: 1px dotted rgba(156,114,40,.18);
  animation: ringSpin 80s linear infinite reverse;
}

.lp__poem{
  margin: 0;
  text-align: center;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 70;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: -.012em;
  color: var(--ink);
  max-width: 22ch;
  opacity: 0;
  animation: lpRise 1.2s var(--cinema) .9s forwards;
}
.lp__poem-l1{ display: block; color: var(--gold-deep); font-style: normal; }
.lp__poem-l2{ display: block; }
.lp__poem em{ color: var(--gold-deep); font-style: normal; font-variation-settings: "opsz" 144, "SOFT" 100; }
@keyframes lpRise{ from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.lp__pulse{
  display: flex; gap: 8px;
  opacity: 0;
  animation: lpRise 1s var(--cinema) 1.3s forwards;
}
.lp__pulse i{
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-deep);
  animation: pulseDot 1.4s ease-in-out infinite;
}
.lp__pulse i:nth-child(2){ animation-delay: .2s; }
.lp__pulse i:nth-child(3){ animation-delay: .4s; }
@keyframes pulseDot{
  0%,100%{ opacity: .25; transform: scale(.8); }
  50%    { opacity: 1; transform: scale(1.2); }
}

@media (max-width: 760px){
  .lp__frame{ width: min(72vmin, 280px); height: min(72vmin, 280px); }
  .lp__poem{ font-size: 1rem; padding: 0 24px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   NB — storybook minimal nav (logo + Помочь)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.nb{
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(20px, 4vw, 44px);
  background: transparent;
  transition: background .4s var(--cinema), backdrop-filter .4s var(--cinema), padding .3s var(--cinema);
  opacity: 0; transform: translateY(-10px);
  animation: nbIn 1s var(--cinema) 2.1s forwards;
  pointer-events: none;
}
.nb > *{ pointer-events: auto; }
@keyframes nbIn{ to { opacity: 1; transform: translateY(0); } }
.nb.is-scrolled{
  padding: 10px clamp(20px, 4vw, 44px);
  background: rgba(245,239,224,.7);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
}
body.theme-dark .nb.is-scrolled{
  background: rgba(15,20,41,.7);
}

.nb__logo{
  position: relative;
  display: grid; place-items: center;
  width: 84px; height: 84px;
  padding: 8px;
  border-radius: 16px;
  background: #FBFAF8;
  box-shadow:
    0 10px 28px -10px rgba(19,26,46,.32),
    0 0 0 1px rgba(156,114,40,.28),
    0 0 0 4px rgba(255,255,255,.65),
    0 0 0 5px rgba(156,114,40,.22);
  transition: transform .5s var(--cinema), width .35s var(--cinema), height .35s var(--cinema), padding .35s var(--cinema), border-radius .35s var(--cinema);
}
.nb.is-scrolled .nb__logo{ width: 64px; height: 64px; padding: 6px; border-radius: 12px; }
.nb__logo img{
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(156,114,40,.18));
  transition: transform .55s var(--cinema);
}
.nb__logo:hover{ transform: rotate(-8deg) scale(1.08); }
.nb__logo:hover img{ transform: scale(1.08) rotate(8deg); }
.nb__logo::after{
  content:''; position: absolute; inset: -7px;
  border-radius: 24px;
  border: 1px dashed rgba(156,114,40,.42);
  pointer-events: none;
}
.nb.is-scrolled .nb__logo::after{ inset: -5px; border-radius: 20px; }
.nb__logo-glow{
  position: absolute; inset: -4px;
  border-radius: 22px;
  background: radial-gradient(circle, rgba(212,162,74,.32), transparent 65%);
  filter: blur(10px);
  pointer-events: none;
  animation: navLogoPulse 3s ease-in-out infinite;
}
@keyframes navLogoPulse{
  0%,100%{ opacity: .55; transform: scale(1); }
  50%    { opacity: .95; transform: scale(1.08); }
}

/* hide old navs */
.nav, .navbar, .navx{ display: none !important; }

/* deprecated rules below (kept to avoid file shift, hidden via .navx display:none above) */
.navx{
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto auto 1fr auto auto auto;
  align-items: center;
  gap: clamp(14px, 2.2vw, 32px);
  padding: 14px clamp(20px, 3vw, 44px) 14px 0;
  background: rgba(245,239,224,.78);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  border-bottom: 1px solid rgba(156,114,40,.18);
  opacity: 0;
  transform: translateY(-14px);
  animation: navxIn 1s var(--cinema) 2.2s forwards;
}
@keyframes navxIn{ to { opacity: 1; transform: translateY(0); } }
body.theme-dark .navx{
  background: rgba(15,20,41,.78);
  border-bottom-color: rgba(236,201,118,.2);
}
.nav, .navbar, .navbar__pill{ display: none !important; }

/* gold square tile — logo */
.navx__tile{
  position: relative;
  width: 68px; height: 64px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  flex-shrink: 0;
  overflow: hidden;
  transition: width .35s var(--cinema), height .35s var(--cinema);
}
.navx.is-scrolled .navx__tile{ width: 60px; height: 56px; }
.navx__tile::before{
  content:''; position: absolute; top: 0; right: 0;
  width: 14px; height: 14px;
  background: var(--cream-warm);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.navx__tile::after{
  content:''; position: absolute; bottom: 0; left: 0;
  width: 14px; height: 14px;
  background: var(--cream-warm);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
body.theme-dark .navx__tile::before,
body.theme-dark .navx__tile::after{ background: var(--ink); }
.navx__tile img{
  width: 78%; height: 78%;
  object-fit: contain;
  mix-blend-mode: multiply;
  z-index: 2;
  position: relative;
}
.navx__tile-burst{
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.5), transparent 60%);
  pointer-events: none;
}
.navx__tile:hover{ filter: brightness(1.05); }

/* wordmark */
.navx__wordmark{
  display: flex; flex-direction: column;
  line-height: 1.05;
  padding-left: 6px;
}
.navx__wordmark strong{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -.018em;
  color: var(--ink);
}
body.theme-dark .navx__wordmark strong{ color: var(--cream-warm); }
.navx__wordmark i{
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-top: 3px;
}
body.theme-dark .navx__wordmark i{ color: var(--gold-light); }

/* thin gold rail through center */
.navx__rail{
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-deep) 30%, var(--gold-deep) 70%, transparent);
  opacity: .35;
  justify-self: stretch;
  margin: 0 16px;
}

/* links — sharp, no pills */
.navx__links{
  display: flex; gap: 0;
}
.navx__lnk{
  position: relative;
  display: inline-flex; align-items: baseline; gap: 8px;
  padding: 12px 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  border-right: 1px solid rgba(19,26,46,.08);
  transition: color .3s, background .3s;
}
.navx__lnk:last-child{ border-right: 0; }
body.theme-dark .navx__lnk{ color: var(--cream-warm); border-right-color: rgba(245,239,224,.1); }
.navx__lnk-no{
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
  font-size: 11px;
  color: var(--gold-deep);
}
body.theme-dark .navx__lnk-no{ color: var(--gold-light); }
.navx__lnk::after{
  content:''; position: absolute; left: 16px; right: 16px; bottom: 8px;
  height: 1px; background: var(--gold-deep);
  transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--cinema);
}
.navx__lnk:hover{ color: var(--gold-deep); }
body.theme-dark .navx__lnk:hover{ color: var(--gold-light); }
.navx__lnk:hover::after{ transform: scaleX(1); transform-origin: left; }

/* CTA — sharp rectangle with diagonal corner clip + gold bottom bar */
.navx__cta{
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px 14px;
  background: var(--ink);
  color: var(--cream-warm);
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -.005em;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  overflow: hidden;
  transition: background .35s var(--cinema), transform .35s var(--cinema);
}
body.theme-dark .navx__cta{ background: var(--gold-deep); }
.navx__cta:hover{ background: var(--gold-deep); transform: translateY(-1px); }
body.theme-dark .navx__cta:hover{ background: var(--gold); }
.navx__cta-glow{
  position: absolute; top: -50%; left: -30%;
  width: 40%; height: 200%;
  background: linear-gradient(120deg, transparent, rgba(236,201,118,.4), transparent);
  animation: ctaShine 4s ease-in-out infinite;
}
@keyframes ctaShine{
  0%, 60%, 100%{ left: -40%; }
  80%{ left: 110%; }
}
.navx__cta-arrow{ display: inline-flex; transition: transform .35s var(--cinema); }
.navx__cta:hover .navx__cta-arrow{ transform: translate(3px, -3px); }
.navx__cta-bar{
  position: absolute; left: 12px; right: 12px; bottom: 4px;
  height: 2px;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}

/* burger sharp square */
.navx__burger{
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--ink);
  position: relative;
  padding: 0;
}
body.theme-dark .navx__burger{ border-color: var(--cream-warm); }
.navx__burger span{
  position: absolute; left: 11px; right: 11px;
  height: 1.5px; background: var(--ink);
  transition: transform .35s var(--cinema), opacity .35s var(--cinema);
}
body.theme-dark .navx__burger span{ background: var(--cream-warm); }
.navx__burger span:nth-child(1){ top: 16px; }
.navx__burger span:nth-child(2){ bottom: 16px; }
.navx__burger.is-open span:nth-child(1){ transform: translateY(5px) rotate(45deg); }
.navx__burger.is-open span:nth-child(2){ transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 1100px){
  .navx{ grid-template-columns: auto auto 1fr auto auto; gap: 14px; }
  .navx__links{ display: none; }
  .navx__burger{ display: block; }
}
@media (max-width: 640px){
  .navx{ grid-template-columns: auto 1fr auto auto; padding: 10px 16px 10px 0; }
  .navx__wordmark{ display: none; }
  .navx__rail{ display: none; }
  .navx__tile{ width: 56px; height: 52px; }
}

.navbar__pill{
  pointer-events: auto;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 8px 10px 8px 14px;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(28px) saturate(1.5);
  -webkit-backdrop-filter: blur(28px) saturate(1.5);
  border: 1px solid rgba(19,26,46,.07);
  border-radius: 999px;
  box-shadow:
    0 18px 50px -20px rgba(19,26,46,.18),
    0 1px 0 rgba(255,255,255,.6) inset;
  transition: padding .45s var(--cinema), max-width .45s var(--cinema), background .35s, box-shadow .35s, transform .45s var(--cinema);
  max-width: min(calc(100vw - 28px), 980px);
  width: 100%;
}
body.theme-dark .navbar__pill{
  background: rgba(15,20,41,.55);
  border-color: rgba(245,239,224,.08);
  box-shadow:
    0 22px 60px -20px rgba(0,0,0,.55),
    0 1px 0 rgba(245,239,224,.06) inset;
}
.navbar.is-scrolled .navbar__pill{
  max-width: min(calc(100vw - 28px), 720px);
  padding: 6px 8px 6px 10px;
  box-shadow:
    0 26px 60px -16px rgba(19,26,46,.28),
    0 1px 0 rgba(255,255,255,.6) inset;
}
body.theme-dark .navbar.is-scrolled .navbar__pill{
  box-shadow:
    0 26px 70px -16px rgba(0,0,0,.65),
    0 1px 0 rgba(245,239,224,.06) inset;
}

.navbar__brand{
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
  padding: 4px 6px;
  transition: color .3s;
}
body.theme-dark .navbar__brand{ color: var(--cream-warm); }
.navbar__logo{
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--cream-warm);
  padding: 2px;
  transition: transform .4s var(--cinema);
  flex-shrink: 0;
}
.navbar__brand:hover .navbar__logo{ transform: rotate(-12deg) scale(1.08); }
.navbar__name{
  display: flex; flex-direction: column;
  line-height: 1.05;
}
.navbar__name strong{
  font-family: 'Fraunces', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-weight: 500;
  font-size: 15.5px;
  letter-spacing: -.015em;
}
.navbar__name i{
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-top: 2px;
  opacity: 0;
  transition: opacity .3s;
}
body.theme-dark .navbar__name i{ color: var(--gold-light); }
.navbar:not(.is-scrolled) .navbar__name i{ opacity: 1; }

.navbar__links{
  position: relative;
  justify-self: center;
  display: flex; gap: 6px;
  padding: 0 4px;
}
.navbar__lnk{
  position: relative;
  padding: 8px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  border-radius: 999px;
  transition: color .35s var(--ease);
  white-space: nowrap;
  z-index: 1;
}
body.theme-dark .navbar__lnk{ color: var(--cream-warm); }
.navbar__lnk:hover{ color: var(--gold-deep); }
body.theme-dark .navbar__lnk:hover{ color: var(--gold-light); }

.navbar__indicator{
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  border-radius: 999px;
  background: rgba(201,154,69,.14);
  border: 1px solid rgba(156,114,40,.22);
  pointer-events: none;
  opacity: 0;
  transform-origin: left;
  transition: opacity .35s var(--cinema), transform .55s var(--cinema), width .55s var(--cinema);
  z-index: 0;
}
body.theme-dark .navbar__indicator{
  background: rgba(236,201,118,.10);
  border-color: rgba(236,201,118,.22);
}
.navbar__links:hover .navbar__indicator{ opacity: 1; }

.navbar__cta{
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 18px 9px 14px;
  background: var(--ink);
  color: var(--cream-warm);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: background .35s var(--cinema), transform .35s var(--cinema), box-shadow .35s var(--cinema);
}
body.theme-dark .navbar__cta{ background: var(--gold-deep); color: var(--cream-warm); }
.navbar__cta:hover{
  background: var(--gold-deep);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px -14px rgba(156,114,40,.65);
}
.navbar__cta-dot{
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: dotPulse 1.6s ease-in-out infinite;
}
.navbar__cta-shine{
  position: absolute; top: 0; left: -50%;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg);
  animation: ctaShine 3.5s ease-in-out infinite;
}
@keyframes ctaShine{
  0%, 60%, 100%{ left: -60%; }
  80%{ left: 130%; }
}

.navbar__burger{
  display: none;
  width: 38px; height: 38px;
  background: rgba(19,26,46,.06);
  border: 1px solid rgba(19,26,46,.08);
  border-radius: 50%;
  position: relative;
  padding: 0;
}
body.theme-dark .navbar__burger{ background: rgba(245,239,224,.08); border-color: rgba(245,239,224,.12); }
.navbar__burger span{
  position: absolute; left: 10px; right: 10px;
  height: 1.5px; background: var(--ink);
  transition: transform .35s var(--cinema), opacity .35s var(--cinema);
}
body.theme-dark .navbar__burger span{ background: var(--cream-warm); }
.navbar__burger span:nth-child(1){ top: 14px; }
.navbar__burger span:nth-child(2){ bottom: 14px; }
.navbar__burger.is-open span:nth-child(1){ transform: translateY(5px) rotate(45deg); }
.navbar__burger.is-open span:nth-child(2){ transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 960px){
  .navbar__links{ display: none; }
  .navbar__burger{ display: block; }
  .navbar__pill{ grid-template-columns: 1fr auto auto; }
  .navbar__name i{ display: none; }
}
@media (max-width: 480px){
  .navbar__cta-txt{ display: none; }
  .navbar__cta{ padding: 9px 12px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ PHOTO SHAPES (different forms) ━━━━━━━━━━━━━━━━━━━━━━ */
.shape{
  position: relative;
  overflow: hidden;
  background: var(--cream-warm);
  box-shadow: 0 30px 70px -30px rgba(19,26,46,.28);
}
.shape > img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--cinema);
}
.shape:hover > img{ transform: scale(1.05); }

.shape--circle{ border-radius: 50%; aspect-ratio: 1/1; }
.shape--arch{ border-radius: 320px 320px 14px 14px; aspect-ratio: 4/5; }
.shape--arch-rev{ border-radius: 14px 14px 320px 320px; aspect-ratio: 4/5; }
.shape--leaf{ border-radius: 50% 12px 50% 12px; aspect-ratio: 4/5; }
.shape--blob{
  border-radius: 64% 36% 58% 42% / 48% 56% 44% 52%;
  aspect-ratio: 4/4.5;
  animation: blobMorph 14s ease-in-out infinite;
}
@keyframes blobMorph{
  0%,100% { border-radius: 64% 36% 58% 42% / 48% 56% 44% 52%; }
  50%     { border-radius: 42% 58% 38% 62% / 56% 44% 52% 48%; }
}
.shape--squircle{ border-radius: 24px; aspect-ratio: 4/5; }
.shape--window{
  border-radius: 14px;
  aspect-ratio: 4/5;
  clip-path: polygon(0 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}
.shape--polaroid{
  background: var(--cream-warm);
  padding: 12px 12px 36px;
  border-radius: 4px;
  aspect-ratio: 4/5;
  box-shadow:
    0 18px 40px -14px rgba(19,26,46,.32),
    0 1px 0 rgba(255,255,255,.7) inset;
  transform: rotate(var(--rot, -1.5deg));
}
.shape--polaroid > img{ border-radius: 2px; aspect-ratio: 4/4.5; }
.shape--polaroid::after{
  content: attr(data-caption);
  position: absolute;
  bottom: 8px; left: 16px; right: 16px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--gold-deep);
  letter-spacing: -.005em;
}

/* tilt mixin */
.tilt-l{ transform: rotate(-2deg); }
.tilt-r{ transform: rotate(1.6deg); }
.tilt-l:hover, .tilt-r:hover{ transform: rotate(0); transition: transform .6s var(--cinema); }

/* ━━━━━━━━━━━━━━━━━━━━━━ REVEAL — enhanced ━━━━━━━━━━━━━━━━━━━━━━ */
.reveal{
  opacity: 0; transform: translateY(24px);
  transition: opacity .9s var(--cinema), transform .9s var(--cinema);
  transition-delay: var(--d, 0ms);
}
.reveal.is-in{ opacity: 1; transform: translateY(0); }

/* photo reveal variants — opacity safe (no 0 start so failsafe always works) */
.reveal-photo{
  transform: scale(.94) rotate(var(--rev-rot, -2deg));
  transition: transform 1.2s var(--cinema);
  transition-delay: var(--d, 0ms);
}
.reveal-photo.is-in{ transform: scale(1) rotate(var(--rot, 0deg)); }

.reveal-rot{
  opacity: 0;
  transform: translateY(20px) rotate(-3deg);
  transition: opacity 1s var(--cinema), transform 1s var(--cinema);
  transition-delay: var(--d, 0ms);
}
.reveal-rot.is-in{ opacity: 1; transform: translateY(0) rotate(0); }

/* SVG path stroke-draw */
.draw-path{
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 2s var(--cinema);
}
.is-in .draw-path,
.draw-path.is-in{ stroke-dashoffset: 0; }

/* ━━━━━━━━━━━━━━━━━━━━━━ REDUCED MOTION ━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   V14 — section markers, animated underlines, photo tags
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* Floating big section markers (left edge of selected sections) */
.section-mark{
  position: absolute;
  left: clamp(8px, 1.6vw, 26px);
  top: clamp(40px, 6vw, 90px);
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 300;
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: .9;
  letter-spacing: -.05em;
  color: rgba(156,114,40,.10);
  pointer-events: none;
  z-index: 0;
  user-select: none;
}
.section-mark--light{ color: rgba(245,239,224,.07); }
.section-mark__sub{
  display: block;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-top: 4px;
  opacity: .7;
}

/* Vertical edge label */
.edge-label{
  position: absolute;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--gold-deep);
  white-space: nowrap;
  opacity: .75;
  pointer-events: none;
  z-index: 2;
}
.edge-label--l{
  left: clamp(10px, 2vw, 22px);
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: left top;
}
.edge-label--r{
  right: clamp(10px, 2vw, 22px);
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: right top;
}
.edge-label--light{ color: var(--gold-light); }
@media (max-width: 900px){ .edge-label{ display: none; } }

/* .underline-draw — animated underline disabled per client request */
.underline-draw{ display: inline; }

/* Photo tag (over photos) — refined */
.photo-tag{
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 999px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  z-index: 3;
}
.photo-tag--dark{
  background: rgba(15,20,41,.7);
  color: var(--cream-warm);
}
.photo-tag__dot{
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
  animation: dotPulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
.photo-tag--tl{ top: 14px; left: 14px; }
.photo-tag--tr{ top: 14px; right: 14px; }
.photo-tag--bl{ bottom: 14px; left: 14px; }
.photo-tag--br{ bottom: 14px; right: 14px; }

/* Section position + relative for markers */
.about, .manifesto, .stories, .problem, .programs, .talent, .concept, .mechanics, .partners, .team, .final{
  position: relative;
}

/* MOBILE polish — apply across */
@media (max-width: 720px){
  .lp__grid{ grid-template-columns: 1fr; }
  .scroll-rail{ display: none; }
  .float-cta{ z-index: 70; }
  .navbar{ top: 12px; }
  .stories__title, .manifesto__hero, .hero__title{
    font-size: clamp(2rem, 9vw, 3.2rem) !important;
    line-height: 1.04;
  }
  .story-card__title{ font-size: clamp(1.7rem, 8vw, 2.6rem); }
  .reveal{ transition-duration: .6s; }
}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation: none !important; transition: none !important; }
  .reveal{ opacity: 1; transform: none; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   MOBILE
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1024px){
  :root{ --gutter: clamp(16px, 4vw, 36px); }
  .nav__links{ gap: 20px; font-size: 13px; }
}

@media (max-width: 720px){
  :root{ --gutter: 18px; }
  .nav{ grid-template-columns: 1fr auto; gap: 14px; }
  .nav__links, .nav__cta{ display: none; }
  .nav__burger{ display: block; }
  .nav__sub{ display: none; }

  .hero{ padding: 100px var(--gutter) 80px; }
  .hero__title{ font-size: clamp(2.4rem, 9vw, 3.4rem); }
  .hero__cta{ flex-direction: column; }
  .hero__cta .btn{ width: 100%; }

  .marquee__track{ gap: 24px; font-size: clamp(1.4rem, 8vw, 2.4rem); }

  .programs__title{ font-size: clamp(2.4rem, 12vw, 4rem); }
  .prog{ margin-bottom: 80px; gap: 28px; }
  .prog__no{ font-size: 5.5rem; top: -15px; }
  .prog__name{ font-size: clamp(1.7rem, 8vw, 2.2rem); }

  .talent__inner{ padding: 28px; min-height: 480px; }
  .talent__title{ font-size: clamp(2.4rem, 12vw, 3.6rem); }

  .final__title{ font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .final__actions{ flex-direction: column; }
  .final__actions .btn{ width: 100%; }

  .story__quote p{ font-size: clamp(1.4rem, 6vw, 2rem); }
  .story__mark{ font-size: 6rem; height: 40px; }

  .partners__row{ font-size: 1.2rem; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ PERSISTENT HELP BUTTON (fixed, top-right) ━━━━━━━━━━━━━━━━━━━━━━ */
.help-fab{
  position: fixed;
  top: clamp(14px, 2.4vw, 24px);
  right: clamp(14px, 2.6vw, 28px);
  z-index: 150;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 19px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-warm), var(--gold));
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .005em;
  line-height: 1;
  border: 1px solid rgba(156,114,40,.55);
  box-shadow: 0 12px 30px -10px rgba(19,26,46,.5), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  -webkit-tap-highlight-color: transparent;
  will-change: transform;
}
.help-fab:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -10px rgba(19,26,46,.55), inset 0 1px 0 rgba(255,255,255,.45);
}
.help-fab:active{ transform: translateY(0) scale(.97); }
.help-fab__heart{ font-size: 14px; line-height: 1; color: #C8453B; transform: translateY(.5px); }
.help-fab__txt{ white-space: nowrap; }

@media (max-width: 640px){
  .help-fab{ padding: 9px 15px; font-size: 13px; gap: 6px; }
  .help-fab__heart{ font-size: 13px; }
}
@media (prefers-reduced-motion: reduce){
  .help-fab{ transition: none; }
  .help-fab:hover{ transform: none; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━ 06.5 MASTERCLASS — кулинарный мастер-класс ━━━━━━━━━━━━━━━━━━━━━━ */
.mclass{
  position: relative;
  padding: clamp(90px, 13vw, 170px) var(--gutter);
  background: var(--cream-warm);
  overflow: hidden;
}
.mclass::before{
  content:''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 88% 12%, rgba(201,154,69,.12), transparent 62%),
    radial-gradient(ellipse 50% 45% at 8% 92%, rgba(201,154,69,.07), transparent 60%);
}
.mclass__inner{
  position: relative; z-index: 2;
  max-width: var(--container); margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}
.mclass__head{ position: relative; }
.mclass__head .h-section{ margin: 0; font-weight: 350; font-variation-settings: "opsz" 144, "SOFT" 50; }
.mclass__head .h-section em{ color: var(--gold-deep); }
.mclass__head .lead{ margin-top: 22px; max-width: 46ch; }

.mclass__tags{
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 30px;
}
.mclass__tags li{
  padding: 8px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  font-size: 13px; letter-spacing: .01em;
  color: var(--ink-soft);
}
.mclass__tags li::before{ content:'★ '; color: var(--gold); }

.mclass__gallery{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(16px, 2.4vw, 32px);
  align-items: start;
}
.mclass__photo{
  margin: 0; position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: var(--cream-deep);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(201,154,69,.28);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.mclass__photo img{
  width: 100%; height: auto; display: block;
  transition: transform 1.2s var(--ease);
}
.mclass__photo--tall{ transform: rotate(-1.4deg); margin-top: clamp(20px, 4vw, 56px); }
.mclass__photo--wide{ transform: rotate(1deg); }
.mclass__photo:hover{ transform: rotate(0deg) translateY(-4px); box-shadow: var(--shadow-hover); z-index: 3; }
.mclass__photo:hover img{ transform: scale(1.035); }
.mclass__photo figcaption{
  position: absolute; left: 14px; bottom: 14px;
  padding: 9px 16px;
  background: rgba(15,20,41,.66);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(245,239,224,.18);
  border-radius: 999px;
  display: inline-flex; gap: 8px; align-items: baseline;
  font-size: 13px; color: var(--cream-warm);
}
.mclass__photo figcaption .dot{ align-self: center; }
.mclass__photo figcaption strong{ font-weight: 700; }
.mclass__photo figcaption span{
  color: var(--gold-light);
  font-family: 'Fraunces', serif; font-style: normal;
  font-variation-settings: "opsz" 32, "SOFT" 100;
}

@media (max-width: 980px){
  .mclass__inner{ grid-template-columns: 1fr; gap: clamp(40px, 8vw, 60px); }
  .mclass__head .lead{ max-width: 60ch; }
}
@media (max-width: 560px){
  .mclass__gallery{ grid-template-columns: 1fr; gap: 20px; }
  .mclass__photo--tall{ transform: none; margin-top: 0; order: 2; max-width: 78%; }
  .mclass__photo--wide{ transform: none; }
}
@media (prefers-reduced-motion: reduce){
  .mclass__photo,
  .mclass__photo--tall,
  .mclass__photo--wide{ transform: none; transition: none; }
  .mclass__photo:hover{ transform: translateY(-4px); }
}
