@font-face {
  font-family: 'Portfolio Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('../fonts/oswald.woff2') format('woff2');
}

:root {
  --black: #080808;
  --copy: #e4e4e4;
  --gold: #ffd700;
  --red: #9a2d2d;
  --shell: min(1200px, calc(100vw - 48px));
  --hero-overlap: 18px;
  --leather-bar-height: 5px;
  --carousel-scroll-space: 18px;
  --carousel-scrollbar-height: 8px;
  --display: 'Portfolio Oswald', 'Arial Narrow', Arial, sans-serif;
  --body: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: #fff; font-family: var(--body); font-size: 17px; line-height: 1.6; margin: 0; overflow-x: clip; -webkit-font-smoothing: antialiased; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.site-shell { margin-inline: auto; width: var(--shell); }
.skip-link { background: var(--gold); color: #000; left: 1rem; padding: .65rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header { background: #050505; border-bottom: 1px solid #000; color: #fff; position: relative; z-index: 10; }
.site-header__inner { align-items: center; display: flex; justify-content: space-between; min-height: 58px; }
.wordmark { align-items: baseline; display: flex; gap: .28em; text-decoration: none; }
.wordmark__name, .wordmark__tagline { font-family: var(--display); font-size: 1.45rem; letter-spacing: .035em; line-height: 1; }
.wordmark__name { font-weight: 600; text-transform: uppercase; }
.wordmark__tagline { color: #b8b8b8; font-weight: 300; }
.site-nav ul { display: flex; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.site-nav a { color: #fff; font-family: var(--display); font-size: .83rem; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.header-email { align-items: center; color: var(--gold); display: flex; height: 38px; justify-content: center; margin-left: auto; padding: 5px; transition: filter .18s ease, transform .18s ease; width: 46px; }
.header-email svg { fill: currentColor; height: 24px; overflow: visible; width: 32px; }
.header-email:hover { filter: brightness(1.14); transform: translateY(-1px); }
.header-email:focus-visible { border-radius: 6px; outline: 2px dotted #fff; outline-offset: 2px; }

.hero { background: #080b0c; display: flow-root; isolation: isolate; overflow: visible; position: relative; z-index: 3; }
.hero::before { background-image: linear-gradient(rgba(2,8,9,.6), rgba(0,0,0,.78)), var(--hero-image); background-position: center; background-size: cover; content: ''; inset: 0; opacity: .78; pointer-events: none; position: absolute; z-index: -2; }
.hero::after { background-image: linear-gradient(90deg, rgba(0,0,0,.44), transparent 35%, transparent 65%, rgba(0,0,0,.44)), radial-gradient(circle, rgba(255,255,255,.16) .55px, transparent .7px); background-position: center, 0 0; background-repeat: no-repeat, repeat; background-size: cover, 4px 4px; content: ''; inset: 0; opacity: .22; pointer-events: none; position: absolute; z-index: -1; }
.hero__inner { align-items: flex-start; aspect-ratio: 3 / 1; background-image: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.05) 62%), var(--hero-image); background-position: center; background-size: cover; border-radius: 0 0 28px 28px; box-shadow: 0 7px 18px rgba(0,0,0,.95); display: flex; flex-direction: column; justify-content: flex-end; margin-bottom: calc(-1 * var(--hero-overlap)); overflow: hidden; padding: 32px 38px; position: relative; text-shadow: 2px 2px 3px #000; z-index: 4; }
.eyebrow { color: var(--gold); font-family: var(--display); font-size: .72rem; letter-spacing: .15em; margin: 0 0 .4rem; text-transform: uppercase; }
.hero .eyebrow, .hero__jump { display: none; }
.hero h1 { font-family: var(--display); font-size: clamp(2.8rem, 5vw, 4.1rem); font-weight: 500; line-height: 1; margin: 0 0 .3rem; }
.hero__tagline { font-family: var(--display); font-size: clamp(1.25rem, 2.3vw, 1.75rem); line-height: 1.2; margin: 0; }

.portfolio { background-color: #181512; background-image: url('../images/leather.jpg'); background-position: top center; background-repeat: repeat; color: #fff; padding: calc(var(--hero-overlap) + var(--carousel-scroll-space) + 20px) 0 28px; position: relative; }
.portfolio::before, .portfolio::after { background: #181512 url('../images/leather.jpg') top center repeat; border-bottom: 1px solid rgba(0,0,0,.9); border-top: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 5px 9px rgba(255,255,255,.025), 0 -5px 12px rgba(0,0,0,.5), 0 6px 13px rgba(0,0,0,.65); content: ''; height: var(--leather-bar-height); left: 0; position: absolute; right: 0; z-index: 2; }
.portfolio::before { top: 0; }
.portfolio::after { bottom: 0; }
.portfolio-info-stack { display: grid; gap: 12px; margin: 0 0 25px; }
.portfolio-info-bar { align-items: center; background: rgba(5,5,5,.66); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; box-shadow: inset 0 2px 8px rgba(0,0,0,.85), 0 5px 14px rgba(0,0,0,.35); display: grid; gap: 22px; grid-template-columns: 96px minmax(0, 1fr); min-height: 64px; padding: 15px 24px; width: 100%; }
.portfolio-info-bar h2 { color: var(--gold); font-family: var(--display); font-size: 1.35rem; font-weight: 400; line-height: 1; margin: 0; white-space: nowrap; }
.portfolio-info-bar p { border-left: 1px solid rgba(255,215,0,.35); color: var(--copy); line-height: 1.55; margin: 0; padding-left: 22px; }
.portfolio-info-bar a { color: #fff; text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.portfolio-info-bar a:hover, .portfolio-info-bar a:focus-visible { color: var(--gold); }
.project-gallery-heading { align-items: center; display: flex; margin: 0 0 14px; }
.project-gallery-heading::after { background: linear-gradient(90deg, rgba(255,215,0,.48), transparent); content: ''; height: 1px; margin-left: 18px; width: min(520px, 52vw); }
.project-gallery-heading h2 { color: #fff; font-family: var(--display); font-size: 1.55rem; font-weight: 400; letter-spacing: .025em; line-height: 1; margin: 0; }
.project-carousel { position: relative; }
.project-carousel::before, .project-carousel::after { bottom: calc(var(--carousel-scroll-space) + var(--carousel-scrollbar-height)); content: ''; opacity: 0; pointer-events: none; position: absolute; top: -5px; transition: opacity .2s ease; width: 54px; z-index: 0; }
.project-carousel::before { background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.28) 42%, transparent); left: 0; }
.project-carousel::after { background: linear-gradient(270deg, rgba(0,0,0,.82), rgba(0,0,0,.28) 42%, transparent); right: 0; }
.project-carousel.is-scrolling.can-scroll-left::before, .project-carousel.is-scrolling.can-scroll-right::after { opacity: 1; }
.project-carousel__edge { bottom: calc(var(--carousel-scroll-space) + var(--carousel-scrollbar-height)); opacity: 0; pointer-events: none; position: absolute; top: -5px; transition: opacity .2s ease; width: 12px; z-index: 3; }
.project-carousel__edge--left { background: linear-gradient(90deg, rgba(0,0,0,.9), transparent); box-shadow: inset 1px 0 #181818; left: 0; }
.project-carousel__edge--right { background: linear-gradient(270deg, rgba(0,0,0,.9), transparent); box-shadow: inset -1px 0 #181818; right: 0; }
.project-carousel.is-scrolling.can-scroll-left .project-carousel__edge--left, .project-carousel.is-scrolling.can-scroll-right .project-carousel__edge--right { opacity: 1; }
.carousel-scrollbar-backdrop { background: rgba(0,0,0,.62); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; bottom: -1.5px; box-shadow: inset 0 2px 5px rgba(0,0,0,.9), inset 0 -1px 2px rgba(255,255,255,.05), 0 1px 3px rgba(0,0,0,.6); height: 16px; left: -3px; pointer-events: none; position: absolute; right: -3px; z-index: 0; }
.project-tabs { cursor: grab; display: grid; gap: 18px; grid-auto-columns: calc((100% - 36px) / 3); grid-auto-flow: column; overflow-x: auto; padding: 0 2px var(--carousel-scroll-space); position: relative; scroll-padding-inline: 2px; scroll-snap-type: inline mandatory; scrollbar-color: var(--gold) transparent; scrollbar-width: thin; z-index: 1; }
.project-tabs.is-dragging, .project-tabs.is-dragging .project-card { cursor: grabbing; user-select: none; }
.project-tabs.is-dragging, .project-tabs.is-settling { scroll-snap-type: none; }
.project-tabs::-webkit-scrollbar { height: var(--carousel-scrollbar-height); }
.project-tabs::-webkit-scrollbar-track { background: transparent; border: 0; border-radius: 8px; }
.project-tabs::-webkit-scrollbar-thumb { background: var(--gold); border: 1px solid #302a20; border-radius: 6px; }
.carousel-leather-bar { background: #181512 url('../images/leather.jpg') top center repeat; border-bottom: 1px solid rgba(0,0,0,.9); border-top: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 5px 9px rgba(255,255,255,.025), 0 -5px 12px rgba(0,0,0,.5), 0 6px 13px rgba(0,0,0,.65); height: 7px; margin: var(--carousel-scroll-space) calc(50% - 50vw) 0; position: relative; z-index: 1; }
.project-card { aspect-ratio: 19 / 8; background: #252525; border: 2px solid #000; border-radius: 14px; box-shadow: 4px 6px 17px -6px rgba(0,0,0,.85); color: #fff; cursor: pointer; overflow: hidden; padding: 0; position: relative; scroll-snap-align: start; text-align: left; }
.project-card__image { background: linear-gradient(135deg, #494039, #161616); inset: 0; position: absolute; }
.project-card:nth-child(3n+2) .project-card__image { background: linear-gradient(135deg, #303b3c, #101214); }
.project-card:nth-child(3n+3) .project-card__image { background: linear-gradient(135deg, #552e2b, #151010); }
.project-card__image img { height: 100%; object-fit: cover; transition: transform .5s; width: 100%; }
.project-card__shade { background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.86)); inset: 0; position: absolute; }
.project-card__label { bottom: 0; display: flex; flex-direction: column; left: 0; padding: .8rem 1rem; position: absolute; right: 0; text-shadow: 0 1px 4px #000; }
.project-card__label small { color: var(--gold); font-family: var(--display); font-size: .6rem; letter-spacing: .1em; }
.project-card__label strong { font-family: var(--display); font-size: 1.47rem; font-weight: 400; line-height: 1.1; }
.project-card:hover img, .project-card:focus-visible img { transform: scale(1.045); }
.project-card[aria-selected="true"] { border-color: var(--gold); box-shadow: 4px 6px 17px -6px rgba(0,0,0,.85); }
.project-card:focus-visible { outline: 2px dotted #fff; outline-offset: 3px; }

.project-stage { background-color: #111; background-image: linear-gradient(180deg, rgba(0,0,0,.88) 0%, rgba(8,8,8,.7) 42%, rgba(58,58,58,.32) 100%), url('../images/escheresque-ste.png'); background-position: center, top left; background-repeat: no-repeat, repeat; background-size: 100% 100%, 46px 29px; color: #fff; margin-bottom: -28px; margin-top: 0; overflow: hidden; position: relative; }
.project-panel { --project-copy-inline: 48px; align-items: stretch; background: #101010; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; box-shadow: 0 8px 24px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.035); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); margin: 24px 0; min-height: 480px; overflow: hidden; }
.project-panel[hidden] { display: none; }
.project-panel__visual { background: #181818; grid-column: 1; grid-row: 1; min-height: 480px; overflow: hidden; position: relative; }
.project-panel--has-gallery .project-panel__visual { grid-row: 1 / span 2; }
.project-panel__visual::after { background: linear-gradient(90deg, transparent 82%, rgba(0,0,0,.3)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.project-panel__visual img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.project-panel__placeholder { align-items: center; background: linear-gradient(135deg, #2c2926, #111); display: flex; inset: 0; justify-content: center; overflow: hidden; position: absolute; }
.project-panel__placeholder span { color: rgba(255,255,255,.06); font-family: var(--display); font-size: 12rem; line-height: 1; }
.project-panel__copy { grid-column: 2; grid-row: 1; padding: 22px var(--project-copy-inline) 24px; }
.project-panel__gallery { background: rgba(0,0,0,.5); border-top: 1px solid rgba(255,255,255,.08); grid-column: 2; grid-row: 2; padding: 24px var(--project-copy-inline) 22px; }
.project-screenshot-carousel { position: relative; }
.project-screenshot-carousel::before, .project-screenshot-carousel::after { bottom: calc(var(--carousel-scroll-space) + var(--carousel-scrollbar-height)); content: ''; opacity: 0; pointer-events: none; position: absolute; top: -5px; transition: opacity .2s ease; width: 54px; z-index: 0; }
.project-screenshot-carousel::before { background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.28) 42%, transparent); left: 0; }
.project-screenshot-carousel::after { background: linear-gradient(270deg, rgba(0,0,0,.82), rgba(0,0,0,.28) 42%, transparent); right: 0; }
.project-screenshot-carousel.is-scrolling.can-scroll-left::before, .project-screenshot-carousel.is-scrolling.can-scroll-right::after { opacity: 1; }
.project-screenshot-carousel__edge { bottom: calc(var(--carousel-scroll-space) + var(--carousel-scrollbar-height)); opacity: 0; pointer-events: none; position: absolute; top: -5px; transition: opacity .2s ease; width: 12px; z-index: 3; }
.project-screenshot-carousel__edge--left { background: linear-gradient(90deg, rgba(0,0,0,.9), transparent); box-shadow: inset 1px 0 #181818; left: 0; }
.project-screenshot-carousel__edge--right { background: linear-gradient(270deg, rgba(0,0,0,.9), transparent); box-shadow: inset -1px 0 #181818; right: 0; }
.project-screenshot-carousel.is-scrolling.can-scroll-left .project-screenshot-carousel__edge--left, .project-screenshot-carousel.is-scrolling.can-scroll-right .project-screenshot-carousel__edge--right { opacity: 1; }
.project-screenshots { cursor: grab; display: grid; gap: 16px; grid-auto-columns: calc((100% - 32px) / 3); grid-auto-flow: column; overflow-x: auto; position: relative; scroll-padding-inline: 2px; scroll-snap-type: inline mandatory; scrollbar-color: var(--gold) transparent; scrollbar-width: thin; z-index: 1; }
.project-screenshots.is-dragging, .project-screenshots.is-dragging .project-screenshot__button { cursor: grabbing; user-select: none; }
.project-screenshots.is-dragging, .project-screenshots.is-settling { scroll-snap-type: none; }
.project-screenshot-carousel.has-overflow .project-screenshots { padding: 0 0 var(--carousel-scroll-space); }
.project-screenshots::-webkit-scrollbar { height: var(--carousel-scrollbar-height); }
.project-screenshots::-webkit-scrollbar-track { background: transparent; border: 0; border-radius: 8px; }
.project-screenshots::-webkit-scrollbar-thumb { background: var(--gold); border: 1px solid #302a20; border-radius: 6px; }
.project-screenshot { aspect-ratio: 16 / 9; background: #181818; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; margin: 0; overflow: hidden; scroll-snap-align: start; }
.project-screenshot__button { background: transparent; border: 0; cursor: zoom-in; display: block; height: 100%; padding: 0; width: 100%; }
.project-screenshot img { height: 100%; object-fit: cover; transition: filter .18s ease, transform .25s ease; width: 100%; }
.project-screenshot__button:hover img, .project-screenshot__button:focus-visible img { filter: brightness(1.12); transform: scale(1.025); }
.project-screenshot__button:focus-visible { outline: 2px solid var(--gold); outline-offset: -3px; }
.project-screenshot-scrollbar-backdrop { background: rgba(0,0,0,.62); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; bottom: -1.5px; box-shadow: inset 0 2px 5px rgba(0,0,0,.9), inset 0 -1px 2px rgba(255,255,255,.05), 0 1px 3px rgba(0,0,0,.6); display: none; height: 16px; left: -3px; pointer-events: none; position: absolute; right: -3px; z-index: 0; }
.project-screenshot-carousel.has-overflow .project-screenshot-scrollbar-backdrop { display: block; }

/* Chromium places its horizontal scrollbar slightly lower than Safari. Keep
   the browser-native scrollbar untouched and centre its inset behind it. */
@supports (selector(::-webkit-scrollbar)) and (not (-webkit-touch-callout: none)) {
  .carousel-scrollbar-backdrop,
  .project-screenshot-scrollbar-backdrop { bottom: -3.5px; }
}

.project-lightbox { align-items: center; background: rgba(0,0,0,.92); display: flex; inset: 0; justify-content: center; padding: clamp(28px, 5vw, 72px); position: fixed; z-index: 1000; }
.project-lightbox[hidden] { display: none; }
.project-lightbox img { box-shadow: 0 18px 60px rgba(0,0,0,.8); max-height: calc(100vh - 80px); max-width: min(94vw, 1800px); object-fit: contain; }
.project-lightbox__close { align-items: center; background: var(--gold); border: 0; border-radius: 50%; color: #000; cursor: pointer; display: flex; font-family: Arial, sans-serif; font-size: 2rem; font-weight: 300; height: 44px; justify-content: center; line-height: 1; padding: 0 0 4px; position: fixed; right: 22px; top: 18px; width: 44px; z-index: 1; }
.project-lightbox__close:hover { filter: brightness(1.12); }
.project-lightbox__close:focus-visible { outline: 2px dotted #fff; outline-offset: 3px; }
body.has-project-lightbox { overflow: hidden; }
.project-panel__number { display: none; }
.project-panel__copy h2 { color: var(--gold); font-family: var(--display); font-size: clamp(1.9rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.1; margin: 0 0 .25rem; }
.project-panel__copy h2::after { content: ' ↴'; font-size: .55em; margin-left: .12em; vertical-align: .16em; }
.project-meta { display: flex; flex-wrap: wrap; font-family: var(--display); gap: 0; margin: 0 0 1.2rem; }
.project-meta div { display: flex; }
.project-meta div:not(:last-child)::after { color: var(--gold); content: '/'; margin: 0 .5rem; }
.project-meta div:first-child { margin-right: .65rem; }
.project-meta div:first-child::after { display: none; }
.project-meta dt { color: var(--gold); margin-right: .3rem; }
.project-meta dd { color: #fff; margin: 0; }
.project-content { color: var(--copy); line-height: 1.65; }
.project-content > :first-child { margin-top: 0; }
.project-content > :last-child { margin-bottom: 0; }
.project-content em { color: #fff; }
.text-link { border-bottom: 1px dotted var(--gold); color: var(--gold); font-family: var(--display); text-decoration: none; }

.entry-content { line-height: 1.75; }
.entry-content a { color: var(--gold); text-underline-offset: 3px; }
.entry-content h2, .entry-content h3 { font-family: var(--display); font-weight: 400; margin-top: 1.7em; }
.entry-content blockquote { border-left: 4px solid var(--gold); font-style: italic; margin: 2rem 0; padding-left: 1.3rem; }
.entry-content .wp-block-gallery { margin-block: 2rem; }
.entry-content figcaption { font-family: var(--display); font-size: .78rem; }
.about { background: #111; border-top: 1px solid #222; color: var(--copy); }
.about__inner { display: grid; gap: 2rem; grid-template-columns: 170px 1fr; padding-block: 55px; }
.about__content { max-width: 820px; }
.about__content > :first-child { margin-top: 0; }
.empty-state { background: #111; padding-block: 4rem; }
.site-footer { background: #030303; border-top: 1px solid #222; color: #bbb; font-family: var(--display); font-size: .8rem; }
.site-footer__inner { align-items: center; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); min-height: 72px; }
.site-footer__inner > p { grid-column: 2; margin: 0; text-align: center; }
.footer-links { display: flex; gap: 1.4rem; grid-column: 3; justify-self: end; }
.footer-links a:hover { color: var(--gold); }
.standard-page { min-height: 75vh; padding-block: 5rem; }
.standard-entry { border-bottom: 1px solid #333; margin-bottom: 3rem; padding-bottom: 3rem; }
.standard-entry h1 { color: var(--gold); font-family: var(--display); font-size: clamp(2.6rem, 7vw, 4.5rem); font-weight: 400; line-height: 1; margin: 0 0 2rem; }
.standard-entry h1 a { text-decoration: none; }
.standard-entry__image { margin-bottom: 2.5rem; }

@media (max-width: 900px) {
  :root { --shell: min(760px, calc(100vw - 32px)); }
  .wordmark__tagline { display: none; }
  .hero__inner { aspect-ratio: auto; min-height: 320px; }
  .portfolio-info-bar { align-items: start; gap: 10px; grid-template-columns: 1fr; }
  .portfolio-info-bar p { border-left: 0; border-top: 1px solid rgba(255,215,0,.35); padding-left: 0; padding-top: 10px; }
  .project-tabs { grid-auto-columns: calc((100% - 18px) / 2); }
  .project-panel { --project-copy-inline: 38px; grid-template-columns: 1fr; min-height: 0; }
  .project-panel__visual, .project-panel--has-gallery .project-panel__visual { grid-column: 1; grid-row: 1; min-height: 320px; width: 100%; }
  .project-panel__visual::after { background: linear-gradient(180deg, transparent 82%, rgba(0,0,0,.3)); }
  .project-panel__copy { grid-column: 1; grid-row: 2; padding: 18px var(--project-copy-inline) 21px; }
  .project-panel__gallery { grid-column: 1; grid-row: 3; }
  .project-screenshots { grid-auto-columns: calc((100% - 16px) / 2); }
}

@media (max-width: 580px) {
  :root { --hero-overlap: 12px; --shell: calc(100vw - 28px); }
  body { font-size: 16px; }
  .site-header__inner { min-height: 52px; }
  .wordmark__name, .wordmark__tagline { font-size: 1.1rem; }
  .site-nav ul { gap: .8rem; }
  .site-nav a { font-size: .72rem; }
  .site-nav li:last-child { display: none; }
  .hero__inner { border-radius: 0 0 18px 18px; min-height: 285px; padding: 26px 18px; }
  .hero h1 { font-size: 2.55rem; }
  .hero__tagline { font-size: 1.05rem; max-width: 330px; }
  .portfolio-info-stack { gap: 10px; margin-bottom: 20px; }
  .portfolio-info-bar { min-height: 0; padding: 16px 18px; }
  .portfolio-info-bar h2 { font-size: 1.2rem; }
  .project-gallery-heading { margin-bottom: 12px; }
  .project-gallery-heading h2 { font-size: 1.35rem; }
  .project-tabs { gap: 12px; grid-auto-columns: 86%; width: calc(100% + 14px); }
  .project-card { border-radius: 10px; }
  .carousel-controls { display: none; }
  .project-stage { margin-top: 0; }
  .project-panel { --project-copy-inline: 22px; border-radius: 18px; margin: 16px 0; }
  .project-panel__visual { min-height: 235px; }
  .project-panel__copy { padding: 14px var(--project-copy-inline) 17px; }
  .project-panel__gallery { padding: 22px var(--project-copy-inline) 20px; }
  .project-screenshots { gap: 12px; grid-auto-columns: 86%; }
  .project-panel__copy h2 { font-size: 2rem; }
  .project-meta { flex-direction: column; }
  .project-meta div:not(:last-child)::after { display: none; }
  .about__inner { grid-template-columns: 1fr; }
  .site-footer__inner { align-items: center; display: flex; flex-direction: column; gap: .3rem; justify-content: center; }
}

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