:root {
  --ink: #111210;
  --paper: #f4f0e8;
  --paper-deep: #e8e2d8;
  --pink: #cb6574;
  --teal: #1b555b;
  --line: rgba(17, 18, 16, 0.22);
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; }
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  background: white;
  padding: 10px 14px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  height: 78px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 600; letter-spacing: 0.045em; }
.monogram {
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.08em;
}
.site-header nav { display: flex; align-items: center; gap: 10px; }
.site-header nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px clamp(15px, 1.5vw, 24px);
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 700;
  letter-spacing: 0.09em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.site-header nav a::after {
  content: none;
}
.site-header nav a:hover::after,
.site-header nav a:focus-visible::after { right: 0; }
.site-header nav a:hover,
.site-header nav a:focus-visible {
  background: var(--pink);
  color: var(--ink);
  transform: translateY(-2px);
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0; cursor: pointer; }

.hero {
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  background: var(--ink);
  color: white;
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw 3vw 5vw 7vw;
  overflow: hidden;
}
.kicker,
.eyebrow {
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; gap: 14px; }
.kicker span { width: 34px; height: 1px; background: var(--pink); }
.hero h1 {
  position: relative;
  margin: clamp(40px, 5vh, 70px) 0 42px;
  font-family: var(--serif);
  font-size: clamp(92px, 10.2vw, 164px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.73;
}
.hero h1 span,
.hero h1 em { display: block; }
.hero h1 em { margin-left: 0.24em; color: #e8a6af; font-weight: 400; }
.hero-intro { position: relative; max-width: 420px; margin: 0; font-family: var(--serif); font-size: clamp(21px, 1.9vw, 30px); line-height: 1.2; }
.hero-actions { position: relative; display: flex; align-items: center; gap: 31px; margin-top: 38px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid transparent;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: rgba(255,255,255,0.5); color: white; }
.button-outline:hover { background: white; color: var(--teal); }
.text-link { border-bottom: 1px solid rgba(255,255,255,0.75); padding: 7px 0 5px; font-size: 14px; }
.text-link span { margin-left: 14px; }
.hero-note { position: absolute; left: 7vw; bottom: 25px; margin: 0; color: rgba(255,255,255,0.48); font-size: 12px; letter-spacing: 0.06em; }

.photo-crop { position: relative; overflow: hidden; background: #cbc5bc; }
.photo-crop > img {
  position: absolute;
  top: 0;
  left: -4%;
  width: 108%;
  max-width: none;
  height: auto;
  transform: translateY(-17.78%);
}
.hero-photo { min-height: calc(100svh - 78px); margin: 0; }
.hero-photo img { filter: saturate(0.93) contrast(1.02); }
.hero-photo .hero-slide { opacity: 0; transition: opacity 850ms ease; }
.hero-photo .hero-slide.is-active { opacity: 1; }
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 18px 0 35px rgba(17,18,16,0.12);
  pointer-events: none;
}
.hero-photo figcaption,
.frame-mark {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  min-width: 124px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 18px;
  text-align: center;
  background: var(--ink);
  color: white;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero-slide-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  background: rgba(17,18,16,0.92);
  color: white;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
}
.hero-slide-controls button {
  width: 45px;
  height: 45px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  transition: background 180ms ease, color 180ms ease;
}
.hero-slide-controls button:hover,
.hero-slide-controls button:focus-visible { background: var(--pink); color: var(--ink); }
.hero-slide-controls > span { min-width: 67px; text-align: center; color: rgba(255,255,255,0.63); font-size: 11px; letter-spacing: 0.1em; }
.hero-slide-controls b { color: white; font-weight: 600; }

.role-strip { height: 92px; display: flex; align-items: center; overflow: hidden; background: var(--pink); color: var(--ink); }
.role-track { display: flex; align-items: center; gap: 37px; min-width: max-content; animation: ticker 24s linear infinite; }
.role-track span { font-family: var(--serif); font-size: 31px; font-style: italic; }
.role-track i { font-size: 11px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(92px, 10vw, 155px) 7vw; }
.section-label { display: flex; align-items: center; gap: 17px; margin-bottom: clamp(60px, 7vw, 102px); }
.section-label span { color: var(--pink); font-family: var(--serif); font-size: 18px; font-style: italic; }
.section-label p { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.section-label::after { content: ""; width: 50px; height: 1px; background: currentColor; opacity: 0.34; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr); gap: 9vw; align-items: start; }
.about h2,
.headshots h2,
.reel h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(59px, 7.4vw, 116px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}
.about h2 em,
.headshots h2 em,
.reel h2 em,
.contact h2 em { color: var(--pink); font-weight: 400; }
.about-copy { max-width: 565px; }
.about-copy p { font-size: 17px; line-height: 1.72; }
.about-copy .lead { margin-top: 0; font-family: var(--serif); font-size: clamp(25px, 2.2vw, 34px); line-height: 1.23; }
.about-details { margin-top: 44px; border-top: 1px solid var(--line); }
.about-details div { display: grid; grid-template-columns: 0.75fr 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.about-details span { font-size: 13px; color: rgba(17,18,16,0.58); }
.about-details strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }

.reel { padding: 0; min-height: 810px; display: grid; grid-template-columns: minmax(0, 56%) minmax(0, 44%); background: var(--teal); color: white; }
.reel-media { min-height: 810px; display: flex; flex-direction: column; justify-content: center; gap: clamp(34px, 4vw, 54px); padding: clamp(28px, 4vw, 64px); background: #0f1110; }
.video-card { display: grid; gap: 19px; }
.reel-player { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #050605; box-shadow: 0 28px 65px rgba(0,0,0,0.31); }
.reel-player iframe,
.reel-player video { width: 100%; height: 100%; border: 0; display: block; object-fit: cover; background: #050605; }
.reel-media-caption { display: flex; align-items: center; justify-content: space-between; gap: 22px; color: rgba(255,255,255,0.58); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.reel-media-caption a { color: white; text-decoration: none; white-space: nowrap; }
.reel-media-caption a:hover,
.reel-media-caption a:focus-visible { color: var(--pink); }
.reel-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw 7vw 7vw 6vw; }
.section-label-light { margin-bottom: 55px; }
.section-label-light span { color: #efadb7; }
.reel .eyebrow { margin-bottom: 27px; color: rgba(255,255,255,0.58); }
.reel h2 { font-size: clamp(63px, 6.2vw, 100px); }
.reel-copy > p:not(.eyebrow) { max-width: 430px; margin: 37px 0 33px; color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.7; }
.reel-copy .button { align-self: flex-start; }

.headshots { background: var(--paper-deep); }
.headshots-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 74px; }
.headshots-heading p { width: 230px; margin: 0 0 10px; color: rgba(17,18,16,0.58); font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(12px, 1.5vw, 24px); align-items: start; }
.gallery-card { width: 100%; margin: 0; border: 0; padding: 0; cursor: zoom-in; background: #c9c2b8; appearance: none; }
.gallery-card::after { content: ""; position: absolute; inset: 0; border: 0 solid white; background: rgba(17,18,16,0); transition: background 220ms ease, border-width 220ms ease; }
.gallery-card:hover::after,
.gallery-card:focus-visible::after { border-width: 8px; background: rgba(17,18,16,0.06); }
.gallery-card-a { grid-column: span 5; aspect-ratio: 3 / 4; }
.gallery-card-b { grid-column: 7 / span 6; aspect-ratio: 4 / 5; margin-top: 9vw; }
.gallery-card-c { grid-column: 2 / span 5; aspect-ratio: 4 / 5; margin-top: 3vw; }
.gallery-card-d { grid-column: 8 / span 4; aspect-ratio: 3 / 4; margin-top: -3vw; }
.gallery-card-e { grid-column: span 7; aspect-ratio: 4 / 5; margin-top: 3vw; }
.gallery-card-f { grid-column: 9 / span 4; aspect-ratio: 3 / 4; margin-top: 14vw; }
.gallery-card-g { grid-column: 2 / span 5; aspect-ratio: 4 / 5; margin-top: 3vw; }
.gallery-card-h { grid-column: 8 / span 4; aspect-ratio: 3 / 4; margin-top: -3vw; }
.gallery-card-i { grid-column: 5 / span 4; aspect-ratio: 3 / 4; margin-top: 3vw; }
.gallery-card-b img { filter: saturate(0.95); }
.gallery-card[data-crop="natural"] > img,
.lightbox-photo.is-natural > img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
}
.photo-number { position: absolute; z-index: 2; left: 14px; bottom: 12px; min-width: 37px; padding: 6px 8px; background: var(--paper); color: var(--ink); font-family: var(--serif); font-size: 15px; font-style: italic; }
.photo-number {
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  width: 66px;
  height: 82px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 0 0 0 44px;
}

.contact { min-height: 760px; display: flex; flex-direction: column; justify-content: center; background: var(--pink); }
.contact-topline { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid rgba(17,18,16,0.4); }
.contact-topline p,
.contact-topline span { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.contact h2 { margin: 55px 0; font-size: clamp(78px, 12vw, 190px); line-height: 0.77; }
.contact h2 em { color: var(--ink); margin-left: 0.18em; }
.contact-actions { display: flex; align-items: center; gap: 36px; }
.contact-actions p { margin: 0; font-family: var(--serif); font-size: 18px; line-height: 1.3; }

footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 4vw; background: var(--ink); color: white; }
footer p,
footer > a:last-child { font-size: 12px; letter-spacing: 0.06em; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 80px minmax(0, 1fr) 80px; align-items: center; background: rgba(13,14,13,0.97); color: white; padding: 68px 3vw 28px; }
.lightbox[hidden] { display: none; }
.lightbox figure { min-width: 0; height: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox-photo { width: min(62vw, 610px); aspect-ratio: 3 / 4; background: #292a27; }
.lightbox-photo::after { content: "JA"; position: absolute; right: 0; top: 0; z-index: 2; width: 66px; height: 82px; display: grid; place-items: center; border-radius: 0 0 0 44px; background: var(--ink); color: white; font-family: var(--serif); font-size: 15px; font-style: italic; }
.lightbox figcaption { width: min(62vw, 610px); margin-top: 12px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
.lightbox-close { position: absolute; right: 3vw; top: 20px; display: flex; align-items: center; gap: 12px; border: 0; background: transparent; color: white; cursor: pointer; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.lightbox-close span { font-size: 30px; font-weight: 200; line-height: 1; }
.lightbox-arrow { width: 56px; height: 56px; justify-self: center; border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 22px; transition: background 180ms ease, color 180ms ease; }
.lightbox-arrow:hover { background: white; color: var(--ink); }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-toggle { display: flex; align-items: center; gap: 12px; z-index: 2; }
  .menu-label { font-size: 13px; }
  .menu-lines { width: 24px; }
  .menu-lines i { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; transition: transform 180ms ease; }
  .menu-open .menu-lines i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-header nav { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 10vw; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease; }
  .site-header nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-header nav a {
    width: 100%;
    min-height: 74px;
    justify-content: flex-start;
    padding: 15px 22px;
    font-size: clamp(30px, 9vw, 52px);
    letter-spacing: 0.03em;
  }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-photo { grid-row: 1; min-height: 60svh; }
  .hero-copy { grid-row: 2; min-height: 650px; padding: 88px 7vw 74px; }
  .hero h1 { font-size: clamp(94px, 24vw, 150px); }
  .hero-note { position: relative; left: auto; bottom: auto; margin-top: 60px; }
  .about-layout { grid-template-columns: 1fr; gap: 62px; }
  .about-copy { margin-left: auto; width: min(100%, 610px); }
  .reel { grid-template-columns: 1fr; }
  .reel-media { min-height: auto; padding: 7vw; }
  .reel-copy { min-height: 650px; padding: 90px 7vw; }
}

@media (max-width: 640px) {
  .site-header { padding: 0 20px; }
  .wordmark { font-size: 13px; }
  .monogram { width: 34px; height: 34px; }
  .hero-photo { min-height: 58svh; }
  .hero-copy { min-height: 585px; padding: 78px 22px 58px; }
  .hero h1 { margin: 43px 0 38px; font-size: 24.5vw; line-height: 0.76; }
  .hero h1 em { margin-left: 0.12em; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { margin-top: 43px; }
  .role-strip { height: 76px; }
  .role-track { gap: 27px; }
  .role-track span { font-size: 26px; }
  .section { padding: 88px 22px; }
  .section-label { margin-bottom: 57px; }
  .about h2,
  .headshots h2 { font-size: 16.8vw; }
  .about-copy .lead { font-size: 26px; }
  .about-details div { grid-template-columns: 0.8fr 1.2fr; }
  .reel { padding: 0; }
  .reel-media { padding: 22px; }
  .reel-media-caption { align-items: flex-start; flex-direction: column; gap: 8px; line-height: 1.5; }
  .reel-copy { min-height: 590px; padding: 82px 22px; }
  .reel h2 { font-size: 17.5vw; }
  .headshots-heading { display: block; margin-bottom: 45px; }
  .headshots-heading p { width: auto; margin: 26px 0 0; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-card-a,
  .gallery-card-b,
  .gallery-card-c,
  .gallery-card-d,
  .gallery-card-e,
  .gallery-card-f,
  .gallery-card-g,
  .gallery-card-h,
  .gallery-card-i { grid-column: auto; margin-top: 0; aspect-ratio: 3 / 4; }
  .gallery-card-b,
  .gallery-card-e,
  .gallery-card-g,
  .gallery-card-i { margin-top: 38px; }
  .gallery-card-c,
  .gallery-card-f,
  .gallery-card-h { margin-top: -38px; }
  .contact { min-height: 670px; }
  .contact-topline { align-items: flex-start; flex-direction: column; }
  .contact h2 { margin: 58px 0; font-size: 20.3vw; line-height: 0.83; }
  .contact h2 em { margin-left: 0; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; padding: 30px 22px; }
  footer .wordmark { margin-bottom: 16px; }
  .lightbox { grid-template-columns: 54px minmax(0, 1fr) 54px; padding: 65px 4px 22px; }
  .lightbox-photo { width: min(72vw, 500px); }
  .lightbox figcaption { width: min(72vw, 500px); }
  .lightbox-arrow { width: 42px; height: 42px; }
}

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