/* Only the public gallery's brand banner and its existing live statistics. */
.community-hero.stories-hero { display: flex; height: 390px; min-height: 0; padding: 48px 76px; border: 0; border-radius: 24px; background: #59402d; isolation: isolate; }
.stories-hero::before { display: none; }
.stories-scenes { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.stories-scene { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 75% 50%; opacity: 0; transition: opacity 260ms ease; }
.stories-scene.is-current { opacity: 1; }
.stories-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #21180f80, #21180f26 49%, transparent 70%); pointer-events: none; }
.stories-hero .hero-copy { max-width: 54%; }
.stories-hero .eyebrow { color: #fff0da; font-size: 11px; letter-spacing: 2.8px; margin-bottom: 20px; }
.stories-hero h1 { color: white; font-size: clamp(36px, 3.7vw, 52px); line-height: 1.2; }
.stories-hero .hero-copy > p { margin: 18px 0 26px; color: #fff4e9; font-size: 15px; line-height: 1.8; }
.stories-discover { min-height: 46px; padding: 0 22px; border: 1px solid #ffffff80; border-radius: 999px; background: #fff7eb; color: #473021; font-size: 14px; font-weight: 600; cursor: pointer; }
.stories-arrow { position: absolute; top: calc(50% - 22px); width: 44px; height: 44px; border: 1px solid #ffffff66; border-radius: 50%; color: white; background: #21180f42; cursor: pointer; font-size: 22px; }
.stories-prev { left: 16px; }.stories-next { right: 16px; }
.stories-arrow:hover { background: #21180f80; }
.stories-controls { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 18px; color: white; }
.stories-dots { display: flex; gap: 2px; }
.stories-dots button { position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.stories-dots button::before { content: ""; display: block; width: 24px; height: 3px; margin: auto; background: #ffffff66; border-radius: 2px; }
.stories-dots button[aria-pressed="true"]::before { background: white; }
.stories-count { font-size: 12px; letter-spacing: 2px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.stories-hero button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; box-shadow: 0 0 0 6px #49301e; }
.stories-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.community-stats.stories-stats { max-width: none; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 26px 0; margin: 0; border-bottom: 1px solid var(--line); text-align: center; }
.stories-stats div, .stories-stats div:first-child { padding: 0 12px; }.stories-stats div:nth-child(3) { border-left: 1px solid var(--line); }
.stories-stats dt { font-size: 28px; }.stories-stats dd { margin-top: 6px; }
.community-content { scroll-margin-top: 175px; }
@media (max-width: 850px) {
  .community-hero.stories-hero { display: flex; height: auto; min-height: 0; flex-direction: column; padding: 0; margin-bottom: 0; align-items: stretch; border-radius: 18px; }
  .stories-hero .hero-copy { order: 0; max-width: none; padding: 26px 24px 22px; background: #59402d; }
  .stories-hero .eyebrow { font-size: 10px; margin-bottom: 12px; }
  .stories-hero h1 { font-size: 32px; }.stories-hero .hero-copy > p { font-size: 13px; margin: 12px 0 18px; }
  .stories-scenes { order: 1; position: relative; inset: auto; height: 235px; z-index: 0; flex: none; }
  .stories-scene { object-position: 90% 50%; }
  .stories-hero::after { display: none; }
  .stories-arrow { top: auto; bottom: 96px; z-index: 3; background: #21180f80; }
  .stories-prev { left: 10px; }.stories-next { right: 10px; }
  .stories-controls { bottom: 0; z-index: 3; background: #21180f80; padding: 0 12px; border-radius: 10px 10px 0 0; }
  .community-stats.stories-stats { padding: 22px 0; margin-bottom: 20px; }.stories-stats dt { font-size: 23px; }.stories-stats dd { font-size: 11px; }
  .stories-stats div { padding: 0 5px; }
  .community-content { scroll-margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) { .stories-scene { transition: none; } }
