:root {
  --paper: #f7f7f4;
  --surface: #ffffff;
  --ink: #172238;
  --muted: #5f6978;
  --line: #d6d9dc;
  --navy: #004078;
  --navy-deep: #073457;
  --red: #c21531;
  --teal: #087f9c;
  --copper: #8b6b57;
  --pale-blue: #eaf0f3;
  --radius: 3px;
  --container: 1280px;
  --shadow: 0 22px 70px rgb(18 54 88 / 12%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: -2; pointer-events: none; background-image: linear-gradient(rgb(36 70 111 / 3.5%) 1px, transparent 1px), linear-gradient(90deg, rgb(36 70 111 / 3.5%) 1px, transparent 1px); background-size: 42px 42px; content: ""; mask-image: linear-gradient(to bottom, #000 0, transparent 72%); }
img { max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button):focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; color: white; background: var(--navy-deep); transform: translateY(-160%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 120; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; }

.site-header { position: sticky; top: 0; z-index: 90; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 10px max(24px, calc((100vw - var(--container)) / 2)); background: rgb(247 247 244 / 94%); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: clamp(210px, 22vw, 310px); height: 58px; object-fit: contain; object-position: left center; }
.brand > span { display: grid; padding-left: 14px; line-height: 1; border-left: 1px solid var(--line); }
.brand strong { color: var(--navy); font-size: 18px; letter-spacing: .12em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.site-nav a { position: relative; padding: 10px 0; color: #3f4b60; font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a:not(.nav-action)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; content: ""; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-action { padding: 11px 15px; color: white; background: var(--navy); border: 1px solid var(--navy); }
.menu-toggle { display: none; }

.hero { width: min(var(--container), calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: clamp(48px, 7vw, 100px); margin: 0 auto; padding: clamp(72px, 8vw, 116px) 0 92px; }
.eyebrow { margin-bottom: 16px; color: var(--teal); font-size: 12px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #9fd3d8; }
.hero h1 { max-width: 760px; margin-bottom: 27px; font-size: clamp(48px, 5.8vw, 82px); line-height: .98; letter-spacing: -.052em; }
.hero-lead { max-width: 720px; margin-bottom: 30px; color: #526074; font-size: clamp(19px, 1.7vw, 23px); line-height: 1.53; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 17px; font-size: 15px; font-weight: 730; text-decoration: none; border: 1px solid transparent; border-radius: var(--radius); transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: #aa1131; }
.button-secondary { color: var(--navy-deep); background: transparent; border-color: var(--navy); }
.button-white { color: var(--navy-deep); background: white; }
.text-link { display: inline-flex; gap: 9px; padding: 10px 0 7px; color: var(--navy); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link-light { color: white; }
.hero-metrics { display: flex; gap: 34px; margin: 46px 0 0; padding: 25px 0 0; list-style: none; border-top: 1px solid var(--line); }
.hero-metrics li { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 8px; }
.hero-metrics strong { color: var(--navy); font-size: 31px; line-height: 1; }
.hero-metrics span { max-width: 90px; color: var(--muted); font-size: 12px; line-height: 1.25; }
.hero-media { position: relative; margin: 0; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-image { height: min(585px, 55vw); min-height: 480px; overflow: hidden; background: #dfe8ea; }
.hero-image img { width: 116%; height: 116%; display: block; max-width: none; object-fit: cover; object-position: 66% 42%; transform: translate(-6%, -6%); }
.hero-media figcaption { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 16px 18px; color: var(--muted); font-size: 12px; line-height: 1.45; border-top: 1px solid var(--line); }
.hero-media figcaption span { color: var(--red); font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.signal { position: absolute; width: 68px; height: 68px; pointer-events: none; border: 1px solid var(--teal); }
.signal::after { position: absolute; width: 8px; height: 8px; background: var(--red); border-radius: 50%; content: ""; }
.signal-a { top: -18px; right: -18px; border-bottom: 0; border-left: 0; }
.signal-a::after { top: -4px; left: -4px; }
.signal-b { bottom: 54px; left: -23px; border-top: 0; border-right: 0; }
.signal-b::after { right: -4px; bottom: -4px; }

.promise-band { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, .75fr); gap: 90px; padding: 70px max(24px, calc((100vw - var(--container)) / 2)); color: white; background: var(--navy-deep); }
.promise-band h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(38px, 4.2vw, 59px); line-height: 1.04; letter-spacing: -.035em; }
.promise-band > div > p:not(.eyebrow) { color: #d5e2ea; font-size: 18px; line-height: 1.62; }
.promise-band ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 25%); }
.promise-band li { padding: 14px 12px 14px 0; font-size: 13px; font-weight: 650; border-bottom: 1px solid rgb(255 255 255 / 18%); }

.section { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; padding: 104px 0 112px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .55fr); align-items: end; gap: 70px; margin-bottom: 54px; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.042em; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.cycle { border-top: 1px solid var(--ink); }
.cycle-tabs { display: grid; grid-template-columns: repeat(6, 1fr); }
.cycle-tab { position: relative; min-height: 132px; display: grid; align-content: start; gap: 5px; padding: 19px 16px; color: var(--muted); text-align: left; background: transparent; cursor: pointer; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cycle-tab:first-child { border-left: 1px solid var(--line); }
.cycle-tab span { margin-bottom: 13px; color: var(--teal); font-size: 11px; font-weight: 760; letter-spacing: .1em; }
.cycle-tab strong { color: var(--ink); font-size: 17px; }
.cycle-tab small { font-size: 12px; line-height: 1.3; }
.cycle-tab::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 4px; background: var(--red); transform: scaleX(0); transition: transform .22s ease; content: ""; }
.cycle-tab.is-active { color: var(--ink); background: white; }
.cycle-tab.is-active::after { transform: scaleX(1); }
.cycle-stage { position: relative; min-height: 530px; background: white; border: 1px solid var(--line); border-top: 0; }
.cycle-panel { min-height: 530px; display: grid; grid-template-columns: .82fr 1.18fr; }
.cycle-panel[hidden] { display: none; }
.cycle-panel.is-active { animation: panel-in .35s ease both; }
.cycle-copy { padding: clamp(38px, 5vw, 72px); }
.stage-kicker { margin-bottom: 27px; color: var(--red); font-size: 11px; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }
.cycle-copy h3 { margin-bottom: 16px; font-size: clamp(38px, 4vw, 56px); line-height: 1.02; letter-spacing: -.04em; }
.cycle-copy h3 em { display: block; color: var(--navy); font-style: normal; }
.stage-short { color: var(--teal); font-size: 19px; font-weight: 680; line-height: 1.4; }
.cycle-copy > p:not(.stage-kicker, .stage-short) { color: var(--muted); font-size: 16px; line-height: 1.65; }
.stage-output { display: grid; gap: 6px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); }
.stage-output span { color: var(--muted); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.stage-output strong { font-size: 16px; }
.cycle-panel figure { min-height: 530px; margin: 0; overflow: hidden; background: var(--pale-blue); }
.cycle-panel figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cycle-panel:nth-child(2) figure img { object-position: 50% 42%; }
.cycle-panel:nth-child(4) figure img, .cycle-panel:nth-child(5) figure img, .cycle-panel:nth-child(6) figure img { object-fit: contain; padding: 28px; }
@keyframes panel-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

.semester-section { padding-top: 82px; }
.semester-bridge { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--muted); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.semester-bridge i { height: 1px; background: linear-gradient(90deg, var(--copper), var(--teal)); }
.semester-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.semester-card { position: relative; min-height: 470px; display: flex; flex-direction: column; padding: clamp(34px, 4vw, 58px); overflow: hidden; background: white; border: 1px solid var(--line); }
.semester-card::after { position: absolute; right: -100px; bottom: -120px; width: 300px; height: 300px; border: 1px solid var(--accent); border-radius: 50%; content: ""; box-shadow: 0 0 0 28px rgb(36 70 111 / 3%), 0 0 0 62px rgb(36 70 111 / 2%); }
.semester-one { --accent: var(--copper); }
.semester-two { --accent: var(--teal); }
.semester-number { position: absolute; top: 25px; right: 28px; color: var(--accent); font-size: 15px; font-weight: 780; letter-spacing: .1em; }
.semester-card .eyebrow { color: var(--accent); }
.semester-card h3 { max-width: 570px; margin-bottom: 18px; font-size: clamp(34px, 3.5vw, 49px); line-height: 1.06; letter-spacing: -.035em; }
.semester-card > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.semester-result { max-width: 610px; margin: auto 0 24px; padding: 17px 0; font-size: 14px; line-height: 1.55; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.semester-result span { display: block; margin-bottom: 6px; color: var(--accent); font-size: 10px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.semester-card > a { position: relative; z-index: 1; display: inline-flex; align-self: flex-start; gap: 10px; color: var(--navy); font-weight: 740; text-decoration: none; }

.evidence-section { padding-top: 74px; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.evidence-card { display: grid; grid-template-columns: minmax(210px, .92fr) 1.08fr; min-height: 300px; background: white; border: 1px solid var(--line); }
.evidence-card figure { position: relative; min-height: 300px; margin: 0; overflow: hidden; background: var(--pale-blue); }
.evidence-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.evidence-card:nth-child(3) figure img, .evidence-card:nth-child(4) figure img { object-fit: contain; padding: 16px; }
.evidence-card figure span { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: white; background: var(--navy-deep); font-size: 10px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.evidence-card > div { display: flex; flex-direction: column; padding: 25px; }
.evidence-card h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.15; }
.evidence-card p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.evidence-card small { margin-top: auto; color: var(--teal); font-size: 11px; font-weight: 680; }
.evidence-more { margin-top: 28px; }

.closing-cta { padding: 90px max(24px, calc((100vw - var(--container)) / 2)); color: white; background: var(--navy); }
.closing-cta h2 { max-width: 1050px; margin-bottom: 18px; font-size: clamp(44px, 5.6vw, 78px); line-height: 1; letter-spacing: -.045em; }
.closing-cta > p:not(.eyebrow) { max-width: 700px; color: #d9e3eb; font-size: 19px; line-height: 1.55; }
.closing-cta > div { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 30px; }
.site-footer { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; padding: 58px max(24px, calc((100vw - var(--container)) / 2)); color: #d5e0e8; background: #0e2c49; border-top: 1px solid rgb(255 255 255 / 13%); }
.site-footer img { width: 260px; filter: brightness(0) invert(1); opacity: .92; }
.site-footer p { max-width: 430px; margin: 18px 0 0; color: #aebdca; font-size: 13px; line-height: 1.55; }
.site-footer > div { display: grid; align-content: start; gap: 10px; }
.site-footer strong { margin-bottom: 8px; color: white; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a, .site-footer span { color: #bdcad5; font-size: 13px; text-decoration: none; }

.page-hero { width: min(var(--container), calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr); align-items: center; gap: 74px; margin: 0 auto; padding: 76px 0 86px; }
.page-hero-copper { --page-accent: var(--copper); }
.page-hero-teal { --page-accent: var(--teal); }
.back-link { display: inline-flex; margin-bottom: 36px; color: var(--muted); font-size: 13px; font-weight: 680; text-decoration: none; }
.page-hero .eyebrow { color: var(--page-accent); }
.page-hero h1, .gallery-hero h1 { max-width: 860px; margin-bottom: 22px; font-size: clamp(48px, 5.7vw, 78px); line-height: .99; letter-spacing: -.05em; }
.page-lead { max-width: 760px; color: var(--muted); font-size: clamp(19px, 1.7vw, 23px); line-height: 1.56; }
.page-result { display: grid; gap: 7px; margin-top: 35px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-result span { color: var(--page-accent); font-size: 10px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.page-result strong { max-width: 760px; font-size: 15px; line-height: 1.5; }
.page-hero-media { position: relative; margin: 0; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.page-hero-media img { width: 100%; height: 510px; display: block; object-fit: cover; }
.page-hero-teal .page-hero-media img { object-fit: contain; padding: 28px; background: var(--pale-blue); }
.page-hero-media figcaption { padding: 18px 20px; color: var(--muted); font-size: 13px; line-height: 1.5; border-top: 1px solid var(--line); }
.page-hero-number { position: absolute; top: -18px; right: -18px; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; color: white; background: var(--page-accent); font-size: 18px; font-weight: 800; letter-spacing: .1em; }
.continuity-band { display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: center; gap: 18px; padding: 20px max(24px, calc((100vw - var(--container)) / 2)); color: #dce7ef; background: var(--navy-deep); }
.continuity-band span { color: #9ecbd2; font-size: 10px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.continuity-band strong { font-size: 13px; font-weight: 620; }
.continuity-band i { color: var(--red); font-style: normal; }
.assignment-section { padding-bottom: 76px; }
.task-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.task-card { min-height: 190px; display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 28px; background: rgb(255 255 255 / 70%); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.task-card > span { color: var(--red); font-size: 13px; font-weight: 780; letter-spacing: .08em; }
.task-card h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.18; }
.task-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.tool-band { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: 90px; padding: 70px max(24px, calc((100vw - var(--container)) / 2)); color: white; background: var(--navy); }
.tool-band h2 { max-width: 650px; margin: 0; font-size: clamp(35px, 3.8vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.tool-list { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.tool-list li { padding: 12px 14px; color: #f4f8fb; background: rgb(255 255 255 / 8%); border: 1px solid rgb(255 255 255 / 24%); font-size: 13px; font-weight: 650; }
.criteria-section { padding-bottom: 76px; }
.criteria-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 90px; }
.criteria-grid h2 { max-width: 650px; margin-bottom: 20px; font-size: clamp(38px, 4.1vw, 56px); line-height: 1.05; letter-spacing: -.04em; }
.criteria-grid > div > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.criteria-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.criteria-grid li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 20px 4px; color: var(--muted); font-size: 15px; line-height: 1.55; border-bottom: 1px solid var(--line); }
.criteria-grid li span { color: var(--teal); font-weight: 800; }
.semester-evidence { padding-top: 58px; }
.project-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.project-preview { min-height: 410px; background: white; border: 1px solid var(--line); }
.project-preview figure { position: relative; height: 260px; margin: 0; overflow: hidden; background: var(--pale-blue); }
.project-preview figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-preview:nth-child(n+3) figure img { object-fit: contain; padding: 18px; }
.project-preview figure span, .project-card figure span { position: absolute; top: 13px; left: 13px; padding: 6px 8px; color: white; background: var(--navy-deep); font-size: 10px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.project-preview > div { padding: 22px; }
.project-preview h3 { margin-bottom: 8px; font-size: 23px; }
.project-preview p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.project-preview small { color: var(--teal); font-weight: 680; }
.assignment-note { width: min(var(--container), calc(100% - 48px)); display: grid; grid-template-columns: 48px 1fr; gap: 22px; margin: 0 auto 96px; padding: 26px; background: #edf3f4; border-left: 4px solid var(--teal); }
.assignment-note > span { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.assignment-note h2 { margin-bottom: 7px; font-size: 20px; }
.assignment-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.semester-next { padding: 78px max(24px, calc((100vw - var(--container)) / 2)); color: white; }
.semester-next-copper { background: #755a49; }
.semester-next-teal { background: #126b7f; }
.semester-next > p { margin-bottom: 13px; color: rgb(255 255 255 / 74%); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.semester-next h2 { max-width: 920px; margin-bottom: 30px; font-size: clamp(38px, 4.4vw, 60px); line-height: 1.05; letter-spacing: -.04em; }

.gallery-hero { width: min(var(--container), calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 90px; align-items: end; margin: 0 auto; padding: 78px 0 82px; }
.gallery-statement { padding: 28px 0 4px 30px; border-left: 1px solid var(--ink); }
.gallery-statement strong { display: block; color: var(--red); font-size: 68px; line-height: .9; }
.gallery-statement span { display: block; margin: 12px 0 25px; font-size: 13px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.gallery-statement p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.projects-section { padding-top: 32px; }
.filter-bar { display: flex; flex-wrap: wrap; margin-bottom: 30px; border-bottom: 1px solid var(--ink); }
.filter-bar button { min-height: 48px; padding: 12px 18px; color: var(--muted); background: transparent; cursor: pointer; border: 0; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.filter-bar button:first-child { border-left: 1px solid var(--line); }
.filter-bar button.is-active { color: white; background: var(--navy); border-color: var(--navy); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.project-card { min-height: 520px; background: white; border: 1px solid var(--line); }
.project-card[hidden] { display: none; }
.project-card figure { position: relative; height: 330px; margin: 0; overflow: hidden; background: var(--pale-blue); }
.project-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-card:nth-child(3) figure img, .project-card:nth-child(4) figure img, .project-card:nth-child(6) figure img, .project-card:nth-child(7) figure img { object-fit: contain; padding: 20px; }
.project-card > div { padding: 25px; }
.project-semester { margin-bottom: 9px; color: var(--red); font-size: 10px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.project-card h3 { margin-bottom: 9px; font-size: 27px; }
.project-card > div > p:not(.project-semester) { color: var(--muted); font-size: 15px; line-height: 1.58; }
.project-card small { color: var(--teal); font-size: 12px; font-weight: 680; }
.faq-section { padding-top: 42px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 18px 4px; cursor: pointer; font-size: 20px; font-weight: 680; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 27px; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 850px; margin: -4px 0 24px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.not-found { width: min(880px, calc(100% - 48px)); min-height: 70vh; display: grid; place-content: center start; margin: 0 auto; }
.not-found h1 { margin-bottom: 16px; font-size: clamp(55px, 8vw, 100px); letter-spacing: -.05em; }
.not-found p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.not-found .button { justify-self: start; margin-top: 18px; }

/* Portal */
.portal-hero { width: min(var(--container), calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: clamp(48px, 7vw, 96px); margin: 0 auto; padding: clamp(70px, 8vw, 110px) 0 96px; }
.portal-hero h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(50px, 6vw, 84px); line-height: .98; letter-spacing: -.054em; }
.portal-count { display: flex; align-items: center; gap: 16px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); }
.portal-count strong { color: var(--red); font-size: 48px; line-height: 1; }
.portal-count span { color: var(--muted); font-size: 13px; line-height: 1.35; }
.portal-mosaic { min-height: 590px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.portal-mosaic-item { position: relative; display: block; overflow: hidden; background: var(--pale-blue); border: 1px solid var(--line); box-shadow: var(--shadow); }
.portal-mosaic-item:first-child { grid-row: 1 / 3; }
.portal-mosaic-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.portal-mosaic-item:first-child img { width: 116%; max-width: none; object-position: 68% center; transform: translateX(-7%); }
.portal-mosaic-item:nth-child(2) img { object-fit: contain; padding: 16px; }
.portal-mosaic-item:hover img { transform: scale(1.025); }
.portal-mosaic-item:first-child:hover img { transform: translateX(-7%) scale(1.025); }
.portal-mosaic-item span { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 14px; color: white; background: linear-gradient(transparent, rgb(7 52 87 / 88%)); font-size: 12px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.portal-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, .55fr); gap: 90px; padding: 72px max(24px, calc((100vw - var(--container)) / 2)); color: white; background: var(--navy-deep); }
.portal-intro h2 { max-width: 820px; margin: 0; font-size: clamp(38px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -.04em; }
.portal-intro > p { align-self: end; margin: 0; color: #d5e2ea; font-size: 18px; line-height: 1.65; }
.portal-project-grid { display: grid; gap: 24px; }
.portal-project-card { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); min-height: 430px; background: white; border: 1px solid var(--line); }
.portal-project-card figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: var(--pale-blue); }
.portal-project-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.portal-project-card:nth-child(1) figure img { width: 114%; max-width: none; object-position: 67% center; transform: translateX(-6%); }
.portal-project-card:nth-child(2) figure img { object-fit: contain; padding: 28px; }
.portal-project-card figure span { position: absolute; top: 18px; left: 18px; padding: 9px 12px; color: white; background: var(--navy-deep); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.portal-card-copper { --project-accent: var(--copper); }
.portal-card-blue { --project-accent: var(--navy); }
.portal-card-teal { --project-accent: var(--teal); }
.portal-project-card > div { display: flex; flex-direction: column; padding: clamp(34px, 5vw, 62px); border-top: 5px solid var(--project-accent); }
.portal-discipline { margin-bottom: 12px; color: var(--project-accent); font-size: 11px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.portal-project-card h3 { max-width: 720px; margin-bottom: 18px; font-size: clamp(34px, 4vw, 53px); line-height: 1.04; letter-spacing: -.04em; }
.portal-project-card > div > p:not(.portal-discipline) { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.62; }
.portal-project-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 24px; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.portal-project-card li { padding: 8px 10px; color: var(--ink); background: var(--pale-blue); font-size: 12px; font-weight: 700; }
.portal-project-card a { align-self: flex-start; color: var(--navy); font-weight: 760; text-decoration: none; border-bottom: 1px solid currentColor; }
.portal-standard { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 100px; }
.portal-standard-copy h2 { max-width: 660px; font-size: clamp(40px, 4.5vw, 60px); line-height: 1.05; letter-spacing: -.04em; }
.portal-standard-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.portal-standard-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.portal-standard-list li { min-height: 86px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.portal-standard-list span { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.portal-standard-list strong { font-size: 18px; line-height: 1.4; }

/* Standalone course-project pages */
.course-hero { --course-accent: var(--navy); width: min(var(--container), calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr); align-items: center; gap: 72px; margin: 0 auto; padding: 70px 0 86px; }
.course-hero-blue { --course-accent: var(--navy); }
.course-hero-teal { --course-accent: var(--teal); }
.course-abbr { width: fit-content; margin-bottom: 18px; padding: 7px 11px; color: white; background: var(--course-accent); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.course-hero h1 { max-width: 850px; margin-bottom: 16px; font-size: clamp(48px, 5.6vw, 76px); line-height: .99; letter-spacing: -.05em; }
.course-discipline { margin-bottom: 22px; color: var(--course-accent); font-size: 14px; font-weight: 740; line-height: 1.4; }
.course-result { display: grid; gap: 7px; margin-top: 34px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.course-result span { color: var(--course-accent); font-size: 10px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.course-result strong { max-width: 780px; font-size: 15px; line-height: 1.5; }
.course-hero-media { margin: 0; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.course-hero-media img { width: 100%; height: 520px; display: block; object-fit: cover; }
.course-hero-blue .course-hero-media img { object-fit: contain; padding: 24px; background: var(--pale-blue); }
.course-hero-media figcaption { padding: 18px 20px; color: var(--muted); font-size: 13px; line-height: 1.55; border-top: 1px solid var(--line); }
.course-route { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px max(24px, calc((100vw - var(--container)) / 2)); color: white; background: var(--navy-deep); }
.course-route span { font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.course-route i { color: var(--red); font-style: normal; }
.milestone-section { padding-top: 76px; }
.milestone-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.milestone-card { min-height: 260px; padding: 27px; background: rgb(255 255 255 / 72%); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.milestone-card > div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 34px; }
.milestone-card span { color: var(--muted); font-size: 11px; font-weight: 740; letter-spacing: .07em; text-transform: uppercase; }
.milestone-card strong { color: var(--red); font-size: 24px; }
.milestone-card h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.18; }
.milestone-card p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.project-proof { padding-top: 72px; }
.project-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.project-proof-grid .project-preview figure img { object-fit: contain; padding: 18px; }
.project-proof-grid .project-preview:last-child figure img { object-fit: cover; padding: 0; }
.semester-next-blue { background: var(--navy); }
.hero-copy .back-link { margin-bottom: 25px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 42px; }
  .hero-image { min-height: 430px; }
  .cycle-tabs { grid-template-columns: repeat(3, 1fr); }
  .evidence-card { grid-template-columns: 1fr; }
  .evidence-card figure { min-height: 250px; }
}
@media (max-width: 820px) {
  .site-header { min-height: 72px; padding: 7px 20px; }
  .brand img { width: 205px; height: 48px; }
  .brand > span { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; padding: 0; background: transparent; border: 1px solid var(--line); }
  .menu-toggle i { width: 20px; height: 1px; display: block; background: var(--ink); }
  .site-nav { position: absolute; top: 72px; right: 16px; width: min(320px, calc(100vw - 32px)); display: none; padding: 10px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  body:has(.site-nav.is-open) { overflow: hidden; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; padding: 10px 12px; font-size: 14px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-action { justify-content: center; margin-top: 6px; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-media { max-width: 680px; }
  .hero-image { height: 520px; }
  .promise-band, .section-heading { grid-template-columns: 1fr; gap: 32px; }
  .cycle-panel { grid-template-columns: 1fr; }
  .cycle-panel figure { min-height: 380px; order: -1; }
  .semester-grid { grid-template-columns: 1fr; }
  .semester-bridge { display: none; }
  .evidence-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
  .page-hero, .gallery-hero { grid-template-columns: 1fr; gap: 44px; }
  .page-hero-media { max-width: 640px; }
  .continuity-band { grid-template-columns: auto 1fr; }
  .continuity-band i { display: none; }
  .task-list { grid-template-columns: 1fr; }
  .tool-band, .criteria-grid { grid-template-columns: 1fr; gap: 44px; }
  .project-preview-grid, .projects-grid { grid-template-columns: 1fr; }
  .gallery-statement { max-width: 420px; }
}
@media (max-width: 560px) {
  .site-header { padding-inline: 14px; }
  .brand img { width: 180px; }
  .hero, .section { width: min(100% - 28px, var(--container)); }
  .hero { gap: 34px; padding: 48px 0 64px; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-lead { font-size: 18px; }
  .hero-metrics { gap: 14px; }
  .hero-metrics li { grid-template-columns: 1fr; }
  .hero-image { min-height: 360px; height: 112vw; max-height: 500px; }
  .hero-media figcaption { grid-template-columns: 1fr; gap: 5px; }
  .signal { display: none; }
  .promise-band { padding: 58px 20px; }
  .promise-band ul { grid-template-columns: 1fr; }
  .section { padding: 76px 0 82px; }
  .section-heading h2 { font-size: 41px; }
  .cycle-tabs { grid-template-columns: 1fr 1fr; }
  .cycle-tab { min-height: 112px; }
  .cycle-stage, .cycle-panel { min-height: 0; }
  .cycle-panel figure { min-height: 290px; }
  .cycle-copy { padding: 30px 24px 38px; }
  .cycle-copy h3 { font-size: 38px; }
  .semester-card { min-height: 430px; padding: 34px 24px; }
  .evidence-card figure { min-height: 230px; }
  .closing-cta { padding: 68px 20px; }
  .site-footer { grid-template-columns: 1fr; padding: 48px 20px; }
  .site-footer > div:first-child { grid-column: auto; }
  .page-hero, .gallery-hero, .assignment-note { width: calc(100% - 28px); }
  .page-hero { padding: 52px 0 62px; }
  .page-hero h1, .gallery-hero h1 { font-size: 46px; }
  .page-hero-media img { height: 390px; }
  .page-hero-number { top: -12px; right: -8px; }
  .continuity-band { padding: 18px 16px; }
  .task-card { grid-template-columns: 34px 1fr; padding: 24px 19px; }
  .tool-band { padding: 58px 20px; }
  .assignment-note { grid-template-columns: 1fr; margin-bottom: 68px; }
  .semester-next { padding: 62px 20px; }
  .project-preview figure { height: 230px; }
  .gallery-hero { padding: 52px 0 58px; }
  .gallery-statement { padding-left: 20px; }
  .project-card figure { height: 240px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .portal-hero { grid-template-columns: 1fr 1fr; gap: 42px; }
  .portal-mosaic { min-height: 520px; }
  .portal-project-card { grid-template-columns: minmax(300px, .85fr) 1.15fr; }
  .milestone-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .portal-hero, .course-hero { grid-template-columns: 1fr; }
  .portal-mosaic { max-width: 680px; }
  .portal-intro, .portal-standard { grid-template-columns: 1fr; gap: 34px; }
  .portal-project-card { grid-template-columns: 1fr; }
  .portal-project-card figure { min-height: 340px; }
  .course-hero-media { max-width: 660px; }
  .course-route { flex-wrap: wrap; justify-content: flex-start; }
}
@media (max-width: 560px) {
  .portal-hero, .course-hero { width: calc(100% - 28px); padding: 48px 0 62px; }
  .portal-hero h1, .course-hero h1 { font-size: 45px; }
  .portal-mosaic { min-height: 610px; grid-template-columns: 1fr; grid-template-rows: repeat(3, 1fr); }
  .portal-mosaic-item:first-child { grid-row: auto; }
  .portal-intro { padding: 58px 20px; }
  .portal-project-card figure { min-height: 260px; }
  .portal-project-card > div { padding: 30px 23px 36px; }
  .portal-project-card h3 { font-size: 35px; }
  .portal-standard-list li { grid-template-columns: 42px 1fr; }
  .course-hero-media img { height: 390px; }
  .course-route { padding: 18px 16px; gap: 9px; }
  .course-route span { font-size: 10px; }
  .milestone-grid, .project-proof-grid { grid-template-columns: 1fr; }
}
