


.founder-hero {
  padding: var(--space-5) 0 var(--space-10);
  overflow: hidden;
  background: var(--color-white);
}

.founder-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.founder-hero__content {
  max-width: 700px;
}

.founder-hero h1 {
  margin-bottom: var(--space-3);
  font-size: clamp(54px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.founder-hero__role {
  margin-bottom: var(--space-2);
  color: var(--color-text-strong);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
}

.founder-hero__positioning {
  margin-bottom: var(--space-5);
  color: var(--color-action);
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 700;
  line-height: 1.3;
}

.founder-hero__summary {
  margin-bottom: var(--space-6);
  color: var(--color-text-secondary);
  font-size: 18px;
  line-height: 1.7;
}

.founder-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.founder-hero__portrait {
  position: relative;
  width: min(100%, 416px);
  justify-self: end;
  margin: 0;
}

.founder-hero__portrait::before {
  position: absolute;
  top: -28px;
  right: -34px;
  width: 76%;
  height: 64%;
  border-radius: var(--radius-xl);
  background: var(--color-blue-tint);
  content: "";
}

.founder-hero__portrait > img {
  position: relative;
  z-index: 1;
  width: 100%;
  width: 100%;
  height: 520px;
  max-height: 520px;
  aspect-ratio: 4 / 5;
  border: 1px solid rgb(0 36 107 / 12%);
  border-radius: var(--radius-xl);
  object-fit: cover;
  object-position: center 18%;
}

.founder-hero--lakshmipathy .founder-hero__portrait > img {
  object-position: center 20%;
}

.founder-hero__portrait figcaption {
  position: relative;
  z-index: 2;
  width: 78%;
  padding: var(--space-4) var(--space-5);
  margin: -42px 0 0 -28px;
  border: var(--border-default);
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: var(--shadow-overlay);
}

.founder-hero__portrait figcaption span,
.founder-hero__portrait figcaption strong {
  display: block;
}

.founder-hero__portrait figcaption span {
  color: var(--color-action);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.founder-hero__portrait figcaption strong {
  margin-top: var(--space-1);
  color: var(--color-brand);
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 1.45;
}

.founder-expertise {
  background: var(--color-surface);
}

.founder-expertise__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.founder-sticky-heading {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.expertise-list {
  border-top: 2px solid var(--color-brand);
}

.expertise-list article {
  display: grid;
  grid-template-columns: 44px 48px minmax(0, 1fr);
  gap: var(--space-4);
  padding: var(--space-6) 0;
  border-bottom: var(--border-default);
}

.expertise-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: var(--radius-md);
  background: var(--color-blue-tint);
  color: var(--color-action);
}

.expertise-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.expertise-list article > span {
  color: var(--color-action);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
}

.expertise-list h3 {
  margin-bottom: var(--space-2);
  font-size: 24px;
}

.expertise-list p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 16px;
}

.founder-connection {
  padding-block: var(--space-10);
  background: var(--color-white);
}

.expertise-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 2px solid var(--color-brand);
  list-style: none;
}

.expertise-flow li {
  position: relative;
  min-height: 190px;
  padding: var(--space-6) var(--space-5);
  border-bottom: var(--border-default);
}

.expertise-flow li + li {
  border-left: var(--border-default);
}

.expertise-flow li::after {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: -7px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--color-action);
  border-right: 2px solid var(--color-action);
  background: var(--color-white);
  content: "";
  transform: rotate(45deg);
}

.expertise-flow li:last-child::after {
  content: none;
}

.expertise-flow span,
.expertise-flow strong,
.expertise-flow small {
  display: block;
}

.expertise-flow span {
  margin-bottom: var(--space-5);
  color: var(--color-action);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
}

.expertise-flow strong {
  margin-bottom: var(--space-3);
  color: var(--color-brand);
  font-family: var(--font-heading);
  font-size: 21px;
  line-height: 1.35;
}

.expertise-flow small {
  color: var(--color-text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.founder-proof {
  background: var(--color-navy);
}

.proof-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: var(--radius-xl);
  background: var(--color-navy-surface);
}

.proof-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 56px);
}

