:root {
  --ink: #11100f;
  --ink-soft: #24211e;
  --paper: #f2eee6;
  --paper-warm: #e8dfd0;
  --white: #fffdf8;
  --accent: #d4623a;
  --accent-bright: #ef784d;
  --line: rgba(17, 16, 15, 0.19);
  --max: 1280px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
button { color: inherit; font: inherit; }
::selection { color: var(--white); background: var(--accent); }

.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100; padding: 0.7rem 1rem; color: var(--white); background: var(--accent); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0 var(--gutter); color: var(--white); background: linear-gradient(to bottom, rgba(17,16,15,0.86), transparent); transition: color 180ms ease, background 180ms ease, height 180ms ease; }
.site-header.scrolled { height: 64px; color: var(--ink); background: rgba(242, 238, 230, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.wordmark { display: flex; gap: 0.55rem; align-items: baseline; text-decoration: none; font-weight: 900; letter-spacing: -0.05em; font-size: 1.45rem; }
.wordmark span { font-weight: 500; letter-spacing: 0.08em; font-size: 0.62rem; text-transform: uppercase; }
.main-nav { display: flex; gap: clamp(1rem, 2.4vw, 2.3rem); align-items: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.main-nav a { position: relative; text-decoration: none; }
.main-nav a:not(.language-link)::after { position: absolute; right: 0; bottom: -0.35rem; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.language-link { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border: 1px solid currentColor; border-radius: 50%; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { height: 100svh; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr); overflow: hidden; color: var(--white); background: var(--ink); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(8rem, 12vh, 10rem) var(--gutter) clamp(2.4rem, 6vh, 5rem); }
.hero-copy::before { position: absolute; top: 18%; left: var(--gutter); width: clamp(3rem, 8vw, 8rem); height: 1px; background: var(--accent-bright); content: ""; }
.eyebrow { margin: 0 0 1.1rem; color: var(--accent); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.hero .eyebrow, .light-heading .eyebrow, .contact-section .eyebrow { color: var(--accent-bright); }
.hero h1 { max-width: 8ch; margin: 0; font: 500 clamp(4.5rem, 10.4vw, 10.5rem)/0.73 var(--serif); letter-spacing: -0.075em; }
.hero-lede { max-width: 37rem; margin: clamp(2rem, 4vh, 3rem) 0 0; color: rgba(255,253,248,0.77); font: 400 clamp(1.05rem, 1.5vw, 1.35rem)/1.48 var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 12rem; padding: 0.9rem 1.1rem; border: 1px solid rgba(255,255,255,0.35); text-decoration: none; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; transition: color 180ms ease, background 180ms ease, border 180ms ease; }
.button-primary { color: var(--ink); background: var(--accent-bright); border-color: var(--accent-bright); }
.button-primary:hover { background: var(--white); border-color: var(--white); }
.button-ghost:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 36rem; margin: clamp(2.5rem, 5vh, 4rem) 0 0; padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,0.25); list-style: none; }
.quick-facts li { display: flex; flex-direction: column; }
.quick-facts span { color: rgba(255,255,255,0.55); font-size: 0.63rem; text-transform: uppercase; letter-spacing: 0.09em; }
.quick-facts strong { margin-top: 0.25rem; font-size: 0.9rem; }
.hero-portrait { position: relative; height: 100svh; min-height: 0; margin: 0; overflow: hidden; background: #292724; }
.hero-portrait::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,16,15,0.38), transparent 30%), linear-gradient(0deg, rgba(17,16,15,0.68), transparent 30%); content: ""; pointer-events: none; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; filter: saturate(0.78) contrast(1.04); }
.hero-portrait figcaption { position: absolute; z-index: 2; right: var(--gutter); bottom: clamp(2rem, 5vh, 4rem); color: rgba(255,255,255,0.7); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-portrait figcaption a { color: white; font-weight: 700; }

.credit-marquee { display: flex; justify-content: space-around; gap: 2rem; overflow: hidden; padding: 1.15rem var(--gutter); color: var(--white); background: var(--accent); white-space: nowrap; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.credit-marquee span[aria-hidden] { opacity: 0.5; }

.section { padding: clamp(5rem, 10vw, 9rem) var(--gutter); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.6fr); column-gap: 4rem; align-items: end; max-width: var(--max); margin: 0 auto clamp(3rem, 7vw, 6rem); }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font: 500 clamp(3.2rem, 7.6vw, 7.4rem)/0.9 var(--serif); letter-spacing: -0.06em; }
.section-heading > p:last-child { max-width: 31rem; margin: 0 0 0.35rem; color: #645e57; font-size: 0.98rem; }
.light-heading { color: var(--white); }
.light-heading > p:last-child { color: rgba(255,255,255,0.62); }
.compact-heading { display: block; margin-bottom: 2.7rem; }
.compact-heading h2 { font-size: clamp(2.8rem, 5.1vw, 5.4rem); }
.compact-heading > p:last-child { margin-top: 1.25rem; }

.reel-section { color: var(--white); background: var(--ink); }
.video-shell { position: relative; max-width: var(--max); aspect-ratio: 16 / 8.25; margin: 0 auto; overflow: hidden; background: #050505; }
.video-shell > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: grayscale(0.25) contrast(1.1) brightness(0.55); transform: scale(1.01); }
.video-shell::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.55), transparent 70%); content: ""; }
.video-overlay { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; text-align: center; }
.play-button { display: grid; place-items: center; width: clamp(5rem, 9vw, 8rem); height: clamp(5rem, 9vw, 8rem); margin: 0 auto 1.2rem; color: var(--ink); background: var(--accent-bright); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.5rem; transition: transform 200ms ease, background 200ms ease; }
.play-button span { margin-left: 0.25rem; }
.play-button:hover { background: var(--white); transform: scale(1.06); }
.video-overlay p { margin: 0; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.video-overlay p span { display: block; margin-top: 0.35rem; color: rgba(255,255,255,0.6); font-weight: 500; }
.video-shell iframe { position: relative; z-index: 3; width: 100%; height: 100%; border: 0; }
.video-fallback { max-width: var(--max); margin: 1rem auto 0; text-align: right; color: rgba(255,255,255,0.58); font-size: 0.75rem; }

.work-section { background: var(--paper); }
.credits-subheading { max-width: var(--max); margin: 0 auto 1rem; color: var(--accent); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.credits-subheading-spaced { margin-top: clamp(3rem, 6vw, 5rem); }
.credits-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.credit-row { display: grid; grid-template-columns: 7rem minmax(0, 1fr) minmax(13rem, 0.48fr); gap: 2rem; align-items: center; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.credit-year { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; }
.credit-row h3 { margin: 0; font: 500 clamp(1.55rem, 3vw, 2.8rem)/1 var(--serif); letter-spacing: -0.035em; }
.credit-row p, .credit-row > span:last-child { margin: 0.4rem 0 0; color: #686159; font-size: 0.78rem; line-height: 1.5; }
.credit-row > span:last-child { margin: 0; }
.inline-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 2rem; max-width: var(--max); margin: 2rem auto 0; }
.text-link { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.09em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; }

.profile-section { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 8rem); max-width: none; padding-top: 0; background: var(--paper); }
.profile-image { min-height: 760px; margin: 0; overflow: hidden; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.profile-content { align-self: center; max-width: 760px; padding: 4rem var(--gutter) 4rem 0; }
.casting-data { margin: 0; border-top: 1px solid var(--ink); }
.casting-data > div { display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
.casting-data dt { color: #706961; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.casting-data dd { margin: 0; font: 500 1.02rem/1.5 var(--serif); }
.skills-block { margin-top: 2.5rem; }
.skills-block h3 { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.tag-list { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1rem 0; padding: 0; list-style: none; }
.tag-list li { padding: 0.42rem 0.72rem; border: 1px solid var(--line); border-radius: 999px; font-size: 0.72rem; }
.skills-block p { max-width: 42rem; color: #5d5750; font-size: 0.78rem; }

.gallery-section { color: var(--white); background: var(--ink-soft); }
.gallery-heading > p:last-child { color: rgba(255,255,255,0.57); }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(250px, 34vw); gap: 0.8rem; max-width: var(--max); margin: 0 auto; }
.photo-card { position: relative; min-width: 0; padding: 0; overflow: hidden; color: var(--white); background: #0c0b0a; border: 0; cursor: zoom-in; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(0.8); transition: filter 260ms ease, transform 500ms cubic-bezier(.2,.8,.2,1); }
.photo-card span { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.5rem 0.8rem 0.7rem; text-align: left; background: linear-gradient(transparent, rgba(0,0,0,0.75)); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.photo-card:hover img { filter: saturate(1); transform: scale(1.025); }
.photo-wide { grid-column: span 2; }
.photo-tall { grid-row: span 2; }

.bio-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 9rem); max-width: calc(var(--max) + (var(--gutter) * 2)); margin: 0 auto; }
.bio-lead h2 { margin: 0; font: 500 clamp(3rem, 6.4vw, 6.4rem)/0.9 var(--serif); letter-spacing: -0.06em; }
.bio-copy { max-width: 44rem; font: 400 clamp(1.05rem, 1.4vw, 1.3rem)/1.65 var(--serif); }
.bio-copy > p:first-child { margin-top: 0; }
.training-grid { margin-top: 3rem; border-top: 1px solid var(--ink); font-family: var(--sans); }
.training-grid > div { display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.training-grid span { grid-row: span 2; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.08em; }
.training-grid strong { font-size: 0.82rem; }
.training-grid small { color: #69625b; font-size: 0.72rem; }

.disciplines-section { color: var(--white); background: var(--ink); overflow: hidden; }
.archive-strip { display: grid; grid-auto-columns: minmax(260px, 28vw); grid-auto-flow: column; gap: 0.85rem; max-width: var(--max); margin: 0 auto; padding-bottom: 1.3rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--accent) rgba(255,255,255,0.1); }
.archive-strip figure { min-width: 0; margin: 0; scroll-snap-align: start; }
.archive-strip img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; filter: saturate(0.75); }
.archive-strip figcaption { padding: 0.8rem 0; color: rgba(255,255,255,0.62); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; }

.contact-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.7fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 10vw, 9rem) var(--gutter); color: var(--white); background: var(--accent); }
.contact-section > div:first-child { max-width: 760px; }
.contact-section h2 { margin: 0; font: 500 clamp(4rem, 8vw, 8rem)/0.84 var(--serif); letter-spacing: -0.065em; }
.contact-section > div:first-child > p:last-child { max-width: 38rem; margin-top: 2rem; color: rgba(255,255,255,0.75); }
.contact-options { align-self: end; }
.contact-options article { display: flex; flex-direction: column; gap: 0.5rem; padding: 1.6rem 0; border-top: 1px solid rgba(255,255,255,0.45); }
.contact-options article:last-child { border-bottom: 1px solid rgba(255,255,255,0.45); }
.contact-options span { color: rgba(255,255,255,0.62); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-options strong { font: 500 1.8rem var(--serif); }
.contact-options a { overflow-wrap: anywhere; font-size: 0.88rem; text-decoration-thickness: 1px; }
.contact-options .small-link { align-self: flex-start; margin-top: 0.3rem; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem var(--gutter); color: rgba(255,255,255,0.65); background: var(--ink); font-size: 0.66rem; letter-spacing: 0.05em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 2rem; color: white; background: rgba(9,8,7,0.96); border: 0; }
.lightbox::backdrop { background: rgba(0,0,0,0.75); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox img { width: auto; max-width: min(90vw, 1200px); height: auto; max-height: 88vh; object-fit: contain; }
.lightbox button { position: fixed; z-index: 2; top: 1.25rem; right: 1.25rem; padding: 0.6rem 0.85rem; color: white; background: transparent; border: 1px solid rgba(255,255,255,0.4); cursor: pointer; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }

.cookie-notice { position: fixed; z-index: 70; right: 1rem; bottom: 1rem; display: grid; gap: 1rem; max-width: 28rem; padding: 1.2rem; color: var(--ink); background: var(--white); border: 1px solid var(--ink); box-shadow: 0 1rem 3rem rgba(0,0,0,0.25); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 0; font-size: 0.78rem; }
.cookie-notice div { display: flex; justify-content: flex-end; gap: 0.6rem; }
.cookie-notice button { padding: 0.5rem 0.8rem; background: transparent; border: 1px solid var(--ink); cursor: pointer; font-size: 0.67rem; font-weight: 800; text-transform: uppercase; }
.cookie-notice button:last-child { color: white; background: var(--ink); }

.legal-page { min-height: 100vh; padding: 8rem var(--gutter) 5rem; background: var(--paper); }
.legal-page article { max-width: 780px; margin: 0 auto; }
.legal-page h1 { font: 500 clamp(3.5rem, 8vw, 7rem)/0.9 var(--serif); letter-spacing: -0.06em; }
.legal-page h2 { margin-top: 2.5rem; font: 500 2rem var(--serif); }
.legal-page p, .legal-page li { color: #514b45; }

.cv-page { background: white; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 0.9fr; }
  .hero h1 { font-size: clamp(4.2rem, 10vw, 7rem); }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading > p:last-child { margin-top: 1.4rem; }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-section { grid-template-columns: 1fr; }
  .contact-options { max-width: 42rem; }
}

@media (max-width: 760px) {
  .site-header { height: 64px; }
  .menu-toggle { position: relative; z-index: 2; display: flex; gap: 0.65rem; align-items: center; padding: 0.5rem 0; color: currentColor; cursor: pointer; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
  .menu-lines, .menu-lines::before { display: block; width: 1.2rem; height: 1px; background: currentColor; content: ""; transition: transform 180ms ease; }
  .menu-lines::before { transform: translateY(-5px); }
  .nav-open .menu-lines { transform: rotate(45deg); }
  .nav-open .menu-lines::before { transform: rotate(-90deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; color: var(--white); background: var(--ink); font: 500 2.5rem/1 var(--serif); letter-spacing: -0.03em; text-transform: none; transform: translateY(-100%); transition: transform 300ms cubic-bezier(.7,0,.2,1); }
  .nav-open .main-nav { transform: translateY(0); }
  .nav-open .site-header { color: var(--white); background: transparent; }
  .language-link { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.1em; }

  .hero { position: relative; display: block; height: 100svh; min-height: 100svh; padding-top: 0; overflow: hidden; }
  .hero-portrait { position: absolute; inset: 0; height: 100%; min-height: 100%; }
  .hero-portrait img { object-position: 50% 24%; filter: saturate(0.72) contrast(1.08) brightness(0.68); }
  .hero-portrait::after { background: linear-gradient(0deg, var(--ink) 0%, rgba(17,16,15,0.74) 43%, rgba(17,16,15,0.08) 78%), linear-gradient(90deg, rgba(17,16,15,0.35), transparent); }
  .hero-portrait figcaption { top: 5rem; right: var(--gutter); bottom: auto; font-size: 0.56rem; }
  .hero-copy { min-height: 100svh; padding-top: 9rem; }
  .hero-copy::before { display: none; }
  .hero h1 { font-size: clamp(4.5rem, 23vw, 7.3rem); }
  .hero-lede { max-width: 31rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-width: 0; padding-inline: 0.75rem; font-size: 0.61rem; }
  .quick-facts { max-width: none; }
  .credit-marquee { justify-content: flex-start; overflow-x: auto; }
  .section { padding-block: 5rem; }
  .section-heading { margin-bottom: 3rem; }
  .section-heading h2 { font-size: clamp(3.4rem, 17vw, 5.6rem); }
  .video-shell { aspect-ratio: 4 / 5; }
  .video-shell > img { object-position: center; }
  .credit-row { grid-template-columns: 3.8rem 1fr; gap: 0.8rem; }
  .credit-row > span:last-child { grid-column: 2; }
  .inline-actions { justify-content: flex-start; }
  .profile-section { display: block; padding: 0; }
  .profile-image { min-height: 78svh; }
  .profile-content { padding: 5rem var(--gutter); }
  .casting-data > div { grid-template-columns: 7rem 1fr; }
  .photo-grid { display: grid; grid-auto-columns: 82vw; grid-template-columns: none; grid-template-rows: min(116vw, 640px); grid-auto-flow: column; gap: 0.7rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: inline mandatory; }
  .photo-card, .photo-wide, .photo-tall { grid-column: auto; grid-row: auto; scroll-snap-align: center; }
  .photo-grid .photo-card:first-child { margin-left: var(--gutter); }
  .photo-grid .photo-card:last-child { margin-right: var(--gutter); }
  .gallery-section { padding-right: 0; padding-left: 0; }
  .gallery-heading { padding-inline: var(--gutter); }
  .bio-section { display: block; }
  .bio-copy { margin-top: 3rem; }
  .archive-strip { grid-auto-columns: 78vw; }
  .contact-section h2 { font-size: clamp(4rem, 19vw, 6.2rem); }
  .site-footer { flex-direction: column; }
}

@media (max-width: 430px) {
  .hero-actions { grid-template-columns: 1fr; }
  .quick-facts strong { font-size: 0.78rem; }
  .casting-data > div { grid-template-columns: 1fr; gap: 0.3rem; }
  .training-grid > div { grid-template-columns: 3.5rem 1fr; }
  .contact-options a { font-size: 0.78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .cookie-notice { display: none !important; }
}
