/* ============================================================
   ЗОЛОТОВ КИРИЛЛ — zolotovkirill.ru
   Чёрный бархат + гравированное золото
   ============================================================ */

/* ---------- Fonts (self-hosted, variable) ---------- */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/playfair-var-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/playfair-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/playfair-vari-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/playfair-vari-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/golos-var-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/golos-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #070604;
  --coal: #110d07;
  --gold: #d4a843;
  --gold-hi: #f6de8d;
  --gold-deep: #7a5c1c;
  --bone: #ede4cf;
  --dim: #9a8d70;
  --line: rgba(212, 168, 67, 0.16);
  --line-strong: rgba(212, 168, 67, 0.4);
  --display: 'Playfair Display', 'Times New Roman', serif;
  --body: 'Golos Text', -apple-system, 'Segoe UI', sans-serif;
  --pad-x: clamp(20px, 5vw, 64px);
  --ease-lux: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
/* clip только на body: hidden сделал бы body скролл-контейнером и съел колесо,
   а clip на html пропагируется на viewport и ломает отрисовку */
body { overflow-x: clip; }
body.locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Gold engraved text (signature treatment) ---------- */
.gold-engraved {
  background-image:
    repeating-linear-gradient(115deg,
      transparent 0, transparent 7px,
      rgba(26, 16, 2, 0.55) 7px, rgba(26, 16, 2, 0.55) 8.5px),
    linear-gradient(100deg,
      transparent 42%, rgba(255, 244, 214, 0.9) 50%, transparent 58%),
    linear-gradient(180deg,
      var(--gold-hi) 0%, #e7c261 28%, var(--gold) 46%,
      var(--gold-deep) 58%, #c69f3d 76%, var(--gold-hi) 100%);
  background-size: auto, 300% 100%, auto;
  background-position: 0 0, -150% 0, 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 18px rgba(212, 168, 67, 0.18));
}
.gold-engraved.shine {
  animation: sheen 7s var(--ease-lux) infinite;
}
@keyframes sheen {
  0%, 55% { background-position: 0 0, -150% 0, 0 0; }
  85%, 100% { background-position: 0 0, 250% 0, 0 0; }
}

/* ---------- Atmosphere: grain + vignette ---------- */
.atmo {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  background: radial-gradient(ellipse 130% 100% at 50% 40%, transparent 60%, rgba(0, 0, 0, 0.32) 100%);
}
.atmo::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Intro overlay ---------- */
.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
}
.intro-panel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.5%;
  background: linear-gradient(180deg, #0a0805, #060504);
}
.intro-panel.top { top: 0; }
.intro-panel.bottom { bottom: 0; }
.intro-seam {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold-hi) 50%, var(--gold) 70%, transparent);
  opacity: 0;
}

.intro-mark {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(150px, 24vw, 230px);
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  outline: 1px solid var(--line);
  outline-offset: 7px;
  opacity: 0;
}
.intro-mark .kz {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(64px, 11vw, 104px);
  line-height: 1;
  letter-spacing: 0.02em;
}
.intro-mark .sub {
  position: absolute;
  bottom: 14px;
  font-size: 9px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--dim);
}
.intro-dust {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.intro-sweep {
  position: absolute;
  z-index: 3;
  top: -20%;
  left: -30%;
  width: 26%;
  height: 140%;
  transform: skewX(-18deg) translateX(-140%);
  background: linear-gradient(90deg, transparent, rgba(246, 222, 141, 0.1) 35%, rgba(246, 222, 141, 0.22) 50%, rgba(246, 222, 141, 0.1) 65%, transparent);
  pointer-events: none;
}
.intro.gone { display: none; }

/* ---------- Top bar ---------- */
.bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px var(--pad-x);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.8s var(--ease-lux) 0.2s, transform 0.8s var(--ease-lux) 0.2s;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 6, 4, 0.85), transparent);
}
body.ready .bar { opacity: 1; transform: none; pointer-events: auto; }
.bar-mark {
  font-family: var(--display);
  font-weight: 900;
  font-size: 22px;
  text-decoration: none;
}
.bar-tg {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dim);
  transition: color 0.3s;
}
.bar-tg:hover { color: var(--gold-hi); }

/* ---------- Layout helpers ---------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
section { position: relative; }

.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 14px;
  opacity: 0.6;
}

/* divider: hairline + diamond */
.divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong));
}
.divider::after { background: linear-gradient(90deg, var(--line-strong), transparent); }
.divider .dia {
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  opacity: 0.75;
}

