@font-face {
  font-family: "STEM Roboto Condensed";
  src: url("assets/fonts/Roboto-wdth-wght.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}

@font-face {
  font-family: "STEM Noto Sans";
  src: url("assets/fonts/NotoSans-wdth-wght.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62.5% 100%;
  font-display: swap;
}

@font-face {
  font-family: "STEM Noto Sans";
  src: url("assets/fonts/NotoSans-Italic-wdth-wght.ttf") format("truetype-variations");
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62.5% 100%;
  font-display: swap;
}

:root {
  --navy: #092b55;
  --navy-2: #0d376b;
  --green: #57a52c;
  --green-dark: #3f7d22;
  --blue: #1477c9;
  --orange: #f28a00;
  --gold: #f6bd22;
  --purple: #7455b7;
  --cloud: #f6f8fa;
  --white: #ffffff;
  --ink: #172536;
  --muted: #5d6b78;
  --line: #d9e2ea;
  --pale-blue: #eaf5fc;
  --pale-green: #edf7e8;
  --display: "STEM Roboto Condensed", "Roboto Condensed", "Arial Narrow", "Noto Sans", Arial, sans-serif;
  --body: "STEM Noto Sans", "Noto Sans", "Segoe UI", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(9, 43, 85, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--cloud); font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: var(--display); font-stretch: 75%; font-variation-settings: "wdth" 75; line-height: 1.02; }
h1 { margin-bottom: 1.35rem; font-size: clamp(3.5rem, 5.5vw, 5.4rem); letter-spacing: -.055em; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.55rem, 5vw, 5rem); letter-spacing: -.045em; }
h3 { letter-spacing: -.025em; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.skip-link { position: absolute; left: 1rem; top: -6rem; z-index: 40; padding: .8rem 1rem; background: var(--orange); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header, .hero, .section, .quick-facts, .site-footer { width: min(1240px, calc(100% - 2.5rem)); margin-inline: auto; }
.site-header { min-height: 108px; display: grid; grid-template-columns: 320px 1fr auto; align-items: center; gap: 2.2rem; }
.brand { display: block; width: min(320px, 100%); }
.brand img { width: 100%; }
.site-header nav { display: flex; justify-content: flex-end; gap: clamp(1rem, 3vw, 2.3rem); }
.site-header nav a { color: var(--navy); font-size: .9rem; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.header-action { display: inline-flex; min-height: 44px; align-items: center; padding: .65rem 1rem; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-size: .86rem; font-weight: 800; text-decoration: none; }

.hero { padding: clamp(2.75rem, 5vw, 4.75rem) 0 clamp(4rem, 7vw, 6rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .82fr); align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy { padding-top: clamp(2rem, 5vw, 4.5rem); }
.eyebrow, .section-label { margin-bottom: 1rem; font-weight: 850; }
.eyebrow { display: flex; align-items: center; gap: .55rem; color: var(--navy); font-size: .95rem; letter-spacing: .035em; }
.section-label { color: var(--navy); font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 15px 0 0 var(--green), 30px 0 0 var(--blue); margin-right: 30px; }
.hero-subtitle { margin: -.35rem 0 1.15rem; color: var(--navy); font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 1.85rem); font-weight: 750; }
.hero-lede { max-width: 670px; margin-bottom: 2rem; color: #304153; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.stem-definition { max-width: 650px; margin: -1rem 0 2rem; padding: 1rem 1.1rem; display: grid; gap: .25rem; border-left: 5px solid var(--orange); border-radius: 0 14px 14px 0; background: var(--white); box-shadow: 0 8px 24px rgba(9,43,85,.06); }
.stem-definition strong { color: var(--navy); font-family: var(--display); font-size: 1rem; }
.stem-definition span { color: var(--muted); font-size: .86rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .82rem 1.25rem; border-radius: 999px; font-weight: 850; text-decoration: none; }
.primary-button { background: var(--navy); color: var(--white); box-shadow: 0 8px 20px rgba(9,43,85,.18); }
.primary-button:hover { background: var(--navy-2); }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: .3rem; }
.text-link span { color: var(--orange); }
.microcopy { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; }

.learning-loop { position: relative; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.learning-loop::before { content: ""; position: absolute; width: 190px; height: 190px; top: -100px; right: -85px; border: 30px solid var(--pale-blue); border-radius: 50%; }
.hero-image { position: relative; z-index: 1; margin: calc(clamp(1.4rem, 3vw, 2.2rem) * -1) calc(clamp(1.4rem, 3vw, 2.2rem) * -1) 1.5rem; overflow: hidden; }
.hero-image picture, .experience-image picture { display: block; }
.hero-image img { width: 100%; height: clamp(300px, 28vw, 390px); object-fit: cover; object-position: 57% center; }
.hero-image figcaption, .experience-image figcaption { padding: .58rem .8rem; background: var(--navy); color: #e8f1f8; font-size: .75rem; line-height: 1.4; }
.loop-heading { position: relative; display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 1rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.loop-heading img { width: 78px; }
.loop-heading span { display: block; margin-bottom: .25rem; color: var(--navy-2); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.loop-heading strong { display: block; color: var(--navy); font-family: var(--display); font-size: 1.45rem; line-height: 1.15; }
.learning-loop ol { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.learning-loop li { --step-accent: var(--blue); position: relative; min-height: 150px; padding: 1rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--step-accent); border-radius: 16px; background: var(--white); box-shadow: 0 8px 18px rgba(9,43,85,.06); overflow: hidden; }
.learning-loop li::after { content: ""; position: absolute; width: 80px; height: 80px; right: -42px; bottom: -42px; border: 14px solid color-mix(in srgb, var(--step-accent) 14%, white); border-radius: 50%; }
.learning-loop li:nth-child(2) { --step-accent: var(--orange); }
.learning-loop li:nth-child(3) { --step-accent: var(--green); }
.step-head { margin-bottom: auto; display: flex; align-items: flex-start; justify-content: space-between; }
.step-number { color: var(--navy-2); font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.loop-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: color-mix(in srgb, var(--step-accent) 11%, white); color: var(--step-accent); }
.loop-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.learning-loop li strong { color: var(--navy); font-family: var(--display); font-size: 1.2rem; }
.learning-loop li small { color: var(--muted); }
.learning-loop li strong, .learning-loop li small { position: relative; z-index: 1; }
.learning-loop > p { margin: 0; color: var(--muted); font-size: .82rem; }

.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 30px rgba(9,43,85,.05); }
.quick-facts article { position: relative; min-height: 154px; padding: 1.35rem; display: grid; grid-template-columns: 66px 1fr; align-content: center; column-gap: 1rem; overflow: hidden; }
.quick-facts article + article { border-left: 1px solid var(--line); }
.fact-index { position: absolute; top: 1rem; right: 1rem; color: var(--orange); font-size: .7rem; font-weight: 850; letter-spacing: .08em; }
.fact-icon { grid-row: 1 / 3; width: 60px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 20px; background: #fff3e2; color: var(--orange); }
.fact-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.quick-facts article:nth-child(2) .fact-icon { background: var(--pale-blue); color: var(--blue); }
.quick-facts article:nth-child(3) .fact-icon { background: var(--pale-green); color: var(--green-dark); }
.quick-facts strong { color: var(--navy); font-family: var(--display); font-size: 1.35rem; }
.quick-facts small { color: var(--muted); }

.authority { width: min(1240px, calc(100% - 2.5rem)); margin: clamp(4rem, 8vw, 7rem) auto 0; padding: clamp(2rem, 4vw, 3.5rem); display: grid; grid-template-columns: 112px minmax(0, 1.2fr) minmax(280px, .72fr); align-items: center; gap: clamp(1.5rem, 4vw, 3rem); border-radius: 30px; background: var(--navy); color: var(--white); box-shadow: 0 24px 60px rgba(9,43,85,.18); overflow: hidden; }
.authority-mark { width: 112px; aspect-ratio: 1; padding: 1rem; display: grid; place-items: center; border-radius: 30px; background: var(--white); transform: rotate(-3deg); }
.authority-mark img { width: 100%; }
.authority-copy .section-label { color: #73c7ff; }
.authority-copy h2 { max-width: 19ch; margin-bottom: 1.15rem; color: var(--white); font-size: clamp(2.1rem, 3.4vw, 3.65rem); }
.authority-copy > p:last-child { max-width: 700px; margin-bottom: 0; color: #d5e3ef; }
.authority-boundary { padding: 1.35rem; border: 1px solid rgba(255,255,255,.24); border-top: 5px solid var(--orange); border-radius: 18px; background: rgba(255,255,255,.08); }
.authority-boundary span { display: block; margin-bottom: .65rem; color: #ffc169; font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.authority-boundary strong { display: block; margin-bottom: .65rem; color: var(--white); font-family: var(--display); font-size: 1.45rem; line-height: 1.1; }
.authority-boundary p { margin: 0; color: #cfdeeb; font-size: .86rem; }

.section { padding-block: clamp(6rem, 10vw, 10rem); }
.experience { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.section-heading { position: sticky; top: 2rem; }
.section-heading h2 { max-width: 13ch; }
.section-heading > p:last-child { max-width: 570px; color: var(--muted); font-size: 1.08rem; }
.action-grid { display: grid; gap: .8rem; }
.experience-image { margin: 0 0 1.2rem; overflow: hidden; border-radius: 22px; background: var(--white); box-shadow: 0 12px 30px rgba(9,43,85,.07); }
.experience-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.experience-image figcaption { background: var(--blue); }
.action-grid article { --action-accent: var(--blue); min-height: 104px; padding: 1rem 1.1rem; display: grid; grid-template-columns: 58px 1fr; gap: 1rem; align-items: center; border: 1px solid var(--line); border-left: 5px solid var(--action-accent); border-radius: 16px; background: var(--white); box-shadow: 0 7px 18px rgba(9,43,85,.045); }
.action-grid article:nth-of-type(2) { --action-accent: var(--orange); }
.action-grid article:nth-of-type(3) { --action-accent: var(--blue); }
.action-grid article:nth-of-type(4) { --action-accent: var(--green); }
.action-grid article:nth-of-type(5) { --action-accent: var(--purple); }
.action-icon { width: 52px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 16px; background: color-mix(in srgb, var(--action-accent) 11%, white); color: var(--action-accent); }
.action-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.action-grid strong { display: block; color: var(--navy); font-family: var(--display); font-size: 1.55rem; }
.action-grid small { color: var(--muted); font-size: .95rem; }
.philosophy-strip { margin-top: 2rem; padding: 1.3rem 1.5rem; display: grid; gap: .35rem; border: 1px solid #cfe0c5; border-left: 6px solid var(--green); border-radius: 18px; background: var(--pale-green); }
.philosophy-strip strong { color: var(--navy); font-family: var(--display); font-size: 1.3rem; }
.philosophy-strip span { color: #405365; }

.pathways { padding: clamp(6rem, 10vw, 9rem) max(1.25rem, calc((100% - 1240px) / 2)); background: var(--navy); color: var(--white); }
.pathways-inner { max-width: 1240px; margin-inline: auto; }
.pathways .section-label { color: #68b9f5; }
.pathways h2 { max-width: 12ch; color: var(--white); }
.pathway-heading { display: grid; grid-template-columns: 1fr minmax(300px, 520px); gap: 3rem; align-items: end; }
.pathway-heading > p { color: #c7d8e8; font-size: 1.05rem; }
.path-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.path-card { --path-accent: var(--blue); position: relative; min-height: 0; padding: 1.25rem; display: flex; flex-direction: column; justify-content: flex-start; gap: 2rem; border-top: 6px solid var(--path-accent); border-radius: 16px; background: var(--white); color: var(--ink); overflow: hidden; }
.path-card::after { content: ""; position: absolute; width: 155px; height: 155px; top: 24px; right: -90px; border: 2px dashed color-mix(in srgb, var(--path-accent) 35%, white); border-radius: 50%; }
.path-card h3 { margin: .65rem 0 0; font-size: clamp(1.65rem, 2vw, 2.1rem); }
.path-age { margin: .4rem 0 .7rem; color: var(--navy); font-family: var(--display); font-size: 1.03rem; font-weight: 800; }
.path-description { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.path-top { display: flex; align-items: flex-start; justify-content: space-between; }
.path-symbol { width: 82px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 24px; background: color-mix(in srgb, var(--path-accent) 12%, white); color: var(--path-accent); transform: rotate(-3deg); }
.path-symbol svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.stars .path-symbol svg, .galaxies .path-symbol svg { fill: currentColor; stroke: none; }
.path-number { color: var(--navy-2); font-size: .75rem; font-weight: 850; letter-spacing: .08em; }
.path-status { color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.primary-status { color: var(--green-dark); }
.stars { --path-accent: #d79700; }.stars .path-symbol { background: #fff7db; }
.rockets { --path-accent: var(--orange); }.rockets .path-symbol { background: #fff1df; }
.orbits { --path-accent: var(--blue); }
.galaxies { --path-accent: var(--purple); }.galaxies .path-symbol { background: #f1edfb; }
.competition-lane { margin-top: 1.15rem; padding: clamp(1.4rem, 3vw, 2rem); display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 1.5rem; border: 1px solid rgba(255,255,255,.3); border-top: 6px solid var(--green); border-radius: 20px; background: rgba(255,255,255,.1); }
.competition-symbol { width: 92px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 26px; background: var(--pale-green); color: var(--green-dark); transform: rotate(-3deg); }
.competition-symbol svg { width: 54px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.competition-lane span { color: #9bd47c; font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.competition-lane h3 { margin: .3rem 0 .45rem; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.65rem); }
.competition-lane p { max-width: 850px; margin: 0; color: #d6e3ef; }
.pathway-contact { margin-top: 2rem; padding: 1.25rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(255,255,255,.1); }
.pathway-contact div { display: grid; gap: .2rem; }
.pathway-contact strong { color: var(--white); font-family: var(--display); font-size: 1.25rem; }
.pathway-contact span { color: #d6e3ef; }
.pathway-contact a { flex: 0 0 auto; min-height: 48px; padding: .75rem 1rem; display: inline-flex; align-items: center; border-radius: 999px; background: var(--orange); color: var(--navy); font-weight: 850; text-decoration: none; }

.location-section { min-height: 530px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--pale-blue); }
.location-card, .location-note { padding: clamp(3rem, 8vw, 7rem) max(1.25rem, calc((100vw - 1240px) / 2)); }
.location-card { padding-right: clamp(2rem, 6vw, 5rem); }
.location-card h2 { max-width: 10ch; }
.location-card address { display: flex; flex-direction: column; align-items: flex-start; color: var(--navy); font-style: normal; }
.location-card address strong { font-family: var(--display); font-size: 1.8rem; }
.location-card address span { color: var(--muted); font-size: 1.1rem; }
.location-card address a { margin-top: 1.25rem; padding: .7rem 1rem; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-weight: 850; text-decoration: none; }
.location-card address a:hover { background: var(--navy); color: var(--white); }
.location-note { padding-left: clamp(2rem, 6vw, 5rem); display: flex; flex-direction: column; justify-content: center; background: var(--blue); color: var(--white); }
.location-note p { max-width: 380px; margin: 1.5rem 0 0; font-size: 1.15rem; }
.pin { position: relative; width: 64px; height: 64px; border: 4px solid var(--white); border-radius: 50% 50% 50% 10%; transform: rotate(-45deg); }
.pin::after { content: ""; position: absolute; width: 17px; height: 17px; inset: 19px; border-radius: 50%; background: var(--orange); }

.faq { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.faq-heading { position: sticky; top: 2rem; }
.faq-heading h2 { max-width: 10ch; }
.faq-heading > p:last-child { max-width: 430px; color: var(--muted); }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: 16px; background: var(--white); box-shadow: 0 8px 22px rgba(9,43,85,.045); overflow: hidden; }
.faq-list details:nth-child(2) { border-left-color: var(--orange); }
.faq-list details:nth-child(3) { border-left-color: var(--green); }
.faq-list details:nth-child(4) { border-left-color: var(--purple); }
.faq-list details:nth-child(5) { border-left-color: var(--navy); }
.faq-list summary { position: relative; padding: 1.25rem 3.4rem 1.25rem 1.35rem; color: var(--navy); font-family: var(--display); font-size: 1.28rem; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 1.25rem; width: 28px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--pale-blue); color: var(--blue); font-family: var(--body); font-size: 1.2rem; line-height: 1; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 1.35rem 1.3rem; color: var(--muted); }

.interest { padding: clamp(6rem, 10vw, 9rem) max(1.25rem, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; background: var(--orange); }
.interest .section-label { color: var(--navy); }
.interest h2 { max-width: 13ch; }
.interest-lede { max-width: 560px; font-size: 1.12rem; }
.callback-promises { margin: 2rem 0 0; padding: 0; display: grid; gap: .8rem; list-style: none; }
.callback-promises li { position: relative; padding-left: 2rem; color: var(--navy); font-weight: 750; }
.callback-promises li::before { content: "✓"; position: absolute; left: 0; top: -.12rem; width: 1.45rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: .78rem; }
.callback-card { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid rgba(9,43,85,.18); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 18px 48px rgba(9,43,85,.14); }
#click2call-form { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1rem; }
#click2call-form > label { margin-top: .65rem; color: var(--navy); font-size: .88rem; font-weight: 800; }
#click2call-form > label span { color: var(--muted); font-size: .78rem; font-weight: 600; }
#click2call-form > input,
#click2call-form > select { width: 100%; min-height: 50px; padding: .72rem .8rem; border: 1px solid #aebdca; border-radius: 11px; background: var(--white); color: var(--ink); font: inherit; }
#click2call-form > input:focus,
#click2call-form > select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(20,119,201,.13); outline: 0; }
#click2call-form > input:invalid:not(:placeholder-shown) { border-color: #a33a2b; }
#click2call-form > small { color: var(--muted); font-size: .72rem; }
#click2call-form > label:nth-of-type(1),
#click2call-form > input:nth-of-type(2),
#click2call-form > label:nth-of-type(2),
#click2call-form > input:nth-of-type(3),
#click2call-form > small,
.consent-check,
.form-purpose,
.click2call-button,
.form-status { grid-column: 1 / -1; }
.consent-check { margin-top: 1rem !important; padding: 1rem; display: grid; grid-template-columns: 22px 1fr; gap: .75rem; border-radius: 13px; background: var(--pale-blue); cursor: pointer; }
.consent-check input { width: 20px; height: 20px; margin: .2rem 0 0; accent-color: var(--blue); }
.consent-check a { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.consent-check strong { color: var(--navy); }
.form-purpose { margin: .3rem 0; color: var(--muted); font-size: .78rem; }
.click2call-button { min-height: 58px; border: 0; border-radius: 999px; background: var(--navy); color: var(--white); box-shadow: 0 10px 24px rgba(9,43,85,.2); font: 850 1rem var(--body); cursor: pointer; }
.click2call-button:hover { background: var(--navy-2); }
.click2call-button:disabled { cursor: wait; opacity: .7; }
.form-status { min-height: 1.5rem; margin: .2rem 0 0; font-size: .86rem; font-weight: 750; }
.form-status[data-kind="success"] { color: var(--green-dark); }
.form-status[data-kind="error"] { color: #8f2f22; }
.privacy-summary { margin-top: 1.25rem; border-top: 1px solid var(--line); }
.privacy-summary summary { padding: 1.15rem 0 .3rem; color: var(--navy); font-weight: 800; cursor: pointer; }
.privacy-summary div { padding-top: .75rem; color: var(--muted); font-size: .78rem; }
.privacy-summary p { margin-bottom: .75rem; }
.privacy-summary code { overflow-wrap: anywhere; }

.site-footer { min-height: 130px; display: grid; grid-template-columns: 54px 1fr auto; gap: .9rem; align-items: center; }
.site-footer img { width: 54px; }
.site-footer div { display: flex; flex-direction: column; }
.site-footer strong { color: var(--navy); font-family: var(--display); font-size: 1.3rem; }
.site-footer div span { color: var(--muted); font-size: .78rem; }
.footer-contact { color: var(--muted); font-size: .78rem; font-weight: 700; }
.footer-contact a { color: var(--navy); text-decoration: none; }
:focus-visible { outline: 4px solid var(--orange); outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 280px 1fr; }
  .site-header nav { display: none; }
  .hero, .experience, .interest, .faq { grid-template-columns: 1fr; }
  .learning-loop { max-width: 680px; }
  .section-heading, .faq-heading { position: static; }
  .authority { grid-template-columns: 96px 1fr; }
  .authority-mark { width: 96px; }
  .authority-boundary { grid-column: 2; }
  .path-grid { grid-template-columns: repeat(2, 1fr); }
  .location-section { grid-template-columns: 1fr; }
  .location-card, .location-note { padding-inline: max(1.25rem, calc((100% - 760px) / 2)); }
  .location-note { min-height: 300px; }
}

@media (max-width: 650px) {
  .site-header { min-height: 92px; grid-template-columns: 1fr; gap: 1rem; }
  .brand { width: min(240px, 100%); }
  .header-action { display: none; }
  h1 { font-size: clamp(3rem, 11vw, 4.2rem); }
  .hero { padding-top: 2.25rem; }
  .hero-copy { padding-top: 0; }
  .hero-image img { height: clamp(250px, 65vw, 330px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .learning-loop ol { grid-template-columns: 1fr; }
  .learning-loop li { min-height: 138px; }
  .authority { grid-template-columns: 1fr; }
  .authority-mark { width: 82px; }
  .authority-boundary { grid-column: auto; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts article + article { border-left: 0; border-top: 1px solid var(--line); }
  .pathway-heading { grid-template-columns: 1fr; gap: 1rem; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 0; gap: 1.5rem; }
  .competition-lane { grid-template-columns: 1fr; }
  .pathway-contact { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-block: 1.5rem; grid-template-columns: 48px 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .section { padding-block: clamp(4.5rem, 16vw, 6rem); }
  #click2call-form { grid-template-columns: 1fr; }
  #click2call-form > * { grid-column: 1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media print {
  .experience-image, .experience-image picture, .experience-image img,
  .action-grid article, .path-card, .competition-lane, .learning-loop li, .authority, .pathway-contact {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .experience-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
}
