/* ILPI · Grok — editorial + potencial embutido */

:root {
  --ink: #101816;
  --fog: #d8e4de;
  --bone: #eef3f0;
  --moss: #1a4d3e;
  --moss-deep: #0b241c;
  --clay: #b85a2a;
  --clay-hot: #9a4720;
  --mute: #5a6b64;
  --line: rgba(16, 24, 22, 0.14);
  --white: #fff;
  --display: "Syne", sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: clamp(1.1rem, 3.5vw, 2.25rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 0.98rem + 0.3vw, 1.15rem);
  color: var(--ink);
  background: var(--bone);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background 0.8s var(--ease);
}
body[data-hour="dawn"] { --bone: #ebe6df; }
body[data-hour="day"] { --bone: #eef3f0; }
body[data-hour="dusk"] { --bone: #e7ebe4; }
body[data-hour="night"] { --bone: #dfe6e2; }

img { display: block; max-width: 100%; }
em { font-style: italic; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
}
a { color: inherit; }
.skip-link {
  position: absolute; left: -9999px; z-index: 200;
  padding: 0.75rem 1rem; background: var(--moss-deep); color: var(--white);
}
.skip-link:focus { left: 1rem; top: 1rem; }

.aura {
  position: fixed; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  pointer-events: none; opacity: 0.55;
  mix-blend-mode: soft-light;
}
.rail {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  height: 2px; pointer-events: none;
}
.rail span {
  display: block; height: 100%; width: 100%;
  background: var(--clay);
  transform: scaleX(var(--p, 0));
  transform-origin: left center;
}

.topbar {
  position: fixed; inset: 0 0 auto; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem var(--pad);
  mix-blend-mode: difference; color: var(--white);
  pointer-events: none;
  transition: opacity 0.35s var(--ease);
}
.topbar > * { pointer-events: auto; }
.topbar.is-hide { opacity: 0; pointer-events: none; }
.mark {
  display: flex; align-items: center; gap: 0.65rem;
  text-decoration: none; font-family: var(--display);
  font-weight: 700; font-size: 0.95rem; letter-spacing: -0.02em;
}
.mark img {
  width: 40px; height: 40px; border-radius: 50%; object-fit: cover;
  filter: grayscale(1) contrast(1.1);
}
.topbar__live {
  margin: 0; flex: 1; text-align: center;
  font-family: var(--display); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  opacity: 0.7; min-width: 0;
}
@media (max-width: 720px) { .topbar__live { display: none; } }

.wa {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.55rem 1.05rem; background: var(--clay); color: var(--white);
  font-family: var(--display); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.02em; text-decoration: none; border: none; cursor: pointer;
  border-radius: 2px; transition: background 0.2s, transform 0.2s var(--ease);
}
.wa:hover { background: var(--clay-hot); transform: translateY(-1px); }
.wa--lg { padding: 0.95rem 1.4rem; font-size: 0.95rem; }
.ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.95rem 1.3rem; background: transparent; color: var(--ink);
  border: 1.5px solid var(--line); cursor: pointer;
  font-family: var(--display); font-weight: 700; font-size: 0.95rem;
  border-radius: 2px;
}
.ghost:hover { border-color: var(--moss); color: var(--moss); }

.kicker {
  margin: 0 0 0.85rem; font-family: var(--display);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.kicker--dark { color: var(--moss); }

/* OPEN */
.open {
  position: relative; z-index: 1;
  min-height: 100svh; min-height: 100dvh;
  display: grid; align-items: end; color: var(--white); overflow: hidden;
}
.open__photo { position: absolute; inset: -8%; will-change: transform; }
.open__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
}
.open__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(11,36,28,0.82) 0%, rgba(11,36,28,0.35) 48%, rgba(11,36,28,0.55) 100%),
    linear-gradient(180deg, transparent 40%, rgba(11,36,28,0.88) 100%);
}
.open__copy {
  position: relative; z-index: 1;
  padding: 6rem var(--pad) 5rem; max-width: 18ch;
}
.open__place {
  margin: 0 0 1.25rem; font-family: var(--display);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.open__brand {
  font-size: clamp(3.4rem, 12vw, 7.5rem);
  font-weight: 800; line-height: 0.88; margin-bottom: 1.35rem;
}
.open__brand > span { display: block; }
.open__brand .char {
  display: inline-block;
  opacity: 0; transform: translateY(1.1em) rotate(4deg);
}
body.is-ready .open__brand .char {
  opacity: 1; transform: none;
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.open__line {
  margin: 0 0 1.75rem;
  font-size: clamp(1.15rem, 1rem + 0.7vw, 1.4rem);
  font-style: italic; color: rgba(255,255,255,0.86);
  max-width: 28ch; line-height: 1.4;
}
.open__hint {
  position: absolute; z-index: 1; right: var(--pad); bottom: 1.5rem;
  margin: 0; font-family: var(--display); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  writing-mode: vertical-rl; transform: rotate(180deg);
}
[data-open-line] { opacity: 0; transform: translateY(24px); }
body.is-ready [data-open-line] {
  opacity: 1; transform: none;
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
body.is-ready .open__place { transition-delay: 0.55s; }
body.is-ready .open__line { transition-delay: 0.7s; }
body.is-ready .open__cta { transition-delay: 0.85s; }
body.is-ready .open__hint { transition-delay: 1s; }

@media (prefers-reduced-motion: reduce) {
  .open__brand .char, [data-open-line] {
    opacity: 1; transform: none; transition: none;
  }
}

/* STORY */
.story { position: relative; z-index: 1; background: var(--moss-deep); }
.story__sticky {
  position: sticky; top: 0; height: 100svh; height: 100dvh; overflow: hidden;
}
.story__stage { position: absolute; inset: 0; }
.story__bg {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 0.55s var(--ease);
}
.story__bg.is-on { opacity: 1; }
.story__bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.08); transition: transform 1.2s var(--ease);
}
.story__bg.is-on img { transform: scale(1); }
.story__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,36,28,0.88) 0%, rgba(11,36,28,0.45) 55%, rgba(11,36,28,0.25) 100%),
    linear-gradient(180deg, rgba(11,36,28,0.2), rgba(11,36,28,0.55));
}
.story__cursor {
  position: absolute; z-index: 3; width: 180px; height: 180px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(159,208,188,0.28), transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0; transition: opacity 0.3s;
  mix-blend-mode: screen;
}
.story__sticky:hover .story__cursor { opacity: 1; }
.story__words {
  position: relative; z-index: 2; height: 100%;
  display: grid; align-items: center;
  padding: 0 var(--pad); max-width: min(34rem, 92vw);
}
.story__panel {
  grid-area: 1 / 1; color: var(--white);
  opacity: 0; visibility: hidden; transform: translateY(24px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), visibility 0.45s;
}
.story__panel.is-on { opacity: 1; visibility: visible; transform: none; }
.story__panel h2 {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  margin-bottom: 1rem; color: var(--white);
}
.story__panel h2 em {
  color: #9fd0bc; font-style: italic;
  font-family: var(--serif); font-weight: 600;
}
.story__panel > p:last-child {
  margin: 0; font-size: clamp(1.1rem, 1rem + 0.45vw, 1.3rem);
  color: rgba(255,255,255,0.78); max-width: 30ch; line-height: 1.45;
}
.story__index {
  position: absolute; z-index: 3; right: var(--pad); bottom: 1.5rem;
  font-family: var(--display); font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.08em; color: rgba(255,255,255,0.55);
  display: flex; gap: 0.35rem;
}
.story__track { height: 400vh; }

