:root {
  --ink: #11130f;
  --ink-soft: #2c3028;
  --paper: #f2f0e9;
  --paper-bright: #fbfaf5;
  --line: rgba(17, 19, 15, .18);
  --muted: #686b63;
  --signal: #d8ff45;
  --signal-dark: #a6ca21;
  --white: #fff;
  --shadow: 0 24px 60px rgba(18, 20, 16, .12);
  --page: min(1440px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  cursor: auto;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 16px; top: 16px; z-index: 1000; padding: 12px 16px; background: var(--signal); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 max(24px, calc((100vw - 1440px) / 2));
  background: rgba(242, 240, 233, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: background .25s, border-color .25s;
}
.site-header.scrolled { background: rgba(242, 240, 233, .98); box-shadow: 0 10px 30px rgba(17,19,15,.06); }
.header-main { min-height: 72px; display: grid; grid-template-columns: auto minmax(160px, .45fr) 1fr; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; background: var(--ink); color: var(--signal); font-size: 14px; letter-spacing: -.05em; }
.header-status { min-height: 36px; padding-left: 18px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; font-family: Consolas, monospace; line-height: 1.15; }
.header-status span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.header-status strong { font-size: 13px; font-weight: 700; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.site-nav a { position: relative; font-size: 15px; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .25s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; font-weight: 700; }
.header-meta { min-height: 30px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; color: var(--muted); font: 700 10px/1 Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.header-meta span:nth-child(2) { text-align: center; }
.header-meta span:last-child { text-align: right; }
.reading-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; overflow: hidden; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--signal-dark); transform: scaleX(0); transform-origin: left; will-change: transform; }
.hero { min-height: 100svh; padding: 154px max(24px, calc((100vw - 1440px) / 2)) 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: clamp(48px, 8vw, 124px); align-items: center; }
.eyebrow, .project-kicker { margin: 0 0 24px; font-size: 14px; line-height: 1.2; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #4daf50; box-shadow: 0 0 0 4px rgba(77,175,80,.14); }
.hero h1 { margin: 0; font-size: clamp(68px, 9vw, 146px); line-height: .84; letter-spacing: -.085em; font-weight: 800; text-transform: uppercase; }
.hero h1 em { color: transparent; -webkit-text-stroke: 2px var(--ink); font-style: normal; }
.hero-intro { max-width: 760px; margin: 38px 0 0; font-size: clamp(20px, 2vw, 29px); line-height: 1.35; letter-spacing: -.025em; }
.hero-actions, .card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 28px; padding: 12px 18px; border: 1px solid var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--signal); color: var(--ink); }
.button-quiet { background: transparent; }
.hero-portrait { position: relative; margin: 0; max-width: 540px; justify-self: end; overflow: hidden; }
.hero-portrait img { aspect-ratio: .82; object-fit: cover; filter: saturate(.85) contrast(1.04); }
.hero-portrait figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0 0; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-index { width: 100%; margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; color: var(--muted); font-family: Consolas, monospace; font-size: 14px; }

.section { position: relative; padding: 120px max(24px, calc((100vw - 1440px) / 2)); }
.section::before { content: ""; position: absolute; inset: 0 max(24px, calc((100vw - 1440px) / 2)); pointer-events: none; border-left: 1px solid rgba(17,19,15,.055); border-right: 1px solid rgba(17,19,15,.055); }
.dark-section::before { border-color: rgba(255,255,255,.055); }
.section-label { margin-bottom: 74px; display: flex; gap: 16px; align-items: center; font-family: Consolas, monospace; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.section-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.section-label span { color: var(--muted); }
.section-label.light { color: var(--paper); }
.section-label.light::after { background: rgba(255,255,255,.22); }
.section-label.light span { color: rgba(255,255,255,.58); }

.intro { background: var(--paper-bright); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.intro h2, .tools-heading h2, .experience-heading h2 { margin: 0; font-size: clamp(44px, 5.8vw, 88px); line-height: .98; letter-spacing: -.06em; }
.prose p { margin: 0 0 1.2em; }
.large-prose { font-size: 20px; }
.large-prose p:first-child { font-size: 28px; line-height: 1.25; font-weight: 700; letter-spacing: -.03em; }
.capability-strip { margin-top: 84px; display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-strip span { flex: 1 1 180px; padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.dark-section { color: var(--paper); background: var(--ink); }
.case-hero { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.project-kicker { color: var(--signal-dark); }
.case-hero h2 { max-width: 950px; margin: 0; font-size: clamp(58px, 8vw, 126px); line-height: .88; letter-spacing: -.075em; }
.metric-block { width: 250px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.28); }
.metric-block strong { display: block; color: var(--signal); font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.metric-block span { display: block; margin-top: 12px; color: rgba(255,255,255,.72); font-size: 15px; }
.lead-media { margin-top: 80px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.lead-media img { height: clamp(360px, 50vw, 720px); object-fit: cover; background: #ddd; }
.case-copy { margin-top: 90px; display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px, 10vw, 160px); }
.case-sidebar { font-size: 15px; }
.case-sidebar p { margin: 26px 0 4px; color: rgba(255,255,255,.5); font-family: Consolas, monospace; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.case-sidebar p:first-child { margin-top: 0; }
.case-sidebar strong { display: block; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.inverse-prose { color: rgba(255,255,255,.78); font-size: 19px; }
.inverse-prose a { color: var(--signal); text-underline-offset: 4px; }
.gallery-heading { margin: 130px 0 42px; display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 34px; align-items: end; }
.gallery-heading h3 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; }
.gallery-heading > p:last-child { margin: 0; color: rgba(255,255,255,.62); }
.process-viewer { border: 1px solid rgba(255,255,255,.22); background: #191b17; }
.process-toolbar { min-height: 58px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.process-toolbar > div:first-child { display: flex; align-items: center; gap: 22px; font: 700 11px/1 Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.process-toolbar > div:first-child span { color: rgba(255,255,255,.5); }
.process-toolbar > div:first-child strong { color: var(--signal); }
.process-controls { display: flex; align-self: stretch; }
.process-controls button { min-width: 92px; padding: 0 14px; border: 0; border-left: 1px solid rgba(255,255,255,.18); background: transparent; color: var(--paper); font-size: 13px; font-weight: 700; cursor: pointer; }
.process-controls button:hover { background: var(--signal); color: var(--ink); }
.process-stage { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); min-height: 570px; }
.process-main { position: relative; min-height: 570px; padding: 0; border: 0; border-right: 1px solid rgba(255,255,255,.18); background: #0d0e0c; overflow: hidden; cursor: zoom-in; }
.process-main img { width: 100%; height: 100%; max-height: 670px; object-fit: contain; transition: opacity .18s ease, transform .5s cubic-bezier(.2,.7,.2,1); }
.process-main:hover img { transform: scale(1.012); }
.process-main > span { position: absolute; left: 16px; bottom: 16px; padding: 8px 10px; background: rgba(17,19,15,.84); color: white; font: 700 11px/1 Consolas, monospace; text-transform: uppercase; letter-spacing: .07em; }
.process-context { padding: clamp(26px, 4vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.process-context > span { color: var(--signal); font: 700 12px/1 Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.process-context h4 { margin: 18px 0 22px; font-size: clamp(31px, 3.5vw, 52px); line-height: .98; letter-spacing: -.05em; }
.process-context > p { margin: 0; color: rgba(255,255,255,.67); font-size: 16px; }
.process-context dl { margin: auto 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-context dl div { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 72px 1fr; gap: 14px; }
.process-context dt { color: rgba(255,255,255,.45); font: 700 10px/1.4 Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.process-context dd { margin: 0; font-size: 13px; font-weight: 700; }
.process-filmstrip { display: grid; grid-template-columns: repeat(11, minmax(96px, 1fr)); border-top: 1px solid rgba(255,255,255,.18); overflow-x: auto; scrollbar-width: thin; }
.process-filmstrip button { position: relative; min-width: 96px; height: 94px; padding: 6px; border: 0; border-right: 1px solid rgba(255,255,255,.18); background: #191b17; opacity: .52; cursor: pointer; transition: opacity .2s, background .2s; }
.process-filmstrip button:hover, .process-filmstrip button.active { opacity: 1; background: var(--signal); }
.process-filmstrip button span { position: absolute; z-index: 2; top: 8px; left: 8px; padding: 3px 4px; background: var(--ink); color: white; font: 700 9px/1 Consolas, monospace; }
.process-filmstrip button img { width: 100%; height: 100%; object-fit: cover; }

.tools-section { background: #deddd6; }
.tools-heading, .experience-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 10vw, 150px); align-items: end; margin-bottom: 70px; }
.tools-heading p, .experience-heading p { margin: 0; font-size: 20px; color: var(--muted); }
.tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tool-card { min-height: 720px; padding: 28px; border: 1px solid var(--ink); background: var(--paper-bright); display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; }
.tool-number { font-family: Consolas, monospace; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.tool-visual { position: relative; min-height: 310px; margin: 28px -28px 40px; overflow: hidden; background: var(--ink); }
.sheet-visual { perspective: 700px; }
.metal-plane { position: absolute; left: 50%; top: 50%; width: 250px; height: 210px; background: linear-gradient(135deg,#d6d8d2,#7c8278); border: 1px solid rgba(255,255,255,.38); box-shadow: var(--shadow); }
.plane-a { transform: translate(-98%,-50%) rotateY(58deg) rotateZ(-8deg); transform-origin: right center; }
.plane-b { transform: translate(-1%,-50%) rotateY(-25deg) rotateZ(-8deg); transform-origin: left center; }
.bend-line { position: absolute; left: 50%; top: 22%; width: 3px; height: 58%; background: var(--signal); transform: rotate(-8deg); box-shadow: 0 0 24px rgba(216,255,69,.6); }
.tube-visual span { position: absolute; left: 17%; top: 50%; width: 64%; height: 74px; border-radius: 50px; border: 18px solid #aeb3aa; border-left-color: transparent; border-bottom-color: transparent; transform: translateY(-50%) rotate(20deg); box-shadow: inset 0 0 0 1px #5d6259, 10px -8px 30px rgba(0,0,0,.35); }
.tube-visual::after { content: "R 3.000"; position: absolute; right: 19%; top: 28%; color: var(--signal); font: 700 15px Consolas, monospace; }
.tool-copy h3 { max-width: 540px; margin: 0 0 18px; font-size: clamp(36px, 4vw, 58px); line-height: .98; letter-spacing: -.055em; }
.tool-copy > p:not(.project-kicker) { max-width: 610px; color: var(--muted); }
.text-link { padding: 12px 4px; font-size: 15px; font-weight: 700; text-underline-offset: 5px; }

.coursework { background: var(--paper-bright); }
.course-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.course-grid h2 { margin: 0 0 40px; font-size: clamp(44px, 5vw, 74px); line-height: 1; letter-spacing: -.055em; }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 20px 0 20px 34px; border-top: 1px solid var(--line); }
.feature-list li::before { content: "↳"; position: absolute; left: 0; font-weight: 700; }
.engine-figure { margin: 0; }
.engine-figure img { background: #ddd; image-rendering: auto; }
.engine-figure figcaption, .spreadsheet-shot figcaption { margin-top: 14px; color: var(--muted); font-size: 15px; }

.experience { background: var(--paper); }
.experience-feature { padding: 26px; border: 1px solid var(--line); background: var(--paper-bright); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 100px); }
.experience-image img { position: sticky; top: 100px; aspect-ratio: 4 / 5; height: auto; object-fit: cover; }
.role-date, .company { color: var(--muted); font-family: Consolas, monospace; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.experience-copy h3 { margin: 4px 0 24px; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.experience-copy > ul { margin: 0 0 36px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.experience-copy > ul li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.spreadsheet-shot { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 26px; border-top: 1px solid var(--line); }
.spreadsheet-shot img { border: 1px solid var(--line); }
.timeline { margin-top: 80px; border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: .35fr 1.65fr; gap: 40px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.timeline-date { color: var(--muted); font-family: Consolas, monospace; font-size: 14px; }
.timeline-item h3 { margin: 0; font-size: 32px; letter-spacing: -.035em; }
.timeline-item .company { margin: 5px 0 16px; }
.timeline-item p:last-child { max-width: 880px; margin: 0; color: var(--ink-soft); }

.personal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 150px); }
.personal h2 { margin: 0; font-size: clamp(58px, 7vw, 108px); line-height: .9; letter-spacing: -.07em; }
.project-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 60px; }
.project-stats div { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.project-stats strong { display: block; color: var(--signal); font-size: 48px; line-height: 1; }
.project-stats span { display: block; margin-top: 10px; color: rgba(255,255,255,.62); font-size: 14px; }
.inverse-list li { border-color: rgba(255,255,255,.18); }

.site-footer { padding: 120px max(24px, calc((100vw - 1440px) / 2)) 34px; background: var(--signal); }
.site-footer h2 { max-width: 1100px; margin: 0; font-size: clamp(64px, 10vw, 150px); line-height: .85; letter-spacing: -.08em; }
.footer-link { display: inline-flex; gap: 50px; align-items: center; margin-top: 58px; padding-bottom: 8px; border-bottom: 2px solid var(--ink); font-size: 24px; font-weight: 700; text-decoration: none; }
.linkedin-icon { width: 22px; height: 22px; object-fit: contain; }
.footer-bottom { margin-top: 120px; padding-top: 22px; border-top: 1px solid rgba(17,19,15,.35); display: flex; justify-content: space-between; gap: 24px; font-size: 14px; font-weight: 700; }
.footer-bottom a { text-decoration: none; }

.lightbox { width: min(1100px, calc(100vw - 32px)); max-width: none; padding: 54px 16px 16px; border: 0; background: var(--ink); color: var(--paper); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }
.lightbox img { max-height: 82vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 12px; right: 16px; padding: 6px 0; border: 0; background: transparent; color: var(--paper); font-weight: 700; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.image-reveal { clip-path: inset(0 0 100% 0); animation: imageIn 1s .25s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes imageIn { to { clip-path: inset(0); } }

@media (max-width: 1000px) {
  .header-main { grid-template-columns: auto 1fr auto; }
  .header-status { justify-self: end; }
  .site-nav { justify-content: flex-end; }
  .hero-grid, .intro-grid, .case-copy, .course-grid, .personal-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 150px; }
  .hero-portrait { width: min(72vw, 520px); justify-self: start; }
  .hero h1 { font-size: clamp(64px, 12vw, 110px); }
  .case-hero { grid-template-columns: 1fr; }
  .metric-block { width: min(100%, 420px); }
  .gallery-heading { grid-template-columns: 1fr; }
  .tool-grid { grid-template-columns: 1fr; }
  .tools-heading, .experience-heading { grid-template-columns: 1fr; }
  .experience-feature { grid-template-columns: 1fr; }
  .experience-image img { position: static; aspect-ratio: 16 / 9; }
  .process-stage { grid-template-columns: 1fr; }
  .process-main { min-height: 500px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-context { min-height: 340px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 36px); }
  body { font-size: 16px; }
  .site-header { padding-inline: 18px; }
  .header-main { min-height: 68px; display: flex; justify-content: space-between; gap: 14px; }
  .header-status, .header-meta { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 12px; }
  .menu-icon, .menu-icon::after { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-icon { position: relative; }
  .menu-icon::after { content: ""; position: absolute; top: 7px; }
  .menu-toggle[aria-expanded="true"] .menu-icon { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 68px 0 auto; padding: 24px 18px 36px; display: grid; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 22px; }
  .hero { min-height: auto; padding: 110px 18px 28px; }
  .hero-grid { gap: 46px; }
  .hero h1 { font-size: clamp(58px, 18vw, 88px); }
  .hero h1 em { -webkit-text-stroke-width: 1.5px; }
  .hero-intro { font-size: 19px; }
  .hero-portrait { width: calc(100% - 18px); }
  .hero-index { grid-template-columns: 1fr; gap: 8px; }
  .section { padding: 84px 18px; }
  .section-label { margin-bottom: 48px; }
  .lead-media { grid-template-columns: 1fr; margin-top: 48px; }
  .lead-media img { height: auto; aspect-ratio: 4 / 3; }
  .case-copy { margin-top: 60px; gap: 48px; }
  .gallery-heading { margin-top: 90px; }
  .process-toolbar { padding-inline: 12px; }
  .process-toolbar > div:first-child { gap: 10px; }
  .process-controls button { min-width: 68px; padding-inline: 8px; font-size: 12px; }
  .process-main { min-height: 330px; }
  .process-main img { max-height: 430px; }
  .process-context { min-height: 320px; padding: 26px 20px; }
  .process-filmstrip { grid-template-columns: repeat(11, 86px); }
  .process-filmstrip button { min-width: 86px; height: 82px; }
  .tool-card { min-height: 640px; padding: 20px; }
  .tool-visual { margin-inline: -20px; }
  .timeline-item { grid-template-columns: 1fr; gap: 12px; }
  .project-stats { grid-template-columns: 1fr; }
  .site-footer { padding: 86px 18px 28px; }
  .footer-bottom { margin-top: 84px; flex-direction: column; }
}

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