/* Stories editorial flow: approved Reading Room + Archive + Ambassadors stay intact. Photography reuses the existing ABP Gallery system with Stories-only progressive disclosure. */
#archive,#people,#photography{scroll-margin-top:96px}

.news-page[data-stories-destination] .news-archive-trigger{
  position:absolute!important;
  left:clamp(42px,3.7vw,56px)!important;
  transform:rotate(-.8deg)!important;
}
.news-page[data-stories-destination] .news-archive-trigger:hover,
.news-page[data-stories-destination] .news-archive-trigger:focus-visible{
  transform:translate(-2px,-2px) rotate(-.8deg)!important;
}

.stories-chapter-mark{margin:0;color:#c53a31;font:900 8px/1 Archivo,Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}

/* Chapter 03: reuse the current ambassador system without stacking wrapper spacing around it. */
.stories-people{position:relative;overflow:hidden;padding:0;background:#fff3d0;color:#053b22}
.stories-ambassador-host{width:100%;min-height:360px}
.stories-people[data-ambassadors-ready="true"] .stories-ambassador-host{min-height:0}
.stories-people #movement.na-movement-compact{overflow:visible;background:transparent}
.stories-people #movement .na-movement-wrap{padding-top:0;padding-bottom:0}
.stories-people #movement .na-movement-athletes{padding-top:40px;padding-bottom:40px}

/* Chapter 04: existing Gallery system, embedded as a Stories chapter. */
.stories-photography{--photo-pad:clamp(18px,4vw,62px);position:relative;overflow:hidden;padding:52px 0 56px;background:#02170d;color:#efe3bf}
.stories-photography__header{display:grid;grid-template-columns:minmax(160px,.28fr) minmax(0,1fr);gap:clamp(22px,4vw,66px);align-items:start;padding:0 var(--photo-pad) 32px}
.stories-photography__header .stories-chapter-mark{color:#ef9f80;padding-top:8px}
.stories-photography__header h2{max-width:850px;margin:0;font:italic 400 clamp(42px,5.5vw,84px)/.88 Anton,Impact,sans-serif;letter-spacing:-.025em;text-transform:uppercase}
.stories-photography__header div p{margin:12px 0 0;color:rgba(239,227,191,.62);font:900 8px/1.3 Archivo,Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}

.stories-gallery-system{width:100%;margin:0!important;padding:0!important}
.stories-photography .stories-gallery-system .mac-toolbar{position:static!important;top:auto!important}
.stories-gallery-wall-viewport{position:relative;width:100%;height:0;overflow:hidden;background:#bdb596}
.stories-photography .stories-gallery-system .photo-wall{min-height:0}

.stories-gallery-morebar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-top:2px solid #03170d;background:#efe3bf;color:#03170d}
.stories-gallery-morebar button{min-height:38px;padding:0 16px;border:2px solid #03170d;border-radius:0;background:#efe3bf;color:#03170d;font:900 9px/1 Archivo,Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;cursor:pointer}
.stories-gallery-morebar button:hover,.stories-gallery-morebar button:focus-visible{background:#03170d;color:#efe3bf;outline:none}
.stories-gallery-morebar button[hidden]{display:none}
.stories-gallery-morebar span{font:900 8px/1 Archivo,Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase}

.stories-photography__cta{display:grid;gap:8px;padding:24px 16px 28px;border-top:2px solid #03170d;background:#efe3bf;color:#03170d}
.stories-photography__cta a{justify-self:start;color:#03170d;font:900 clamp(15px,1.6vw,22px)/1.1 Archivo,Arial,sans-serif;letter-spacing:.02em;text-decoration:none;border-bottom:2px solid currentColor;padding-bottom:4px}
.stories-photography__cta a:hover,.stories-photography__cta a:focus-visible{color:#d6272c;outline:none}
.stories-photography__cta p{margin:0;color:rgba(3,23,13,.62);font:900 8px/1.3 Archivo,Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}

@media(max-width:999px){
  #archive,#people,#photography{scroll-margin-top:82px}
  .news-page[data-stories-destination] .news-archive-trigger{left:18px!important;transform:rotate(-.6deg)!important}
  .news-page[data-stories-destination] .news-archive-trigger:hover,
  .news-page[data-stories-destination] .news-archive-trigger:focus-visible{transform:translate(-2px,-2px) rotate(-.6deg)!important}
  .stories-photography__header{grid-template-columns:1fr;gap:18px}
  .stories-photography__header .stories-chapter-mark{padding-top:0}
}

@media(max-width:719px){
  #archive,#people,#photography{scroll-margin-top:74px}
  .news-page[data-stories-destination] .news-archive-trigger{left:18px!important;width:min(270px,calc(100% - 36px))!important}
  .stories-ambassador-host{min-height:440px}
  .stories-people #movement .na-movement-athletes{padding-top:34px;padding-bottom:34px}
  .stories-photography{--photo-pad:16px;padding-top:46px;padding-bottom:52px}
  .stories-photography__header{padding-bottom:26px}
  .stories-photography__header h2{font-size:clamp(43px,14vw,64px)}
  .stories-gallery-morebar{align-items:flex-start;flex-direction:column-reverse;gap:10px;padding:12px}
  .stories-gallery-morebar button{width:100%}
  .stories-photography__cta{padding:22px 12px 26px}
}

@media(max-width:430px){
  .news-page[data-stories-destination] .news-archive-trigger{left:16px!important;width:calc(100% - 32px)!important}
  .stories-photography{--photo-pad:12px}
}