/* PULSE — um dia */
.pulse {
  position: relative; z-index: 1;
  background: var(--moss-deep); color: var(--white);
}
.pulse__sticky {
  position: sticky; top: 0;
  height: 100svh; height: 100dvh;
  display: grid; overflow: hidden;
}
.pulse__media { position: absolute; inset: 0; }
.pulse__shot {
  position: absolute; inset: 0; margin: 0;
  opacity: 0; transition: opacity 0.5s var(--ease);
}
.pulse__shot.is-on { opacity: 1; }
.pulse__shot img { width: 100%; height: 100%; object-fit: cover; }
.pulse__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(11,36,28,0.9) 0%, rgba(11,36,28,0.4) 50%, rgba(11,36,28,0.65) 100%);
}
.pulse__copy {
  position: relative; z-index: 2;
  align-self: end; padding: 0 var(--pad) 4.5rem;
  max-width: 28rem;
}
.pulse__clock {
  margin: 0 0 0.4rem; font-family: var(--display);
  font-size: clamp(2.5rem, 8vw, 5rem); font-weight: 800;
  letter-spacing: -0.04em; line-height: 1; color: #9fd0bc;
}
.pulse__copy h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--white); margin-bottom: 0.65rem;
}
.pulse__text {
  margin: 0 0 1.5rem; color: rgba(255,255,255,0.78);
  font-size: 1.15rem; max-width: 28ch;
}
.pulse__bar {
  height: 2px; background: rgba(255,255,255,0.2);
  border-radius: 99px; overflow: hidden; max-width: 16rem;
}
.pulse__bar span {
  display: block; height: 100%; width: 100%;
  background: #9fd0bc;
  transform: scaleX(var(--fill, 0));
  transform-origin: left center;
}
.pulse__hint {
  margin: 0.75rem 0 0; font-family: var(--display);
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.pulse__drag {
  position: absolute; inset: 0; z-index: 3;
  cursor: ew-resize; touch-action: none;
}
.pulse__spacer { height: 320vh; }

/* WALK */
.walk { position: relative; z-index: 1; background: var(--bone); }
.walk__sticky {
  position: sticky; top: 0; height: 100svh; height: 100dvh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; padding: 4.5rem 0 2rem;
}
.walk__head { padding: 0 var(--pad); margin-bottom: 1.5rem; max-width: 28rem; }
.walk__head h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
.walk__head em {
  color: var(--moss); font-family: var(--serif);
  font-style: italic; font-weight: 600;
}
.walk__viewport { overflow: hidden; }
.walk__track {
  display: flex; gap: 1rem; padding: 0 var(--pad);
  width: max-content; will-change: transform;
}
.walk__shot {
  margin: 0; position: relative;
  flex: 0 0 min(72vw, 520px);
  height: min(58vh, 420px);
  overflow: hidden; border-radius: 2px;
}
.walk__shot img { width: 100%; height: 100%; object-fit: cover; }
.walk__shot figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.5rem 1.1rem 1.1rem;
  background: linear-gradient(transparent, rgba(11,36,28,0.82));
  color: var(--white);
  display: flex; flex-direction: column; gap: 0.15rem;
}
.walk__shot figcaption strong {
  font-family: var(--display); font-size: 1.15rem; font-weight: 700;
}
.walk__shot figcaption span { font-size: 0.9rem; opacity: 0.75; }
.walk__shot--cta {
  background: var(--moss-deep); display: grid; place-items: center; color: var(--white);
}
.walk__cta {
  text-align: center; padding: 1.5rem;
  display: grid; gap: 1.25rem; justify-items: center;
}
.walk__cta p {
  margin: 0; font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700;
  letter-spacing: -0.03em; max-width: 12ch; line-height: 1.1;
}
.walk__spacer { height: 280vh; }
@media (max-width: 640px) {
  .walk__shot { flex-basis: 82vw; height: 48vh; }
}

