.mission,
.stories,
.spotlight {
  border-bottom: 1px solid var(--line);
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 1280px);
  margin-inline: auto;
  padding: 0;
  background: #000;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}

.hero-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 640px;
  overflow: hidden;
}

.hero-blur {
  position: absolute;
  inset: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  object-fit: cover;
  filter: blur(2px);
  transform: scale(1.06);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 1.6rem;
  max-width: 56rem;
  padding: 96px 48px 88px;
  text-align: center;
}

.hero .eyebrow {
  color: #dfdad1;
  font-size: 11px;
  letter-spacing: 2.4px;
}

.hero h1 {
  margin: 0;
  color: #dfdad1;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.hero .lede {
  max-width: 40rem;
  margin: 0;
  color: #dfdad1;
  font-size: 1.2rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 0.5rem;
}

.hero .button {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #f3f0ea;
}

.hero .button-outline {
  background: transparent;
  border-color: rgba(232, 228, 220, 0.45);
  color: #c8c3bb;
}

.hero-figure {
  width: 100%;
  margin: 0;
  padding: 18px 48px 0;
  background: #f7f4ee;
}

.hero-figure img {
  width: 100%;
  height: auto;
}

.hero-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 12px 2px 16px;
  color: #9e9c97;
  font-size: 11px;
}

.hero-figure figcaption span:first-child {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  color: #757471;
}

.hero-figure figcaption span:last-child {
  flex: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-heading,
.stories,
.spotlight,
.newsletter {
  width: min(100% - 3rem, 80rem);
  margin-inline: auto;
}

.stories,
.spotlight,
.newsletter {
  padding: 8rem 0;
}

.mission {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 352px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 128px max(48px, calc((100% - 1184px) / 2));
  background: #fff;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}

.mission .eyebrow {
  color: #9e9c97;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
}

.mission h2 {
  max-width: 352px;
  margin: 16px 0 0;
  font-size: 36px;
  line-height: 40px;
}

.mission-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mission .statement {
  margin: 0;
  color: #424242;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.mission-body p:last-of-type {
  margin: 0;
  color: #5c5b59;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.stories h2,
.spotlight h2,
.newsletter h2 {
  margin: 0.6rem 0 0;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.05;
}

.spotlight-copy p,
.story-card p {
  color: var(--body);
  font-weight: 300;
  line-height: 1.6;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.stats dt {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #1a1a1a;
}

.stats dd {
  margin: 4px 0 0;
  color: #757471;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 16px;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.section-aside {
  max-width: 22rem;
  margin: 0;
  color: var(--muted);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 4rem;
}

.story-media {
  position: relative;
  display: block;
}

.frame {
  background-color: #e7e1d8;
  background-position: center;
  background-size: cover;
}

.frame-metal,
.frame-clay,
.frame-polish,
.frame-portrait {
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: 2px;
}

.frame-metal {
  background-image: linear-gradient(180deg, #b9a08a, #6d5344);
}

.frame-clay {
  background-image: linear-gradient(180deg, #c9a089, #8a5a45);
}

.frame-polish {
  background-image: linear-gradient(180deg, #b7a291, #5f6d78);
}

.frame-portrait {
  aspect-ratio: 1.05;
  background-image: linear-gradient(160deg, #d8c7b2, #7c6856 70%);
}

.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 50%);
  opacity: 0.6;
  pointer-events: none;
}

.tag {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 0.75rem;
  background: rgba(251, 249, 244, 0.9);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.meta {
  margin: 1.4rem 0 0.4rem;
  color: var(--quiet);
  font-size: 0.72rem;
}

.story-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.5rem;
}

.spotlight {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
  background: #f5f3ee;
}

.spotlight-visual {
  position: relative;
}

blockquote {
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  width: min(20rem, 80%);
  margin: 0;
  padding: 1.5rem;
  background: var(--paper);
  border: 1px solid rgba(26, 26, 26, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

blockquote p {
  margin: 0;
  color: #424242;
  font-size: 1.05rem;
  line-height: 1.5;
}

blockquote footer {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spotlight-copy {
  display: grid;
  gap: 1.2rem;
  align-content: center;
}

.spotlight-copy .button {
  justify-self: start;
}

.newsletter {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  padding-top: 7rem;
  text-align: center;
}

.newsletter .signup {
  margin-top: 1.2rem;
}

.fine-print {
  margin: 0.4rem 0 0;
  color: var(--quiet);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .mission,
  .spotlight,
  .story-grid,
  .section-heading {
    grid-template-columns: 1fr;
    display: grid;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .signup {
    flex-direction: column;
  }

  blockquote {
    position: static;
    width: auto;
    margin-top: 1rem;
  }
}
