:root {
  --biz-navy: #0e2941;
  --biz-teal: #189e9f;
  --biz-gold: #e9a23b;
  --biz-paper: #f7f6f1;
  --biz-ice: #edf7f6;
  --biz-ink: #263c4c;
  --biz-line: #cad8d7;
}

.business-page { background: var(--biz-paper); color: var(--biz-navy); }
.business-page .primary-nav > a[aria-current="page"] { color: var(--biz-teal); }
.business-eyebrow { margin: 0 0 12px; color: var(--biz-teal); font-size: .78rem; font-weight: 850; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }

.business-hero { position: relative; min-height: min(560px, calc(100vh - 82px)); overflow: hidden; background: var(--biz-navy); }
.business-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.business-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(8 29 47 / 95%) 0%, rgb(8 29 47 / 86%) 37%, rgb(8 29 47 / 28%) 65%, rgb(8 29 47 / 4%) 100%); }
.business-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: min(48vw, 740px); height: 7px; background: linear-gradient(90deg, var(--biz-gold) 0 26%, var(--biz-teal) 26% 100%); }
.business-hero__content { position: relative; z-index: 1; display: flex; min-height: min(560px, calc(100vh - 82px)); flex-direction: column; justify-content: center; align-items: flex-start; padding-block: clamp(48px, 6vw, 82px); color: #fff; }
.business-hero h1 { max-width: 650px; margin: 0 0 22px; font-size: clamp(2.15rem, 3.7vw, 3.4rem); letter-spacing: -.05em; line-height: .96; }
.business-hero p { max-width: 670px; margin: 0 0 13px; color: rgb(255 255 255 / 90%); font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.55; }
.business-hero .business-hero__pressure { max-width: 690px; color: #fff; font-size: clamp(1.08rem, 1.4vw, 1.25rem); font-weight: 700; line-height: 1.42; }
.business-button { margin-top: 20px; border: 0; background: var(--biz-gold); color: var(--biz-navy); box-shadow: 7px 7px 0 rgb(24 158 159 / 75%); font-weight: 850; }
.business-button:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 rgb(24 158 159 / 85%); }

.support-paths { padding-block: clamp(58px, 7vw, 92px); background: #fff; }
.support-paths__intro { padding-bottom: clamp(34px, 4.5vw, 54px); }
.support-paths__intro h2 { max-width: 720px; margin: 0; font-size: clamp(2.35rem, 4.2vw, 3.85rem); letter-spacing: -.05em; line-height: .98; }
.support-list { border-top: 1px solid var(--biz-line); }
.support-item { --support-accent: var(--biz-navy); display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(38px, 6vw, 88px); padding-block: clamp(38px, 4.8vw, 62px); border-bottom: 1px solid var(--biz-line); }
.support-item--teal { --support-accent: var(--biz-teal); }
.support-item--gold { --support-accent: #c7771f; }
.support-item__lead { position: relative; padding-left: 48px; }
.support-item__lead::before { content: ""; position: absolute; inset: 3px auto 0 0; width: 6px; background: var(--support-accent); }
.support-item__lead > p { margin: 0 0 14px; color: var(--support-accent); font-size: .82rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.support-item h3 { max-width: 580px; margin: 0; font-size: clamp(1.85rem, 2.75vw, 2.65rem); letter-spacing: -.04em; line-height: 1.04; }
.support-item__copy { padding-top: 32px; }
.support-item__copy p { max-width: 710px; margin: 0 0 20px; color: var(--biz-ink); font-size: 1.08rem; line-height: 1.68; }

.owner-experience { padding-block: clamp(58px, 7vw, 90px); background: var(--biz-navy); color: #fff; }
.owner-experience__grid { display: grid; grid-template-columns: minmax(310px, .95fr) minmax(0, 1.05fr); gap: clamp(46px, 7vw, 96px); align-items: start; }
.owner-experience h2 { max-width: 570px; margin: 0; font-size: clamp(2.45rem, 4vw, 3.65rem); letter-spacing: -.05em; line-height: .98; }
.owner-experience__copy p { margin: 0 0 20px; color: rgb(255 255 255 / 85%); font-size: 1.08rem; line-height: 1.7; }
.owner-metrics { display: grid; grid-template-columns: .75fr 1fr 1fr; gap: 0; margin-top: clamp(40px, 5vw, 62px); border-top: 1px solid rgb(255 255 255 / 25%); border-bottom: 1px solid rgb(255 255 255 / 25%); }
.owner-metrics div { display: grid; align-content: start; gap: 6px; min-height: 138px; padding: 24px 28px; border-right: 1px solid rgb(255 255 255 / 25%); }
.owner-metrics div:last-child { border-right: 0; }
.owner-metrics strong { color: var(--biz-gold); font-size: clamp(2rem, 3vw, 3.05rem); letter-spacing: -.05em; line-height: 1; }
.owner-metrics span { max-width: 310px; color: rgb(255 255 255 / 78%); font-size: .98rem; line-height: 1.45; }

.capacity-lab { padding-block: clamp(56px, 7vw, 88px); background: var(--biz-ice); }
.capacity-lab__panel { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); padding-inline: 0; background: #fff; box-shadow: 0 25px 70px rgb(14 41 65 / 12%); }
.capacity-lab__identity { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; min-height: 620px; padding: clamp(40px, 5vw, 72px); background: var(--biz-teal); color: var(--biz-navy); }
.capacity-lab__identity::after { content: ""; position: absolute; right: -120px; bottom: -145px; width: 330px; height: 330px; border: 72px solid rgb(255 255 255 / 16%); border-radius: 50%; }
.capacity-lab__identity .business-eyebrow { color: var(--biz-navy); }
.capacity-lab__name { position: relative; z-index: 1; margin: 24px 0 24px -14px; font-size: clamp(3.25rem, 5.45vw, 5.55rem); font-weight: 900; letter-spacing: -.07em; line-height: .84; }
.capacity-lab__name sup { color: #fff; font-size: .2em; vertical-align: top; }
.capacity-lab__cohort { position: relative; z-index: 1; display: grid; gap: 10px; padding-top: 24px; border-top: 2px solid var(--biz-navy); font-size: .96rem; font-weight: 800; }
.capacity-lab__content { padding: clamp(42px, 6vw, 78px); }
.capacity-lab__content h2 { max-width: 720px; margin: 0 0 25px; font-size: clamp(2.2rem, 3.5vw, 3.35rem); letter-spacing: -.045em; line-height: 1.02; }
.capacity-lab__content > p { margin: 0 0 18px; color: var(--biz-ink); font-size: 1.05rem; line-height: 1.65; }
.capacity-lab__details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 30px 0 18px; padding: 0; list-style: none; border-top: 1px solid var(--biz-line); }
.capacity-lab__details li { padding: 14px 18px 14px 0; border-bottom: 1px solid var(--biz-line); color: var(--biz-navy); font-size: .92rem; font-weight: 750; }
.capacity-lab__details li:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--biz-line); }
.business-button--navy { background: var(--biz-navy); color: #fff; box-shadow: 7px 7px 0 var(--biz-gold); }
.business-button--navy:hover { box-shadow: 9px 9px 0 var(--biz-gold); }

.owner-story { padding-block: clamp(58px, 7vw, 92px); background: #fff; }
.owner-story__grid { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(44px, 7vw, 100px); }
.owner-story__proof { align-self: start; display: grid; padding: clamp(34px, 4vw, 54px); background: var(--biz-gold); color: var(--biz-navy); box-shadow: 12px 12px 0 var(--biz-teal); }
.owner-story__proof .business-eyebrow { color: var(--biz-navy); }
.owner-story__proof strong { margin-top: 26px; font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.06em; line-height: .9; }
.owner-story__proof span { margin-top: 5px; font-weight: 750; }
.owner-story__content h2 { max-width: 720px; margin: 0 0 26px; font-size: clamp(2.4rem, 4vw, 3.75rem); letter-spacing: -.05em; line-height: .99; }
.owner-story__content > p:not(.business-eyebrow) { margin: 0 0 20px; color: var(--biz-ink); font-size: 1.07rem; line-height: 1.7; }
.owner-story__content .owner-story__lesson { margin-top: 24px; padding: 2px 0 2px 24px; border-left: 5px solid var(--biz-teal); color: var(--biz-navy); font-size: 1.2rem; font-weight: 800; line-height: 1.5; }

.business-contact { padding-block: clamp(58px, 7vw, 90px); background: var(--biz-paper); }
.business-contact__grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 135px); align-items: start; }
.business-contact__intro { position: sticky; top: 120px; }
.business-contact__intro h2 { margin: 0 0 20px; font-size: clamp(2.4rem, 4vw, 3.8rem); letter-spacing: -.055em; line-height: .97; }
.business-contact__intro > p:last-child { max-width: 520px; color: var(--biz-ink); font-size: 1.08rem; line-height: 1.65; }
.business-form { padding: clamp(34px, 5vw, 58px); background: #fff; box-shadow: 0 20px 60px rgb(14 41 65 / 9%); }
.business-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 26px; }
.business-form label { display: grid; gap: 8px; color: var(--biz-navy); font-size: .92rem; font-weight: 800; }
.business-form label b { color: #c86735; }
.business-form__wide { grid-column: 1 / -1; }
.business-form input, .business-form select, .business-form textarea { width: 100%; min-height: 48px; padding: 10px 4px; border: 0; border-bottom: 2px solid var(--biz-line); border-radius: 0; background: transparent; color: var(--biz-navy); font: inherit; font-size: 1rem; font-weight: 500; }
.business-form select { appearance: auto; }
.business-form textarea { min-height: 150px; padding: 14px; border: 1px solid var(--biz-line); resize: vertical; }
.business-form input:focus, .business-form select:focus, .business-form textarea:focus { border-color: var(--biz-teal); outline: 3px solid rgb(24 158 159 / 15%); outline-offset: 2px; }
.business-form .business-button { min-height: 50px; border: 0; }
.business-form .business-button:disabled { cursor: wait; opacity: .75; }
.business-form__status { margin: 18px 0 0; color: var(--biz-navy); font-weight: 800; line-height: 1.45; }
.business-confirmation { grid-column: 2; min-height: 520px; padding: clamp(45px, 7vw, 80px); background: #fff; box-shadow: 0 20px 60px rgb(14 41 65 / 9%); }
.business-confirmation img { width: 48px; height: 48px; object-fit: contain; margin-bottom: 34px; }
.business-confirmation h2 { max-width: 610px; margin: 0 0 20px; font-size: clamp(2.8rem, 5vw, 4.8rem); letter-spacing: -.055em; line-height: .97; }
.business-confirmation > p:last-child { max-width: 630px; color: var(--biz-ink); font-size: 1.12rem; line-height: 1.65; }

@media (max-width: 960px) {
  .business-hero { min-height: 580px; }
  .business-hero__content { min-height: 580px; }
  .business-hero__shade { background: linear-gradient(90deg, rgb(8 29 47 / 95%) 0%, rgb(8 29 47 / 78%) 60%, rgb(8 29 47 / 22%) 100%); }
  .support-item, .owner-experience__grid, .capacity-lab__panel, .owner-story__grid, .business-contact__grid { grid-template-columns: 1fr; }
  .support-item { gap: 18px; }
  .support-item__copy { padding: 0 0 0 48px; }
  .capacity-lab__identity { min-height: 430px; }
  .owner-metrics { grid-template-columns: 1fr; }
  .owner-metrics div { min-height: auto; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 25%); }
  .owner-metrics div:last-child { border-bottom: 0; }
  .business-contact__intro { position: static; }
  .business-confirmation { grid-column: auto; }
}

@media (max-width: 620px) {
  .business-hero { min-height: 610px; }
  .business-hero__image { object-position: 60% center; }
  .business-hero__shade { background: linear-gradient(180deg, rgb(8 29 47 / 54%) 0%, rgb(8 29 47 / 79%) 43%, rgb(8 29 47 / 97%) 100%); }
  .business-hero__content { min-height: 610px; justify-content: flex-end; padding-block: 74px 52px; }
  .business-hero h1 { font-size: clamp(1.95rem, 9.1vw, 2.65rem); }
  .business-hero .business-hero__pressure { font-size: 1.08rem; }
  .support-paths__intro h2 { font-size: clamp(2.25rem, 10.5vw, 3.15rem); }
  .support-item__lead { padding-left: 28px; }
  .support-item__copy { padding-left: 28px; }
  .support-item h3 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .support-item__copy p { font-size: 1rem; }
  .owner-experience h2, .owner-story__content h2, .business-contact__intro h2 { font-size: clamp(2.3rem, 10.5vw, 3.2rem); }
  .capacity-lab__identity { min-height: 380px; padding: 34px 26px; }
  .capacity-lab__name { margin-left: -6px; font-size: clamp(3rem, 14vw, 4.25rem); }
  .capacity-lab__content { padding: 38px 24px 46px; }
  .capacity-lab__content h2 { font-size: clamp(2.05rem, 9.2vw, 2.85rem); }
  .capacity-lab__details { grid-template-columns: 1fr; }
  .capacity-lab__details li:nth-child(even) { padding-left: 0; border-left: 0; }
  .owner-story__proof { margin-right: 10px; }
  .business-form { padding: 30px 20px 38px; }
  .business-form__grid { grid-template-columns: 1fr; }
  .business-form__wide { grid-column: auto; }
  .business-form .business-button { width: 100%; }
  .business-confirmation { min-height: 430px; padding: 46px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .business-button { transition: none; }
}
