@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../assets/fonts/Manrope-Variable.ttf") format("truetype");
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../assets/fonts/Unbounded-Variable.ttf") format("truetype");
}

:root {
  --ink: #0b0b0b;
  --ink-soft: #151515;
  --paper: #f1eee6;
  --paper-bright: #faf8f2;
  --orange: #ff5b35;
  --acid: #d7ff43;
  --violet: #8f6cff;
  --line-light: rgba(11, 11, 11, .15);
  --line-dark: rgba(255, 255, 255, .16);
  --display: "Unbounded", "Arial Black", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --pad: clamp(20px, 4vw, 64px);
  --accent: var(--orange);
  --accent-2: var(--acid);
  --accent-ink: var(--ink);
  --accent-text: #9e2c14;
}

body[data-course="minecraft"] { --accent: #8fd14f; --accent-2: #d7ff43; --accent-text: #315f00; }
body[data-course="roblox"] { --accent: #8f6cff; --accent-2: #ff6846; --accent-text: #5536ba; }
body[data-course="python"] { --accent: #ffd23f; --accent-2: #5ca9ff; --accent-text: #6c5300; }

* { box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { width: 100%; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--body); }
body::before { position: fixed; z-index: 999; inset: 0; opacity: .025; background-image: radial-gradient(rgba(0,0,0,.75) .55px, transparent .55px); background-size: 4px 4px; content: ""; pointer-events: none; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video {
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}
::selection { background: var(--accent); color: var(--accent-ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
[id] { scroll-margin-top: 88px; }
.course-shell { width: min(100%, 1480px); margin: 0 auto; padding-inline: var(--pad); }
.course-skip { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 10px 14px; background: var(--acid); color: var(--ink); transform: translateY(-180%); transition: transform .2s; }
.course-skip:focus { transform: none; }

.course-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-left: max(var(--pad), env(safe-area-inset-left)); padding-right: max(var(--pad), env(safe-area-inset-right)); color: var(--paper); transition: height .3s, background .3s, backdrop-filter .3s; }
.course-header.is-scrolled { height: 68px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(9,9,9,.78); backdrop-filter: blur(18px); }
.course-brand { display: inline-flex; justify-self: start; align-items: center; gap: 11px; font-family: var(--display); letter-spacing: .06em; }
.course-brand__mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 18px; }
.course-brand__name { font-size: 13px; }
.course-nav { display: flex; gap: clamp(22px, 3vw, 48px); font-size: 11px; font-weight: 700; }
.course-nav a { opacity: .66; transition: opacity .2s; }
.course-nav a:hover { opacity: 1; }
.course-header__cta { justify-self: end; display: inline-flex; min-height: 44px; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; }
.course-header__cta i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }

.course-hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink); color: var(--paper); }
.course-hero::before { position: absolute; inset: -25% -15% auto auto; width: min(70vw, 1000px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 34%, transparent), transparent 66%); filter: blur(20px); content: ""; }
.course-hero::after { position: absolute; left: -12vw; bottom: -35vw; width: 65vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.015), 0 0 0 16vw rgba(255,255,255,.012); content: ""; }
.course-hero__grid { position: relative; z-index: 1; display: grid; min-height: 100svh; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(45px, 7vw, 110px); padding-top: 120px; padding-bottom: 70px; }
.course-eyebrow { margin: 0 0 24px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.course-hero h1 { max-width: 920px; margin: 0; font: 500 clamp(48px, 7.3vw, 112px)/.94 var(--display); letter-spacing: -.065em; }
.course-hero h1 em { display: block; color: var(--accent); font-style: normal; }
.course-hero__lead { max-width: 710px; margin: 32px 0 0; color: rgba(255,255,255,.66); font-size: clamp(16px, 1.35vw, 20px); }
.course-hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 0; }
.course-hero__facts span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.04); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.course-hero__actions, .course-final__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.course-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 11px 0 22px; border: 1px solid rgba(255,255,255,.25); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.course-button i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-size: 16px; font-style: normal; }
.course-button--primary { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }
.course-button--primary i { background: var(--ink); color: var(--paper); }
.course-button:hover { transform: translateY(-2px); }

