/* School of Remembering Editorial Design Layer */

:root {
  --sor-gold: #d1af78;
  --sor-cream: #fff3e0;
  --sor-green-bg: #e3f2e6;
  --sor-blue-bg: #e2f3f5;
  --sor-beige: #f5f1ed;
  --sor-beige-light: #faf7f3;
  --sor-text: #222222;
}

/* Layout */
.sor-section {
  padding: 90px 0;
}

.sor-narrow {
  max-width: 820px;
  margin: 0 auto;
}

.sor-mid {
  max-width: 980px;
  margin: 0 auto;
}

.sor-wide {
  max-width: 1080px;
  margin: 0 auto;
}

.sor-split {
  align-items: center;
}

/* Backgrounds */
.sor-bg-cream {
  background: var(--sor-cream);
}

.sor-bg-green {
  background: var(--sor-green-bg);
}

.sor-bg-blue {
  background: var(--sor-blue-bg);
}

.sor-bg-beige {
  background: var(--sor-beige);
}

.sor-bg-light {
  background: var(--sor-beige-light);
}

/* Typography */
.sor-eyebrow {
  font-family: Poppins, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--sor-gold);
  margin-bottom: 14px;
}

.sor-section h1,
.sor-section h3,
.sor-section h4,
.sor-card h3,
.sor-head h3 {
  font-family: Poppins, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: var(--sor-gold);
  margin-top: 0;
}

.sor-section h2,
.sor-pullout h2 {
  font-family: "Corinthia", serif;
  font-weight: 400;
  color: var(--sor-text);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.9;
  margin-bottom: 28px;
}

.sor-title {
  font-family: "Corinthia", serif;
  font-weight: 400;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.9;
  color: var(--sor-text);
  margin-bottom: 24px;
}

.sor-lead {
  font-size: 1.2rem;
  line-height: 1.8;
}

.sor-card h3, .sor-head h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Intro title section */
.sor-page-intro {
  padding: 70px 0 50px;
  text-align: center;
  background: #fff;
}

/* Images */
.sor-image-card img {
  width: 100%;
  border-radius: 0;
}

/* Cards */
.sor-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 45px;
}

.sor-card {
  background: rgba(255,255,255,0.50);
  padding: 34px;
  min-height: auto;
  border: 1px solid rgba(209, 175, 120, 0.26);
  box-shadow: none;
}
.sor-card p {
  margin-bottom: 0;
}
.sor-head {
  background: rgba(255,255,255,0.72);
  min-height: auto;
  border: 1px solid rgba(209, 175, 120, 0.26);
  box-shadow: none;
  margin-bottom: 20px;
}
.sor-pad {
  padding: 34px;
}

.sor-card-grid {
  gap: 18px;
}

/* Quote panels */
.sor-quote-panel {
  padding: 90px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sor-quote-panel::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Corinthia", serif;
  font-size: 11rem;
  line-height: 1;
  color: rgba(209, 175, 120, 0.22);
  pointer-events: none;
}

.sor-quote-panel blockquote {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 35px;
  border: none;
  font-family: Poppins, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.7rem);
  line-height: 1.42;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--sor-text);
}

.sor-quote-panel blockquote strong {
  color: var(--sor-gold);
  font-weight: 500;
}
.sor-editorial {
  max-width: 920px;
  margin: 0 auto;
}

.sor-editorial p {
  font-size: 1.08rem;
  line-height: 1.9;
}

.sor-editorial .sor-highlight-line {
  margin: 38px 0;
  padding-left: 28px;
  border-left: 2px solid var(--sor-gold);
  font-size: 1.25rem;
  line-height: 1.7;
}
/* Pullout */
.sor-pullout {
  background: var(--sor-beige);
  color: var(--sor-text);
  padding: 80px 30px;
  text-align: center;
}

.sor-pullout h2 {
  font-family: Poppins, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  line-height: 1.35;
  font-weight: 400;
  color: var(--sor-text);
}

/* Soft panel */
.sor-soft-panel {
  background: var(--sor-beige-light);
  color: var(--sor-text);
  padding: 55px;
  border-radius: 0;
}

.sor-soft-panel.sor-mid {
  max-width: 980px;
}

/* Pathway */
.sor-pathway {
  max-width: 900px;
  margin: 50px auto 0;
}

.sor-pathway-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  border-top: 1px solid rgba(209, 175, 120, 0.35);
  padding: 32px 0;
}

.sor-module {
  color: var(--sor-gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

/* Stats */
.sor-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.sor-stat {
  background: #fff;
  padding: 28px 18px;
  text-align: center;
  border: 1px solid rgba(209, 175, 120, 0.35);
}

.sor-stat strong {
  display: block;
  font-size: 1.65rem;
  color: var(--sor-gold);
}

/* Final section */
.sor-final {
  text-align: center;
  padding: 120px 20px;
}

.sor-final p {
  font-size: 1.25rem;
  line-height: 1.9;
}

/* Mobile */
@media screen and (max-width: 900px) {
  .sor-section {
    padding: 65px 0;
  }

  .sor-card-grid,
  .sor-stat-grid {
    grid-template-columns: 1fr;
  }

  .sor-pathway-item {
    grid-template-columns: 1fr;
  }

  .sor-soft-panel {
    padding: 38px 26px;
  }
}