:root {
  --navy:#0b1e29;
  --blue:#247ba0;
  --yellow:#ffe066;
  --teal:#70c1b3;
  --paper:#fbfaf7;
  --ink:#2e2f2d;
  --body:#50514f;
  --line:#dcded8;
  --heading:'Nunito',system-ui,sans-serif;
  --font:'Nunito Sans',system-ui,sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--body);
  font-family:var(--font);
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,a,summary {
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,summary:focus-visible {
  outline:3px solid #c7413e;
  outline-offset:6px;
}
a:hover {
  text-decoration:underline;
}
img {
  display:block;
  max-width:100%;
  height:auto;
}
h1,h2,h3,p {
  margin:0;
}
h1,h2,h3 {
  font-family:var(--heading);
  color:var(--ink);
}
h2 {
  font-size:clamp(34px,4.1vw,54px);
  font-weight:800;
  letter-spacing:-1.9px;
  line-height:1.13;
}
h3 {
  font-weight:800;
  line-height:1.25;
}
p+p {
  margin-top:18px;
}
.wrap {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto;
}
.section {
  padding-block:100px;
}
.eyebrow {
  font-size:11px;
  line-height:1.5;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:800;
  color:#1b6183;
  margin-bottom:20px;
}
.eyebrow.light {
  color:var(--teal);
}
.blue {
  color:var(--blue);
}
.skip-link {
  position:absolute;
  left:20px;
  top:-100px;
  background:var(--yellow);
  color:var(--navy);
  padding:12px;
  z-index:10;
}
.skip-link:focus {
  top:15px;
}
.hero-shell {
  background:var(--navy);
  color:white;
  border-bottom-right-radius:80px;
  overflow:hidden;
}
.site-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-block:27px;
  border-bottom:1px solid #ffffff20;
  gap:24px;
}
.brand {
  display:flex;
  gap:11px;
  align-items:center;
  font-family:var(--heading);
  font-weight:900;
  font-size:16px;
  line-height:1.1;
  color:white;
  flex-shrink:0;
}
.brand-sub {
  display:block;
  font-size:9px;
  letter-spacing:1.8px;
  font-weight:700;
  color:var(--yellow);
  margin-top:8px;
}
.site-header nav {
  display:flex;
  gap:32px;
  align-items:center;
  font-size:13px;
  font-weight:700;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:56px;
  padding:15px 25px;
  border-radius:8px;
  background:var(--yellow);
  color:var(--navy);
  font-size:14px;
  font-weight:800;
  line-height:1.4;
  transition:background .2s,transform .2s;
}
.button span {
  font-size:23px;
  line-height:1;
  font-weight:500;
}
.button:hover {
  background:#ffea96;
  text-decoration:none;
  transform:translateY(-2px);
}
.button-small {
  min-height:44px;
  padding:10px 18px;
  font-size:12px;
}
.hero {
  display:grid;
  grid-template-columns:1.03fr 1fr;
  gap:28px;
  padding-top:64px;
  padding-bottom:65px;
  align-items:center;
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:10px;
  letter-spacing:2.3px;
  margin-bottom:22px;
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  flex-shrink:0;
  background:var(--teal);
  border-radius:50%;
}
h1 {
  font-size:clamp(48px,5.4vw,76px);
  font-weight:800;
  line-height:1.04;
  letter-spacing:-3px;
  color:white;
}
h1>span {
  color:var(--yellow);
}
.hero-description {
  max-width:460px;
  color:#c5cdd0;
  font-size:16px;
  line-height:1.8;
  margin-top:25px;
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:31px;
}
.text-link {
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.text-link span {
  padding-left:8px;
  color:var(--teal);
}
.hero-note {
  font-size:11px;
  color:#abbabe;
  margin-top:15px;
}
.hero-visual {
  position:relative;
  height:470px;
  align-self:end;
}
.portrait-arch {
  position:absolute;
  inset:6px 20px 0 28px;
  background:#235061;
  border-radius:220px 220px 12px 12px;
  overflow:hidden;
}
.orbit {
  position:absolute;
  border:1px solid #b6dac04d;
  border-radius:50%;
  width:520px;
  height:520px;
  left:50%;
  top:56%;
  transform:translate(-50%,-50%);
}
.orbit-two {
  width:400px;
  height:400px;
}
.orbit-three {
  width:280px;
  height:280px;
}
.spark {
  position:absolute;
  right:49px;
  top:53px;
  color:var(--yellow);
  font-size:68px;
  line-height:1;
}
.portrait {
  position:absolute;
  bottom:0;
  width:113%;
  max-width:none;
  left:-5%;
  z-index:1;
}
.cohort-label {
  position:absolute;
  left:1px;
  top:83px;
  z-index:2;
  background:var(--paper);
  color:var(--navy);
  padding:13px 18px;
  border-radius:8px;
  box-shadow:0 8px 30px #0002;
  font-size:14px;
  font-weight:800;
  line-height:1.6;
  transform:rotate(-5deg);
}
.cohort-label .status-dot {
  background:var(--blue);
  margin-right:6px;
}
.cohort-label>span:last-child {
  font-size:10px;
  font-weight:500;
  color:var(--body);
}
.portrait-caption {
  position:absolute;
  z-index:2;
  bottom:-12px;
  right:9px;
  background:var(--yellow);
  color:var(--navy);
  display:flex;
  gap:13px;
  padding:15px 24px;
  font-size:10px;
  line-height:1.6;
  border-radius:7px;
  transform:rotate(3deg);
}
.portrait-caption strong {
  font-family:var(--heading);
  font-size:17px;
}
.caption-line {
  width:3px;
  background:var(--navy);
}
.vertical-note {
  position:absolute;
  right:-17px;
  top:230px;
  font-size:8px;
  letter-spacing:2.5px;
  writing-mode:vertical-rl;
  color:#b4c6c7;
}
.facts {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #ffffff24;
  padding-block:29px 34px;
  gap:24px;
}
.facts>div+div {
  border-left:1px solid #ffffff24;
  padding-left:34px;
}
.facts strong {
  font-family:var(--heading);
  font-size:27px;
  font-weight:800;
  line-height:1.3;
}
.facts strong span {
  font-size:13px;
  font-weight:600;
  color:#edf0ed;
}
.facts p {
  font-size:11px;
  color:#a9b9bf;
  margin-top:6px;
}
.intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center;
}
.intro-copy {
  max-width:480px;
  font-size:15px;
}
.intro-copy .lead {
  font-family:var(--heading);
  font-size:22px;
  line-height:1.45;
  color:var(--ink);
  font-weight:700;
  margin-bottom:22px;
}
.intro-footnote {
  display:flex;
  gap:17px;
  align-items:center;
  margin-top:28px;
  border-top:1px solid var(--line);
  padding-top:22px;
  font-size:13px;
  font-weight:700;
}
.intro-footnote>span {
  font-size:25px;
  color:var(--blue);
}
.training-section {
  background:#eef1eb;
}
.section-heading {
  display:flex;
  align-items:flex-end;
  gap:80px;
  justify-content:space-between;
}
.section-heading>p {
  max-width:330px;
  font-size:14px;
  padding-bottom:5px;
}
.learning-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:44px;
}
.learning-card {
  border-top:1px solid #b8c7be;
  padding:23px 18px 28px 0;
}
.step {
  font-size:10px;
  letter-spacing:1.5px;
  font-weight:800;
  color:#526459;
}
.line-icon {
  font-size:47px;
  color:var(--blue);
  line-height:1.3;
  margin-block:21px 20px;
}
.learning-card h3 {
  font-size:23px;
  letter-spacing:-.6px;
  margin-bottom:13px;
}
.learning-card p {
  font-size:14px;
  line-height:1.85;
}
.resources {
  border-top:1px solid #cbd2c9;
  margin-top:25px;
  padding-top:40px;
  display:grid;
  grid-template-columns:1fr 1.7fr;
  gap:50px;
}
.resources .eyebrow {
  font-size:9px;
  margin-bottom:9px;
}
.resources h3 {
  font-size:25px;
  letter-spacing:-.5px;
}
.resources-copy p:not(.eyebrow) {
  font-size:12px;
  line-height:1.8;
  margin-top:12px;
}
.resource-note {
  display:block;
  font-size:10px;
  font-weight:800;
  margin-top:18px;
}
.resource-note span {
  padding-left:12px;
}
.resource-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  align-content:center;
}
figure {
  margin:0;
}
figure img {
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:7px;
}
figcaption {
  font-size:10px;
  font-weight:700;
  line-height:1.5;
  margin-top:10px;
  color:var(--ink);
}
.investment {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
}
.investment-copy>p:not(.eyebrow) {
  font-size:15px;
  margin-top:24px;
  max-width:350px;
}
.date-block {
  display:flex;
  gap:18px;
  border-top:1px solid var(--line);
  margin-top:34px;
  padding-top:28px;
  max-width:360px;
}
.date-icon {
  display:grid;
  place-items:center;
  background:#e2f2ef;
  color:#124156;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:25px;
  flex-shrink:0;
}
.date-block .eyebrow {
  font-size:9px;
}
.date-block p {
  font-family:var(--heading);
  font-weight:800;
  font-size:18px;
  margin-top:9px;
  line-height:1.7;
  color:var(--ink);
}
.date-to {
  font-size:13px;
  font-weight:500;
}
.tuition-card {
  background:white;
  border:1px solid #d9dfd8;
  border-radius:16px;
  padding:32px;
  box-shadow:0 18px 55px #0b1e2907;
}
.tuition-top {
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
}
.tuition-top .eyebrow {
  font-size:9px;
  letter-spacing:1.6px;
  margin:0;
}
.tuition-badge {
  background:#e2f2ef;
  color:#124156;
  font-size:10px;
  font-weight:700;
  border-radius:4px;
  padding:4px 9px;
}
.price {
  font-family:var(--heading);
  font-size:60px;
  letter-spacing:-3px;
  font-weight:800;
  line-height:1.3;
  color:var(--navy);
  margin-top:16px;
}
.price>span {
  font-size:32px;
  letter-spacing:-1px;
}
.price-caption {
  font-size:10px;
  color:#58655d;
}
.included {
  list-style:none;
  padding:22px 0 24px;
  margin:23px 0 0;
  border-top:1px solid var(--line);
  display:grid;
  gap:10px;
  font-size:12px;
}
.included li {
  padding-left:24px;
  position:relative;
}
.included li:before {
  content:'✓';
  position:absolute;
  left:0;
  color:#24745f;
  font-weight:800;
}
.payment-plans {
  background:var(--paper);
  border-radius:8px;
  padding:16px 18px;
  margin-bottom:24px;
}
.payment-plans h3 {
  font-family:var(--font);
  font-size:11px;
  margin-bottom:13px;
}
.payment-plans>div {
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:12px;
  padding-block:7px;
}
.payment-plans strong {
  color:var(--navy);
}
.payment-plans small {
  font-weight:400;
}
.payment-plans p {
  font-size:10px;
  border-top:1px solid var(--line);
  padding-top:9px;
  margin-top:6px;
}
.button-dark {
  background:var(--navy);
  color:white;
  width:100%;
  font-size:12px;
  min-height:51px;
}
.button-dark:hover {
  background:#124156;
}
.card-note {
  font-size:10px;
  text-align:center;
  margin-top:11px;
}
.faq {
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:85px;
  padding-top:76px;
}
.faq h2 {
  font-size:36px;
  letter-spacing:-1px;
}
.faq>div>p:not(.eyebrow) {
  font-size:13px;
  margin-top:23px;
}
.faq a {
  color:#1b6183;
  text-decoration:underline;
  text-underline-offset:4px;
}
.faq-list {
  border-top:1px solid var(--line);
}
details {
  border-bottom:1px solid var(--line);
}
summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-block:21px;
  font-size:14px;
  font-weight:700;
  color:var(--ink);
}
summary::-webkit-details-marker {
  display:none;
}
summary span {
  font-size:24px;
  line-height:1;
  font-weight:400;
  color:var(--blue);
  transition:transform .2s;
}
details[open] summary span {
  transform:rotate(45deg);
}
details p {
  font-size:13px;
  padding:0 30px 23px 0;
  line-height:1.85;
}
.contact-section {
  background:var(--navy);
  color:#c5cdd0;
  border-top-left-radius:80px;
  position:relative;
  overflow:hidden;
}
.contact-inner {
  text-align:center;
  padding-block:77px 73px;
  position:relative;
}
.contact-inner h2 {
  color:white;
  font-size:clamp(38px,4.5vw,60px);
  letter-spacing:-2px;
}
.contact-inner h2 span {
  color:var(--yellow);
}
.contact-inner>p:not(.eyebrow) {
  font-size:14px;
  margin-top:24px;
}
.contact-inner>.button {
  margin-top:29px;
}
.contact-email {
  display:block;
  width:fit-content;
  margin:16px auto 0;
  font-size:12px;
  color:#c5cdd0;
}
.contact-mark {
  position:absolute;
  left:0;
  top:85px;
  font-size:150px;
  font-weight:400;
  line-height:1;
  color:var(--teal);
  transform:rotate(-10deg);
}
.site-footer {
  background:var(--navy);
  color:#a9b9bf;
}
.site-footer>.wrap {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  border-top:1px solid #ffffff24;
  padding-block:26px;
}
.site-footer .brand {
  font-size:12px;
}
.site-footer .brand-sub {
  font-size:7px;
}
.site-footer p,.site-footer>.wrap>a:last-child {
  font-size:10px;
}
.site-footer>.wrap>a:last-child span {
  padding-left:10px;
}
@media(min-width:1450px) {
  .hero {
    padding-top:80px;
    padding-bottom:80px;
  }
  .hero-visual {
    height:500px;
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px);
  }
  .hero-actions {
    gap:18px;
    flex-wrap:wrap;
  }
  .hero-visual {
    height:430px;
  }
  .hero-description {
    font-size:15px;
  }
  .intro,.investment {
    gap:50px;
  }
  .facts>div+div {
    padding-left:20px;
  }
  .resources {
    gap:28px;
  }
  .hero .eyebrow {
    letter-spacing:1.3px;
  }
  .cohort-label {
    top:55px;
  }
  .section-heading {
    gap:40px;
  }
  .contact-mark {
    font-size:100px;
  }
}
@media(max-width:800px) {
  .wrap {
    width:calc(100% - 40px);
  }
  .site-header {
    padding-block:20px;
  }
  .site-header nav {
    gap:16px;
  }
  .site-header nav>a:not(.button) {
    display:none;
  }
  .brand {
    font-size:13px;
  }
  .brand img {
    width:39px;
  }
  .hero {
    grid-template-columns:1fr;
    gap:25px;
    padding-top:40px;
    padding-bottom:46px;
  }
  .hero-copy {
    max-width:560px;
  }
  h1 {
    font-size:clamp(48px,8.8vw,70px);
    letter-spacing:-2px;
  }
  .hero-description {
    max-width:500px;
  }
  .hero-visual {
    width:min(480px,100%);
    height:420px;
    justify-self:center;
    margin-top:10px;
  }
  .portrait {
    width:105%;
    left:-2%;
  }
  .hero-shell {
    border-bottom-right-radius:45px;
  }
  .facts {
    grid-template-columns:1fr 1fr;
    gap:22px;
    padding-block:25px;
  }
  .facts>div+div {
    padding-left:0;
    border-left:0;
  }
  .facts>div:nth-child(even) {
    border-left:1px solid #ffffff24;
    padding-left:22px;
  }
  .facts strong {
    font-size:24px;
  }
  .section {
    padding-block:65px;
  }
  .intro,.investment,.faq {
    grid-template-columns:1fr;
    gap:34px;
  }
  .intro-copy {
    max-width:none;
  }
  .intro h2 br:nth-of-type(2) {
    display:none;
  }
  .intro h2 br:nth-of-type(2):after {
    content:' ';
  }
  .section-heading {
    display:block;
  }
  .section-heading>p {
    max-width:540px;
    margin-top:23px;
  }
  .learning-grid {
    gap:20px;
  }
  .learning-card h3 {
    font-size:20px;
  }
  .learning-card p {
    font-size:13px;
  }
  .resources {
    grid-template-columns:1fr;
    gap:25px;
  }
  .resources-copy {
    max-width:460px;
  }
  .investment-copy>p:not(.eyebrow) {
    max-width:500px;
  }
  .investment h2 br:last-of-type {
    display:none;
  }
  .investment h2 .blue:before {
    content:' ';
  }
  .tuition-card {
    max-width:560px;
    width:100%;
  }
  .faq {
    gap:30px;
  }
  .contact-mark {
    display:none;
  }
  .contact-section {
    border-top-left-radius:45px;
  }
  .site-footer>.wrap {
    flex-wrap:wrap;
  }
  .site-footer p {
    margin-left:auto;
  }
  .site-footer>.wrap>a:last-child {
    display:none;
  }
}
@media(max-width:480px) {
  .brand {
    font-size:12px;
  }
  .brand-sub {
    font-size:8px;
  }
  .button-small {
    padding-inline:13px;
    gap:15px;
  }
  .hero .eyebrow {
    font-size:9px;
  }
  .hero-actions {
    gap:20px;
  }
  .hero-actions>.button {
    font-size:13px;
    gap:18px;
  }
  .hero-actions .text-link {
    font-size:11px;
  }
  .hero-visual {
    height:340px;
  }
  .portrait-arch {
    inset:10px 8px 0 12px;
  }
  .cohort-label {
    font-size:12px;
    top:45px;
    left:0;
    padding:10px 13px;
  }
  .cohort-label>span:last-child {
    font-size:9px;
  }
  .spark {
    right:25px;
    top:40px;
    font-size:52px;
  }
  .portrait-caption {
    right:5px;
    padding:11px 16px;
  }
  .portrait-caption strong {
    font-size:14px;
  }
  .vertical-note {
    display:none;
  }
  .facts p {
    font-size:10px;
  }
  .facts strong span {
    font-size:11px;
  }
  .learning-grid {
    grid-template-columns:1fr;
    gap:10px;
    margin-top:30px;
  }
  .learning-card {
    position:relative;
    padding-right:0;
    padding-bottom:18px;
    padding-left:55px;
  }
  .step {
    font-size:9px;
  }
  .line-icon {
    position:absolute;
    left:0;
    top:31px;
    font-size:36px;
  }
  .learning-card h3 {
    margin-top:12px;
    font-size:23px;
  }
  .learning-card p {
    font-size:14px;
  }
  .resource-grid {
    grid-template-columns:1fr;
    gap:15px;
  }
  .resource-grid figure {
    display:grid;
    grid-template-columns:115px 1fr;
    gap:17px;
    align-items:center;
  }
  .resource-grid figcaption {
    font-size:13px;
    margin:0;
  }
  .tuition-card {
    padding:24px;
  }
  .price {
    font-size:56px;
  }
  .tuition-top {
    gap:8px;
  }
  .tuition-top .eyebrow {
    font-size:8px;
  }
  .price-caption {
    max-width:260px;
  }
  .contact-inner {
    padding-block:60px;
  }
  .contact-inner h2 {
    font-size:39px;
  }
  .contact-inner>p:not(.eyebrow) br {
    display:none;
  }
  .contact-inner .button {
    font-size:12px;
  }
  .site-footer>.wrap {
    justify-content:center;
    flex-direction:column;
    gap:20px;
  }
  .site-footer p {
    margin:0;
  }
  .faq h2 {
    font-size:34px;
  }
  .hero-note {
    font-size:10px;
  }
  h2 {
    letter-spacing:-1.3px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}
.header-shell {
  background:var(--navy);
  color:white;
}

/* Waiting-list CTAs retain their full wording on smaller screens. */
.hero-actions .button { max-width: 100%; }
.button span { flex-shrink: 0; }
.hero-note { color: var(--yellow); font-weight: 700; }
@media (max-width: 800px) {
  .site-header { flex-wrap: wrap; }
  .site-header nav { width: 100%; }
  .site-header .button-small { width: 100%; }
}

/* Crop the original photograph in CSS; preserve Bob's actual appearance. */
.portrait-window {
  position: absolute;
  inset: 6px 20px 0 28px;
  border-radius: 220px 220px 12px 12px;
  overflow: hidden;
  z-index: 1;
}
.hero-visual .portrait {
  width: 160%;
  height: auto;
  max-width: none;
  left: -30%;
  top: -9%;
  bottom: auto;
}
@media (max-width: 800px) {
  .hero-note, .price-caption, .payment-plans p, .card-note,
  .facts p, .resources-copy p:not(.eyebrow), .resource-note {
    font-size: 12px;
  }
  .included, .payment-plans > div, .payment-plans h3,
  .faq > div > p:not(.eyebrow), details p {
    font-size: 14px;
  }
  .hero-actions > .button, .contact-inner .button, .button-dark,
  .site-header .button-small {
    font-size: 14px;
    min-height: 48px;
    text-align: left;
  }
  .contact-inner .contact-email { font-size: 12px; }
  .hero-visual { height: auto; aspect-ratio: 1.05; }
  .cohort-label { top: 26px; }
  .hero { padding-top: 32px; }
  .hero-visual { margin-top: 0; }
  .faq-list summary { min-height: 56px; }
  .tuition-top { flex-wrap: wrap; }
  .tuition-top .eyebrow { font-size: 10px; }
  .tuition-badge { font-size: 12px; }
  .payment-plans > div { flex-wrap: wrap; }
  .hero .eyebrow { font-size: 10px; }
  .facts strong span { font-size: 12px; }
}
@media (min-width: 481px) and (max-width: 680px) {
  .learning-grid { grid-template-columns: 1fr; gap: 10px; }
  .learning-card { padding: 22px 0; }
  .line-icon { margin-block: 12px; }
  .learning-card h3 { font-size: 24px; }
  .learning-card p { font-size: 15px; }
}
@media (max-width: 480px) {
  .payment-plans > div { flex-direction: column; gap: 2px; }
}
