.brand-story {
  color: var(--text);
}

.story-hero {
  position: relative;
  min-height: min(78vh, 780px);
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: clamp(120px, 15vw, 190px) clamp(24px, 7vw, 96px) clamp(52px, 8vw, 92px);
  background: var(--plum);
  color: white;
}

.story-hero::after {
  position: absolute;
  inset: 0;
  background: oklch(0.1 0.025 252 / 0.66);
  content: "";
}

.story-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.68) contrast(1.04) brightness(0.72);
}

.story-hero__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.story-signature,
.story-chapter {
  margin: 0 0 14px;
  color: oklch(0.81 0.083 78);
  font-weight: 700;
}

.story-hero h1 {
  max-width: 980px;
  margin: 0;
  color: white;
  font-family: var(--font-display-active);
  font-size: clamp(2.65rem, 6.6vw, 5.7rem);
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.story-hero__copy > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: oklch(0.93 0.012 78);
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
  line-height: 1.9;
}

.story-opening,
.story-origin,
.story-evolution,
.story-promise {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
}

.story-opening {
  max-width: 840px;
  padding: clamp(80px, 11vw, 138px) 0;
  text-align: center;
}

.story-opening__lead {
  color: var(--rose);
  font-family: var(--font-display-active);
  font-size: 1.18rem;
}

.story-opening h2,
.story-origin h2,
.story-two-minds h2,
.story-evolution h2,
.story-promise h2,
.story-closing h2 {
  margin: 14px 0 0;
  font-family: var(--font-display-active);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.story-opening p:last-child,
.story-origin__copy > p,
.story-evolution > div > p,
.story-closing > p:not(.story-signature) {
  font-size: 1.06rem;
  line-height: 2;
  text-wrap: pretty;
}

.story-origin {
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(36px, 7vw, 96px);
  padding: clamp(60px, 8vw, 100px) 0;
  border-top: 1px solid var(--line);
}

.story-year {
  color: var(--gold);
  font-family: var(--font-display-active);
  font-size: clamp(4.6rem, 10vw, 8.5rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.story-origin__copy {
  max-width: 710px;
}

.story-origin__copy strong {
  color: var(--ink);
}

.story-two-minds {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 8vw, 112px);
  padding: clamp(70px, 9vw, 116px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--plum);
  color: white;
}

.story-two-minds h2,
.story-two-minds__voices strong {
  color: white;
}

.story-two-minds__voices > div {
  padding: 0 0 26px;
  border-bottom: 1px solid oklch(0.68 0.055 78 / 0.48);
}

.story-two-minds__voices > div + div {
  padding-top: 26px;
}

.story-two-minds__voices strong {
  font-family: var(--font-display-active);
  font-size: 1.4rem;
  font-weight: 700;
}

.story-two-minds__voices p {
  color: oklch(0.87 0.013 252);
  line-height: 1.85;
}

.story-two-minds__answer {
  margin-top: 30px;
  color: oklch(0.88 0.055 78) !important;
  font-size: 1.05rem;
}

.story-evolution {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
  padding: clamp(84px, 11vw, 140px) 0;
}

.story-evolution figure {
  margin: 0;
}

.story-evolution img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.98);
}

.story-promise {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 92px);
  padding: clamp(70px, 9vw, 112px) 0;
  border-top: 1px solid var(--line);
}

.story-promise ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-promise li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.story-promise li strong {
  color: var(--ink);
  font-family: var(--font-display-active);
  font-size: 1.14rem;
}

.story-promise li span {
  color: var(--muted);
  line-height: 1.75;
}

.story-closing {
  padding: clamp(82px, 11vw, 140px) 24px;
  background: var(--panel-tint);
  text-align: center;
}

.story-closing > p:not(.story-signature) {
  max-width: 660px;
  margin: 24px auto 30px;
}

.story-link {
  display: inline-flex;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.story-link:hover {
  color: var(--rose);
}

@media (max-width: 820px) {
  .story-origin,
  .story-two-minds,
  .story-evolution,
  .story-promise {
    grid-template-columns: 1fr;
  }

  .story-year {
    font-size: 5.2rem;
  }

  .story-evolution img {
    max-height: 620px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 620px) {
  .story-hero {
    min-height: 650px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .story-hero h1 br {
    display: none;
  }

  .story-opening,
  .story-origin,
  .story-evolution,
  .story-promise {
    width: min(calc(100% - 40px), 1180px);
  }

  .story-promise li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-hero img {
    animation: none !important;
  }
}
