.stag__founder-hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.stag__founder-hero-photo { position: relative; overflow: hidden; }
.stag__founder-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stag__founder-hero-content {
  display: flex; align-items: center; padding: 120px 64px;
  background:
    radial-gradient(ellipse 60% 60% at 90% 10%, oklch(90% 0.09 300 / 0.4), transparent 70%),
    radial-gradient(ellipse 50% 55% at 20% 90%, oklch(90% 0.1 190 / 0.32), transparent 70%),
    oklch(99% 0.006 85);
}
.stag__founder-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 3.6vw, 48px); font-weight: 700; line-height: 1.18;
  letter-spacing: -0.01em; color: oklch(22% 0.01 270); margin-bottom: 28px;
}
.stag__founder-hero-lead { font-size: 16px; line-height: 1.9; color: oklch(46% 0.01 270); max-width: 420px; }

.stag__founder-story { padding: 130px 48px 90px; }
.stag__founder-story-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 2.1fr 1fr; gap: 90px; }
.stag__founder-story-text { display: flex; flex-direction: column; gap: 26px; }
.stag__founder-story-text p { font-size: 16px; line-height: 1.95; color: oklch(42% 0.01 270); transition: opacity 0.5s ease; }
.stag__founder-story-dropcap {
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 64px; line-height: 0.7;
  float: left; margin: 8px 10px 0 0; color: oklch(58% 0.13 340);
}
.stag__founder-story-strong {
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 17px; color: oklch(34% 0.01 270);
}
.stag__founder-story-quotes {
  position: sticky; top: 130px; align-self: start;
  display: flex; flex-direction: column; gap: 36px;
}
.stag__pull-quote { padding: 8px 0 8px 24px; border-left: 2px solid; }
.stag__pull-quote p { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; line-height: 1.55; }
.stag__pull-quote-pink { border-color: oklch(68% 0.18 350 / 0.5); }
.stag__pull-quote-pink p { color: oklch(58% 0.13 340); }
.stag__pull-quote-teal { border-color: oklch(62% 0.14 190 / 0.5); }
.stag__pull-quote-teal p { color: oklch(50% 0.1 190); }

.stag__founder-closing {
  background:
    radial-gradient(ellipse 50% 55% at 90% 10%, oklch(90% 0.09 300 / 0.4), transparent 68%),
    radial-gradient(ellipse 42% 48% at 6% 90%, oklch(90% 0.1 190 / 0.3), transparent 68%),
    oklch(98.7% 0.006 85);
  padding: 100px 48px 120px;
}
.stag__founder-closing-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.stag__founder-closing-text { font-size: 16px; line-height: 1.95; color: oklch(42% 0.01 270); margin-bottom: 32px; }
.stag__founder-closing-signature {
  font-family: 'Caveat', cursive; font-size: 34px; font-weight: 600;
  color: oklch(55% 0.14 340); margin-bottom: 56px;
}