@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("../fonts/manrope/manrope-c9a5f13c.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("../fonts/manrope/manrope-81401990.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono/ibm-plex-mono-c969eaac.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono/ibm-plex-mono-d7731959.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono/ibm-plex-mono-b98a4523.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono/ibm-plex-mono-8d0aead6.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink: #10231e;
    --paper: #f3f1e9;
    --surface: #fbfaf5;
    --line: #10231e29;
    --muted: #66736d;
    --accent: #e8693c;
    --blueprint: #dbe5df;
    --schedule: #dfe8e2;
    --soft-green: #cbd7d1;
    --light-muted: #aebbb5;
    --container: 1440px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font: 400 16px/1.5 "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select {
    color: inherit;
}

:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--container);
    height: 82px;
    margin: 0 auto;
    padding: 0 48px;
    border-bottom: 1px solid var(--line);
}

.brand,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand {
    font-size: 14px;
    font-weight: 700;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 500;
}

.site-header nav {
    display: flex;
    gap: 30px;
    color: var(--muted);
    font-size: 13px;
}

.site-header nav a:hover,
footer a:hover {
    color: var(--ink);
}

.header-cta {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--ink);
    font-size: 13px;
    font-weight: 700;
}

.hero,
.section,
.reviews-section,
.beyond,
.application,
footer {
    max-width: var(--container);
    margin: 0 auto;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
    gap: 64px;
    min-height: calc(100vh - 82px);
    padding: 54px 48px 64px;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.kicker,
.reason-meta,
.reason-number,
.program-top,
.program-card > a,
.steps > li > span,
.schedule-head,
.video-code,
.video-meta,
label > span,
.footer-label,
.footer-bottom {
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    text-transform: uppercase;
}

.kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 30px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .08em;
    font-weight: 500;
}

.signal {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 7px rgba(232, 105, 60, .12);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 900px;
    margin-bottom: 0;
    font-size: 81px;
    line-height: .96;
    font-weight: 400;
}

h1 span {
    display: block;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.hero-lead {
    max-width: 690px;
    margin: 32px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
}

.facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.facts span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 99px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 40px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    gap: 28px;
    padding: 0 20px;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary,
.submit-button {
    color: #fff;
    background: var(--ink);
}

.button-primary {
    width: 214px;
}

.text-link,
.source-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
    font-weight: 600;
}

.portrait-photo {
    position: relative;
    min-height: 580px;
    background: var(--soft-green);
    overflow: hidden;
}

.portrait-photo img {
    width: 100%;
    height: 100%;
    min-height: 580px;
    object-fit: cover;
    object-position: 39% 50%;
    filter: grayscale(1);
}

.teacher-dot {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 38px;
    height: 38px;
}

.teacher-dot::before,
.teacher-dot::after {
    content: "";
    position: absolute;
    background: var(--accent);
}

.teacher-dot::before {
    left: 50%;
    top: 0;
    width: 1px;
    height: 38px;
}

.teacher-dot::after {
    left: 0;
    top: 50%;
    width: 38px;
    height: 1px;
}

.photo-note {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: grid;
    gap: 5px;
    padding: 18px;
    background: rgba(243, 241, 233, .94);
}

.photo-note span,
.photo-note em {
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    font-style: normal;
}

.photo-note strong {
    font-size: 16px;
    font-weight: 600;
}

.section {
    padding: 120px 48px;
}

.section-heading {
    max-width: 760px;
}

.section-heading h2,
.learning h2,
.reviews-section h2,
.beyond h2,
.application h2,
.about h2 {
    margin: 0;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 400;
}

.section-heading > p:not(.kicker),
.beyond-copy > p:not(.kicker),
.application-copy > p:not(.kicker) {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    border-top: 1px solid var(--line);
}

.reason-grid article {
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 24px 0 30px;
    border-bottom: 1px solid var(--line);
}

.reason-grid article + article {
    padding-left: 34px;
    border-left: 1px solid var(--line);
}