/* CARE */
.care {
  position: relative; z-index: 1;
  padding: clamp(4rem, 10vw, 7rem) var(--pad);
  background: var(--white);
}
.care__intro { max-width: 22rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.care__intro h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.care__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.care__list li {
  display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem;
  padding: 1.4rem 0; border-top: 1px solid var(--line);
  opacity: 0.35; transform: translateX(-12px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.care__list li.is-in { opacity: 1; transform: none; }
.care__list li:last-child { border-bottom: 1px solid var(--line); }
.care__n {
  font-family: var(--display); font-weight: 700; font-size: 0.95rem;
  color: var(--clay); padding-top: 0.2rem;
}
.care__list strong {
  display: block; font-family: var(--display);
  font-size: clamp(1.2rem, 2.5vw, 1.65rem); font-weight: 700;
  letter-spacing: -0.025em; margin-bottom: 0.3rem;
}
.care__list p { margin: 0; color: var(--mute); max-width: 38ch; }
@media (min-width: 900px) {
  .care {
    display: grid; grid-template-columns: 0.85fr 1.15fr;
    gap: 3rem; align-items: start;
  }
  .care__intro { position: sticky; top: 6rem; margin-bottom: 0; }
}

/* ORACLE */
.oracle {
  position: relative; z-index: 1;
  padding: clamp(4.5rem, 11vw, 8rem) var(--pad);
  background: var(--fog);
  min-height: 70svh;
  display: grid; align-items: center;
}
.oracle__stage { max-width: 40rem; }
.oracle__prompt {
  font-size: clamp(2rem, 5.5vw, 3.6rem);
  margin-bottom: 1.75rem;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.oracle__prompt.is-dim {
  opacity: 0.28; transform: scale(0.98);
}
.oracle__answer {
  margin-bottom: 2rem;
  min-height: 5rem;
}
.oracle__answer[hidden] { display: none; }
.oracle__answer p {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-style: italic; line-height: 1.4;
  color: var(--ink);
  animation: answer-in 0.5s var(--ease);
}
@keyframes answer-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.oracle__wa {
  font-family: var(--display); font-weight: 700;
  color: var(--clay); text-decoration: none;
}
.oracle__wa:hover { text-decoration: underline; }
.oracle__wa[hidden] { display: none; }
.oracle__chips {
  display: flex; flex-wrap: wrap; gap: 0.55rem;
}
.oracle__chips button {
  border: 1.5px solid var(--line); background: transparent;
  color: var(--ink); padding: 0.65rem 1rem; border-radius: 999px;
  cursor: pointer; font-family: var(--display); font-weight: 700;
  font-size: 0.88rem; transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.oracle__chips button:hover,
.oracle__chips button.is-on {
  border-color: var(--moss); background: var(--moss); color: var(--white);
}

/* PEOPLE */
.people {
  position: relative; z-index: 1;
  display: grid; background: var(--moss-deep); color: var(--white); overflow: hidden;
}
.people__copy { padding: clamp(3.5rem, 8vw, 6rem) var(--pad); }
.people__copy h2 {
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  color: var(--white); margin-bottom: 1rem;
}
.people__copy em {
  color: #9fd0bc; font-family: var(--serif); font-style: italic; font-weight: 600;
}
.people__copy > p:last-child {
  margin: 0; color: rgba(255,255,255,0.7); max-width: 32ch;
}
.people__stack {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.4rem;
  padding: 0 var(--pad) clamp(3rem, 6vw, 4rem);
}
.people__stack figure { margin: 0; overflow: hidden; }
.people__stack img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: saturate(0.9);
  transition: transform 0.7s var(--ease), filter 0.4s;
}
.people__stack figure:hover img {
  transform: scale(1.04); filter: saturate(1.05);
}
.people__stack figcaption {
  margin-top: 0.5rem; font-family: var(--display);
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
@media (min-width: 900px) {
  .people { grid-template-columns: 0.9fr 1.1fr; align-items: center; }
  .people__stack { padding: clamp(3rem, 6vw, 5rem) var(--pad); gap: 0.6rem; }
}

/* VOICES */
.voices { position: relative; z-index: 1; background: var(--clay); color: var(--white); }
.voices__sticky {
  position: sticky; top: 0; height: 100svh; height: 100dvh;
  display: grid; place-items: center; padding: var(--pad); text-align: center;
}
.voices__q {
  grid-area: 1 / 1; margin: 0; max-width: 18ch;
  opacity: 0; visibility: hidden; transform: translateY(18px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), visibility 0.45s;
}
.voices__q.is-on { opacity: 1; visibility: visible; transform: none; }
.voices__q p {
  margin: 0 0 1.25rem; font-family: var(--serif);
  font-size: clamp(1.7rem, 4.5vw, 3.1rem);
  font-style: italic; font-weight: 400; line-height: 1.2;
}
.voices__q footer {
  font-family: var(--display); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7;
}
.voices__dots {
  position: absolute; bottom: 2rem; left: 50%;
  transform: translateX(-50%); display: flex; gap: 0.5rem;
}
.voices__dots span {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.35);
}
.voices__dots span.is-on { background: var(--white); }
.voices__track { height: 240vh; }

/* FAQ */
.ask {
  position: relative; z-index: 1;
  padding: clamp(4rem, 9vw, 6.5rem) var(--pad);
  background: var(--bone); max-width: 42rem;
}
.ask h2 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0 0 2rem; }
.ask__list details { border-top: 1px solid var(--line); }
.ask__list details:last-child { border-bottom: 1px solid var(--line); }
.ask__list summary {
  cursor: pointer; list-style: none;
  padding: 1.15rem 2rem 1.15rem 0;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: -0.02em; position: relative;
}
.ask__list summary::-webkit-details-marker { display: none; }
.ask__list summary::after {
  content: "+"; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%); color: var(--clay); font-size: 1.3rem;
}
.ask__list details[open] summary::after { content: "−"; }
.ask__list p { margin: 0 0 1.2rem; color: var(--mute); padding-right: 1rem; }

/* ARRIVE */
.arrive {
  position: relative; z-index: 1;
  display: grid; gap: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(4rem, 9vw, 6.5rem) var(--pad);
  background: linear-gradient(160deg, var(--moss-deep) 0%, #14352b 55%, #1a4034 100%);
  color: var(--white);
}
.arrive h2 {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  color: var(--white); margin-bottom: 1.25rem;
}
.arrive em {
  color: #9fd0bc; font-family: var(--serif); font-style: italic; font-weight: 600;
}
.arrive address {
  font-style: italic; color: rgba(255,255,255,0.72);
  margin: 0 0 1.25rem; line-height: 1.55;
}
.arrive__links {
  list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: 0.45rem;
}
.arrive__links a {
  font-family: var(--display); font-weight: 700;
  text-decoration: none; color: #c8e6d8;
}
.arrive__links a:hover { text-decoration: underline; }
.arrive__hours { margin: 0 0 1rem; color: rgba(255,255,255,0.7); font-size: 0.95rem; }
.arrive__social {
  list-style: none; margin: 0 0 1.5rem; padding: 0;
  display: flex; gap: 1.1rem;
}
.arrive__social a {
  font-family: var(--display); font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; color: rgba(255,255,255,0.55);
}
.arrive__social a:hover { color: var(--white); }
.arrive__map {
  border-radius: 2px; overflow: hidden; aspect-ratio: 16/10; background: #0b241c;
}
.arrive__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.arrive__form {
  background: var(--white); color: var(--ink);
  padding: clamp(1.4rem, 3vw, 2rem); border-radius: 2px;
  display: grid; gap: 0.95rem; align-self: start;
}
.arrive__form h3 { font-size: 1.45rem; }
.arrive__form label { display: grid; gap: 0.35rem; }
.arrive__form label span {
  font-family: var(--display); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute);
}
.arrive__form input,
.arrive__form textarea {
  font: inherit; padding: 0.8rem 0.9rem;
  border: 1.5px solid var(--line); border-radius: 2px;
  background: var(--bone); color: var(--ink); resize: vertical;
}
.arrive__form input:focus,
.arrive__form textarea:focus {
  outline: none; border-color: var(--moss); background: var(--white);
}
.arrive__actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.arrive__note { margin: 0; font-size: 0.8rem; color: var(--mute); }
@media (min-width: 900px) {
  .arrive { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
}

.end {
  position: relative; z-index: 1;
  background: #071612; color: rgba(255,255,255,0.55);
  padding: 2.25rem var(--pad); display: grid; gap: 1rem; font-size: 0.9rem;
}
.end strong {
  display: block; font-family: var(--display); font-size: 1.2rem;
  color: var(--white); font-weight: 700;
}
.end p { margin: 0; line-height: 1.5; }
.end__row {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  gap: 0.75rem; padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.end__row a {
  color: #9fd0bc; text-decoration: none;
  font-family: var(--display); font-weight: 700; font-size: 0.85rem;
}
.end__row a:hover { text-decoration: underline; }

@media (prefers-reduced-motion: reduce) {
  .care__list li { opacity: 1; transform: none; }
  .people__stack figure:hover img { transform: none; }
  .story__bg img { transform: none; transition: none; }
  .story__cursor { display: none; }
  .aura { display: none; }
  .oracle__answer p { animation: none; }

  .walk__sticky { position: relative; height: auto; padding: 4rem 0 2rem; }
  .walk__viewport { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .walk__track { transform: none !important; }
  .walk__spacer { display: none; }

  .story__track { height: auto; }
  .story__sticky { position: relative; height: auto; min-height: 100svh; }
  .story__panel { position: relative; opacity: 1; visibility: visible; transform: none; padding: 4rem 0; }
  .story__panel + .story__panel { display: none; }

  .pulse__spacer { height: auto; }
  .pulse__sticky { position: relative; height: auto; min-height: 100svh; }
  .pulse__drag { display: none; }

  .voices__track { display: none; }
  .voices__sticky { position: relative; height: auto; min-height: 70svh; }
  .voices__q { position: relative; opacity: 1; visibility: visible; transform: none; margin-bottom: 2rem; }
  .voices__dots { display: none; }
}
