.founder-hero {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(420px, 1.35fr);
  min-height: 470px;
  color: #ffffff;
  background: #04162c;
}

.founder-hero-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px clamp(24px, 5vw, 76px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(201, 149, 34, 0.09), transparent 34%),
    linear-gradient(135deg, #04162c, #071d38);
}

.founder-eyebrow {
  margin: 0 0 22px;
  color: #d8aa3b;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.founder-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.founder-role {
  margin: 18px 0 0;
  color: #d8aa3b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 28px);
  font-style: italic;
  line-height: 1.25;
}

.founder-hero-line {
  width: 72px;
  height: 3px;
  margin: 24px auto 24px;
  background: #c99522;
}

.founder-hero-intro {
  max-width: 455px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.58;
  font-weight: 650;
}

.founder-hero-image {
  min-height: 470px;
  background:
    linear-gradient(90deg, rgba(4, 22, 44, 0.48), rgba(4, 22, 44, 0.06) 45%, transparent),
    url("assets/meet-hero.PNG");
  background-size: cover;
  background-position: center 18%;
}

.founder-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(620px, 1fr);
  background: #ffffff;
}

.founder-snapshot {
  padding: 42px clamp(24px, 4vw, 66px);
  background: #f6f2eb;
  border-right: 1px solid rgba(201, 149, 34, 0.26);
}

.founder-snapshot h2,
.founder-section-label {
  margin: 0 0 22px;
  color: #b88618;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.founder-snapshot h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 149, 34, 0.55);
}

.founder-snapshot dl {
  margin: 0;
}

.founder-snapshot div {
  padding: 14px 0;
  border-bottom: 1px solid rgba(201, 149, 34, 0.30);
}

.founder-snapshot dt {
  margin: 0 0 5px;
  color: #071d38;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.founder-snapshot dd {
  margin: 0;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.founder-snapshot dd span {
  display: block;
  margin-top: 4px;
  color: #8a6a2a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1.35;
}

.full-bio {
  padding: 42px clamp(28px, 5vw, 72px) 48px;
}

.full-bio h2 {
  margin: 0 0 26px;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.bio-columns {
  columns: 2 330px;
  column-gap: clamp(42px, 6vw, 76px);
}

.bio-columns p {
  break-inside: avoid;
  margin: 0 0 20px;
  color: #101827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.62;
}

.courtroom-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
  color: #ffffff;
  background: #04162c;
}

.courtroom-image {
  min-height: 260px;
  background-image:
    linear-gradient(90deg, rgba(4, 22, 44, 0.05), rgba(4, 22, 44, 0.28)),
    url("assets/courtroom.PNG");
  background-size: cover;
  background-position: center 18%;
}

.courtroom-caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 48px clamp(30px, 6vw, 82px);
  background:
    linear-gradient(90deg, rgba(4, 22, 44, 0.72), #04162c 52%),
    radial-gradient(circle at 20% 30%, rgba(201, 149, 34, 0.10), transparent 36%);
}

.courtroom-caption h2 {
  max-width: 450px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.caption-line {
  width: 70px;
  height: 3px;
  margin-top: 28px;
  background: #c99522;
}

.founder-quote-section {
  position: relative;
  padding: 44px clamp(24px, 12vw, 160px);
  text-align: center;
  color: #071d38;
  background: #ffffff;
  border-top: 1px solid rgba(201, 149, 34, 0.18);
  border-bottom: 1px solid rgba(201, 149, 34, 0.18);
}

.founder-quote-section blockquote {
  max-width: 950px;
  margin: 0 auto 18px;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.3vw, 34px);
  font-style: italic;
  line-height: 1.35;
}

.founder-quote-section p {
  margin: 0;
  color: #b88618;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quote-symbol {
  position: absolute;
  color: #c99522;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 74px;
  line-height: 1;
}

.quote-symbol.left {
  top: 28px;
  left: clamp(26px, 8vw, 120px);
}

.quote-symbol.right {
  right: clamp(26px, 8vw, 120px);
  bottom: 18px;
}

.founder-final-cta {
  padding: 42px clamp(24px, 6vw, 86px) 48px;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #04162c, #071d38);
}

.founder-final-cta h2 {
  margin: 0 0 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.founder-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 980px;
  margin: 0 auto;
}

.founder-cta-grid article {
  padding: 0 36px;
  border-right: 1px solid rgba(201, 149, 34, 0.60);
}

.founder-cta-grid article:last-child {
  border-right: 0;
}

.founder-cta-grid h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.founder-cta-grid p {
  min-height: 48px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.45;
}

.founder-cta-grid a {
  color: #d8aa3b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-cta-grid a span {
  margin-left: 8px;
}

@media (max-width: 1050px) {
  .founder-hero,
  .founder-main,
  .courtroom-band {
    grid-template-columns: 1fr;
  }

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

  .founder-snapshot {
    border-right: 0;
    border-bottom: 1px solid rgba(201, 149, 34, 0.26);
  }

  .courtroom-caption {
    min-height: 230px;
  }

  .founder-cta-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .founder-cta-grid article {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 149, 34, 0.55);
  }

  .founder-cta-grid article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .founder-cta-grid p {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .founder-hero-copy {
    padding: 58px 24px;
  }

  .founder-hero h1 {
    font-size: 42px;
  }

  .founder-hero-image {
    min-height: 420px;
    background-position: center 16%;
  }

  .full-bio,
  .founder-snapshot,
  .courtroom-caption,
  .founder-final-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bio-columns {
    columns: 1;
  }

  .courtroom-image {
    min-height: 240px;
  }

  .quote-symbol {
    display: none;
  }

  .founder-quote-section {
    padding: 40px 24px;
  }
}