.evidence-label {
  display: block;
  margin-bottom: var(--space-4);
  color: var(--color-emphasis);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.proof-feature__content > strong {
  color: var(--color-emphasis);
  font-family: var(--font-heading);
  font-size: clamp(52px, 6vw, 76px);
  line-height: 1;
}

.proof-feature h3 {
  margin: var(--space-3) 0 var(--space-4);
  color: var(--color-white);
  font-size: 26px;
}

.proof-feature p {
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 16px;
}

.proof-feature__visual {
  display: grid;
  align-items: center;
  min-height: 370px;
  padding: var(--space-5);
  background: var(--color-white);
}

.proof-feature__visual img {
  width: 100%;
  height: auto;
  border: var(--border-default);
  border-radius: var(--radius-md);
  object-fit: contain;
}

.proof-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: var(--space-7);
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.proof-metric-grid article {
  min-height: 160px;
  padding: var(--space-5) var(--space-6);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  background: transparent;
}

.proof-metric-grid article:not(:nth-child(3n + 1)) {
  border-left: 1px solid rgb(255 255 255 / 14%);
}

.proof-metric-grid .evidence-label {
  min-height: 34px;
  margin-bottom: var(--space-3);
}

.evidence-label--third-party {
  color: #d9e2ec;
}

.proof-metric-grid strong {
  display: block;
  margin-bottom: var(--space-2);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}

.proof-metric-grid p {
  margin: 0;
  color: rgb(255 255 255 / 68%);
  font-size: 14px;
  line-height: 1.5;
}

.proof-supporting-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-7);
}

.proof-supporting-visuals figure {
  padding: var(--space-4);
  margin: 0;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--radius-lg);
  background: var(--color-white);
}

.proof-supporting-visuals img {
  width: 100%;
  aspect-ratio: 1.93 / 1;
  border-radius: var(--radius-sm);
  object-fit: contain;
  object-position: center;
}

.proof-supporting-visuals figcaption {
  padding-top: var(--space-3);
  color: var(--color-text-secondary);
  font-size: 13px;
  font-weight: 600;
}

.founder-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

.founder-case {
  display: flex;
  min-height: 490px;
  flex-direction: column;
  overflow: hidden;
  border: var(--border-default);
  border-radius: var(--radius-lg);
  background: var(--color-white);
}

.founder-case__visual {
  display: grid;
  aspect-ratio: 1.62 / 1;
  place-items: center;
  overflow: hidden;
  padding: var(--space-4);
  border-bottom: var(--border-default);
  background: var(--color-surface);
}

.founder-case__visual img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-sm);
  object-fit: contain;
}

.founder-case > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--space-5);
}

.founder-case > div > span {
  margin-bottom: var(--space-3);
  color: var(--color-action);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.founder-case h3 {
  margin-bottom: var(--space-4);
  font-size: 24px;
}

.founder-case .text-link {
  margin-top: auto;
}

.founder-section-link {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space-6);
}

.founder-viewpoint {
  background: var(--color-surface);
}

.viewpoint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--color-brand);
}

.viewpoint-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: var(--space-6);
  border-bottom: var(--border-default);
}

.viewpoint-grid article::before {
  grid-column: 2;
  width: 28px;
  height: 3px;
  margin-bottom: var(--space-4);
  border-radius: 2px;
  background: var(--color-emphasis);
  content: "";
}

.viewpoint-grid article:nth-child(even) {
  border-left: var(--border-default);
}

.viewpoint-grid span {
  grid-row: span 2;
  color: var(--color-action);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
}

.viewpoint-grid h3 {
  margin-bottom: var(--space-2);
  font-size: 22px;
}

.viewpoint-grid p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 16px;
}

.search-islands {
  padding-block: var(--space-9);
  background: var(--color-blue-tint);
}

.search-islands__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: var(--space-7);
  align-items: center;
}

.search-islands h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(32px, 3.6vw, 46px);
}

.search-islands__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--color-brand);
}

.search-islands__items article {
  padding: var(--space-5);
}

.search-islands__items article + article {
  border-left: var(--border-default);
}

.search-islands__items strong,
.search-islands__items span {
  display: block;
}

.search-islands__items strong {
  margin-bottom: var(--space-2);
  color: var(--color-brand);
  font-family: var(--font-heading);
  font-size: 22px;
}

.search-islands__items span,
.search-islands__conclusion {
  color: var(--color-text-secondary);
  font-size: 15px;
}

.search-islands__conclusion {
  grid-column: 2;
  margin: 0;
  font-weight: 600;
}

.practice-section {
  background: var(--color-white);
}

.practice-section--tint {
  background: var(--color-surface);
}