/* ---------- Золотая рамка по краю ---------- */
.frame {
  position: fixed;
  inset: clamp(10px, 1.4vw, 18px);
  z-index: 85;
  pointer-events: none;
  border: 1px solid rgba(212, 168, 67, 0.13);
}
.frame .c {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 0 solid rgba(212, 168, 67, 0.55);
}
.frame .tl { top: -1px; left: -1px; border-top-width: 1px; border-left-width: 1px; }
.frame .tr { top: -1px; right: -1px; border-top-width: 1px; border-right-width: 1px; }
.frame .bl { bottom: -1px; left: -1px; border-bottom-width: 1px; border-left-width: 1px; }
.frame .br { bottom: -1px; right: -1px; border-bottom-width: 1px; border-right-width: 1px; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero-stage {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 76px;
}
.hero-eyebrow {
  position: relative;
  z-index: 4;
  margin-bottom: clamp(18px, 3vh, 34px);
  text-align: center;
}
.hero-eyebrow::before { display: none; }
.hero-name {
  /* без z-index: строки .l1/.l2 должны сойтись в один stacking context с фото */
  text-align: center;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(3.2rem, 14vw, 11.5rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  user-select: none;
}
.hero-name .line { display: block; }
.hero-name .l1 { position: relative; z-index: 1; }
.hero-name .l2 { position: relative; z-index: 3; }

.hero-photo {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: min(84vh, 92svh);
  aspect-ratio: 720 / 1280;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 84%, transparent 99%);
  mask-image: linear-gradient(180deg, #000 84%, transparent 99%);
}
.hero-photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: contrast(1.04) brightness(1.02);
}
.hero-glow {
  position: absolute;
  z-index: 0;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 120vw);
  aspect-ratio: 1.6;
  background: radial-gradient(ellipse 50% 50% at 50% 60%, rgba(212, 168, 67, 0.16), rgba(212, 168, 67, 0.05) 45%, transparent 70%);
  pointer-events: none;
}
.hero-meta {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 var(--pad-x) 28px;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--dim);
}
.hero-meta .scroll-hint {
  display: flex;
  align-items: center;
  gap: 12px;
}
.scroll-hint .stem {
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, transparent, var(--gold));
  animation: stem 2.2s var(--ease-lux) infinite;
  transform-origin: top;
}
@keyframes stem {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(10px); opacity: 0; }
}

/* канвас золотой пыли в hero */
.dust {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ---------- Manifesto ---------- */
.manifesto {
  padding: clamp(70px, 9vh, 120px) 0 clamp(90px, 13vh, 150px);
}
.manifesto .eyebrow { margin-bottom: clamp(28px, 4vh, 48px); }
.statement {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.7rem, 4.2vw, 3.3rem);
  line-height: 1.24;
  max-width: 30ch;
}
.statement em {
  font-style: italic;
  color: var(--gold);
}
/* скролл-проявление манифеста (только с JS) */
html.js .statement .reveal {
  color: rgba(237, 228, 207, 0.14);
  background: linear-gradient(90deg, var(--bone), var(--bone)) no-repeat 0 0 / 0% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
html.js .statement em.reveal {
  color: rgba(212, 168, 67, 0.16);
  background-image: linear-gradient(90deg, var(--gold), var(--gold));
}
.manifesto .aside {
  margin-top: clamp(30px, 5vh, 52px);
  max-width: 44ch;
  color: var(--dim);
  font-size: 1.02rem;
}

/* ---------- Pillars ---------- */
.pillars { padding: clamp(80px, 12vh, 140px) 0; }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pillar {
  position: relative;
  background: var(--ink);
  padding: clamp(34px, 4vw, 52px) clamp(26px, 3vw, 44px) clamp(40px, 5vw, 60px);
  overflow: hidden;
}
.pillar-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.pillar h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.25;
  margin-bottom: 18px;
}
.pillar p {
  color: var(--dim);
  font-size: 0.99rem;
}
.pillar p strong { color: var(--bone); font-weight: 500; }
.pillar .court {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 300px;
  opacity: 0.5;
  pointer-events: none;
}

/* ---------- Inside (что здесь) ---------- */
.inside { padding: clamp(90px, 14vh, 170px) 0; }
.inside-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.inside .eyebrow { margin-bottom: clamp(26px, 4vh, 44px); }
.inside-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: clamp(30px, 4vh, 48px);
}
.inside-row {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.inside-row:last-child { border-bottom: 1px solid var(--line); }
.inside-row h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: 6px;
}
.inside-row p { color: var(--dim); font-size: 0.98rem; }
.inside-photo {
  position: relative;
  justify-self: center;
}
.inside-photo::before {
  content: '';
  position: absolute;
  inset: 10% -10% -5%;
  background: radial-gradient(ellipse 50% 55% at 50% 60%, rgba(212, 168, 67, 0.13), transparent 70%);
}
.inside-photo img {
  position: relative;
  width: min(440px, 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 86%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 86%, transparent 100%);
}
.inside-photo figcaption {
  position: relative;
  margin-top: 14px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--dim);
}

/* ---------- Quotes (ЦИТАТНИК) ---------- */
.quotes { padding: clamp(90px, 14vh, 170px) 0 clamp(70px, 10vh, 120px); }
.quotes-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 5vh, 56px);
}
.quotes-head .eyebrow { margin-bottom: 18px; }
.quotes-title {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 1;
}
.quotes-nav { display: flex; gap: 12px; }
.qbtn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--gold);
  font-size: 19px;
  cursor: pointer;
  transition: all 0.3s var(--ease-lux);
  display: grid;
  place-items: center;
}
.qbtn:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.qbtn:disabled { opacity: 0.25; cursor: default; }
.qbtn:disabled:hover { background: transparent; color: var(--gold); border-color: var(--line-strong); }

