:root {
  color-scheme: light;
  --ink: #152025;
  --muted: #5f6d75;
  --line: #d9e3e7;
  --paper: #ffffff;
  --band: #f3f7f8;
  --deep: #0e2228;
  --deep-2: #16343a;
  --teal: #0b6f69;
  --teal-dark: #075551;
  --gold: #a76317;
  --red: #a33b31;
  --green: #276a42;
  --blue: #305f8f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.45;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 227, 231, 0.9);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.brand-with-logo {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand strong {
  font-size: 18px;
  letter-spacing: 0;
}

.brand span {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.nav a,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 12px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.btn.primary {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.btn.primary:hover {
  background: var(--teal-dark);
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(8, 28, 33, 0.98) 0%, rgba(8, 28, 33, 0.91) 38%, rgba(8, 28, 33, 0.58) 64%, rgba(8, 28, 33, 0.16) 100%),
    url("assets/ai-infrastructure-power-campus-hero.png") center right / cover no-repeat;
  color: #fff;
  border-bottom: 1px solid #1d3b42;
}

.hero-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 78px 22px 44px;
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(260px, 1fr);
  gap: 28px;
  align-items: end;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 4px 11px;
  color: #d6e9e9;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(11, 111, 105, 0.25);
}

h1 {
  margin: 18px 0 18px;
  max-width: 790px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.97;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 740px;
  margin: 0;
  color: #d3e2e5;
  font-size: 18px;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-top: 18px;
}

.preview-card {
  display: grid;
  gap: 7px;
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 16px;
  background: rgba(12, 31, 36, 0.78);
  color: #fff;
}

.preview-card:hover {
  text-decoration: none;
  background: rgba(11, 111, 105, 0.72);
}

.preview-card span {
  color: #d6e9e9;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.preview-card b {
  font-size: 25px;
  line-height: 1.05;
}

.preview-card em {
  color: #d3e2e5;
  font-size: 14px;
  font-style: normal;
}

.preview-card.featured {
  border-color: rgba(248, 237, 220, 0.55);
  background: rgba(167, 99, 23, 0.22);
}

.hero-status {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(12, 31, 36, 0.9);
  padding: 18px;
  color: #dbe8ea;
}

.hero-status h2 {
  margin: 0 0 14px;
  font-size: 15px;
  color: #fff;
}

.status-grid {
  display: grid;
  gap: 12px;
}

.status-item b {
  display: block;
  color: #fff;
  font-size: 13px;
}

.status-item span {
  color: #d6e3e5;
  font-size: 14px;
}

main {
  background: #fff;
}

section {
  border-bottom: 1px solid var(--line);
}

.section-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 22px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}

h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0;
}

.section-head p,
.muted {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  max-width: 720px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--band);
  padding: 16px;
  min-height: 120px;
}

.metric .label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 760;
}

.metric .value {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 820;
}

.metric .note {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 22px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.panel h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.panel p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.founder-band {
  background:
    linear-gradient(135deg, rgba(14, 34, 40, 0.97), rgba(18, 58, 63, 0.94)),
    #0e2228;
  color: #fff;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.founder-photo-wrap {
  max-width: 320px;
}

.founder-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.founder-copy h2 {
  max-width: 860px;
  margin-top: 12px;
  color: #fff;
  font-size: 34px;
}

.founder-copy p {
  max-width: 850px;
  color: #d9e8ea;
  font-size: 17px;
}

.founder-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.founder-proof-grid div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 14px;
}

.founder-proof-grid b,
.founder-proof-grid span {
  display: block;
}

.founder-proof-grid b {
  color: #fff;
  margin-bottom: 5px;
}

.founder-proof-grid span {
  color: #d6e3e5;
  font-size: 13px;
}

.band {
  background: var(--band);
}

