:root {
  --acta-blue: #4c86a0;
  --acta-blue-dark: #2f687f;
  --acta-coral: #ea6852;
  --acta-coral-dark: #b83e2e;
  --ink: #163745;
  --ink-deep: #082a36;
  --ink-2: #1f4556;
  --mist: #eaf3f6;
  --paper: #f8fbfc;
  --white: #fff;
  --line: rgba(22, 55, 69, 0.2);
  --line-light: rgba(255, 255, 255, 0.22);
  --shell: min(90rem, calc(100vw - 4rem));
  --display: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 1.25rem 3.5rem rgba(8, 42, 54, 0.22);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.25rem; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 1rem/1.6 var(--body); }
body.menu-open, body:has(dialog[open]) { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { border: 0; }
:focus-visible { outline: 0.1875rem solid #ffd66b; outline-offset: 0.25rem; }
::selection { color: var(--white); background: var(--acta-coral); }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(5.5rem, 9vw, 9rem); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; top: 0.75rem; left: 0.75rem; padding: 0.8rem 1rem; color: var(--white); background: var(--ink-deep); transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.no-script-panel { padding: 8rem 0 3rem; color: var(--white); background: var(--ink-deep); }
.no-script-panel h2 { margin: 0; font: 900 clamp(2rem,5vw,4rem)/1 var(--display); text-transform: uppercase; }
.no-script-panel div div { display: flex; flex-wrap: wrap; gap: .7rem; }
.no-script-panel a { display: inline-flex; min-height: 2.75rem; align-items: center; padding: .5rem .75rem; color: var(--ink-deep); background: var(--acta-coral); font-weight: 800; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 5.5rem; display: flex; align-items: stretch; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); background: rgba(8,42,54,.78); backdrop-filter: blur(.8rem); transition: background 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { background: rgba(8,42,54,.96); box-shadow: 0 .5rem 2rem rgba(8,42,54,.18); }
.brand { display: flex; min-width: 17rem; align-items: center; text-decoration: none; }
.brand-plate { align-self: stretch; display: grid; width: 8.25rem; place-items: center; padding: 1rem 1.35rem; background: var(--white); }
.brand-plate img { width: 100%; height: 100%; object-fit: contain; }
.concept-label { padding-inline: 1.2rem; color: rgba(255,255,255,.75); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; margin-left: auto; }
.desktop-nav a, .header-search, .header-contact { display: grid; min-height: 2.75rem; place-items: center; padding-inline: 1.25rem; color: var(--white); background: transparent; font-size: .84rem; font-weight: 750; text-decoration: none; border-left: 1px solid rgba(255,255,255,.17); cursor: pointer; }
.desktop-nav a:hover, .header-search:hover, .header-contact:hover { background: rgba(255,255,255,.1); }
.header-actions { display: flex; }
.header-contact { color: var(--ink-deep); background: var(--acta-coral); }
.header-contact:hover { background: #f07862; }
.menu-toggle { display: none; width: 4.6rem; color: var(--white); background: transparent; border-left: 1px solid rgba(255,255,255,.2); cursor: pointer; }
.menu-toggle svg { width: 1.5rem; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mobile-menu { position: fixed; z-index: 48; inset: 5.5rem 0 0; display: flex; flex-direction: column; justify-content: center; padding: 2rem; color: var(--white); background: var(--ink-deep); }
.mobile-menu a { padding: 1rem 0; font: 800 clamp(1.8rem,8vw,3rem)/1 var(--display); letter-spacing: -.025em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.2); }

.hero { position: relative; height: 100svh; min-height: 43rem; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.hero-poster, .hero-video, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-poster img, .hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video { z-index: 1; opacity: 0; transition: opacity 550ms ease; }
.hero-video.is-ready { opacity: 1; }
.hero-scrim { z-index: 2; background: linear-gradient(90deg, rgba(6,30,39,.94) 0%, rgba(6,30,39,.63) 43%, rgba(6,30,39,.14) 75%), linear-gradient(0deg, rgba(8,42,54,.62) 0%, transparent 42%); }
.hero-schematic { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; opacity: .3; fill: var(--acta-coral); stroke: rgba(255,255,255,.7); stroke-width: 1; vector-effect: non-scaling-stroke; }
.hero-content { position: absolute; z-index: 4; inset: 0; height: 100%; padding-top: clamp(8.5rem, 16vh, 10.5rem); padding-bottom: 13rem; pointer-events: none; }
.hero-content > * { pointer-events: auto; }
.hero-context { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.4rem; font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-context span { width: 2.5rem; height: .14rem; background: var(--acta-coral); }
.hero h1, .section-heading h2, .domains-intro h2, .catalog-heading h2, .campus-film-copy h2, .custom-copy h2, .contact-copy h2 { margin: 0; font-family: var(--display); font-weight: 900; line-height: .87; letter-spacing: -.04em; text-transform: uppercase; text-wrap: balance; }
.hero h1 { max-width: 10ch; font-size: clamp(4.6rem, 9.2vw, 6rem); }
.hero h1 em { color: var(--acta-coral); font-style: normal; }
.hero-intro { max-width: 42rem; margin: 1.5rem 0 1.75rem; color: rgba(255,255,255,.9); font-size: clamp(1rem,1.35vw,1.2rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.hero-actions .text-link { min-height: 2.75rem; align-items: center; }
.button { display: inline-flex; min-height: 3.4rem; align-items: center; justify-content: center; gap: .8rem; padding: .75rem 1.2rem; font-size: .82rem; font-weight: 850; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button-coral { color: var(--ink-deep); background: var(--acta-coral); box-shadow: .4rem .5rem 0 rgba(8,42,54,.3); }
.button-coral:hover { background: #f47a64; transform: translate(-.1rem,-.1rem); box-shadow: .55rem .65rem 0 rgba(8,42,54,.35); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 800; text-decoration-thickness: .08rem; text-underline-offset: .35rem; }
.text-link-light { color: var(--white); }
.video-toggle { position: absolute; z-index: 6; right: max(2rem, calc((100vw - min(90rem, calc(100vw - 4rem))) / 2)); bottom: 12.4rem; display: flex; min-height: 2.75rem; align-items: center; gap: .65rem; padding: .65rem .85rem; color: var(--white); background: rgba(8,42,54,.72); border: 1px solid rgba(255,255,255,.48); cursor: pointer; }
.video-toggle svg { width: 1.05rem; height: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.video-toggle .play-icon { display: none; fill: currentColor; stroke: none; }
.video-toggle[aria-pressed="true"] .pause-icon { display: none; }
.video-toggle[aria-pressed="true"] .play-icon { display: block; }
.video-toggle span { font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.search-dock { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; display: grid; min-height: 10.6rem; grid-template-columns: minmax(0,1fr) auto; color: var(--ink); background: var(--white); box-shadow: 0 -1rem 3rem rgba(8,42,54,.14); }
.hero-search { padding: 1.45rem 1.6rem; }
.hero-search > label, .finder-search > label { display: block; margin-bottom: .55rem; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.search-control, .finder-search-control { position: relative; display: flex; align-items: center; border-bottom: 2px solid var(--ink); }
.search-control:has(input:focus-visible), .finder-search-control:has(input:focus-visible) { border-bottom-color: #ffd66b; box-shadow: 0 .1875rem 0 #ffd66b; }
.search-control > svg, .finder-search-control > svg { flex: 0 0 auto; width: 1.35rem; margin-left: .2rem; fill: none; stroke: currentColor; stroke-width: 1.7; }
.search-control input, .finder-search-control input { min-width: 0; flex: 1; min-height: 3.2rem; padding: .4rem .85rem; font-size: clamp(1rem,1.4vw,1.2rem); border: 0; outline: 0; background: transparent; }
.search-control > button, .finder-search-control > button:not(.clear-query) { align-self: stretch; min-width: 7rem; padding-inline: 1rem; color: var(--white); background: var(--ink); font-weight: 850; cursor: pointer; }
.hero-search > p { margin: .55rem 0 0; color: #456671; font-size: .78rem; }
.hero-search > p button { display: inline-flex; min-width: 2.75rem; min-height: 2.75rem; align-items: center; justify-content: center; padding: 0 .1rem; color: var(--acta-coral-dark); background: transparent; font-weight: 800; text-decoration: underline; text-underline-offset: .15rem; cursor: pointer; }
.dock-proof { display: grid; min-width: 21rem; grid-template-columns: repeat(3,minmax(0,1fr)); color: var(--white); background: var(--ink-deep); }
.dock-proof span { display: flex; flex-direction: column; justify-content: center; padding: 1.2rem; font-size: .72rem; text-transform: uppercase; border-left: 1px solid rgba(255,255,255,.18); }
.dock-proof strong { color: var(--acta-coral); font: 900 1.45rem/1 var(--display); }
.search-suggestions { position: absolute; z-index: 20; top: calc(100% + 2px); right: 0; left: 0; max-height: 22rem; overflow: auto; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.suggestion-group { padding: .55rem .85rem .25rem; color: #52717c; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.search-suggestions button { display: flex; width: 100%; min-height: 2.9rem; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem .85rem; text-align: left; background: var(--white); border-top: 1px solid var(--line); cursor: pointer; }
.search-suggestions button:hover, .search-suggestions button[aria-selected="true"] { background: var(--mist); }
.search-suggestions small { color: #55727c; }

.section-kicker { margin: 0 0 1rem; color: var(--acta-coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker-light { color: #ff8975; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(18rem,.65fr); align-items: end; gap: 4rem; margin-bottom: clamp(3rem,6vw,5rem); }
.section-heading h2 { font-size: clamp(3.2rem,6vw,5.8rem); }
.section-heading > p { max-width: 38rem; margin: 0; color: #42636e; font-size: 1.05rem; }

.audiences { background: var(--paper); }
.audience-routes { border-top: 1px solid var(--line); }
.audience-route { position: relative; display: grid; min-height: 9.4rem; grid-template-columns: 4.5rem minmax(13rem,.7fr) minmax(16rem,1fr) auto; align-items: center; gap: clamp(1rem,3vw,3rem); padding: 1.4rem 0; overflow: hidden; border-bottom: 1px solid var(--line); }
.audience-route > *:not(.audience-route-media) { position: relative; z-index: 2; }
.audience-route-index { font: 900 .8rem/1 var(--display); }
.audience-route h3 { margin: 0; font: 900 clamp(1.7rem,3vw,2.8rem)/.98 var(--display); letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.audience-route p { max-width: 42rem; margin: 0; }
.audience-route button { display: inline-flex; min-height: 3rem; align-items: center; gap: .7rem; padding: .6rem .9rem; color: var(--ink); background: transparent; border: 1px solid var(--ink); font-size: .78rem; font-weight: 850; cursor: pointer; }
.audience-route button:hover { color: var(--white); background: var(--ink); }
.audience-route-media { position: absolute; z-index: 1; inset: 0; opacity: 0; transition: opacity 350ms ease; }
.audience-route-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(248,251,252,.98) 0 45%,rgba(248,251,252,.78) 70%,rgba(248,251,252,.2)); }
.audience-route-media img { width: 100%; height: 100%; object-fit: cover; }
.audience-route:hover .audience-route-media, .audience-route:focus-within .audience-route-media { opacity: .5; }

.domains { padding-block: clamp(5rem,8vw,8rem); background: var(--mist); }
.domains-shell { display: grid; grid-template-columns: minmax(18rem, 35%) minmax(0,1fr); align-items: start; gap: clamp(3rem,7vw,7rem); }
.domains-intro { position: sticky; top: 8rem; min-width: 0; }
.domains-intro h2 { max-width: none; font-size: clamp(2.6rem,3.45vw,3.9rem); overflow-wrap: normal; }
.domains-intro > p:last-child { max-width: 31rem; margin: 1.7rem 0 0; color: #42636e; }
.domain-list { min-width: 0; border-top: 1px solid var(--ink); }
.domain-row { display: grid; width: 100%; min-height: 5.5rem; grid-template-columns: 3rem minmax(0,1fr) 3rem; align-items: center; gap: 1rem; padding: .8rem 0; text-align: left; background: transparent; border-bottom: 1px solid var(--line); cursor: pointer; }
.domain-row:hover, .domain-row:focus-visible { color: var(--acta-coral-dark); }
.domain-row small { font: 900 .66rem/1 var(--display); }
.domain-row strong { font: 900 clamp(1.5rem,2.4vw,2.45rem)/1 var(--display); letter-spacing: -.03em; text-transform: uppercase; overflow-wrap: anywhere; }
.domain-row span { font-size: 1.4rem; text-align: right; transition: transform 200ms ease; }
.domain-row:hover span { transform: translateX(.35rem); }

.catalog { position: relative; overflow: clip; color: var(--white); background: var(--ink-deep); }
.catalog-schematic { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px); background-size: 5rem 5rem; mask-image: linear-gradient(90deg,transparent,#000 60%,transparent); }
.catalog > .shell { position: relative; }
.catalog-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(18rem,.6fr); align-items: end; gap: 4rem; margin-bottom: 2.2rem; }
.catalog-heading h2 { font-size: clamp(3.6rem,7vw,6rem); }
.catalog-heading > p { max-width: 38rem; margin: 0; color: #c2d5dc; font-size: 1.02rem; }
.finder-status { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: .9rem 1rem; background: rgba(255,255,255,.07); border: 1px solid var(--line-light); }
.status-light { width: .7rem; height: .7rem; background: #70d39b; box-shadow: 0 0 0 .3rem rgba(112,211,155,.15); }
.finder-status p { display: flex; flex-wrap: wrap; gap: .25rem 1rem; margin: 0; font-size: .78rem; }
.finder-status p span { color: #bdd0d7; }
.finder-status a { color: var(--white); font-size: .75rem; font-weight: 800; text-underline-offset: .2rem; }
.choice-helper-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: 1.2rem 1.35rem; color: var(--ink-deep); background: var(--acta-coral); }
.choice-helper-banner div { display: flex; flex-wrap: wrap; gap: .3rem 1rem; }
.choice-helper-banner span { font-size: .85rem; }
.choice-helper-banner strong { font-size: .9rem; }
.choice-helper-banner button { min-height: 2.8rem; padding: .55rem .9rem; color: var(--white); background: var(--ink-deep); font-size: .76rem; font-weight: 850; cursor: pointer; }
.finder-search-wrap { display: grid; grid-template-columns: 1fr auto; gap: 1rem; margin-top: 2.5rem; }
.finder-search { color: var(--ink); background: var(--white); padding: 1.15rem 1.25rem; }
.finder-search-control { border-bottom-color: var(--ink); }
.finder-search-control > button:not(.clear-query) { color: var(--white); background: var(--acta-coral-dark); }
.clear-query { width: 2.75rem; height: 2.75rem; padding: 0; font-size: 1.6rem; background: transparent; cursor: pointer; }
.mobile-filter-button { display: none; min-width: 7.5rem; color: var(--white); background: var(--acta-blue-dark); border: 1px solid var(--line-light); font-weight: 850; cursor: pointer; }
.mobile-filter-button span { display: inline-grid; min-width: 1.5rem; height: 1.5rem; place-items: center; margin-left: .4rem; color: var(--ink-deep); background: var(--acta-coral); }
.active-filter-bar { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-top: 1rem; }
.active-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.active-chips button { display: inline-flex; min-height: 2.6rem; align-items: center; gap: .5rem; padding: .45rem .7rem; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid var(--line-light); font-size: .75rem; cursor: pointer; }
.active-chips button span { font-size: 1.1rem; }
.active-filter-bar > button { min-height: 2.6rem; padding: .4rem .7rem; color: #ff9d8d; background: transparent; font-size: .75rem; font-weight: 850; text-decoration: underline; cursor: pointer; }
.finder-layout { display: grid; grid-template-columns: minmax(16rem,18.5rem) minmax(0,1fr); align-items: start; gap: 2rem; margin-top: 1.7rem; }
.filter-rail { position: sticky; top: 6.6rem; max-height: calc(100vh - 7.8rem); overflow: auto; color: var(--ink); background: var(--white); }
.filter-rail-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: 1rem; background: var(--white); border-bottom: 1px solid var(--line); }
.filter-rail-head strong { font: 900 1.15rem/1 var(--display); text-transform: uppercase; }
.filter-rail-head button { padding: .25rem; color: var(--acta-coral-dark); background: transparent; font-size: .72rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
.filter-group { border-bottom: 1px solid var(--line); }
.filter-group summary { display: flex; min-height: 3.3rem; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; font-size: .8rem; font-weight: 850; cursor: pointer; list-style: none; }
.filter-group summary::-webkit-details-marker { display: none; }
.filter-group summary::after { content: "+"; font-size: 1.1rem; }
.filter-group[open] summary::after { content: "−"; }
.filter-options { display: grid; gap: .15rem; padding: 0 .75rem .85rem; }
.filter-option { display: grid; min-height: 2.75rem; grid-template-columns: 1.3rem minmax(0,1fr) auto; align-items: center; gap: .55rem; padding: .25rem; font-size: .78rem; cursor: pointer; }
.filter-option input { width: 1.1rem; height: 1.1rem; accent-color: var(--acta-coral-dark); }
.filter-option small { min-width: 1.7rem; padding: .08rem .3rem; color: #496773; background: var(--mist); text-align: center; }
.filter-option:has(input:disabled) { color: #82969d; cursor: not-allowed; }
.date-range { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; padding: 0 1rem 1rem; }
.date-range label { font-size: .68rem; font-weight: 750; }
.date-range input { width: 100%; min-height: 2.75rem; margin-top: .25rem; padding: .3rem; border: 1px solid var(--line); }
.results-tools { display: flex; min-height: 4.2rem; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-block: 1px solid var(--line-light); }
.results-tools p { margin: 0; }
.results-tools p span { color: #b6ccd4; font-size: .78rem; }
.results-tools label { display: flex; align-items: center; gap: .55rem; color: #c4d5db; font-size: .72rem; }
.results-tools select { min-height: 2.75rem; padding: .35rem 2rem .35rem .65rem; color: var(--white); background: var(--ink-2); border: 1px solid var(--line-light); }
.training-list { min-height: 14rem; }
.training-card { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 13rem; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line-light); }
.training-card-main { min-width: 0; }
.training-card-top { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .8rem; margin-bottom: .65rem; }
.training-code { color: #9eb8c1; font: 800 .7rem/1 var(--body); letter-spacing: .06em; }
.domain-tag { padding: .22rem .45rem; color: var(--ink-deep); background: #a9d3e3; font-size: .63rem; font-weight: 850; text-transform: uppercase; }
.training-card h3 { max-width: 25ch; margin: 0; font: 900 clamp(1.55rem,2.6vw,2.45rem)/1.02 var(--display); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
.training-card-description { max-width: 67ch; margin: .75rem 0 1rem; color: #c8d8de; }
.training-card-description.is-source-note { padding-left: .75rem; color: #b8ced5; border-left: .18rem solid var(--acta-coral); font-size: .82rem; }
.training-facts { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; margin: 0; }
.training-facts div { display: flex; gap: .35rem; }
.training-facts dt { color: #8eabb5; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.training-facts dd { margin: 0; font-size: .76rem; }
.availability { display: inline-flex; align-items: center; gap: .45rem; margin-top: .85rem; color: #c8d8de; font-size: .75rem; font-weight: 750; }
.availability::before { width: .55rem; height: .55rem; content: ""; background: #88a3ac; }
.availability[data-state="available"]::before { background: #70d39b; }
.availability[data-state="few"]::before { background: #ffc862; }
.availability[data-state="full"]::before { background: #ff8d7b; }
.training-card-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.1rem; }
.training-card-actions button { min-height: 2.85rem; padding: .5rem .8rem; font-size: .73rem; font-weight: 850; cursor: pointer; }
.open-course { color: var(--ink-deep); background: var(--acta-coral); }
.compare-course { color: var(--white); background: transparent; border: 1px solid var(--line-light); }
.compare-course[aria-pressed="true"] { color: var(--ink-deep); background: var(--white); }
.training-card-side { position: relative; min-height: 11rem; overflow: hidden; background: var(--ink-2); }
.training-card-side img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform 500ms var(--ease-out); }
.training-card:hover .training-card-side img { transform: scale(1.04); }
.next-date { position: absolute; inset: auto .65rem .65rem; padding: .55rem .6rem; color: var(--ink-deep); background: rgba(255,255,255,.92); }
.next-date strong, .next-date span { display: block; }
.next-date strong { font: 900 1.05rem/1 var(--display); text-transform: uppercase; }
.next-date span { font-size: .67rem; }
.loading-state { display: grid; min-height: 17rem; place-content: center; grid-template-columns: repeat(3,1.2rem); gap: .4rem; text-align: center; }
.loading-state span { height: 1.2rem; background: var(--acta-coral); animation: loadPulse .8s infinite alternate ease-in-out; }
.loading-state span:nth-child(2) { animation-delay: 120ms; }.loading-state span:nth-child(3) { animation-delay: 240ms; }
.loading-state p { grid-column: 1/-1; margin: .7rem 0 0; color: #aec4cc; font-size: .78rem; }
@keyframes loadPulse { to { opacity: .25; transform: translateY(-.5rem); } }
.load-more { width: 100%; min-height: 3.6rem; margin-top: 1rem; color: var(--white); background: rgba(255,255,255,.06); border: 1px solid var(--line-light); font-weight: 850; cursor: pointer; }
.load-more:hover { background: rgba(255,255,255,.12); }
.empty-state { padding: clamp(2.5rem,5vw,4.5rem); color: var(--ink); background: var(--white); }
.empty-code { margin: 0; color: var(--acta-coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.empty-state h3 { margin: .6rem 0; font: 900 clamp(2rem,4vw,3.5rem)/1 var(--display); text-transform: uppercase; }
.empty-state > p:not(.empty-code) { max-width: 55ch; }
.empty-state div { display: flex; flex-wrap: wrap; gap: .6rem; }
.empty-state button, .empty-state a { display: inline-flex; min-height: 2.8rem; align-items: center; padding: .5rem .75rem; color: var(--white); background: var(--ink); font-size: .75rem; font-weight: 800; text-decoration: none; cursor: pointer; }

.campus-film { display: grid; min-height: 48rem; grid-template-columns: minmax(0,1.3fr) minmax(24rem,.7fr); background: var(--mist); }
.campus-film-media { position: relative; min-height: 40rem; overflow: hidden; background: var(--ink-deep); }
.campus-poster, .campus-film-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.campus-poster img, .campus-film-media video { width: 100%; height: 100%; object-fit: cover; }
.campus-film-media video { opacity: 0; transition: opacity 500ms ease; }
.campus-film-media video.is-ready { opacity: 1; }
.campus-film-media::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(0deg,rgba(8,42,54,.45),transparent 55%); }
.campus-film-media > button { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; display: grid; min-width: 15rem; grid-template-columns: 2.5rem 1fr; align-items: center; gap: 0 .8rem; padding: .9rem 1rem; text-align: left; color: var(--ink-deep); background: var(--acta-coral); cursor: pointer; }
.campus-film-media > button > span { grid-row: 1/3; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; background: var(--ink-deep); color: var(--white); }
.campus-film-media > button strong { font-size: .82rem; text-transform: uppercase; }
.campus-film-media > button small { font-size: .66rem; }
.campus-film-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,6vw,6rem); }
.campus-film-copy h2 { max-width: 100%; font-size: clamp(3rem,5vw,5.5rem); overflow-wrap: anywhere; hyphens: auto; }
.campus-film-copy > p:not(.section-kicker) { max-width: 52ch; }
.campus-film-copy dl { margin: 2rem 0 0; border-top: 1px solid var(--line); }
.campus-film-copy dl div { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.campus-film-copy dt { font-weight: 900; text-transform: uppercase; }
.campus-film-copy dd { margin: 0; color: #42636e; }

.custom { color: var(--white); background: var(--acta-blue-dark); }
.custom-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(28rem,1fr); align-items: start; gap: clamp(3rem,8vw,8rem); }
.custom-copy { position: sticky; top: 8rem; }
.custom-copy h2 { max-width: 100%; font-size: clamp(3.4rem,6vw,5.8rem); overflow-wrap: anywhere; hyphens: auto; }
.custom-copy > p:not(.section-kicker) { max-width: 48ch; color: #e5f0f3; }
.custom-steps { margin: 2.2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.custom-steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line-light); }
.custom-steps li > span { display: grid; width: 2rem; height: 2rem; place-items: center; color: var(--ink-deep); background: var(--acta-coral); font-weight: 900; }
.custom-steps strong { text-transform: uppercase; }
.custom-steps p { margin: .1rem 0 0; color: #d2e3e8; font-size: .84rem; }
.custom-builder { position: relative; display: grid; gap: 1rem; padding: clamp(1.3rem,3vw,2.5rem); color: var(--ink); background: var(--white); box-shadow: 1rem 1.2rem 0 rgba(8,42,54,.18); }
.builder-head { display: flex; justify-content: space-between; padding-bottom: .8rem; color: #486874; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.custom-builder > label, .form-split label { display: grid; gap: .35rem; font-size: .74rem; font-weight: 850; }
.custom-builder input:not([type="checkbox"]), .custom-builder select, .custom-builder textarea { width: 100%; min-height: 3rem; padding: .7rem .8rem; border: 1px solid #aac0c7; background: var(--paper); outline: 0; }
.custom-builder textarea { min-height: 7rem; resize: vertical; }
.custom-builder input:focus, .custom-builder select:focus, .custom-builder textarea:focus { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.custom-builder [aria-invalid="true"] { border-color: var(--acta-coral-dark) !important; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.check-line { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: .65rem !important; font-weight: 500 !important; }
.check-line input { flex: 0 0 auto; width: 1.2rem; height: 1.2rem; margin-top: .15rem; accent-color: var(--acta-coral-dark); }
.form-note { margin: 0; color: #536e78; font-size: .72rem; }
.form-success { position: absolute; z-index: 3; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,4rem); background: var(--mist); }
.form-success > strong { font: 900 clamp(2.2rem,4vw,4rem)/1 var(--display); text-transform: uppercase; }
.form-success [data-custom-suggestions] { display: grid; gap: .5rem; margin-block: 1rem; }
.form-success a { font-weight: 800; }
.form-success button { align-self: flex-start; min-height: 2.8rem; padding: .5rem .8rem; color: var(--white); background: var(--ink); cursor: pointer; }

.stories { background: var(--paper); }
.section-heading-row { align-items: end; }
.section-heading-row > .text-link { justify-self: end; }
.story-rail { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.2rem; }
.story-card { grid-column: span 4; color: inherit; text-decoration: none; }
.story-card:first-child { grid-column: span 6; }
.story-card:nth-child(2) { grid-column: span 6; }
.story-media { aspect-ratio: 16/9; overflow: hidden; background: var(--mist); }
.story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease-out); }
.story-card:hover img { transform: scale(1.04); }
.story-meta { display: flex; justify-content: space-between; gap: 1rem; margin: .8rem 0 .45rem; color: #526f79; font-size: .69rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.story-card h3 { margin: 0; font: 900 clamp(1.35rem,2.1vw,2.1rem)/1.03 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.story-card p { color: #496a75; }

.contact { display: grid; min-height: 39rem; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink-deep); }
.contact > picture, .contact > picture img { width: 100%; height: 100%; }
.contact > picture img { object-fit: cover; }
.contact-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem,7vw,7rem); }
.contact-copy h2 { font-size: clamp(3.3rem,6vw,5.7rem); }
.contact-copy > p:not(.section-kicker) { max-width: 45ch; color: #d0e0e5; }
.contact-copy .text-link { margin-top: 1rem; }
.selected-enquiry { width: 100%; margin: .8rem 0 1.2rem; padding: .8rem 1rem; background: rgba(255,255,255,.08); border: 1px solid var(--line-light); }
.selected-enquiry strong, .selected-enquiry span { display: block; }
.selected-enquiry span { color: #bed1d7; font-size: .75rem; }

.site-footer { padding-block: 3rem; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 2rem; }
.footer-grid img { width: 8rem; }
.footer-grid p { margin: .5rem 0 0; color: #526f79; font-size: .82rem; }
.footer-grid strong { font-size: .72rem; text-transform: uppercase; }
.footer-grid > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; }
.footer-grid a { font-size: .8rem; font-weight: 800; }

.compare-bar { position: fixed; z-index: 40; right: 1rem; bottom: 1rem; left: 1rem; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1rem; max-width: 82rem; min-height: 4.5rem; margin: auto; padding: .75rem 1rem; color: var(--white); background: var(--acta-coral-dark); box-shadow: var(--shadow); }
.compare-bar p { margin: 0; font-size: .78rem; }
.compare-bar [data-compare-names] { display: flex; gap: .4rem; overflow: hidden; }
.compare-bar [data-compare-names] span { padding: .3rem .5rem; overflow: hidden; color: var(--ink); background: var(--white); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.compare-bar button { min-height: 2.8rem; padding: .5rem .8rem; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.5); font-size: .74rem; font-weight: 850; cursor: pointer; }
.compare-bar button:last-child { color: var(--ink-deep); background: var(--white); }
.compare-bar button:disabled { opacity: .5; cursor: not-allowed; }

dialog { width: min(52rem, calc(100vw - 2rem)); max-height: calc(100dvh - 2rem); padding: 0; color: var(--ink); background: var(--white); border: 0; box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(4,24,31,.78); backdrop-filter: blur(.2rem); }
.dialog-head { position: sticky; z-index: 5; top: 0; display: flex; min-height: 4rem; align-items: center; justify-content: space-between; margin: 0; padding: .8rem 1rem; background: var(--white); border-bottom: 1px solid var(--line); }
.dialog-head-dark { color: var(--white); background: var(--ink-deep); }
.dialog-head button { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; color: inherit; background: transparent; border: 1px solid currentColor; font-size: 1.5rem; cursor: pointer; }
.dialog-scroll { max-height: calc(100dvh - 9rem); overflow: auto; }
.filter-dialog-actions { position: sticky; z-index: 5; bottom: 0; display: grid; grid-template-columns: auto 1fr; gap: .6rem; padding: .8rem; background: var(--white); border-top: 1px solid var(--line); }
.filter-dialog-actions button { min-height: 3rem; padding: .5rem .8rem; font-weight: 850; cursor: pointer; }
.filter-dialog-actions button:first-child { background: var(--mist); }
.filter-dialog-actions button:last-child { color: var(--white); background: var(--acta-coral-dark); }
.course-dialog { width: min(68rem,calc(100vw - 2rem)); }
.course-detail-hero { position: relative; min-height: 21rem; display: flex; align-items: flex-end; padding: clamp(2rem,5vw,4rem); overflow: hidden; color: var(--white); background: var(--ink-deep); }
.course-detail-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.course-detail-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(8,42,54,.95),rgba(8,42,54,.12)); }
.course-detail-title { position: relative; z-index: 1; min-width: 0; width: 100%; }
.course-detail-title p { margin: 0 0 .6rem; color: #d4e5ea; font-size: .72rem; font-weight: 800; }
.course-detail-title h2 { max-width: 23ch; margin: 0; font: 900 clamp(2.3rem,5vw,4.6rem)/.95 var(--display); letter-spacing: -.035em; text-transform: uppercase; overflow-wrap: anywhere; hyphens: auto; }
.course-detail-body { padding: clamp(1.5rem,4vw,3rem); }
.course-detail-intro { max-width: 68ch; font-size: 1.1rem; }
.content-source-note { max-width: 70ch; margin: 1.2rem 0; padding: 1rem 1.1rem; color: #315663; background: var(--mist); border-left: .25rem solid var(--acta-coral); }
.content-source-note strong { color: var(--ink-deep); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-block: 2rem; }
.detail-grid h3, .sessions-panel h3 { margin: 0 0 .7rem; font: 900 1.35rem/1 var(--display); text-transform: uppercase; }
.detail-grid ul, .detail-grid ol { padding-left: 1.2rem; }
.detail-prerequisite { padding: 1rem; background: var(--mist); }
.sessions-panel { margin-top: 2rem; }
.session-list { border-top: 1px solid var(--line); }
.session-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.session-row.is-matching { padding-inline: 1rem; background: #f2f8fa; box-shadow: inset .25rem 0 var(--acta-coral); }
.session-match { display: block; margin-bottom: .35rem; color: var(--acta-coral-dark); font-size: .68rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.session-row p { margin: 0; }
.session-row small { display: block; color: #52707a; }
.session-row div:last-child { display: flex; align-items: center; gap: .6rem; }
.session-row a, .session-row button, .detail-request { display: inline-flex; min-height: 2.8rem; align-items: center; padding: .45rem .7rem; color: var(--white); background: var(--acta-coral-dark); font-size: .72rem; font-weight: 850; text-decoration: none; cursor: pointer; }
.session-row button, .detail-request.secondary { color: var(--ink); background: var(--mist); border: 1px solid var(--line); }
.detail-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.helper-dialog { width: min(46rem,calc(100vw - 2rem)); }
.helper-flow { padding: clamp(1.25rem,4vw,2.5rem); }
.helper-flow > p { margin-top: 0; }
.helper-flow fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }
.helper-flow legend { margin-bottom: .7rem; font: 900 1.2rem/1 var(--display); text-transform: uppercase; }
.helper-flow fieldset > div { display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; }
.helper-flow label { position: relative; display: grid; min-height: 3.5rem; place-items: center; padding: .6rem; text-align: center; background: var(--mist); border: 1px solid var(--line); cursor: pointer; }
.helper-flow label:has(input:checked) { color: var(--white); background: var(--ink); }
.helper-flow label:has(input:focus-visible) { outline: .1875rem solid #ffd66b; outline-offset: .15rem; }
.helper-flow input { position: absolute; opacity: 0; }
.compare-dialog { width: min(76rem,calc(100vw - 2rem)); }
.compare-scroll { overflow: auto; padding: 1rem; }
.compare-table { width: 100%; min-width: 48rem; border-collapse: collapse; }
.compare-table th, .compare-table td { min-width: 13rem; padding: .85rem; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.compare-table th { color: var(--white); background: var(--ink-deep); }
.compare-table th:first-child, .compare-table td:first-child { position: sticky; left: 0; min-width: 8rem; background: var(--mist); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.compare-table th:first-child { z-index: 1; color: var(--ink); }

.reveal, .js .reveal, .js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 72rem) {
  :root { --shell: min(100% - 2.5rem, 90rem); }
  .desktop-nav { display: none; }
  .header-search { margin-left: auto; }
  .menu-toggle { display: block; }
  .audience-route { grid-template-columns: 3rem minmax(12rem,.7fr) minmax(15rem,1fr) auto; }
  .finder-layout { grid-template-columns: 15.5rem minmax(0,1fr); gap: 1.25rem; }
  .training-card { grid-template-columns: minmax(0,1fr) 10rem; }
  .campus-film { grid-template-columns: 1.05fr .95fr; }
}

@media (max-width: 56rem) {
  :root { --shell: min(100% - 2rem, 90rem); }
  .site-header { height: 4.8rem; }
  .brand { min-width: 0; }
  .brand-plate { width: 7.2rem; }
  .concept-label, .header-search, .header-contact { display: none; }
  .header-actions { margin-left: auto; }
  .mobile-menu { inset-block-start: 4.8rem; }
  .hero { min-height: max(51rem,100svh); }
  .hero-content { padding-top: 7.6rem; padding-bottom: 14.5rem; }
  .hero h1 { font-size: clamp(4.2rem,18vw,6rem); }
  .hero-intro { max-width: 33rem; }
  .video-toggle { right: 1rem; bottom: 15.5rem; }
  .search-dock { min-width: 0; width: 100%; grid-template-columns: minmax(0,1fr); }
  .search-dock > *, .hero-search, .search-control { min-width: 0; width: 100%; }
  .hero-search { padding: 1.1rem; }
  .dock-proof { min-width: 0; min-height: 4rem; }
  .dock-proof span { padding: .65rem .8rem; }
  .section-heading, .catalog-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .audience-route { min-height: 11rem; grid-template-columns: 2.5rem 1fr auto; gap: 1rem; }
  .audience-route > p { grid-column: 2/4; }
  .audience-route button { grid-column: 3; grid-row: 1; font-size: 0; }
  .audience-route button::after { content: "→"; font-size: 1.1rem; }
  .domains-shell { grid-template-columns: 1fr; }
  .domains-intro { position: static; }
  .domains-intro h2 { max-width: 12ch; }
  .finder-status { grid-template-columns: auto 1fr; }
  .finder-status a { grid-column: 2; }
  .choice-helper-banner { align-items: flex-start; }
  .finder-layout { grid-template-columns: 1fr; }
  .filter-rail { display: none; }
  .mobile-filter-button { display: block; }
  .training-card { grid-template-columns: minmax(0,1fr) 9rem; }
  .campus-film { grid-template-columns: 1fr; }
  .campus-film-media { min-height: 65vw; }
  .custom-grid { grid-template-columns: minmax(0,1fr); }
  .custom-copy { position: static; }
  .custom-builder { min-width: 0; width: 100%; }
  .story-card, .story-card:first-child, .story-card:nth-child(2) { grid-column: span 6; }
  .contact { grid-template-columns: 1fr; }
  .contact > picture { max-height: 28rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 40rem) {
  :root { --shell: min(100% - 1.25rem, 90rem); }
  .section-pad { padding-block: 4.5rem; }
  .hero { min-height: max(49rem,100svh); }
  .hero-content { padding-top: 6.7rem; padding-bottom: 14.8rem; }
  .hero-context { margin-bottom: .8rem; }
  .hero h1 { font-size: clamp(3.5rem,15vw,4.6rem); }
  .hero-intro { margin-block: 1rem; font-size: .94rem; }
  .hero-actions { gap: .8rem; }
  .hero-actions .text-link { min-height: 2.75rem; align-items: center; font-size: .78rem; }
  .video-toggle { bottom: 16rem; min-width: 2.85rem; justify-content: center; }
  .video-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .search-dock { min-height: 12.8rem; }
  .search-control input { min-height: 3rem; font-size: .92rem; }
  .search-control > button { min-width: 4.8rem; font-size: .75rem; }
  .hero-search > p { white-space: normal; overflow: visible; text-overflow: clip; overflow-wrap: anywhere; }
  .dock-proof strong { font-size: 1.15rem; }
  .dock-proof span { font-size: .58rem; }
  .section-heading h2, .catalog-heading h2, .campus-film-copy h2, .custom-copy h2, .contact-copy h2 { font-size: clamp(2.8rem,14vw,4.2rem); }
  .custom-copy h2 { max-width: 100%; font-size: clamp(2.2rem,10vw,3.4rem); overflow-wrap: anywhere; hyphens: auto; }
  .section-heading { margin-bottom: 2.4rem; }
  .audience-route { grid-template-columns: 2rem 1fr auto; }
  .audience-route h3 { font-size: 1.55rem; }
  .audience-route > p { font-size: .82rem; }
  .domains-intro h2 { font-size: clamp(2.05rem,10vw,3.2rem); }
  .domain-row { grid-template-columns: 2rem minmax(0,1fr) 2rem; }
  .domain-row strong { font-size: 1.45rem; }
  .finder-status { font-size: .72rem; }
  .finder-status p { display: block; }
  .finder-status p span { display: block; }
  .choice-helper-banner { display: grid; gap: .8rem; }
  .finder-search-wrap { grid-template-columns: 1fr; }
  .mobile-filter-button { min-height: 3.2rem; }
  .finder-search { padding: .9rem; }
  .finder-search-control input { min-height: 3rem; padding-inline: .55rem; font-size: .88rem; }
  .finder-search-control > button:not(.clear-query) { min-width: 4.2rem; padding-inline: .5rem; font-size: .7rem; }
  .results-tools { align-items: flex-start; flex-direction: column; }
  .results-tools label { width: 100%; justify-content: space-between; }
  .training-card { grid-template-columns: 1fr; }
  .training-card-side { min-height: 12rem; grid-row: 1; }
  .training-card h3 { font-size: 1.8rem; }
  .training-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .campus-film-media { min-height: 72vw; }
  .campus-film-media > button { right: .75rem; bottom: .75rem; left: .75rem; min-width: 0; }
  .campus-film-copy { padding: 3.5rem 1.2rem; }
  .campus-film-copy dl div { grid-template-columns: 5.5rem minmax(0,1fr); }
  .custom-builder { box-shadow: .5rem .6rem 0 rgba(8,42,54,.18); }
  .form-split { grid-template-columns: 1fr; }
  .story-rail { display: flex; margin-right: -.625rem; padding-right: .625rem; overflow-x: auto; scroll-snap-type: x mandatory; }
  .story-card, .story-card:first-child, .story-card:nth-child(2) { flex: 0 0 min(86vw,22rem); scroll-snap-align: start; }
  .contact-copy { padding: 3.8rem 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .compare-bar { grid-template-columns: 1fr auto; }
  .compare-bar [data-compare-names], .compare-bar [data-clear-compare] { display: none; }
  .session-row { grid-template-columns: 1fr; }
  .session-row div:last-child { flex-wrap: wrap; }
  .detail-grid { grid-template-columns: 1fr; }
  .helper-flow fieldset > div { grid-template-columns: 1fr; }
}

@media (max-width: 22rem) {
  .hero-content { padding-top: 6rem; }
  .hero h1 { font-size: 3.35rem; overflow-wrap: anywhere; hyphens: auto; }
  .video-toggle { bottom: 18rem; }
  .hero-intro { line-height: 1.4; }
  .button { min-height: 3rem; }
  .dock-proof span { padding-inline: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video, .campus-film-media video { display: none; }
  .reveal, .js .reveal { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .search-control:has(input:focus-visible), .finder-search-control:has(input:focus-visible), .helper-flow label:has(input:focus-visible) { outline: 2px solid Highlight; outline-offset: 2px; box-shadow: none; }
  .helper-flow label:has(input:checked) { border-color: Highlight; }
}

@media print {
  .site-header, .hero-video, .video-toggle, .search-dock, .filter-rail, .mobile-filter-button, .compare-bar, dialog, .campus-film-media button { display: none !important; }
  .hero { min-height: 25rem; }
  .hero-content { padding: 6rem 2rem 2rem; }
  .catalog { color: #000; background: #fff; }
  .training-card { break-inside: avoid; border-color: #bbb; }
}
