:root {
  --cream: #fffdf8;
  --ink: #40484f;
  --muted: #727980;
  --pink: #d96b9c;
  --lavender: #8b78c6;
  --blue: #5fa9c9;
  --green: #66ae88;
  --gold: #d6a640;
  --soft-pink: #f7d6e6;
  --soft-lavender: #e8ddf7;
  --soft-blue: #d9eef9;
  --soft-green: #ddf4e7;
  --soft-gold: #f8edb8;
  --shadow: 0 24px 80px rgba(78, 87, 91, .15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(#dff2fb 0%, #eef9ff 18%, #f7fbf4 55%, #fff8e8 100%);
  overflow-x: hidden;
}
.world {
  position: fixed;
  inset: 0;
  z-index: -10;
  overflow: hidden;
  pointer-events: none;
}
.layer { position: absolute; inset: 0; will-change: transform; }
.sky-glow {
  background:
    radial-gradient(circle at 76% 14%, rgba(255,242,181,.95) 0 4%, rgba(255,242,181,.35) 14%, transparent 32%),
    linear-gradient(180deg, #caedfa 0%, #e8f7ff 33%, #f6fbf3 67%, #fff4d6 100%);
}
.mountains {
  top: 22%;
  height: 44%;
  opacity: .72;
  background: none;
  filter: blur(.6px);
}
.mountains::before,
.mountains::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  background: rgba(108, 136, 138, .18);
}
.mountains::before {
  height: 78%;
  clip-path: polygon(0 100%, 0 76%, 9% 68%, 17% 73%, 24% 63%, 33% 72%, 41% 58%, 50% 68%, 59% 52%, 68% 63%, 77% 56%, 86% 66%, 94% 58%, 100% 63%, 100% 100%);
}
.mountains::after {
  height: 62%;
  background: rgba(88, 117, 120, .22);
  clip-path: polygon(0 100%, 0 84%, 11% 76%, 19% 81%, 30% 69%, 40% 77%, 50% 63%, 60% 74%, 72% 60%, 82% 70%, 91% 64%, 100% 71%, 100% 100%);
}
.meadow {
  top: 62%;
  background:
    radial-gradient(circle at 12% 35%, rgba(247,214,230,.6) 0 3px, transparent 4px),
    radial-gradient(circle at 27% 60%, rgba(248,237,184,.7) 0 3px, transparent 4px),
    radial-gradient(circle at 66% 45%, rgba(232,221,247,.65) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 70%, rgba(217,238,249,.7) 0 3px, transparent 4px),
    linear-gradient(180deg, rgba(194,224,187,.45), rgba(148,199,148,.56));
}
.cloud {
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  filter: blur(.1px);
  box-shadow:
    70px -22px 0 10px rgba(255,255,255,.86),
    145px -2px 0 2px rgba(255,255,255,.80),
    38px 20px 0 10px rgba(255,255,255,.82),
    92px 14px 0 4px rgba(255,255,255,.74);
}
.cloud-a { width: 230px; height: 72px; top: 12%; left: 6%; opacity: .82; }
.cloud-b { width: 300px; height: 90px; top: 28%; right: 7%; opacity: .74; }
.cloud-c { width: 200px; height: 62px; top: 51%; left: 12%; opacity: .68; }



.nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: .02em;
  text-decoration: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(74,81,89,.12));
}
.brand-wordmark { display: inline-block; }

.brand-v, .v1 { color: var(--pink); }
.brand-o, .v2 { color: var(--lavender); }
.brand-b, .v3 { color: var(--blue); }
.brand-g, .v4 { color: var(--green); }
.brand-y, .v5 { color: var(--gold); }
.nav-links { display: flex; gap: 22px; flex-wrap: wrap; }
.nav-links a {
  text-decoration: none;
  color: rgba(64,72,79,.8);
  font-size: .92rem;
  font-weight: 700;
}
.nav-links a:hover { color: var(--pink); }

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero-inner {
  width: min(960px, calc(100% - 44px));
  margin: auto;
  text-align: center;
  padding: 8vh 0 16vh;
}