.practice-row {
  display: grid;
  grid-template-columns: 68px minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

.practice-row__index {
  color: var(--color-action);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
}

.practice-row__heading h2 {
  margin: 0;
  font-size: clamp(32px, 3.3vw, 44px);
}

.practice-row__content p {
  color: var(--color-text-secondary);
  font-size: 17px;
}

.practice-mini-flow {
  display: grid;
  grid-template-columns: minmax(78px, 1fr) 24px minmax(64px, 0.72fr) 24px minmax(120px, 1.25fr) 24px minmax(90px, 0.9fr);
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
}

.practice-mini-flow--local {
  grid-template-columns: minmax(130px, 1.2fr) 24px minmax(110px, 1fr) 24px minmax(90px, 0.8fr);
}

.practice-mini-flow span {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: var(--space-2) var(--space-3);
  border: var(--border-default);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  color: var(--color-brand);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.practice-mini-flow i {
  position: relative;
  height: 2px;
  background: var(--color-action);
}

.practice-mini-flow i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-action);
  border-right: 2px solid var(--color-action);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.tour-practice__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}

.tour-practice__visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--color-surface);
}

.tour-practice__visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tour-practice__visual span {
  position: absolute;
  bottom: var(--space-4);
  left: var(--space-4);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  background: rgb(7 20 38 / 88%);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.tour-practice h2 {
  font-size: clamp(32px, 3.4vw, 44px);
}

.tour-practice p {
  color: var(--color-text-secondary);
}

.founder-insights {
  background: var(--color-surface);
}

.founder-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  grid-auto-rows: 1fr;
}

.founder-insight-grid article {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: var(--space-6);
  border-top: 3px solid var(--color-brand);
  background: var(--color-white);
}

.founder-insight-grid article > span {
  margin-bottom: var(--space-5);
  color: var(--color-action);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.founder-insight-grid h3 {
  margin-bottom: var(--space-4);
  font-size: 23px;
}

.founder-insight-grid p {
  color: var(--color-text-secondary);
  font-size: 15px;
}

.founder-insight-grid .text-link {
  margin-top: auto;
}

.collaboration-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) minmax(250px, 0.85fr);
  align-items: stretch;
  overflow: hidden;
  border: var(--border-default);
  border-radius: var(--radius-xl);
}

.collaboration-panel article {
  display: grid;
  align-content: center;
  min-height: 196px;
  padding: var(--space-5);
  background: var(--color-white);
}

.collaboration-panel article > span {
  margin-bottom: var(--space-3);
  color: var(--color-action);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
}

.collaboration-panel article > strong {
  color: var(--color-brand);
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 1.5;
}

.collaboration-panel article .text-link {
  margin-top: var(--space-4);
}

.collaboration-plus {
  display: grid;
  place-items: center;
  background: var(--color-blue-tint);
  color: var(--color-action);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
}

.collaboration-outcome {
  display: grid;
  align-content: center;
  padding: var(--space-6);
  background: var(--color-brand);
}

.collaboration-outcome small,
.collaboration-outcome strong {
  display: block;
}

.collaboration-outcome small {
  margin-bottom: var(--space-3);
  color: var(--color-emphasis);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.collaboration-outcome strong {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.5;
}

.founder-about-link {
  padding-block: var(--space-9);
  background: var(--color-blue-tint);
}

.founder-about-link__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.founder-about-link h2 {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 46px);
}

.founder-about-link p {
  color: var(--color-text-secondary);
}

.founder-final-cta {
  padding-block: var(--space-9);
  background: var(--color-navy);
}

.founder-final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-8);
  align-items: center;
}

.founder-final-cta h2 {
  max-width: 830px;
  margin-bottom: var(--space-4);
  color: var(--color-white);
  font-size: clamp(34px, 4vw, 50px);
}

.founder-final-cta p:not(.section-eyebrow) {
  margin: 0;
  color: rgb(255 255 255 / 72%);
}

.founder-final-cta__actions {
  display: grid;
  gap: var(--space-3);
}

.founder-button--whatsapp {
  border-color: rgb(255 255 255 / 42%);
  color: var(--color-white);
}

.founder-button--whatsapp:hover {
  border-color: var(--color-white);
  background: rgb(255 255 255 / 8%);
  color: var(--color-white);
}

.founder-footer {
  padding-top: var(--space-9);
  background: var(--color-navy-surface);
  color: var(--color-white);
}

.founder-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.8fr 1fr;
  gap: var(--space-7);
  padding-bottom: var(--space-8);
}

.founder-footer__logo {
  display: inline-flex;
  width: 190px;
  margin-bottom: var(--space-5);
}

.founder-footer__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.founder-footer p,
.founder-footer span {
  color: rgb(255 255 255 / 62%);
  font-size: 14px;
}

.founder-footer nav,
.founder-footer address {
  display: grid;
  align-content: start;
  gap: var(--space-3);
  font-style: normal;
}

.founder-footer h2 {
  margin-bottom: var(--space-2);
  color: var(--color-white);
  font-size: 16px;
}

