:root {
  --black: #030405;
  --black-soft: #07090c;
  --panel: #0b0e12;
  --panel-light: #11151a;
  --white: #f4f5f7;
  --muted: #9097a1;
  --muted-dark: #606772;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.22);
  --blue: #5268ff;
  --blue-glow: rgba(82,104,255,.28);
  --orange: #ff6b2c;
  --orange-glow: rgba(255,107,44,.22);
  --edge: clamp(1.25rem, 4vw, 4.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: "Manrope", sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
::selection { background: var(--blue); color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.profile-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 82px;
  padding: 0 var(--edge);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: height .3s, background .3s, border-color .3s;
}
.profile-header.scrolled { height: 66px; background: rgba(3,4,5,.82); border-color: var(--line); backdrop-filter: blur(20px); }
.profile-brand { display: inline-flex; align-items: center; width: max-content; }
.profile-brand::before { content: ""; width: 8px; height: 8px; margin-right: .8rem; background: var(--blue); box-shadow: 0 0 18px var(--blue-glow); }
.profile-brand b { font-size: .86rem; letter-spacing: -.025em; }
.profile-header nav { justify-self: end; display: flex; gap: clamp(1.5rem, 3vw, 3.4rem); font-family: "DM Mono", monospace; font-size: .54rem; letter-spacing: .06em; color: var(--muted); }
.profile-header nav a { position: relative; padding: .5rem 0; transition: color .2s; }
.profile-header nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.profile-header nav a:hover { color: var(--white); }
.profile-header nav a:hover::after { transform: scaleX(1); }
.profile-menu { display: none; border: 1px solid var(--line-strong); background: var(--black); color: var(--white); padding: .62rem .85rem; font-family: "DM Mono", monospace; font-size: .56rem; letter-spacing: .06em; }

.profile-hero {
  min-height: 100svh;
  padding: 8.5rem var(--edge) 2rem;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr);
  grid-template-rows: 1fr auto;
  gap: 3rem clamp(3rem, 7vw, 8rem);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 38%, rgba(82,104,255,.14), transparent 27%),
    radial-gradient(circle at 90% 70%, rgba(255,107,44,.08), transparent 22%),
    var(--black);
}
.profile-hero::before { content: ""; position: absolute; z-index: 0; right: 0; top: 0; width: 47%; height: 100%; border-left: 1px solid rgba(255,255,255,.055); background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent); }
.profile-hero-copy, .profile-hero-visual, .profile-hero-foot { position: relative; z-index: 1; }
.profile-hero .reveal-p { opacity: 1; filter: none; transform: none; }
.profile-hero-copy { align-self: center; padding: 2rem 0; }
.role-line { margin: 0 0 2.2rem; display: flex; align-items: center; gap: .85rem; font-family: "DM Mono", monospace; font-size: .58rem; letter-spacing: .06em; color: var(--muted); }
.role-line::before { content: ""; width: 34px; height: 1px; background: var(--orange); box-shadow: 0 0 12px var(--orange-glow); }
.profile-hero h1 { margin: 0 0 2rem; max-width: 900px; font-size: clamp(3.35rem, 5vw, 6rem); line-height: .9; letter-spacing: -.07em; font-weight: 650; }
.profile-hero h1 em { color: var(--blue); font-style: normal; text-shadow: 0 0 42px rgba(82,104,255,.16); }
.mobile-break { display: none; }
.hero-lead { max-width: 610px; color: var(--muted); line-height: 1.75; font-size: clamp(.83rem, 1.1vw, 1rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.8rem; }
.button-primary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-width: 220px; padding: 1.05rem 1.2rem; border: 1px solid var(--blue); background: var(--blue); color: white; font-size: .68rem; font-weight: 700; transition: background .25s, box-shadow .25s, transform .25s; }
.button-primary span { color: white; }
.button-primary:hover { background: #6376ff; box-shadow: 0 12px 38px var(--blue-glow); transform: translateY(-2px); }
.button-text { color: var(--muted); font-size: .67rem; font-weight: 700; border-bottom: 1px solid var(--line-strong); padding-bottom: .38rem; transition: color .2s, border-color .2s; }
.button-text:hover { color: var(--white); border-color: var(--orange); }
.profile-hero-visual { align-self: center; justify-self: end; width: min(100%, 560px); padding: 1rem 1rem 0 0; }
.profile-hero-visual::before { content: ""; position: absolute; right: 0; top: 0; width: 46%; height: 44%; border-top: 1px solid var(--blue); border-right: 1px solid var(--blue); filter: drop-shadow(0 0 10px var(--blue-glow)); }
.profile-hero-visual::after { content: ""; position: absolute; left: -1rem; bottom: 2.2rem; width: 5px; height: 30%; background: var(--orange); box-shadow: 0 0 25px var(--orange-glow); }
.profile-photo-wrap { position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.profile-photo-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 65%, rgba(3,4,5,.64)); }
.profile-photo-wrap > img { width: 100%; aspect-ratio: .84; object-fit: cover; object-position: 48% center; filter: saturate(.78) contrast(1.12) brightness(.82); transition: filter .5s, transform .7s cubic-bezier(.16,1,.3,1); }
.profile-hero-visual:hover img { filter: saturate(.95) contrast(1.08) brightness(.9); transform: scale(1.015); }
.portrait-credit { margin: .75rem 0 0; font-family: "DM Mono", monospace; font-size: .48rem; letter-spacing: .04em; color: var(--muted-dark); }
.profile-hero-foot { grid-column: 1 / -1; padding: 1.2rem 0; border-block: 1px solid var(--line); font-family: "DM Mono", monospace; font-size: .52rem; letter-spacing: .045em; color: var(--muted); }
.profile-hero-foot p { margin: 0; }