.eyebrow, .section-kicker {
  letter-spacing: .24em;
  font-weight: 800;
  font-size: .76rem;
  color: #74627c;
}
.hero h1 {
  position: relative;
  display: inline-block;
  isolation: isolate;
  font-size: clamp(3.4rem, 9vw, 7.8rem);
  line-height: .92;
  margin: 16px 0 12px;
  padding: clamp(56px, 7vw, 92px) 14px 10px;
  letter-spacing: -.055em;
  text-shadow: 0 2px 0 rgba(255,255,255,.88), 0 18px 50px rgba(117,99,127,.15);
}
.hero h1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  width: clamp(180px, 26vw, 340px);
  height: clamp(180px, 26vw, 340px);
  background: center / contain no-repeat url("assets/logo-mascot.png");
  opacity: .18;
  filter: drop-shadow(0 12px 28px rgba(92, 100, 113, .08));
  z-index: -1;
  pointer-events: none;
}
.hero h1 span { position: relative; z-index: 1; }
.tagline {
  font-size: clamp(1rem, 2vw, 1.4rem);
  letter-spacing: .2em;
  font-weight: 800;
  color: #685f72;
}
.hero-copy {
  max-width: 690px;
  margin: 28px auto;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.65;
  color: rgba(64,72,79,.82);
}
.hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.hero-badges span,
.pill-row span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 12px 28px rgba(105,96,109,.08);
  font-weight: 800;
  color: #62586b;
}
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  color: #4c4850;
  background: linear-gradient(90deg, var(--soft-pink), #e8ddf7, #d9eef9, #ddf4e7, #f8edb8);
  box-shadow: 0 14px 32px rgba(105,96,109,.12);
  border: 1px solid rgba(255,255,255,.7);
}
.cta-ghost { background: rgba(255,255,255,.72); }
.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .72;
  font-size: 1.8rem;
  animation: bob 2.4s ease-in-out infinite;
}
@keyframes bob {
  0%,100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

.scene {
  min-height: 88vh;
  padding: 110px 24px;
  display: grid;
  place-items: center;
  position: relative;
}
.scene-clouds { min-height: 72vh; }

.floating-card,
.player-card,
.info-card,
.creed-card,
.gallery-item {
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  background: rgba(255,253,248,.78);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}

.floating-card {
  width: min(760px, 100%);
  padding: clamp(30px, 6vw, 62px);
  border-radius: 36px;
  text-align: center;
}
.floating-card h2,
.section-heading h2,
.creed-card h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -.04em;
  margin: 8px 0 18px;
}
.floating-card p { font-size: 1.08rem; line-height: 1.75; }
.emphasis { color: #756081; font-size: 1.25rem !important; font-weight: 800; }
.section-heading {
  width: min(850px, 100%);
  text-align: center;
  margin: 0 auto 48px;
}
.section-heading p:not(.section-kicker) { color: var(--muted); line-height: 1.7; }
#herd, #season, #gallery { display: block; }

.player-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.player-card {
  padding: 14px 14px 22px;
  border-radius: 28px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.player-card:nth-child(2),
.player-card:nth-child(4) { transform: translateY(32px); }
.player-card:hover {
  transform: translateY(-8px) rotate(-.3deg);
  box-shadow: 0 28px 80px rgba(71,80,85,.2);
}
.player-card:nth-child(2):hover,
.player-card:nth-child(4):hover { transform: translateY(24px) rotate(.3deg); }
.portrait {
  aspect-ratio: 5/7;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #d9eef9, #f8edb8);
}
.portrait img { width: 100%; height: 100%; display: block; object-fit: cover; }
.player-card h3 { margin: 8px 0 3px; font-size: 1.35rem; }
.player-card p { font-size: .92rem; line-height: 1.55; color: var(--muted); }
.player-card .role { color: #745d7d; font-weight: 800; margin-top: 4px; }

.scene-mission { min-height: 82vh; }
.mission-card {
  background: linear-gradient(120deg, rgba(247,214,230,.72), rgba(232,221,247,.72), rgba(217,238,249,.72), rgba(221,244,231,.72), rgba(248,237,184,.72));
}
.pill-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.hq-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.info-card { border-radius: 28px; padding: 32px; }
.info-card h3 { font-size: 1.3rem; margin-top: 0; }
.big-data { font-size: 2rem; font-weight: 900; margin: 8px 0; }
.muted { color: var(--muted); }
.clean-list { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.7; }
.button-stack { display: flex; flex-direction: column; gap: 10px; }
.soft-button {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: #5f5470;
  font-weight: 800;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(236,225,244,.92);
}
.soft-button:hover { background: rgba(255,255,255,.95); }

.scene-creed { min-height: 92vh; }
.creed-card {
  width: min(760px, 100%);
  border-radius: 40px;
  padding: clamp(34px, 6vw, 68px);
  text-align: center;
  background: linear-gradient(140deg, rgba(247,214,230,.8), rgba(232,221,247,.76), rgba(217,238,249,.76), rgba(221,244,231,.76), rgba(248,237,184,.78));
}
.creed-lines p { margin: 12px 0; font-size: clamp(1.15rem, 2.2vw, 1.6rem); font-weight: 700; }
.creed-lines .final-line {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #755e80;
  margin-top: 22px;
}

.gallery-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-item { border-radius: 28px; overflow: hidden; padding: 0; }
.gallery-item img { width: 100%; height: 270px; object-fit: cover; display: block; }
.gallery-item figcaption { padding: 16px 18px 18px; font-size: .92rem; color: var(--muted); line-height: 1.5; }
.gallery-item:nth-child(2),
.gallery-item:nth-child(5) { transform: translateY(22px); }

.scene-lore { min-height: 70vh; }
.lore-card blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.45;
  color: #66586d;
  margin: 28px auto 16px;
}

footer {
  min-height: 42vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,246,220,.64));
}
.footer-mark { font-size: clamp(2.3rem, 6vw, 5rem); font-weight: 900; letter-spacing: -.055em; }
footer p { letter-spacing: .16em; color: #6f6870; font-weight: 800; font-size: .78rem; }

.reveal {
  opacity: 0;
  transform: translateY(36px) scale(.985);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0) scale(1); }