.reason-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.reason-number,
.reason-meta {
    font-size: 10px;
}

.reason-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    margin: 24px 0 28px;
    color: var(--ink);
}

.reason-visual-attention {
    position: relative;
}

.axis {
    position: absolute;
    background: var(--line);
}

.axis-x {
    width: 180px;
    height: 1px;
}

.axis-y {
    width: 1px;
    height: 118px;
}

.reason-visual-level {
    justify-content: space-between;
    gap: 10px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
}

.reason-visual-level strong {
    display: inline-grid;
    place-items: center;
    width: 90px;
    height: 90px;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-weight: 500;
}

.reason-visual-task {
    justify-content: space-between;
    gap: 8px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    text-align: center;
}

.reason-visual-task b {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: var(--muted);
}

.reason-copy h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.reason-copy p,
.steps p,
.program-card p,
.review-stack p,
.about-lead,
.consent {
    color: var(--muted);
}

.reason-copy p {
    max-width: 330px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
}

.about {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .8fr);
    gap: 64px;
    color: var(--surface);
    background: var(--ink);
}

.about-photo img {
    width: 100%;
    height: 100%;
    min-height: 533px;
    object-fit: fill;
}

.about-copy {
    align-self: center;
}

.about .kicker {
    color: var(--surface);
}

.about-lead {
    color: #d7e1dc;
    font-size: 16px;
    line-height: 1.75;
}

.credentials {
    display: grid;
    gap: 22px;
    margin: 34px 0 44px;
}

.credentials div {
    display: grid;
    gap: 4px;
}

.credentials dt {
    font-size: 24px;
    line-height: 1;
}

.credentials dd {
    margin: 0;
    color: var(--light-muted);
    font-size: 13px;
}

.about .source-link {
    width: 100%;
    color: var(--surface);
}

.programs .wide-heading {
    max-width: 760px;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 64px;
    border: 1px solid var(--line);
    background: var(--line);
}

.program-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
    padding: 30px;
    background: var(--surface);
}

.program-card.featured {
    background: #dbe6df;
}

.program-card.dark {
    color: var(--surface);
    background: var(--ink);
}

.program-top,
.program-card > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
}

.program-tag {
    padding: 7px 9px;
    border: 1px solid currentColor;
    border-radius: 99px;
    opacity: .7;
}

.program-card h3 {
    margin: 0 0 24px;
    font-size: 51px;
    line-height: .95;
    font-weight: 400;
}