.course-preview { position: relative; min-height: 570px; display: grid; place-items: center; }
.course-preview__orbit { position: absolute; width: 88%; aspect-ratio: 1; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; animation: course-spin 32s linear infinite; }
.course-preview__window { position: relative; width: min(100%, 610px); aspect-ratio: 1.12; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 72%, #151515), #171717 70%); box-shadow: 0 35px 100px rgba(0,0,0,.42); transform: rotate(2deg); }
.course-preview__bar { display: flex; gap: 6px; padding: 17px 18px; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.2); }
.course-preview__bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.5); }
.course-preview__stage { position: absolute; inset: 42px 0 0; display: grid; place-items: center; isolation: isolate; }
.course-preview__stage::before, .course-preview__stage::after { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 40%; content: ""; }
.course-preview__stage::before { width: 62%; aspect-ratio: 1; transform: rotate(30deg); }
.course-preview__stage::after { width: 40%; aspect-ratio: 1; transform: rotate(-20deg); }
.course-preview__symbol { position: relative; z-index: 1; font: 500 clamp(54px, 8vw, 105px)/1 var(--display); letter-spacing: -.08em; text-shadow: 0 10px 40px rgba(0,0,0,.25); }
.course-preview__label { position: absolute; z-index: 2; right: 20px; bottom: 20px; max-width: 230px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(10,10,10,.52); color: rgba(255,255,255,.8); font-size: 10px; backdrop-filter: blur(12px); }
@keyframes course-spin { to { transform: rotate(360deg); } }

