:root {
  --founder-navy: #1e3557;
  --founder-navy-deep: #12253f;
  --founder-copper: #b9753a;
  --founder-paper: #f8f5ef;
  --founder-ink: #273342;
}

.founder-main {
  overflow: hidden;
  background: var(--founder-paper);
}

.founder-kicker {
  margin: 0;
  color: var(--founder-copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.founder-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 740px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 86%, rgba(185, 117, 58, 0.22), transparent 30%),
    linear-gradient(125deg, var(--founder-navy-deep), var(--founder-navy) 68%, #2b4c74);
}

.founder-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--founder-copper) 0 34%, #d39b68 34% 43%, transparent 43%);
}

.founder-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 8vw, 116px) clamp(34px, 7vw, 112px);
}

.founder-back {
  width: fit-content;
  margin-bottom: clamp(52px, 8vw, 94px);
  color: #d9a36f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.founder-hero h1 {
  margin: 14px 0 24px;
  color: #fff;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.founder-lead {
  max-width: 760px;
  margin: 0;
  color: #e3e9f0;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.75;
}

.founder-established {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  gap: 12px 18px;
  margin-top: clamp(42px, 6vw, 72px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.founder-established span,
.founder-established small {
  color: #c4cfdd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.founder-established strong {
  color: #e1ad7b;
  font-size: clamp(30px, 4vw, 52px);
}

.founder-hero-image {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: #101c2e;
}

.founder-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 37, 63, 0.52), transparent 30%);
  pointer-events: none;
}

.founder-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 740px;
  display: block;
  object-fit: cover;
  object-position: 50% 25%;
}

.founder-hero-image figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 34px;
  left: 28px;
  padding: 16px 18px;
  border-left: 4px solid var(--founder-copper);
  color: #fff;
  background: rgba(13, 29, 50, 0.84);
  backdrop-filter: blur(10px);
  font-size: 16px;
  font-weight: 700;
}

.founder-hero-image figcaption span {
  display: block;
  margin-top: 4px;
  color: #d8a16c;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.founder-story {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 120px);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(76px, 10vw, 142px) clamp(24px, 6vw, 92px);
}

.founder-story-mark {
  align-self: start;
  position: sticky;
  top: 112px;
  padding: 30px;
  border: 1px solid #d6c8b8;
  background: #fff;
  box-shadow: 18px 18px 0 #eadcc9;
}

.founder-story-mark img {
  width: min(200px, 100%);
  display: block;
  margin: 0 auto 26px;
}

.founder-story-mark p {
  margin: 0;
  padding-top: 22px;
  border-top: 2px solid var(--founder-copper);
  color: var(--founder-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.17em;
}

.founder-biography {
  max-width: 820px;
}

.founder-biography h2,
.founder-gallery h2,
.founder-family h2 {
  margin: 13px 0 34px;
  color: var(--founder-navy);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.founder-biography > p:not(.founder-kicker) {
  margin: 0 0 28px;
  color: #4c5865;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.85;
}

.founder-biography > p:nth-of-type(2)::first-letter {
  float: left;
  margin: 8px 10px 0 0;
  color: var(--founder-copper);
  font-size: 60px;
  font-weight: 700;
  line-height: 0.72;
}

.founder-milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #3a5577;
  border-bottom: 1px solid #3a5577;
  color: #fff;
  background: var(--founder-navy);
}

.founder-milestones article {
  min-height: 280px;
  padding: clamp(30px, 4vw, 54px);
}

.founder-milestones article + article {
  border-left: 1px solid #3a5577;
}

.founder-milestones small {
  display: block;
  min-height: 32px;
  color: #dca570;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.founder-milestones strong {
  display: block;
  margin: 26px 0 18px;
  color: #fff;
  font-size: clamp(23px, 2.7vw, 37px);
  line-height: 1.1;
}

.founder-milestones p {
  margin: 0;
  color: #c9d2de;
  font-size: 14px;
  line-height: 1.65;
}

.founder-gallery {
  padding: clamp(78px, 10vw, 140px) clamp(20px, 6vw, 90px);
  background: #e8dfd3;
}

.founder-gallery-heading {
  max-width: 920px;
  margin: 0 auto clamp(38px, 6vw, 72px);
  text-align: center;
}

.founder-photo-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr 1.08fr;
  grid-template-rows: repeat(2, minmax(250px, 34vw));
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
}

.founder-photo {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 7px solid #fff;
  background: #d2c4b5;
  box-shadow: 0 16px 38px rgba(30, 53, 87, 0.16);
}

.founder-photo-tall {
  grid-row: 1 / 3;
}

.founder-photo-wide {
  grid-column: 2 / 4;
}

.founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.founder-photo-wide img {
  object-position: 50% 34%;
}

.founder-family {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  align-items: stretch;
  color: #fff;
  background: var(--founder-navy-deep);
}

.founder-family-copy {
  align-self: center;
  padding: clamp(46px, 7vw, 96px);
}

.founder-family h2 {
  color: #fff;
}

.founder-family-copy > p:not(.founder-kicker) {
  margin: 0 0 10px;
  color: #d3dce7;
  font-size: 15px;
  line-height: 1.6;
}

.founder-family figure {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
}

.founder-family img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .founder-hero {
    grid-template-columns: 1fr 0.78fr;
  }

  .founder-hero-copy {
    padding: 66px 34px;
  }

  .founder-milestones {
    grid-template-columns: repeat(2, 1fr);
  }

  .founder-milestones article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #3a5577;
  }

  .founder-milestones article:nth-child(4) {
    border-top: 1px solid #3a5577;
  }

  .founder-family {
    grid-template-columns: 1fr;
  }

  .founder-family figure {
    min-height: auto;
  }

  .founder-family img {
    height: auto;
  }
}

@media (max-width: 760px) {
  .founder-hero {
    grid-template-columns: 1fr;
  }

  .founder-hero-copy {
    order: 2;
    padding: 44px 22px 62px;
  }

  .founder-back {
    margin-bottom: 42px;
  }

  .founder-hero h1 {
    font-size: clamp(54px, 18vw, 78px);
  }

  .founder-hero-image {
    min-height: 470px;
  }

  .founder-hero-image img {
    min-height: 470px;
    max-height: 68svh;
  }

  .founder-established {
    grid-template-columns: auto auto;
  }

  .founder-established small {
    grid-column: 1 / -1;
  }

  .founder-story {
    grid-template-columns: 1fr;
    padding: 72px 22px;
  }

  .founder-story-mark {
    position: static;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 22px;
    padding: 20px;
    box-shadow: 10px 10px 0 #eadcc9;
  }

  .founder-story-mark img {
    margin: 0;
  }

  .founder-story-mark p {
    padding: 0 0 0 22px;
    border-top: 0;
    border-left: 2px solid var(--founder-copper);
    font-size: 10px;
  }

  .founder-biography h2,
  .founder-gallery h2,
  .founder-family h2 {
    font-size: 39px;
  }

  .founder-milestones {
    grid-template-columns: 1fr;
  }

  .founder-milestones article {
    min-height: auto;
  }

  .founder-milestones article + article,
  .founder-milestones article:nth-child(3) {
    border-top: 1px solid #3a5577;
    border-left: 0;
  }

  .founder-photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 300px 300px;
  }

  .founder-photo-tall {
    grid-row: 1 / 2;
  }

  .founder-photo-wide {
    grid-column: 1 / 3;
  }
}

@media (max-width: 520px) {
  .founder-photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 360px);
  }

  .founder-photo-wide {
    grid-column: auto;
  }

  .founder-photo {
    border-width: 5px;
  }

  .founder-family-copy {
    padding: 54px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