.practice, .career { padding: clamp(6rem, 11vw, 11rem) var(--edge); background: var(--black-soft); }
.profile-section-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.2rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.profile-section-head::before { font-family: "DM Mono", monospace; font-size: .48rem; color: var(--blue); }
.practice .profile-section-head::before { content: "01"; }
.profile-projects .profile-section-head::before { content: "02"; }
.career .profile-section-head::before { content: "03"; color: var(--orange); }
.profile-contact .profile-section-head::before { content: "04"; color: var(--orange); }
.profile-section-head h2 { margin: 0; font-size: .92rem; letter-spacing: -.02em; }
.profile-section-head p { margin: 0; color: var(--muted-dark); font-family: "DM Mono", monospace; font-size: .52rem; line-height: 1.5; text-align: right; }
.practice-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: end; margin: clamp(4.5rem, 8vw, 8rem) 0 4.5rem; }
.practice-intro h2 { margin: 0; max-width: 1100px; font-size: clamp(2.8rem, 5.5vw, 6rem); line-height: .94; letter-spacing: -.07em; font-weight: 600; }
.practice-intro h2 span { color: var(--blue); }.practice-intro h2 em { color: var(--orange); font-style: normal; }
.practice-intro > p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.75; max-width: 420px; }
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.practice-card { min-height: 430px; padding: clamp(1.6rem, 3vw, 3rem); display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--panel); position: relative; transition: border-color .3s, background .3s, transform .3s; }
.practice-card::before { position: absolute; right: -1.5rem; top: -2.4rem; font-size: clamp(8rem, 15vw, 15rem); line-height: 1; font-weight: 800; letter-spacing: -.09em; color: rgba(255,255,255,.018); }
.card-dev::before { content: "01"; }.card-broadcast::before { content: "02"; }
.practice-card::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; }
.card-dev::after { background: var(--blue); box-shadow: 0 0 22px var(--blue); }.card-broadcast::after { background: var(--orange); box-shadow: 0 0 22px var(--orange); }
.card-dev:hover { border-color: rgba(82,104,255,.5); background: #0c1018; transform: translateY(-4px); }
.card-broadcast:hover { border-color: rgba(255,107,44,.45); background: #12100e; transform: translateY(-4px); }
.practice-kicker { position: relative; z-index: 1; font-family: "DM Mono", monospace; font-size: .53rem; letter-spacing: .06em; color: var(--muted); }
.practice-card h3 { position: relative; z-index: 1; margin: auto 0 1.5rem; font-size: clamp(2.7rem, 4.2vw, 4.7rem); line-height: .9; letter-spacing: -.065em; }
.practice-card > p { position: relative; z-index: 1; margin: 0 0 2rem; max-width: 500px; color: var(--muted); line-height: 1.7; font-size: .8rem; }
.practice-card .stack-line { margin-top: 0; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.stack-line strong { color: var(--white); font-weight: 600; }
.company-links { margin-top: 1rem; min-height: 108px; padding: 1.5rem clamp(1.6rem, 3vw, 3rem); border: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: #080a0d; }
.company-links > p { margin: 0; color: var(--muted); font-size: .76rem; }
.company-links > div { display: flex; gap: clamp(1.5rem, 4vw, 4rem); }
.company-links a { font-size: .78rem; font-weight: 650; transition: color .2s; }
.company-links a:hover { color: var(--white); }
.company-links a:first-child span { color: var(--blue); }.company-links a:last-child span { color: var(--orange); }

.profile-projects { position: relative; background: var(--black); color: var(--white); padding: clamp(6rem, 11vw, 11rem) var(--edge); border-block: 1px solid var(--line); }
.profile-projects::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 35%, rgba(82,104,255,.08), transparent 22%), radial-gradient(circle at 88% 70%, rgba(255,107,44,.065), transparent 24%); }
.profile-projects > * { position: relative; }
.profile-project-title { display: flex; align-items: end; justify-content: space-between; margin: clamp(4.5rem, 8vw, 8rem) 0 5rem; }
.profile-project-title h2 { margin: 0; font-size: clamp(3.4rem, 6.5vw, 7rem); line-height: .86; letter-spacing: -.075em; font-weight: 620; }
.profile-project-title > p { max-width: 390px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.profile-project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8rem 1.25rem; }
.profile-project:nth-child(even) { margin-top: 9rem; }
.profile-project figure { margin: 0; aspect-ratio: 16/10; overflow: hidden; position: relative; background: var(--panel); border: 1px solid var(--line); }
.profile-project figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,4,5,.58)); pointer-events: none; }
.profile-project figure::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.09) 50%, transparent 58%); transform: translateX(-110%); transition: transform .9s cubic-bezier(.16,1,.3,1); }
.profile-project figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(.78) contrast(1.12); transition: .7s cubic-bezier(.16,1,.3,1); }
.profile-project figure span { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; border: 1px solid rgba(255,255,255,.3); background: rgba(3,4,5,.78); backdrop-filter: blur(10px); color: var(--white); padding: .75rem .9rem; font-family: "DM Mono", monospace; font-size: .45rem; transform: translateY(12px); opacity: 0; transition: .3s; }
.profile-project:hover figure { border-color: var(--line-strong); }
.profile-project:hover figure::before { transform: translateX(110%); }
.profile-project:hover figure img { transform: scale(1.035); filter: saturate(1) brightness(.92) contrast(1.04); }
.profile-project:hover figure span { opacity: 1; transform: none; }
.project-description { display: grid; grid-template-columns: 120px 1fr auto; gap: 1rem; padding-top: 1.1rem; margin-top: 1rem; border-top: 1px solid var(--line); }
.project-description > span, .project-description > b { font-family: "DM Mono", monospace; font-size: .44rem; color: var(--muted-dark); font-weight: 400; }
.project-description h3 { margin: 0 0 .5rem; font-size: clamp(1.45rem, 2.5vw, 2.6rem); letter-spacing: -.05em; }
.project-description p { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.6; }