body[data-course="roblox"] .course-hero--roblox { padding-bottom: 88px; }
body[data-course="minecraft"] .course-hero--minecraft { padding-bottom: 88px; }
.course-preview--media .course-preview__window { aspect-ratio: 1.18; background: #111; }
.course-preview--media .course-preview__bar { position: relative; z-index: 5; align-items: center; }
.course-preview--media .course-preview__bar span { margin-left: auto; color: rgba(255,255,255,.48); font: 600 8px/1 var(--display); letter-spacing: .08em; }
.course-preview--media .course-preview__stage { display: block; isolation: isolate; background: #111; }
.course-preview--media .course-preview__stage::before,
.course-preview--media .course-preview__stage::after { display: none; }
.course-preview--media img,
.course-preview--media video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.course-preview--media video { z-index: 2; opacity: 0; transition: opacity .25s ease; }
.course-preview--media video.is-playing { opacity: 1; }
.course-preview--media .course-preview__stage::after { display: block; z-index: 3; inset: auto 0 0; width: auto; height: 45%; border: 0; border-radius: 0; background: linear-gradient(transparent, rgba(0,0,0,.76)); transform: none; pointer-events: none; }
.course-preview__caption { position: absolute; z-index: 4; right: 19px; bottom: 17px; left: 19px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; color: white; pointer-events: none; }
.course-preview__caption b { font: 500 clamp(17px, 1.8vw, 27px)/1.1 var(--display); letter-spacing: -.04em; }
.course-preview__caption span { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.course-hero__rail { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); background: rgba(9,9,9,.66); backdrop-filter: blur(16px); }
.course-hero__rail span { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 20px; border-right: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .035em; }
.course-hero__rail span:last-child { border-right: 0; }
.course-hero__rail b { color: var(--paper); font-family: var(--display); font-size: 11px; font-weight: 500; }

.course-section { padding: clamp(90px, 11vw, 165px) 0; background: var(--paper); }
.course-section--compact { padding-top: clamp(70px, 8vw, 115px); padding-bottom: clamp(70px, 8vw, 115px); }
.course-section--dark { background: var(--ink); color: var(--paper); }
.course-section__head { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(35px, 7vw, 110px); align-items: start; margin-bottom: clamp(54px, 7vw, 95px); padding-bottom: 34px; border-bottom: 1px solid var(--line-light); }
.course-section--dark .course-section__head { border-color: var(--line-dark); }
.course-section__index { color: var(--accent-text); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.course-section__head h2 { max-width: 1050px; margin: 0; font: 500 clamp(36px, 5.3vw, 78px)/1.04 var(--display); letter-spacing: -.055em; }
.course-section__head h2 em { color: var(--accent-text); font-style: normal; }
.course-section--dark .course-section__index,
.course-section--dark .course-section__head h2 em { color: var(--accent); }
.course-section__intro { max-width: 680px; margin: 25px 0 0; color: rgba(11,11,11,.6); font-size: clamp(14px, 1.2vw, 18px); }
.course-section--dark .course-section__intro { color: rgba(255,255,255,.55); }

.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.fit-card { min-height: 250px; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.fit-card span { color: var(--accent-text); font-size: 10px; font-weight: 800; }
.fit-card p { margin: 70px 0 0; font: 500 clamp(15px, 1.25vw, 19px)/1.35 var(--display); letter-spacing: -.025em; }

.course-program__toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 22px; }
.course-program__toolbar p { max-width: 640px; margin: 0; color: rgba(11,11,11,.58); font-size: 13px; }
.course-program__toolbar button { min-height: 44px; padding: 0 16px; border: 1px solid var(--line-light); background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.course-modules { border-top: 1px solid var(--line-light); }
.course-module { border-bottom: 1px solid var(--line-light); }
.course-module summary { display: grid; grid-template-columns: 72px 1fr 44px; align-items: center; gap: 22px; min-height: 122px; list-style: none; cursor: pointer; }
.course-module summary::-webkit-details-marker { display: none; }
.course-module__number { color: var(--accent-text); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.course-module summary small { display: block; margin-bottom: 7px; color: rgba(11,11,11,.66); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.course-module summary h3 { margin: 0; font: 500 clamp(19px, 2.2vw, 32px)/1.15 var(--display); letter-spacing: -.035em; }
.course-module__toggle { position: relative; width: 42px; height: 42px; border: 1px solid var(--line-light); border-radius: 50%; }
.course-module__toggle::before, .course-module__toggle::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--ink); content: ""; transform: translate(-50%, -50%); transition: transform .25s; }
.course-module__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.course-module[open] .course-module__toggle { border-color: var(--accent); background: var(--accent); }
.course-module[open] .course-module__toggle::after { transform: translate(-50%, -50%) rotate(0); }
.course-module__body { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(35px, 7vw, 100px); padding: 0 66px 42px 94px; }
.course-module__body ul { margin: 0; padding: 0; list-style: none; }
.course-module__body li { position: relative; padding: 8px 0 8px 20px; color: rgba(11,11,11,.63); }
.course-module__body li::before { position: absolute; top: 17px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); content: ""; }
.course-module__result { align-self: start; margin: 0; padding: 18px 20px; border-left: 3px solid var(--accent); background: var(--paper-bright); font-weight: 650; }
.course-module__result span { display: block; margin-bottom: 7px; color: rgba(11,11,11,.66); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line-dark); background: var(--ink-soft); }
.project-art { position: relative; aspect-ratio: 1.35; overflow: hidden; border-bottom: 1px solid var(--line-dark); background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 80%, #111), #191919 74%); }
.project-art::before { position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.19); border-radius: 30px; content: ""; transform: rotate(-7deg); }
.project-art::after { position: absolute; top: 50%; left: 50%; width: 34%; aspect-ratio: 1; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.project-art span { position: absolute; z-index: 1; left: 22px; bottom: 20px; padding: 9px 11px; border-radius: 8px; background: rgba(0,0,0,.55); color: white; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.project-card:nth-child(2) .project-art { background: linear-gradient(145deg, color-mix(in srgb, var(--accent-2) 70%, #111), #171717 70%); }
.project-card:nth-child(2) .project-art::before { border-radius: 50%; transform: rotate(18deg); }
.project-card:nth-child(3) .project-art::before { inset: 18% 10%; border-radius: 3px; transform: none; }
.project-copy { padding: 25px; }
.project-copy span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-copy h3 { margin: 14px 0 9px; font: 500 clamp(17px, 1.65vw, 24px)/1.2 var(--display); letter-spacing: -.03em; }
.project-copy p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.projects-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 28px; color: rgba(255,255,255,.48); font-size: 11px; }
.projects-note a { color: var(--paper); text-decoration: underline; text-underline-offset: 5px; }

.project-grid--real { grid-template-columns: 1.16fr .92fr .92fr; align-items: stretch; }
.project-grid--real .project-card { display: flex; min-width: 0; flex-direction: column; background: #111; transition: border-color .25s ease, transform .25s ease; }
.project-grid--real .project-card:hover { border-color: color-mix(in srgb, var(--accent) 75%, transparent); transform: translateY(-4px); }
.project-grid--real .project-card--featured { background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 12%, #111), #111 50%); }
.project-grid--real .project-art { aspect-ratio: 16 / 10; background: #080808; }
.project-grid--real .project-art::before,
.project-grid--real .project-art::after { display: none; }
.project-art--video img,
.project-art--video video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-art--video img { transition: transform .7s cubic-bezier(.22,1,.36,1), filter .25s ease; }
.project-card:hover .project-art--video img { transform: scale(1.035); }
.project-art--video video { z-index: 2; opacity: 0; transition: opacity .25s ease; }
.project-art--video video.is-playing { opacity: 1; }
.project-art__badge { position: absolute !important; z-index: 4 !important; top: 16px; right: 16px; bottom: auto !important; left: auto !important; padding: 8px 10px !important; border: 1px solid rgba(255,255,255,.18); border-radius: 999px !important; background: rgba(8,8,8,.62) !important; color: rgba(255,255,255,.82) !important; font-size: 8px !important; backdrop-filter: blur(12px); }
.project-play { position: absolute; z-index: 5; top: 50%; left: 50%; display: grid; min-width: 82px; place-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: white; cursor: pointer; transform: translate(-50%, -50%); transition: opacity .2s ease, transform .2s ease; }
.project-play span { position: static; display: grid; width: 62px; height: 62px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(8,8,8,.58); font-size: 16px; letter-spacing: 0; backdrop-filter: blur(12px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.project-play small { font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.65); }
.project-play:hover span { background: var(--accent); color: var(--accent-ink); transform: scale(1.06); }
.project-play.is-playing { top: 18px; right: 18px; left: auto; min-width: 42px; transform: none; }
.project-play.is-playing span { width: 42px; height: 42px; font-size: 12px; }
.project-play.is-playing small { display: none; }
.project-play--hero { z-index: 5; }
.project-play--hero.is-playing { top: 16px; right: 16px; }
.project-copy { flex: 1; }
.project-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 22px 0 0; padding: 0; list-style: none; }
.project-tags li { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.project-spotlight { margin-bottom: clamp(65px, 8vw, 110px); border: 1px solid var(--line-dark); background: #101010; }
.project-spotlight__media { position: relative; min-height: clamp(430px, 48vw, 720px); overflow: hidden; border-bottom: 1px solid var(--line-dark); background: #080808; }
.project-spotlight__media::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg, transparent 43%, rgba(5,5,5,.12) 60%, rgba(5,5,5,.9) 100%); content: ""; pointer-events: none; }
.project-spotlight__media img,
.project-spotlight__media video { object-position: center 57%; }
.project-spotlight__media--halloween img { object-position: center 48%; filter: saturate(1.08) contrast(1.03); }
.project-play--spotlight { top: 42%; }
.project-play--spotlight span { width: 76px; height: 76px; background: rgba(8,8,8,.45); }
.project-play--spotlight.is-playing { top: 18px; right: 18px; }
.project-spotlight__overlay { position: absolute; z-index: 4; right: clamp(22px, 3vw, 48px); bottom: clamp(22px, 3vw, 44px); left: clamp(22px, 3vw, 48px); display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; pointer-events: none; }
.project-spotlight__overlay span { flex: 0 0 auto; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-spotlight__overlay b { max-width: 760px; color: white; font: 500 clamp(24px, 3.1vw, 48px)/1.05 var(--display); letter-spacing: -.045em; text-align: right; }
.project-spotlight__body { display: grid; grid-template-columns: .78fr 1.22fr; }
.project-spotlight__story { padding: clamp(28px, 4vw, 58px); border-right: 1px solid var(--line-dark); }
.project-spotlight__meta { display: flex; flex-wrap: wrap; gap: 7px; }
.project-spotlight__meta span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-spotlight__story h3 { margin: 30px 0 22px; font: 500 clamp(28px, 3.3vw, 52px)/1.02 var(--display); letter-spacing: -.05em; }
.project-spotlight__story > p { max-width: 540px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; }
.project-spotlight__skills { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.project-spotlight__skills div { min-height: 128px; padding: 16px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.project-spotlight__skills b { display: block; color: var(--accent); font-size: 9px; }
.project-spotlight__skills span { display: block; margin-top: 38px; color: rgba(255,255,255,.76); font: 500 10px/1.35 var(--display); }
.project-spotlight__gallery { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1px; background: var(--line-dark); }
.project-shot { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #0a0a0a; }
.project-shot--wide { grid-column: 1 / -1; }
.project-shot img { display: block; width: 100%; height: 100%; min-height: 235px; aspect-ratio: 1.45; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1), filter .3s ease; }
.project-shot--wide img { aspect-ratio: 2.25; }
.project-shot--code img { object-position: left top; }
.project-shot--interface img { object-position: center 42%; }
.project-shot:hover img { transform: scale(1.035); filter: saturate(1.08); }
.project-shot figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(7,7,7,.67); color: rgba(255,255,255,.8); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.project-shot figcaption span { color: var(--accent); }
.project-grid-caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding-bottom: 19px; border-bottom: 1px solid var(--line-dark); }
.project-grid-caption span { color: var(--accent); font: 500 clamp(20px, 2.3vw, 34px)/1 var(--display); letter-spacing: -.04em; }
.project-grid-caption p { max-width: 520px; margin: 0; color: rgba(255,255,255,.46); font-size: 11px; text-align: right; }

.outcome-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); align-items: start; }
.outcome-mark { position: sticky; top: 110px; display: grid; min-height: 390px; place-items: center; overflow: hidden; background: var(--accent); color: var(--accent-ink); }
.outcome-mark::before { position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(0,0,0,.25); border-radius: 50%; content: ""; box-shadow: 0 0 0 50px rgba(0,0,0,.035), 0 0 0 100px rgba(0,0,0,.025); }
.outcome-mark span { position: relative; font: 500 clamp(54px, 7vw, 100px)/1 var(--display); }
.outcome-mark--roblox { align-content: center; gap: 20px; }
.outcome-mark--roblox small { position: relative; font: 600 9px/1 var(--display); letter-spacing: .16em; }
.outcome-list { border-top: 1px solid var(--line-light); }
.outcome-item { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.outcome-item span { color: var(--accent-text); font-size: 10px; font-weight: 800; }
.outcome-item p { margin: 0; font: 500 clamp(17px, 1.75vw, 26px)/1.32 var(--display); letter-spacing: -.025em; }

.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.format-card { min-height: 220px; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.format-card span { color: rgba(11,11,11,.66); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.format-card strong { display: block; margin-top: 52px; font: 500 clamp(21px, 2.1vw, 31px)/1.1 var(--display); letter-spacing: -.04em; }
.format-card p { margin: 12px 0 0; color: rgba(11,11,11,.58); font-size: 11px; }
.format-disclaimer { max-width: 760px; margin: 26px 0 0 auto; color: rgba(11,11,11,.55); font-size: 11px; }

.course-final { position: relative; overflow: hidden; padding: clamp(100px, 13vw, 190px) 0; background: var(--ink); color: var(--paper); }
.course-final::after { position: absolute; right: -8vw; bottom: -26vw; width: 62vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 30%, transparent), transparent 68%); content: ""; }
.course-final__inner { position: relative; z-index: 1; }
.course-final h2 { max-width: 1200px; margin: 0; font: 500 clamp(40px, 6.6vw, 96px)/1.02 var(--display); letter-spacing: -.06em; }
.course-final h2 em { color: var(--accent); font-style: normal; }
.course-final p { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.58); font-size: clamp(14px, 1.2vw, 18px); }

.course-footer { padding: 42px 0 120px; background: var(--ink); color: rgba(255,255,255,.45); }
.course-footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 35px; padding-top: 24px; border-top: 1px solid var(--line-dark); font-size: 10px; }
.course-footer__links { display: flex; flex-wrap: wrap; gap: 18px; }
.course-footer a:hover { color: white; }
.course-sticky-cta { position: fixed; z-index: 850; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); left: max(14px, env(safe-area-inset-left)); display: none; min-height: 62px; align-items: center; justify-content: space-between; padding: 8px 9px 8px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(11,11,11,.9); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.36); font-size: 11px; font-weight: 800; backdrop-filter: blur(16px); transition: opacity .25s, transform .25s, visibility .25s; }
.course-sticky-cta span { display: flex; flex-direction: column; line-height: 1.25; }
.course-sticky-cta small { color: var(--accent); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.course-sticky-cta i { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-style: normal; }
.course-sticky-cta.is-hidden { visibility: hidden; opacity: 0; transform: translateY(18px); }

.course-reveal { opacity: 1; transform: none; }
.course-enhanced .course-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.course-enhanced .course-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .course-header { grid-template-columns: 1fr 1fr; }
  .course-nav { display: none; }
  .course-hero__grid { grid-template-columns: 1fr .8fr; }
  .fit-grid, .format-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; }
  .project-card:last-child .project-art { aspect-ratio: 2.2; }
  .project-grid--real { grid-template-columns: 1fr 1fr; }
  .project-grid--real .project-card--featured { grid-column: 1 / -1; }
  .project-grid--real .project-card--featured .project-art { aspect-ratio: 2.05; }
  .project-spotlight__body { grid-template-columns: 1fr; }
  .project-spotlight__story { border-right: 0; border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  html { scroll-padding-top: 72px; }
  .course-header { height: 68px; padding-left: max(18px, env(safe-area-inset-left)); padding-right: max(18px, env(safe-area-inset-right)); }
  .course-brand__mark { width: 34px; height: 34px; font-size: 16px; }
  .course-brand__name { font-size: 11px; }
  .course-header__cta span { display: none; }
  .course-hero__grid { display: flex; min-height: auto; flex-direction: column; align-items: stretch; gap: 46px; padding-top: 112px; padding-bottom: 75px; }
  .course-hero h1 { font-size: clamp(43px, 13vw, 68px); }
  .course-hero__lead { margin-top: 24px; font-size: 15px; }
  .course-hero__facts { margin-top: 26px; }
  .course-hero__actions { flex-direction: column; }
  .course-button { width: 100%; }
  .course-preview { min-height: 390px; }
  .course-preview__window { width: 94%; border-radius: 21px; }
  .course-preview__label { right: 13px; bottom: 13px; max-width: 180px; font-size: 8px; }
  body[data-course="roblox"] .course-hero--roblox { padding-bottom: 0; }
  body[data-course="minecraft"] .course-hero--minecraft { padding-bottom: 0; }
  body[data-course="roblox"] .course-preview--media { min-height: 350px; margin-top: -12px; }
  body[data-course="minecraft"] .course-preview--media { min-height: 350px; margin-top: -12px; }
  body[data-course="roblox"] .course-preview--media .course-preview__window { width: 100%; aspect-ratio: 1.2; transform: rotate(1deg); }
  body[data-course="minecraft"] .course-preview--media .course-preview__window { width: 100%; aspect-ratio: 1.2; transform: rotate(1deg); }
  .course-preview__caption { right: 14px; bottom: 13px; left: 14px; }
  .course-preview__caption span { display: none; }
  .course-hero__rail { position: relative; grid-template-columns: 1fr 1fr; }
  .course-hero__rail span { min-height: 72px; justify-content: flex-start; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .course-hero__rail span:nth-child(2n) { border-right: 0; }
  .course-section__head { display: block; margin-bottom: 48px; padding-bottom: 25px; }
  .course-section__head h2 { margin-top: 21px; font-size: clamp(34px, 10.2vw, 50px); }
  .course-section__intro { margin-top: 19px; font-size: 13px; }
  .fit-grid, .format-grid, .project-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 180px; }
  .fit-card p { margin-top: 43px; font-size: 16px; }
  .course-program__toolbar { align-items: flex-start; flex-direction: column; }
  .course-module summary { grid-template-columns: 42px 1fr 38px; gap: 10px; min-height: 104px; }
  .course-module summary h3 { font-size: 18px; }
  .course-module__toggle { width: 36px; height: 36px; }
  .course-module__body { display: block; padding: 0 0 28px 52px; }
  .course-module__result { margin-top: 20px; font-size: 13px; }
  .project-card:last-child { grid-column: auto; }
  .project-card:last-child .project-art, .project-art { aspect-ratio: 1.32; }
  .project-grid--real { grid-template-columns: 1fr; }
  .project-grid--real .project-card--featured { grid-column: auto; }
  .project-grid--real .project-card--featured .project-art,
  .project-grid--real .project-art { aspect-ratio: 16 / 10; }
  .project-grid--real .project-card:hover { transform: none; }
  .project-spotlight__media { min-height: 430px; }
  .project-spotlight__overlay { align-items: flex-start; flex-direction: column; }
  .project-spotlight__overlay b { font-size: clamp(22px, 6vw, 34px); text-align: left; }
  .project-spotlight__gallery { grid-template-columns: 1fr; }
  .project-shot--wide { grid-column: auto; }
  .project-shot img,
  .project-shot--wide img { min-height: 260px; aspect-ratio: 1.35; }
  .project-shot--code img { object-position: left top; }
  .project-grid-caption { align-items: flex-start; flex-direction: column; }
  .project-grid-caption p { text-align: left; }
  .projects-note { flex-direction: column; }
  .outcome-layout { grid-template-columns: 1fr; }
  .outcome-mark { position: relative; top: auto; min-height: 230px; }
  .outcome-item { grid-template-columns: 34px 1fr; }
  .outcome-item p { font-size: 17px; }
  .format-card { min-height: 180px; }
  .format-card strong { margin-top: 38px; font-size: 23px; }
  .course-final h2 { font-size: 39px; }
  .course-final__actions { flex-direction: column; }
  .course-footer { padding-bottom: 110px; }
  .course-sticky-cta { display: flex; }
}

@media (max-width: 420px) {
  .fit-grid, .format-grid { border-left: 0; }
  .fit-card, .format-card { padding-inline: 0; border-right: 0; }
  .course-preview { min-height: 330px; }
  .course-hero__rail { grid-template-columns: 1fr; }
  .course-hero__rail span { min-height: 58px; border-right: 0; }
  body[data-course="roblox"] .course-preview--media { min-height: 300px; }
  body[data-course="minecraft"] .course-preview--media { min-height: 300px; }
  .project-spotlight__media { min-height: 360px; }
  .project-play--spotlight { top: 40%; }
  .project-play--spotlight span { width: 64px; height: 64px; }
  .project-spotlight__skills { grid-template-columns: 1fr; border-left: 0; }
  .project-spotlight__skills div { min-height: 88px; padding-inline: 0; border-right: 0; }
  .project-spotlight__skills span { margin-top: 18px; }
  .project-shot img,
  .project-shot--wide img { min-height: 225px; }
  .course-module__body { padding-left: 0; }
}

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