@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Figtree:wght@400;500;600;700&display=swap";
/* [project]/app/globals.css [app-client] (css) */
@font-face {
  font-family: Pump99;
  src: url("/concepts/pump99.woff") format("woff"), url("/concepts/pump99.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --header-height: 68px;
  --font-wordmark: "Pump99", "Barlow Condensed", sans-serif;
  --font-display: "Barlow Condensed", sans-serif;
  --font-condensed: "Barlow Condensed", sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --ink: #080808;
  --ink-mid: #121212;
  --ink-raise: #1e1e1e;
  --cream: #f7f6f2;
  --cream-mid: #f0ede6;
  --cream-dark: #e8e4da;
  --white: #fff;
  --red: #e8131b;
  --red-dark: #be0f15;
  --green: #16a34a;
  --border-dark: #ffffff12;
  --border-light: #00000014;
  --shadow-card: 0 2px 16px #00000012;
  --shadow-hover: 0 14px 36px #00000021;
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.site-shell {
  min-height: 100vh;
}

.content-status {
  background: #e8131b1f;
  border: 1px solid #e8131b47;
  border-radius: 1rem;
  margin: 5.5rem 4rem 0;
  padding: 1rem 1.25rem;
}

.content-status__eyebrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ff8b90;
  margin: 0 0 .6rem;
  font-size: .72rem;
  font-weight: 700;
}

.content-status__list {
  color: #ffffffd1;
  margin: 0;
  padding-left: 1rem;
  line-height: 1.6;
}

.empty-state, .image-placeholder {
  color: #080808b8;
  background: #ffffff80;
  border: 1px dashed #0000002e;
  border-radius: 1.2rem;
}

.empty-state {
  padding: 1.4rem 1.5rem;
}

.empty-state--vote {
  background: #ffffffb8;
}

.empty-state__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 .45rem;
  font-size: 1.35rem;
  line-height: 1;
}

.empty-state__body {
  margin: 0;
  line-height: 1.6;
}

.image-placeholder {
  z-index: 1;
  text-align: center;
  background: linear-gradient(135deg, #ede9e0, #d7d1c4);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.hdr {
  z-index: 200;
  height: var(--header-height);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-dark);
  background: #080808e6;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
}

.hdr__brand, .footer__brand-row {
  flex-shrink: 0;
  align-items: center;
  gap: .7rem;
  display: flex;
}