.petal {
  position: absolute;
  width: 14px;
  height: 10px;
  border-radius: 80% 20% 70% 30%;
  opacity: .72;
  animation: drift linear infinite;
}
@keyframes drift {
  from { transform: translate3d(0,-8vh,0) rotate(0deg); }
  to { transform: translate3d(12vw,110vh,0) rotate(420deg); }
}

@media (max-width: 980px) {
  .player-grid { grid-template-columns: repeat(2, 1fr); }
  .player-card:nth-child(2),
  .player-card:nth-child(4) { transform: none; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline::before { display: none; }
  .chronicles-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .scene { padding: 80px 18px; }
  .player-grid, .hq-grid, .chronicles-grid, .timeline { grid-template-columns: 1fr; }
  .pill-row { grid-template-columns: 1fr; }
  .player-card { max-width: 440px; margin: 0 auto; }
  .portrait { aspect-ratio: 5/7; }
  .hero-inner { padding-bottom: 10vh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-cue, .petal { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}


/* ---------- V3: Campaign + Threats to the Peace ---------- */

.intel-label {
  margin: 0 0 7px;
  font-size: .7rem;
  letter-spacing: .17em;
  font-weight: 900;
  color: #8a728f;
}

.small-note {
  margin-top: 16px;
  font-size: .82rem;
}

.threat-zone {
  position: relative;
  min-height: 120vh;
  padding: 125px 24px 140px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(232,221,247,.24), transparent 30%),
    radial-gradient(circle at 83% 32%, rgba(242,192,174,.18), transparent 27%),
    linear-gradient(180deg,
      rgba(219,231,237,.10) 0%,
      rgba(97,104,120,.38) 22%,
      rgba(73,76,91,.54) 55%,
      rgba(107,103,120,.42) 78%,
      rgba(230,239,237,.12) 100%);
}

.threat-zone::before,
.threat-zone::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 150px;
  border-radius: 999px;
  background: rgba(65,69,80,.18);
  filter: blur(18px);
  z-index: 0;
}

.threat-zone::before {
  top: 8%;
  left: -90px;
  box-shadow:
    180px -35px 0 rgba(73,77,89,.12),
    330px 20px 0 rgba(64,69,82,.16);
}

.threat-zone::after {
  top: 43%;
  right: -100px;
  box-shadow:
    -190px -20px 0 rgba(80,77,93,.13),
    -330px 28px 0 rgba(70,75,84,.11);
}

.threat-haze {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.0),
      rgba(84,83,96,.08) 35%,
      rgba(52,56,66,.12) 60%,
      rgba(255,255,255,0));
  z-index: 0;
}

.threat-heading,
.threat-grid,
.guardians-wrap,
.peace-restored {
  position: relative;
  z-index: 2;
}

.threat-heading {
  color: #f7f4f1;
  margin-bottom: 58px;
}

.threat-heading h2 {
  color: #fffaf5;
  text-shadow: 0 12px 36px rgba(29,30,39,.32);
}

