@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700&family=Roboto+Condensed:wght@400;700;900&display=swap");

:root {
  --cl25-red: #a90d18;
  --cl25-red-deep: #760912;
  --cl25-red-dark: #52070d;
  --cl25-gold: #d7aa45;
  --cl25-cream: #fff9ef;
  --cl25-paper: #fffdf8;
  --cl25-ink: #292321;
  --cl25-muted: #75655c;
  --cl25-line: rgba(118, 9, 18, 0.16);
  --cl25-title-font: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --cl25-body-font: "Noto Serif", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.cl25-standalone {
  margin: 0;
  color: var(--cl25-ink);
  background: var(--cl25-cream);
  font-family: var(--cl25-body-font);
}

.cl25 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 16%, rgba(169, 13, 24, 0.07) 0 7px, transparent 8px),
    radial-gradient(circle at 19% 42%, rgba(215, 170, 69, 0.1) 0 6px, transparent 7px),
    radial-gradient(circle at 84% 24%, rgba(169, 13, 24, 0.065) 0 9px, transparent 10px),
    linear-gradient(180deg, #fff9ef 0%, #fffdf8 44%, #fff9ef 100%);
}

.cl25::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    radial-gradient(ellipse at center, rgba(169, 13, 24, 0.14) 0 5px, transparent 6px),
    radial-gradient(ellipse at 45% 38%, rgba(169, 13, 24, 0.07) 0 12px, transparent 13px),
    radial-gradient(ellipse at 60% 62%, rgba(215, 170, 69, 0.12) 0 10px, transparent 11px);
  background-size: 118px 118px, 152px 152px, 152px 152px;
  background-position: 18px 34px, 76px 8px, 76px 8px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2));
}

.cl25 > * {
  position: relative;
  z-index: 1;
}

.cl25-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
}

.cl25-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--cl25-red), var(--cl25-gold));
  transition: width 0.15s linear;
}

.cl25-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.cl25-cover {
  width: 100%;
  background: #1b0a0d;
}

.cl25-cover img {
  display: block;
  width: 100%;
  height: clamp(420px, 58vw, 760px);
  object-fit: cover;
  object-position: center 24%;
}

.cl25-title-band {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 14% 10%, rgba(215, 170, 69, 0.2), transparent 26%),
    radial-gradient(circle at 86% 88%, rgba(215, 170, 69, 0.16), transparent 28%),
    linear-gradient(135deg, var(--cl25-red-dark), var(--cl25-red) 58%, #8a0a14);
}

.cl25-title-band__inner {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 84px) 0 clamp(48px, 8vw, 94px);
  text-align: center;
}

.cl25-eyebrow {
  margin: 0 0 12px;
  color: var(--cl25-gold);
  font: 900 0.9rem/1.35 var(--cl25-title-font);
  text-transform: uppercase;
}

.cl25-title-band h1 {
  max-width: 1320px;
  margin: 0 auto;
  color: #fff;
  font: 900 clamp(2rem, 3.65vw, 3.78rem)/1.05 var(--cl25-title-font);
  text-transform: uppercase;
}

.cl25-title-band h1 span {
  display: block;
  white-space: nowrap;
}

.cl25-subtitle {
  display: inline-flex;
  margin: 24px 0 18px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 900;
}

.cl25-lead {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.78;
  font-weight: 600;
}

.cl25-article {
  padding: clamp(46px, 7vw, 82px) 0 clamp(64px, 9vw, 106px);
}

.cl25-story {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5.5vw, 58px);
  border: 1px solid var(--cl25-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(88, 22, 22, 0.12);
}

.cl25-story h2 {
  margin: 38px 0 0;
  color: var(--cl25-red);
  font: 900 clamp(1.04rem, 1.22vw, 1.13rem)/1.86 var(--cl25-title-font);
}

.cl25-story p {
  margin: 18px 0 0;
  color: #312a27;
  font-size: clamp(1.04rem, 1.22vw, 1.13rem);
  line-height: 1.86;
}

.cl25-story > p:not(.cl25-eyebrow):not(.cl25-thanks) {
  text-align: justify;
}

.cl25-greeting {
  margin: 28px 0 26px;
  padding: clamp(18px, 3vw, 28px);
  border-left: 5px solid var(--cl25-gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 247, 228, 0.98), rgba(255, 252, 245, 0.95));
}

.cl25-greeting p {
  margin-top: 10px;
  text-align: left;
}

.cl25-thanks {
  color: var(--cl25-red-deep) !important;
  text-align: right;
  font-size: 1.18rem !important;
}

.cl25-back-home {
  margin: 30px 0 0;
  font-family: var(--cl25-body-font);
  font-size: clamp(1.04rem, 1.22vw, 1.13rem);
  line-height: 1.6;
  text-align: center !important;
}

.cl25-back-home a {
  color: var(--cl25-red-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 820px) {
  .cl25-cover img {
    height: 62vw;
    min-height: 330px;
    object-position: 58% 18%;
  }

  .cl25-title-band__inner {
    text-align: left;
  }

  .cl25-title-band h1,
  .cl25-lead {
    margin-left: 0;
  }

  .cl25-title-band h1 span {
    white-space: normal;
  }

  .cl25-story {
    padding: 24px 18px;
  }

  .cl25-story > p:not(.cl25-eyebrow):not(.cl25-thanks) {
    text-align: left;
  }
}

@media (max-width: 540px) {
  .cl25-cover img {
    min-height: 280px;
  }

  .cl25-title-band h1 {
    font-size: 2.05rem;
  }

  .cl25-lead,
  .cl25-story p {
    line-height: 1.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    transition: none;
  }
}