.founder-footer nav a,
.founder-footer address a {
  color: rgb(255 255 255 / 68%);
  font-size: 14px;
  text-decoration: none;
}

.founder-footer nav a:hover,
.founder-footer address a:hover {
  color: var(--color-white);
}

.founder-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: var(--space-5);
  padding-block: var(--space-5);
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.founder-footer__bottom p {
  margin: 0;
  color: rgb(255 255 255 / 48%);
  font-size: 12px;
}

@media (max-width: 1199px) {
  .founder-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.86fr);
    gap: var(--space-7);
  }

  .founder-hero h1 {
    font-size: clamp(50px, 5.6vw, 66px);
  }

  .proof-feature {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  }

  .collaboration-panel {
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  }

  .collaboration-outcome {
    grid-column: 1 / -1;
    min-height: 124px;
    text-align: center;
  }

  .founder-footer__grid {
    gap: var(--space-5);
  }
}

@media (max-width: 899px) {
  .founder-hero {
    padding-top: var(--space-4);
  }

  .founder-hero__layout,
  .founder-expertise__layout,
  .search-islands__layout,
  .tour-practice__layout,
  .founder-about-link__layout,
  .founder-final-cta__layout {
    grid-template-columns: 1fr;
  }

  .founder-hero__portrait {
    width: min(100%, 416px);
    justify-self: center;
  }

  .founder-sticky-heading {
    position: static;
  }

  .proof-feature {
    grid-template-columns: 1fr;
  }

  .proof-feature__visual {
    min-height: 0;
  }

  .proof-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-islands__conclusion {
    grid-column: auto;
  }

  .practice-row {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .practice-row__content {
    grid-column: 2;
  }

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

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

  .founder-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .founder-hero {
    padding-bottom: var(--space-8);
  }


  .founder-hero h1 {
    font-size: clamp(44px, 13vw, 56px);
  }

  .founder-hero__summary {
    font-size: 16px;
  }

  .founder-hero__actions {
    display: grid;
  }

  .founder-hero__portrait::before {
    right: -16px;
  }

  .founder-hero__portrait figcaption {
    width: calc(100% - 32px);
    margin: -32px auto 0;
  }

  .expertise-list article {
    grid-template-columns: 34px 42px minmax(0, 1fr);
    gap: var(--space-3);
  }

  .expertise-icon {
    width: 42px;
    height: 42px;
  }

  .expertise-flow {
    grid-template-columns: 1fr;
  }

  .expertise-flow li,
  .expertise-flow li + li {
    min-height: 0;
    padding: var(--space-5) 0;
    border-left: 0;
  }

  .expertise-flow li::after {
    top: auto;
    right: auto;
    bottom: -7px;
    left: 20px;
    transform: rotate(135deg);
  }

  .proof-metric-grid,
  .proof-supporting-visuals,
  .founder-case-grid,
  .viewpoint-grid,
  .search-islands__items,
  .founder-insight-grid {
    grid-template-columns: 1fr;
  }

  .proof-metric-grid article {
    min-height: 0;
  }

  .proof-metric-grid article:not(:nth-child(3n + 1)) {
    border-left: 0;
  }

  .proof-metric-grid .evidence-label {
    min-height: 0;
  }

  .founder-case {
    min-height: 0;
  }

  .viewpoint-grid article:nth-child(even) {
    border-left: 0;
  }

  .search-islands__items article {
    padding: var(--space-5) 0;
    border-bottom: var(--border-default);
  }

  .search-islands__items article + article {
    border-left: 0;
  }

  .practice-row {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .practice-row__index,
  .practice-row__content {
    grid-column: auto;
  }

  .practice-mini-flow,
  .practice-mini-flow--local {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .practice-mini-flow i {
    width: 2px;
    height: 22px;
    justify-self: center;
  }

  .practice-mini-flow i::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .founder-insight-grid article {
    grid-column: auto;
    min-height: 0;
  }

  .collaboration-panel {
    grid-template-columns: 1fr;
  }

  .collaboration-panel article {
    min-height: 0;
  }

  .collaboration-plus {
    min-height: 52px;
  }

  .founder-final-cta__actions {
    width: 100%;
  }

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

  .founder-footer__grid > div:first-child {
    grid-column: auto;
  }

  .founder-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .founder-hero__portrait > img {
    width: 100%;
    height: auto;
    max-height: 500px;
    aspect-ratio: 4 / 5;
  }

  .proof-feature__content {
    padding: var(--space-6) var(--space-5);
  }

  .founder-case__visual {
    padding: var(--space-3);
  }
}
