@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f3f0e8;
  --ink: #11110f;
  --signal: #ed4b2f;
  --blue: #b9d1df;
  --acid: #d8ef55;
  --line: rgba(17, 17, 15, 0.24);
  --font: "Vazirmatn", Tahoma, sans-serif;
  --gutter: clamp(1.1rem, 4.5vw, 5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 16px/1.75 var(--font); }
a { color: inherit; }
button { font: inherit; touch-action: manipulation; }
svg { width: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 1rem; right: 1rem; z-index: 200; padding: .7rem 1rem; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }

.header { height: 82px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 var(--gutter); border-bottom: 1px solid var(--ink); position: relative; z-index: 30; }
.logo { display: flex; align-items: center; gap: .75rem; text-decoration: none; width: max-content; }
.logo-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--signal); color: white; font-size: 1.4rem; font-weight: 900; }
.logo-type { font-size: .9rem; font-weight: 800; line-height: 1.2; }
.logo-type small { display: block; margin-top: .2rem; font-size: .6rem; font-weight: 400; opacity: .65; }
.header nav { display: flex; gap: clamp(1.5rem, 4vw, 4rem); }
.header nav a { display: inline-flex; gap: .4rem; text-decoration: none; font-size: .78rem; font-weight: 600; }
.header nav a span { font-size: .55rem; color: var(--signal); transform: translateY(-.15rem); }
.header nav a:hover { text-decoration: underline; text-underline-offset: .45rem; }
.menu-toggle { display: none; }

