:root {
  --ink: #171717;
  --cream: #f2eee7;
  --paper: #fbfaf7;
  --red: #b9362f;
  --muted: #77736d;
  --line: rgba(23, 23, 23, .18);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Manrope', Helvetica, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.site-header { align-items: center; display: flex; justify-content: space-between; padding: 28px 5vw; position: absolute; top: 0; width: 100%; z-index: 5; }
.wordmark { font-size: 22px; font-weight: 700; letter-spacing: -.08em; }
.wordmark span { color: var(--red); }
.main-nav { display: flex; gap: 36px; margin-left: 10%; }
.main-nav a, .header-cta, .site-footer, .eyebrow, .media-tag, dt, .role-number { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .header-cta:hover, .site-footer a:hover { color: var(--red); }
.header-cta { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.header-cta span, .text-link span { color: var(--red); margin-left: 7px; }

.hero { background: var(--cream); display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, 46%); min-height: 740px; overflow: hidden; padding: 150px 5vw 80px; position: relative; }
.hero-copy { align-self: center; max-width: 650px; padding-bottom: 30px; position: relative; z-index: 1; }
.eyebrow { color: var(--red); margin: 0 0 22px; }
h1, h2 { font-weight: 500; letter-spacing: -.06em; line-height: .92; margin: 0; }
h1 { font-size: clamp(76px, 11vw, 166px); }
h2 { font-size: clamp(58px, 8vw, 110px); }
em { font-family: var(--serif); font-weight: 500; letter-spacing: -.06em; }
.hero-intro { font-size: 17px; margin: 38px 0 32px; max-width: 310px; }
.hero-actions { align-items: center; display: flex; gap: 27px; }
.button { display: inline-flex; gap: 24px; align-items: center; padding: 15px 18px; text-transform: uppercase; font: 10px var(--mono); letter-spacing: .08em; }
.button-dark { background: var(--ink); color: var(--paper); transition: background .2s ease, transform .2s ease; }
.button-dark:hover { background: var(--red); transform: translateY(-2px); }
.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; padding-bottom: 5px; }
.hero-portrait { align-self: center; justify-self: end; position: relative; width: min(100%, 490px); }
.portrait-frame { aspect-ratio: .78; background: #c8c1b7; filter: saturate(.7); overflow: hidden; }
.portrait-frame img { object-position: center top; }
.portrait-frame { overflow: hidden; }
.portrait-frame img { transform: scale(1.35) translateX(10%); transform-origin: center center; }
.image-note { color: var(--muted); font: 10px var(--mono); margin: 9px 0 0; text-align: right; }
.hero-stamp { bottom: 77px; color: var(--red); font: 42px/.7 var(--serif); position: absolute; right: 49%; transform: rotate(-12deg); }
.hero-stamp span { font: 9px var(--mono); letter-spacing: .1em; }
.scroll-cue { bottom: 31px; font: 10px var(--mono); left: 5vw; position: absolute; text-transform: uppercase; }
.scroll-cue span { color: var(--red); font-size: 17px; margin-left: 10px; }

.marquee { background: var(--red); color: var(--paper); overflow: hidden; padding: 15px 0 13px; }
.marquee-track { align-items: center; display: flex; font: 12px var(--mono); gap: 35px; justify-content: space-around; min-width: 760px; text-transform: uppercase; }
.marquee i { font-style: normal; }
.section-wrap { margin: 0 auto; max-width: 1440px; padding-left: 5vw; padding-right: 5vw; }
.work-section { padding-bottom: 150px; padding-top: 145px; }
.section-heading { align-items: end; display: grid; grid-template-columns: 1fr 1.4fr 1fr; margin-bottom: 68px; }
.section-heading .eyebrow { align-self: start; }
.section-aside { color: var(--muted); font-size: 13px; justify-self: end; max-width: 210px; }
.media-grid { display: grid; gap: 22px; grid-template-columns: 1.35fr 1fr 1fr; }
.media-image { background: #ddd6cb; display: block; height: 340px; overflow: hidden; position: relative; }
.media-card-large .media-image { height: 470px; }
.media-image img { filter: saturate(.75); transition: filter .4s ease, transform .5s ease; }
.media-image:hover img { filter: saturate(1); transform: scale(1.035); }
.play-icon { align-items: center; background: var(--paper); border-radius: 50%; display: flex; font-size: 12px; height: 48px; justify-content: center; left: 22px; padding-left: 2px; position: absolute; top: 22px; width: 48px; }
.media-tag { background: var(--paper); bottom: 0; padding: 10px 12px; position: absolute; right: 0; }
.media-info { align-items: baseline; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 15px 0 17px; }
.media-info h3 { font-size: 18px; font-weight: 500; margin: 0; }
.media-info p { color: var(--muted); font-size: 11px; margin: 0; }
.media-note { color: var(--muted); font: 10px var(--mono); margin: 24px 0 0; }
.media-note span { color: var(--red); }

.about-section { background: var(--ink); color: var(--paper); min-height: 680px; overflow: hidden; position: relative; }
.about-art { color: var(--red); display: flex; font: 56vw/.7 var(--serif); left: 36%; opacity: .9; position: absolute; top: 18%; transform: rotate(11deg); }
.about-art span + span { margin-left: -7vw; }
.about-content { padding-bottom: 135px; padding-top: 130px; position: relative; z-index: 1; }
.about-content .eyebrow { color: #e2675c; }
.about-content h2 { max-width: 790px; }
.about-columns { display: grid; gap: 45px; grid-template-columns: repeat(2, minmax(0, 270px)); margin: 80px 0 35px; margin-left: 33%; }
.about-columns p { font-size: 13px; margin: 0; }
.link-light { border-color: var(--paper); }

.details-section { padding-bottom: 150px; padding-top: 145px; }
.compact-heading { display: block; margin-bottom: 72px; }
.compact-heading h2 { font-size: clamp(57px, 7vw, 90px); }
.details-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
dl { border-right: 1px solid var(--line); margin: 0; min-height: 220px; padding: 23px 24px 20px 0; }
dl + dl { padding-left: 25px; }
dl:last-child { border-right: 0; }
dt { color: var(--red); margin-bottom: 13px; }
dd { font-size: 15px; line-height: 1.85; margin: 0; }
dd + dt { margin-top: 28px; }
dd small { color: var(--muted); font-size: 10px; }

.theatre-section { border-top: 1px solid var(--line); padding-bottom: 135px; padding-top: 120px; }
.role-list { margin-left: 32.8%; }
.role-row { align-items: baseline; border-bottom: 1px solid var(--line); display: grid; gap: 15px; grid-template-columns: 45px 1fr 1fr; padding: 18px 0; }
.role-row h3 { font-size: 20px; font-weight: 500; margin: 0; }
.role-row p { color: var(--muted); font-size: 13px; margin: 0; }
.role-number { color: var(--red); }
.theatre-note { color: var(--muted); font: 10px var(--mono); margin: 28px 0 0 32.8%; }

.contact-section { background: var(--red); color: var(--paper); }
.contact-inner { padding-bottom: 75px; padding-top: 135px; }
.contact-inner .eyebrow { color: var(--ink); }
.contact-inner h2 { font-size: clamp(70px, 12vw, 170px); }
.contact-inner > p:not(.eyebrow) { font-size: 14px; margin: 55px 0 28px; max-width: 325px; }
.contact-email { border-bottom: 1px solid var(--paper); display: inline-block; font: 21px var(--mono); padding-bottom: 9px; }
.contact-email span { font-family: var(--sans); margin-left: 30px; }
.contact-bottom { border-top: 1px solid rgba(251,250,247,.4); display: flex; font: 10px var(--mono); justify-content: space-between; margin-top: 125px; padding-top: 16px; text-transform: uppercase; }
.contact-bottom a:hover { color: var(--ink); }
.site-footer { display: flex; justify-content: space-between; padding: 24px 5vw; }

@media (max-width: 800px) {
  .site-header { padding-top: 21px; }
  .main-nav { gap: 18px; margin-left: auto; margin-right: 22px; }
  .header-cta { display: none; }
  .hero { display: block; min-height: 850px; padding-top: 140px; }
  .hero-copy { padding-bottom: 35px; }

.hero-portrait { height: 78%; inset: 12% 0 auto auto; position: absolute; width: 43%; }
.portrait-frame { height: 100%; }
.hero-portrait .image-note { bottom: 0; }

@media (max-width: 800px) {
  .hero-portrait { height: 48%; inset: auto 0 0 auto; width: 72%; }
}
  .hero-portrait { margin-left: auto; margin-right: 0; width: min(77vw, 400px); }
  .hero-stamp { bottom: 42px; right: 11%; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 35px; }
  .section-aside { margin-top: 30px; }
  .media-grid { grid-template-columns: 1fr 1fr; }
  .media-card-large { grid-column: span 2; }
  .media-card-large .media-image, .media-image { height: min(70vw, 390px); }
  .about-art { left: 18%; top: 23%; }
  .about-columns, .role-list, .theatre-note { margin-left: 0; }
  .about-columns { margin-top: 55px; }
  .details-grid { grid-template-columns: 1fr 1fr; }
  dl, dl + dl { border-bottom: 1px solid var(--line); min-height: 190px; padding: 23px 15px 20px 0; }
  dl:nth-child(even) { border-right: 0; padding-left: 15px; }
  .contact-inner { padding-bottom: 50px; padding-top: 100px; }
  .contact-bottom { flex-direction: column; gap: 12px; margin-top: 90px; }
}

@media (max-width: 480px) {
  .main-nav { display: none; }
  .hero { min-height: 790px; padding-left: 7vw; padding-right: 7vw; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-portrait { width: 82vw; }
  .scroll-cue { left: 7vw; }
  .section-wrap { padding-left: 7vw; padding-right: 7vw; }
  .work-section, .details-section { padding-bottom: 100px; padding-top: 100px; }
  .media-grid { display: block; }
  .media-card { margin-bottom: 35px; }
  .media-card-large .media-image, .media-image { height: 110vw; }
  .media-info { display: block; }
  .media-info p { margin-top: 4px; }
  .about-columns { display: block; }
  .about-columns p + p { margin-top: 20px; }
  .about-content { padding-bottom: 100px; padding-top: 100px; }
  .details-grid { grid-template-columns: 1fr; }
  dl, dl + dl, dl:nth-child(even) { border-right: 0; min-height: auto; padding: 22px 0; }
  .theatre-section { padding-bottom: 100px; padding-top: 90px; }
  .role-row { gap: 8px; grid-template-columns: 34px 1fr; }
  .role-row p { grid-column: 2; }
  .contact-inner h2 { font-size: 70px; }
  .contact-email { font-size: 15px; }
  .site-footer { gap: 10px; padding: 20px 7vw; }
  .site-footer span:last-child { display: none; }
}

/* Editorial hero treatment */
.site-header { color: var(--paper); mix-blend-mode: difference; }
.wordmark { font-size: 13px; letter-spacing: .16em; }
.wordmark span { color: var(--red); }
.main-nav { margin-left: auto; margin-right: 4vw; }
.header-cta { border-color: var(--paper); }
.hero { background: var(--ink); color: var(--paper); grid-template-columns: 43% 57%; min-height: 92vh; padding-bottom: 58px; padding-top: 110px; }
.hero-copy { align-self: end; padding-bottom: 30px; }
.hero .eyebrow { color: #ef645b; }
.hero h1 { font-size: clamp(88px, 13vw, 190px); line-height: .82; position: relative; z-index: 2; }
.hero h1 em { color: var(--paper); display: inline-block; margin-left: 5vw; }
.hero-intro { color: rgba(251,250,247,.76); font-size: 14px; margin-top: 48px; }
.hero .text-link { border-color: var(--paper); }
.hero .text-link span { color: #ef645b; }
.hero-portrait { align-self: stretch; height: calc(92vh - 168px); max-width: none; width: 100%; }
.portrait-frame { aspect-ratio: auto; height: 100%; filter: saturate(.8); }
.portrait-frame::after { background: linear-gradient(90deg, rgba(23,23,23,.45), transparent 35%); content: ''; inset: 0; position: absolute; }
.portrait-frame { position: relative; }
.portrait-frame img { object-position: center 20%; }
.image-note { color: rgba(251,250,247,.6); }
.hero-stamp { bottom: 76px; color: #ef645b; right: 46%; z-index: 3; }
.scroll-cue { color: rgba(251,250,247,.7); }
.marquee { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 19px 0 17px; }
.marquee i { color: var(--red); }
.work-section { padding-bottom: 170px; padding-top: 160px; }
.section-heading h2 { font-size: clamp(70px, 9vw, 130px); }
.media-image { height: 380px; }
.media-card-large .media-image { height: 540px; }
.media-image img { filter: grayscale(.15) saturate(.9); }
.media-image video { display: block; height: 100%; object-fit: cover; width: 100%; }
.play-icon { background: var(--red); color: var(--paper); }
.pictures-section { border-top: 1px solid var(--line); padding-bottom: 170px; padding-top: 155px; }
.picture-grid { display: grid; gap: 22px; grid-template-columns: repeat(12, 1fr); }
.picture { margin: 0; position: relative; }
.picture img { filter: saturate(.85); height: 100%; min-height: 280px; transition: filter .35s ease, transform .5s ease; }
.picture:hover img { filter: saturate(1); transform: scale(1.02); }
.picture figcaption { background: var(--paper); bottom: 0; font: 10px var(--mono); left: 0; padding: 9px 11px; position: absolute; text-transform: uppercase; }
.picture-tall { grid-column: span 4; height: 570px; }
.picture-wide { grid-column: span 5; height: 390px; }
.picture-small { grid-column: span 3; height: 390px; }
.picture-offset { grid-column: 6 / span 5; }
.about-section { background: var(--red); min-height: 700px; }
.about-content .eyebrow { color: var(--ink); }
.about-art { color: var(--ink); opacity: .13; }
.details-section { padding-bottom: 170px; padding-top: 160px; }
.role-row h3 { font-size: 22px; }
.contact-section { background: var(--ink); }
.contact-inner .eyebrow { color: #ef645b; }
.contact-email { border-color: var(--red); }

@media (max-width: 800px) {
  .site-header { mix-blend-mode: normal; }
  .hero { min-height: 900px; padding-top: 120px; }
  .hero-copy { padding-bottom: 40px; }
  .hero h1 { font-size: clamp(72px, 17vw, 130px); }
  .hero h1 em { margin-left: 8vw; }
  .hero-portrait { height: 56vh; }
  .hero-stamp { bottom: 38px; right: 9%; }
  .pictures-section { padding-bottom: 110px; padding-top: 110px; }
  .picture-grid { grid-template-columns: 1fr 1fr; }
  .picture-tall, .picture-wide, .picture-small, .picture-offset { grid-column: span 1; height: 58vw; }
  .picture-tall:nth-child(1), .picture-wide:nth-child(2) { height: 75vw; }
}

@media (max-width: 480px) {
  .hero { min-height: 850px; }
  .hero h1 { font-size: 21vw; }
  .hero h1 em { margin-left: 6vw; }
  .hero-portrait { height: 48vh; width: 100%; }
  .work-section { padding-top: 110px; }
  .picture-grid { display: block; }
  .picture { height: 110vw !important; margin-bottom: 22px; }
}

/* Image-led photo section */
.pictures-section { background: var(--cream); border-top: 0; padding: 145px 0 165px; }
.pictures-intro { align-items: end; display: grid; grid-template-columns: 1fr 1.4fr 1fr; margin-bottom: 68px; }
.pictures-intro .eyebrow { align-self: start; }
.pictures-intro h2 { font-size: clamp(74px, 10vw, 140px); }
.pictures-intro .section-aside { align-self: end; }
.pictures-section .picture-grid { display: grid; gap: 20px; grid-template-columns: repeat(12, 1fr); }
.pictures-section .picture { margin: 0; overflow: hidden; position: relative; }
.pictures-section .picture img { filter: saturate(.82); min-height: 0; transition: filter .4s ease, transform .6s ease; }
.pictures-section .picture:hover img { filter: saturate(1); transform: scale(1.035); }
.pictures-section .picture-feature { grid-column: span 4; height: 590px; }
.pictures-section .picture-landscape { grid-column: 5 / span 5; height: 380px; margin-top: 115px; }
.pictures-section .picture-detail { grid-column: 10 / span 3; height: 380px; margin-top: 115px; }
.pictures-section .picture-wide { grid-column: 2 / span 6; height: 400px; margin-top: -20px; }
.pictures-section .picture-offset { grid-column: 8 / span 5; }
.pictures-section .picture-detail:nth-of-type(5) { grid-column: 1 / span 3; height: 400px; margin-left: 0; margin-top: -20px; }
.pictures-section .picture-feature:last-child { grid-column: 5 / span 4; height: 560px; margin-top: -75px; }

@media (max-width: 800px) {
  .pictures-section { padding: 110px 0; }
  .pictures-intro { display: block; margin-bottom: 45px; }
  .pictures-intro .section-aside { margin-top: 25px; }
  .pictures-section .picture-grid { grid-template-columns: 1fr 1fr; }
  .pictures-section .picture-feature,
  .pictures-section .picture-landscape,
  .pictures-section .picture-detail,
  .pictures-section .picture-wide,
  .pictures-section .picture-offset,
  .pictures-section .picture-detail:nth-of-type(5),
  .pictures-section .picture-feature:last-child { grid-column: span 1; height: 56vw; margin: 0; }
  .pictures-section .picture-feature:first-child,
  .pictures-section .picture-feature:last-child { height: 75vw; }
}

@media (max-width: 480px) {
  .pictures-section .picture-grid { display: block; }
  .pictures-section .picture,
  .pictures-section .picture-feature:first-child,
  .pictures-section .picture-feature:last-child { height: 110vw; margin-bottom: 18px; }
}

/* Return to the original split hero layout */
.hero { background: var(--cream); color: var(--ink); display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, 46%); min-height: 740px; padding: 150px 5vw 80px; }
.hero::after { display: none; }
.hero-copy { align-self: center; bottom: auto; left: auto; max-width: 650px; padding-bottom: 30px; position: relative; }
.hero .eyebrow { color: var(--red); font-size: 10px; letter-spacing: .08em; margin-bottom: 22px; }
.hero h1 { color: var(--ink); font-size: clamp(76px, 11vw, 166px); line-height: .92; }
.hero h1 em { color: var(--ink); margin-left: 0; }
.hero-intro { color: var(--ink); font-size: 17px; margin: 38px 0 32px; max-width: 310px; }
.hero-actions { align-items: center; gap: 27px; }
.hero .button-dark { background: var(--ink); color: var(--paper); }
.hero .button-dark:hover { background: var(--red); color: var(--paper); }
.hero .text-link { border-color: var(--ink); }
.hero-portrait { align-self: center; height: auto; inset: auto; justify-self: end; position: relative; width: min(100%, 490px); }
.portrait-frame { aspect-ratio: .78; height: auto; width: 100%; }
.portrait-frame::after { display: block; }
.portrait-frame img { filter: saturate(.7); object-position: center top; }
.image-note { bottom: auto; color: var(--muted); position: static; }
.hero-stamp { bottom: 77px; color: var(--red); right: 49%; }
.scroll-cue { bottom: 31px; color: var(--ink); left: 5vw; }

@media (max-width: 800px) {
  .hero { display: block; min-height: 850px; padding-top: 140px; }
  .hero-copy { bottom: auto; left: auto; padding-bottom: 35px; }
  .hero h1 { font-size: clamp(76px, 11vw, 166px); }
  .hero h1 em { margin-left: 0; }
  .hero-portrait { height: auto; width: min(77vw, 400px); }
  .hero-stamp { bottom: 42px; right: 11%; }
  .image-note { right: auto; }
}

@media (max-width: 480px) {
  .hero { min-height: 790px; padding-left: 7vw; padding-right: 7vw; }
  .hero h1 { font-size: 21vw; }
  .hero-portrait { width: 82vw; }
  .scroll-cue { left: 7vw; }
}

/* Strong hero redesign */
.hero { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 48% 52%; min-height: 760px; overflow: hidden; padding: 0; }
.hero::before { background: var(--red); content: ''; height: 100%; left: 48%; position: absolute; top: 0; width: 8px; z-index: 3; }
.hero-copy { align-self: end; bottom: auto; color: var(--paper); left: auto; max-width: none; padding: 0 5vw 11vh; position: relative; }
.hero .eyebrow { color: #f06b60; font-size: 11px; letter-spacing: .14em; margin-bottom: 35px; }
.hero h1 { color: var(--paper); font-size: clamp(90px, 12.5vw, 190px); letter-spacing: -.075em; line-height: .78; }
.hero h1 em { color: var(--paper); margin-left: 4vw; }
.hero-intro { color: rgba(251,250,247,.72); font-size: 14px; margin: 46px 0 30px; max-width: 265px; }
.hero .button-dark { background: var(--red); color: var(--paper); }
.hero .button-dark:hover { background: var(--paper); color: var(--ink); }
.hero .text-link { border-color: var(--paper); color: var(--paper); }
.hero .text-link span { color: #f06b60; }
.hero-portrait { align-self: stretch; height: auto; inset: auto; justify-self: stretch; position: relative; width: 100%; }
.portrait-frame { aspect-ratio: auto; height: 100%; }
.portrait-frame::after { background: linear-gradient(90deg, rgba(23,23,23,.32), transparent 32%); display: block; }
.portrait-frame img { filter: saturate(.76); object-position: center top; }
.image-note { bottom: 26px; color: rgba(251,250,247,.72); position: absolute; right: 5vw; z-index: 2; }
.hero-stamp { bottom: 11vh; color: #f06b60; right: 50%; z-index: 4; }
.scroll-cue { color: rgba(251,250,247,.7); left: 5vw; z-index: 4; }

@media (max-width: 800px) {
  .hero { display: block; min-height: 850px; }
  .hero::before { height: 8px; left: 0; top: 59%; width: 100%; }
  .hero-copy { bottom: auto; left: auto; padding: 135px 7vw 38px; }
  .hero h1 { font-size: clamp(76px, 17vw, 130px); }
  .hero h1 em { margin-left: 6vw; }
  .hero-portrait { height: 53vh; width: 100%; }
  .image-note { bottom: 18px; right: 7vw; }
  .hero-stamp { bottom: 43%; right: 8vw; }
  .scroll-cue { left: 7vw; }
}

@media (max-width: 480px) {
  .hero { min-height: 820px; }
  .hero-copy { padding-top: 120px; }
  .hero h1 { font-size: 21vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-portrait { height: 48vh; }
}

/* New first-page composition */
.hero { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 1.05fr .95fr; min-height: 790px; overflow: hidden; padding: 125px 5vw 54px; position: relative; }
.hero::before { background: var(--red); content: ''; height: 11px; left: 0; position: absolute; right: 0; top: 0; }
.hero::after { background: var(--cream); border-radius: 50%; content: ''; height: 42vw; max-height: 620px; max-width: 620px; position: absolute; right: 5vw; top: 17%; width: 42vw; }
.hero-copy { align-self: center; bottom: auto; left: auto; max-width: 760px; padding: 0; position: relative; z-index: 3; }
.hero .eyebrow { color: var(--red); font-size: 11px; letter-spacing: .14em; margin-bottom: 32px; }
.hero h1 { color: var(--ink); font-size: clamp(92px, 13vw, 205px); letter-spacing: -.08em; line-height: .75; }
.hero h1 em { color: var(--red); margin-left: 5vw; }
.hero-intro { color: var(--ink); font-size: 15px; margin: 48px 0 30px; max-width: 280px; }
.hero .button-dark { background: var(--red); color: var(--paper); }
.hero .button-dark:hover { background: var(--ink); }
.hero .text-link { border-color: var(--ink); }
.hero-portrait { align-self: center; height: min(72vh, 640px); justify-self: end; position: relative; width: min(36vw, 450px); z-index: 2; }
.portrait-frame { aspect-ratio: .75; background: #c8c1b7; height: 100%; overflow: hidden; transform: rotate(4deg); }
.portrait-frame::after { display: none; }
.portrait-frame img { filter: saturate(.82); object-position: center top; }
.image-note { color: var(--muted); font-size: 10px; margin-top: 16px; position: static; text-align: left; }
.hero-stamp { bottom: 67px; color: var(--red); right: 49%; z-index: 4; }
.scroll-cue { color: var(--muted); left: 5vw; z-index: 4; }

@media (max-width: 800px) {
  .hero { display: block; min-height: 880px; padding-top: 130px; }
  .hero::after { height: 75vw; right: 7vw; top: 46%; width: 75vw; }
  .hero-copy { padding-bottom: 50px; }
  .hero h1 { font-size: clamp(80px, 17vw, 145px); }
  .hero h1 em { margin-left: 7vw; }
  .hero-portrait { height: 48vh; margin-left: auto; margin-right: 4vw; width: min(67vw, 390px); }
  .hero-stamp { bottom: 47px; right: 10vw; }
}

@media (max-width: 480px) {
  .hero { min-height: 830px; padding-left: 7vw; padding-right: 7vw; }
  .hero h1 { font-size: 21vw; }
  .hero-portrait { height: 43vh; width: 73vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
}

/* Full-bleed first impression */
.hero { background: var(--ink); display: block; min-height: 100svh; padding: 0; position: relative; }
.hero::after { background: linear-gradient(90deg, rgba(10,10,10,.82) 0%, rgba(10,10,10,.28) 54%, rgba(10,10,10,.1) 100%), linear-gradient(0deg, rgba(10,10,10,.72) 0%, transparent 48%); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.hero-portrait { height: 100%; inset: 0; position: absolute; width: 100%; z-index: 0; }
.portrait-frame { height: 100%; width: 100%; }
.portrait-frame::after { display: none; }
.portrait-frame img { filter: saturate(.72); object-position: center 24%; }
.image-note { bottom: 32px; color: rgba(251,250,247,.7); position: absolute; right: 5vw; z-index: 2; }
.hero-copy { bottom: 11vh; left: 5vw; max-width: 900px; padding: 0; position: absolute; z-index: 2; }
.hero .eyebrow { font-size: 11px; letter-spacing: .14em; margin-bottom: 28px; }
.hero h1 { font-size: clamp(96px, 15.2vw, 235px); letter-spacing: -.075em; line-height: .76; }
.hero h1 em { margin-left: 8vw; }
.hero-intro { color: rgba(251,250,247,.82); font-size: 15px; margin: 48px 0 28px; max-width: 285px; }
.hero-actions { gap: 30px; }
.hero .button-dark { background: var(--red); }
.hero .button-dark:hover { background: var(--paper); color: var(--ink); }
.hero-stamp { bottom: 11vh; right: 7vw; }
.scroll-cue { bottom: 32px; left: 5vw; z-index: 2; }

@media (max-width: 800px) {
  .hero { min-height: 100svh; }
  .hero-copy { bottom: 10vh; left: 7vw; }
  .hero h1 { font-size: clamp(80px, 18vw, 150px); }
  .hero h1 em { margin-left: 5vw; }
  .hero-intro { margin-top: 38px; }
  .hero-stamp { bottom: 9vh; right: 8vw; }
  .image-note { right: 7vw; }
}

@media (max-width: 480px) {
  .hero-copy { bottom: 13vh; }
  .hero h1 { font-size: 21vw; }
  .hero-intro { font-size: 14px; margin-top: 32px; }
  .hero-actions { align-items: flex-start; }
  .hero-stamp { bottom: 7vh; }
}

.portrait-frame { background: var(--ink); }
.portrait-frame::after { display: none; }
.hero-portrait { right: -3vw; }
.hero-portrait img { transform: translateX(8%); }
.hero-portrait { right: 0; }
.hero-portrait img { transform: translateX(3%); }
.hero { background: #111; }
.hero::after { display: none; }
.portrait-frame { background: #000000; filter: none; }
.portrait-frame::after { display: none; }
