body.about-page {
  background: #ffffff;
  color: #1a1210;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  --accent: rgba(160, 80, 60, 0.9);
  --accent-glow: rgba(160, 80, 60, 0.15);
}

.about-page #main-content {
  padding: 0;
}

/* ── Main Section ─────────────────────────── */
.cream-banner {
  width: 100%;
  padding: 100px 40px 80px;
  background: #fdfaf5;
}

.banner-container {
  max-width: 960px;
  margin: 0 auto;
}

.banner-text {
  width: 100%;
}

/* ── Eyebrow ──────────────────────────────── */
.page-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

/* ── Image ────────────────────────────────── */
.banner-image {
  float: right;
  margin: 8px 0 32px 48px;
}

.about-image {
  width: 300px;
  height: 360px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

/* ── Headings ─────────────────────────────── */
.about-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #1a1210;
  margin: 0 0 24px;
}

.about-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  line-height: 1.2;
  color: #1a1210;
  margin: 0 0 20px;
}

.about-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 400;
  line-height: 1.3;
  color: #1a1210;
  margin: 48px 0 16px;
}

.about-page h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  line-height: 1.3;
  color: #1a1210;
  margin: 32px 0 12px;
}

.section-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(30, 20, 15, 0.7);
  margin: 0 0 32px;
  line-height: 1.3;
}

.content-heading {
  margin-top: 56px;
  margin-bottom: 20px;
}

.sub-heading {
  margin-top: 32px;
  margin-bottom: 12px;
}

/* ── Body Text ────────────────────────────── */
.paragraph-large {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(30, 20, 15, 0.72);
  line-height: 1.8;
  margin-bottom: 20px;
}

.philosophy-list {
  margin: 0 0 20px 24px;
}

.philosophy-list li {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(30, 20, 15, 0.72);
  line-height: 1.8;
  margin-bottom: 8px;
}

/* ── Buttons ──────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 36px;
  background: rgba(180, 60, 60, 0.85);
  color: #fff;
  border: none;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-primary:hover {
  background: rgba(200, 70, 70, 1);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.4);
}

/* ── CTA Row ──────────────────────────────── */
.banner-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 24px;
  clear: both;
  border-top: 1px solid rgba(160, 80, 60, 0.1);
}

/* ── Separator ────────────────────────────── */
.tiny-separator {
  height: 60px;
  background: #ffffff;
}

/* ── Links ────────────────────────────────── */
.about-page a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.about-page a:hover {
  opacity: 0.75;
}

/* Exceptions: buttons and footer links must not inherit the accent link style */
.about-page .btn-primary {
  color: #ffffff;
  text-decoration: none;
}

.about-page .footer-links a {
  color: #000000;
  text-decoration: none;
  opacity: 1;
}

.about-page .footer-links a:hover {
  color: #ff5757;
  opacity: 1;
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
  .cream-banner {
    padding: 80px 20px 60px;
  }

  .banner-image {
    float: none;
    margin: 0 auto 24px;
    text-align: center;
  }

  .about-image {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .about-page .about-who-section .banner-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .about-page .about-who-section .banner-cta .btn-primary {
    width: 100%;
    min-width: 0;
    padding: 14px 16px;
  }
}

/* ── Differentiators grid (experience-grid pattern) ── */
.about-differentiators-section .experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}

.about-differentiators-section .exp-item {
  padding: 28px 24px;
  background: #fdfaf5;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-radius: 2px;
}

.about-differentiators-section .exp-item {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
}

.about-differentiators-section .exp-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1a1210;
  margin: 0 0 10px;
}

.about-differentiators-section .exp-item p {
  font-size: 0.95rem;
  color: rgba(240, 236, 229, 0.68);
  line-height: 1.75;
  margin: 0;
}

.about-differentiators-section .divider,
.about-who-section .divider {
  background: rgba(155, 194, 224, 0.42);
}

.about-who-section .paragraph-large,
.about-who-section .philosophy-list li {
  color: rgba(240, 236, 229, 0.74);
}

.about-who-section .philosophy-list a {
  color: rgba(178, 210, 235, 0.96);
}

.about-who-section strong {
  color: #f0ece5;
}

/* ── Section-inner utility on About page ──── */
.about-differentiators-section .section-inner,
.about-philosophy-section .section-inner,
.about-who-section .section-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* ── Eyebrow on About sections ────────────── */
.about-differentiators-section .eyebrow,
.about-philosophy-section .eyebrow,
.about-who-section .eyebrow,
.about-founder-bio .page-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}

/* ── Divider on About sections ────────────── */
.about-differentiators-section .divider,
.about-philosophy-section .divider,
.about-who-section .divider {
  height: 1px;
  width: 40px;
  background: rgba(160, 80, 60, 0.3);
  margin: 20px 0 32px;
}

