.aubl-page { background: #0a0a0a; color: #fff; }
.aubl-page main { overflow: clip; }
.aubl-article-topbar { position: fixed; inset: 0 0 auto; z-index: 70; height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 0 var(--pad); border-bottom: 1px solid rgba(255,255,255,.2); background: #0a0a0a; color: #fff; }
.aubl-article-logo { width: 130px; }
.aubl-article-logo img { height: auto; object-fit: contain; }
.aubl-article-topbar > p { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 9px; font-weight: 500; line-height: 1; letter-spacing: .07em; }
.aubl-article-topbar > p i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.aubl-article-topbar nav { justify-self: end; display: flex; align-items: center; gap: 24px; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.aubl-hero { position: relative; min-height: 100svh; padding-top: 76px; overflow: hidden; }
.aubl-hero > figure, .aubl-hero-shade { position: absolute; inset: 0; margin: 0; }
.aubl-hero > figure img { object-position: center 58%; filter: contrast(1.07) saturate(.9); }
.aubl-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.08) 62%), linear-gradient(0deg, rgba(0,0,0,.78), transparent 55%); }
.aubl-hero-copy { position: relative; z-index: 2; min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: flex-end; padding: 60px var(--pad) 46px; }
.aubl-hero-copy > p { position: absolute; top: 30px; left: var(--pad); margin: 0; color: var(--acid); font: 500 9px/1 var(--mono); letter-spacing: .06em; }
.aubl-hero-copy h1 { margin: 0; font-size: clamp(90px, 17vw, 260px); line-height: .78; letter-spacing: -.075em; }
.aubl-hero-copy h1 span { color: transparent; -webkit-text-stroke: 1.6px #fff; }
.aubl-hero-copy > div { display: grid; grid-template-columns: minmax(260px, 540px) auto; align-items: end; gap: 30px; margin-top: 50px; }
.aubl-hero-copy > div p { margin: 0; font-size: clamp(13px, 1.15vw, 18px); line-height: 1.5; }
.aubl-lang { justify-self: start; padding: 7px 0 4px; border: 0; border-bottom: 1px solid; background: transparent; color: #fff; cursor: pointer; font: 500 9px/1 var(--mono); }
.aubl-hero-index { position: absolute; z-index: 2; right: var(--pad); bottom: 46px; margin: 0; font: 500 8px/1 var(--mono); }

.aubl-section-label, .aubl-selected header p, .aubl-report header p { margin: 0; font: 500 9px/1 var(--mono); letter-spacing: .05em; }
.aubl-intro { display: grid; grid-template-columns: 160px 1fr minmax(300px,.62fr); gap: clamp(28px,5vw,80px); padding: clamp(90px,11vw,170px) var(--pad) clamp(42px,4vw,64px); background: var(--paper); color: var(--ink); }
.aubl-intro h2 { max-width: 800px; margin: 0; font-size: clamp(48px,7vw,110px); line-height: .9; letter-spacing: -.07em; }
.aubl-intro > div { padding-top: 10px; border-top: 1px solid rgba(0,0,0,.32); }
.aubl-intro > div p { margin: 0 0 28px; font-size: 13px; line-height: 1.7; text-indent: 2em; }
.aubl-archive-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.aubl-story { padding: 0 0 clamp(100px,12vw,180px); background: var(--paper); color: var(--ink); }
.aubl-story-copy { width: min(760px,calc(100% - 2 * var(--pad))); margin: 0 auto; padding: clamp(45px,7vw,95px) 0; }
.aubl-story > .aubl-story-copy:first-child { padding-top: clamp(30px,3vw,48px); }
.aubl-story-copy p { margin: 0 0 30px; font-size: clamp(16px,1.3vw,20px); line-height: 1.9; letter-spacing: .005em; text-indent: 2em; }
.aubl-story-copy strong { font-weight: 700; }
.aubl-story-figure { margin: 0; cursor: zoom-in; }
.aubl-story-figure img { background: #d5d2c9; transition: transform .7s cubic-bezier(.2,.7,.1,1); }
.aubl-story-figure:hover img { transform: scale(1.018); }
.aubl-story-figure figcaption { padding-top: 10px; font-size: 9px; color: rgba(0,0,0,.5); }
.aubl-story-figure.wide { width: min(1180px,calc(100% - 2 * var(--pad))); margin: 0 auto; }
.aubl-story-figure.wide img { aspect-ratio: 1.55; }
.aubl-story-pair { width: min(1120px,calc(100% - 2 * var(--pad))); display: grid; grid-template-columns: .72fr 1fr; align-items: end; gap: clamp(24px,5vw,74px); margin: clamp(35px,5vw,80px) auto; }
.aubl-story-pair .portrait img { aspect-ratio: .72; }
.aubl-story-pair .landscape { margin-bottom: 8vw; }
.aubl-story-pair .landscape img { aspect-ratio: 1.5; }
.aubl-story-closing { margin-top: 55px !important; font-size: clamp(25px,3vw,44px) !important; font-weight: 700; line-height: 1.15 !important; text-indent: 0 !important; }
.article-credits { display: grid; gap: 7px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.3); color: rgba(0,0,0,.58); }
.article-credits p { margin: 0; font-size: clamp(14px,1vw,16px); line-height: 1.55; text-indent: 0; }

.aubl-selected { padding: clamp(90px,11vw,170px) var(--pad); background: #0a0a0a; }
.aubl-selected > header, .aubl-report > header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.3); }
.aubl-selected > header span, .aubl-report > header span { font: 500 9px/1 var(--mono); color: rgba(255,255,255,.5); }
.aubl-selected-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(16px,2vw,32px); align-items: start; }
.aubl-selected figure { margin: 0; cursor: zoom-in; }
.aubl-selected figure img { transition: transform .7s cubic-bezier(.2,.7,.1,1); }
.aubl-selected figure:hover img { transform: scale(1.025); }
.aubl-selected figure > img { background: #171717; }
.action-01 { grid-column: 1 / span 12; }
.action-01 > img { aspect-ratio: 1.55; }
.action-02 { grid-column: 1 / span 5; margin-top: 8vw !important; }
.action-02 > img { aspect-ratio: .72; }
.action-03 { grid-column: 7 / span 6; margin-top: 3vw !important; }
.action-03 > img { aspect-ratio: 1.5; }
.action-04 { grid-column: 3 / span 8; margin-top: 8vw !important; }
.action-04 > img { aspect-ratio: 1.45; }
.aubl-selected figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 10px; font: 500 8px/1 var(--mono); color: rgba(255,255,255,.55); }
.aubl-selected figcaption p { margin: 0; text-transform: uppercase; }