.program-card p {
    max-width: 500px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.program-card.dark p {
    color: var(--light-muted);
}

.program-card > a {
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.program-card.dark > a {
    border-color: rgba(255, 255, 255, .2);
}

.learning {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 24px;
    padding: 30px 0 36px;
    border-top: 1px solid var(--line);
}

.steps li:last-child {
    border-bottom: 1px solid var(--line);
}

.steps > li > span {
    font-size: 10px;
}

.steps h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
}

.steps p {
    max-width: 520px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.reviews-section {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
    padding: 0 48px 120px;
}

.reviews-intro {
    padding-top: 48px;
}

.reviews-intro > p:not(.kicker) {
    max-width: 420px;
    margin: 24px 0 38px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.reviews-intro .source-link {
    width: 260px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.review-stack {
    display: grid;
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}

.review-stack article {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 245px;
    padding: 36px 42px;
    background: var(--surface);
}

.quote-mark {
    color: var(--muted);
    font-size: 42px;
    line-height: 1;
}

blockquote {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.review-stack p {
    margin: 28px 0 0;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    line-height: 1.5;
}

.review-stack p span {
    color: var(--muted);
}

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

.schedule-table {
    margin-top: 64px;
}

.schedule-row {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr .8fr;
    gap: 20px;
    align-items: center;
    min-height: 84px;
    border-top: 1px solid rgba(16, 35, 30, .22);
    font-size: 13px;
}

.schedule-head {
    min-height: 48px;
    color: var(--muted);
    font-size: 9px;
}

.schedule-row:last-child {
    border-bottom: 1px solid rgba(16, 35, 30, .22);
}

.status,
.schedule-row span:last-child {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
}

.beyond {
    padding: 120px 48px;
    color: var(--surface);
    background: var(--ink);
}

.beyond h2 {
    max-width: 680px;
}

.beyond-copy > p:not(.kicker) {
    color: #d7e1dc;
}

.video-grid {
    display: grid;
    grid-template-columns: 1.25fr .9fr .9fr;
    gap: 14px;
    margin-top: 64px;
}

.video-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    padding: 24px;
    border: 0;
    color: var(--surface);
    background: rgb(53, 81, 73);
    text-align: left;
    cursor: pointer;
}

.video-card::before,
.video-card::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
}

.video-card::before {
    width: 280px;
    height: 280px;
    top: -40px;
    left: -80px;
}

.video-card::after {
    width: 160px;
    height: 160px;
    top: 20px;
    left: -20px;
}

.video-2 {
    background: rgb(72, 99, 90);
}

.video-3 {
    background: rgb(40, 61, 55);
}

.video-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 50%;
    filter: saturate(.76) brightness(.64);
    transition: transform .35s ease, filter .35s ease;
}

.video-card:hover .video-cover {
    filter: saturate(.85) brightness(.7);
    transform: scale(1.025);
}

.video-code,
.video-meta,
.play,
.video-card strong {
    position: absolute;
    z-index: 1;
}

.video-code {
    top: 24px;
    left: 24px;
    font-size: 9px;
    letter-spacing: .08em;
}

.play {
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.video-meta {
    left: 24px;
    bottom: 78px;
    font-size: 10px;
    letter-spacing: .08em;
}

.video-card strong {
    right: 24px;
    bottom: 24px;
    left: 24px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
}

.application {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
    padding: 120px 48px;
    background: var(--accent);
}

.application-copy > p:not(.kicker) {
    color: rgba(16, 35, 30, .72);
}

.application-note {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    margin-top: 54px;
}

.application-note > span {
    font-size: 34px;
}

.application-note strong {
    display: block;
    margin-bottom: 6px;
}

.application-note p {
    max-width: 300px;
    margin: 0;
    color: rgba(16, 35, 30, .72);
    font-size: 14px;
}

form {
    padding: 34px 42px 28px;
    background: var(--surface);
}

label {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
}

label > span {
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: .08em;
}

input,
select {
    width: 100%;
    height: 50px;
    padding: 0 2px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
}

input:focus,
select:focus {
    outline: 0;
    border-bottom-color: var(--ink);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.submit-button {
    width: 100%;
    margin-top: 8px;
}

.form-message {
    min-height: 20px;
    margin: 14px 0 0;
    font-size: 13px;
    font-weight: 700;
}

.form-message.error {
    color: #7a190a;
}

.form-message.success {
    color: var(--ink);
}

.consent {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.5;
}

.consent a {
    border-bottom: 1px solid currentColor;
}

footer {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 50px;
    padding: 72px 48px 34px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

footer .footer-brand {
    align-items: flex-start;
    color: var(--ink);
}

.footer-brand strong,
.footer-brand span:not(.brand-mark) {
    display: block;
}

footer a {
    display: block;
    margin-top: 10px;
}

.footer-label {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 9px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    grid-column: 1 / -1;
    padding-top: 28px;
    font-size: 9px;
}

.privacy-page {
    max-width: 900px;
    min-height: calc(100vh - 358px);
    margin: 0 auto;
    padding: 120px 48px;
}

.privacy-page h1 {
    max-width: 720px;
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 1.02;
}

.privacy-page p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 64px;
    }

    .hero {
        grid-template-columns: minmax(0, 1fr) 380px;
    }

    .section-heading h2,
    .learning h2,
    .reviews-section h2,
    .beyond h2,
    .application h2,
    .about h2 {
        font-size: 48px;
    }

    .program-card h3 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 68px;
    }

    .site-header {
        height: 68px;
        padding: 0 20px;
    }

    .brand-name,
    .site-header nav {
        display: none;
    }

    .header-cta {
        font-size: 11px;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: 0;
        padding: 24px 20px 48px;
    }

    .hero-copy {
        padding: 0;
    }

    .kicker {
        margin-bottom: 26px;
    }

    h1 {
        font-size: 43px;
        line-height: .96;
    }

    h1 span {
        margin-bottom: 16px;
        font-size: 17px;
    }

    .hero-lead {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.55;
    }

    .facts {
        gap: 7px;
        margin-top: 22px;
    }

    .facts span {
        min-height: 34px;
        padding: 0 11px;
        font-size: 9px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        margin-top: 28px;
    }

    .button-primary {
        width: 100%;
    }

    .text-link {
        justify-content: space-between;
    }

    .portrait-photo,
    .portrait-photo img {
        min-height: 350px;
        height: 350px;
    }

    .portrait-photo img {
        object-position: 36% 50%;
    }

    .photo-note {
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .section,
    .beyond,
    .application {
        padding: 82px 20px;
    }

    .about {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-photo img {
        min-height: 263px;
        aspect-ratio: 4 / 3;
    }

    .section-heading h2,
    .learning h2,
    .reviews-section h2,
    .beyond h2,
    .application h2,
    .about h2,
    .privacy-page h1 {
        font-size: 40px;
        line-height: 1.05;
    }

    .section-heading > p:not(.kicker),
    .beyond-copy > p:not(.kicker),
    .application-copy > p:not(.kicker) {
        font-size: 15px;
        line-height: 1.65;
    }

    .reason-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .reason-grid article,
    .reason-grid article + article {
        min-height: 0;
        padding: 24px 0 30px;
        border-left: 0;
    }

    .program-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .program-card {
        min-height: 360px;
        padding: 24px;
    }

    .program-card h3 {
        font-size: 38px;
    }

    .learning,
    .reviews-section,
    .application {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .steps li {
        grid-template-columns: 44px 1fr;
        gap: 18px;
    }

    .reviews-section {
        padding: 0 20px 82px;
    }

    .reviews-intro {
        padding-top: 0;
    }

    .review-stack article {
        min-height: 220px;
        padding: 28px 24px;
    }

    blockquote {
        font-size: 18px;
    }

    .schedule-row,
    .schedule-head {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: 0;
        padding: 18px 0;
    }

    .schedule-head {
        display: none;
    }

    .schedule-row span {
        display: grid;
        grid-template-columns: 86px 1fr;
        gap: 12px;
    }

    .schedule-row span::before {
        content: attr(data-label);
        color: var(--muted);
        font-family: "IBM Plex Mono", monospace;
        font-size: 9px;
    }

    .video-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .video-card {
        min-height: 340px;
    }

    form {
        padding: 28px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .application-note {
        margin-top: 38px;
    }

    footer {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 58px 20px 28px;
    }

    .footer-bottom {
        display: grid;
        gap: 12px;
    }

    .privacy-page {
        padding: 82px 20px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .site-header {
        height: 68px;
        padding: 0 20px;
    }

    .brand-name,
    .site-header nav {
        display: none;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: 0;
        padding: 34px 20px 48px;
    }

    h1 {
        font-size: 62px;
    }

    .portrait-photo,
    .portrait-photo img {
        min-height: 410px;
        height: 410px;
    }

    .section,
    .beyond,
    .application {
        padding: 82px 20px;
    }

    .about,
    .learning,
    .reviews-section,
    .application {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .reviews-section {
        padding: 0 20px 82px;
    }

    .program-grid,
    .reason-grid,
    .video-grid {
        grid-template-columns: 1fr;
    }

    footer {
        grid-template-columns: 1fr 1fr;
        padding: 58px 20px 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
    }
}
