.story-page {
  min-width: 320px;
  color: var(--ink);
  background: #f1eee6;
}

.story-page .site-header {
  color: var(--ink);
  background: color-mix(in srgb, #f1eee6 94%, transparent);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.story-page .site-header .brand img,
.story-page .site-header.is-scrolled .brand img {
  filter: invert(1);
}

.story-page .desktop-nav a[aria-current="page"] {
  opacity: 1;
}

.story-main {
  padding-top: 96px;
}

.story-intro {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) clamp(24px, 5vw, 72px) clamp(36px, 5vw, 56px);
}

.story-kicker {
  margin: 0 0 18px;
  color: var(--red-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-title {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-wrap: balance;
}

.story-lede {
  max-width: 46ch;
  margin: 28px 0 0;
  color: #59605a;
  font-size: clamp(1.0625rem, 1.3vw, 1.2rem);
  font-weight: 450;
  line-height: 1.65;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 72px) clamp(72px, 10vw, 120px);
}

.story-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(16px, 2vw, 22px);
  color: inherit;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(22, 25, 23, 0.12);
  border-radius: 18px;
}

a.story-card:hover {
  transform: translateY(-2px);
}

.story-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #e2ddd2;
}

.story-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card-meta {
  margin: 0;
  color: var(--red-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-wrap: balance;
}

.story-card p,
.story-card li {
  color: #4f5750;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.65;
}

.story-card p { margin: 0; }

.story-card ul {
  margin: 0;
  padding-left: 1.15em;
}

.story-card li + li { margin-top: 6px; }

.story-card .text-link {
  margin-top: 8px;
  color: var(--ink);
  font-weight: 500;
}

.story-cta {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 72px) clamp(100px, 12vw, 150px);
  border-top: 1px solid rgba(22, 25, 23, 0.12);
}

.story-cta h2 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.story-cta p:not(.story-kicker) {
  max-width: 42ch;
  margin: 18px 0 0;
  color: #4f5750;
  font-size: 1.0625rem;
  font-weight: 450;
  line-height: 1.65;
}

.story-cta .button { margin-top: 28px; }

.article-hero {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(12px, 3vw, 28px) clamp(24px, 5vw, 72px) 0;
}

.article-hero-image {
  overflow: hidden;
  aspect-ratio: 16 / 8;
  border-radius: 18px;
  background: #e2ddd2;
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 64px) clamp(24px, 5vw, 32px) 24px;
}

.article-body h2 {
  margin: 36px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.article-body p,
.article-body li {
  color: #3f4640;
  font-size: 1.0625rem;
  font-weight: 450;
  line-height: 1.7;
}

.article-body p { margin: 0 0 16px; }
.article-body ul,
.article-body ol { margin: 0 0 20px; padding-left: 1.2em; }
.article-body li + li { margin-top: 8px; }
.article-body a { text-decoration: underline; text-underline-offset: 3px; }

.article-wa {
  display: grid;
  gap: 14px;
  margin: 42px 0 12px;
  padding: 24px;
  background: #161917;
  color: #eeeae1;
  border-radius: 16px;
}

.article-wa p {
  margin: 0;
  color: rgba(238, 234, 225, 0.86);
}

.article-wa .button {
  width: max-content;
  color: #161917;
  background: #eeeae1;
}

.article-crumb {
  margin: 0 0 16px;
  color: #687069;
  font-size: 13px;
}

.article-crumb a { text-decoration: underline; text-underline-offset: 3px; }

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

@media (max-width: 620px) {
  .story-main { padding-top: 84px; }
  .story-intro { padding-top: 48px; }
  .story-title { max-width: 11ch; font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .story-card { border-radius: 14px; }
  .article-hero-image { border-radius: 12px; aspect-ratio: 16 / 10; }
  .article-wa .button { width: 100%; justify-content: center; }
}
