:root {
  color-scheme: light;
  --ink: #123d46;
  --warm: #4b6467;
  --dim: #52696d;
  --gold: var(--ink);
  --accent: #d89b35;
  --ink-hover: #20515a;
  --on-dark: #dce6e5;
  --dark-rule: #365c63;
  --surface: #eceee7;
  --lime: #2b5d62;
  --cs: var(--warm);
  --paper: #20515a;
  --paper-ink: var(--ink);
  --paper-grey: var(--warm);
  --cream: #f7f5ef;
  --rule: #d5ddd8;
  --body: "Manrope", "Segoe UI", sans-serif;
  --disp: "DM Serif Display", Georgia, serif;
  --pad: clamp(22px, 5vw, 72px);
  --stage: clamp(64px, 8vw, 112px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: var(--warm); font: 400 16px/1.8 var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
a, button, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.masthead :focus-visible, .rail :focus-visible, .gallery-hero :focus-visible, .gallery-foot :focus-visible, .bar :focus-visible { outline-color: var(--accent); }
p, li, dd, h1, h2, h3, h4, summary { overflow-wrap: break-word; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--disp); font-weight: 400; letter-spacing: -.025em; line-height: 1.18; text-wrap: balance; }
.wrap { max-width: 1280px; margin: auto; padding-inline: var(--pad); }
.slide { padding-block: var(--stage); border-bottom: 1px solid var(--rule); position: relative; }
.slide > .wrap { position: relative; z-index: 1; }
.g-050 { background: var(--cream); }
.g-100, .g-well { background: #fff; }
.eyebrow, .hero-kicker { color: var(--dim); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.eyebrow--gold, .gold, .grad { color: var(--gold); }
.eyebrow--lime, .lime { color: var(--lime); }
.cs { color: var(--cs); }
.paper-fg { color: var(--ink); }
.tnum { font-variant-numeric: tabular-nums; }
.h-sec { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 30px; }
.lede { font-size: clamp(1rem, 1.7vw, 1.14rem); line-height: 1.8; color: var(--warm); max-width: 62ch; }
.rn { display: flex; align-items: center; gap: 2px; font: 600 .74rem/1 var(--body); color: var(--gold) !important; letter-spacing: .08em; margin-bottom: 24px; }
.rn::before { content: ""; width: 32px; height: 1px; background: var(--accent); margin-right: 10px; }
.rn i { font-style: normal; color: var(--dim); }
.lattice, .rake { display: none; }
.btn, .mh-reg { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 6px; font: 700 .84rem/1.5 var(--body); text-decoration: none; transition: background .18s, color .18s, border-color .18s; }
.btn svg { width: 17px; height: 17px; }
.btn--gold, .btn--ink, .mh-reg { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--gold:hover, .btn--ink:hover, .mh-reg:hover { background: var(--ink-hover); border-color: var(--ink-hover); }
.btn--ghost, .btn--gold-o, .btn--o-ink { background: transparent; color: var(--ink); border-color: #93a5a4; }
.btn--ghost:hover, .btn--gold-o:hover, .btn--o-ink:hover { background: var(--surface); border-color: var(--gold); }
.masthead { position: sticky; top: 0; z-index: 60; background: rgba(18,61,70,.98); border-bottom: 1px solid var(--dark-rule); backdrop-filter: blur(12px); }
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; }
.mark { display: flex; flex-direction: column; gap: 5px; }
.mark b { font: 400 clamp(1.25rem, 2.4vw, 1.6rem)/1.1 var(--disp); color: var(--cream); letter-spacing: -.035em; }
.mark span { font-size: .56rem; line-height: 1; letter-spacing: .24em; text-transform: uppercase; color: var(--on-dark); }
.mh-reg { min-height: 42px; padding: 9px 25px; background: var(--cream); color: var(--ink); border-color: var(--cream); }
.mh-reg:hover { background: #e8e4d9; color: var(--ink); border-color: #e8e4d9; }
.mh-actions { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 28px); }
.mh-gallery { color: var(--cream); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.mh-gallery:hover { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); }
.site-nav a { display: inline-flex; min-height: 44px; align-items: center; }
.site-nav a[aria-current="page"] { color: var(--accent); text-decoration: underline; text-underline-offset: 7px; }
.hero { background: var(--ink); padding: 0; overflow: clip; }
.hero-stage { position: relative; isolation: isolate; min-height: 630px; padding-block: clamp(58px, 6vw, 88px) 26px; color: var(--on-dark); }
.hero-visual { position: absolute; inset: 0 0 0 25%; z-index: -2; overflow: hidden; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% 48%; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #123d46 4%, rgba(18,61,70,.98) 23%, rgba(18,61,70,.86) 40%, rgba(13,39,43,.18) 73%, rgba(13,39,43,.08)), linear-gradient(0deg, rgba(8,28,31,.75), transparent 32%); }
.hero-layout { position: relative; display: flex; flex-direction: column; min-height: 516px; }
.hero-copy { max-width: 64%; }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: #e4b868; max-width: 58ch; font-size: .66rem; margin-bottom: 30px; }
.hero-kicker > span { display: block; flex: none; width: 28px; height: 1px; background: currentColor; }
.lock .l1 { display: block; color: var(--cream); font-size: clamp(1.75rem, 3.2vw, 2.8rem); line-height: 1.2; }
.lock .l2 { display: block; font-size: clamp(4rem, 8.7vw, 7.5rem); line-height: 1.03; letter-spacing: -.045em; margin-top: 10px; color: #efbf70; }
.hero-sub { color: #edf1ec; margin-top: 24px; max-width: 42ch; font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.7; }
.hero-prog { margin-top: 24px; padding-left: 15px; border-left: 1px solid #c69449; font-size: .79rem; line-height: 1.8; }
.hero-prog span { display: block; }
.hero-prog .a { color: #f7f5ef; font-weight: 700; }
.hero-prog .b { color: #d0dddc; }
.hero-badges { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.programme-badge { flex: none; }
.programme-badge--cep { display: flex; align-items: center; justify-content: center; width: 74px; height: 74px; border: 3px solid #e83c32; border-radius: 50%; background: #101719; color: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.18); font: 700 .51rem/1.05 var(--body); text-align: left; }
.programme-badge--cep .badge-value { margin-right: 3px; color: #fff; font: 400 1.8rem/.9 var(--disp); }
.programme-badge--cep strong { color: #fff; font-size: .68rem; }
.programme-badge--cep small { color: #efbf70; font-size: .42rem; letter-spacing: .04em; }
.programme-badge--hrd { width: 78px; height: 78px; }
.programme-badge--hrd img { display: block; width: 100%; height: 100%; }
.programme-badge--f2f { display: flex; align-items: center; }
.f2f-icon { display: grid; place-items: center; width: 60px; height: 60px; border: 3px solid #6aa5db; border-radius: 50%; background: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.18); }
.f2f-icon svg { width: 40px; height: 40px; stroke: #2869a6; stroke-width: 2; stroke-linecap: round; }
.f2f-copy { margin-left: -4px; padding: 7px 10px 7px 12px; border-radius: 0 4px 4px 0; background: #76bd43; color: #fff; font-size: .54rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.hero .btn--gold { background: #edb65d; border-color: #edb65d; color: #143b41; }
.hero .btn--gold:hover { background: #f7cd87; border-color: #f7cd87; }
.hero .btn--gold > span { margin-left: 12px; font-size: 1.15rem; line-height: 1; }
.hero .btn--ghost { color: var(--cream); border-color: #91a8a6; background: rgba(18,61,70,.3); }
.hero .btn--ghost:hover { color: var(--ink); border-color: var(--cream); background: var(--cream); }
.hero-stage :focus-visible { outline-color: #efbf70; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 40px; }
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #e0e9e5; text-decoration: none; font-size: .65rem; letter-spacing: .06em; }
.scroll-cue-icon { display: grid; place-items: center; height: 34px; width: 26px; border: 1px solid #91a8a6; border-radius: 18px; color: #efbf70; font-size: .95rem; }
.photo-credit { color: #f1f1e9; background: rgba(10,32,35,.65); padding: 5px 10px; border-radius: 3px; font-size: .56rem; text-decoration: none; }
.photo-credit:hover { text-decoration: underline; }
.hero-facts { position: relative; background: var(--cream); }
.hero-facts .facts { margin: 0; padding-block: 26px; border: 0; }
.facts { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); margin: 24px 0 0; padding: 20px 0; border-block: 1px solid var(--rule); }
.fact { padding-inline: 20px; border-right: 1px solid var(--rule); }
.fact:first-child { padding-left: 0; }
.fact:last-child { padding-right: 0; border: 0; }
.fact dt, .regfacts dt { font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-bottom: 8px; }
.fact dd { margin: 0; font-size: .9rem; font-weight: 700; line-height: 1.55; color: var(--ink); }
.fact dd small { display: block; font-size: .72rem; line-height: 1.6; color: var(--dim); font-weight: 400; margin-top: 4px; }
.fact--cep dd a, .fact--hrd dd a { color: var(--gold); text-decoration: none; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rail { background: var(--ink); color: var(--on-dark); border-bottom: 1px solid var(--dark-rule); padding-block: 30px; }
.rail .wrap { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.rail h2 { font: 700 .8rem/1.5 var(--body); letter-spacing: .035em; color: var(--accent); margin-bottom: 8px; }
.rail p { font-size: .83rem; line-height: 1.75; max-width: 76ch; }
.rail .paper-fg { color: var(--cream); }
.rail .btn--gold-o { color: var(--cream); border-color: #93b0b3; }
.rail .btn--gold-o:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.rail-act { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; }
.rail-act .txt { font-size: .8rem; color: var(--accent); padding-block: 12px; }
.chapter-nav { background: #fff; border-bottom: 1px solid var(--rule); }
.chapter-nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 16px; }
.chapter-label { flex: none; color: var(--dim); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.chapter-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.chapter-links a { display: inline-flex; align-items: center; gap: 10px; padding-block: 10px; color: var(--ink); font-size: .74rem; font-weight: 700; text-decoration: none; border-bottom: 2px solid transparent; }
.chapter-links a:hover, .chapter-links a[aria-current="location"] { border-bottom-color: var(--accent); }
.shift-symbol { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.shift-symbol > span { color: var(--dim); font-size: .65rem; font-weight: 700; letter-spacing: .1em; }
.shift-symbol svg { width: 40px; height: 40px; stroke: var(--ink); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.field-story { display: grid; grid-template-columns: 1.12fr 1fr; background: #123d46; color: var(--on-dark); }
.field-story-photo { position: relative; margin: 0; min-height: 430px; }
.field-story-photo picture { display: block; height: 100%; }
.field-story-photo img { display: block; position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: 52% 60%; }
.field-story-photo figcaption { position: absolute; bottom: 16px; left: 20px; padding: 5px 9px; background: rgba(8,28,31,.82); color: #fff; font-size: .56rem; }
.field-story-photo a { text-decoration: none; }
.field-story-photo a:hover { text-decoration: underline; }
.field-story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 5vw, 76px); }
.field-story-copy .eyebrow { color: #e5b365; font-size: .65rem; }
.field-story-copy h2 { color: var(--cream); font-size: clamp(2.8rem, 4.3vw, 4.6rem); margin-bottom: 24px; }
.field-story-copy h2 em { color: #efbf70; font-style: normal; }
.field-story-copy > p:not(.eyebrow) { max-width: 45ch; font-size: .91rem; }
.field-story-link { display: inline-flex; gap: 20px; padding-block: 14px; margin-top: 14px; color: #efbf70; text-decoration: none; border-bottom: 1px solid #688184; font-size: .74rem; font-weight: 700; }
.field-story-link:hover { color: #fff; border-color: #efbf70; }
.field-story :focus-visible { outline-color: var(--accent); }
.close-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 40px; margin-top: 30px; }
.close-actions p { max-width: 40ch; margin: 0; font-size: .9rem; }
.explore-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 56px; }
.explore-grid--single { grid-template-columns: minmax(0, 720px); }
.explore-card { position: relative; display: flex; align-items: center; gap: 22px; padding: 26px; min-width: 0; border: 1px solid var(--rule); border-radius: 8px; color: var(--ink); text-decoration: none; background: var(--cream); }
.explore-card > img { width: 74px; height: 100px; flex: none; object-fit: cover; object-position: center 16%; border-radius: 4px; }
.explore-copy { display: grid; gap: 10px; }
.explore-copy small { color: var(--dim); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.explore-copy strong { font: 400 1.6rem/1.2 var(--disp); }
.explore-copy > span { color: var(--dim); font-size: .74rem; line-height: 1.7; }
.explore-arrow { margin-left: auto; align-self: flex-start; color: var(--ink); font-size: 1.3rem; }
.explore-play { display: grid; flex: none; place-items: center; width: 74px; height: 100px; background: #e5e9df; border-radius: 4px; }
.explore-play svg { width: 40px; stroke: var(--ink); stroke-width: 1.2; }
.explore-card:hover { border-color: var(--ink); }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 28px; padding-top: 24px; }
.footer-links a { font-size: .73rem; font-weight: 700; text-decoration: none; padding-block: 8px; }
.footer-links a:last-child { margin-left: auto; }
.footer-links a:hover { text-decoration: underline; }
.why { border-left: 3px solid var(--accent); padding-left: clamp(20px, 3vw, 36px); margin-bottom: 65px; }
.why .stmt { font: 400 clamp(1.85rem, 3.5vw, 3rem)/1.25 var(--disp); color: var(--ink); margin-bottom: 22px; }
.why .stmt em { font-style: normal; color: var(--gold); }
.why p { max-width: 77ch; font-size: .95rem; }
.why .attrib { color: var(--dim); font-size: .75rem; margin-top: 25px; }
.pitch { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.bm-head { font-size: clamp(1.85rem, 3.3vw, 2.9rem); }
.bm-head .q { display: block; color: var(--gold); margin-top: 12px; }
.pitch-body { font-size: .95rem; }
.who-line { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--rule); }
.who-line .k { display: block; font-weight: 700; color: var(--ink); margin-bottom: 10px; font-size: .8rem; }
.band-track { height: 6px; background: var(--rule); border-radius: 5px; position: relative; overflow: hidden; }
.band-fill { position: absolute; inset: 0 30% 0 0; background: var(--ink-hover); }
.band-ticks { display: flex; justify-content: space-between; font-size: .7rem; margin-top: 8px; }
details.d { border-bottom: 1px solid var(--rule); }
details.d:first-of-type { border-top: 1px solid var(--rule); }
summary.s { list-style: none; cursor: pointer; position: relative; padding: 22px 40px 22px 0; font: 600 .95rem/1.6 var(--body); color: var(--ink); }
summary.s::-webkit-details-marker { display: none; }
summary.s::after { content: ""; position: absolute; right: 10px; top: 28px; width: 9px; height: 9px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(45deg); }
details[open] > summary.s::after { transform: rotate(225deg); top: 33px; }
summary.s:hover { color: var(--gold); }
.ans { padding: 0 0 24px; max-width: 78ch; font-size: .92rem; }
.ans a { overflow-wrap: anywhere; }
.shifts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 36px; }
.shift { padding: 28px; background: var(--cream); border: 1px solid var(--rule); border-radius: 10px; }
.shift h3 { font-size: 1.85rem; margin-bottom: 22px; }
.shift:nth-child(2) h3 { color: var(--lime); }
.shift:nth-child(3) h3 { color: var(--gold); }
.pair { padding-top: 16px; margin-top: 16px; border-top: 1px solid var(--rule); }
.pair .now, .pair .next { display: flex; align-items: baseline; gap: 10px; font-size: .83rem; line-height: 1.75; }
.pair .next { margin-top: 12px; color: var(--ink); font-weight: 600; }
.pair .tag { min-width: 43px; flex: none; font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--dim); }
.pair .next .tag { color: var(--gold); }
.days { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.day { background: #fff; border: 1px solid var(--rule); border-radius: 10px; padding: clamp(24px, 3vw, 38px); }
.day-h { border-bottom: 1px solid var(--rule); padding-bottom: 24px; margin-bottom: 8px; }
.day-h .num { display: block; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 12px; }
.day-h h3 { font-size: 1.85rem; }
.mods { list-style: none; margin: 0; padding: 0; }
.mod { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 16px; align-items: start; border-bottom: 1px solid var(--rule); padding: 18px 0; }
.mod:last-child { border: 0; padding-bottom: 0; }
.mn { display: block; color: var(--gold); font-size: .68rem; font-weight: 700; line-height: 1.55; }
.mod h4 { font: 700 .93rem/1.65 var(--body); letter-spacing: 0; }
.mod--break h4 { color: var(--dim); font-weight: 600; }
.mod--practical h4 { color: var(--ink-hover); }
.continuation { color: var(--dim); font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }
.mod ul { padding-left: 18px; margin: 8px 0 0; font-size: .82rem; line-height: 1.8; }
.mod li::marker { color: var(--accent); }
.trainer { display: grid; grid-template-columns: 320px 1fr; gap: clamp(35px, 6vw, 80px); align-items: center; }
.plate { overflow: hidden; border: 1px solid var(--rule); border-radius: 12px; background: var(--cream); }
.portrait { margin: 0; position: relative; line-height: 0; }
.portrait img { display: block; width: 100%; height: auto; }
.crest-badge { position: absolute; width: 68px; right: 15px; bottom: 14px; filter: drop-shadow(0 8px 13px rgba(7,31,35,.28)); }
.plate-txt { padding: 26px; text-align: center; }
.dww { font-size: .66rem; font-weight: 700; color: var(--gold); letter-spacing: .15em; text-transform: uppercase; }
.roles { list-style: none; padding: 15px 0 0; margin: 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.roles li { font-size: .69rem; color: var(--ink); }
.tr-name { font-size: clamp(2rem, 4vw, 3.4rem); }
.tr-name .dwrap { display: block; font: 700 .73rem/1.6 var(--body); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 15px; color: var(--dim); }
.tr-intro { margin-top: 25px; }
.tr-intro .last { color: var(--gold); }
.stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); list-style: none; padding: 26px 0; margin: 32px 0 0; border-block: 1px solid var(--rule); gap: 18px; }
.stat .v { display: block; font: 400 2.8rem/1.1 var(--disp); color: var(--gold); }
.stat .v.word { font-size: 1.25rem; }
.stat .k { display: block; font-size: .65rem; line-height: 1.7; margin-top: 8px; }
.creds { margin-top: 20px; font-size: .77rem; }
.quote { margin-top: 64px; padding-top: 42px; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.quote blockquote { margin: 0; }
.quote .qt { font: 400 clamp(1.8rem, 3vw, 2.65rem)/1.3 var(--disp); color: var(--ink); }
.quote .qt em { color: var(--gold); }
.arc { padding-left: 20px; border-left: 1px solid var(--rule); list-style: none; }
.arc li { margin-block: 15px; }
.arc .st { display: block; font-weight: 700; color: var(--ink); }
.arc .sd { font-size: .83rem; }
.tags { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { font-size: .73rem; padding: 5px 10px; background: var(--cream); border-radius: 4px; }
.wmbox { padding: 24px; background: var(--cream); border-radius: 8px; margin-top: 24px; }
.wmbox h4 { font-size: 1.5rem; margin-bottom: 15px; }
.wmbox .kick { color: var(--gold); }
#hrd { background: var(--cream); }
.hrd-stmt { font-size: clamp(2rem, 4vw, 3.5rem); max-width: 24ch; margin-bottom: 38px; }
.hrd-stmt span { display: block; }
.hrd-stmt .b { color: var(--gold); margin-top: 12px; }
.hrd-copy { max-width: 62ch; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.benefit-card { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--rule); border-radius: 10px; background: #fff; }
.benefit-card--cep { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.benefit-label { margin-bottom: 20px; color: var(--dim); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.benefit-card--cep .benefit-label { color: #efbf70; }
.benefit-card h3 { margin-bottom: 20px; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.benefit-number { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; color: #fff; }
.benefit-number strong { font: 400 clamp(4.5rem, 8vw, 7rem)/.85 var(--disp); color: #efbf70; }
.benefit-number span { font-size: 1rem; font-weight: 700; }
.benefit-card > p:not(.benefit-label):not(.benefit-number) { font-size: .88rem; line-height: 1.8; }
.benefit-note { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--rule); color: var(--dim); font-size: .76rem !important; }
.benefit-card--cep .benefit-note { border-color: var(--dark-rule); color: #c5d4d2; }
.benefit-source { display: inline-block; margin-top: 9px; color: #efbf70; font-weight: 700; }
.register { background: var(--surface); }
.reg { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.price { font: 400 clamp(3.5rem, 6.5vw, 6rem)/1.15 var(--disp); color: var(--ink); letter-spacing: -.04em; }
.price small { display: block; font: 400 .82rem/1.7 var(--body); letter-spacing: 0; margin-top: 14px; }
.reg-hrd { font-size: .84rem; border-top: 1px solid #becbc5; margin-top: 24px; padding-top: 20px; }
.signoff { border-top: 1px solid #becbc5; margin-top: 28px; padding-top: 26px; }
.signoff span { display: block; font: 400 clamp(1.7rem, 3vw, 2.5rem)/1.25 var(--disp); color: var(--ink); }
.signoff span + span { color: var(--gold); }
.regfacts { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 25px; gap: 20px; }
.regfacts div { border-bottom: 1px solid #becbc5; padding-bottom: 15px; }
.regfacts dd { margin: 0; font-size: .87rem; font-weight: 700; color: var(--ink); }
.rails { display: grid; gap: 12px; justify-items: start; }
.telplain, .honest { font-size: .8rem; margin-top: 18px; }
.honest { border-top: 1px solid #becbc5; padding-top: 18px; }
.copied { display: none; font-size: .8rem; color: var(--ink-hover); }
.copied.on { display: block; }
.close { background: #fff; }
.close .cl { display: block; font: 400 clamp(2rem, 4.5vw, 3.8rem)/1.2 var(--disp); color: var(--ink); }
.close .cl + .cl { color: var(--gold); }
.foot { border-top: 1px solid var(--rule); margin-top: 48px; padding-top: 38px; }
.foot-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; }
.co { font: 400 1.6rem/1.3 var(--disp); color: var(--ink); }
.tl { font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; margin-top: 8px; }
.contact { display: grid; align-content: start; font-size: .87rem; }
.contact a { padding-block: 12px; text-decoration: none; border-bottom: 1px solid var(--rule); overflow-wrap: anywhere; }
.fine { font-size: .71rem; color: var(--dim); border-top: 1px solid var(--rule); margin-top: 28px; padding-top: 22px; }
.bar { display: none; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: #fff; padding: 12px 20px; }
.skip:focus { left: 10px; top: 10px; }
.gallery-page { background: var(--cream); min-height: 100vh; }
.gallery-hero { background: var(--ink); color: var(--on-dark); padding-block: clamp(36px, 5vw, 64px); }
.gallery-hero .wrap { display: grid; grid-template-columns: 1.15fr 1fr; column-gap: clamp(28px, 5vw, 64px); align-items: end; }
.gallery-hero .eyebrow { color: var(--on-dark); grid-column: 1 / -1; margin: 0 0 18px; font-size: .72rem; }
.gallery-hero h1 { color: var(--cream); font-size: clamp(2.2rem, 4.4vw, 3.7rem); max-width: 22ch; }
.gallery-hero p { max-width: 55ch; margin: 0; font-size: .95rem; }
.gallery-main { padding-block: clamp(32px, 4vw, 52px); }
.gallery-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(20px, 4vw, 48px); align-items: end; margin-bottom: 28px; }
.gallery-intro h2 { font-size: clamp(1.7rem, 2.5vw, 2.2rem); }
.gallery-intro p { max-width: 62ch; }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.media-card { background: #fff; border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; box-shadow: 0 18px 45px rgba(18,61,70,.07); }
.media-frame { position: relative; aspect-ratio: 16 / 9; background: #0b2930; }
.media-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.media-photo { margin: 0; }
.media-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.media-source { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; color: var(--ink); font-size: .78rem; font-weight: 700; }
.media-copy { padding: clamp(22px, 3vw, 36px); }
.media-index { display: block; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .14em; margin-bottom: 12px; text-transform: uppercase; }
.media-copy h3 { font-size: clamp(1.45rem, 2.4vw, 2.15rem); }
.media-copy p { margin-top: 12px; font-size: .84rem; line-height: 1.75; }
.gallery-back { display: inline-flex; align-items: center; gap: 9px; margin-top: 42px; color: var(--ink); font-size: .8rem; font-weight: 700; text-decoration: none; }
.gallery-back::before { content: "\2190"; font-size: 1.1rem; }
.gallery-foot { background: #0d3038; color: var(--on-dark); padding-block: 38px; }
.gallery-foot .wrap { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.gallery-foot b { color: var(--cream); font-family: var(--disp); font-size: 1.4rem; font-weight: 400; }
.gallery-foot a { color: var(--accent); font-size: .8rem; }
.trainers-page { background: var(--cream); }
.trainer-directory { padding-block: clamp(32px, 5vw, 64px); }
.trainer-list { display: grid; gap: 32px; }
.trainer-profile { display: grid; grid-template-columns: minmax(200px, .62fr) 1.5fr; gap: clamp(28px, 5vw, 60px); padding: clamp(24px, 4vw, 48px); background: #fff; border: 1px solid var(--rule); border-radius: 12px; scroll-margin-top: 140px; }
.trainer-profile-photo img { display: block; width: 100%; height: auto; border-radius: 8px; }
.trainer-profile-roles { list-style: none; padding: 18px 0 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .74rem; }
.trainer-profile-content { min-width: 0; }
.trainer-profile-content h2 { font-size: clamp(1.85rem, 3.2vw, 2.7rem); }
.trainer-profile-intro { margin-top: 20px; font-size: .95rem; }
.trainer-profile-stats { list-style: none; padding: 22px 0; border-block: 1px solid var(--rule); margin: 24px 0 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.trainer-profile-stats strong { display: block; font: 400 2.3rem/1.2 var(--disp); color: var(--ink); }
.trainer-profile-stats span { display: block; font-size: .72rem; line-height: 1.5; margin-top: 5px; }
.trainer-profile-credentials { font-size: .8rem; }
.trainer-profile-label { margin-top: 25px; font: 700 .8rem/1.5 var(--body); letter-spacing: 0; }
.trainer-profile .tags { margin-block: 12px 22px; }
.trainer-profile-quote { margin: 24px 0 0; padding-left: 20px; border-left: 2px solid var(--accent); font: 400 1.45rem/1.45 var(--disp); color: var(--ink); }
.trainer-program { padding-block: 40px; background: var(--surface); border-top: 1px solid var(--rule); }
.trainer-program .wrap { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.trainer-program h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.trainer-program .btn { flex: none; }
@media (max-width: 1099px) {
  .rail .wrap { grid-template-columns: 1fr; gap: 20px; }
  .shifts { gap: 16px; }
  .shift { padding: 22px; }
  .pair .now, .pair .next { display: block; }
  .pair .tag { display: block; margin-bottom: 3px; }
  .trainer { grid-template-columns: 280px 1fr; gap: 40px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 24px; }
  .bar { display: flex; position: fixed; z-index: 70; bottom: 0; left: 0; right: 0; gap: 12px; align-items: center; background: rgba(18,61,70,.98); color: var(--on-dark); border-top: 1px solid var(--dark-rule); padding: 12px var(--pad) calc(12px + env(safe-area-inset-bottom)); transform: translateY(110%); visibility: hidden; transition: transform .22s, visibility .22s; }
  .bar.show { transform: none; visibility: visible; }
  .bar .meta { flex: 1; min-width: 0; }
  .bar .meta b { display: block; font-size: .9rem; color: var(--cream); }
  .bar .meta span { display: block; font-size: .6rem; line-height: 1.5; }
  .bar .btn { flex: none; padding: 10px 18px; min-height: 44px; background: var(--cream); color: var(--ink); border-color: var(--cream); }
  .bar .icn { padding: 10px; width: 44px; }
  .tail { padding-bottom: calc(130px + env(safe-area-inset-bottom)); }
}
@media (max-width: 799px) {
  .chapter-nav .wrap { align-items: flex-start; flex-direction: column; gap: 6px; }
  .chapter-links { gap: 0 20px; }
  .field-story { grid-template-columns: 1fr; }
  .field-story-photo { min-height: 0; aspect-ratio: 4 / 3; }
  .field-story-copy { padding: 40px var(--pad) 46px; }
  .explore-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .explore-card { padding: 22px; gap: 16px; }
  .explore-copy strong { font-size: 1.45rem; }
  .hero-stage { min-height: 0; padding-top: 320px; padding-bottom: 24px; }
  .hero-visual { inset: 0 0 auto; height: 430px; }
  .hero-visual img { object-position: 62% 36%; }
  .hero-shade { background: linear-gradient(0deg, #123d46 0%, #123d46 calc(100% - 410px), rgba(18,61,70,.9) calc(100% - 320px), rgba(18,61,70,.12) calc(100% - 175px), rgba(18,61,70,.06)); }
  .hero-layout { min-height: 0; }
  .hero-copy { max-width: 100%; }
  .hero-kicker { margin-bottom: 22px; }
  .lock .l1 { font-size: clamp(1.6rem, 4.7vw, 2.7rem); }
  .lock .l2 { font-size: clamp(3.9rem, 11.5vw, 6.7rem); }
  .hero-sub { margin-top: 20px; }
  .hero-badges { gap: 11px; }
  .programme-badge--cep { width: 68px; height: 68px; }
  .programme-badge--hrd { width: 72px; height: 72px; }
  .f2f-icon { width: 54px; height: 54px; }
  .f2f-icon svg { width: 35px; height: 35px; }
  .hero-bottom { padding-top: 28px; flex-wrap: wrap; gap: 12px; }
  .hero-facts .facts { padding-block: 6px; }
  .masthead .wrap { min-height: 72px; }
  .facts { grid-template-columns: 1fr 1fr; padding: 0; }
  .fact, .fact:first-child, .fact:last-child { padding: 18px 16px; border: 0; border-bottom: 1px solid var(--rule); }
  .fact:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--rule); }
  .fact--cep, .fact--hrd { grid-column: auto; border-bottom: 0; }
  .fact.fact--hrd { border-bottom: 0; }
  .pitch, .days, .trainer, .quote, .reg, .benefit-grid { grid-template-columns: 1fr; gap: 36px; }
  .shifts { grid-template-columns: 1fr; gap: 18px; }
  .shift { padding: 26px; }
  .pair .now, .pair .next { display: flex; }
  .pair .tag { margin: 0; }
  .plate { max-width: 350px; }
  .stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .foot-grid { grid-template-columns: 1fr; }
  .foot .contact { max-width: 100%; }
  .gallery-hero .wrap, .gallery-intro { grid-template-columns: 1fr; }
  .gallery-hero h1 { margin-bottom: 18px; }
  .media-grid { grid-template-columns: 1fr; }
  .trainer-profile { grid-template-columns: 1fr; }
  .trainer-profile-photo { max-width: 290px; }
  .trainer-program .wrap { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 135px; }
  .masthead .wrap { display: grid; grid-template-columns: 1fr auto; row-gap: 4px; padding-top: 12px; padding-bottom: 4px; }
  .mh-actions { display: contents; }
  .masthead .mh-reg { grid-column: 2; grid-row: 1; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 30px; border-top: 1px solid var(--dark-rule); margin-top: 8px; }
}
@media (max-width: 430px) {
  .explore-card > img, .explore-play { width: 52px; height: 76px; }
  .explore-card { gap: 13px; padding: 18px; }
  .explore-copy strong { font-size: 1.3rem; }
  .footer-links { gap: 8px 22px; }
  .footer-links a:last-child { margin-left: 0; }
  .hero-cta .btn { width: 100%; }
  .hero-kicker { font-size: .63rem; }
  .stats { grid-template-columns: 1fr 1fr; }
  .bar { gap: 8px; padding-inline: 16px; }
  .bar .btn { padding-inline: 14px; }
  .bar .icn { width: 42px; padding-inline: 10px; }
  .bar .meta span { font-size: .56rem; }
  .mh-actions { gap: 12px; }
  .mh-gallery { font-size: .65rem; }
  .mh-reg { padding-inline: 17px; }
  .mod { grid-template-columns: 1fr; gap: 4px; }
  .gallery-foot .wrap { align-items: flex-start; flex-direction: column; }
}
@media (max-height: 500px) and (orientation: landscape) { .bar { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: hero-enter .85s cubic-bezier(.22, 1, .36, 1) both; }
  .hero-copy > :nth-child(2) { animation-delay: .08s; }
  .hero-copy > :nth-child(3) { animation-delay: .16s; }
  .hero-copy > :nth-child(4) { animation-delay: .24s; }
  .hero-copy > :nth-child(5) { animation-delay: .32s; }
  .hero-visual img { animation: hero-image-enter 1.5s cubic-bezier(.2, .7, .3, 1) both; }
  .scroll-cue-icon { animation: scroll-nudge 2s ease-in-out 3; }
}
@keyframes hero-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes hero-image-enter { from { transform: scale(1.055); } to { transform: scale(1); } }
@keyframes scroll-nudge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@media print {
  .chapter-nav, .field-story-photo, .footer-links { display: none; }
  .field-story { display: block; background: #fff; color: var(--ink); break-inside: avoid; }
  .field-story-copy { padding: 30px 0; }
  .field-story-copy .eyebrow, .field-story-copy h2, .field-story-copy h2 em, .field-story-link { color: var(--ink); }
  .explore-grid { break-inside: avoid; }
  .masthead, .bar, .skip { display: none; }
  .slide { padding-block: 30px; background: #fff; }
  .wrap { padding-inline: 0; }
  .day, .shift, .plate { break-inside: avoid; }
  body { font-size: 11pt; }
  .hero-stage { min-height: 0; padding: 0; color: var(--ink); }
  .hero-visual, .hero-shade, .hero-bottom { display: none; }
  .hero-layout { min-height: 0; }
  .hero-copy { max-width: none; }
  .hero-copy > * { animation: none; opacity: 1; transform: none; }
  .hero .lock span, .hero-kicker, .hero-sub, .hero-prog span { color: var(--ink); }
  .hero .btn { color: var(--ink); background: transparent; border-color: var(--ink); }
}
