:root {
  --ink: #111214;
  --paper: #f4f4f4;
  --paper-deep: #e5e6e8;
  --white: #ffffff;
  --burgundy: #17181b;
  --burgundy-dark: #090a0c;
  --coral: #777c82;
  --rose: #d8dadd;
  --rose-light: #eceef0;
  --gold: #b5bac0;
  --navy: #25282c;
  --muted: #60646a;
  --line: rgba(17, 18, 20, .2);
  --font-body: "Aptos", "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; width: 100%; height: 96px; padding: 0 max(5vw, calc((100vw - 1440px) / 2 + 5vw)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(17, 18, 20, .12); background: rgba(244, 244, 244, .92); box-shadow: 0 8px 28px rgba(9, 10, 12, .07); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.wordmark { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.wordmark > span:first-child { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--white); background: var(--burgundy); font-family: var(--font-display); font-size: 13px; letter-spacing: .08em; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.site-header nav a:not(.nav-cta) { position: relative; }
.site-header nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--burgundy); transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.nav-cta { padding: 13px 19px; border-radius: 999px; color: var(--white); background: var(--burgundy); }
.nav-cta span { margin-left: 6px; color: var(--rose); }

.hero { position: relative; isolation: isolate; min-height: 850px; max-width: 1440px; margin: 0 auto; padding: 150px 5vw 92px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 5vw; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -2; width: 520px; height: 720px; right: -80px; top: 65px; border-radius: 260px 0 0 260px; background: var(--rose); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; left: -115px; bottom: 95px; border-radius: 50%; border: 34px solid rgba(17, 18, 20, .1); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 28px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.eyebrow > span { width: 28px; height: 3px; background: var(--coral); }
.hero h1 { max-width: 790px; margin: 0; font-family: var(--font-display); font-size: clamp(58px, 6vw, 92px); line-height: .94; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { color: var(--burgundy); font-style: italic; font-weight: 500; }
.hero-intro { max-width: 660px; margin: 32px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-width: 196px; padding: 16px 19px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 16px; }
.button-primary { color: var(--white); border-color: var(--burgundy); background: var(--burgundy); }
.button-primary span { color: var(--rose); }
.button-secondary { background: rgba(255, 255, 255, .68); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 680px; margin-top: 48px; border-top: 1px solid var(--line); }
.hero-proof article { padding: 20px 18px 0 0; }
.hero-proof article + article { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-proof strong { display: block; color: var(--burgundy); font-family: var(--font-display); font-size: 34px; line-height: 1; font-weight: 500; }
.hero-proof span { display: block; margin-top: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; line-height: 1.4; font-weight: 800; }

.portrait-collage { position: relative; width: min(100%, 580px); height: 660px; margin: 0; justify-self: end; }
.portrait-accent { position: absolute; width: 68%; height: 82%; top: 18px; right: -24px; border-radius: 190px 190px 24px 24px; background: #31343a; }
.graduation-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 24px 48px rgba(0, 0, 0, .22); }
.graduation-photo img { width: 100%; height: 100%; object-fit: cover; }
.graduation-photo-primary { z-index: 1; right: 0; top: 28px; width: 63%; height: 610px; border-radius: 190px 190px 20px 20px; background: var(--rose); }
.graduation-photo-primary img { object-position: center 55%; }
.graduation-photo-secondary { z-index: 2; left: 0; top: 86px; width: 62%; height: 265px; border: 8px solid var(--white); background: var(--ink); }
.graduation-photo-secondary img { object-position: center; }
.portrait-caption { position: absolute; z-index: 3; left: 16px; bottom: 22px; width: 66%; padding: 20px 22px; color: var(--white); background: var(--ink); box-shadow: 0 16px 34px rgba(0, 0, 0, .24); }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; }
.portrait-caption span { margin-top: 5px; color: var(--rose); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 800; }

.ticker { overflow: hidden; padding: 18px 0; color: var(--white); background: var(--burgundy); }
.ticker > div { display: flex; width: max-content; animation: ticker 35s linear infinite; }
.ticker span { padding-right: 34px; white-space: nowrap; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.ticker b { margin-left: 34px; color: var(--gold); font-size: 8px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { max-width: 1440px; margin: 0 auto; padding: 120px 5vw; }
.section-label { display: flex; align-items: center; gap: 13px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 800; }
.section-label span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.about { display: grid; grid-template-columns: .33fr 1.67fr; gap: 5vw; }
.about > .section-label, .selected-work > .section-label { align-self: start; }
.statement { max-width: 1020px; margin: 0; font-family: var(--font-display); font-size: clamp(42px, 4.7vw, 72px); line-height: 1.02; letter-spacing: -.04em; font-weight: 500; }
.statement em { color: var(--burgundy); font-style: italic; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; margin: 54px 0 66px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.78; }

.journey-card { overflow: hidden; color: var(--white); background: var(--navy); }
.journey-copy { display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; padding: 58px 55px; }
.section-kicker { color: var(--coral); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; }
.journey-copy h2 { max-width: 570px; margin: 20px 0 22px; font-family: var(--font-display); font-size: clamp(39px, 4vw, 60px); line-height: .98; letter-spacing: -.04em; font-weight: 500; }
.journey-story > p { max-width: 600px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.75; }
.credentials { margin-top: 0; border-top: 1px solid rgba(255, 255, 255, .23); }
.credentials article { display: flex; gap: 22px; padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, .23); }
.credentials article > span { min-width: 42px; color: var(--gold); font-size: 10px; font-weight: 800; }
.credentials strong, .credentials small { display: block; }
.credentials strong { margin-bottom: 7px; font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.credentials small { color: rgba(255, 255, 255, .58); line-height: 1.45; }
.academic-links { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; }
.academic-links a { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 24px 54px 24px 24px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, color .2s ease, background .2s ease; }
.academic-links a:hover { transform: translateY(-3px); color: var(--white); background: var(--burgundy); }
.academic-links span { font-family: var(--font-display); font-size: 20px; }
.academic-links small { color: var(--muted); }
.academic-links a:hover small { color: var(--rose); }
.academic-links b { position: absolute; top: 22px; right: 23px; color: var(--coral); font-size: 18px; }

.research-section { max-width: none; color: var(--white); background: var(--burgundy-dark); }
.research-section > * { max-width: 1296px; margin-left: auto; margin-right: auto; }
.light { color: var(--rose); }
.section-heading { display: grid; grid-template-columns: .34fr 1.13fr .53fr; gap: 4vw; align-items: end; margin-bottom: 68px; }
.section-heading h2, .teaching-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(44px, 5vw, 74px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.section-heading > p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.75; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255, 255, 255, .2); border-left: 1px solid rgba(255, 255, 255, .2); }
.project-card { position: relative; min-height: 340px; padding: 36px; border-right: 1px solid rgba(255, 255, 255, .2); border-bottom: 1px solid rgba(255, 255, 255, .2); transition: color .25s ease, background .25s ease; }
.project-card:hover { color: var(--ink); background: var(--rose); }
.project-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--rose); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 800; }
.project-card:hover .project-meta { color: var(--burgundy); }
.project-card h3 { max-width: 430px; margin: 68px 0 18px; font-family: var(--font-display); font-size: 35px; line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
.project-card p { max-width: 510px; margin: 0; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.72; }
.project-card:hover p { color: #44484e; }
.project-arrow { position: absolute; right: 30px; bottom: 26px; color: var(--coral); font-size: 25px; }
.project-card:hover .project-arrow { color: var(--burgundy); }

.selected-work { display: grid; grid-template-columns: .33fr 1.67fr; gap: 5vw; }
.work-list article { padding: 31px 0; border-top: 1px solid var(--line); }
.work-list article > div { display: flex; justify-content: space-between; gap: 28px; margin-bottom: 16px; color: var(--burgundy); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 800; }
.work-list h3 { max-width: 940px; margin: 0; font-family: var(--font-display); font-size: clamp(25px, 2.5vw, 38px); line-height: 1.14; letter-spacing: -.03em; font-weight: 500; }
.work-list h3 a { text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 7px; transition: color .2s ease, text-decoration-color .2s ease; }
.work-list h3 a:hover, .work-list h3 a:focus-visible { color: var(--muted); text-decoration-color: var(--coral); }
.publication-source { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; width: fit-content; max-width: 100%; margin-top: 20px; padding: 11px 15px; border: 1px solid var(--line); background: var(--white); font-size: 10px; font-weight: 800; transition: color .2s ease, background .2s ease, transform .2s ease; }
.publication-source:hover, .publication-source:focus-visible { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.publication-source small { color: var(--muted); font-size: 9px; font-weight: 600; }
.publication-source:hover small, .publication-source:focus-visible small { color: var(--rose); }
.publication-source b { color: var(--coral); font-size: 15px; }
.work-links { display: flex; flex-wrap: wrap; gap: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.text-link span { color: var(--coral); }

.teaching { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8vw; max-width: none; padding-left: max(5vw, calc((100vw - 1440px)/2 + 5vw)); padding-right: max(5vw, calc((100vw - 1440px)/2 + 5vw)); background: var(--rose-light); }
.teaching-intro h2 { margin-top: 40px; }
.teaching-intro > p { max-width: 580px; margin: 28px 0 0; color: var(--muted); line-height: 1.75; }
.teaching-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.teaching-tags span { padding: 9px 13px; border: 1px solid rgba(17, 18, 20, .35); border-radius: 999px; background: rgba(255, 255, 255, .72); font-size: 10px; font-weight: 700; }
.tutorials-button { margin-top: 32px; }
.timeline { position: relative; padding-left: 33px; border-left: 1px solid rgba(17, 18, 20, .25); }
.timeline article { position: relative; padding: 0 0 50px 24px; }
.timeline article:last-child { padding-bottom: 0; }
.timeline-dot { position: absolute; left: -39px; top: 0; width: 11px; height: 11px; border: 3px solid var(--rose-light); border-radius: 50%; background: var(--burgundy); box-shadow: 0 0 0 1px var(--burgundy); }
.timeline-period { color: var(--burgundy); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 800; }
.timeline h3 { margin: 12px 0 4px; font-family: var(--font-display); font-size: 29px; letter-spacing: -.025em; font-weight: 500; }
.timeline h4 { margin: 0 0 14px; font-size: 13px; }
.timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.role-source { display: inline-flex; align-items: center; gap: 14px; margin-top: 16px; padding-bottom: 4px; border-bottom: 1px solid rgba(17, 18, 20, .38); color: var(--ink); font-size: 10px; font-weight: 800; }
.role-source span { color: var(--coral); font-size: 14px; }
.role-source:hover, .role-source:focus-visible { border-color: var(--ink); }

.contact { padding: 120px max(5vw, calc((100vw - 1296px)/2)); color: var(--white); background: var(--navy); }
.contact .eyebrow > span { background: var(--coral); }
.contact h2 { max-width: 1060px; margin: 0; font-family: var(--font-display); font-size: clamp(54px, 7vw, 105px); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.contact > p:not(.eyebrow) { max-width: 700px; margin: 32px 0 0; color: rgba(255, 255, 255, .7); font-size: 17px; line-height: 1.72; }
.button-light { color: var(--ink); border-color: var(--rose); background: var(--rose); }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, .55); }
.contact-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 110px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .3); font-size: 10px; letter-spacing: .04em; }
.contact-footer > :nth-child(2) { text-align: center; }
.contact-footer > :last-child { text-align: right; }

/* Tutorials */
.tutorials-page { min-height: 100vh; }
.subpage-header { position: relative; }
.subpage-header nav a[aria-current="page"]::after { right: 0; height: 2px; background: var(--burgundy); }
.tutorial-hero { position: relative; isolation: isolate; max-width: 1440px; min-height: 560px; margin: 0 auto; padding: 92px 5vw 82px; display: grid; grid-template-columns: 1.22fr .78fr; gap: 8vw; align-items: end; overflow: hidden; }
.tutorial-hero::before { content: ""; position: absolute; z-index: -1; width: 430px; height: 430px; top: -170px; right: 3vw; border-radius: 50%; background: var(--rose); }
.tutorial-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(60px, 7.2vw, 108px); line-height: .9; letter-spacing: -.055em; font-weight: 500; }
.tutorial-hero h1 em { color: var(--burgundy); font-style: italic; font-weight: 500; }
.tutorial-hero-copy { padding-bottom: 5px; }
.tutorial-hero-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.tutorial-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; padding-top: 22px; border-top: 1px solid var(--line); }
.tutorial-stats span { display: flex; flex-direction: column; gap: 6px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; line-height: 1.4; }
.tutorial-stats b { color: var(--burgundy); font-family: var(--font-display); font-size: 27px; font-weight: 500; }
.tutorial-tabs { position: sticky; z-index: 10; top: 0; display: flex; gap: 28px; align-items: center; overflow-x: auto; padding: 17px max(5vw, calc((100vw - 1296px)/2)); color: var(--white); background: var(--burgundy); white-space: nowrap; }
.tutorial-tabs span, .tutorial-tabs a { text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 800; }
.tutorial-tabs span { margin-right: auto; color: var(--rose); }
.tutorial-tabs a { padding-bottom: 3px; border-bottom: 1px solid transparent; }
.tutorial-tabs a:hover { border-color: var(--rose); }
.tutorial-layout { max-width: 1440px; margin: 0 auto; padding: 110px 5vw 130px; display: grid; grid-template-columns: .33fr 1.67fr; gap: 6vw; align-items: start; }
.tutorial-aside { position: sticky; top: 80px; }
.tutorial-aside > p { margin: 30px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.tutorial-aside > a { display: inline-flex; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.tutorial-aside > a span { color: var(--coral); }
.tutorial-list { min-width: 0; }
.tutorial-card { scroll-margin-top: 76px; margin-bottom: 34px; padding: 44px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 12px 12px 0 var(--rose); }
.tutorial-card:nth-child(2) { box-shadow: 12px 12px 0 var(--gold); }
.tutorial-card:nth-child(3) { box-shadow: 12px 12px 0 #c4c7ca; }
.tutorial-card:last-child { margin-bottom: 0; }
.tutorial-card-head { display: flex; justify-content: space-between; align-items: center; }
.tutorial-number, .tutorial-area { font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.tutorial-number { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--white); background: var(--burgundy); }
.tutorial-area { color: var(--burgundy); text-transform: uppercase; }
.tutorial-card > h2 { max-width: 790px; margin: 49px 0 18px; font-family: var(--font-display); font-size: clamp(40px, 4vw, 62px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.tutorial-summary { max-width: 780px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.tutorial-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tutorial-facts > span { padding: 18px 20px 18px 0; font-size: 12px; font-weight: 700; }
.tutorial-facts > span + span { padding-left: 20px; border-left: 1px solid var(--line); }
.tutorial-facts small { display: block; margin-bottom: 7px; color: var(--burgundy); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; }
.lesson-steps section { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid var(--line); }
.lesson-steps section > span { padding-top: 4px; color: var(--coral); font-size: 10px; font-weight: 800; }
.lesson-steps h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 24px; letter-spacing: -.02em; font-weight: 500; }
.lesson-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.tutorial-outcome, .practice-prompt { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 23px; }
.tutorial-outcome { margin-top: 12px; color: var(--white); background: var(--navy); }
.practice-prompt { border: 1px solid var(--burgundy); background: var(--rose-light); }
.tutorial-outcome span, .practice-prompt span { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.tutorial-outcome span { color: var(--rose); }
.practice-prompt span { color: var(--burgundy); }
.tutorial-outcome p, .practice-prompt p { margin: 0; font-size: 13px; line-height: 1.62; }
.youtube-library { padding: 110px max(5vw, calc((100vw - 1296px)/2)); color: var(--white); background: var(--navy); }
.youtube-heading { display: grid; grid-template-columns: 1fr auto; gap: 5vw; align-items: end; margin-bottom: 48px; }
.youtube-heading h2 { max-width: 820px; margin: 20px 0 0; font-family: var(--font-display); font-size: clamp(43px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.youtube-heading .button { min-width: 190px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { overflow: hidden; color: var(--ink); background: var(--white); transition: transform .2s ease; }
.video-card:hover { transform: translateY(-5px); }
.video-thumbnail { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 9; background-position: center; background-size: cover; }
.video-thumbnail::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .24); }
.video-thumbnail b { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; padding-left: 4px; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 18px; }
.video-card-copy { display: flex; flex-direction: column; gap: 9px; min-height: 132px; padding: 23px; }
.video-card-copy small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 800; }
.video-card-copy strong { font-family: var(--font-display); font-size: 22px; line-height: 1.15; font-weight: 500; }
.video-coming-soon { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 38px; border: 1px solid rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .055); }
.video-play { display: grid; place-items: center; width: 72px; height: 72px; padding-left: 5px; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 21px; }
.video-coming-soon strong { display: block; font-family: var(--font-display); font-size: 27px; font-weight: 500; }
.video-coming-soon p { max-width: 700px; margin: 7px 0 0; color: rgba(255, 255, 255, .64); font-size: 13px; line-height: 1.65; }
.video-coming-soon > a { padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, .7); font-size: 11px; font-weight: 800; }
.video-coming-soon > a span { margin-left: 18px; color: var(--rose); }
.tutorial-cta { padding: 100px max(5vw, calc((100vw - 1296px)/2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; color: var(--white); background: var(--burgundy-dark); }
.tutorial-cta .section-kicker { color: var(--rose); }
.tutorial-cta h2 { max-width: 730px; margin: 22px 0 0; font-family: var(--font-display); font-size: clamp(45px, 5vw, 74px); line-height: .97; letter-spacing: -.045em; font-weight: 500; }
.tutorial-cta > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.tutorial-cta p { margin: 0; color: rgba(255, 255, 255, .68); line-height: 1.72; }
.tutorial-cta .button { margin-top: 28px; }
.tutorial-footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 36px; padding: 30px max(5vw, calc((100vw - 1296px)/2)); color: var(--white); background: var(--navy); font-size: 10px; }

@media (max-width: 1060px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; gap: 76px; }
  .hero::before { right: -90px; top: auto; bottom: 40px; }
  .portrait-collage { width: min(100%, 620px); justify-self: center; }
  .about, .selected-work { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading > p { max-width: 620px; }
  .teaching { grid-template-columns: 1fr; }
  .tutorial-hero { grid-template-columns: 1fr; gap: 56px; }
  .tutorial-layout { grid-template-columns: 1fr; }
  .tutorial-aside { position: static; }
  .youtube-heading { grid-template-columns: 1fr; align-items: start; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .tutorial-cta { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 94px; }
  .site-header { height: 80px; padding-left: 24px; padding-right: 24px; }
  .wordmark-name { display: none; }
  .nav-cta { padding: 11px 15px; }
  .hero { min-height: auto; padding: 122px 24px 78px; gap: 62px; }
  .hero::before { width: 310px; height: 470px; right: -70px; bottom: 60px; }
  .hero h1 { font-size: 53px; }
  .hero-intro { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof article { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .hero-proof article + article { padding-left: 0; border-left: 0; }
  .portrait-collage { height: 620px; }
  .portrait-accent { right: -12px; }
  .graduation-photo-primary { width: 68%; height: 570px; border-radius: 160px 160px 18px 18px; }
  .graduation-photo-secondary { top: 75px; width: 68%; height: 230px; border-width: 6px; }
  .portrait-caption { left: 8px; bottom: 18px; width: 76%; }
  .section { padding: 86px 24px; }
  .statement { font-size: 40px; }
  .about-grid, .academic-links, .project-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 25px; margin: 42px 0 50px; }
  .journey-copy { grid-template-columns: 1fr; gap: 36px; padding: 38px 25px; }
  .journey-copy h2 { font-size: 40px; }
  .project-card { min-height: 310px; padding: 28px; }
  .project-card h3 { margin-top: 55px; }
  .selected-work .work-list { min-width: 0; }
  .work-list article > div { align-items: flex-start; }
  .publication-source { grid-template-columns: 1fr auto; width: 100%; }
  .publication-source small { grid-column: 1 / -1; grid-row: 2; }
  .teaching { padding-left: 24px; padding-right: 24px; }
  .timeline { margin-top: 12px; }
  .contact { padding: 86px 24px 30px; }
  .contact h2 { font-size: 51px; }
  .contact-actions .button { width: 100%; }
  .contact-footer { grid-template-columns: 1fr; margin-top: 75px; }
  .contact-footer > :nth-child(2), .contact-footer > :last-child { text-align: left; }
  .tutorial-hero { min-height: auto; padding: 70px 24px; }
  .tutorial-hero h1 { font-size: 53px; }
  .tutorial-hero-copy > p { font-size: 16px; }
  .tutorial-tabs { gap: 20px; padding-left: 24px; padding-right: 24px; }
  .tutorial-tabs span { display: none; }
  .tutorial-layout { padding: 76px 24px 90px; }
  .tutorial-card { padding: 28px 20px; box-shadow: 7px 7px 0 var(--rose); }
  .tutorial-card:nth-child(2) { box-shadow: 7px 7px 0 var(--gold); }
  .tutorial-card:nth-child(3) { box-shadow: 7px 7px 0 #c4c7ca; }
  .tutorial-card > h2 { margin-top: 38px; font-size: 40px; }
  .tutorial-facts { grid-template-columns: 1fr; }
  .tutorial-facts > span { padding: 14px 0; }
  .tutorial-facts > span + span { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .lesson-steps section { grid-template-columns: 36px 1fr; gap: 8px; }
  .tutorial-outcome, .practice-prompt { grid-template-columns: 1fr; gap: 9px; }
  .youtube-library { padding: 82px 24px; }
  .youtube-heading { margin-bottom: 34px; }
  .youtube-heading .button { width: 100%; }
  .video-grid { grid-template-columns: 1fr; }
  .video-coming-soon { grid-template-columns: 1fr; padding: 28px 22px; }
  .tutorial-cta { padding: 82px 24px; }
  .tutorial-footer { grid-template-columns: 1fr 1fr; gap: 20px; padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker > div { animation: none; }
  .button, .academic-links a { transition: none; }
}
