/* Rahaf Al Harbi · editorial portfolio · adapted from the supplied profile. */
:root {
  color-scheme: dark;
  --charcoal: #303030;
  --black: #171717;
  --paper: #f7f6f3;
  --white: #fff;
  --muted: #c5c3be;
  --line: rgba(255, 255, 255, .23);
  --gutter: clamp(22px, 5.3vw, 100px);
  --section-space: clamp(76px, 9vw, 150px);
  --header-height: 82px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  background: var(--charcoal);
  color: var(--white);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 28px); }
body { margin: 0; min-width: 320px; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
::selection { background: #e0dbd2; color: #171717; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; opacity: .45; }
button, input, textarea { border-radius: 0; }
button { border: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
select:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; text-wrap: balance; }
p { text-wrap: pretty; }
button { touch-action: manipulation; }
.sr-only, .visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; left: 20px; top: 12px;
  background: white; color: black; padding: 14px 20px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.kicker {
  font-size: 10px; line-height: 1.5; font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}
.text-link, .section-link {
  display: inline-block; font-size: 11px; line-height: 1.6;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  padding-bottom: 7px; border-bottom: 1px solid currentColor;
}
.text-link:hover, .section-link:hover { color: #d5d1ca; }

/* A restrained header lets the photographs carry the identity. */
.site-header {
  position: fixed; z-index: 30; top: 0; right: 0; left: 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; height: var(--header-height); padding: 0 var(--gutter);
  background: rgba(26, 26, 26, .88); border-bottom: 1px solid rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.wordmark { font-size: 14px; font-weight: 400; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 42px); }
.desktop-nav a { font-size: 10px; letter-spacing: .12em; line-height: 2; text-transform: uppercase; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { border-bottom: 1px solid currentColor; }
.menu-toggle { display: none; background: none; padding: 12px 0 12px 16px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.menu-dialog {
  position: fixed; top: 0; right: 0; left: auto; bottom: 0; margin: 0;
  width: min(480px, 100%); height: 100dvh; max-height: none; max-width: none;
  padding: 30px var(--gutter) 50px; border: 0; color: white; background: #262626;
}
.menu-dialog::backdrop { background: rgba(0, 0, 0, .65); }
.menu-dialog > button, .menu-dialog .close-menu { display: block; margin-left: auto; background: none; padding: 12px 0 30px 20px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.menu-dialog nav { display: flex; flex-direction: column; margin-top: 7vh; }
.menu-dialog nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: clamp(26px, 7vw, 38px); text-decoration: none; font-weight: 400; }
.menu-dialog nav a:hover { color: #d6d1c8; }

/* Opening portrait. */
.hero { position: relative; isolation: isolate; min-height: 720px; height: 100svh; max-height: 1200px; overflow: hidden; background: #efefef; color: #222; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 44% center; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 44% center; }
.hero::after { content: none; }
.hero-copy { position: absolute; top: 50%; left: 52%; right: var(--gutter); max-width: 750px; transform: translateY(-42%); }
.hero-copy .kicker { margin-bottom: 27px; color: #575651; }
.hero h1 { font-size: clamp(60px, 6.8vw, 116px); line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.hero .subtitle { margin-top: 28px; font-size: clamp(12px, 1.1vw, 17px); line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(0,0,0,.25); padding-top: 22px; font-size: 10px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta a { text-decoration: none; }

/* Biography follows the monochrome split spread of the profile. */
.bio-grid { display: grid; grid-template-columns: 1.12fr 1fr; background: #deddd9; color: #222; }
.bio-image { min-width: 0; min-height: 650px; overflow: hidden; background: #efefef; }
.bio-image img, img.bio-image { width: 100%; height: 100%; object-fit: cover; object-position: 30% center; filter: grayscale(1); }
.bio-copy { align-self: center; padding: clamp(50px, 6vw, 110px) clamp(30px, 5.3vw, 90px); }
.bio-copy .kicker { color: #5a5956; margin-bottom: 32px; }
.bio-copy h2 { max-width: 620px; font-size: clamp(34px, 4vw, 62px); line-height: 1.06; letter-spacing: -.035em; text-transform: uppercase; margin-bottom: 36px; }
.bio-copy p:not(.kicker) { max-width: 580px; font-size: clamp(14px, 1.2vw, 17px); line-height: 1.8; color: #333; }
.bio-copy p + p { margin-top: 23px; }
.bio-copy .text-link { margin-top: 35px; }
.social-banner { position: relative; min-height: 580px; height: min(78vh, 820px); isolation: isolate; overflow: hidden; }
.social-banner > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 33%; }
.social-banner::after { content: ""; position: absolute; z-index: -1; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.58)); }
.social-stats { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 32px var(--gutter); background: rgba(26,26,26,.32); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.social-stats a { display: flex; align-items: baseline; justify-content: center; gap: 15px; text-decoration: none; padding: 6px 24px; border-right: 1px solid rgba(255,255,255,.3); }
.social-stats a:first-child { padding-left: 0; }
.social-stats a:last-child { border: 0; padding-right: 0; }
.social-stats strong { font-size: clamp(28px, 3.7vw, 62px); letter-spacing: -.035em; font-weight: 400; line-height: 1; }
.social-stats span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

/* Asymmetric photo spreads, using the PDF's original image coordinates. */
.section { padding: var(--section-space) var(--gutter); }
.section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px 40px; margin-bottom: clamp(42px, 5vw, 80px); }
.section-head .kicker { grid-column: 1 / -1; }
.section-head h2 { max-width: 1000px; font-size: clamp(42px, 6vw, 92px); line-height: 1.04; text-transform: uppercase; letter-spacing: -.04em; }
.section-head .section-link { justify-self: end; margin-bottom: 5px; white-space: nowrap; }
.portfolio-row { display: block; padding: clamp(38px, 5vw, 76px) 0; border-top: 1px solid var(--line); }
.portfolio-row:last-child { padding-bottom: 0; }
.portfolio-label { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.portfolio-label .kicker { margin: 0; }
.portfolio-label h3 { font-size: 15px; line-height: 1.1; letter-spacing: -.035em; text-transform: uppercase; }
.portfolio-label p:not(.kicker) { font-size: 13px; line-height: 1.8; color: var(--muted); margin-top: 20px; max-width: 260px; }
.portfolio-label .text-link { margin: 0; font-size: 10px; }
.collage { position: relative; aspect-ratio: 850.5 / 510; min-width: 0; overflow: hidden; background: var(--charcoal); }
.collage-title { position: absolute; left: var(--x, 0%); top: var(--y, 0%); width: var(--w, 100%); margin: 0; font-size: clamp(20px, 3.8vw, 70px); line-height: 1.1; font-weight: 400; letter-spacing: -.015em; text-align: center; text-transform: uppercase; color: #fefefe; }
.collage .photo { position: absolute; left: var(--x, 0%); top: var(--y, 0%); width: var(--w, 100%); height: var(--h, 100%); }
.photo { display: block; padding: 0; overflow: hidden; background: #222; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease), opacity 350ms ease; }
@media (hover: hover) { .photo:hover img { transform: scale(1.035); } }
.photo:focus-visible { z-index: 3; outline-offset: -5px; outline-color: white; }
.partner-banner { position: relative; display: grid; place-items: center; isolation: isolate; min-height: 420px; height: min(75vh, 760px); overflow: hidden; }
.partner-banner > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 41%; }
.partner-banner::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,.23); }
.partner-banner h2 { text-align: center; text-transform: uppercase; font-size: clamp(38px, 6.7vw, 106px); line-height: 1.03; letter-spacing: -.035em; padding: 30px var(--gutter); }
.brand-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px 24px; }
.brand-card { min-width: 0; }
.brand-card a { text-decoration: none; }
.brand-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.brand-card h3 { text-transform: uppercase; font-size: 17px; line-height: 1.3; letter-spacing: .015em; margin-top: 20px; }
.brand-card p { color: var(--muted); font-size: 12px; line-height: 1.7; margin-top: 9px; }
.brand-card .text-link { margin-top: 14px; }

/* The profile's white partner-logo spreads. */
.logo-section { background: white; color: #303030; padding: var(--section-space) var(--gutter); color-scheme: light; }
.logo-section .kicker { color: #6a6863; }
.logo-group + .logo-group { margin-top: 80px; padding-top: 64px; border-top: 1px solid #d8d8d4; }
.logo-group h3 { margin-bottom: 40px; font-size: clamp(25px, 3.4vw, 50px); line-height: 1.1; letter-spacing: -.025em; text-transform: uppercase; }
.logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: center; gap: 24px 36px; }
.logo-item { display: grid; place-items: center; min-width: 0; height: clamp(95px, 12vw, 165px); padding: 14px; background: white; }
.logo-item img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.logo-item h3 { font-size: 12px; }
.covers-track { display: flex; align-items: start; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 1px; padding: 0 0 24px; scrollbar-color: #b8b4ac #414141; scrollbar-width: thin; }
.cover-button { flex: 0 0 clamp(210px, 24vw, 370px); padding: 0; scroll-snap-align: start; background: transparent; }
.cover-button img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top; }
.cover-button span { display: block; font-size: 11px; text-align: left; margin-top: 14px; letter-spacing: .04em; }
.podcast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.podcast { display: block; text-decoration: none; }
.podcast img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.podcast h3 { margin-top: 22px; text-transform: uppercase; font-size: clamp(19px, 2.2vw, 31px); letter-spacing: -.02em; }
.podcast p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-top: 12px; }
.podcast .text-link { margin-top: 20px; }
.closet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 24px; }
.closet-card { min-width: 0; }
.closet-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.closet-card h3 { font-size: 20px; line-height: 1.3; margin-top: 22px; }
.closet-card p { font-size: 13px; color: var(--muted); line-height: 1.8; margin-top: 12px; }
.closet-card a:not(:has(img)) { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-top: 20px; }

/* Contact is an open editorial spread with a simple usable inquiry form. */
.contact-section { background: #242424; padding: var(--section-space) var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 70px 9vw; }
.contact-intro .kicker { margin-bottom: 28px; }
.contact-intro h2 { font-size: clamp(44px, 6vw, 88px); line-height: 1.04; letter-spacing: -.04em; text-transform: uppercase; }
.contact-intro p:not(.kicker) { max-width: 430px; margin-top: 28px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.contact-details { align-self: end; padding-top: 8px; font-size: 14px; line-height: 1.9; }
.contact-details h3 { font-size: 22px; line-height: 1.3; text-transform: uppercase; margin-bottom: 10px; }
.contact-details p { color: var(--muted); margin-bottom: 7px; }
.contact-details a { display: inline-block; word-break: break-word; }
.contact-details .text-link { margin-top: 22px; }
.inquiry-form { grid-column: 1 / -1; margin-top: 18px; padding-top: 48px; border-top: 1px solid var(--line); }
.inquiry-form h3 { font-size: 25px; margin-bottom: 32px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 40px; }
.inquiry-form label { display: block; color: #dfddd9; font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select { display: block; width: 100%; margin-top: 12px; padding: 13px 0 17px; font-size: 16px; color: white; border: 0; border-bottom: 1px solid #7a7976; background: transparent; outline-offset: 5px; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #b1aea8; opacity: 1; }
.inquiry-form textarea { min-height: 140px; resize: vertical; line-height: 1.7; }
.form-grid .full-width, .form-grid .full, .form-grid label:has(textarea), .form-grid label:has(select[name="subject"]) { grid-column: 1 / -1; }
.inquiry-form > label { margin-top: 30px; }
.inquiry-form > button, .inquiry-form button[type="submit"], .inquiry-form .submit-button { display: inline-block; background: var(--paper); color: #252525; border: 1px solid var(--paper); padding: 18px 32px; margin-top: 32px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.inquiry-form > button:hover, .inquiry-form button[type="submit"]:hover { background: transparent; color: white; }
.inquiry-form > p, .inquiry-status, .form-note { font-size: 12px; color: var(--muted); line-height: 1.7; margin-top: 20px; }
.inquiry-form input[type="checkbox"] { display: inline-block; width: 16px; height: 16px; margin: 0 8px 0 0; vertical-align: middle; accent-color: white; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 30px var(--gutter); background: #242424; border-top: 1px solid rgba(255,255,255,.14); color: #bab7b1; font-size: 10px; letter-spacing: .065em; line-height: 1.8; }
.site-footer nav, .site-footer .footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

/* Focused gallery viewer. */
.lightbox { position: fixed; inset: 0; width: min(1400px, calc(100vw - 48px)); max-width: none; height: calc(100dvh - 40px); max-height: none; margin: auto; padding: 18px 26px 15px; border: 1px solid #4c4c4c; background: #202020; color: white; overflow: hidden; }
.lightbox[open] { display: flex; flex-direction: column; }
.lightbox::backdrop { background: rgba(0, 0, 0, .93); }
.lightbox-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-shrink: 0; padding: 0 0 16px; }
.lightbox-head h2 { font-size: 14px; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.close-lightbox { flex-shrink: 0; background: transparent; padding: 10px 0 10px 20px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-image { flex: 1; min-height: 0; width: 100%; height: 0; object-fit: contain; }
.lightbox-controls { display: flex; align-items: center; justify-content: center; gap: 30px; flex-shrink: 0; padding-top: 15px; }
.lightbox-controls button { min-height: 44px; padding: 10px 18px; background: transparent; border: 1px solid #777; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-controls button:hover { background: #3d3d3d; }
#gallery-count { min-width: 50px; text-align: center; font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; }
.lightbox-caption { text-align: center; font-size: 12px; line-height: 1.5; color: var(--muted); margin-top: 10px; }

/* Portfolio and collection detail pages. */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; line-height: 1.8; color: var(--muted); }
main > .breadcrumb { padding: calc(var(--header-height) + 34px) var(--gutter) 28px; }
.breadcrumb a { text-decoration: none; }
.detail-hero { display: grid; grid-template-columns: 1.05fr 1fr; min-height: min(850px, 90svh); padding-top: var(--header-height); background: #272727; }
.detail-image { min-height: 540px; min-width: 0; overflow: hidden; }
.detail-image img, img.detail-image { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px var(--gutter); }
.detail-copy .breadcrumb { margin-bottom: 55px; }
.detail-copy .kicker { margin-bottom: 22px; }
.detail-copy h1 { font-size: clamp(42px, 5.5vw, 82px); line-height: 1.03; text-transform: uppercase; letter-spacing: -.04em; }
.detail-copy p:not(.kicker) { color: var(--muted); margin-top: 30px; font-size: 15px; line-height: 1.8; max-width: 520px; }
.detail-copy .text-link { align-self: flex-start; margin-top: 35px; }
.detail-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.detail-gallery .photo { aspect-ratio: 3 / 4; }
.detail-gallery .photo.landscape { grid-column: span 2; aspect-ratio: auto; }

@media (min-width: 1600px) {
  .bio-copy p:not(.kicker) { font-size: 18px; }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 9px; letter-spacing: .06em; }
  .hero { min-height: 620px; }
  .bio-image { min-height: 580px; }
  .bio-copy { padding: 56px 36px; }
  .social-stats a { flex-direction: column; align-items: center; gap: 12px; }
  .logo-grid { gap: 22px; }
  .contact-section { column-gap: 50px; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero h1 { font-size: clamp(48px, 7.3vw, 76px); }
  .hero-copy { left: 50%; }
  .bio-grid { grid-template-columns: 1fr 1fr; }
  .bio-image { min-height: 530px; }
  .bio-copy { padding: 45px 28px; }
  .bio-copy h2 { font-size: 36px; }
  .bio-copy p:not(.kicker) { font-size: 13px; line-height: 1.75; }
  .portfolio-label { gap: 20px; }
  .portfolio-label .kicker { grid-column: 1 / -1; margin: 0; }
  .portfolio-label h3 { font-size: 14px; }
  .portfolio-label p:not(.kicker) { grid-row: 3; margin-top: 2px; max-width: 600px; }
  .portfolio-label .text-link { grid-column: 2; grid-row: 2; margin: 0; align-self: end; white-space: nowrap; }
  .section-head h2 { font-size: 54px; }
  .brand-grid, .closet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 40px; }
  .logo-item { height: 150px; }
  .contact-section { grid-template-columns: 1fr; gap: 42px; }
  .contact-details { padding-top: 0; }
  .inquiry-form { margin-top: 4px; }
  .detail-hero { min-height: 0; }
  .detail-image { min-height: 570px; }
  .detail-copy { padding: 50px 30px; }
  .detail-copy h1 { font-size: 43px; }
}

@media (max-width: 600px) {
  :root { --gutter: 22px; --section-space: 76px; --header-height: 66px; }
  .wordmark { font-size: 12px; letter-spacing: .1em; }
  .site-header { gap: 16px; }
  .hero { display: flex; flex-direction: column; min-height: 0; height: auto; max-height: none; padding-top: var(--header-height); }
  .hero-image { position: relative; inset: auto; z-index: 0; width: 100%; height: 112vw; max-height: 600px; object-position: 29% center; }
  .hero-image img { object-position: 29% center; }
  .hero-copy { position: relative; inset: auto; max-width: none; padding: 34px var(--gutter) 38px; transform: none; }
  .hero-copy .kicker { font-size: 9px; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(53px, 14vw, 82px); line-height: .98; letter-spacing: -.055em; }
  .hero .subtitle { font-size: 10px; letter-spacing: .11em; line-height: 1.8; max-width: 260px; margin-top: 23px; }
  .hero-meta { position: relative; inset: auto; margin: 0 var(--gutter) 25px; padding-top: 17px; font-size: 8px; line-height: 1.8; gap: 25px; align-items: end; }
  .hero-meta > :last-child { text-align: right; }
  .bio-grid { grid-template-columns: 1fr; }
  .bio-image { height: 115vw; max-height: 620px; min-height: 0; }
  .bio-image img, img.bio-image { object-position: 30% center; }
  .bio-copy { padding: 55px var(--gutter) 64px; }
  .bio-copy .kicker { margin-bottom: 24px; }
  .bio-copy h2 { font-size: 43px; margin-bottom: 26px; max-width: 370px; }
  .bio-copy p:not(.kicker) { font-size: 14px; line-height: 1.85; }
  .social-banner { height: 560px; min-height: 0; }
  .social-banner > img { object-position: center 30%; }
  .social-stats { padding: 27px 16px; }
  .social-stats a { padding: 4px 8px; gap: 12px; }
  .social-stats strong { font-size: clamp(25px, 7.2vw, 38px); }
  .social-stats span { font-size: 8px; letter-spacing: .055em; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-head h2 { font-size: clamp(36px, 10.7vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
  .section-head .section-link { justify-self: start; margin: 4px 0 0; }
  .portfolio-row { padding: 34px 0 42px; gap: 26px; }
  .portfolio-label { display: flex; align-items: baseline; gap: 18px; margin-bottom: 20px; }
  .portfolio-label .kicker { margin: 0; font-size: 9px; }
  .portfolio-label h3 { font-size: 12px; max-width: 220px; }
  .portfolio-label p:not(.kicker) { margin-top: 15px; font-size: 12px; }
  .portfolio-label .text-link { margin: 0; font-size: 9px; flex-shrink: 0; }
  /* Reflow each editorial spread into a readable grid on narrow screens. */
  .collage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; aspect-ratio: auto; overflow: visible; }
  .collage-title { position: static; width: auto; grid-column: 1 / -1; order: -1; text-align: left; font-size: clamp(25px, 7vw, 36px); margin: 0 0 15px; }
  .collage .photo { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 3 / 4; }
  .collage .photo:first-of-type:nth-last-of-type(3), .collage .photo:first-of-type:nth-last-of-type(5) { grid-column: 1 / -1; aspect-ratio: 4 / 5; max-height: 570px; }
  .collage .photo:only-of-type { grid-column: 1 / -1; aspect-ratio: 4 / 5; }
  .partner-banner { min-height: 420px; height: 65svh; max-height: 630px; }
  .partner-banner > img { object-position: 50% 43%; }
  .partner-banner h2 { font-size: 45px; max-width: 450px; }
  .brand-grid { gap: 32px 12px; }
  .brand-card h3 { font-size: 13px; margin-top: 16px; }
  .brand-card p { font-size: 11px; margin-top: 8px; }
  .brand-card .text-link { font-size: 9px; }
  .logo-group + .logo-group { margin-top: 48px; padding-top: 40px; }
  .logo-group h3 { font-size: 26px; margin-bottom: 27px; }
  .logo-grid { gap: 16px 14px; }
  .logo-item { height: 95px; padding: 7px; }
  .covers-track { gap: 16px; margin-right: calc(-1 * var(--gutter)); padding-right: var(--gutter); }
  .cover-button { flex-basis: 69vw; }
  .podcast-grid { grid-template-columns: 1fr; gap: 44px; }
  .podcast h3 { font-size: 24px; margin-top: 19px; }
  .podcast p { font-size: 12px; margin-top: 10px; }
  .closet-grid { grid-template-columns: 1fr; gap: 46px; }
  .closet-card h3 { font-size: 23px; }
  .contact-section { gap: 40px; }
  .contact-intro h2 { font-size: 52px; }
  .contact-intro p:not(.kicker) { font-size: 13px; margin-top: 22px; }
  .contact-details { font-size: 13px; }
  .contact-details h3 { font-size: 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 25px; }
  .form-grid > * { grid-column: 1 !important; }
  .inquiry-form { padding-top: 35px; }
  .inquiry-form input, .inquiry-form textarea { font-size: 16px; }
  .inquiry-form > button, .inquiry-form button[type="submit"], .inquiry-form .submit-button { width: 100%; text-align: center; }
  .site-footer { display: block; padding-top: 25px; padding-bottom: 25px; }
  .site-footer > * + * { margin-top: 17px; }
  .site-footer nav, .site-footer .footer-links { gap: 19px; }
  .lightbox { width: 100vw; height: 100dvh; border: 0; padding: 14px 16px 20px; }
  .lightbox-head h2 { font-size: 11px; max-width: 230px; }
  .lightbox-head { gap: 15px; padding-bottom: 12px; }
  .lightbox-controls { gap: 19px; padding-top: 15px; }
  .lightbox-controls button { padding: 12px 16px; font-size: 10px; }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-image { height: 124vw; min-height: 0; max-height: 710px; }
  .detail-copy { padding: 45px var(--gutter) 55px; }
  .detail-copy .breadcrumb { margin-bottom: 36px; }
  .detail-copy h1 { font-size: 48px; }
  .detail-copy p:not(.kicker) { font-size: 14px; margin-top: 25px; }
  .detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .detail-gallery .photo:first-of-type:nth-last-of-type(3) { grid-column: 1 / -1; aspect-ratio: 4 / 5; }
  .detail-gallery .photo.landscape { aspect-ratio: 3 / 2; }
}

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

/* Content-specific layouts. */
.text-link { background: transparent; }
.hero-copy .text-link { margin-top: 30px; }
.home .site-header:not(.is-scrolled) { background: rgba(240,240,240,.9); color:#222; border-color:rgba(0,0,0,.15); }
.biography { display:grid; grid-template-columns:1fr 1.2fr; gap:32px 9vw; background:#e7e6e3; color:#303030; }
.biography > .kicker { grid-column:1/-1; color:#64635f; }
.biography h2 { font-size:clamp(42px,6vw,86px); line-height:1.04; letter-spacing:-.04em; }
.biography p:not(.kicker) { font-size:16px; line-height:1.8; max-width:650px; }
.biography p+p { margin-top:20px; }
.biography .text-link { margin-top:30px; }
.social-stats { grid-template-columns:.7fr repeat(3,1fr); align-items:center; }
.social-stats > p { font-size:13px; line-height:1.35; letter-spacing:.06em; }
.social-stats strong { font-size:clamp(28px,3.3vw,58px); }
.social-stats a { flex-direction:column; align-items:flex-start; gap:12px; }
.social-stats a:last-of-type { border:0; }
.social-stats > small { grid-column:1/-1; justify-self:end; margin-top:18px; font-size:9px; color:#e6e4df; }
.brand-card { text-decoration:none; }
.brand-card h3 { display:flex; justify-content:space-between; gap:10px; }
.collage-title { z-index:2; background:#303030; padding:2.2% 1.5%; font-size:clamp(16px,3vw,48px); }
.subheading { margin:55px 0 30px; text-transform:uppercase; font-size:clamp(23px,3vw,38px); }
.track-hint { font-size:11px; color:var(--muted); margin-top:12px; }
.covers-track .cover-button img { object-fit:contain; background:#272727; }
.closet-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.contact-details a { display:block; width:fit-content; margin-top:9px; text-decoration:none; }
.contact-details a:hover { text-decoration:underline; }
.contact-details > p:last-child { margin-top:20px; }
.form-actions { display:flex; gap:16px; flex-wrap:wrap; }
.page-heading { padding-top:calc(var(--header-height) + 85px); }
.page-heading h1 { font-size:clamp(56px,8vw,120px); line-height:.95; letter-spacing:-.05em; margin:30px 0; }
.page-heading > p:not(.kicker) { line-height:1.8; font-size:16px; max-width:650px; }
.page-heading .text-link { margin-top:35px; }
.contact-page { padding-top:var(--header-height); }
.section-head > p:not(.kicker) { max-width:420px; line-height:1.8; font-size:14px; color:var(--muted); }
.film { margin:50px auto; max-width:860px; background:#222; }
.film video { display:block; width:100%; height:auto; max-height:78vh; object-fit:contain; background:#171717; }
.film figcaption { padding:20px; font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.event-films { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:50px; }
.event-films .film { width:100%; margin:0; }
.two-up { grid-template-columns:1fr 1fr; }
.logo-crop { overflow:hidden; }
.logo-crop img { height:100%; max-width:100%; object-fit:cover; aspect-ratio:1; }
@media(max-width:900px) {
 .biography { grid-template-columns:1fr; gap:30px; }
 .closet-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .social-stats { grid-template-columns:repeat(3,minmax(0,1fr)); }
 .social-stats > p { grid-column:1/-1; margin-bottom:20px; font-size:10px; }
 .social-stats > p br { display:none; }
 .social-stats a { padding:0 16px; align-items:center; }
}
@media(max-width:600px) {
 .biography p:not(.kicker) { font-size:14px; }
 .collage-title { padding:0; font-size:27px; }
 .collage .photo { aspect-ratio:3/4; }
 .collage .photo:first-of-type { grid-column:1/-1; aspect-ratio:4/5; }
 .social-stats a { padding:0 8px; }
 .social-stats > small { font-size:8px; }
 .hero-image { object-position:29% center; }
 .closet-card h3 { font-size:19px; }
 .contact-intro h2 { font-size:clamp(36px,10.8vw,52px); }
 .event-films { grid-template-columns:1fr; }
 .form-actions { gap:0; }
 .form-actions button { margin-top:20px!important; }
 .film video { max-height:70vh; }
 .page-heading h1 { font-size:clamp(44px,12vw,64px); overflow-wrap:anywhere; }
 .detail-copy h1 { font-size:clamp(34px,10vw,48px); overflow-wrap:anywhere; }
}

.hero-meta { background:rgba(239,239,239,.86); padding:18px 20px; bottom:20px; border:0; }
@media(max-width:600px){.hero-meta{padding:17px 0 0;bottom:auto;background:transparent;border-top:1px solid rgba(0,0,0,.25);}}
