.stories-main {
  overflow: hidden;
}

.stories-main h1,
.stories-main h2,
.stories-main h3,
.stories-main p,
.stories-main blockquote {
  text-wrap: balance;
}

.stories-eyebrow,
.stories-kicker,
.story-card small,
.stories-theme small,
.stories-stat small {
  font: 700 11px/1.5 var(--font-mono, var(--mono));
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stories-eyebrow,
.stories-kicker,
.story-card small,
.stories-theme small {
  color: var(--red);
}

.stories-hero {
  max-width: 1240px;
  min-height: 570px;
  margin: 0 auto;
  padding: 82px max(24px, 4vw) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  position: relative;
}

.stories-hero::before {
  content: "";
  width: 390px;
  height: 390px;
  position: absolute;
  right: -190px;
  top: 55px;
  border: 1px solid var(--line);
  border-radius: 50%;
  pointer-events: none;
}

.stories-hero h1 {
  max-width: 720px;
  margin: 20px 0 24px;
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.stories-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: #545651;
  font-size: 17px;
  line-height: 1.7;
}

.stories-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.stories-button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  font: 700 11px var(--font-mono, var(--mono));
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.stories-button.primary {
  background: var(--ink);
  color: var(--white);
}

.stories-button:hover,
.stories-button:focus-visible {
  transform: translateY(-2px);
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.stories-button:active {
  transform: translateY(0);
}

.stories-summary {
  padding: 34px;
  background: var(--ink);
  color: var(--white);
  position: relative;
  z-index: 1;
}

.stories-summary > small {
  color: #969893;
  font: 11px var(--font-mono, var(--mono));
  text-transform: uppercase;
}

.stories-summary h2 {
  margin: 16px 0 28px;
  font-size: 28px;
  line-height: 1.15;
}

.stories-stat {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  border-top: 1px solid #343633;
}

.stories-stat small {
  color: #838580;
}

.stories-stat strong {
  font-size: 11px;
  text-align: right;
}

.stories-proof {
  min-height: 64px;
  padding: 0 max(24px, 4vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 5vw, 70px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  margin: 0;
  list-style: none;
  font: 700 11px/1.5 var(--font-mono, var(--mono));
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stories-proof li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 9px;
  display: inline-block;
  background: var(--red);
}

.stories-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 95px max(24px, 4vw);
}

.stories-section-head {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.7fr;
  gap: 36px;
  align-items: start;
}

.stories-section-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.stories-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.stories-themes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.stories-theme {
  min-height: 220px;
  padding: 28px;
  background: var(--white);
}

.stories-theme h3 {
  margin: 58px 0 12px;
  font-size: 21px;
}

.stories-theme p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.stories-wall {
  background: #181918;
  color: #efefec;
}

.stories-wall-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 95px max(24px, 4vw);
}

.stories-wall .stories-section-head p {
  color: #999b96;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #3a3b38;
  border: 1px solid #3a3b38;
}

.story-card {
  min-height: 310px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: #1f201f;
}

.story-card.featured {
  min-height: 380px;
  grid-column: span 2;
  background: var(--red);
}

.story-card.featured small {
  color: var(--white);
}

.story-card blockquote {
  margin: auto 0 30px;
  max-width: 860px;
  font-size: clamp(21px, 2.7vw, 36px);
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.story-card:not(.featured) blockquote {
  font-size: clamp(18px, 2vw, 27px);
}

.story-card footer {
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #999b96;
  font: 11px/1.5 var(--font-mono, var(--mono));
  text-transform: uppercase;
}

.story-card.featured footer {
  color: rgba(255, 255, 255, 0.76);
}

.stories-disclaimer {
  margin: 25px 0 0;
  color: #888a85;
  font: 11px/1.7 var(--font-mono, var(--mono));
}

.stories-final {
  max-width: 1240px;
  margin: 0 auto;
  padding: 95px max(24px, 4vw) 110px;
  text-align: center;
}

.stories-final h2 {
  max-width: 760px;
  margin: 15px auto 20px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.stories-final > p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.stories-final .stories-actions {
  justify-content: center;
}

@media (max-width: 900px) {
  .stories-hero,
  .stories-section-head {
    grid-template-columns: 1fr;
  }

  .stories-hero {
    min-height: auto;
  }

  .stories-summary {
    max-width: 620px;
  }

  .stories-section-head p {
    max-width: 620px;
  }
}

@media (max-width: 700px) {
  .stories-themes,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-card.featured {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .stories-hero {
    padding-top: 60px;
  }

  .stories-hero h1 {
    font-size: 44px;
  }

  .stories-proof {
    padding-top: 18px;
    padding-bottom: 18px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .stories-section,
  .stories-wall-inner,
  .stories-final {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .stories-theme {
    min-height: 190px;
  }

  .story-card,
  .story-card.featured {
    min-height: 310px;
    padding: 26px;
  }

  .story-card footer {
    flex-direction: column;
    gap: 5px;
  }
}
