:root {
  --ink: #202431;
  --muted: #65717c;
  --paper: #182631;
  --paper-soft: #f8faf9;
  --panel: #273a4f;
  --accent: #b96f5c;
  --accent-soft: #d9b9ad;
  --slate: #426a78;
  --slate-deep: #182431;
  --aubergine: #4c556c;
  --line: rgba(32, 36, 49, 0.14);
  --shadow: 0 22px 58px rgba(32, 43, 54, 0.15);
  --serif: var(--sans);
  --display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: #f5f8f7;
  font-family: var(--sans);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transform: translateY(-180%);
  background: var(--ink);
  color: #f5f8f7;
  padding: 0.75rem 1rem;
  z-index: 20;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  border-bottom: 1px solid transparent;
  background: rgba(24, 38, 49, 0.84);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(24, 38, 49, 0.96);
  border-color: var(--line);
}

.brand,
.nav-links a,
.nav-action,
.text-link,
.site-footer a {
  text-decoration: none;
}

.brand {
  display: grid;
  line-height: 1;
  font-family: var(--sans);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #f5f8f7;
}

.nav-links {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: clamp(0.35rem, 1vw, 0.65rem);
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: rgba(245, 248, 247, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background: #f5f8f7;
  color: var(--paper);
}

.nav-action {
  border: 1px solid rgba(245, 248, 247, 0.7);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  border-color: rgba(245, 248, 247, 0.7);
  color: #f5f8f7;
}

.nav-action:hover,
.nav-action:focus-visible {
  background: #f5f8f7;
  color: var(--paper);
}

body:not(:has(.home-hero-v2)) {
  background: #edf2f4;
  color: var(--ink);
}

body:not(:has(.home-hero-v2)) .site-header {
  background: rgba(237, 242, 244, 0.88);
}

body:not(:has(.home-hero-v2)) .site-header.is-scrolled {
  background: rgba(237, 242, 244, 0.97);
}

body:not(:has(.home-hero-v2)) .brand {
  color: var(--ink);
}

body:not(:has(.home-hero-v2)) .nav-links {
  background: rgba(255, 255, 255, 0.6);
}

body:not(:has(.home-hero-v2)) .nav-links a {
  color: var(--muted);
}

body:not(:has(.home-hero-v2)) .nav-links a:hover,
body:not(:has(.home-hero-v2)) .nav-links a:focus-visible,
body:not(:has(.home-hero-v2)) .nav-links a[aria-current="page"] {
  background: #3e6773;
  color: var(--paper-soft);
}

body:not(:has(.home-hero-v2)) .nav-action {
  border-color: var(--ink);
  color: var(--ink);
}

.nav-action:hover,
.nav-action:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.hero,
.home-hero-v2,
.home-profile,
.page-hero,
.about-layout,
.contact-page,
.story-band,
.page-preview-grid,
.photo-strip,
.reel-section,
.film-feature,
.work-layout,
.runway-story,
.editorial-shoot,
.stats-band,
.gallery-section,
.split-section,
.skills-section {
  padding-inline: clamp(1rem, 5vw, 5rem);
}

.hero {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.72fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  padding-top: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
}

.home-hero-v2 {
  position: relative;
  min-height: calc(100vh - 7rem);
  display: grid;
  align-items: end;
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(1rem, 3vw, 2rem);
  overflow: hidden;
}

.home-carousel {
  position: absolute;
  inset: clamp(1rem, 3vw, 2rem) clamp(1rem, 5vw, 5rem);
  width: calc(100% - clamp(1rem, 5vw, 5rem) * 2);
  height: calc(100% - clamp(1rem, 3vw, 2rem) * 2);
}

.home-carousel {
  z-index: 0;
  overflow: hidden;
  border: 0;
  background: #13202a;
  box-shadow:
    0 0 0 clamp(1rem, 2vw, 1.65rem) rgba(24, 38, 49, 0.94),
    0 40px 112px rgba(11, 24, 32, 0.62);
  animation: homePhotoEnter 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-carousel-track {
  display: flex;
  width: 400%;
  height: 100%;
  transform: translateX(0);
  animation: homeCarouselTrack 24s infinite cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.home-carousel img {
  inset: 0;
  flex: 0 0 25%;
  width: 25%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 45%;
  opacity: 1;
}

.home-carousel img:nth-child(2) {
  object-position: 50% 45%;
}

.home-carousel img:nth-child(3) {
  object-position: 54% 46%;
}

@keyframes homeCarouselTrack {
  0%,
  20% {
    transform: translate3d(0, 0, 0);
  }

  33.333%,
  53.333% {
    transform: translate3d(-25%, 0, 0);
  }

  66.666%,
  86.666% {
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    transform: translate3d(-75%, 0, 0);
  }
}

@keyframes homePhotoEnter {
  from {
    opacity: 0;
    transform: translate3d(9vw, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageCopyEnter {
  from {
    opacity: 0;
    transform: translate3d(-2rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes portraitFloatEnter {
  from {
    opacity: 0;
    transform: translate3d(3rem, 0, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-carousel,
  .home-carousel-track,
  .about-copy,
  .about-headshot-feature {
    animation: none;
  }
}

.home-hero-v2::after {
  display: none;
}

.home-hero-panel {
  position: relative;
  z-index: 2;
  max-width: 37.5rem;
  margin: 0 0 clamp(1rem, 4vw, 3rem);
  padding: clamp(0.85rem, 1.9vw, 1.3rem);
  background: linear-gradient(90deg, rgba(24, 38, 49, 0.66), rgba(24, 38, 49, 0.26) 56%, transparent);
  color: #f5f8f7;
  text-shadow: 0 2px 18px rgba(7, 17, 24, 0.55);
}

.home-hero-panel .eyebrow {
  color: #d5ad9b;
  font-size: 0.66rem;
}

.home-hero-panel h1 {
  max-width: none;
  margin-bottom: 0.95rem;
  color: #f8fbfa;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.048em;
  line-height: 0.86;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: clamp(1.45rem, 4.35vw, 4.65rem);
}

.home-hero-panel p:last-child {
  max-width: 28rem;
  margin-bottom: 0;
  color: rgba(245, 248, 247, 0.9);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.9rem, 1.25vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 1.58;
}

.home-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(135deg, #edf2f4, #e4edf0 54%, #d5e2e7);
  color: var(--ink);
}

.home-profile-copy {
  max-width: 68rem;
}

.home-profile-copy h2 {
  max-width: 18ch;
  color: var(--ink);
}

.home-profile-copy p:last-child {
  max-width: 50rem;
  color: #4f5e69;
  font-size: clamp(1.04rem, 1.55vw, 1.28rem);
}

.home-profile .section-kicker {
  color: #5c7782;
}

.hero::before,
.photo-strip::before,
.about-layout::before,
.contact-page::before {
  display: none;
}

.hero::before {
  width: 36vw;
  height: 54vw;
  right: 9vw;
  top: 8vh;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.eyebrow,
.section-kicker,
.credit-type,
.timeline-date {
  margin: 0 0 0.85rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1rem;
  font-size: clamp(3.2rem, 8vw, 8.6rem);
}

.compact-hero h1,
.about-layout h1,
.contact-page h1 {
  max-width: 16ch;
  font-size: clamp(2.8rem, 5.4vw, 5.8rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
}

h3 {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.intro {
  max-width: 43rem;
  color: #3f4050;
  font-size: clamp(1.12rem, 1.9vw, 1.55rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border-radius: 999px;
  padding: 0.82rem 1.2rem;
  text-decoration: none;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.primary {
  background: var(--slate-deep);
  color: var(--paper-soft);
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(245, 248, 247, 0.58);
}

.hero-actions,
.contact-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-portrait,
.work-image,
.contact-image {
  position: relative;
  box-shadow: var(--shadow);
}

.hero-portrait {
  align-self: stretch;
  min-height: clamp(28rem, 46vw, 44rem);
}

.hero-portrait::after {
  display: none;
}

.hero-portrait img,
.work-image img,
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-portrait img {
  object-position: 50% 22%;
}

.hero-details {
  grid-column: 1 / -1;
  width: min(58rem, 100%);
  border-top: 1px solid var(--line);
}

.hero-details dl,
.stats-band dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}

.hero-details div,
.stats-band div {
  padding: 1.05rem 1rem 0 0;
}

dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

dd {
  margin: 0.1rem 0 0;
  font-weight: 700;
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.35fr);
  gap: 2rem;
  align-items: end;
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: var(--slate-deep);
  color: var(--paper-soft);
}

.story-frame {
  max-width: 68rem;
}

.story-frame h2 {
  max-width: 17ch;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.story-frame p:last-child {
  max-width: 58rem;
  color: rgba(245, 248, 247, 0.84);
  font-size: clamp(1.03rem, 1.6vw, 1.32rem);
}

.story-note {
  border-left: 1px solid rgba(245, 248, 247, 0.2);
  padding-left: 1.5rem;
}

.story-note span {
  display: block;
  color: rgba(245, 248, 247, 0.7);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.story-note strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.25rem;
}

.page-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.preview-card,
.credit-card,
.reel-card {
  border: 1px solid var(--line);
  background: rgba(251, 252, 250, 0.82);
}

.preview-card {
  min-height: 18rem;
  padding: 1.5rem;
}

.preview-card h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.text-link {
  display: inline-flex;
  margin-top: 0.5rem;
  color: var(--accent);
  font-weight: 700;
}

.photo-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.56fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
}

.photo-strip::before {
  width: 38vw;
  height: 24vw;
  left: 33vw;
  top: 22%;
}

.photo-strip img {
  width: 100%;
  max-height: 43rem;
  object-fit: cover;
  object-position: 50% 20%;
  box-shadow: var(--shadow);
}

.photo-caption {
  position: relative;
}

.photo-caption h2 {
  max-width: 12ch;
}

.page-hero {
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.compact-hero {
  min-height: 30vh;
  display: grid;
  align-items: end;
}

.section-heading {
  max-width: 58rem;
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.reel-section,
.film-feature,
.split-section,
.gallery-section,
.skills-section,
.runway-story,
.editorial-shoot,
.work-layout,
.stats-band {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.film-feature {
  display: grid;
  grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  background: var(--panel);
  color: #f5f8f7;
}

.feature-copy {
  max-width: 28rem;
}

.feature-copy h2 {
  margin-bottom: 0.65rem;
}

.film-feature .credit-meta {
  color: rgba(245, 248, 247, 0.72);
}

.feature-copy p:last-child {
  color: rgba(245, 248, 247, 0.82);
  font-size: 1.06rem;
}

.feature-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #dfe7eb;
  box-shadow: var(--shadow);
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.featured-video {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.36fr);
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

.featured-video video {
  width: 100%;
  min-height: 20rem;
  background: #d2dde3;
  box-shadow: var(--shadow);
}

.reel-card {
  padding: 1rem;
}

.quiet-card {
  max-width: 62rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: transparent;
}

.quiet-card h2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.reel-frame {
  display: grid;
  min-height: clamp(16rem, 28vw, 25rem);
  place-items: center;
  border: 1px solid rgba(245, 248, 247, 0.22);
  background:
    linear-gradient(135deg, rgba(51, 64, 106, 0.94), rgba(32, 41, 66, 0.94)),
    var(--slate-deep);
  color: var(--paper-soft);
}

.reel-frame span {
  max-width: 14rem;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  line-height: 1.05;
}

.reel-card p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-weight: 700;
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(24rem, 0.62fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  background:
    linear-gradient(145deg, rgba(248, 250, 249, 0.98), rgba(228, 237, 240, 0.88)),
    var(--paper-soft);
}

.work-image {
  position: sticky;
  top: 7rem;
  height: clamp(28rem, 42vw, 42rem);
}

.film-headshot {
  height: auto;
  position: relative;
  top: auto;
  background: transparent;
  box-shadow: none;
  display: grid;
  align-items: center;
  transform: translateY(0);
}

.work-image img {
  object-position: 50% 40%;
}

.film-headshot img {
  display: block;
  width: min(100%, 46rem);
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 44px rgba(24, 38, 49, 0.18));
}

.credits-list {
  display: grid;
  gap: 0.85rem;
}

.credits-panel {
  max-width: 52rem;
}

.credits-panel .section-kicker {
  margin-bottom: 1rem;
  color: rgba(32, 36, 49, 0.58);
}

.credits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.credits-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.credit-card {
  min-height: 0;
  padding: clamp(1.2rem, 2.2vw, 1.6rem);
  border-color: rgba(32, 36, 49, 0.08);
  background: rgba(255, 255, 253, 0.76);
  box-shadow: 0 18px 42px rgba(24, 38, 49, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.credit-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 253, 0.92);
  box-shadow: 0 26px 58px rgba(24, 38, 49, 0.12);
}

.credit-card h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.45rem);
  margin-bottom: 0.35rem;
}

.featured-credit {
  background: var(--slate-deep);
  color: var(--paper-soft);
}

.credit-card p {
  color: var(--muted);
}

.featured-credit p,
.featured-credit .credit-type,
.featured-credit .credit-meta {
  color: rgba(245, 248, 247, 0.84);
}

.credit-meta,
.instructors {
  color: var(--muted);
  font-weight: 700;
}

.stats-band {
  padding-top: 0;
}

.stats-band dl,
.hero-stats {
  border-top: 1px solid var(--line);
}

.gallery-section {
  background: var(--panel);
  color: #f5f8f7;
}

.gallery-section .section-kicker {
  color: #d5ad9b;
}

.gallery-section .section-heading h2 {
  color: #f8fbfa;
}

.gallery-section figcaption {
  color: rgba(245, 248, 247, 0.74);
}

.modeling-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
  margin: 0;
  padding-top: 1rem;
}

.hero-stats div {
  padding: 0;
}

.runway-story {
  display: grid;
  grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  background: #f8faf9;
}

.runway-copy {
  max-width: 30rem;
}

.runway-copy p:last-child {
  color: #3f4050;
  font-size: 1.06rem;
}

.runway-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 0;
}

.runway-feature img {
  width: 100%;
  height: clamp(24rem, 38vw, 36rem);
  object-fit: cover;
  object-position: 50% 18%;
  box-shadow: var(--shadow);
}

.editorial-shoot {
  display: grid;
  grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  background: #e4edf0;
}

.editorial-copy {
  max-width: 30rem;
}

.editorial-copy p:last-of-type {
  color: #3f4050;
  font-size: 1.06rem;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.editorial-gallery figure {
  min-height: 0;
}

.editorial-gallery img {
  width: 100%;
  height: clamp(24rem, 38vw, 36rem);
  min-height: 0;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.editorial-gallery figure:nth-child(1) img {
  object-position: 50% 30%;
}

.editorial-gallery figure:nth-child(2) img {
  object-position: 52% 45%;
}

.editorial-gallery figure:nth-child(3) img {
  object-position: 50% 30%;
}

.scroll-gallery-frame {
  position: relative;
  min-width: 0;
}

.scroll-gallery {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 3.25rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.scroll-gallery figure {
  flex: 0 0 clamp(16rem, 28vw, 24rem);
  scroll-snap-align: start;
}

.scroll-gallery img {
  height: clamp(24rem, 38vw, 36rem);
  object-position: 50% 50%;
}

.scroll-gallery::-webkit-scrollbar {
  display: none;
}

.gallery-arrow {
  position: absolute;
  top: calc(50% - 1.45rem);
  z-index: 2;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(245, 248, 247, 0.32);
  border-radius: 999px;
  background: rgba(24, 38, 49, 0.18);
  color: #f8faf9;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.5;
  box-shadow: 0 12px 30px rgba(24, 38, 49, 0.1);
  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.gallery-arrow-left {
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.gallery-arrow-right {
  right: 0;
}

.scroll-gallery-frame.has-scrolled .gallery-arrow-left {
  opacity: 0.5;
  pointer-events: auto;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  border-color: rgba(245, 248, 247, 0.82);
  background: rgba(62, 103, 115, 0.92);
  opacity: 1;
}

.scroll-gallery-frame.has-scrolled .gallery-arrow-left:hover,
.scroll-gallery-frame.has-scrolled .gallery-arrow-left:focus-visible {
  opacity: 1;
}

.gallery-arrow-left:hover,
.gallery-arrow-left:focus-visible {
  transform: translateX(-2px);
}

.gallery-arrow-right:hover,
.gallery-arrow-right:focus-visible {
  transform: translateX(2px);
}

.digitals-section {
  border-top: 1px solid rgba(248, 250, 249, 0.1);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

figure {
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  height: clamp(24rem, 38vw, 36rem);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.digitals-grid figure:nth-child(1) img {
  object-position: 50% 22%;
}

.digitals-grid figure:nth-child(2) img {
  object-position: 50% 20%;
}

.digitals-grid figure:nth-child(3) img {
  object-position: 50% 18%;
}

figcaption {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.about-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.58fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  min-height: 78vh;
  padding-top: clamp(3rem, 7vw, 7rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 111, 92, 0.16), transparent 28rem),
    linear-gradient(135deg, rgba(24, 38, 49, 1), rgba(38, 56, 70, 0.92));
}

.about-copy {
  max-width: 42rem;
  color: #f8fbfa;
  animation: pageCopyEnter 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-copy .eyebrow {
  color: #e3b7a6;
}

.about-copy .intro {
  color: rgba(248, 251, 250, 0.94);
  text-shadow: 0 1px 18px rgba(7, 15, 22, 0.22);
}

.about-note {
  max-width: 37rem;
  margin: 1.2rem 0 1.8rem;
  padding-left: 1.15rem;
  border-left: 1px solid rgba(248, 251, 250, 0.58);
  color: rgba(248, 251, 250, 0.88);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.about-layout::before {
  width: 28vw;
  height: 42vw;
  right: 12vw;
  top: 12vh;
}

.about-headshot-feature figure,
.skills-image {
  margin: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.about-headshot-feature img,
.skills-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-headshot-feature {
  align-self: stretch;
  display: grid;
  align-items: center;
  animation: portraitFloatEnter 1100ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.about-headshot-feature figure {
  height: clamp(36rem, 50vw, 47rem);
  filter: drop-shadow(0 30px 52px rgba(7, 15, 22, 0.34));
}

.skills-section {
  display: grid;
  grid-template-columns: minmax(18rem, 0.46fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(248, 250, 249, 0.98), rgba(228, 237, 240, 0.88)),
    var(--paper-soft);
}

.skills-image {
  height: clamp(30rem, 42vw, 40rem);
  filter: drop-shadow(0 26px 46px rgba(24, 38, 49, 0.18));
}

.skills-copy {
  max-width: 60rem;
}

.training {
  background:
    linear-gradient(180deg, rgba(248, 250, 249, 0.98), rgba(237, 243, 245, 0.94)),
    var(--paper-soft);
}

.timeline {
  display: grid;
  gap: 1rem;
  border-top: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border: 1px solid rgba(32, 36, 49, 0.08);
  background: rgba(255, 255, 253, 0.78);
  box-shadow: 0 18px 42px rgba(24, 38, 49, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.timeline-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 253, 0.94);
  box-shadow: 0 26px 58px rgba(24, 38, 49, 0.11);
}

.timeline-item h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.8rem);
  margin-bottom: 0.35rem;
}

.timeline-item p {
  max-width: 58rem;
}

.skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skill-cloud li {
  border: 1px solid rgba(32, 36, 49, 0.08);
  border-radius: 999px;
  padding: 0.62rem 0.95rem;
  background: rgba(255, 255, 253, 0.78);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(24, 38, 49, 0.06);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.skill-cloud li:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 253, 0.95);
  box-shadow: 0 18px 36px rgba(24, 38, 49, 0.1);
}

.contact-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.52fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: 82vh;
  padding-top: clamp(3rem, 7vw, 7rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  overflow: hidden;
}

.contact-page::before {
  width: 30vw;
  height: 44vw;
  right: 10vw;
  top: 12vh;
}

.contact-panel {
  position: relative;
  z-index: 1;
}

.contact-image {
  min-height: 45rem;
}

.contact-image img {
  object-position: 50% 18%;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 5rem);
  color: var(--muted);
  font-size: 0.9rem;
}

body:has(.home-hero-v2) .site-footer {
  background: var(--paper);
  color: rgba(245, 248, 247, 0.72);
}

.site-footer p {
  margin: 0;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--ink);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .nav-links {
    grid-row: 1;
    justify-self: start;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 0;
    border-inline: 0;
    padding-inline: 0;
    background: transparent;
  }

  .nav-action {
    grid-row: 2;
    justify-self: start;
  }

  .hero,
  .home-profile,
  .story-band,
  .page-preview-grid,
  .photo-strip,
  .film-feature,
  .work-layout,
  .runway-story,
  .editorial-shoot,
  .modeling-hero,
  .about-layout,
  .contact-page,
  .skills-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    width: 70vw;
    height: 96vw;
    right: -18vw;
    top: 14rem;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-portrait {
    min-height: 34rem;
  }

  .story-note {
    border-left: 0;
    border-top: 1px solid rgba(245, 248, 247, 0.22);
    padding: 1rem 0 0;
  }

  .work-image {
    position: relative;
    top: auto;
    height: 32rem;
  }

  .film-headshot {
    height: auto;
    justify-items: center;
  }

  .film-headshot img {
    width: min(100%, 50rem);
  }

  .about-headshot-feature,
  .skills-image,
  .contact-image {
    min-height: 34rem;
  }

  .about-headshot-feature figure,
  .skills-image {
    height: clamp(28rem, 58vw, 38rem);
  }

  .credits-grid,
  .credits-grid.two-up,
  .credits-grid.single-credit,
  .reel-grid,
  .featured-video,
  .runway-feature,
  .editorial-shoot {
    grid-template-columns: 1fr;
  }

  .editorial-copy {
    position: relative;
    top: auto;
  }

  .editorial-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scroll-gallery {
    display: flex;
  }

  .scroll-gallery figure {
    flex-basis: clamp(16rem, 42vw, 22rem);
  }

  .gallery-arrow {
    top: calc(50% - 1.35rem);
  }

  .editorial-gallery figure:nth-child(1),
  .editorial-gallery figure:nth-child(2),
  .editorial-gallery figure:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .editorial-gallery img,
  .runway-feature img,
  .gallery-grid img {
    height: clamp(22rem, 52vw, 34rem);
  }

  .home-hero-v2 {
    min-height: 72vh;
  }

  .home-carousel,
  .home-hero-v2::after {
    inset: 0.75rem;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
  }

  .home-carousel-track {
    height: 100%;
  }

  .home-hero-panel {
    margin-bottom: 1.5rem;
  }

}

@media (max-width: 700px) {
  .site-header {
    gap: 0.85rem;
  }

  .nav-action {
    padding-inline: 0.82rem;
  }

  h1,
  .compact-hero h1,
  .about-layout h1,
  .contact-page h1 {
    font-size: clamp(2.75rem, 13vw, 4.3rem);
  }

  .hero-details dl,
  .stats-band dl,
  .timeline-item,
  .gallery-grid,
  .editorial-gallery {
    grid-template-columns: 1fr;
  }

  .scroll-gallery {
    grid-template-columns: none;
    padding-inline: 2.9rem;
  }

  .scroll-gallery figure {
    flex-basis: min(78vw, 22rem);
  }

  .gallery-arrow {
    width: 2.45rem;
    height: 2.45rem;
  }

  .hero-portrait {
    min-height: 27rem;
  }

  .about-headshot-feature,
  .skills-image,
  .contact-image,
  .work-image {
    height: auto;
  }

  .about-headshot-feature figure,
  .skills-image {
    height: clamp(25rem, 112vw, 34rem);
  }

  .credit-card,
  .preview-card {
    min-height: 0;
  }

  .timeline-item {
    gap: 0.3rem;
  }

  .photo-caption h2 {
    max-width: none;
  }

  .gallery-grid img,
  .editorial-gallery img,
  .runway-feature img {
    height: clamp(24rem, 115vw, 34rem);
    max-height: none;
  }

  .contact-actions .button {
    width: 100%;
  }

  .home-hero-v2 {
    min-height: 68vh;
  }

  .home-profile,
  .home-profile {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .site-footer {
    display: block;
  }

  .footer-links {
    margin-top: 0.45rem;
  }
}