.threat-heading p {
  color: rgba(248,245,244,.80) !important;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.warning-kicker {
  color: #f4cda4;
}

.threat-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.threat-card {
  border-radius: 26px;
  padding: 28px;
  color: #ede9e7;
  background:
    linear-gradient(145deg, rgba(54,56,68,.86), rgba(74,71,83,.78));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 28px 80px rgba(27,29,38,.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.threat-card h3 {
  margin: 18px 0 10px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -.025em;
  color: #fffaf6;
}

.threat-card p {
  color: rgba(242,239,237,.77);
  line-height: 1.7;
}

.threat-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.threat-badge {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: .64rem;
  letter-spacing: .13em;
  font-weight: 900;
  color: #f9d6ae;
  border: 1px solid rgba(247,199,154,.32);
  background: rgba(198,124,88,.12);
}

.threat-badge.danger {
  color: #ffc4bc;
  border-color: rgba(244,144,127,.36);
  background: rgba(181,73,60,.16);
}

.strength {
  font-size: .76rem;
  font-weight: 800;
  color: rgba(255,255,255,.56);
}

.llama-intel {
  margin-top: 20px;
  padding: 15px 16px;
  border-left: 3px solid rgba(243,213,177,.65);
  border-radius: 0 12px 12px 0;
  background: rgba(255,255,255,.055);
  color: rgba(255,249,241,.84);
  line-height: 1.55;
  font-size: .91rem;
}

.guardians-wrap {
  width: min(850px, 100%);
  margin: 85px auto 0;
  position: relative;
}

.guardians-glow {
  position: absolute;
  inset: -36px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(248,237,184,.36), rgba(221,244,231,.18) 35%, rgba(232,221,247,.08) 55%, transparent 73%);
  filter: blur(16px);
  pointer-events: none;
}

.guardians-card {
  position: relative;
  text-align: center;
  padding: clamp(34px, 6vw, 60px);
  border-radius: 36px;
  background:
    linear-gradient(135deg,
      rgba(255,252,247,.94),
      rgba(247,214,230,.88),
      rgba(232,221,247,.88),
      rgba(217,238,249,.88),
      rgba(221,244,231,.90),
      rgba(248,237,184,.90));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 35px 100px rgba(28,31,40,.27);
  color: #494d53;
}

.guardians-card h3 {
  margin: 10px 0 22px;
  font-size: clamp(2.7rem, 7vw, 5.2rem);
  line-height: .95;
  letter-spacing: -.05em;
}

.guardian-stats {
  max-width: 480px;
  margin: 22px auto 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.guardian-stats > div {
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.45);
}

.stat-number {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  color: #6d5c76;
}

.stat-label {
  display: block;
  margin-top: 7px;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #716d72;
  font-weight: 800;
}

.guardians-card > p {
  max-width: 650px;
  margin: 16px auto;
  line-height: 1.7;
}

.guardian-mission {
  font-weight: 900;
  font-size: 1.12rem;
  letter-spacing: .06em;
  color: #735f7f;
}

.peace-restored {
  width: min(720px, 100%);
  margin: 85px auto 0;
  text-align: center;
  color: rgba(255,255,255,.77);
}

.peace-restored span {
  letter-spacing: .18em;
  font-weight: 900;
  font-size: .76rem;
  color: #f5dcc0;
}

.peace-restored p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: rgba(255,255,255,.83);
}

@media (max-width: 780px) {
  .threat-grid {
    grid-template-columns: 1fr;
  }

  .guardian-stats {
    grid-template-columns: 1fr;
  }

  .threat-zone {
    padding-left: 18px;
    padding-right: 18px;
  }
}


.player-meta {
  margin: 14px 0 0;
  font-size: .68rem;
  letter-spacing: .16em;
  font-weight: 900;
  color: #8a728f;
}

.timeline {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--soft-pink), var(--soft-lavender), var(--soft-blue), var(--soft-green), var(--soft-gold));
  opacity: .9;
}
.timeline-stop {
  position: relative;
  z-index: 2;
  padding: 28px 22px 22px;
  border-radius: 26px;
  text-align: center;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  background: rgba(255,253,248,.78);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.timeline-stop::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  border: 4px solid #b58cc6;
  box-shadow: 0 0 0 5px rgba(255,255,255,.45);
}
.timeline-date {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .76rem;
  letter-spacing: .12em;
  font-weight: 900;
  color: #705c79;
  background: rgba(255,255,255,.86);
}
.timeline-stop h3 { margin: 16px 0 8px; font-size: 1.18rem; }
.timeline-stop p { margin: 0 0 8px; color: var(--ink); line-height: 1.55; }
.timeline-stop small { color: var(--muted); }
.hq-grid-v4 { margin-top: 20px; }

.disturbance-banner {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: .18em;
  font-weight: 900;
  color: #ffdfcf;
  background: rgba(86, 57, 56, .42);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 30px rgba(23,22,28,.22);
}

.chronicles-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.chronicle-card {
  padding: 28px;
  border-radius: 28px;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  background: rgba(255,253,248,.78);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.chronicle-kicker {
  margin: 0 0 8px;
  font-size: .7rem;
  letter-spacing: .16em;
  font-weight: 900;
  color: #8a728f;
}
.chronicle-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.chronicle-card p { margin: 0; line-height: 1.7; color: var(--muted); }
.footer-logo {
  width: 112px;
  height: auto;
  margin-bottom: 10px;
  filter: drop-shadow(0 16px 30px rgba(74,81,89,.12));
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-links a {
  text-decoration: none;
  color: #6f6477;
  font-weight: 700;
}
.footer-links a:hover,
.footer-domain a:hover { color: var(--pink); }
.footer-domain {
  margin-top: 10px;
  font-size: .95rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8a728f;
}
.footer-domain a {
  color: inherit;
  text-decoration: none;
}

