/* Hero (layout comes from .split-hero in components.css) */
.page-eyebrow {
  margin-bottom: 18px;
  color: var(--gold-deep);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-hero-copy h1 span {
  color: var(--gold-deep);
  font-style: italic;
}

.about-hero-copy > p:last-child {
  margin-top: 26px;
  color: var(--text-soft);
  font-size: 1.12rem;
  line-height: 1.75;
}

/* Hairline + diamond, the app's ornament */
.hero-ornament {
  display: flex;
  align-items: center;
  width: min(100%, 360px);
  gap: 14px;
  color: var(--gold);
}

.hero-ornament span {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.hero-ornament b {
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid var(--gold);
  background: var(--paper);
  font-size: 0;
  transform: rotate(45deg);
}

.about-hero-image img {
  object-position: 52% center;
}

/* Shared section rhythm */
.section-spacious {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.centered-heading {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.centered-heading h2 {
  font-size: clamp(2.2rem, 3.3vw, 3.2rem);
}

/* Why we exist: three movements divided by hairlines */
.story-section {
  background: var(--paper);
}

.story-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.story-columns .story-movement {
  padding: 0 clamp(28px, 3.2vw, 48px);
}

.story-columns .story-movement:first-child { padding-left: 0; }
.story-columns .story-movement:last-child { padding-right: 0; }

.story-columns .story-movement + .story-movement {
  border-left: 1px solid var(--line-soft);
}

.story-columns .story-label {
  margin: 0 0 18px;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.story-columns .story-label::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 14px auto 0;
  background: var(--gold);
}

/* Our foundation */
.commitments-section {
  background:
    radial-gradient(circle at 50% 0, rgba(169, 130, 53, .08), transparent 30rem),
    var(--warm);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.commitments-section .centered-heading {
  max-width: 1000px;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.commitment-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px 34px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(20, 47, 73, .07);
}

.commitment-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  background: var(--warm);
  color: var(--gold-deep);
  font: 700 .74rem/1 var(--sans);
  letter-spacing: .1em;
}

.commitment-card h3 {
  min-height: 2.5em;
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.25;
}

.commitment-card p {
  color: var(--text-soft);
  font-size: .95rem;
  line-height: 1.72;
}

.scripture-note {
  max-width: 640px;
  margin: 20px auto 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.7;
}

.scripture-note span {
  display: inline-block;
  margin-left: .4em;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Two ways we serve */
.ways-section {
  background: var(--paper);
}

.ways-heading > p:last-child {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--text-soft);
  font-size: 1.1rem;
  line-height: 1.75;
}

.ways-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.way-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 26px;
  padding: 40px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-book);
}

.way-card > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.way-card-academy {
  border-color: rgba(169, 130, 53, .45);
  background: linear-gradient(160deg, var(--warm), var(--paper) 70%);
}

.way-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  background: var(--warm);
  box-shadow: inset 0 0 0 5px var(--paper);
  color: var(--navy);
}

.way-card-academy .way-icon {
  color: var(--gold-deep);
}

.way-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.way-card h3 {
  margin-bottom: 14px;
  font-size: 1.6rem;
}

.way-card p:not(.page-eyebrow) {
  margin-bottom: 26px;
  color: var(--text-soft);
  font-size: .98rem;
  line-height: 1.72;
}

.way-card .page-eyebrow {
  margin-bottom: 10px;
}

.way-card .button {
  margin-top: auto;
}

/* Closing invitation */
.about-cta {
  padding: clamp(4rem, 7vw, 5.5rem) 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(169, 130, 53, .12), transparent 30rem),
    var(--cream);
  border-top: 1px solid var(--line-soft);
}

.about-cta-inner {
  max-width: 820px;
}

.about-cta h2 {
  margin-bottom: 16px;
}

.about-cta p:not(.page-eyebrow) {
  max-width: 660px;
  margin: 0 auto 30px;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.72;
}

@media (max-width: 1100px) {
  .commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .story-columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .story-columns .story-movement,
  .story-columns .story-movement:first-child,
  .story-columns .story-movement:last-child {
    padding: 0;
  }

  .story-columns .story-movement + .story-movement {
    padding-top: 32px;
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

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

@media (max-width: 560px) {
  .way-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 24px;
  }

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

  .commitment-card h3 {
    min-height: 0;
  }
}
