:root { --ink:#111; --paper:#fff; --muted:#626262; --line:rgba(17,17,17,.18); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; text-size-adjust:100%; }
body { min-height:100vh; min-height:100svh; margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans","DM Sans Fallback",Arial,sans-serif; font-weight:300; }
body.menu-open, body.lightbox-open { overflow:hidden; }
a { color:inherit; }
img { display:block; max-width:100%; }
.visually-hidden { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap; border:0; }
.skip { position:fixed; top:-5rem; left:1rem; z-index:100; padding:.75rem 1rem; background:#fff; }
.skip:focus { top:1rem; }
.site-header { position:relative; z-index:20; display:flex; align-items:center; justify-content:flex-start; padding:1.5rem clamp(1.25rem,4vw,4.5rem); border-bottom:1px solid var(--line); }
.site-header--overlay { position:absolute; inset:0 0 auto; color:#fff; border:0; }
nav { display:flex; align-items:center; gap:clamp(1.3rem,3vw,3rem); }
nav a { position:relative; text-decoration:none; text-transform:uppercase; font-size:.82rem; font-weight:600; letter-spacing:.14em; }
nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-.45rem; height:1px; background:currentColor; transition:right .25s; }
nav a:hover::after, nav a:focus-visible::after, nav a.active::after { right:0; }
.menu-button { display:none; border:0; padding:.5rem; color:inherit; background:none; font:500 .7rem "DM Sans","DM Sans Fallback",Arial,sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.hero { position:relative; min-height:100vh; min-height:100svh; display:flex; align-items:center; overflow:hidden; color:#fff; background:#7e3419; }
.hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(25,9,2,.52),rgba(25,9,2,.12) 48%,transparent 76%); }
.hero-picture { display:contents; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; max-width:none; object-fit:cover; object-position:78% center; }
.hero-copy { position:relative; z-index:2; width:min(660px,80%); margin-left:clamp(1.25rem,8vw,9rem); padding-top:5rem; }
.eyebrow { margin:0 0 1rem; text-transform:uppercase; letter-spacing:.28em; font-size:.7rem; font-weight:500; }
h1,h2 { font-family:"Italiana","Italiana Fallback","Times New Roman",serif; font-weight:400; }
body:not(.home-page) { font-weight:400; }
body:not(.home-page) .page-intro h1,
body:not(.home-page) .bio-copy h1 { font-family:"DM Sans","DM Sans Fallback",Arial,sans-serif; font-weight:500; letter-spacing:-.035em; }
body:not(.home-page) .page-intro h1,
body:not(.home-page) .bio-copy h1 { line-height:1.05; }
body:not(.home-page) .page-intro > p:last-child,
body:not(.home-page) .bio-copy > p,
body:not(.home-page) .contact-grid p { color:#444; }
.hero h1 { margin:0; font-size:clamp(4rem,9vw,9rem); line-height:.78; letter-spacing:-.035em; text-shadow:0 3px 18px rgba(0,0,0,.38); }
.hero h1 span { display:block; margin-left:clamp(1rem,8vw,7rem); color:#f1d3b7; }
.hero-role { margin:2.2rem 0 0; text-transform:uppercase; letter-spacing:.34em; font-size:.8rem; }
.page-shell { width:min(1180px,calc(100% - 2.5rem)); min-height:calc(100vh - 146px); margin:0 auto; padding:clamp(1.5rem,2.5vw,2.25rem) 0 clamp(2.5rem,4vw,4rem); }
.page-intro { max-width:700px; margin-bottom:clamp(1.5rem,3vw,2.5rem); }
.page-intro h1, .bio-copy h1 { margin:0 0 .65rem; font-size:clamp(2.5rem,4.5vw,4.5rem); line-height:.95; letter-spacing:-.025em; }
.page-intro > p:last-child { max-width:32rem; color:var(--muted); font-size:1.05rem; line-height:1.65; }
.gallery-section + .gallery-section { margin-top:clamp(2.75rem,5vw,4.25rem); }
.gallery-heading { display:flex; flex-wrap:wrap; align-items:baseline; justify-content:space-between; gap:.5rem 1.5rem; margin-bottom:1.25rem; padding-bottom:.7rem; border-bottom:1px solid var(--ink); }
.gallery-heading h2 { margin:0; font-family:"DM Sans","DM Sans Fallback",Arial,sans-serif; font-size:clamp(1.6rem,3vw,2.4rem); font-weight:500; letter-spacing:-.03em; line-height:1.05; }
.gallery-credit { margin:0; color:var(--muted); font-size:.68rem; font-weight:500; letter-spacing:.14em; text-transform:uppercase; }
.gallery-grid { columns:3; column-gap:1rem; }
/* Headshots: masonry. Crops carry varied aspect ratios (faces squarer, full-body
   poses taller) at a common subject scale, so columns flow with even weight. */
.gallery-grid--headshots { display:block; columns:4; column-gap:1rem; }
.gallery-grid--headshots .gallery-item { width:100%; margin:0 0 1rem; break-inside:avoid; }
.gallery-grid--headshots .shot-frame { aspect-ratio:auto; }
.gallery-grid--headshots img { width:100%; height:auto; }
.gallery-item { display:block; width:100%; margin:0 0 1.9rem; padding:0; border:0; background:none; text-align:left; break-inside:avoid; cursor:zoom-in; }
.shot-frame { display:block; overflow:hidden; background:#eee; }
.gallery-item img { width:100%; height:auto; transition:transform .55s ease; }
.gallery-item:hover img { transform:scale(1.02); }
.shot-title { display:block; margin-top:.6rem; color:var(--muted); font-family:"DM Sans","DM Sans Fallback",Arial,sans-serif; font-size:.68rem; font-weight:500; letter-spacing:.14em; text-transform:uppercase; }
.bio-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(3rem,7vw,7rem); align-items:center; }
/* grid items default to min-width:auto, which lets an image force its column
   wider than its fr share; min-width:0 plus a cap keeps the portrait in bounds */
.bio-layout > * { min-width:0; }
.bio-portrait { max-width:420px; }
.bio-portrait img { display:block; width:100%; height:auto; aspect-ratio:2/3; object-fit:cover; object-position:center 25%; box-shadow:0 18px 45px rgba(0,0,0,.14); }
.bio-copy > p:not(.eyebrow) { max-width:40rem; font-size:clamp(1.05rem,1.8vw,1.35rem); line-height:1.75; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:2rem; }
.contact-grid section { padding:0; }
.contact-grid section + section { padding-left:2rem; border-left:1px solid var(--line); }
.contact-page { min-height:0; }
.contact-grid h2 { margin:0 0 1.25rem; font-family:"DM Sans","DM Sans Fallback",Arial,sans-serif; font-size:.7rem; font-weight:500; letter-spacing:.16em; text-transform:uppercase; }
.contact-grid p { color:var(--muted); line-height:1.8; }
.notfound { margin:0; font-size:1.15rem; line-height:1.7; }
.text-link { text-decoration-thickness:1px; text-underline-offset:.3em; }
footer { display:flex; justify-content:space-between; gap:1rem; padding:1.5rem clamp(1.25rem,4vw,4.5rem); color:#666; border-top:1px solid var(--line); font-size:.67rem; letter-spacing:.1em; text-transform:uppercase; }
.lightbox { position:fixed; inset:0; z-index:50; display:none; align-items:center; justify-content:center; padding:4rem; background:rgba(0,0,0,.94); }
.lightbox.open { display:flex; }
.lightbox img { max-width:90vw; max-height:88vh; box-shadow:0 20px 70px rgba(0,0,0,.4); }
.lightbox-close { position:absolute; top:1.5rem; right:1.5rem; border:0; color:#fff; background:none; font:300 2rem/1 "DM Sans","DM Sans Fallback",Arial,sans-serif; cursor:pointer; }
@media (max-width:760px) {
  /* 44px touch target; the negative margin keeps the header height it had */
  .menu-button { display:flex; align-items:center; position:relative; z-index:2; min-height:44px; padding:0 .6rem; margin:-.5rem -.6rem; }
  nav { position:fixed; inset:0; flex-direction:column; justify-content:center; gap:2rem; color:#fff; background:#111; transform:translateX(100%); visibility:hidden; transition:transform .3s ease, visibility .3s; }
  nav a { padding:.35rem 1rem; font:400 2.2rem "Italiana","Italiana Fallback","Times New Roman",serif; text-transform:none; letter-spacing:0; }
  .menu-open nav { transform:none; visibility:visible; }
  /* the open panel is #111, so the Close label needs light ink on every page */
  .menu-open .menu-button { color:#fff; }
  .page-shell { min-height:0; padding:1.5rem 0 2.5rem; }
  .page-intro h1, .bio-copy h1 { font-size:clamp(2.5rem,12vw,3.75rem); }
  .contact-grid, .bio-layout { grid-template-columns:1fr; }
  .gallery-grid { columns:1; }
  .gallery-grid--headshots { columns:2; }
  .gallery-heading { display:block; }
  .bio-layout { gap:3rem; }
  .bio-portrait { width:min(88%,340px); max-width:none; }
  .contact-grid section + section { padding-left:0; border-left:0; border-top:1px solid var(--line); }
  footer { flex-direction:column; }
  .lightbox { padding:1rem; }
  .lightbox img { max-width:100%; max-height:100%; }
  .lightbox-close { top:.35rem; right:.35rem; padding:.6rem 1rem; font-size:2.2rem; }
}
/* Phone portrait hero. The source photo is a 2.3:1 landscape frame, so filling a
   tall narrow viewport with object-fit:cover zooms until the face is sliced in
   half. Instead the photo keeps a portrait crop of its own and the copy sits in
   a block beneath it, with the two flexing to fill exactly one screen. */
@media (max-width:760px) and (orientation:portrait) {
  .hero { min-height:100vh; min-height:100svh; flex-direction:column; align-items:stretch; justify-content:flex-end; background:#2b1006; }
  .hero-image { position:static; flex:1 1 auto; width:100%; height:auto; min-height:40svh; object-position:center 45%; }
  /* the copy block carries its own scrim and overlaps the photo, so the fade
     lands exactly on the seam whatever height the flexed image resolves to */
  .hero::after { display:none; }
  .hero-copy { width:auto; margin:-5rem 0 0; padding:5rem 1.25rem calc(2.25rem + env(safe-area-inset-bottom)); background:linear-gradient(180deg,rgba(43,16,6,0),#2b1006 30%); }
  .hero h1 { font-size:clamp(3.5rem,17vw,6rem); text-shadow:none; }
  .hero h1 span { margin-left:0; }
  .eyebrow { margin-bottom:.8rem; }
  .hero-role { margin-top:1.35rem; }
}
/* Small phones in landscape: the stacked hero would leave a sliver of photo, so
   keep the overlay treatment and let the copy sit over the frame. */
@media (max-width:760px) and (orientation:landscape) {
  .hero { min-height:100vh; min-height:100svh; align-items:flex-end; }
  .hero::after { background:linear-gradient(90deg,rgba(25,9,2,.72),rgba(25,9,2,.15) 55%,transparent 80%); }
  .hero-copy { width:auto; margin:0 1.25rem 2rem; padding-top:4rem; }
  .hero h1 { font-size:clamp(3rem,9vw,4.5rem); }
  .hero h1 span { margin-left:0; }
  .hero-role { margin-top:1.2rem; }
}
/* Tablet portrait keeps the overlay hero, but a 3:4 viewport crops the 2.3:1
   frame hard enough to clip her face at the default 78%; bias further right. */
@media (min-width:761px) and (orientation:portrait) { .hero-image { object-position:88% center; } }
@media (min-width:761px) and (max-width:1040px) { .gallery-grid { columns:2; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; } }