.list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.list li {
  border-left: 3px solid var(--teal);
  padding-left: 11px;
  color: var(--muted);
  font-size: 14px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.card h3 {
  margin: 9px 0 8px;
  font-size: 17px;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 720;
  background: #edf3f3;
  color: var(--ink);
}

.tag.red {
  background: #f8e8e5;
  color: var(--red);
}

.tag.green {
  background: #e5f2e9;
  color: var(--green);
}

.tag.gold {
  background: #f8eddc;
  color: var(--gold);
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.step b {
  color: var(--teal);
  font-size: 13px;
}

.step h3 {
  margin: 7px 0 7px;
  font-size: 16px;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 14px;
}

th,
td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--band);
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

tr:last-child td {
  border-bottom: 0;
}

.proof-box {
  border: 1px solid #e1c7a8;
  border-radius: 8px;
  background: #fff8ee;
  padding: 20px;
}

.proof-box h3 {
  margin: 0 0 10px;
}

.proof-box p {
  color: #68400e;
}

.artifact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.artifact {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.artifact span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 760;
}

.artifact a {
  font-weight: 760;
}

.profile-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.request-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.request-grid h2 {
  max-width: 760px;
  margin-top: 12px;
}

.request-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
}

.request-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.request-points div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 13px;
}

.request-points b,
.request-points span {
  display: block;
}

.request-points span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.request-form .full,
.request-form .button-row,
.request-form .form-status {
  grid-column: 1 / -1;
}

.request-form label {
  display: grid;
  gap: 7px;
}

.founder-mini {
  background: #fff;
  border-block: 1px solid var(--line);
}

.founder-mini-inner {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.founder-mini-photo {
  display: block;
  width: 132px;
  height: 148px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--band);
}

.founder-mini h2 {
  max-width: 860px;
  margin: 10px 0 8px;
  font-size: 24px;
  line-height: 1.16;
}