@media (max-width: 768px) {
  .about-differentiators-section .experience-grid {
    grid-template-columns: 1fr;
  }
}

/* ── New About Page Sections (P2-E) ───────── */

.about-hero-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  background:
    radial-gradient(circle at 18% 18%, rgba(124, 164, 198, 0.28), transparent 32%),
    radial-gradient(circle at 82% 20%, rgba(178, 135, 186, 0.22), transparent 34%),
    linear-gradient(160deg, rgba(8, 10, 13, 0.94), rgba(5, 6, 8, 0.98)),
    url('/Media/workshop1A.jpg');
  background-size: auto, auto, auto, cover;
  background-position: center;
  color: #f0ece5;
}

.about-hero-banner::before,
.about-differentiators-section::before,
.about-who-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
}

.about-hero-banner .banner-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  align-items: center;
  gap: 48px;
}

.about-hero-text {
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.about-hero-figure {
  position: relative;
  margin: -24px -64px -54px 0;
}

.about-hero-figure img {
  display: block;
  width: min(38vw, 420px);
  min-width: 300px;
  height: auto;
}

.about-hero-cta {
  justify-content: flex-start;
  border-top: none;
  padding-top: 0;
  margin-top: 32px;
}

.about-hero-banner .page-eyebrow,
.about-differentiators-section .eyebrow,
.about-who-section .eyebrow {
  color: rgba(155, 194, 224, 0.86);
}

.about-hero-banner h1,
.about-differentiators-section .section-title,
.about-differentiators-section .exp-item h3,
.about-who-section .section-title {
  color: #f0ece5;
}

.about-differentiators-section .section-title em,
.about-who-section .section-title em,
.about-hero-banner h1 em {
  color: rgba(178, 210, 235, 0.96);
}

/* Founder section — photo left, bio right */
.about-founder-section {
  padding: 80px 40px;
  background: #ffffff;
}

.about-founder-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.about-founder-photo {
  flex: 0 0 300px;
}

.about-founder-photo .about-image {
  width: 300px;
  height: 360px;
  object-fit: cover;
}

.about-founder-bio {
  flex: 1;
}

/* Pull quote */
.about-pull-quote-section {
  padding: 80px 40px;
  background: #fdfaf5;
}

.about-pull-quote-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-pull-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.45;
  color: #1a1210;
  margin: 0;
  padding: 0;
  border: none;
}

/* What Makes OSL Different — 4 cards */
.about-differentiators-section {
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
  background:
    radial-gradient(circle at 14% 20%, rgba(124, 164, 198, 0.24), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(178, 135, 186, 0.20), transparent 36%),
    linear-gradient(160deg, #0c0e11 0%, #07080a 100%);
}

.about-differentiators-section .section-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}

.about-section-image {
  display: block;
  pointer-events: none;
}

.about-section-image--different {
  float: right;
  width: min(30vw, 280px);
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0 0 28px 44px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

/* Philosophy section */
.about-philosophy-section {
  padding: 80px 40px;
  background: #fdfaf5;
}

.about-philosophy-section .section-inner {
  max-width: 760px;
  margin: 0 auto;
}

/* Who OSL Is For section */
.about-who-section {
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
  background:
    radial-gradient(circle at 18% 18%, rgba(124, 164, 198, 0.22), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(178, 135, 186, 0.20), transparent 34%),
    linear-gradient(160deg, #0c0e11 0%, #07080a 100%);
}

.about-who-section .section-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.about-section-image--who {
  position: absolute;
  top: -58px;
  right: -130px;
  width: min(38vw, 340px);
  min-width: 250px;
  height: auto;
  opacity: 0.22;
}

.about-who-section .banner-cta {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.secondary-cta-link {
  font-size: 0.95rem;
  color: rgba(240, 236, 229, 0.66);
  margin: 0;
  align-self: center;
}

.secondary-cta-link a {
  color: rgba(178, 210, 235, 0.96);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 768px) {
  .about-hero-banner {
    isolation: isolate;
    padding: 40px 20px;
  }

  .about-hero-banner .banner-container {
    display: block;
  }

  .about-hero-figure {
    position: absolute;
    right: -124px;
    bottom: -46px;
    z-index: -1;
    margin: 0;
    opacity: 0.34;
  }

  .about-hero-figure img {
    width: min(76vw, 360px);
    min-width: 0;
  }

  .about-founder-inner {
    flex-direction: column;
    gap: 32px;
  }

  .about-founder-photo {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .about-founder-photo .about-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .about-differentiators-section,
  .about-philosophy-section,
  .about-who-section,
  .about-pull-quote-section {
    padding: 60px 20px;
  }

  .about-section-image--different {
    float: none;
    width: min(100%, 280px);
    margin: 0 0 28px;
  }

  .about-section-image--who {
    width: 230px;
    min-width: 0;
    right: -100px;
    opacity: 0.16;
  }
}