.career { background: var(--black-soft); }
.career-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(4rem, 10vw, 11rem); margin-top: clamp(5rem, 9vw, 9rem); }
.career-copy { align-self: start; position: sticky; top: 105px; }
.career-copy h2 { margin: 0 0 2rem; font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: .92; letter-spacing: -.07em; font-weight: 600; }
.career-copy p { max-width: 380px; color: var(--muted); line-height: 1.7; font-size: .78rem; }
.career-copy a { display: inline-block; margin-top: 2rem; color: var(--white); font-size: .66rem; font-weight: 700; border-bottom: 1px solid var(--orange); padding-bottom: .4rem; }
.career-list { border-top: 1px solid var(--line-strong); }
.career-row { min-height: 150px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 1.2rem; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.career-row:hover { background: rgba(255,255,255,.025); padding-inline: 1rem; }
.career-row > span, .career-row > b { font-family: "DM Mono", monospace; font-size: .46rem; color: var(--muted-dark); font-weight: 400; letter-spacing: .05em; }
.career-row h3 { margin: 0 0 .4rem; font-size: clamp(1.15rem, 2vw, 1.85rem); line-height: 1.15; letter-spacing: -.035em; }
.career-row p { margin: 0; color: var(--muted); font-size: .7rem; }
.career-founder { min-height: 190px; }
.career-companies { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.career-companies a { min-width: 180px; padding: .7rem .85rem; display: grid; gap: .24rem; background: rgba(255,255,255,.025); border: 1px solid var(--line); border-left: 2px solid var(--blue); transition: background .25s, border-color .25s, transform .25s; }
.career-companies a:last-child { border-left-color: var(--orange); }
.career-companies a:hover { background: rgba(255,255,255,.055); border-color: var(--line-strong); transform: translateY(-2px); }
.career-companies span { color: var(--white); font-size: .7rem; font-weight: 600; }
.career-companies small { color: var(--muted-dark); font-family: "DM Mono", monospace; font-size: .42rem; letter-spacing: .04em; }

.founder-section { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; background: var(--panel); border-block: 1px solid var(--line); }
.founder-photo { min-height: 700px; overflow: hidden; position: relative; }
.founder-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(11,14,18,.58)), linear-gradient(0deg, rgba(3,4,5,.35), transparent 38%); pointer-events: none; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.68) contrast(1.12) brightness(.78); transition: .8s; }
.founder-photo:hover img { filter: saturate(.9) contrast(1.06) brightness(.86); transform: scale(1.018); }
.founder-content { padding: clamp(3rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: center; position: relative; }
.founder-content::before { content: ""; position: absolute; left: 0; top: 18%; width: 2px; height: 22%; background: var(--orange); box-shadow: 0 0 25px var(--orange-glow); }
.founder-label { font-family: "DM Mono", monospace; font-size: .5rem; color: var(--blue); letter-spacing: .09em; }
.founder-content h2 { margin: 3rem 0 2.5rem; font-size: clamp(2.15rem, 3.8vw, 4rem); line-height: 1.03; letter-spacing: -.06em; font-weight: 600; }
.founder-content > p { margin: 0; max-width: 580px; color: var(--muted); line-height: 1.75; font-size: .8rem; }
.language-line { margin-top: 2rem !important; font-family: "DM Mono", monospace; font-size: .53rem !important; color: var(--white) !important; }
.recommendation { margin-top: 4rem; border-left: 2px solid var(--orange); padding: .3rem 0 .3rem 1rem; }
.recommendation p { margin: 0 0 .7rem; color: var(--white); font-size: .75rem; font-weight: 600; }
.recommendation span { font-family: "DM Mono", monospace; font-size: .42rem; color: var(--muted-dark); }

.profile-contact { position: relative; padding: clamp(6rem, 10vw, 10rem) var(--edge) 2rem; background: #010202; color: var(--white); overflow: hidden; }
.profile-contact::before { content: ""; position: absolute; width: 42vw; height: 42vw; right: -18vw; top: 5%; border: 1px solid rgba(82,104,255,.18); border-radius: 50%; box-shadow: inset 0 0 100px rgba(82,104,255,.035); }
.profile-contact > * { position: relative; }
.profile-contact-main { margin: clamp(5rem, 10vw, 10rem) 0; }
.profile-contact-main > p { max-width: 540px; color: var(--muted); font-family: "DM Mono", monospace; font-size: .54rem; line-height: 1.7; letter-spacing: .045em; }
.profile-contact-main > a { margin-top: 2rem; display: flex; justify-content: space-between; align-items: end; font-size: clamp(2.8rem, 6.5vw, 7rem); line-height: .95; font-weight: 600; letter-spacing: -.065em; transition: color .25s; }
.profile-contact-main > a span { color: var(--orange); font-size: .4em; transition: transform .3s; }
.profile-contact-main > a:hover { color: var(--blue); }
.profile-contact-main > a:hover span { transform: rotate(45deg); }
.profile-contact footer { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); min-height: 74px; padding: 1.5rem 0 .5rem; border-top: 1px solid rgba(255,255,255,.28); color: #c4c8cf; font-family: "DM Mono", monospace; font-size: .68rem; line-height: 1.5; letter-spacing: .02em; }
.profile-contact footer > div { display: flex; gap: 1.5rem; }
.profile-contact footer a { transition: color .2s; }.profile-contact footer a:hover { color: var(--white); }

.reveal-p { opacity: 0; filter: blur(5px); transform: translateY(26px) scale(.995); transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1), filter .6s ease; transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform, filter; }
.reveal-p.visible { opacity: 1; filter: blur(0); transform: none; }
.profile-project.reveal-p figure img { transform: scale(1.045); }
.profile-project.reveal-p.visible figure img { transform: scale(1); }
.profile-project.reveal-p.visible:hover figure img { transform: scale(1.035); }
.profile-hero-copy { animation: hero-copy-in .9s .08s cubic-bezier(.16,1,.3,1) both; }
.profile-hero-visual { animation: hero-visual-in 1.1s .18s cubic-bezier(.16,1,.3,1) both; }
.profile-hero-foot { animation: hero-foot-in .8s .48s ease both; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes hero-visual-in { from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(18px); } to { opacity: 1; clip-path: inset(0); transform: none; } }
@keyframes hero-foot-in { from { opacity: 0; } to { opacity: 1; } }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }

@media (max-width: 900px) {
  .profile-header { grid-template-columns: 1fr auto; }
  .profile-header nav { position: fixed; inset: 0; z-index: 1; background: rgba(3,4,5,.98); flex-direction: column; justify-content: center; align-items: center; font-size: 1rem; opacity: 0; visibility: hidden; transition: .3s; }
  .profile-header nav.open { opacity: 1; visibility: visible; }
  .profile-menu { display: block; position: relative; z-index: 2; }
  .profile-hero { grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 2rem; }
  .profile-hero h1 { font-size: clamp(3rem, 6.2vw, 4.4rem); }
  .practice-card { min-height: 420px; }
  .career-layout { grid-template-columns: 1fr; }
  .career-copy { position: static; }
}

@media (max-width: 650px) {
  .profile-header { height: 64px; }
  .profile-hero { display: flex; flex-direction: column; min-height: auto; padding-top: 8rem; background: radial-gradient(circle at 80% 40%, rgba(82,104,255,.12), transparent 30%), var(--black); }
  .profile-hero::before { width: 100%; border: 0; opacity: .55; }
  .profile-hero-copy { width: 100%; min-width: 0; padding: 0; }
  .role-line { margin-bottom: 1.8rem; }
  .profile-hero h1 { font-size: 10.8vw; line-height: .91; }
  .mobile-break { display: block; }
  .hero-lead { max-width: 340px; }
  .profile-menu { display: grid !important; place-items: center; visibility: visible !important; opacity: 1 !important; position: absolute; right: var(--edge); top: 13px; z-index: 2; width: 64px; min-height: 38px; background: var(--panel); color: #fff; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .profile-hero-visual { width: 92%; margin-top: 1rem; align-self: flex-end; padding: .7rem .7rem 0 0; }
  .profile-photo-wrap > img { aspect-ratio: .9; }
  .profile-hero-foot { width: 100%; margin-top: 2rem; }
  .profile-section-head { grid-template-columns: auto 1fr; }
  .profile-section-head p { grid-column: 2; text-align: left; margin-top: .2rem; }
  .practice-intro { grid-template-columns: 1fr; gap: 2rem; }
  .practice-intro h2 { font-size: 11.5vw; }
  .practice-grid, .profile-project-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 390px; }
  .company-links { align-items: flex-start; flex-direction: column; }
  .company-links > div { width: 100%; justify-content: space-between; }
  .profile-project-grid { gap: 4.5rem; }
  .profile-project:nth-child(even) { margin-top: 0; }
  .profile-project-title { display: block; }
  .profile-project-title h2 { font-size: 14vw; }
  .profile-project-title > p { margin-top: 2rem; }
  .profile-project figure span { opacity: 1; transform: none; }
  .project-description { grid-template-columns: 72px 1fr; }
  .project-description > b { display: none; }
  .career-row { grid-template-columns: 82px 1fr; min-height: 135px; }
  .career-founder { min-height: 230px; }
  .career-companies { flex-direction: column; }
  .career-companies a { min-width: 0; width: 100%; }
  .career-row > b { display: none; }
  .career-row:hover { padding-inline: 0; }
  .founder-section { grid-template-columns: 1fr; }
  .founder-photo { min-height: 500px; }
  .founder-photo::after { background: linear-gradient(0deg, var(--panel), transparent 35%); }
  .founder-content::before { top: 0; width: 28%; height: 2px; }
  .profile-contact-main > a { font-size: 9.2vw; }
  .profile-contact footer { grid-template-columns: 1fr auto; align-items: start; gap: 1.25rem; font-size: .65rem; }
  .profile-contact footer > a:nth-child(2), .profile-contact footer > div { grid-column: 1 / -1; }
  .profile-contact footer > div { display: flex; justify-content: flex-start; }
}

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