.hero { min-height: calc(100dvh - 82px); padding: 0 var(--gutter) 3rem; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); grid-template-rows: auto 1fr auto; position: relative; overflow: hidden; background: var(--blue); }
.hero::before { content: ""; position: absolute; width: 34vw; aspect-ratio: 1; border: 1px solid rgba(17,17,15,.45); border-radius: 50%; right: -14vw; top: 10%; }
.hero-kicker { grid-column: 1/-1; display: flex; justify-content: space-between; padding: .85rem 0; border-bottom: 1px solid var(--ink); font-size: .6rem; font-weight: 600; letter-spacing: .05em; }
.hero-title { align-self: center; position: relative; z-index: 3; padding: 3rem 0; }
.hero-title > p { margin: 0 0 1rem; font-size: .76rem; font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(6rem, 15vw, 14rem); font-weight: 900; line-height: .68; letter-spacing: -.1em; }
.hero h1 strong { display: inline-block; color: var(--signal); font-weight: 250; transform: translateX(-.45em); }
.hero-visual { grid-column: 2; grid-row: 2/4; position: relative; z-index: 2; min-height: 570px; padding: 3rem 0 0; }
.hero-photo, .about-portrait { height: 100%; position: relative; overflow: hidden; background: #a89b8a; }
.placeholder-art::before { content: ""; position: absolute; inset: -10%; background: radial-gradient(ellipse at 51% 27%, #ded2c1 0 8%, transparent 8.5%), radial-gradient(ellipse at 50% 41%, #24231f 0 17%, transparent 17.5%), linear-gradient(104deg, transparent 0 42%, var(--signal) 42.5% 55%, transparent 55.5%), linear-gradient(155deg, #968b7d 0 42%, #252522 42.5% 69%, #d1c5b3 69.5%); filter: grayscale(.25) contrast(1.05); transform: scale(1.12); }
.hero-photo { clip-path: polygon(5% 0, 100% 3%, 94% 100%, 0 96%); }
.hero-photo::after { content: ""; position: absolute; inset: 1.1rem; border: 1px solid rgba(255,255,255,.7); clip-path: inherit; }
.photo-id { position: absolute; top: 2rem; right: 2rem; z-index: 2; padding: .3rem .55rem; background: var(--acid); font-size: .55rem; direction: ltr; }
.copyright { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 3; color: white; font-size: .58rem; font-weight: 700; letter-spacing: .1em; direction: ltr; text-shadow: 0 1px 5px black; }
.hero-stamp { position: absolute; left: -2.2rem; bottom: 4rem; z-index: 4; width: 110px; height: 110px; display: flex; flex-direction: column; justify-content: space-between; padding: 1rem; background: var(--acid); border: 1px solid var(--ink); font-size: 2rem; font-weight: 900; line-height: .75; transform: rotate(7deg); }
.hero-stamp small { font-size: .48rem; line-height: 1.35; letter-spacing: .12em; }
.hero-note { align-self: end; max-width: 430px; padding: 1.5rem 0 0; border-top: 1px solid var(--ink); }
.hero-note p { max-width: 360px; margin: 0 0 1.2rem; font-size: 1rem; font-weight: 500; }
.hero-note a { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; font-weight: 800; text-decoration: none; }
.hero-note a svg { transition: transform .2s ease; }
.hero-note a:hover svg { transform: translate(-5px, 5px); }
.scroll-cue { position: absolute; right: .25rem; bottom: 2rem; display: flex; align-items: center; gap: .65rem; writing-mode: vertical-rl; font-size: .55rem; }
.scroll-cue span { height: 42px; border-right: 1px solid; }

.intro-strip { height: 86px; display: flex; align-items: center; justify-content: space-around; gap: 1.3rem; padding: 0 var(--gutter); overflow: hidden; background: var(--ink); color: white; }
.intro-strip p { margin: 0; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.intro-strip i { width: 9px; height: 9px; flex: 0 0 auto; background: var(--signal); transform: rotate(45deg); }

.section { padding: clamp(6rem, 11vw, 11rem) var(--gutter); border-bottom: 1px solid var(--ink); }
.section-head { display: grid; grid-template-columns: .45fr 1.2fr .6fr; align-items: end; gap: 3rem; margin-bottom: clamp(4rem, 8vw, 8rem); }
.section-head > div, .section-label { display: flex; gap: .8rem; align-items: center; }
.section-head > div p, .section-label p { margin: 0; font-size: .75rem; font-weight: 700; }
.section-no, .section-label span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--signal); color: white; font-size: .58rem; }
.section-head h2, .about-copy h2, .contact h2 { margin: 0; font-size: clamp(3.2rem, 7vw, 7.7rem); font-weight: 250; line-height: .96; letter-spacing: -.065em; }
.section-head h2 em, .about-copy h2 em, .contact h2 em { font-style: normal; font-weight: 900; }
.section-desc { max-width: 320px; margin: 0; font-size: .78rem; }
.filter-wrap { position: sticky; top: 0; z-index: 20; margin: 0 calc(var(--gutter) * -1) 4rem; padding: 0 var(--gutter); background: rgba(243,240,232,.93); border-block: 1px solid var(--ink); backdrop-filter: blur(12px); }
.filters { display: flex; gap: .3rem; overflow-x: auto; padding: .65rem 0; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { min-height: 44px; flex: 0 0 auto; padding: .45rem 1.1rem; border: 1px solid transparent; background: transparent; cursor: pointer; font-size: .75rem; font-weight: 700; }
.filter:hover { border-color: var(--ink); }
.filter.is-active { background: var(--ink); color: white; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(2rem, 5vw, 6rem) clamp(1rem, 2.2vw, 2.5rem); align-items: start; }
.gallery-card { grid-column: span 4; margin: 0; }
.gallery-card:nth-child(6n+1) { grid-column: span 7; }
.gallery-card:nth-child(6n+2) { grid-column: span 4; margin-top: 9rem; }
.gallery-card:nth-child(6n+3) { grid-column: 2 / span 4; }
.gallery-card:nth-child(6n+4) { grid-column: 7 / span 6; }
.gallery-card:nth-child(6n+5) { grid-column: span 4; margin-top: 7rem; }
.gallery-card:nth-child(6n+6) { grid-column: span 7; }
.gallery-card.is-hidden { display: none; }
.gallery-button { display: block; width: 100%; padding: 0; border: 0; background: #bbb; cursor: zoom-in; text-align: right; }
.image-shell { display: block; position: relative; aspect-ratio: 4/5; overflow: hidden; }
.gallery-card:nth-child(3n+1) .image-shell { aspect-ratio: 16/10; }
.gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.6); transition: transform .55s cubic-bezier(.22,1,.36,1), filter .25s; }
.gallery-button:hover img { transform: scale(1.035); filter: saturate(1); }
.gallery-button:active img { transform: scale(.985); }
.card-meta { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline; padding: .9rem 0; border-bottom: 1px solid var(--ink); }
.card-meta strong { font-size: 1rem; }
.card-meta span { font-size: .62rem; opacity: .65; }

.media { background: #b8a9df; }
.media .section-no { background: var(--ink); }
.media-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.video-feature { grid-row: span 2; margin: 0; }
.video-small { margin: 5rem 0 0; }
.video-poster { min-height: 610px; position: relative; overflow: hidden; border: 2px solid var(--ink); background: linear-gradient(135deg, transparent 0 44%, var(--signal) 44.5% 57%, transparent 57.5%), radial-gradient(circle at 32% 35%, var(--acid) 0 10%, transparent 10.5%), #282824; box-shadow: 9px 9px 0 var(--ink); }
.video-poster::after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; transform: scaleX(1.3); }
.video-poster.alternate { min-height: 330px; background: linear-gradient(35deg, var(--blue) 0 48%, var(--signal) 48.5% 62%, var(--acid) 62.5%); }
.video-poster.alternate::after { inset: 18%; border-color: var(--ink); border-radius: 0; transform: rotate(12deg); }
.media-kind { position: absolute; top: 1.2rem; right: 1.2rem; z-index: 2; padding: .35rem .6rem; background: var(--acid); border: 1px solid var(--ink); font-size: .6rem; font-weight: 800; direction: ltr; }
.video-time { position: absolute; left: 1.2rem; bottom: 1.2rem; z-index: 2; color: white; font-size: .7rem; direction: ltr; }
.play-button, .audio-button { width: 72px; height: 72px; display: grid; place-items: center; position: absolute; inset: 50% auto auto 50%; z-index: 3; transform: translate(-50%,-50%); border: 2px solid var(--ink); border-radius: 50%; background: var(--acid); cursor: pointer; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.play-button svg { width: 1.7rem; fill: var(--ink); }
.play-button:hover { transform: translate(calc(-50% + 5px),calc(-50% + 5px)); box-shadow: 0 0 0 var(--ink); }
.media-caption { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.2rem; }
.media-caption span { font-size: .62rem; font-weight: 800; }
.media-caption h3 { margin: .2rem 0 0; font-size: clamp(1.5rem,2.4vw,2.5rem); }
.media-caption p { max-width: 260px; margin: .2rem 0 0; font-size: .75rem; }
.podcast-card { grid-column: 1/-1; display: grid; grid-template-columns: minmax(260px,.42fr) 1fr; margin-top: 3rem; border: 2px solid var(--ink); background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }
.podcast-art { aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; background: var(--signal); border-left: 2px solid var(--ink); }
.podcast-art span { font-size: 3rem; font-weight: 900; line-height: 1; }
.podcast-art strong { font-size: clamp(2rem,4vw,4.5rem); line-height: .8; letter-spacing: -.08em; }
.podcast-art small { font-size: .6rem; letter-spacing: .15em; }
.podcast-body { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,5rem); }
.podcast-body .media-kind { position: static; width: max-content; }
.podcast-body h3 { margin: 1.5rem 0 .5rem; font-size: clamp(2rem,4vw,4rem); line-height: 1.1; }
.podcast-body > p { max-width: 620px; font-size: .85rem; }
.audio-row { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 1.3rem; margin-top: 2rem; }
.audio-button { width: 54px; height: 54px; position: static; transform: none; box-shadow: 4px 4px 0 var(--ink); }
.audio-button svg { width: 1.3rem; fill: var(--ink); }
.audio-button:hover { transform: translate(4px,4px); box-shadow: 0 0 0; }
.wave { height: 42px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid var(--ink); }
.wave i { width: 3px; height: var(--h,40%); background: var(--ink); }
.wave i:nth-child(2n) { --h: 75%; }.wave i:nth-child(3n) { --h: 28%; }.wave i:nth-child(5n) { --h: 95%; }
.audio-row time { font-size: .7rem; direction: ltr; }

.about { background: var(--acid); }
.section-label { margin-bottom: 3rem; }
.section-label span { background: var(--ink); }
.about-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(3rem,9vw,10rem); align-items: center; }
.about-portrait { aspect-ratio: 4/5; max-height: 720px; border: 1px solid var(--ink); transform: rotate(-2deg); box-shadow: 18px 18px 0 var(--signal); }
.about-portrait::before { transform: scale(1.15) scaleX(-1); filter: grayscale(.8); }
.about-copy h2 { margin-bottom: 2.5rem; }
.about-copy h2 em { color: var(--signal); }
.about-copy .lead { max-width: 650px; font-size: clamp(1.1rem,1.7vw,1.5rem); font-weight: 800; }
.about-copy > p:not(.lead) { max-width: 650px; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 1.5rem; margin-top: 2.5rem; border-top: 1px solid var(--ink); }
.facts dt { margin-bottom: .35rem; font-size: .65rem; font-weight: 800; }
.facts dd { margin: 0; font-size: .78rem; }
.capabilities { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(6rem,10vw,10rem); border: 1px solid var(--ink); background: var(--paper); }
.capabilities article { min-height: 260px; padding: 1.5rem; border-left: 1px solid var(--ink); }
.capabilities article:last-child { border-left: 0; }
.capabilities span { font-size: .62rem; color: var(--signal); }
.capabilities h3 { margin: 3.5rem 0 .5rem; font-size: 1.7rem; }
.capabilities p { margin: 0; font-size: .74rem; }

.experience { background: var(--signal); color: var(--ink); }
.experience .section-no { background: var(--ink); }
.experience-list { border-top: 2px solid var(--ink); }
.experience-list article { display: grid; grid-template-columns: .25fr 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 2px solid var(--ink); transition: padding .2s, background .2s; }
.experience-list article:hover { padding-inline: 1rem; background: var(--paper); }
.experience-list .year { font-size: .68rem; font-weight: 800; }
.experience-list h3 { margin: 0; font-size: clamp(1.5rem,3vw,3rem); }
.experience-list p { margin: .15rem 0 0; font-size: .78rem; }
.experience-list .arrow { font-size: 1.6rem; }

.contact { min-height: 100dvh; display: flex; flex-direction: column; background: var(--ink); color: white; border: 0; }
.contact-top { display: flex; gap: .8rem; font-size: .7rem; }
.contact-top span { color: var(--acid); }
.contact-top p { margin: 0; }
.contact-body { display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; align-items: end; flex: 1; padding: clamp(5rem,10vw,10rem) 0; }
.contact h2 em { color: var(--acid); }
.contact-info > p { margin-bottom: 2.5rem; color: #aaa; font-size: .82rem; }
.contact-info a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #4b4b47; text-decoration: none; direction: ltr; font-size: clamp(.82rem,1.15vw,1.05rem); transition: color .2s, padding .2s; }
.contact-info a:hover { color: var(--acid); padding-inline: .5rem; }
.contact footer { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid #41413d; color: #999; font-size: .65rem; }
.contact footer a { text-decoration: none; }

.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: #0b0b0a; color: white; }
.lightbox::backdrop { background: black; }
.lightbox[open] { display: grid; grid-template-rows: auto 1fr auto; }
.lightbox-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: .6rem 1.25rem; border-bottom: 1px solid #333; }
.lightbox-header p { display: flex; gap: 1.4rem; margin: 0; font-size: .75rem; }
.lightbox-header p span { color: #888; }
.lightbox-actions { display: flex; gap: .5rem; }
.lightbox button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid #555; background: transparent; color: white; cursor: pointer; }
.lightbox button:hover { background: var(--acid); color: black; }
.lightbox-stage { min-height: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1rem; }
.lightbox-image-wrap { position: relative; max-width: 100%; max-height: 100%; overflow: auto; justify-self: center; }
.lightbox-image-wrap img { display: block; max-width: 100%; max-height: calc(100dvh - 145px); object-fit: contain; transform: scale(var(--zoom,1)); transform-origin: center; transition: transform .2s; }
.rights { margin: 0; padding: .55rem 1rem; border-top: 1px solid #333; color: #888; text-align: center; font-size: .65rem; }
.preview-dialog { max-width: 680px; padding: clamp(2rem,6vw,5rem); border: 2px solid var(--ink); background: var(--acid); color: var(--ink); box-shadow: 12px 12px 0 var(--signal); }
.preview-dialog::backdrop { background: rgba(17,17,15,.82); backdrop-filter: blur(5px); }
.preview-dialog > span { font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.preview-dialog h2 { max-width: 520px; margin: 1.5rem 0; font-size: clamp(2rem,5vw,4.5rem); line-height: 1.05; }
.preview-dialog p { max-width: 520px; margin: 0; }
.preview-close { width: 44px; height: 44px; display: grid; place-items: center; position: absolute; top: 1rem; left: 1rem; border: 2px solid var(--ink); background: var(--paper); cursor: pointer; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr .82fr; }
  .hero-visual { min-height: 500px; }
  .section-head { grid-template-columns: .4fr 1fr; }
  .section-desc { grid-column: 2; }
  .gallery-card, .gallery-card:nth-child(n) { grid-column: span 6; margin-top: 0; }
  .capabilities { grid-template-columns: 1fr 1fr; }
  .capabilities article:nth-child(2) { border-left: 0; }
  .capabilities article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .contact-body { grid-template-columns: 1fr; }
  .contact-info { max-width: 600px; }
  .video-poster { min-height: 480px; }
}

@media (max-width: 680px) {
  .header { height: 70px; padding-inline: 1rem; }
  .logo-mark { width: 38px; height: 38px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle i { display: block; width: 24px; border-top: 2px solid; }
  .header nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; gap: 1rem; padding: 1.5rem; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .header nav.is-open { display: flex; }
  .header nav a { min-height: 44px; align-items: center; font-size: 1rem; }
  .hero { min-height: auto; display: flex; flex-direction: column; gap: 2rem; padding: 0 1rem 4rem; }
  .hero-kicker { order: 0; padding-block: .7rem; }
  .hero-title { order: 1; padding: 2rem 0 .5rem; }
  .hero-title > p { font-size: .7rem; }
  .hero h1 { font-size: clamp(5.3rem,28vw,7.4rem); line-height: .72; }
  .hero-visual { order: 2; width: calc(100% - 1.2rem); min-height: 0; aspect-ratio: 4/5; margin-right: 1.2rem; padding: 0; }
  .hero-stamp { width: 84px; height: 84px; left: -.8rem; bottom: 1.4rem; font-size: 1.45rem; }
  .hero-note { order: 3; max-width: none; }
  .scroll-cue { display: none; }
  .intro-strip { height: 72px; justify-content: flex-start; overflow-x: auto; padding-inline: 1.2rem; }
  .section { padding: 5.5rem 1rem; }
  .section-head { display: block; margin-bottom: 3.5rem; }
  .section-head > div { margin-bottom: 2rem; }
  .section-head h2, .about-copy h2, .contact h2 { font-size: clamp(3.15rem,15vw,4.7rem); }
  .section-desc { margin-top: 1.5rem; }
  .filter-wrap { margin-inline: -1rem; padding-inline: 1rem; }
  .gallery { display: block; }
  .gallery-card, .gallery-card:nth-child(n) { margin: 0 0 3.5rem; }
  .gallery-card:nth-child(odd) { margin-left: 8%; }
  .gallery-card:nth-child(even) { margin-right: 12%; }
  .gallery-card:nth-child(3n+1) .image-shell { aspect-ratio: 4/5; }
  .about-grid { display: block; }
  .media-grid { display: block; }
  .video-feature, .video-small { margin: 0 0 3.5rem; }
  .video-poster, .video-poster.alternate { min-height: 0; aspect-ratio: 4/5; box-shadow: 6px 6px 0 var(--ink); }
  .video-poster.alternate { aspect-ratio: 1; }
  .media-caption { display: block; }
  .media-caption p { margin-top: .75rem; }
  .podcast-card { display: block; margin-top: 4rem; box-shadow: 6px 6px 0 var(--ink); }
  .podcast-art { border-left: 0; border-bottom: 2px solid var(--ink); }
  .podcast-body { padding: 2rem 1.3rem; }
  .audio-row { grid-template-columns: 54px 1fr; }
  .audio-row time { display: none; }
  .about-portrait { margin: 0 1rem 4rem 0; box-shadow: -12px 12px 0 var(--signal); }
  .facts { grid-template-columns: 1fr; }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities article, .capabilities article:nth-child(n) { min-height: auto; padding: 1.5rem; border-left: 0; border-bottom: 1px solid var(--ink); }
  .capabilities article:last-child { border-bottom: 0; }
  .capabilities h3 { margin: 1.2rem 0 .4rem; }
  .experience-list article { grid-template-columns: 62px 1fr; gap: 1rem; }
  .experience-list .arrow { display: none; }
  .contact-body { padding: 5rem 0; }
  .contact footer { flex-direction: column; gap: .4rem; }
  .lightbox-header { align-items: flex-start; }
  .lightbox-header p { flex-direction: column; gap: 0; }
  .lightbox-actions { gap: .25rem; }
  .lightbox-actions button:nth-child(-n+2) { display: none; }
  .lightbox-stage { grid-template-columns: 1fr; padding: .5rem; }
  .lightbox-nav { position: absolute; top: 50%; z-index: 5; background: rgba(0,0,0,.6) !important; }
  .lightbox-nav.prev { right: .5rem; }
  .lightbox-nav.next { left: .5rem; }
}

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