:root {
  --ink: #0a0a09;
  --surface: #121210;
  --paper: #f3efe8;
  --muted: #a6a29b;
  --stone: #2a2926;
  --accent: #ff24d6;
  --sans: "Plus Jakarta Sans", sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
  --mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; 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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.site-header { position: absolute; z-index: 8; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: clamp(1.5rem, 3.1vw, 3.25rem) clamp(1.25rem, 4vw, 4.8rem); font: 700 clamp(.63rem, .68vw, .75rem)/1.2 var(--mono); letter-spacing: .17em; }
.wordmark, nav { white-space: nowrap; }
nav { display: flex; gap: clamp(1.2rem, 3vw, 3.4rem); }
nav a, .footer-links a { position: relative; }
nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; bottom: -.48rem; width: 0; height: 1px; background: var(--accent); transition: width .3s ease; }
nav a:hover::after, .footer-links a:hover::after { width: 100%; }
main { overflow: clip; }
.hero { position: relative; min-height: max(800px, 100svh); padding: clamp(8rem, 13vw, 12rem) clamp(1.25rem, 4vw, 4.8rem) clamp(4rem, 6vw, 7rem); isolation: isolate; }
.hero-grid { position: absolute; z-index: -4; inset: 0; opacity: .24; background-image: linear-gradient(90deg, transparent calc(8.333% - 1px), rgba(243,239,232,.07) calc(8.333% - 1px), rgba(243,239,232,.07) 8.333%, transparent 8.333%); background-size: 8.333% 100%; mask-image: linear-gradient(90deg, #000 0 55%, transparent 91%); }
.hero-plane { position: absolute; z-index: -3; background: linear-gradient(135deg, rgba(243,239,232,.11), rgba(243,239,232,.025)); border: 1px solid rgba(243,239,232,.11); will-change: transform; }
.plane-a { width: clamp(17rem, 27vw, 28rem); height: clamp(20rem, 36vw, 36rem); top: 11%; right: 10%; }
.plane-b { width: clamp(11rem, 19vw, 21rem); height: clamp(22rem, 36vw, 39rem); top: 21%; right: 28%; background: rgba(42,41,38,.68); }
.hero-arc { position: absolute; z-index: -2; width: clamp(25rem, 44vw, 50rem); aspect-ratio: 1; top: 20%; right: -15%; border: 1px solid rgba(255,36,214,.58); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; will-change: transform; }
.hero-copy { position: relative; z-index: 2; width: min(52.5%, 43rem); }
.eyebrow, .role, .credentials, .portfolio-note, .portrait-label, .section-number, .editorial-words, .footer-name, .footer-links { font-family: var(--mono); font-size: clamp(.63rem, .65vw, .75rem); line-height: 1.65; letter-spacing: .16em; }
.eyebrow { margin: 0; color: var(--muted); }
.hairline { width: 1.7rem; height: 1px; margin: clamp(1.2rem, 2vw, 2rem) 0 clamp(2rem, 3.4vw, 3.8rem); background: var(--paper); }
h1 { max-width: 7ch; margin: 0; font-size: clamp(3.35rem, 7.1vw, 8.2rem); font-weight: 500; letter-spacing: -.075em; line-height: .83; }
h1 span { display: block; }
.role { margin: clamp(1.2rem, 2vw, 2rem) 0 0; color: var(--muted); }
.statement { margin: clamp(2.5rem, 4vw, 5rem) 0 0; font: italic clamp(2rem, 3.45vw, 4.25rem)/.98 var(--serif); letter-spacing: -.035em; }
.body-copy { max-width: 33rem; margin-top: clamp(2rem, 3vw, 3.25rem); color: var(--muted); font-size: clamp(1rem, 1.08vw, 1.2rem); line-height: 1.55; }
.body-copy p { margin: 0 0 1rem; }
.credentials { display: grid; gap: .5rem; max-width: 41rem; margin-top: clamp(1.75rem, 3vw, 3.25rem); color: var(--paper); font-size: clamp(.58rem, .6vw, .68rem); }
.portfolio-note { margin: clamp(1.6rem, 2.5vw, 2.5rem) 0 0; color: var(--muted); font-family: var(--sans); font-size: clamp(.82rem, .9vw, 1rem); letter-spacing: 0; line-height: 1.6; }
.actions { display: flex; gap: .75rem; margin-top: 1.7rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: .9rem; padding: .65rem 1.15rem; border: 1px solid var(--paper); font: 700 .68rem/1 var(--mono); letter-spacing: .08em; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.button span { font: 1.3rem/0 var(--sans); transition: transform .25s ease; }
.button:hover span { transform: translateX(4px); }
.button-primary { color: var(--ink); background: var(--paper); }
.button-primary:hover { background: var(--accent); border-color: var(--accent); }
.button-secondary { color: var(--paper); }
.button-secondary:hover { color: var(--accent); border-color: var(--accent); }
.portrait-stage { position: absolute; z-index: 1; top: clamp(6rem, 8vw, 9rem); right: clamp(1rem, 4vw, 4.8rem); width: min(48vw, 44rem); height: calc(100% - clamp(7rem, 8vw, 9rem)); pointer-events: none; }
.portrait { position: absolute; z-index: 2; right: 0; bottom: 0; width: 82%; height: auto; max-height: 93%; object-fit: contain; object-position: bottom center; }
.portrait-plate { position: absolute; z-index: 0; right: 5%; bottom: 7%; width: 72%; height: 70%; background: linear-gradient(140deg, rgba(243,239,232,.17), rgba(243,239,232,.035) 54%, rgba(42,41,38,.75)); border: 1px solid rgba(243,239,232,.16); will-change: transform; }
.portrait-label { position: absolute; z-index: 3; margin: 0; color: var(--muted); font-size: clamp(.52rem, .55vw, .66rem); }
.top-label { top: 11%; right: 0; text-align: right; }
.side-label { right: -1.5%; bottom: 27%; border-left: 2px solid var(--accent); padding: .7rem 0 .7rem .8rem; color: var(--paper); }
.portrait-marker { position: absolute; z-index: 3; top: 20%; right: 18%; width: 8px; height: 8px; background: var(--accent); }
.editorial { position: relative; display: grid; grid-template-columns: 2fr 5fr 4fr; align-items: end; gap: clamp(1rem, 3vw, 4rem); min-height: 47rem; margin: 0 clamp(1.25rem, 4vw, 4.8rem); padding: clamp(3.5rem, 8vw, 8rem) 0; border-top: 1px solid rgba(243,239,232,.23); overflow: hidden; }
.section-number { align-self: start; color: var(--muted); }
.editorial-structure { position: relative; align-self: stretch; min-height: 23rem; border-left: 1px solid rgba(243,239,232,.13); }
.structure-panel { position: absolute; width: 62%; height: 70%; bottom: 5%; left: 15%; background: linear-gradient(160deg, rgba(243,239,232,.14), rgba(42,41,38,.78)); border: 1px solid rgba(243,239,232,.15); }
.structure-arc { position: absolute; width: 70%; aspect-ratio: 1; left: 0; bottom: 3%; border: 1px solid rgba(255,36,214,.7); border-radius: 50%; border-right-color: transparent; border-bottom-color: transparent; }
.structure-line { position: absolute; bottom: 25%; left: 25%; width: 66%; height: 1px; background: var(--paper); }
.editorial-words { position: relative; z-index: 1; margin: 0 0 6%; font-size: clamp(.67rem, 1.05vw, 1rem); line-height: 1.8; }
.details { position: relative; z-index: 1; justify-self: end; margin: 0 0 7%; font: clamp(2.75rem, 5vw, 5.8rem)/.8 var(--sans); letter-spacing: -.08em; text-align: right; }
.details em { font-family: var(--serif); font-weight: 400; }
.site-footer { display: grid; grid-template-columns: 1.6fr .8fr 1fr; gap: 2rem; margin: 0 clamp(1.25rem, 4vw, 4.8rem); padding: 2.2rem 0 3rem; border-top: 1px solid rgba(243,239,232,.23); color: var(--muted); font-size: .77rem; line-height: 1.6; }
.site-footer p { margin: 0; }
.footer-name { color: var(--paper); font-size: .68rem; }
.footer-links { display: grid; align-content: start; gap: .6rem; color: var(--paper); font-size: .63rem; }
.copyright { align-self: end; justify-self: end; text-align: right; }
.intro-item { opacity: 0; transform: translateY(18px); animation: hero-enter .8s cubic-bezier(.2,.8,.2,1) forwards; }
.intro-item:nth-child(1) { animation-delay: .1s; }
.intro-item:nth-child(2) { animation-delay: .18s; }
.intro-item:nth-child(3) { animation-delay: .26s; }
.intro-item:nth-child(4) { animation-delay: .35s; }
.intro-item:nth-child(5) { animation-delay: .44s; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-enter { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 920px) {
  .hero { min-height: 1000px; }
  .hero-copy { width: 58%; }
  .portrait-stage { width: 51vw; }
  .portrait { width: 95%; }
  .top-label { display: none; }
  .body-copy { max-width: 29rem; }
}

@media (max-width: 680px) {
  .site-header { position: relative; padding: 1.4rem 1.25rem; font-size: .55rem; letter-spacing: .11em; }
  nav { gap: .95rem; }
  .hero { min-height: 0; padding: 4rem 1.25rem 4.5rem; }
  .hero-grid { background-size: 25% 100%; mask-image: none; opacity: .17; }
  .hero-copy { width: auto; }
  .eyebrow { font-size: .62rem; line-height: 1.6; }
  h1 { max-width: none; font-size: clamp(3.5rem, 17vw, 5rem); }
  .role { max-width: 21rem; font-size: .58rem; line-height: 1.7; }
  .statement { margin-top: 2.5rem; font-size: clamp(2.35rem, 11.4vw, 3.55rem); }
  .portrait-stage { position: relative; top: auto; right: auto; width: calc(100% + 1.5rem); height: min(135vw, 38rem); margin: 2rem -1.25rem 0 auto; }
  .portrait { right: 3%; width: min(84%, 25rem); max-height: 100%; }
  .portrait-plate { right: 0; bottom: 10%; width: 70%; height: 70%; }
  .side-label { right: 0; bottom: 26%; font-size: .49rem; }
  .portrait-marker { top: 14%; right: 12%; }
  .hero-plane.plane-a { width: 13rem; height: 16rem; top: 43%; right: -20%; }
  .hero-plane.plane-b { display: none; }
  .hero-arc { width: 24rem; top: 50%; right: -47%; }
  .body-copy { max-width: 36rem; margin-top: 2.5rem; color: var(--paper); font-size: 1.06rem; line-height: 1.58; }
  .credentials { font-size: .57rem; line-height: 1.7; }
  .portfolio-note { font-size: .95rem; }
  .actions { flex-direction: column; max-width: 18rem; }
  .button { min-height: 3.2rem; }
  .editorial { grid-template-columns: 1fr 1fr; grid-template-rows: auto 19rem auto; min-height: auto; gap: 1rem; margin: 0 1.25rem; padding: 4rem 0; }
  .section-number { grid-column: 1 / -1; }
  .editorial-structure { grid-column: 1 / -1; grid-row: 2; min-height: 0; }
  .editorial-words { margin: 0; font-size: .6rem; line-height: 1.8; }
  .details { margin: 0; font-size: clamp(2.6rem, 12vw, 4rem); }
  .site-footer { grid-template-columns: 1fr 1fr; margin: 0 1.25rem; padding: 2rem 0 2.5rem; font-size: .72rem; }
  .copyright { grid-column: 1 / -1; justify-self: start; margin-top: 1rem !important; text-align: left; }
}

@media (max-width: 360px) {
  .site-header { letter-spacing: .07em; }
  nav { gap: .7rem; }
  h1 { font-size: 3.25rem; }
  .statement { font-size: 2.18rem; }
}

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