.rail-clip { overflow: hidden; margin: 0 calc(var(--pad-x) * -1); }
.rail {
  display: flex;
  gap: clamp(16px, 2vw, 26px);
  overflow-x: auto;
  padding: 10px var(--pad-x) 26px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}
.rail::-webkit-scrollbar { display: none; }
.rail.dragging { cursor: grabbing; scroll-snap-type: none; }
.rail.dragging .qcard { pointer-events: none; }

.qcard {
  flex: 0 0 min(78vw, 400px);
  scroll-snap-align: center;
  background: linear-gradient(165deg, #14100a, #0c0906);
  border: 1px solid var(--line);
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  min-height: 380px;
  transition: transform 0.4s var(--ease-lux), border-color 0.4s, box-shadow 0.4s;
}
.qcard:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 60px -30px rgba(212, 168, 67, 0.25);
}
.qcard-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.qcard-head img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
}
.qcard-head .who { line-height: 1.3; }
.qcard-head .who b {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--bone);
}
.qcard-head .who span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.qcard-mark {
  font-family: var(--display);
  font-weight: 900;
  font-size: 58px;
  line-height: 0.6;
  color: var(--gold);
  height: 30px;
}
.qcard blockquote {
  flex: 1;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.28rem;
  line-height: 1.45;
  color: var(--bone);
}
.qcard blockquote p + p { margin-top: 0.7em; }
.qcard.long blockquote { font-size: 1.02rem; line-height: 1.5; }
.qcard-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.qcard-foot .num { color: var(--dim); }
.qcard-foot .sig { color: var(--gold); font-weight: 600; }

/* ---------- CTA (ДА / НЕТ) ---------- */
.cta {
  position: relative;
  min-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(90px, 12vh, 140px) var(--pad-x);
  overflow: hidden;
}
.cta .eyebrow::before { display: none; }
.cta-q {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(2.1rem, 6vw, 4.6rem);
  line-height: 1.08;
  max-width: 16ch;
  margin: clamp(20px, 3vh, 32px) 0 clamp(40px, 6vh, 64px);
}
.cta-actions {
  display: flex;
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  justify-content: center;
  min-height: 76px;
}
.btn {
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 22px 54px;
  cursor: pointer;
  transition: transform 0.25s var(--ease-lux), box-shadow 0.3s, background 0.3s, color 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-yes {
  background: linear-gradient(160deg, var(--gold-hi), var(--gold) 55%, #b8912f);
  color: var(--ink);
  border: none;
  box-shadow: 0 12px 44px -14px rgba(212, 168, 67, 0.55);
}
.btn-yes:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 60px -14px rgba(212, 168, 67, 0.7);
}
.btn-no {
  background: transparent;
  color: var(--dim);
  border: 1px solid rgba(154, 141, 112, 0.4);
  will-change: transform;
}
.btn-no.fleeing {
  position: absolute;
  z-index: 5;
  margin: 0;
  transition: left 0.24s cubic-bezier(0.2, 0.8, 0.3, 1.15), top 0.24s cubic-bezier(0.2, 0.8, 0.3, 1.15);
}
.btn-no.tamed {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}
.cta-score {
  margin-top: 34px;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dim);
  min-height: 1.2em;
  opacity: 0.85;
}

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid var(--line);
  padding: clamp(70px, 10vh, 110px) 0 46px;
  text-align: center;
}
.whistle {
  width: 44px;
  height: 44px;
  margin: 0 auto 26px;
  color: var(--gold);
  opacity: 0.9;
}
.final-line {
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.6vw, 2.7rem);
  color: var(--gold);
  margin-bottom: clamp(40px, 7vh, 70px);
}
.foot-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--dim);
}
.foot-meta a { text-decoration: none; transition: color 0.3s; }
.foot-meta a:hover { color: var(--gold-hi); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pillars-grid { grid-template-columns: 1fr; }
  .inside-grid { grid-template-columns: 1fr; }
  .inside-photo { order: -1; }
  .inside-photo img { width: min(320px, 72vw); }
}
@media (max-width: 600px) {
  .hero-photo { height: min(54vh, 62svh); }
  .hero-name { font-size: clamp(3rem, 16.5vw, 5rem); }
  .hero-meta { font-size: 9px; letter-spacing: 0.2em; }
  .quotes-head { flex-direction: column; align-items: flex-start; }
  .quotes-nav { align-self: flex-end; }
  .cta-actions { flex-direction: column; gap: 20px; }
  .btn { padding: 20px 44px; }
  .foot-meta { flex-direction: column; gap: 14px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gold-engraved.shine { animation: none; }
  .scroll-hint .stem { animation: none; opacity: 0.6; transform: scaleY(1); }
  .intro { display: none; }
  body.locked { overflow: auto; }
  .bar { opacity: 1 !important; transform: none !important; transition: none !important; }
  html.js .statement .reveal {
    color: var(--bone);
    background: none;
  }
  html.js .statement em.reveal { color: var(--gold); }
  .dust, .intro-dust { display: none; }
}
