/* The discovery pages only. Article, chart, About-body and reporting styles
   continue to come from the existing publication system. */
.scene-page { background: var(--pearl); }
.scene-hero { position: relative; isolation: isolate; overflow: hidden; background: #594832; min-height: 450px; height: min(640px, 67vw); max-height: 76svh; color: #fff; }
.scene-hero__reveal, .scene-hero__depth, .scene-hero__depth > picture, .scene-hero__photo, .scene-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene-hero__reveal { z-index: -3; }
.scene-hero__depth { transform: translateY(var(--scene-recede, 0px)); }
.scene-hero__photo { object-fit: cover; object-position: 50% 53%; }
.scene-hero__shade { z-index: -1; background: linear-gradient(90deg, transparent 10%, #1b211e12 32%, #151d1aa1 50%, #1b211e65 76%, transparent), linear-gradient(0deg, #171c1b35, transparent 55%); }
.scene-hero__content { display: flex; align-items: center; min-height: inherit; height: 100%; padding-block: 60px; }
.scene-hero__copy { width: 54%; margin-left: auto; padding-left: 16px; padding-bottom: 12px; text-shadow: 0 2px 16px #1118; }
.scene-hero h1 { font-family: var(--font-headline); font-size: clamp(40px, 4.8vw, 69px); line-height: 1.02; font-weight: 700; letter-spacing: -.026em; }
.scene-hero__copy p { margin-top: 22px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; }
.scene-hero__copy a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 26px; font-size: 15px; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.scene-hero__copy a span { transition: transform 180ms; }
.scene-hero__copy a:hover span, .scene-hero__copy a:focus-visible span { transform: translateY(3px); }

/* Wind-lifted ground petals add a quiet second depth plane on wide screens. */
.scene-hero__breeze { display: none; }
.scene-hero__desktop-bloom { display: none; }
/* A quiet margin replaces the investigations bar. */
.scene-stories { position: relative; padding-block: 24px 64px; scroll-margin-top: 24px; }
.scene-section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 22px; }
.scene-section-heading > a { margin-left: auto; font-size: 13px; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.scene-section-heading > a span { display: inline-block; margin-left: 7px; }
.scene-section-heading h2 { font-size: 12px; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; font-weight: 700; }
.scene-section-heading > p { color: var(--graphite); font-size: 13px; }
.scene-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.scene-card { position: relative; min-width: 0; }
.scene-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; border-bottom: 1px solid var(--border); transition: border-color 180ms; }
.scene-card__image { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 1.5; background: var(--limestone); }
.scene-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.scene-card__copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px 0 24px; }
.scene-card__meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 12px; margin: 0 0 12px; font-size: 11px; line-height: 1.5; color: var(--graphite); }
.scene-card__meta > span { color: var(--graphite); font-weight: 600; }
.scene-card__meta time { color: var(--graphite); }
.scene-card h3 { margin: 0; font-family: var(--font-headline); font-size: clamp(23px, 2.08vw, 30px); font-weight: 700; line-height: 1.16; letter-spacing: -.017em; text-wrap: pretty; }
.scene-card__deck { margin-top: 14px; margin-bottom: 22px; font-size: 15px; line-height: 1.55; color: var(--graphite); }
.scene-card__link:is(:hover, :focus-visible) { border-color: var(--graphite); }
.scene-card__link:focus-visible { outline-offset: 6px; }

/* A fine paper frame gives the photographic evidence a deliberate edge. */
.scene-story-grid .scene-card__link,
.archive-grid .scene-card__link { border: 1px solid var(--border); background: #fff8; }
.scene-story-grid .scene-card__copy { padding: 20px 20px 24px; }
.scene-story-grid .scene-card__link:is(:hover,:focus-visible),
.archive-grid .scene-card__link:is(:hover,:focus-visible) { border-color: var(--graphite); }

.scene-shorts { padding-bottom: 64px; }
.scene-shorts > .scene-section-heading { padding-top: 22px; border-top: 1px solid var(--border); }
.scene-short-grid { display: grid; gap: 24px; }
.scene-short-grid .scene-card__link { display: grid; grid-template-columns: 1fr 1fr; background: var(--basalt-deep); color: var(--pearl); border: 1px solid transparent; }
.scene-short-grid .scene-card__image { min-height: 270px; height: 100%; aspect-ratio: auto; background: var(--pearl-warm); }
.scene-short-grid .scene-card__image img { object-fit: contain; }
.scene-short-grid .scene-card__copy { justify-content: center; padding: 32px 40px; }
.scene-short-grid .scene-card__meta, .scene-short-grid .scene-card__meta :is(span,time), .scene-short-grid .scene-card__deck, .scene-short-grid .scene-card__duration { color: var(--limestone); }
.scene-short-grid .scene-card h3 { font-size: 36px; }
.scene-card__duration { margin: -8px 0 22px; font-size: 12px; color: var(--graphite); }
.scene-short-grid .scene-card__link:is(:hover,:focus-visible) { border-color: var(--brass); }

/* Pearl frame, divided introduction, full-width masthead and native Kit form. */
.scene-newsletter { padding-block: 64px; background: var(--pearl); scroll-margin-top: 24px; }
.scene-newsletter__panel { padding: 32px; border: 1px solid var(--border); }
.scene-newsletter__intro { display: grid; grid-template-columns: .85fr 1.4fr; gap: 32px; margin-bottom: 24px; align-items: start; }
.scene-newsletter__intro h2 { font-family: var(--font-headline); font-size: clamp(26px,2.65vw,36px); font-weight: 700; line-height: 1.08; letter-spacing: -.016em; }
.scene-newsletter__intro p { padding-left: 32px; border-left: 1px solid var(--border); max-width: 610px; color: var(--graphite); font-size: 15px; line-height: 1.6; }
.scene-newsletter__form { width: 100%; border: 1px solid var(--border); background: #fff; }
.scene-newsletter__brand { min-height: 88px; padding: 14px 24px; background: var(--basalt-deep); display: flex; align-items: center; }
.scene-newsletter__brand img { width: 112px; height: 58px; object-fit: contain; }
.scene-newsletter__body { padding: 16px 22px 18px; }
.scene-newsletter__body label { display: block; font-size: 11px; line-height: 1.4; margin-bottom: 5px; color: var(--graphite); }
.scene-newsletter__controls { display: grid; grid-template-columns: 1fr 235px; gap: 16px; }
.scene-newsletter__controls input { min-width: 0; min-height: 48px; width: 100%; padding: 10px 14px; border: 1px solid var(--border); border-radius: 0; background: #fff; font-size: 14px; }
.scene-newsletter__controls button { min-height: 48px; padding: 10px 20px; border: 1px solid var(--brass); border-radius: 2px; background: var(--brass); color: var(--ink); font-size: 14px; font-weight: 600; cursor: pointer; transition: background 160ms; }
.scene-newsletter__controls button:hover { background: #c0aa8c; }
.scene-newsletter__notes { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 12px; }
.scene-newsletter__notes :is(small,a), .scene-newsletter__body > small { color: var(--graphite); font-size: 11px; line-height: 1.5; }
.scene-newsletter__notes a { flex: none; text-underline-offset: 2px; }
.scene-newsletter__body > small { display: block; margin-top: 7px; font-size: 10px; }

/* Only the About hero changes; all body selectors deliberately stay untouched. */
.about-page__hero.scene-about-hero { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; min-height: 420px; padding-block: 68px; color: #fff; background: #1c2828; }
.scene-about-hero__photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.scene-about-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #172121f0 0%, #172121d9 34%, #1721217a 65%, #17212118 100%); }
.scene-about-hero .eyebrow { margin-bottom: 22px; color: var(--limestone); font-size: 12px; letter-spacing: .16em; }
.scene-about-hero h1 { max-width: 760px; font-size: clamp(40px,4.9vw,68px); line-height: 1.07; text-wrap: balance; }
.scene-about-hero .about-page__deck { max-width: 680px; margin-top: 24px; font-size: clamp(18px,1.65vw,22px); line-height: 1.45; color: var(--pearl); text-shadow: 0 1px 6px #1118; }

@media (max-width: 1100px) {
  .scene-story-grid { gap: 22px; }
  .scene-card__meta { gap: 3px 10px; }
  .scene-short-grid .scene-card__copy { padding: 28px; }
  .scene-short-grid .scene-card h3 { font-size: 31px; }
}
@media (min-width: 1100px) {
  .scene-hero { height: min(720px, 74svh); }
  .scene-hero__photo { object-position: center; }
  .scene-hero__desktop-bloom { position: absolute; z-index: 1; inset: 0; display: block; overflow: hidden; pointer-events: none; }
  .scene-hero__desktop-bloom i { position: absolute; inset: 0; background: url('/assets/images/editorial/home-scene-desktop-bloom.webp') center / cover no-repeat; transform-origin: 31% 0; clip-path: polygon(0 0, 43% 0, 39% 12%, 34% 20%, 27% 27%, 20% 31%, 12% 43%, 0 48%); animation: scene-bloom-sway 4.2s cubic-bezier(.42,0,.58,1) infinite alternate; }
  .scene-hero__desktop-bloom i + i { transform-origin: 48% 0; clip-path: polygon(29% 0, 66% 0, 61% 12%, 56% 18%, 50% 24%, 44% 21%, 38% 29%, 33% 20%); animation-name: scene-bloom-sway-late; animation-duration: 5.1s; animation-delay: -2.4s; }
  .scene-hero__breeze { position: absolute; z-index: 1; inset: 0; display: block; overflow: hidden; pointer-events: none; }
  .scene-hero__breeze i { --flight: 12s; --delay: 0s; --rise: -28px; --petal-scale: 1; position: absolute; left: -3%; bottom: 9%; width: 8px; height: 4px; border-radius: 85% 15% 75% 25%; background: #b22d63; box-shadow: 24vw 11px 0 -1px #bd7a3a, 51vw -7px 0 -1px #d34c78, 78vw 15px 0 -1px #8d6335; opacity: 0; filter: blur(.15px); transform-origin: center; animation: scene-ground-breeze var(--flight) var(--delay) linear infinite; }
  .scene-hero__breeze i:nth-child(2) { --flight: 15s; --delay: -9s; --rise: -38px; --petal-scale: .72; bottom: 14%; }
  .scene-hero__breeze i:nth-child(3) { --flight: 18s; --delay: -3s; --rise: -20px; --petal-scale: .55; bottom: 6%; }
  .scene-hero__breeze i:nth-child(4) { --flight: 13s; --delay: -11s; --rise: -46px; --petal-scale: .8; bottom: 18%; }
  .scene-hero__breeze i:nth-child(5) { --flight: 20s; --delay: -16s; --rise: -30px; --petal-scale: .48; bottom: 11%; }
  .scene-hero__breeze i:nth-child(6) { --flight: 16s; --delay: -6s; --rise: -24px; --petal-scale: .65; bottom: 4%; }
  .scene-hero__breeze i:nth-child(7) { --flight: 22s; --delay: -19s; --rise: -42px; --petal-scale: .42; bottom: 16%; }
  .scene-hero:not(.is-ambient-paused) :is(.scene-hero__desktop-bloom i, .scene-hero__breeze i) { will-change: transform; }
  .scene-hero.is-ambient-paused :is(.scene-hero__desktop-bloom i, .scene-hero__breeze i) { animation-play-state: paused; }
}
@keyframes scene-bloom-sway {
  from { transform: translate3d(-7px, -1px, 0) rotate(-.55deg); }
  to { transform: translate3d(9px, 5px, 0) rotate(.72deg); }
}
@keyframes scene-bloom-sway-late {
  from { transform: translate3d(7px, -2px, 0) rotate(.5deg); }
  to { transform: translate3d(-8px, 5px, 0) rotate(-.65deg); }
}
@keyframes scene-ground-breeze {
  0%, 12% { opacity: 0; transform: translate3d(-6vw, 8px, 0) rotate(0deg) scale(var(--petal-scale)); }
  20% { opacity: .55; }
  52% { transform: translate3d(52vw, var(--rise), 0) rotate(430deg) scale(var(--petal-scale)); }
  84% { opacity: .42; }
  100% { opacity: 0; transform: translate3d(110vw, 3px, 0) rotate(820deg) scale(var(--petal-scale)); }
}
@media (max-width: 700px) {
  .scene-hero { height: 600px; min-height: 540px; max-height: 86svh; }
  .scene-hero__photo { object-position: 39% center; }
  .scene-hero__shade { background: linear-gradient(0deg,#17201aee 0%,#17201a9e 33%,#17201a18 75%); }
  .scene-hero__content { align-items: flex-end; padding-block: 44px; }
  .scene-hero__copy { width: 100%; padding: 0; margin: 0; }
  .scene-hero h1 { font-size: clamp(37px,8.8vw,60px); line-height: 1.05; }
  .scene-hero__copy p { margin-top: 16px; max-width: 280px; font-size: 17px; }
  .scene-hero__copy a { margin-top: 16px; }
  .scene-stories { padding-block: 18px 42px; }
  .scene-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .scene-card__copy { padding-top: 18px; }
  .scene-card h3 { font-size: 30px; }
  .scene-card__meta { font-size: 11px; }
  .scene-card__deck { font-size: 15px; }
  .scene-shorts { padding-bottom: 42px; }
  .scene-section-heading { gap: 8px 20px; flex-wrap: wrap; }
  .scene-section-heading > p { font-size: 12px; }
  .scene-short-grid .scene-card__link { grid-template-columns: 1fr; }
  .scene-short-grid .scene-card__image { min-height: 0; aspect-ratio: 5/3; }
  .scene-short-grid .scene-card__copy { padding: 26px; }
  .scene-newsletter { padding-block: 42px; }
  .scene-newsletter__panel { padding: 22px 18px; }
  .scene-newsletter__intro { grid-template-columns: 1fr; gap: 18px; margin-bottom: 22px; }
  .scene-newsletter__intro h2 { font-size: 30px; }
  .scene-newsletter__intro p { border: 0; padding: 0; font-size: 14px; }
  .scene-newsletter__brand { min-height: 78px; padding: 12px 18px; }
  .scene-newsletter__brand img { width: 104px; height: 52px; }
  .scene-newsletter__body { padding: 16px; }
  .scene-newsletter__controls { grid-template-columns: 1fr; gap: 10px; }
  .scene-newsletter__notes { flex-direction: column; gap: 10px; }
  .scene-newsletter__body > small { margin-top: 12px; }
  .about-page__hero.scene-about-hero { min-height: 440px; align-items: flex-end; padding-block: 40px; }
  .scene-about-hero__photo { object-position: 40% 42%; }
  .scene-about-hero::after { background: linear-gradient(0deg, #172121ed 0%, #172121dd 38%, #17212180 75%, #17212155); }
  .scene-about-hero .eyebrow { font-size: 11px; margin-bottom: 18px; }
  .scene-about-hero h1 { max-width: 470px; font-size: clamp(40px,8vw,52px); line-height: 1.04; }
  .scene-about-hero .about-page__deck { margin-top: 20px; font-size: 18px; line-height: 1.55; }
}
@media (prefers-reduced-motion: reduce) {
  .scene-page *, .scene-page *::before, .scene-page *::after { animation: none !important; transition: none !important; }
  .scene-hero__depth { transform: none; }
  .scene-hero__breeze, .scene-hero__desktop-bloom { display: none; }
}

/* The foreground is articulated in source-photo coordinates, with a static
   reconstructed plate below it. No ambient camera transform is applied. */
.scene-hero__living, .scene-hero__plate, .scene-hero__branches { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene-hero__photo, .scene-hero__plate { object-fit: cover; object-position: 50% 22%; }
@media (min-width: 1100px) { .scene-hero__photo { object-position: center; } }
.scene-hero__depth { transform: translateY(var(--scene-recede, 0px)) scale(var(--scene-depth-scale, 1)); transform-origin: center 42%; }
.scene-hero__content { position: relative; z-index: 2; }
.scene-portal { position: absolute; inset: 0; z-index: 1; pointer-events: none; perspective: 650px; overflow: hidden; }
.scene-portal__edge { position: absolute; top: -4%; height: 108%; width: clamp(58px, 10vw, 155px); background-image: linear-gradient(90deg,#0c171bce,#17303155 55%,#080d0fbf),url('/assets/images/editorial/home-scene-desktop.webp'); background-size: auto,auto 210%; background-position: center,37% 40%; box-shadow: 12px 0 35px #070e104f, inset -9px 0 0 #0c1c2066, inset -13px 0 1px #a1885560; }
.scene-portal__edge--left { left: 0; transform-origin: left center; }
.scene-portal__edge--right { right: 0; transform-origin: right center; background-position: center,41% 40%; box-shadow: -12px 0 35px #070e104f,inset 9px 0 0 #0c1c2066,inset 13px 0 1px #a1885560; }
.scene-portal__lintel { position: absolute; top: 0; left: 0; width: 100%; height: 28px; background: linear-gradient(#0a161bcc,#18232670),url('/assets/images/editorial/home-scene-desktop.webp') 38% 12% / auto 1600%; box-shadow: 0 12px 30px #10171b45; }
/* A paper surface rises into the photograph. Its margin reserves the final
   overlap; the progressive transform follows ordinary document scrolling. */
.scene-page--home .scene-stories { --story-overlap: 80px; z-index: 4; isolation: isolate; margin-top: calc(-1 * var(--story-overlap)); transform: translateY(var(--story-arrival, 0px)); }
.scene-page--home .scene-stories::before { content: ''; position: absolute; z-index: -1; inset: 0 calc((100% - 100vw)/2); background: var(--pearl); box-shadow: 0 -15px 38px #1b211b0c; }
@media(max-width: 700px) {
 .scene-hero__photo, .scene-hero__plate { object-position: 39% center; }
 .scene-page--home .scene-stories { --story-overlap: 44px; }
 .scene-portal__edge { width: 48px; }
 .scene-portal__lintel { height: 20px; }
}
@media(prefers-reduced-motion: reduce) {
 .scene-portal { display: none; }
 .scene-hero__depth, .scene-page--home .scene-stories { transform: none; }
}