.founder-mini p {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

@media (max-width: 660px) {
  .founder-mini-inner {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .founder-mini-photo {
    width: 88px;
    height: 100px;
  }

  .founder-mini h2 {
    font-size: 19px;
  }
}


.max-assistant {
  background: linear-gradient(135deg, #edf7f5 0%, #ffffff 58%, #f7fbfa 100%);
  border-block: 1px solid var(--line);
}

.max-assistant-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 26px;
  align-items: start;
}

.max-assistant-copy h2 {
  max-width: 720px;
  margin: 12px 0 12px;
}

.max-assistant-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.max-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.max-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid #c7dbd8;
  border-radius: 999px;
  background: #e7f3f0;
  color: #143b35;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 13px;
}

.max-form {
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(8, 33, 39, 0.08);
}

.max-form textarea {
  min-height: 168px;
}

@media (max-width: 980px) {
  .max-assistant-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 660px) {
  .max-assistant-copy p {
    font-size: 16px;
  }

  .max-chip-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .max-chip-row span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .max-form textarea {
    min-height: 150px;
  }
}


/* MaxGrid iPhone-first polish */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

.nav,
.hero-actions,
.profile-links,
.button-row,
.hero,
.hero-inner,
.hero-inner > *,
.brand-copy,
.section-head,
.split,
.table-wrap,
.proof-box,
.request-grid,
.package-grid {
  min-width: 0;
}

.split > *,
.section-head > *,
.request-grid > *,
.package-grid > * {
  min-width: 0;
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.nav a,
.btn {
  max-width: 100%;
  text-align: center;
  white-space: normal;
}

.request-form input,
.request-form textarea {
  font-size: 16px;
}

@media (min-width: 661px) and (max-width: 980px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero-inner {
    padding-top: 54px;
  }
}

@media (max-width: 660px) {
  .topbar {
    position: static;
  }

  .topbar-inner {
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand strong {
    font-size: 17px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }

  .nav a:not(.btn) {
    display: none;
  }

  .nav a,
  .btn {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .hero-inner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 34px 16px 28px;
    gap: 18px;
    overflow: hidden;
  }

  h1,
  .profile-hero h1 {
    max-width: 100%;
    font-size: clamp(29px, 8.4vw, 36px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .profile-hero .hero-copy {
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .profile-links,
  .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero-preview-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .preview-card {
    min-height: auto;
    padding: 14px;
  }

  .preview-card b {
    font-size: 23px;
  }

  .hero-status {
    padding: 15px;
  }

  .section-inner,
  .profile-hero .section-inner {
    padding-inline: 16px;
  }

  .profile-hero .section-inner {
    padding-top: 42px;
    padding-bottom: 36px;
  }

  h2 {
    font-size: 23px;
    line-height: 1.16;
  }

  .metric,
  .card,
  .panel,
  .package-card,
  .legal-note,
  .request-form {
    padding: 15px;
  }

  .metric .value {
    font-size: 24px;
  }

  .founder-photo-wrap {
    max-width: 190px;
  }

  .founder-copy h2 {
    font-size: 26px;
    line-height: 1.16;
  }

  .founder-copy p {
    font-size: 16px;
  }

  .founder-mini-inner {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  .founder-mini-photo {
    width: 88px;
    height: 100px;
  }

  .founder-mini h2 {
    font-size: 18px;
  }

  .founder-mini p {
    font-size: 13px;
  }
}


/* MaxGrid mobile overflow hardening v2 */
.topbar-inner,
.hero-inner,
.section-inner,
.profile-hero .section-inner,
.max-assistant-inner,
.founder-grid,
.request-grid,
.package-grid,
.cards,
.artifact-grid,
.split {
  min-width: 0;
}

.hero-inner > *,
.section-inner > *,
.profile-hero .section-inner > *,
.max-assistant-inner > *,
.founder-grid > *,
.request-grid > *,
.package-grid > *,
.cards > *,
.artifact-grid > *,
.split > * {
  min-width: 0;
}

h1,
h2,
h3,
p,
li,
.btn,
.nav a,
.preview-card,
.card,
.proof-box,
.request-copy {
  overflow-wrap: break-word;
}

@media (max-width: 760px) {
  .topbar {
    position: static;
  }

  .topbar-inner {
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brand {
    width: 100%;
    min-width: 0;
  }

  .brand-copy {
    min-width: 0;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }

  .nav a:not(.btn) {
    display: none;
  }

  .nav a,
  .btn {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
  }

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-inner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 34px 16px 28px;
    overflow: hidden;
  }

  h1,
  .profile-hero h1 {
    max-width: 100%;
    font-size: clamp(29px, 8.4vw, 36px);
    line-height: 1.08;
  }

  .hero-copy,
  .profile-hero .hero-copy {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-actions,
  .profile-links,
  .button-row,
  .hero-preview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .preview-card {
    min-height: auto;
    padding: 14px;
  }
}


/* MaxGrid institutional investor redesign v1 */
.hero {
  min-height: 72vh;
}

.hero-inner {
  align-items: center;
  padding-top: 64px;
  padding-bottom: 48px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 5.4vw, 66px);
  line-height: 1.02;
}

.hero-copy {
  max-width: 720px;
  font-size: 17px;
}

.hero-cred-panel {
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.hero-cred-panel h2 {
  margin-bottom: 14px;
  color: #fff;
}

.process-grid,
.roadmap-grid,
.packet-grid {
  display: grid;
  gap: 14px;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step,
.roadmap-card,
.packet-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.process-step span,
.roadmap-card span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-step h3,
.roadmap-card h3 {
  margin: 10px 0 8px;
  font-size: 17px;
}

.process-step p,
.roadmap-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.roadmap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roadmap-card {
  min-height: 170px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf9 100%);
}

.packet-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.packet-grid div {
  min-height: 92px;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

.final-cta {
  border-bottom: 0;
  background:
    linear-gradient(120deg, rgba(8, 28, 33, 0.96), rgba(9, 68, 65, 0.92)),
    url("assets/ai-infrastructure-power-campus-hero.png") center / cover no-repeat;
  color: #fff;
}

.final-cta .section-inner {
  padding-block: 58px;
}

.final-cta h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.04;
}

.final-cta p {
  max-width: 720px;
  color: #d5e4e6;
  font-size: 18px;
}

@media (max-width: 980px) {
  .process-grid,
  .packet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.08;
  }

  .process-grid,
  .packet-grid {
    grid-template-columns: 1fr;
  }

  .packet-grid div,
  .process-step,
  .roadmap-card {
    padding: 15px;
  }

  .final-cta .section-inner {
    padding-block: 42px;
  }
}


/* MaxGrid founder mobile polish v3 */
.founder-photo-wrap picture {
  display: block;
}

.founder-photo,
.founder-mini-photo {
  object-fit: cover;
  object-position: center;
}

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

  .founder-photo-wrap {
    width: min(42vw, 148px);
    max-width: 148px;
    justify-self: start;
  }

  .founder-photo {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .founder-mini-inner {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .founder-mini-photo {
    width: 76px;
    height: 76px;
  }
}


/* MaxGrid founder desktop polish v4 */
.founder-band {
  background:
    linear-gradient(135deg, rgba(14, 34, 40, 0.98), rgba(18, 58, 63, 0.95)),
    #0e2228;
}

.founder-grid {
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 26px;
}

.founder-photo-wrap {
  width: min(17vw, 210px);
  max-width: 210px;
}

.founder-photo {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

.founder-copy h2 {
  max-width: 780px;
}

@media (min-width: 981px) {
  .founder-grid {
    padding-block: 48px;
  }
}

@media (max-width: 980px) {
  .founder-photo-wrap {
    width: 180px;
    max-width: 180px;
  }
}

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

  .founder-photo-wrap {
    width: min(38vw, 140px);
    max-width: 140px;
  }
}


/* MaxGrid founder final sizing v5 */
@media (min-width: 761px) {
  .founder-grid {
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  .founder-photo-wrap {
    width: min(17vw, 210px) !important;
    max-width: 210px !important;
  }

  .founder-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
}

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

  .founder-photo-wrap {
    width: min(38vw, 140px) !important;
    max-width: 140px !important;
    justify-self: start !important;
  }

  .founder-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
}


/* MaxGrid investor resource center v8 */
.resource-cards .card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.resource-cards .btn {
  align-self: end;
  width: fit-content;
}

.video-panel {
  background: #fff;
}

.video-placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 210px;
  margin-top: 18px;
  border: 1px dashed #9cb5b8;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 122, 113, 0.08), rgba(184, 117, 22, 0.08)),
    #f8fbfa;
  color: var(--ink);
  text-align: center;
  padding: 24px;
}

.video-placeholder strong {
  font-size: 22px;
}

.video-placeholder span {
  max-width: 420px;
  color: var(--muted);
}

.packet-grid a {
  min-height: 92px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
  padding: 18px;
  text-decoration: none;
}

.packet-grid a:hover {
  border-color: #9bc6c1;
  background: #f4fbfa;
}

.request-form select {
  min-height: 44px;
  border: 1px solid #cbd8da;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  padding: 10px 12px;
}

.checkline {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfa;
  padding: 12px;
}

.checkline input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.checkline span {
  font-weight: 700;
  color: var(--muted);
}

.evidence-cards .card {
  min-height: 260px;
}

@media (max-width: 760px) {
  .resource-cards .btn {
    width: 100%;
  }

  .video-placeholder {
    min-height: 170px;
    padding: 18px;
  }

  .video-placeholder strong {
    font-size: 18px;
  }
}





.router-paths {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.router-paths div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.router-paths b {
  color: var(--ink);
  font-size: 14px;
}

.router-paths span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}








/* MaxGrid all-view Max section v7 */
.max-assistant {
  background: linear-gradient(135deg, #f1f8f7 0%, #ffffff 54%, #f7fbfa 100%);
  border-block: 1px solid var(--line);
}

.max-assistant-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.95fr);
  gap: 30px;
  align-items: start;
}

.max-identity {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.max-mark {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #0b7a71;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.max-identity strong {
  display: block;
  margin: 10px 0 6px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.18;
}

.max-identity p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.max-assistant-copy h2 {
  max-width: 760px;
  margin: 14px 0 12px;
}

.max-assistant-copy > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.max-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px;
  align-items: stretch;
  justify-self: end;
  width: 100%;
  max-width: 660px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(8, 33, 39, 0.09);
}

.max-form label,
.max-form .full,
.max-form .form-status {
  grid-column: 1 / -1 !important;
}

.max-form label {
  display: grid !important;
  gap: 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.max-form textarea {
  display: block;
  width: 100%;
  min-height: 190px;
  padding: 14px;
  border: 1px solid #cbd8da;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
  resize: vertical;
}

.max-form textarea::placeholder {
  color: #66767b;
  opacity: 1;
}

.max-form .button-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.max-form .button-row .btn {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.18;
}

.max-form .button-row .btn.primary {
  grid-column: 1 / -1;
}

.max-form .form-status {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .max-assistant-inner {
    grid-template-columns: 1fr;
  }

  .max-form {
    max-width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .max-identity {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .max-mark {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

  .max-identity strong {
    font-size: 17px;
  }

  .max-identity p,
  .max-assistant-copy > p {
    font-size: 15px;
  }

  .max-form {
    padding: 16px;
  }

  .max-form textarea {
    min-height: 168px;
  }

  .max-form .button-row {
    grid-template-columns: 1fr;
  }

  .max-form .button-row .btn.primary {
    grid-column: auto;
  }
}
/* End MaxGrid all-view Max section v7 */
