body.article-page {
  background:
    radial-gradient(circle at top left, rgba(255, 214, 176, 0.34), transparent 32%),
    linear-gradient(180deg, #fbf5ee 0%, #FAF4ED 100%);
  color: #1a1210;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.75;
  --article-accent: #a84f2f;
  --article-ink-soft: rgba(26, 18, 16, 0.68);
  --article-line: rgba(26, 18, 16, 0.14);
}

.article-page h1,
.article-page h2,
.article-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: #1a1210;
  line-height: 1.12;
}

.article-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px 24px 60px;
  background: #FAF4ED;
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
}

.article-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.5fr);
  align-items: center;
  gap: 32px;
  width: min(calc(100% - 0px), 1040px);
  margin: 0 auto;
}

.article-hero__content {
  position: relative;
  z-index: 2;
}

.article-page .section-eyebrow {
  margin: 0 0 14px;
  color: var(--article-accent);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-hero h1 {
  max-width: 11.5ch;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
}

.article-hero h1 em,
.article-page .section-title em {
  font-style: italic;
}

.article-hero__copy {
  max-width: 62ch;
  margin: 18px 0 0;
  color: var(--article-ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.article-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 24px;
}

.article-button,
.article-text-link,
.article-bridge__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.article-button,
.article-bridge__link {
  padding: 0 20px;
  background: rgba(180, 60, 60, 0.85);
  border: 1px solid rgba(180, 60, 60, 0.85);
  color: #ffffff;
}

.article-button:hover,
.article-bridge__link:hover {
  background: rgba(200, 70, 70, 1);
  border-color: rgba(200, 70, 70, 1);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.4);
}

.article-text-link {
  padding: 0 18px;
  border: 1px solid rgba(26, 18, 16, 0.18);
  color: #1a1210;
}

.article-text-link:hover {
  border-color: rgba(26, 18, 16, 0.56);
  background: rgba(255, 255, 255, 0.52);
}

.article-hero__figure {
  position: relative;
  margin: -10px -44px -24px 0;
}

.article-hero__figure::before {
  content: "";
  position: absolute;
  inset: 12% 12% 8% 7%;
  border-radius: 48% 52% 45% 55%;
  background: rgba(168, 79, 47, 0.12);
  filter: blur(28px);
}

.article-hero__figure img {
  position: relative;
  display: block;
  width: min(51vw, 540px);
  min-width: 390px;
  height: auto;
}

.article-section {
  padding: 96px 24px 112px;
  background: #ffffff;
}

.article-body {
  width: min(100%, 68ch);
  margin: 0 auto;
}

.article-back-nav {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--article-line, rgba(26, 18, 16, 0.12));
}

.article-body .paragraph-large,
.article-body p,
.article-body li {
  color: rgba(26, 18, 16, 0.82);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.78;
}

.article-body .paragraph-large {
  margin: 0 0 24px;
}

.article-body a:not(.article-bridge__link) {
  color: #7d3b23;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.article-body a:not(.article-bridge__link):hover {
  color: #1a1210;
  text-decoration-thickness: 2px;
}

.article-body .section-title {
  position: relative;
  margin: 72px 0 32px;
  padding-top: 28px;
  border-top: 1px solid var(--article-line);
  font-size: clamp(2rem, 4vw, 3rem);
}

.article-body .section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin-top: 24px;
  background: rgba(26, 18, 16, 0.36);
}

.article-body > .section-title:first-of-type {
  margin-top: 64px;
}

.article-pull-quote {
  position: relative;
  margin: 72px 0;
  padding: 42px 48px;
  background: #FAF4ED;
  border: 1px solid var(--article-line);
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045);
}

.article-pull-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: rgba(168, 79, 47, 0.62);
}

.article-pull-quote p {
  margin: 0;
  color: rgba(26, 18, 16, 0.78);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-style: italic;
  line-height: 1.45;
}

.article-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 72px 0;
  padding: 34px 36px;
  background: #FAF4ED;
  border: 1px solid rgba(26, 18, 16, 0.16);
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045);
}

.article-bridge__label {
  margin: 0 0 8px;
  color: var(--article-accent);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-bridge__text {
  margin: 0;
  color: rgba(26, 18, 16, 0.74);
  font-size: 1rem;
  line-height: 1.65;
}

@media (min-width: 769px) {
  .article-hero__actions {
    flex-direction: row;
    align-items: center;
  }

  .article-button,
  .article-text-link {
    width: auto;
  }
}

@media (max-width: 900px) {
  .article-hero {
    isolation: isolate;
  }

  .article-hero__inner {
    display: block;
  }

  .article-hero__figure {
    position: absolute;
    top: 82px;
    right: -132px;
    z-index: -1;
    margin: 0;
    opacity: 0.28;
  }

  .article-hero__figure img {
    width: min(76vw, 390px);
    min-width: 0;
  }

  .article-bridge {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .article-hero {
    padding: 88px 20px 72px;
  }

  .article-section {
    padding: 72px 20px 88px;
  }

  .article-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .article-button,
  .article-text-link,
  .article-bridge__link {
    width: 100%;
  }

  .article-pull-quote,
  .article-bridge {
    padding: 30px 24px;
  }
}