.hdr__mark {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

.footer__mark {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.hdr__wordmark, .footer__name {
  font-family: var(--font-wordmark);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--white);
  font-size: 1.45rem;
}

.hdr__nav {
  align-items: center;
  gap: 2.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.hdr__nav a {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffffffa6;
  font-size: .78rem;
  font-weight: 600;
  transition: color .2s;
}

.hdr__nav a:hover {
  color: var(--white);
}

.hdr__nav .nav--pill {
  background: var(--red);
  color: var(--white);
  border-radius: 999px;
  padding: .5rem 1.25rem;
  font-size: .75rem;
}

.hdr__nav .nav--pill:hover {
  background: var(--red-dark);
}

.hdr__burger {
  background: none;
  border: 0;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  display: none;
}

.hdr__burger span {
  background: var(--white);
  border-radius: 999px;
  width: 22px;
  height: 2px;
  display: block;
}

.hero {
  grid-template-columns: 55% 45%;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(80% 60% at 110%, #e8131b0f 0%, #0000 60%), radial-gradient(60% 40% at -10% 60%, #e8131b0a 0%, #0000 60%);
  position: absolute;
  inset: 0;
}

.hero__left {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 3rem 5rem 4rem;
  display: flex;
  position: relative;
}

.hero__eyebrow, .eyebrow-row {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.hero__eyebrow {
  margin-bottom: 1.75rem;
}

.hero__eyebrow-rule, .eyebrow-rule {
  background: var(--red);
  flex-shrink: 0;
}

.hero__eyebrow-rule {
  width: 30px;
  height: 2px;
}

.eyebrow-rule {
  width: 22px;
  height: 2px;
}

.hero__eyebrow-text, .eyebrow-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
  font-size: .7rem;
  font-weight: 700;
}

.hero__h1, .stat__num {
  font-family: var(--font-display);
  text-transform: uppercase;
}

.sec-title, .event-card__title, .vote-card__title, .empty-state__title {
  font-family: var(--font-condensed);
  text-transform: uppercase;
}

.hero__h1 {
  letter-spacing: -.03em;
  margin: 0 0 2rem;
  font-size: clamp(5rem, 8vw, 9.5rem);
  font-weight: 900;
  line-height: .86;
}

.hero__h1 em {
  color: var(--red);
  font-style: normal;
}

.hero__desc, .vote-intro, .footer__tagline {
  font-size: 1rem;
  line-height: 1.7;
}

.hero__desc {
  color: #ffffff94;
  max-width: 34ch;
  margin: 0 0 2.5rem;
}

.hero__actions {
  flex-wrap: wrap;
  gap: .875rem;
  display: flex;
}

.btn {
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  align-items: center;
  gap: .5rem;
  padding: .875rem 1.75rem;
  font-size: .78rem;
  font-weight: 700;
  transition: all .22s;
  display: inline-flex;
}

.btn--red {
  background: var(--red);
  color: var(--white);
}

.btn--red:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px #e8131b66;
}

.btn--ghost {
  color: var(--white);
  border: 1px solid #ffffff38;
}

.btn--ghost:hover {
  border-color: #ffffff8c;
  transform: translateY(-2px);
}

.hero__right {
  z-index: 1;
  flex-direction: column;
  gap: .875rem;
  padding: 5.5rem 3rem 3rem 1rem;
  display: flex;
  position: relative;
}

.hero__right--empty {
  border-left: 1px solid var(--border-dark);
  background: linear-gradient(135deg, #ffffff05, #fff0), radial-gradient(60% 50% at 70% 30%, #e8131b0f 0%, #0000 60%);
}

.mosaic__img, .event-card__img, .media-tile, .vote-card__img {
  position: relative;
  overflow: hidden;
}

.mosaic__img {
  background: #1a1a18;
  border-radius: 1.25rem;
}

.mosaic__img:before, .vote-card__img:after, .event-card__img:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.mosaic__img:before {
  background: linear-gradient(200deg, #0000000a 30%, #0006 100%);
}

.mosaic__img img, .event-card__img img, .media-tile img, .vote-card__img img {
  object-fit: cover;
}

.mosaic__img--main {
  border-radius: 1.5rem;
  flex: auto;
  min-height: 220px;
}

.mosaic__img--main:after {
  content: "";
  border-top: 3px solid var(--red);
  border-right: 3px solid var(--red);
  z-index: 2;
  border-radius: 0 1.5rem 0 0;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.mosaic-pair {
  flex-shrink: 0;
  grid-template-columns: 1fr 1fr;
  gap: .875rem;
  height: clamp(140px, 18vh, 185px);
  display: grid;
}

.mosaic__label {
  z-index: 2;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #ffffff8c;
  font-size: .65rem;
  font-weight: 700;
  position: absolute;
  bottom: .875rem;
  left: .875rem;
}

.stats {
  background: var(--ink-mid);
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.stat {
  text-align: center;
  border-right: 1px solid var(--border-dark);
  padding: 1.75rem 2rem;
  transition: background .2s;
}

.stat:last-child {
  border-right: 0;
}

.stat:hover {
  background: var(--ink-raise);
}

.stat__num {
  color: var(--red);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.stat__lbl, .footer__col-head, .sec-link, .event-card__cta, .vote-ig {
  text-transform: uppercase;
}

.stat__lbl {
  letter-spacing: .16em;
  color: #ffffff59;
  margin-top: .3rem;
  font-size: .68rem;
  font-weight: 700;
}

.section {
  padding: 5.5rem 4rem;
}

.section--cream {
  background: var(--cream);
  color: var(--ink);
}

.section--cream-mid {
  background: var(--cream-mid);
  color: var(--ink);
}

.section--vote {
  background: var(--cream-dark);
  color: var(--ink);
}

.sec-header {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  display: flex;
}

.eyebrow-row {
  margin-bottom: .875rem;
}

.sec-title {
  color: var(--ink);
  margin: 0;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  font-weight: 900;
  line-height: .88;
}

.sec-link {
  white-space: nowrap;
  letter-spacing: .14em;
  color: var(--red);
  border-bottom: 1px solid #e8131b66;
  align-self: flex-end;
  padding-bottom: 2px;
  font-size: .75rem;
  font-weight: 700;
}

.sec-link:hover {
  border-color: var(--red);
}

.events-grid, .vote-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  display: grid;
}

.event-card, .vote-card {
  background: var(--white);
  box-shadow: var(--shadow-card);
  color: inherit;
  border-radius: 1.35rem;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  overflow: hidden;
}

.event-card:hover, .vote-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-5px);
}

.event-card__img {
  background: #c8c5be;
  flex-shrink: 0;
  height: 190px;
}

.event-card__img:after, .vote-card__img:after {
  background: linear-gradient(#0000 50%, #00000047 100%);
}

.event-card__badge, .vote-badge {
  z-index: 2;
  border-radius: 999px;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.event-card__badge {
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3rem .875rem;
  font-size: .82rem;
  font-weight: 700;
}

.event-card__body, .vote-card__body {
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.4rem 1.4rem;
  display: flex;
}

.event-card__title, .vote-card__title {
  color: var(--ink);
  margin: 0 0 .5rem;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.event-card__meta, .vote-card__loc, .vote-meter__count {
  color: #08080880;
}

.event-card__meta {
  margin: 0 0 1.25rem;
  font-size: .78rem;
}

.event-card__cta {
  letter-spacing: .12em;
  color: var(--red);
  align-items: center;
  gap: .4rem;
  margin-top: auto;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex;
}

.media-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.media-tile {
  background: var(--white);
  color: inherit;
  border-radius: .95rem;
  flex-direction: column;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 6px #00000014;
}

.media-tile__img {
  aspect-ratio: 1;
  background: #e8e8e8;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.media-tile__img img {
  object-fit: cover;
}

.media-tile__img:after {
  content: "";
  opacity: 0;
  z-index: 1;
  background: linear-gradient(#0000 60%, #00000059 100%);
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.media-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px #0000001f;
}

.media-tile:hover .media-tile__img:after {
  opacity: 1;
}

.media-tile__info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: .75rem;
  display: flex;
}

.media-tile__title {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-condensed);
  margin: 0;
}

.media-tile__date {
  color: #08080880;
  margin: .4rem 0 0;
  font-size: .7rem;
}

.vote-intro {
  color: #08080894;
  max-width: 52ch;
  margin: 0 0 2.75rem;
}

.vote-card__img {
  background: #c0bdb6;
  height: 170px;
}

.vote-badge {
  color: var(--white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  letter-spacing: .2em;
  text-transform: uppercase;
  background: #08080899;
  border: 1px solid #ffffff26;
  padding: .3rem .75rem;
  font-size: .62rem;
  font-weight: 700;
}

.vote-card__loc {
  margin: 0 0 1.25rem;
  font-size: .78rem;
}

.vote-meter {
  margin-bottom: 1.25rem;
}

.vote-meter__bar {
  background: var(--cream-dark);
  border-radius: 999px;
  height: 4px;
  margin-bottom: .45rem;
  overflow: hidden;
}

.vote-meter__fill {
  background: var(--red);
  border-radius: 999px;
  height: 100%;
  transition: width .6s cubic-bezier(.16, 1, .3, 1);
}

.vote-meter__count {
  font-size: .74rem;
  font-weight: 500;
}

.vote-card__actions {
  flex-direction: column;
  gap: .625rem;
  margin-top: auto;
  display: flex;
}

.vote-btn {
  background: var(--red);
  width: 100%;
  color: var(--white);
  cursor: pointer;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.25rem;
  font-size: .78rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.vote-btn:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.vote-btn.voted {
  background: var(--green);
}

.vote-btn.voted:hover {
  background: var(--green);
  transform: none;
}

.vote-ig {
  text-align: center;
  color: #08080866;
  font-size: .72rem;
  display: block;
}

.vote-ig:hover {
  color: #080808bf;
}

.footer {
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid var(--border-dark);
  padding: 4.5rem 4rem 2.5rem;
}

.footer__grid {
  border-bottom: 1px solid var(--border-dark);
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 3.5rem;
  display: grid;
}

.footer__tagline {
  color: #ffffff73;
  max-width: 28ch;
}

.footer__email {
  color: #ffffff8c;
  align-items: center;
  gap: .4rem;
  margin-top: 1.25rem;
  font-size: .8rem;
  font-weight: 500;
  display: inline-flex;
}

.footer__email:hover, .footer__col-links a:hover {
  color: var(--white);
}

.footer__col-head {
  letter-spacing: .2em;
  color: #ffffff47;
  margin: 0 0 1.1rem;
  font-size: .66rem;
  font-weight: 700;
}

.footer__col-links {
  flex-direction: column;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer__col-links a {
  color: #ffffff8c;
  font-size: .875rem;
}

.footer__bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__copy {
  color: #ffffff47;
  font-size: .75rem;
}

.footer__socials {
  gap: .625rem;
  display: flex;
}

.footer__soc {
  border: 1px solid var(--border-dark);
  color: #ffffff73;
  letter-spacing: .04em;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: .7rem;
  font-weight: 700;
  transition: border-color .2s, color .2s;
  display: inline-flex;
}

.footer__soc:hover {
  border-color: var(--red);
  color: var(--red);
}

.page-hero {
  background: var(--ink);
  padding: 9rem 4rem 5rem;
  position: relative;
  overflow: hidden;
}

.page-hero:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(70% 80% at 100%, #e8131b12 0%, #0000 60%);
  position: absolute;
  inset: 0;
}

.page-hero__eyebrow {
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.page-hero__rule {
  background: var(--red);
  flex-shrink: 0;
  width: 30px;
  height: 2px;
}

.page-hero__eyebrow-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
  font-size: .7rem;
  font-weight: 700;
}

.page-hero__h1 {
  z-index: 1;
  font-family: var(--font-display);
  text-transform: uppercase;
  color: var(--white);
  max-width: 12ch;
  margin: 0;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 900;
  line-height: .86;
  position: relative;
}

.page-hero__h1 em {
  color: var(--red);
  font-style: normal;
}

.page-hero__sub {
  z-index: 1;
  color: #ffffff80;
  max-width: 40ch;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  position: relative;
}

.events-list {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.event-row {
  background: var(--white);
  box-shadow: var(--shadow-card);
  color: inherit;
  border-radius: 1.25rem;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  transition: transform .25s, box-shadow .25s;
  display: grid;
  overflow: hidden;
}

.event-row:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

.event-row__img {
  background: #c0bdb6;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.event-row__img:after {
  content: "";
  background: linear-gradient(90deg, #0000 60%, #ffffff1f 100%);
  position: absolute;
  inset: 0;
}

.event-row__img img {
  object-fit: cover;
}

.event-row__body {
  padding: 1.5rem 2rem;
}

.event-row__date, .album-card__date, .post-card__date {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  display: inline-block;
}

.event-row__date {
  font-family: var(--font-display);
  margin-bottom: .5rem;
  font-size: .82rem;
}

.event-row__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 .4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.event-row__meta, .album-card__meta, .featured-album__meta, .featured-album__count, .featured-post__date, .featured-post__excerpt, .suggestions-band__sub {
  color: #08080873;
}

.event-row__meta {
  margin: 0;
  font-size: .8rem;
}

.event-row__status {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: .5rem;
  padding: 0 2rem;
  display: flex;
}

.status-pill {
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: .3rem .875rem;
  font-size: .65rem;
  font-weight: 700;
}

.status-pill--confirmed {
  color: var(--green);
  background: #16a34a1f;
}

.status-pill--tbc {
  color: #d97706;
  background: #d977061f;
}

.event-row__arrow, .post-card__cta, .ig-banner__eyebrow, .suggestions-band__eyebrow {
  text-transform: uppercase;
}

.event-row__arrow {
  color: var(--red);
  font-size: 1.25rem;
  transition: transform .2s;
}

.event-row:hover .event-row__arrow {
  transform: translateX(4px);
}

.ig-banner {
  background: var(--ink);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 3rem 4rem;
  display: flex;
}

.ig-banner__eyebrow, .suggestions-band__eyebrow {
  letter-spacing: .2em;
  color: var(--red);
  margin: 0 0 .5rem;
  font-size: .68rem;
  font-weight: 700;
}

.ig-banner__title, .suggestions-band__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
}

.ig-banner__title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.ig-banner__sub {
  color: #ffffff80;
  max-width: 40ch;
  margin-top: .5rem;
  font-size: .9rem;
  line-height: 1.5;
}

.featured-album, .featured-post {
  background: var(--ink-mid);
  display: grid;
  overflow: hidden;
}

.featured-album {
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}

.featured-post {
  grid-template-columns: 1.2fr .8fr;
  min-height: 460px;
}

.featured-album__img, .featured-post__img {
  background: #1c1c1a;
  position: relative;
  overflow: hidden;
}

.featured-album__img img, .featured-post__img img {
  object-fit: cover;
}

.featured-album__img:after, .featured-post__img:after {
  content: "";
  position: absolute;
  inset: 0;
}

.featured-album__img:after {
  background: linear-gradient(90deg, #0000 60%, #08080899 100%);
}

.featured-post__img:after {
  background: linear-gradient(90deg, #0000 50%, #0808088c 100%);
}

.featured-album__body, .featured-post__body {
  border-left: 1px solid var(--border-dark);
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  display: flex;
}

.featured-label {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.25rem;
  font-size: .68rem;
  font-weight: 700;
  display: flex;
}

.featured-label:before {
  content: "";
  background: var(--red);
  width: 22px;
  height: 2px;
  display: block;
}

.featured-album__title, .featured-post__title, .album-card__title, .post-card__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
}

.featured-album__title {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: .9;
}

.featured-post__title {
  color: var(--white);
  margin-bottom: .875rem;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: .92;
}

.featured-album__meta, .featured-post__date {
  color: #ffffff73;
  margin-bottom: 1.25rem;
  font-size: .85rem;
}

.featured-album__count {
  color: #ffffff59;
  margin-bottom: 2rem;
  font-size: .8rem;
}

.featured-post__excerpt {
  color: #ffffff8c;
  max-width: 36ch;
  margin-bottom: 2rem;
  font-size: .95rem;
  line-height: 1.7;
}

.filter-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--border-light);
  z-index: 100;
  align-items: center;
  gap: .5rem;
  padding: 1.5rem 4rem;
  display: flex;
  position: sticky;
  top: 68px;
}

.filter-tab {
  font-family: var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  color: #08080873;
  background: none;
  border: 0;
  border-radius: 999px;
  padding: .5rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  transition: all .2s;
}

.filter-tab:hover {
  color: var(--ink);
  background: var(--cream-mid);
}

.filter-tab.active {
  background: var(--ink);
  color: var(--white);
}

.archive-tabs {
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.archive-tab {
  border: 1px solid var(--border-light);
  min-height: 2.75rem;
  color: var(--ink);
  font: inherit;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border-radius: 999px;
  padding: 0 1rem;
  font-size: .72rem;
  font-weight: 700;
}

.archive-tab.is-active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.archive-more {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.albums-grid, .posts-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  display: grid;
}

.album-card, .post-card {
  background: var(--white);
  box-shadow: var(--shadow-card);
  color: inherit;
  border-radius: 1.35rem;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  overflow: hidden;
}

.album-card:hover, .post-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-5px);
}

.album-card__img, .post-card__img {
  background: #c0bdb6;
  position: relative;
  overflow: hidden;
}

.album-card__img {
  height: 220px;
}

.post-card__img {
  height: 200px;
}

.album-card__img img, .post-card__img img, .photo-tile img {
  object-fit: cover;
}

.album-card__img:after, .post-card__img:after {
  content: "";
  position: absolute;
  inset: 0;
}

.album-card__img:after {
  opacity: 0;
  background: linear-gradient(#0000 50%, #0006 100%);
  transition: opacity .3s;
}

.post-card__img:after {
  opacity: 0;
  background: linear-gradient(#0000 60%, #00000059 100%);
  transition: opacity .3s;
}

.album-card:hover .album-card__img:after, .post-card:hover .post-card__img:after {
  opacity: 1;
}

.album-card__count, .post-card__tag {
  z-index: 1;
  border-radius: 999px;
  position: absolute;
}

.album-card__count {
  color: var(--white);
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #0000008c;
  padding: .3rem .75rem;
  font-size: .68rem;
  font-weight: 700;
  bottom: 1rem;
  right: 1rem;
}

.post-card__tag {
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .25rem .75rem;
  font-size: .78rem;
  font-weight: 700;
  top: 1rem;
  left: 1rem;
}

.album-card__body, .post-card__body {
  flex-direction: column;
  flex: 1;
  padding: 1.4rem;
  display: flex;
}

.album-card__date, .post-card__date {
  margin-bottom: .5rem;
  font-size: .7rem;
}

.album-card__title, .post-card__title {
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
}

.album-card__meta {
  margin-top: auto;
  padding-top: .75rem;
  font-size: .78rem;
}

.post-card__excerpt {
  color: #08080880;
  margin: .625rem 0 1.25rem;
  font-size: .83rem;
  line-height: 1.6;
}

.post-card__cta {
  letter-spacing: .12em;
  color: var(--red);
  align-items: center;
  gap: .4rem;
  margin-top: auto;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex;
}

.post-card:hover .post-card__cta svg {
  transform: translateX(4px);
}

.album-card--featured {
  background: var(--white);
  min-height: 400px;
  box-shadow: var(--shadow-card);
  flex-direction: unset;
  border-radius: 1.35rem;
  grid-column: span 2;
  grid-template-columns: 1fr 1fr;
  display: grid;
  overflow: hidden;
}

.album-card--featured .album-card__img {
  height: auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.album-card--featured .album-card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.album-card--featured .album-card__body {
  border-left: 1px solid var(--border-light);
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.album-card--featured .album-card__title {
  color: var(--ink);
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.1;
}

.album-card--featured .album-card__date {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 600;
}

.album-card--featured .album-card__meta {
  color: #08080899;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: .9rem;
  line-height: 1.5;
}

.album-card--featured .album-card__count {
  display: none;
}

.suggestions-band {
  background: var(--ink);
  color: var(--white);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
  display: grid;
}

.suggestions-band__title {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  line-height: .9;
}

.suggestions-band__sub {
  color: #ffffff80;
  font-size: .95rem;
  line-height: 1.65;
}

.suggestions-form {
  flex-direction: column;
  gap: .875rem;
  display: flex;
}

.suggestions-form input, .suggestions-form textarea {
  border: 1px solid var(--border-dark);
  font-family: var(--font-body);
  color: var(--white);
  background: #ffffff0f;
  border-radius: .875rem;
  outline: none;
  padding: .875rem 1.25rem;
  font-size: .9rem;
  transition: border-color .2s;
}

.suggestions-form input::placeholder, .suggestions-form textarea::placeholder {
  color: #ffffff40;
}

.suggestions-form input:focus, .suggestions-form textarea:focus {
  border-color: #ffffff40;
}

.suggestions-form textarea {
  resize: vertical;
  min-height: 110px;
}

.suggestions-form .btn--red {
  align-self: flex-start;
}

.form-status {
  color: #ffffff80;
  min-height: 1.2rem;
  margin: 0;
  font-size: .82rem;
}

.detail-hero {
  min-height: 72svh;
  color: var(--white);
  background: radial-gradient(circle at 0 0, #e8131b24, #0000 34%), linear-gradient(135deg, #050505 0%, #131313 58%, #1d1d1d 100%);
  grid-template-columns: .95fr 1.05fr;
  display: grid;
}

.detail-hero__copy {
  flex-direction: column;
  justify-content: center;
  padding: 8.5rem 4rem 4rem;
  display: flex;
}

.detail-hero__eyebrow {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 1rem;
  font-size: .7rem;
  font-weight: 700;
}

.detail-hero__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: .9;
}

.detail-hero__summary {
  color: #ffffffa3;
  max-width: 40ch;
  margin: 1.4rem 0 2rem;
  font-size: 1rem;
  line-height: 1.7;
}

.detail-hero__media {
  border-left: 1px solid var(--border-dark);
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.detail-hero__media img {
  object-fit: cover;
}

.detail-hero__media:after {
  content: "";
  background: linear-gradient(90deg, #05050573 0%, #0000 34%);
  position: absolute;
  inset: 0;
}

.detail-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

.detail-meta > div {
  border-top: 1px solid #ffffff1f;
  padding-top: 1rem;
}

.detail-meta__label {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #ffffff6b;
  margin-bottom: .45rem;
  font-size: .68rem;
  font-weight: 700;
  display: block;
}

.detail-meta__value {
  font-size: .95rem;
  line-height: 1.5;
  display: block;
}

.detail-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  display: grid;
}

.detail-panel {
  background: var(--white);
  box-shadow: var(--shadow-card);
  border-radius: 1.5rem;
  padding: 1.8rem;
}

.detail-panel--dark {
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--border-dark);
}

.detail-panel__title {
  font-family: var(--font-display);
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1;
}

.detail-panel__copy {
  color: inherit;
  opacity: .74;
  margin: 0 0 1.4rem;
  line-height: 1.7;
}

.detail-list {
  gap: .7rem;
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
}

.detail-list li {
  line-height: 1.6;
}

.detail-body {
  max-width: 860px;
}

.rich-copy {
  color: #080808b3;
  gap: 1rem;
  font-size: .98rem;
  line-height: 1.8;
  display: grid;
}

.rich-copy h1, .rich-copy h2, .rich-copy h3, .rich-copy h4 {
  font-family: var(--font-display);
  text-transform: uppercase;
  color: var(--ink);
  margin: .5rem 0 0;
  line-height: 1;
}

.rich-copy p, .rich-copy ul, .rich-copy ol, .rich-copy blockquote {
  margin: 0;
}

.rich-copy a {
  color: var(--red);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.event-signup {
  color: var(--ink);
  gap: 1.5rem;
  display: grid;
}

.event-signup__header {
  grid-template-columns: minmax(0, .95fr) minmax(280px, 1fr);
  align-items: end;
  gap: 2rem;
  display: grid;
}

.event-signup__intro {
  color: #080808a6;
  font-size: .96rem;
  line-height: 1.7;
}

.event-signup__intro p, .event-signup__status p {
  margin: 0;
}

.event-signup__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

.event-signup__field {
  gap: .45rem;
  display: grid;
}

.event-signup__label {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0808089e;
  font-size: .72rem;
  font-weight: 800;
}

.event-signup input, .event-signup textarea, .event-signup select {
  background: var(--white);
  width: 100%;
  color: var(--ink);
  font: inherit;
  border: 1px solid #08080824;
  border-radius: 8px;
  outline: none;
  padding: .88rem 1rem;
  font-size: .95rem;
  line-height: 1.4;
  transition: border-color .18s, box-shadow .18s;
}

.event-signup input:focus, .event-signup textarea:focus, .event-signup select:focus {
  border-color: #e8131b8a;
  box-shadow: 0 0 0 3px #e8131b1a;
}

.event-signup textarea {
  resize: vertical;
}

.event-signup__choices {
  gap: .5rem;
  display: grid;
}

.event-signup__choice {
  background: #ffffffb3;
  border: 1px solid #0808081f;
  border-radius: 8px;
  align-items: center;
  gap: .65rem;
  min-height: 44px;
  padding: .72rem .85rem;
  font-size: .92rem;
  line-height: 1.4;
  display: flex;
}

.event-signup__choice input {
  flex: none;
  width: 18px;
  height: 18px;
  padding: 0;
}

.event-signup__actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.event-signup__actions .btn {
  min-width: 160px;
}

.event-signup__status {
  margin: 0;
  font-size: .92rem;
  line-height: 1.6;
}

.event-signup__status--success {
  color: #166534;
}

.event-signup__status--error {
  color: var(--red);
}

.detail-gallery {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  display: grid;
}

.detail-gallery__item {
  margin: 0;
}

.detail-gallery__image {
  height: 280px;
  box-shadow: var(--shadow-card);
  background: #c0bdb6;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.detail-gallery__image img {
  object-fit: cover;
}

.detail-gallery__item figcaption {
  color: #0808087a;
  margin-top: .65rem;
  font-size: .78rem;
}

.album-viewer {
  gap: 1.25rem;
  display: grid;
}

.album-bar {
  top: calc(var(--header-height) + .5rem);
  z-index: 20;
  border: 1px solid var(--border-light);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: var(--ink);
  background: #f7f6f2f0;
  border-radius: .85rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  display: grid;
  position: sticky;
}

.album-back {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #08080899;
  align-items: center;
  gap: .45rem;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex;
}

.album-back:hover {
  color: var(--ink);
}

.album-info {
  min-width: 0;
}

.album-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
  font-size: clamp(1.15rem, 2.3vw, 1.7rem);
  line-height: 1;
}

.album-meta {
  color: #0808088f;
  margin: .28rem 0 0;
  font-size: .78rem;
}

.album-actions, .lb-topbar-actions {
  align-items: center;
  gap: .55rem;
  display: flex;
}

.album-btn, .lb-iconbtn, .lb-bottom-save, .lb-bottom-close {
  cursor: pointer;
  font: inherit;
  border: none;
  justify-content: center;
  align-items: center;
  gap: .45rem;
  display: inline-flex;
}

.album-btn {
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  min-height: 2.75rem;
  padding: 0 1rem;
  font-size: .72rem;
  font-weight: 700;
}

.album-btn:disabled {
  cursor: wait;
  opacity: .72;
}

.album-btn--dl {
  background: var(--ink);
  color: var(--white);
}

.album-btn--dl:hover {
  background: #1f1f1f;
}

.album-btn--share {
  color: var(--ink);
  background: none;
  border: 1px solid #0808081f;
}

.album-btn--share:hover {
  border-color: #0808083d;
}

.gallery-wall {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .3rem;
  display: grid;
}

.gallery-tile {
  aspect-ratio: 1;
  background: var(--ink-mid);
  border: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gallery-tile img {
  object-fit: cover;
  transition: transform .28s;
}

.gallery-tile:hover img {
  transform: scale(1.04);
}

.gallery-tile:after {
  content: "";
  opacity: 0;
  background: linear-gradient(#0000, #0808081f);
  transition: opacity .2s;
  position: absolute;
  inset: 0;
}

.gallery-tile:hover:after {
  opacity: 1;
}

.lightbox {
  z-index: 260;
  opacity: 0;
  pointer-events: none;
  background: #000000f7;
  flex-direction: column;
  padding: .75rem;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox--chrome-hidden .lb-topbar, .lightbox--chrome-hidden .lb-bottombar {
  display: none;
}

.lightbox--chrome-hidden {
  padding: 0;
}

.lb-topbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: .75rem 1rem;
  padding: .25rem .25rem .85rem;
  transition: opacity .18s, transform .18s;
  display: grid;
}

.lb-counter {
  color: #ffffff8a;
  min-width: 0;
  font-size: .78rem;
  line-height: 1.4;
  display: block;
}

.lb-topbar-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.lb-iconbtn, .lb-navbtn {
  width: 2.8rem;
  height: 2.8rem;
  color: var(--white);
  background: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 999px;
}

.lb-iconbtn:hover, .lb-navbtn:hover {
  background: #ffffff29;
}

.lb-iconbtn--label {
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  gap: .5rem;
  width: auto;
  min-width: 2.8rem;
  padding: 0 .95rem;
  font-size: .72rem;
  font-weight: 700;
}

.lb-iconbtn--save {
  background: var(--red);
  border-color: #e8131b3d;
}

.lb-iconbtn--save:hover {
  background: var(--red-dark);
}

.lb-iconbtn--close {
  background: #ffffff1a;
}

.lb-imgwrap {
  cursor: pointer;
  touch-action: manipulation;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin: .15rem 0;
  display: flex;
  position: relative;
}

.lb-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.lb-bottombar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  padding: .8rem .25rem .25rem;
  transition: opacity .18s, transform .18s;
  display: grid;
}

.lb-navbtn--prev, .lb-navbtn {
  letter-spacing: .12em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .45rem;
  min-width: 5.4rem;
  padding: 0 1rem;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex;
}

.lb-navbtn--prev, .lb-navbtn--spacer {
  display: none;
}

.lb-thumbs {
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  padding: .1rem 0 .2rem;
  display: flex;
  overflow-x: auto;
}

.lb-thumb {
  aspect-ratio: 1;
  cursor: pointer;
  background: #ffffff12;
  border: 2px solid #0000;
  border-radius: .65rem;
  flex: none;
  width: 4.4rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.lb-thumb img {
  object-fit: cover;
}

.lb-thumb.active {
  border-color: var(--red);
  box-shadow: 0 0 0 1px #e8131b52;
}

.lb-thumb:after {
  content: "";
  opacity: .4;
  background: linear-gradient(#0000, #0808082e);
  transition: opacity .2s;
  position: absolute;
  inset: 0;
}

.lb-thumb:hover:after, .lb-thumb.active:after {
  opacity: 0;
}

.lb-thumb:focus-visible, .lb-iconbtn:focus-visible, .lb-navbtn:focus-visible, .album-btn:focus-visible, .gallery-tile:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

@media (max-width: 960px) {
  .lb-topbar {
    grid-template-columns: 1fr;
  }

  .lb-topbar-actions {
    justify-content: flex-start;
  }
}

.toast {
  z-index: 280;
  color: #ffffffe6;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  pointer-events: none;
  background: #141414f0;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  max-width: calc(100vw - 2rem);
  padding: .7rem 1.15rem;
  font-size: .82rem;
  transition: opacity .2s, transform .2s;
  display: none;
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%)translateY(6px);
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%)translateY(0);
}

.tag-row {
  flex-wrap: wrap;
  gap: .65rem;
  display: flex;
}

.tag-pill {
  background: var(--cream-mid);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  border-radius: 999px;
  align-items: center;
  padding: .45rem .85rem;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex;
}

@media (max-width: 1024px) {
  .section {
    padding: 4rem 2.5rem;
  }

  .media-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
  }

  .footer {
    padding: 3.5rem 2.5rem 2rem;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .hero__left {
    padding: 7rem 2.5rem 4rem;
  }

  .hero__right {
    padding: 5rem 2rem 2rem .75rem;
  }

  .hero__right--empty {
    border-left: 1px solid var(--border-dark);
  }

  .page-hero {
    padding: 8rem 2.5rem 4rem;
  }

  .filter-bar {
    padding: 1.25rem 2.5rem;
  }

  .featured-album, .featured-post {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .featured-album__img, .featured-post__img {
    min-height: 300px;
  }

  .featured-album__body, .featured-post__body {
    border-left: 0;
    border-top: 1px solid var(--border-dark);
    padding: 2.5rem;
  }

  .ig-banner, .suggestions-band {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 2rem;
    padding: 3rem 2.5rem;
  }

  .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-hero__copy {
    padding: 7rem 2.5rem 3rem;
  }

  .detail-hero__media {
    border-left: 0;
    border-top: 1px solid var(--border-dark);
    min-height: 340px;
  }

  .detail-grid, .detail-gallery, .event-signup__header, .event-signup__grid {
    grid-template-columns: 1fr;
  }

  .gallery-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hdr {
    padding: 0 1.5rem;
  }

  .hdr__nav {
    display: none;
  }

  .hdr__burger {
    display: flex;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
  }

  .hero__left {
    padding: 6rem 1.5rem 2rem;
  }

  .hero__h1 {
    font-size: clamp(4rem, 14vw, 6rem);
  }

  .hero__right {
    height: 65vw;
    min-height: 280px;
    padding: 0 1.5rem 3rem;
  }

  .hero__right--empty {
    border-left: 0;
  }

  .page-hero {
    padding: 7rem 1.5rem 3.5rem;
  }

  .mosaic-pair {
    height: clamp(110px, 14vw, 155px);
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--border-dark);
  }

  .stat:nth-child(3), .stat:nth-child(4) {
    border-bottom: 0;
  }

  .section {
    padding: 3.5rem 1.5rem;
  }

  .sec-header, .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .events-grid, .vote-grid, .albums-grid, .posts-grid {
    grid-template-columns: 1fr;
  }

  .event-row {
    grid-template-columns: 120px 1fr;
  }

  .event-row__img {
    height: 100%;
  }

  .event-row__status {
    display: none;
  }

  .filter-bar {
    white-space: nowrap;
    flex-wrap: nowrap;
    padding: 1rem 1.5rem;
    overflow-x: auto;
  }

  .archive-tabs {
    flex-wrap: nowrap;
    padding-bottom: .25rem;
    overflow-x: auto;
  }

  .archive-tab {
    white-space: nowrap;
  }

  .album-card--featured {
    flex-direction: column;
    grid-column: span 1;
    min-height: auto;
    display: flex;
  }

  .album-card--featured .album-card__img {
    height: 250px;
    position: relative;
    overflow: hidden;
  }

  .album-card--featured .album-card__body {
    border-left: 0;
    border-top: 1px solid var(--border-light);
    padding: 1.5rem;
  }

  .album-card--featured .album-card__title {
    margin-bottom: .75rem;
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }

  .album-card--featured .album-card__meta {
    margin-bottom: 1rem;
    font-size: .85rem;
  }

  .media-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }

  .media-tile__info {
    padding: .6rem;
  }

  .media-tile__title {
    font-size: .75rem;
  }

  .media-tile__date {
    font-size: .65rem;
  }

  .footer {
    padding: 3rem 1.5rem 2rem;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .suggestions-band {
    padding: 3rem 1.5rem;
  }

  .detail-hero__copy {
    padding: 6rem 1.5rem 2rem;
  }

  .detail-meta {
    grid-template-columns: 1fr;
  }

  .detail-gallery__image {
    height: 220px;
  }

  .album-bar {
    top: calc(var(--header-height) + .5rem);
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding: .95rem 1rem;
  }

  .album-actions {
    width: 100%;
  }

  .album-btn {
    flex: 1;
  }

  .gallery-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lb-topbar {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .lb-topbar-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .lb-iconbtn--label {
    flex: calc(33.333% - .5rem);
    min-width: 0;
    padding: 0 .8rem;
  }

  .lb-imgwrap {
    margin: 0;
  }

  .lb-bottombar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: .75rem 0 0;
  }

  .lb-navbtn {
    min-width: 4.75rem;
    padding: 0 .85rem;
  }

  .lb-thumb {
    width: 3.8rem;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/