:root {
  --ink: #171719;
  --paper: #f7f4ee;
  --white: #fff;
  --muted: #67666c;
  --line: #ded9cf;
  --cyan: #08a9c3;
  --red: #f04438;
  --yellow: #f5bd17;
  --green: #75b82a;
  --blue: #1558b0;
  --magenta: #d10a69;
  --orange: #f28b00;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { background: rgba(255,255,255,.96); }
.banner-wrap { width: 100%; background: #111; }
.course-banner { width: 100%; height: auto; }
.identity-bar {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .86rem;
  letter-spacing: .02em;
}
.identity-bar p { margin: 0; }
.identity-bar span { font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.identity-bar a { color: var(--blue); font-weight: 700; text-decoration: none; }
nav {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 52px);
  padding: 0 20px;
  color: white;
  background: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { color: #8fe4f1; }

.hero { padding-block: clamp(72px, 9vw, 118px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #434247; font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.color-chip { display: inline-block; width: 34px; height: 8px; }
.cyan { background: var(--cyan); } .red { background: var(--red); } .yellow { background: var(--yellow); } .green { background: var(--green); } .orange { background: var(--orange); } .magenta { background: var(--magenta); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3rem, 6.4vw, 6.2rem); line-height: .93; letter-spacing: -.065em; }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4.25rem); line-height: 1; letter-spacing: -.05em; }
h3 { line-height: 1.1; letter-spacing: -.025em; }
.lede { max-width: 760px; color: #38373b; font-size: clamp(1.14rem, 2vw, 1.42rem); line-height: 1.55; }
.hero p:not(.lede) { max-width: 760px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 2px solid var(--ink); font-size: .82rem; font-weight: 900; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.button.primary { background: var(--ink); color: white; }
.button.secondary { background: transparent; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--yellow); }
.studio-card { position: relative; overflow: hidden; padding: clamp(30px, 5vw, 54px); background: var(--blue); color: white; box-shadow: 18px 18px 0 var(--cyan); }
.studio-card::after { content: ''; position: absolute; right: -65px; top: -65px; width: 180px; height: 180px; border: 25px solid rgba(255,255,255,.13); border-radius: 50%; }
.card-label { margin-bottom: 18px; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.studio-card h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
.studio-card > p:not(.card-label) { color: rgba(255,255,255,.82); }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.3); font-size: .82rem; }
.mini-grid span { color: rgba(255,255,255,.66); text-transform: uppercase; letter-spacing: .08em; }
.mini-grid strong { text-align: right; }

.quick-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-block: 1px solid var(--line); }
.quick-strip > div { min-height: 160px; padding: 36px clamp(22px, 4vw, 55px); border-right: 1px solid var(--line); }
.quick-strip > div:last-child { border-right: 0; }
.quick-strip .number { display: block; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.quick-strip p { margin: 12px 0 0; color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.red-text { color: var(--red); } .yellow-text { color: #cc9300; } .green-text { color: #4f9200; } .blue-text { color: var(--blue); }

.course-year { padding-block: clamp(80px, 10vw, 140px); }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading > p { color: var(--muted); font-size: 1.08rem; }
.pathway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pathway { padding: clamp(32px, 5vw, 58px); background: var(--white); border-top: 12px solid; box-shadow: 0 18px 50px rgba(35,31,24,.08); }
.pathway.fall { border-color: var(--cyan); }
.pathway.spring { border-color: var(--magenta); }
.pathway .term { font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.pathway h3 { max-width: 480px; margin-bottom: 24px; font-size: clamp(2rem, 3.4vw, 3.2rem); }
.pathway > p:not(.term) { color: var(--muted); }
.pathway ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.pathway li { position: relative; padding-left: 22px; }
.pathway li::before { content: ''; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; background: var(--yellow); }

.routine-section { padding-block: clamp(80px, 9vw, 125px); color: white; background: var(--ink); }
.routine-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.light-heading { margin: 0; }
.light-heading .eyebrow, .light-heading > p { color: rgba(255,255,255,.68); }
.week-cards { display: grid; gap: 18px; }
.week-cards article { padding: 34px; color: var(--ink); background: var(--white); }
.week-cards article:first-child { box-shadow: -10px 10px 0 var(--green); }
.week-cards article:nth-child(2) { box-shadow: 10px 10px 0 var(--yellow); }
.week-cards article:last-child { box-shadow: 10px 10px 0 var(--magenta); }
.week-cards h3 { margin-bottom: 10px; font-size: 1.7rem; }
.week-cards p:last-child { margin-bottom: 0; color: var(--muted); }
.day-range { margin-bottom: 9px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }

.portfolio { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 100px); align-items: center; padding-block: clamp(90px, 11vw, 150px); }
.portfolio-art { display: grid; grid-template-columns: repeat(2, 1fr); aspect-ratio: 1; transform: rotate(-3deg); box-shadow: 18px 18px 0 var(--ink); }
.portfolio-art span { display: grid; place-items: center; color: white; font-size: clamp(2rem, 5vw, 4.8rem); font-weight: 900; letter-spacing: -.07em; }
.portfolio-art span:nth-child(1) { background: var(--orange); }
.portfolio-art span:nth-child(2) { background: var(--blue); }
.portfolio-art span:nth-child(3) { background: var(--magenta); }
.portfolio-art span:nth-child(4) { background: var(--green); }
.portfolio > div:last-child p:not(.eyebrow) { color: var(--muted); }

.expectations-section { padding-block: clamp(80px, 10vw, 140px); background: var(--white); }
.expectations-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expectations-grid article { min-height: 255px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expectation-number { display: block; margin-bottom: 34px; color: var(--red); font-size: .77rem; font-weight: 900; letter-spacing: .12em; }
.expectations-grid h3 { margin-bottom: 12px; font-size: 1.5rem; }
.expectations-grid p { margin: 0; color: var(--muted); }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.policy-card { padding: 32px; color: white; }
.policy-card h3 { font-size: 1.7rem; }
.policy-card p:last-child { margin: 0; color: rgba(255,255,255,.8); }
.ai-policy { background: var(--magenta); } .phone-policy { background: var(--blue); } .deadline-policy { background: var(--ink); }

footer { color: white; background: #111; }
.footer-colors { display: grid; grid-template-columns: repeat(6, 1fr); height: 11px; }
.footer-colors i:nth-child(1) { background: var(--cyan); }.footer-colors i:nth-child(2) { background: var(--red); }.footer-colors i:nth-child(3) { background: var(--yellow); }.footer-colors i:nth-child(4) { background: var(--green); }.footer-colors i:nth-child(5) { background: var(--blue); }.footer-colors i:nth-child(6) { background: var(--magenta); }
.footer-content { min-height: 190px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer-content strong { font-size: 1.6rem; }
.footer-content p { margin: 4px 0 0; color: rgba(255,255,255,.6); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: #83dce9; }
.footer-links .presentation-footer-link { color: rgba(255,255,255,.45); font-weight: 600; }

.presentation-shell {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #09090b;
  color: var(--ink);
}
.slide-stage {
  width: min(100vw, calc((100vh - 64px) * 16 / 9));
  max-height: calc(100vh - 64px);
  aspect-ratio: 16 / 9;
  background: var(--paper);
  box-shadow: 0 20px 70px rgba(0,0,0,.5);
}
.course-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: clamp(30px, 4.7vw, 82px);
  background: var(--paper);
}
.course-slide h1, .course-slide h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.055em; }
.course-slide p { font-size: clamp(.9rem, 1.45vw, 1.45rem); line-height: 1.42; }
.slide-kicker { margin-bottom: clamp(12px, 2vw, 24px); color: var(--magenta); font-size: clamp(.64rem, .85vw, .88rem) !important; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.presentation-exit {
  position: fixed;
  left: 18px;
  top: 16px;
  z-index: 1003;
  color: rgba(255,255,255,.72);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.presentation-controls {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 1003;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: white;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.presentation-controls button {
  min-width: 36px;
  height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.25);
  background: #1d1d20;
  color: white;
  cursor: pointer;
}
.presentation-controls button:disabled { cursor: default; opacity: .3; }
.presentation-controls .fullscreen-button { margin-left: 8px; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.presentation-progress { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1004; height: 4px; background: rgba(255,255,255,.12); }
.presentation-progress i { display: block; height: 100%; background: var(--cyan); transition: width .25s ease; }

.title-slide { padding: 0; background: var(--ink); color: white; }
.deck-banner { width: 100%; height: 27%; object-fit: cover; }
.title-slide-copy { height: 73%; display: flex; flex-direction: column; justify-content: center; padding: 4% 7%; }
.title-slide-copy h1 { font-size: clamp(3.7rem, 9vw, 10rem); }
.title-slide-copy > p:not(.slide-kicker) { margin: 20px 0 22px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.9vw, 2rem); }
.title-slide-copy > span { color: #88dce8; font-size: clamp(.75rem, 1vw, 1rem); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.split-slide { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7%; align-items: center; }
.slide-copy > p:not(.slide-kicker):not(.slide-emphasis) { max-width: 760px; margin-top: 24px; color: var(--muted); }
.semester-composition { display: grid; height: 82%; grid-template-rows: 1fr 1fr; transform: rotate(1deg); box-shadow: 16px 16px 0 var(--ink); }
.semester { display: flex; flex-direction: column; justify-content: center; padding: 7% 9%; color: white; }
.fall-semester { background: var(--blue); }
.spring-semester { background: var(--magenta); }
.semester > span { margin-bottom: 7px; font-size: clamp(.55rem, .8vw, .85rem); font-weight: 900; letter-spacing: .15em; }
.semester strong { font-size: clamp(1.4rem, 2.8vw, 3.1rem); line-height: .98; letter-spacing: -.04em; }
.semester p { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: clamp(.7rem, 1vw, 1rem); }

.week-slide { display: flex; flex-direction: column; justify-content: space-between; }
.slide-heading-row { display: flex; justify-content: space-between; gap: 40px; }
.slide-heading-row > div { max-width: 78%; }
.slide-number-display { color: var(--line); font-size: clamp(3rem, 7vw, 8rem); font-weight: 900; line-height: .8; }
.week-flow { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 1%; border-top: 1px solid #aaa59c; border-left: 1px solid #aaa59c; }
.week-flow > div { min-height: clamp(180px, 24vw, 300px); padding: 8% 9%; border-right: 1px solid #aaa59c; border-bottom: 1px solid #aaa59c; }
.week-flow > div:nth-child(1) { border-top: 10px solid var(--green); }
.week-flow > div:nth-child(2) { border-top: 10px solid var(--yellow); }
.week-flow > div:nth-child(3) { border-top: 10px solid var(--magenta); }
.week-flow span { display: block; margin-bottom: 20px; color: var(--blue); font-size: clamp(.6rem, .85vw, .82rem); font-weight: 900; letter-spacing: .13em; }
.week-flow strong { display: block; font-size: clamp(1.1rem, 2vw, 2.1rem); line-height: 1.05; }
.week-flow p { margin: 15px 0 0; color: var(--muted); font-size: clamp(.75rem, 1vw, 1rem); }

.work-slide { display: grid; grid-template-columns: .76fr 1.24fr; gap: 7%; align-items: center; background: var(--ink); color: white; }
.work-slide .slide-kicker { color: var(--yellow); }
.work-statements { display: grid; gap: clamp(10px, 1.5vw, 19px); }
.work-statements p { margin: 0; padding: 0 0 clamp(10px, 1.4vw, 18px); border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); }
.work-statements p:last-child { border-bottom: 0; }
.work-statements strong { color: white; }

.grading-slide { display: flex; flex-direction: column; justify-content: space-between; background: white; }
.grading-slide .slide-copy { max-width: 900px; }
.grading-composition { display: grid; grid-template-columns: 2fr 1fr 2fr; align-items: stretch; margin-top: 5%; }
.grading-composition > div { display: flex; min-height: clamp(180px, 23vw, 300px); flex-direction: column; justify-content: center; padding: 5%; color: white; }
.grading-composition > div:nth-child(1) { background: var(--red); }
.grading-composition > div:nth-child(2) { background: var(--yellow); color: var(--ink); }
.grading-composition > div:nth-child(3) { background: var(--green); }
.grading-composition strong { font-size: clamp(3rem, 7vw, 7.5rem); line-height: .8; letter-spacing: -.07em; }
.grading-composition span { margin-top: 22px; font-size: clamp(.8rem, 1.3vw, 1.35rem); font-weight: 800; line-height: 1.1; text-transform: uppercase; }

.portfolio-slide { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8%; align-items: center; }
.portfolio-monogram { display: grid; grid-template-columns: 1fr 1fr; aspect-ratio: 1; transform: rotate(-3deg); box-shadow: 16px 16px 0 var(--ink); }
.portfolio-monogram span { display: grid; place-items: center; color: white; font-size: clamp(1.6rem, 4.7vw, 5rem); font-weight: 900; }
.portfolio-monogram span:nth-child(1) { background: var(--cyan); }
.portfolio-monogram span:nth-child(2) { background: var(--blue); }
.portfolio-monogram span:nth-child(3) { background: var(--orange); }
.portfolio-monogram span:nth-child(4) { background: var(--magenta); }
.slide-emphasis { margin-top: 24px; color: var(--blue); font-weight: 800; }

.policy-image-slide { display: flex; flex-direction: column; padding: clamp(18px, 2.7vw, 44px); background: white; }
.policy-image-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 2%; }
.policy-image-heading span { color: var(--magenta); font-size: clamp(.58rem, .8vw, .8rem); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.policy-image-heading strong { font-size: clamp(.8rem, 1.35vw, 1.4rem); text-align: right; }
.policy-image-slide > img { width: 100%; min-height: 0; flex: 1; object-fit: contain; }

.closing-slide { display: flex; flex-direction: column; justify-content: center; background: var(--blue); color: white; }
.closing-slide .slide-kicker { color: #9bedf7; }
.closing-slide h2 { max-width: 1050px; }
.closing-lines { display: flex; flex-wrap: wrap; gap: 12px 34px; margin-top: 7%; }
.closing-lines p { margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.8vw, 1.9rem); }
.closing-contact { display: flex; justify-content: space-between; margin-top: 8%; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); font-size: clamp(.7rem, 1vw, 1rem); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.closing-contact a { color: white; text-decoration: none; }

@media (max-aspect-ratio: 4/3) {
  .slide-stage { width: 100vw; max-height: calc(100vh - 64px); }
  .course-slide { padding: clamp(24px, 4vw, 48px); }
  .split-slide, .work-slide, .portfolio-slide { gap: 4%; }
}

.tutorial-hero { padding-block: clamp(72px, 9vw, 120px); }
.tutorial-hero h1 { margin-bottom: 24px; }
.tutorial-hero .lede { max-width: 720px; margin-bottom: 0; }
.tutorial-library { padding-bottom: clamp(90px, 12vw, 160px); }
.tutorial-library-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.tutorial-library-heading h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.tutorial-library-heading .card-label { margin-bottom: 8px; color: var(--magenta); }
.tutorial-count { color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tutorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tutorial-card { display: flex; min-height: 390px; flex-direction: column; padding: 30px; background: var(--white); border-top: 8px solid var(--cyan); box-shadow: 0 14px 40px rgba(35,31,24,.07); }
.tutorial-card:nth-child(3n+2) { border-color: var(--yellow); }
.tutorial-card:nth-child(3n) { border-color: var(--magenta); }
.tutorial-card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tutorial-number { margin: 48px 0 16px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.tutorial-card h3 { margin-bottom: 14px; font-size: 1.75rem; }
.tutorial-card > p { color: var(--muted); }
.tutorial-card-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: .74rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.tutorial-card-footer span { color: var(--muted); }
.tutorial-card-footer a { color: var(--blue); text-decoration: none; }
.tutorial-empty { min-height: 480px; display: grid; place-items: center; align-content: center; padding: clamp(40px, 7vw, 80px); text-align: center; background: var(--white); border: 1px solid var(--line); }
.tutorial-empty .card-label { margin: 24px 0 10px; color: var(--magenta); }
.tutorial-empty h2 { max-width: 680px; margin-bottom: 18px; }
.tutorial-empty > p:last-child { max-width: 630px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.empty-mark { display: flex; align-items: end; gap: 9px; height: 78px; }
.empty-mark span { display: block; width: 24px; }
.empty-mark span:nth-child(1) { height: 48px; background: var(--cyan); }
.empty-mark span:nth-child(2) { height: 78px; background: var(--yellow); }
.empty-mark span:nth-child(3) { height: 61px; background: var(--magenta); }

@media (max-width: 860px) {
  nav { justify-content: flex-start; overflow-x: auto; }
  .hero-grid, .routine-grid, .portfolio { grid-template-columns: 1fr; }
  .studio-card { max-width: 600px; }
  .quick-strip { grid-template-columns: repeat(2, 1fr); }
  .quick-strip > div:nth-child(2) { border-right: 0; }
  .quick-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pathway-grid { grid-template-columns: 1fr; }
  .portfolio-art { max-width: 500px; }
  .expectations-grid, .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .policy-card:last-child { grid-column: 1 / -1; }
  .tutorial-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .section-shell, .identity-bar { width: min(100% - 28px, 1180px); }
  .identity-bar { align-items: flex-start; flex-direction: column; gap: 2px; padding-block: 12px; }
  nav { gap: 24px; padding-block: 14px; }
  .hero { padding-top: 56px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .studio-card { box-shadow: 9px 9px 0 var(--cyan); }
  .quick-strip { grid-template-columns: 1fr; }
  .quick-strip > div { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-strip > div:last-child { border-bottom: 0; }
  .expectations-grid, .policy-grid { grid-template-columns: 1fr; }
  .policy-card:last-child { grid-column: auto; }
  .tutorial-library-heading { align-items: flex-start; flex-direction: column; }
  .tutorial-grid { grid-template-columns: 1fr; }
  .footer-content { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 46px; }
  .footer-links { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.course-slide[hidden] { display: none; }