.aubl-report { padding: clamp(90px,11vw,170px) var(--pad); background: var(--paper); color: var(--ink); }
.aubl-report > header { border-color: rgba(0,0,0,.32); }
.aubl-report > header span { color: rgba(0,0,0,.5); }
.aubl-report-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(20px,3vw,48px); align-items: start; }
.aubl-report-grid figure { margin: 0; cursor: zoom-in; }
.aubl-report-grid figure img { aspect-ratio: 1.15; background: #ccc; transition: transform .7s cubic-bezier(.2,.7,.1,1); }
.aubl-report-grid figure:hover img { transform: scale(1.025); }
.aubl-report-grid .report-wide { grid-column: span 2; }
.aubl-report-grid .report-wide img { aspect-ratio: 1.55; }
.aubl-report-grid .report-tall img { aspect-ratio: .72; }
.aubl-report-grid figcaption { padding-top: 9px; font: 500 8px/1 var(--mono); color: rgba(0,0,0,.5); }

.related-stories { padding: clamp(54px,7vw,96px) var(--pad); background: #0a0a0a; color: #fff; }
.related-stories > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.3); }
.related-stories > header p, .related-stories > header a, .related-stories nav span { margin: 0; font: 500 9px/1.2 var(--mono); letter-spacing: .04em; }
.related-stories > header a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.65); }
.related-stories nav > a { display: grid; grid-template-columns: 150px minmax(0,1fr) minmax(150px,220px) 30px; align-items: center; gap: clamp(20px,3vw,50px); padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.related-stories nav span { color: rgba(255,255,255,.55); }
.related-stories nav h2 { margin: 0; font-size: clamp(26px,3.4vw,52px); line-height: 1.03; letter-spacing: -.045em; transition: color .25s; }
.related-stories nav figure { aspect-ratio: 1.8; margin: 0; overflow: hidden; background: #222; }
.related-stories nav img { transition: transform .6s cubic-bezier(.2,.7,.1,1); }
.related-stories nav b { justify-self: end; font-size: 24px; font-weight: 400; }
.related-stories nav > a:hover h2, .related-stories nav > a:focus-visible h2 { color: var(--acid); }
.related-stories nav > a:hover img, .related-stories nav > a:focus-visible img { transform: scale(1.045); }

.aubl-lightbox { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; visibility: hidden; opacity: 0; padding: 48px; background: rgba(0,0,0,.94); transition: opacity .25s, visibility .25s; }
.aubl-lightbox.open { visibility: visible; opacity: 1; }
.aubl-lightbox > button { position: absolute; top: 22px; right: 26px; padding: 8px 0; border: 0; border-bottom: 1px solid; background: transparent; color: #fff; cursor: pointer; font: 500 9px/1 var(--mono); text-transform: uppercase; }
.aubl-lightbox figure { max-width: min(1400px,92vw); height: 85vh; margin: 0; }
.aubl-lightbox img { object-fit: contain; }
.aubl-lightbox figcaption { margin-top: 10px; font: 500 8px/1 var(--mono); color: rgba(255,255,255,.55); }
.lightbox-open { overflow: hidden; }
.aubl-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 50px; padding: 64px var(--pad) 28px; background: #0a0a0a; }
.aubl-footer img { width: 150px; height: auto; object-fit: contain; }
.aubl-footer p, .aubl-footer a { margin: 0; font: 500 8px/1.6 var(--mono); color: rgba(255,255,255,.55); }

@media (max-width: 900px) {
  .aubl-intro { grid-template-columns: 100px 1fr; }
  .aubl-intro > div { grid-column: 2; }
  .aubl-report-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 650px) {
  .aubl-article-topbar { height: 60px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .aubl-article-logo { width: 104px; }
  .aubl-article-topbar > p { display: none; }
  .aubl-article-topbar nav { gap: 16px; font-size: 9px; }
  .aubl-hero { padding-top: 60px; }
  .aubl-hero > figure img { object-position: 58% center; }
  .aubl-hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.12) 78%); }
  .aubl-hero-copy { min-height: calc(100svh - 60px); padding: 45px 18px 28px; }
  .aubl-hero-copy > p { top: 22px; left: 18px; }
  .aubl-hero-copy h1 { font-size: 26vw; }
  .aubl-hero-copy > div { grid-template-columns: 1fr; margin-top: 38px; }
  .aubl-hero-index { right: 18px; bottom: 28px; }
  .aubl-intro { display: block; padding: 80px 18px 44px; }
  .aubl-intro h2 { margin: 55px 0; font-size: 52px; }
  .aubl-story { padding-top: 0; }
  .aubl-story-copy { width: calc(100% - 36px); padding: 55px 0; }
  .aubl-story > .aubl-story-copy:first-child { padding-top: 34px; }
  .aubl-story-copy p { font-size: 16px; line-height: 1.85; }
  .aubl-story-figure.wide, .aubl-story-pair { width: calc(100% - 36px); }
  .aubl-story-figure.wide img { aspect-ratio: 1.08; }
  .aubl-story-pair { grid-template-columns: 1fr; margin: 20px auto; }
  .aubl-story-pair .portrait { width: 78%; }
  .aubl-story-pair .landscape { margin: 35px 0 0 auto; }
  .aubl-story-pair .landscape img { aspect-ratio: 1.2; }
  .aubl-selected, .aubl-report { padding: 80px 18px; }
  .aubl-selected-grid { display: block; }
  .aubl-selected figure { margin: 0 0 55px !important; }
  .aubl-selected figure > img { aspect-ratio: auto; max-height: 78vh; }
  .aubl-report-grid { grid-template-columns: 1fr; }
  .aubl-report-grid .report-wide { grid-column: auto; }
  .aubl-report-grid figure img, .aubl-report-grid .report-wide img, .aubl-report-grid .report-tall img { aspect-ratio: auto; max-height: 76vh; }
  .related-stories { padding: 52px 18px; }
  .related-stories > header { align-items: flex-end; }
  .related-stories > header p { max-width: 145px; line-height: 1.45; }
  .related-stories nav > a { grid-template-columns: 78px minmax(0,1fr) 22px; gap: 14px; padding: 22px 0; }
  .related-stories nav h2 { font-size: 24px; line-height: 1.08; }
  .related-stories nav figure { display: none; }
  .related-stories nav b { font-size: 19px; }
  .aubl-lightbox { padding: 45px 12px; }
  .aubl-footer { grid-template-columns: 1fr; align-items: start; padding: 52px 18px 24px; }
}
