:root {
  --bg: #10110f;
  --surface: #191a17;
  --ink: #f1f2eb;
  --muted: #a5a89f;
  --line: #373932;
  --accent: #e4ff48;
  --accent-soft: #252a16;
  --max: 1280px;
  --pad: clamp(1.25rem, 4vw, 4rem);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
html, body { overflow-x: clip; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.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; z-index: 100; top: -5rem; left: 1rem; padding: .75rem 1rem; background: var(--accent); color: #10110f; }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 20; height: 74px; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.brand { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.brand span { color: var(--accent); }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.25rem); }
nav a { position: relative; padding: .35rem 0; color: #b7bab1; font-size: .9rem; text-decoration: none; }
nav a:hover, nav a:focus-visible, nav a[aria-current="page"] { color: var(--ink); }
nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: -.2rem; left: 0; height: 2px; background: var(--accent); content: ""; }
.nav-cta { padding: .65rem 1rem !important; border-radius: 999px; background: var(--accent); color: #10110f !important; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: currentColor; }
.hero { max-width: var(--max); min-height: min(780px, calc(100svh - 74px)); margin: 0 auto; padding: clamp(1rem, 3vw, 2.5rem) var(--pad) clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.hero__copy { min-width: 0; }
.kicker, .section-label, .project-card__meta, .eyebrow { margin: 0; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 780px; margin: 1.25rem 0 0; font-size: clamp(4.2rem, 8vw, 8rem); font-weight: 600; letter-spacing: -.075em; line-height: .86; }
.hero__lead { max-width: 690px; margin: 2rem 0 0; font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 450; letter-spacing: -.025em; line-height: 1.25; }
.hero__status { max-width: 650px; margin: 1rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .8rem 1.15rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .9rem; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.button--primary { border-color: var(--accent); background: var(--accent); color: #10110f; }
.button--quiet { border-color: var(--line); background: var(--surface); }
.hero__visual { position: relative; min-height: 580px; overflow: hidden; border-radius: 1.25rem; background: #20211d; }
.hero__visual picture, .hero__visual img { width: 100%; height: 100%; }
.hero__visual img { object-fit: cover; object-position: center 40%; }
.hero__caption { position: absolute; right: 1rem; bottom: 1rem; margin: 0; padding: .55rem .75rem; border-radius: 999px; background: rgba(16,17,15,.88); color: var(--ink); font-size: .72rem; }
.proof { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) clamp(5rem, 9vw, 8rem); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.proof p { min-height: 110px; margin: 0; padding: 1.15rem; background: var(--surface); }
.proof strong, .proof span { display: block; }
.proof strong { font-size: 1rem; }
.proof span { margin-top: .65rem; color: var(--muted); font-size: .84rem; line-height: 1.4; }
.section { max-width: var(--max); margin: 0 auto; padding: clamp(4.5rem, 9vw, 8rem) var(--pad); }
.section--surface { max-width: none; background: var(--surface); }
.section--surface > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-right: auto; margin-left: auto; }
.section-head { display: grid; grid-template-columns: minmax(7rem, .35fr) minmax(0, 1.65fr); gap: 2rem; align-items: start; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head h2, .split-copy h2, .page-intro h1, .contact h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 5rem); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.section-head p:not(.section-label) { max-width: 38rem; margin: 1rem 0 0; color: var(--muted); line-height: 1.55; }
.section-link, .text-link { display: inline-flex; gap: .4rem; margin-top: 1.25rem; color: var(--accent); font-size: .9rem; font-weight: 600; text-decoration: none; }
.section-link:hover, .text-link:hover { text-decoration: underline; text-underline-offset: .25em; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.work-card { min-width: 0; grid-column: span 6; color: inherit; text-decoration: none; }
.work-card--wide { grid-column: span 8; }
.work-card--narrow { grid-column: span 4; }
.work-card__visual { aspect-ratio: 16 / 9; overflow: hidden; border-radius: .85rem; background: #20211d; }
.work-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card__visual--letter { display: flex; align-items: flex-end; padding: clamp(1.25rem, 3vw, 2.5rem); background: var(--accent); color: #10110f; }
.work-card__visual--letter span { max-width: 14ch; font-size: clamp(1.8rem, 3.2vw, 3.2rem); font-weight: 600; letter-spacing: -.045em; line-height: .95; }
.work-card__body { padding: 1rem .1rem 0; }
.work-card__body h3 { margin: .45rem 0 0; font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.025em; }
.work-card__body p { margin: .5rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.services-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 3rem minmax(14rem, .7fr) minmax(0, 1.3fr); gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--accent); font-size: .76rem; font-weight: 700; }
.service-row h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); letter-spacing: -.02em; }
.service-row p { max-width: 48rem; margin: 0; color: var(--muted); line-height: 1.5; }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split-copy .lead { margin: 1.5rem 0 0; color: var(--ink); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.45; }
.split-copy p { max-width: 44rem; color: var(--muted); line-height: 1.6; }
.split-media { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.split-media img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; border-radius: .75rem; }
.split-media img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 8; }
.portrait-panel img { width: 100%; max-height: 680px; object-fit: cover; object-position: center 34%; border-radius: 1rem; }
.clean-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.clean-list li { padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: .8rem; }
.credentials { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.credential { padding: 1.5rem 1.25rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.credential strong { display: block; color: var(--accent); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.credential h3 { margin: .6rem 0 0; font-size: 1.05rem; line-height: 1.35; }
.credential p { margin: .55rem 0 0; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.credentials--compact { grid-template-columns: repeat(2, 1fr); gap: 1px; border: 0; background: var(--line); }
.credentials--compact .credential { min-height: 155px; padding: 1.5rem; border: 0; background: var(--surface); }
.contact { max-width: var(--max); margin: 0 auto clamp(2rem, 4vw, 4rem); padding: var(--pad); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 1px; }
.contact__copy { min-height: 470px; display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); border-radius: 1rem 0 0 1rem; background: var(--accent); color: #10110f; }
.contact__copy .section-label { color: rgba(255,255,255,.72); }
.contact__copy p { max-width: 38rem; margin: 1.25rem 0 0; color: rgba(255,255,255,.82); line-height: 1.55; }
.contact__email { width: fit-content; max-width: 100%; margin-top: 2.25rem; font-size: clamp(1.1rem, 2.2vw, 2rem); font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: .25em; overflow-wrap: anywhere; }
.contact > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center 35%; border-radius: 0 1rem 1rem 0; }
footer { max-width: var(--max); margin: 0 auto; padding: 1.75rem var(--pad) 2.5rem; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .78rem; }
.page-intro { max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) var(--pad) clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 3rem; align-items: end; }
.page-intro h1 { font-size: clamp(3.8rem, 7vw, 7rem); }
.page-intro .lead { margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.5; }
.page-intro--simple { grid-template-columns: 1fr; padding-bottom: clamp(2rem, 4vw, 3rem); }
.filters-wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) 2rem; display: flex; align-items: center; gap: 1.25rem; }
.filters-label { flex: 0 0 auto; color: var(--muted); font-size: .78rem; }
.filters { display: flex; flex-wrap: wrap; gap: .45rem; }
.filters button { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #c5c8bf; font-size: .82rem; cursor: pointer; }
.filters button:hover { border-color: var(--ink); }
.filters button[aria-pressed="true"] { border-color: var(--accent); background: var(--accent); color: #10110f; }
.project-grid { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) clamp(5rem, 9vw, 8rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2rem); }
.project-grid[hidden] { display: none; }
.project-card { min-width: 0; }
.project-card__image { aspect-ratio: 16 / 9; overflow: hidden; border-radius: .75rem; background: #20211d; }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; }
.project-card__image--banner img { object-fit: contain; background: #090a09; }
.project-card__image--type { display: flex; align-items: flex-end; padding: 1.3rem; background: var(--accent-soft); }
.project-card__image--type span { max-width: 12ch; font-size: clamp(1.45rem, 2.2vw, 2.2rem); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.project-card__body { padding: 1rem .1rem 0; }
.project-card__body h2 { margin: .5rem 0 0; font-size: clamp(1.25rem, 1.8vw, 1.6rem); letter-spacing: -.025em; }
.project-card__role { margin: .55rem 0 0 !important; color: var(--ink) !important; font-weight: 600; }
.project-card__body > p { margin: .55rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.project-card__source { display: inline-flex; margin-top: .85rem; color: var(--accent); font-size: .82rem; font-weight: 600; text-decoration: none; }
.project-card__source:hover { text-decoration: underline; text-underline-offset: .25em; }
.corporate-section { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) clamp(5rem, 9vw, 8rem); }
.corporate-section[hidden] { display: none; }
.corporate-heading { display: grid; grid-template-columns: minmax(7rem, .35fr) minmax(0, 1.65fr); gap: 2rem; margin-bottom: 2.5rem; padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); }
.corporate-heading h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 5rem); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.project-grid--nested { max-width: none; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-hero { max-width: var(--max); margin: 0 auto; padding: clamp(2rem, 5vw, 5rem) var(--pad) clamp(5rem, 9vw, 8rem); display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.about-hero img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 1rem; }
.about-copy h1 { margin-top: 1rem; font-size: clamp(3.5rem, 6.5vw, 6.8rem); }
.about-copy .lead { margin: 1.5rem 0 0; font-size: clamp(1.2rem, 1.9vw, 1.6rem); line-height: 1.4; }
.about-copy p { color: var(--muted); line-height: 1.65; }
.timeline-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.timeline-list li { display: grid; grid-template-columns: 7rem minmax(14rem, .75fr) minmax(0, 1.25fr); gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.timeline-list time { color: var(--accent); font-size: .76rem; font-weight: 700; }
.timeline-list h3 { margin: 0; font-size: 1.15rem; }
.timeline-list p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.education-section { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 8vw, 8rem); }
.education-intro h2 { margin: 1rem 0 0; max-width: 8ch; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.education-list { border-top: 1px solid var(--line); }
.education-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.education-list span { color: var(--accent); font-size: .75rem; font-weight: 700; }
.education-list h3 { margin: 0; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.education-list p { margin: .45rem 0 0; color: var(--muted); line-height: 1.5; }
.services-page { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) clamp(5rem, 9vw, 8rem); }
.services-page .service-row { grid-template-columns: 3rem minmax(16rem, .65fr) minmax(0, 1.35fr); }
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 2rem; }
  h1 { font-size: clamp(3.7rem, 8.5vw, 6rem); }
  .proof { grid-template-columns: 1fr 1fr; }
  .section-head { grid-template-columns: 1fr; gap: .75rem; }
  .work-card, .work-card--wide, .work-card--narrow { grid-column: span 6; }
  .split { grid-template-columns: 1fr; }
  .credentials { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-grid--nested { grid-template-columns: 1fr 1fr; }
  .page-intro { grid-template-columns: 1fr; gap: 1.25rem; }
  .about-hero { grid-template-columns: .8fr 1.2fr; gap: 2rem; }
  .education-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .education-intro h2 { max-width: none; }
}
@media (max-width: 700px) {
  .site-header { height: 66px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 66px; right: 1rem; left: 1rem; display: none; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--surface); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
  nav[data-open="true"] { display: grid; }
  nav a { padding: .75rem; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 1.5rem; }
  .hero__copy { order: 2; }
  .hero__visual { min-height: 0; aspect-ratio: 1 / 1.04; }
  h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .hero__lead { font-size: 1.25rem; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof p { min-height: 105px; }
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card, .work-card--wide, .work-card--narrow { grid-column: auto; }
  .service-row, .services-page .service-row { grid-template-columns: 2.2rem 1fr; gap: .8rem; }
  .service-row p { grid-column: 2; }
  .split-media { grid-template-columns: 1fr; }
  .split-media img:first-child { grid-column: auto; }
  .credentials { grid-template-columns: 1fr; }
  .credentials--compact { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact__copy { min-height: 430px; border-radius: 1rem 1rem 0 0; }
  .contact > img { min-height: 390px; border-radius: 0 0 1rem 1rem; }
  footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .filters-wrap { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .filters { width: 100%; }
  .project-grid { grid-template-columns: 1fr; }
  .project-grid--nested { grid-template-columns: 1fr; }
  .corporate-heading { grid-template-columns: 1fr; gap: .75rem; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero img { max-height: 520px; }
  .timeline-list li { grid-template-columns: 1fr; gap: .65rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
