.subpage-main,
.page-main {
  color: var(--color-text);
  background: #050505;
}

.subpage-hero,
.sub-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 14vw, 190px) 0 clamp(66px, 8vw, 120px);
  color: var(--color-text);
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 59, 31, .28), transparent 28rem),
    radial-gradient(circle at 14% 78%, rgba(255, 176, 0, .14), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #11100e 54%, #050505 100%) !important;
  border-bottom: 1px solid rgba(244, 239, 232, .16);
}

.subpage-hero::after,
.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 12.5vw);
  opacity: .42;
}

.subpage-hero .container,
.sub-hero .container {
  position: relative;
  z-index: 1;
}

.subpage-hero h1,
.sub-hero h1 {
  max-width: 1040px;
  margin: 0 0 24px;
  color: var(--color-text);
  font-size: clamp(3.4rem, 8vw, 8.2rem);
  line-height: .95;
  letter-spacing: -.08em;
  word-break: keep-all;
}

.subpage-hero p:not(.eyebrow),
.sub-hero p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: rgba(244, 239, 232, .76);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.75;
  word-break: keep-all;
}

.subpage-section,
.about-story,
.blog-list-section {
  padding: clamp(72px, 9vw, 132px) 0;
  color: var(--color-text);
  background: #050505 !important;
  border-bottom: 1px solid rgba(244, 239, 232, .12);
}

.subpage-section:nth-of-type(even) {
  background: #0d0b09 !important;
}

.subpage-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.subpage-split h2,
.about-story h2 {
  max-width: 860px;
  color: var(--color-text);
  font-size: clamp(2.2rem, 4.3vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -.06em;
  word-break: keep-all;
}

.subpage-panel,
.rich-text {
  padding: clamp(24px, 3vw, 46px);
  border: 1px solid rgba(244, 239, 232, .18);
  background: #11100e;
}

.subpage-panel p,
.rich-text p {
  color: rgba(244, 239, 232, .74);
  line-height: 1.78;
  word-break: keep-all;
}

.fact-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  border-top: 1px solid rgba(244, 239, 232, .18);
}

.fact-list li {
  display: grid;
  grid-template-columns: minmax(110px, .34fr) 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(244, 239, 232, .14);
}

.fact-list span {
  color: var(--color-gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fact-list strong,
.fact-list a {
  color: var(--color-text);
  font-weight: 850;
}

.subpage-card-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(244, 239, 232, .18);
  border-left: 1px solid rgba(244, 239, 232, .18);
}

.subpage-card-grid article,
.post-card a {
  min-height: 300px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(244, 239, 232, .18);
  border-bottom: 1px solid rgba(244, 239, 232, .18);
  color: var(--color-text);
  background: #0d0b09;
}

.post-card-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(244, 239, 232, .18);
  background: #050505;
}

.post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(.08) contrast(1.08) saturate(1.08);
  transition: transform .55s ease, filter .55s ease;
}

.post-card a:hover .post-card-thumb img {
  transform: scale(1.035);
  filter: grayscale(0) contrast(1.12) saturate(1.14);
}

.post-card-body {
  min-height: 260px;
  padding: clamp(22px, 2.6vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.subpage-card-grid article:nth-child(even),
.post-card:nth-child(even) a {
  background: #15110e;
}

.subpage-card-grid span,
.post-date {
  color: var(--color-gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.subpage-card-grid h2,
.post-card h2,
.post-card h3 {
  margin: 28px 0 16px;
  color: var(--color-text);
  font-size: clamp(1.35rem, 1.9vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.subpage-card-grid p,
.post-card p {
  margin: 0;
  color: rgba(244, 239, 232, .72);
  line-height: 1.72;
  word-break: keep-all;
}

@media (max-width: 1180px) {
  .subpage-split {
    grid-template-columns: 1fr;
  }

  .subpage-card-grid,
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .subpage-hero,
  .sub-hero {
    padding: 88px 0 56px;
  }

  .subpage-hero h1,
  .sub-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4.8rem);
    line-height: 1;
  }

  .subpage-section,
  .about-story,
  .blog-list-section {
    padding: 58px 0;
  }

  .subpage-split h2,
  .about-story h2 {
    font-size: clamp(1.8rem, 8vw, 3rem);
  }

  .subpage-panel,
  .rich-text {
    padding: 22px 16px;
  }

  .fact-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .subpage-card-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .subpage-card-grid article,
  .post-card a {
    min-height: 0;
  }

  .post-card-body {
    min-height: 0;
    padding: 22px 16px;
  }
}
