/* ============================================================
   ORIGIN — '100 years' section, asymmetric editorial
   ============================================================ */
.origin {
  background: var(--prussian);
  color: var(--parchment);
  padding: 96px 48px 88px;
  position: relative;
  overflow: hidden;
}
.origin::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 25% 50%, rgba(28, 58, 95, 0.6) 0%, transparent 60%);
}
.origin-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
.origin > .section-head {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  border-color: rgba(184, 150, 58, 0.18);
  position: relative;
  z-index: 1;
}
.origin .section-head::after { background: var(--antique-gold); }
.origin .section-numeral { color: var(--burnished-gold); }
.origin .section-label { color: rgba(250, 247, 242, 0.55); }

.origin h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.012em;
  margin-bottom: 24px;
  color: var(--parchment);
}
.origin h2 em { font-style: italic; color: var(--burnished-gold); }
.origin p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(250, 247, 242, 0.78);
  margin-bottom: 24px;
  max-width: 520px;
}

.origin-figure {
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.origin-figure .massive {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(100px, 14vw, 180px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(165deg, var(--burnished-gold) 0%, var(--antique-gold) 50%, #8b6d24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}
.origin-figure .massive em {
  font-style: italic;
}
.origin-figure .massive .plus {
  display: inline;
  position: relative;
  top: -0.68em;
  margin-left: 0.06em;
  padding-left: 2px;
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: 0.32em;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: baseline;
  background: linear-gradient(165deg, var(--burnished-gold) 0%, var(--antique-gold) 55%, #8b6d24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.origin-figure .over {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--burnished-gold);
  margin-bottom: -0.35em;
}
.origin-figure .massive::after {
  content: '';
  position: absolute;
  bottom: 10%; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--antique-gold), transparent);
  opacity: 0.4;
}
.origin-figure .caption {
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burnished-gold);
  margin-top: 16px;
}
.origin-figure .sub-caption {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: rgba(250, 247, 242, 0.68);
  margin-top: 8px;
  letter-spacing: 0.01em;
}
