:root {
  --font-site: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-reading: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-heading: "Bebas Neue", Impact, sans-serif;
  --color-night: #030303;
  --color-carbon: #0a0a0b;
  --color-card: #111113;
  --color-paper: #f4f1ea;
  --color-muted: #aaa6a0;
  --color-line: rgba(244, 241, 234, .18);
  --color-blue: #2374a5;
  --color-orange: #bf5701;
  --color-amp: #f5c65b;
  --color-redstage: #b91c1c;
  --rgb-paper: 244, 241, 234;
  --rgb-blue: 35, 116, 165;
  --rgb-orange: 191, 87, 1;
  --rgb-amp: 245, 198, 91;
}

.category-generic,
.category-koncerti,
.category-vijesti,
.category-najave,
.category-galerije,
.category-interview,
.category-supernajave,
.category-price,
.category-arhiva {
  --category-accent: var(--color-orange);
  --category-accent-2: var(--color-amp);
  --category-rgb: var(--rgb-orange);
}

.category-koncerti {
  --category-accent: #2374a5;
  --category-accent-2: #f5c65b;
  --category-rgb: 35, 116, 165;
}

.category-vijesti {
  --category-accent: #bf5701;
  --category-accent-2: #2374a5;
  --category-rgb: 191, 87, 1;
}

.category-najave,
.category-supernajave {
  --category-accent: #d28a12;
  --category-accent-2: #bf5701;
  --category-rgb: 210, 138, 18;
}

.category-galerije {
  --category-accent: #b91c1c;
  --category-accent-2: #f5c65b;
  --category-rgb: 185, 28, 28;
}

.category-interview {
  --category-accent: #4f8ba9;
  --category-accent-2: #bf5701;
  --category-rgb: 79, 139, 169;
}

.category-price {
  --category-accent: #9f2f58;
  --category-accent-2: #f5c65b;
  --category-rgb: 159, 47, 88;
}

.category-arhiva {
  --category-accent: #766f65;
  --category-accent-2: #bf5701;
  --category-rgb: 118, 111, 101;
}

*,
::before,
::after {
  box-sizing: border-box;
  border: 0 solid var(--color-line);
}

html {
  background: #000;
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  background: var(--color-night);
  color: var(--color-paper);
  font-family: var(--font-site);
  font-size: 1rem;
  line-height: 1.6;
}

body.lightbox-open {
  overflow: hidden;
}

main {
  overflow-x: hidden;
  background: var(--color-paper);
}

main:focus {
  outline: 0;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 2147483647;
  transform: translateY(-180%);
  border: 2px solid var(--color-paper);
  background: var(--color-amp);
  color: var(--color-night);
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid rgba(var(--rgb-blue), .9);
  outline-offset: 3px;
}

.section-calendar {
  background: #0b0807;
}

.calendar-section-date {
  margin: 0;
}

.calendar-section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .625rem;
  margin-bottom: 1.75rem;
}

.calendar-section-title {
  margin: 0;
  min-width: 0;
}

.calendar-section-navigation {
  flex: 0 0 auto;
  align-self: center;
}

.calendar-frame {
  width: 100%;
}

@media (max-width: 520px) {
  .calendar-section-title-row {
    flex-wrap: wrap;
  }
}

.calendar-track {
  align-items: stretch;
}

.calendar-week {
  display: grid;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  grid-template-columns: 1fr !important;
  align-items: stretch;
}

.calendar-day {
  display: none;
  min-width: 0;
  height: auto;
}

.calendar-day.is-calendar-active-day {
  display: block;
}

.calendar-day a,
.calendar-day span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.calendar-page-section {
  min-width: 0;
}

.calendar-page-announcements {
  margin-top: 4rem;
}

.calendar-monthly {
  min-width: 0;
}

.calendar-monthly-heading {
  min-width: 0;
}

.calendar-monthly-controls {
  display: flex;
  gap: .5rem;
}

.calendar-monthly-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid rgba(var(--rgb-amp), .7);
  background: rgba(var(--rgb-amp), .12);
  color: var(--color-amp);
  font-size: 3rem;
  line-height: 1;
  box-shadow: 0 0 26px rgba(var(--rgb-amp), .16);
  transition: background-color .18s ease, color .18s ease;
}

.calendar-monthly-nav:hover {
  background: var(--color-amp);
  color: var(--color-night);
}

.calendar-monthly-frame {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
}

.calendar-monthly-track {
  display: flex;
  width: 100%;
  min-width: 100%;
  transition: transform .5s ease-out;
}

.calendar-month-panel {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  overflow-x: auto;
  background: rgba(255, 255, 255, .1);
}

.calendar-month-weekdays,
.calendar-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-width: 56rem;
  gap: 1px;
}

.calendar-month-weekdays {
  color: rgba(var(--rgb-paper), .72);
  text-transform: uppercase;
}

.calendar-month-weekdays > div {
  background: rgba(0, 0, 0, .76);
  padding: .75rem;
  font-size: 1.1rem;
}

.calendar-month-day {
  min-height: 11.5rem;
  min-width: 0;
  background: rgba(0, 0, 0, .55);
  padding: .75rem;
}

.calendar-month-day.is-outside-month {
  background: rgba(0, 0, 0, .32);
}

.calendar-month-day.is-outside-month .calendar-month-day-head,
.calendar-month-day.is-outside-month .calendar-month-events {
  opacity: .46;
}

.calendar-month-day.is-today {
  outline: 2px solid rgba(var(--rgb-amp), .75);
  outline-offset: -2px;
}

.calendar-month-day-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem;
}

.calendar-month-day-head span {
  color: var(--color-amp);
  font-size: 2.25rem;
  line-height: .86;
}

.calendar-month-day-head small {
  color: rgba(var(--rgb-paper), .45);
  font-size: .72rem;
  text-transform: uppercase;
}

.calendar-month-events {
  display: grid;
  gap: .45rem;
  margin-top: .9rem;
}

.calendar-month-events > p {
  color: rgba(var(--rgb-paper), .34);
  font-size: .78rem;
  line-height: 1.35;
}

.calendar-month-event {
  display: block;
  min-width: 0;
  border-left: 2px solid var(--color-orange);
  padding-left: .5rem;
  text-decoration: none;
  transition: background-color .18s ease;
}

.calendar-month-event:hover {
  background: rgba(255, 255, 255, .04);
}

.calendar-month-event.is-blue {
  border-left-color: var(--color-blue);
}

.calendar-month-event span {
  display: block;
  color: var(--color-orange);
  font-family: var(--font-heading);
  font-size: .95rem;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.calendar-month-event.is-blue span {
  color: var(--color-blue);
}

.calendar-month-event strong {
  display: block;
  color: rgba(var(--rgb-paper), .8);
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.section-news {
  background: #eee8dd;
}

.homepage-editorial-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.homepage-section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.homepage-najave-section {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .homepage-najave-section {
    padding-bottom: 5rem;
  }
}

.category-page-section {
  --category-accent: var(--color-orange);
  --category-accent-2: var(--color-amp);
  --category-rgb: var(--rgb-orange);
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.category-page-section.category-koncerti {
  --category-accent: #2374a5;
  --category-accent-2: #f5c65b;
  --category-rgb: 35, 116, 165;
}

.category-page-section.category-vijesti {
  --category-accent: #bf5701;
  --category-accent-2: #2374a5;
  --category-rgb: 191, 87, 1;
}

.category-page-section.category-najave,
.category-page-section.category-supernajave {
  --category-accent: #d28a12;
  --category-accent-2: #bf5701;
  --category-rgb: 210, 138, 18;
}

.category-page-section.category-galerije {
  --category-accent: #b91c1c;
  --category-accent-2: #f5c65b;
  --category-rgb: 185, 28, 28;
}

.category-page-section.category-price {
  --category-accent: #9f2f58;
  --category-accent-2: #f5c65b;
  --category-rgb: 159, 47, 88;
}

.category-page-section.category-arhiva {
  --category-accent: #766f65;
  --category-accent-2: #bf5701;
  --category-rgb: 118, 111, 101;
}

.category-page-heading {
  position: relative;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding-bottom: 1.25rem;
}

.category-page-heading::after {
  content: "";
  position: absolute;
  inset: auto auto -1px 0;
  width: min(34rem, 68vw);
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--category-rgb), .92) 0%, rgba(var(--category-rgb), .56) 34%, rgba(var(--category-rgb), 0) 100%);
}

.category-page-heading .archive-list-heading-copy > p,
.category-page-heading h2 {
  color: var(--category-accent);
}

.category-page-heading h2 {
  color: var(--color-night);
}

.category-page-count {
  margin: 0 0 .5rem;
}

.category-page-range {
  margin: .5rem 0 0;
}

.category-pagination {
  margin-top: 3rem;
}

.site-search-form {
  position: relative;
}

@media (min-width: 1024px) {
  .site-search-form.desktop-site-search {
    flex: 0 1 27rem;
    max-width: 27rem;
  }
}

.site-search-form:focus-within {
  border-color: rgba(var(--rgb-amp), .92);
}

.site-search-form input:focus,
.site-search-form input:focus-visible {
  outline: 0;
  outline-offset: 0;
}

.site-search-form.is-loading input {
  cursor: progress;
}

.site-search-form.is-loading button[type="submit"],
.newsletter-form.is-loading button[type="submit"],
.static-contact-form.is-loading button[type="submit"] {
  position: relative;
  pointer-events: none;
}

.site-search-form.is-loading button[type="submit"]::after,
.newsletter-form.is-loading button[type="submit"]::after,
.static-contact-form.is-loading button[type="submit"]::after {
  content: "";
  display: inline-block;
  width: .85em;
  height: .85em;
  margin-left: .55em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  vertical-align: -.1em;
  animation: subtleSpin .78s linear infinite;
}

@keyframes subtleSpin {
  to {
    transform: rotate(360deg);
  }
}

.search-autocomplete-panel {
  position: absolute;
  top: calc(100% + .55rem);
  left: 0;
  right: 0;
  z-index: 90;
  max-height: min(34rem, calc(100vh - 7rem));
  overflow: auto;
  border: 1px solid rgba(var(--rgb-paper), .18);
  background:
    linear-gradient(135deg, rgba(var(--rgb-blue), .16), transparent 36%),
    linear-gradient(315deg, rgba(var(--rgb-orange), .16), transparent 44%),
    rgba(3, 3, 3, .98);
  box-shadow: 0 1.3rem 3.5rem rgba(0, 0, 0, .46);
  padding: .65rem;
}

.search-autocomplete-panel[hidden] {
  display: none;
}

.search-autocomplete-group + .search-autocomplete-group {
  margin-top: .55rem;
  border-top: 1px solid rgba(var(--rgb-paper), .1);
  padding-top: .55rem;
}

.search-autocomplete-label {
  margin: 0 0 .35rem;
  color: var(--color-amp);
  font-size: 1.08rem;
  line-height: 1;
  text-transform: uppercase;
}

.search-autocomplete-items {
  display: grid;
  gap: .25rem;
}

.search-autocomplete-item {
  display: grid;
  gap: .15rem;
  border: 1px solid transparent;
  padding: .65rem .75rem;
  color: var(--color-paper);
  text-decoration: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.search-autocomplete-item:hover,
.search-autocomplete-item.is-active {
  border-color: rgba(var(--rgb-amp), .32);
  background: rgba(var(--rgb-paper), .08);
}

.search-autocomplete-title {
  color: inherit;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.25;
}

.search-autocomplete-meta,
.search-autocomplete-empty {
  color: rgba(var(--rgb-paper), .62);
  font-size: .78rem;
  line-height: 1.35;
}

.search-autocomplete-empty {
  padding: .8rem .75rem;
}

.search-autocomplete-loading {
  color: var(--color-amp);
}

@media (max-width: 1023px) {
  html,
  body {
    background: #000;
    overscroll-behavior-y: none;
  }

  html.is-mobile-menu-open,
  html.is-mobile-menu-open body {
    overflow: hidden;
  }

  main {
    background: #000;
  }

  footer {
    background: #000;
  }

  .footer-bottom-bar {
    padding-bottom: calc(5.35rem + env(safe-area-inset-bottom)) !important;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .66rem;
    min-height: 3.18rem;
    border: 1px solid rgba(var(--rgb-paper), .22);
    background: linear-gradient(180deg, rgba(var(--rgb-paper), .085), rgba(var(--rgb-paper), .025));
    color: var(--color-paper);
    padding: .7rem .94rem;
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .22);
  }

  .mobile-menu-toggle svg,
  .mobile-menu-close svg,
  .mobile-menu-search-icon svg,
  .mobile-bottom-nav svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-menu-toggle[aria-expanded="true"] {
    border-color: rgba(var(--rgb-amp), .55);
    color: var(--color-amp);
  }

  .mobile-menu-toggle svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .mobile-menu-shell {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
  }

  .mobile-menu-shell.hidden {
    display: none !important;
  }

  .mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(10px);
  }

  .mobile-menu-panel {
    position: absolute;
    inset: 0 auto 0 0;
    width: min(92vw, 29rem);
    min-height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    border-right: 1px solid rgba(var(--rgb-paper), .14);
    background:
      linear-gradient(135deg, rgba(var(--rgb-blue), .16), transparent 34%),
      linear-gradient(315deg, rgba(var(--rgb-orange), .18), transparent 46%),
      #050505;
    box-shadow: 1.7rem 0 4rem rgba(0, 0, 0, .42);
    padding: calc(1rem + env(safe-area-inset-top)) 5% calc(6rem + env(safe-area-inset-bottom));
    isolation: isolate;
    opacity: 1;
    transform: none;
  }

  .mobile-menu-panel::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: calc(4.82rem + env(safe-area-inset-top));
    background: rgba(0, 0, 0, .9);
    pointer-events: none;
  }

  .mobile-menu-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(var(--rgb-paper), .12);
  }

  .mobile-menu-logo {
    width: 4.75rem;
    max-width: 30vw;
    text-decoration: none;
  }

  .mobile-menu-close {
    display: inline-flex;
    align-items: center;
    gap: .54rem;
    border: 1px solid rgba(var(--rgb-paper), .18);
    background: rgba(var(--rgb-paper), .055);
    color: rgba(var(--rgb-paper), .82);
    padding: .66rem .84rem;
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-menu-close svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .mobile-menu-search {
    position: relative;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0;
    margin: 1rem 0 1.25rem;
    border: 1px solid rgba(var(--rgb-amp), .42);
    background: rgba(var(--rgb-paper), .075);
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, .28);
  }

  .mobile-menu-search-icon {
    display: grid;
    width: 3rem;
    height: 3.4rem;
    place-items: center;
    border-right: 1px solid rgba(var(--rgb-paper), .12);
    color: var(--color-amp);
  }

  .mobile-menu-search input {
    min-width: 0;
    height: 3.4rem;
    border: 0;
    background: transparent;
    color: var(--color-paper);
    font-family: var(--font-reading);
    font-size: 1.02rem;
    padding: 0 .85rem;
    outline: none;
  }

  .mobile-menu-search input::placeholder {
    color: rgba(var(--rgb-paper), .58);
  }

  .mobile-menu-search button[type="submit"] {
    align-self: stretch;
    border: 0;
    border-left: 1px solid rgba(var(--rgb-paper), .12);
    background: var(--color-amp);
    color: var(--color-night);
    padding: 0 .95rem;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-menu-search .search-autocomplete-panel {
    top: calc(100% + .45rem);
    max-height: min(24rem, calc(100dvh - 15rem));
    border-color: rgba(var(--rgb-amp), .34);
  }

  .mobile-menu-section {
    border-top: 1px solid rgba(var(--rgb-paper), .1);
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .mobile-menu-kicker {
    margin: 0 0 .8rem;
    color: var(--color-amp);
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-menu-links {
    display: grid;
    gap: .42rem;
  }

  .mobile-menu-links .site-nav-link {
    display: flex;
    justify-content: space-between;
    min-height: 3rem;
    border: 1px solid rgba(var(--rgb-paper), .1);
    background: rgba(var(--rgb-paper), .035);
    color: rgba(var(--rgb-paper), .86);
    padding: .78rem .86rem;
    font-size: 1.45rem;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-menu-links .site-nav-link::after {
    display: none;
  }

  .mobile-menu-links .site-nav-link.is-active,
  .mobile-menu-links .site-nav-link:hover,
  .mobile-menu-links .site-nav-link:focus-visible {
    border-color: rgba(var(--nav-rgb, var(--rgb-amp)), .46);
    background: rgba(var(--nav-rgb, var(--rgb-amp)), .12);
    color: var(--color-paper);
  }

  .mobile-menu-secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }

  .mobile-menu-secondary-grid a,
  .mobile-menu-admin-link {
    display: flex;
    align-items: center;
    min-height: 2.85rem;
    border: 1px solid rgba(var(--rgb-paper), .12);
    background: rgba(var(--rgb-paper), .04);
    color: rgba(var(--rgb-paper), .78);
    padding: .72rem .78rem;
    font-size: 1.12rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-menu-secondary-grid a:hover,
  .mobile-menu-secondary-grid a:focus-visible,
  .mobile-menu-admin-link:hover,
  .mobile-menu-admin-link:focus-visible {
    border-color: rgba(var(--rgb-amp), .38);
    color: var(--color-amp);
  }

  .mobile-menu-admin-link {
    margin-top: 1rem;
    justify-content: center;
  }

  .mobile-bottom-nav {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto;
    margin: 0;
    z-index: 62;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .32rem;
    border-top: 1px solid rgba(var(--rgb-paper), .13);
    background:
      linear-gradient(90deg, rgba(var(--rgb-blue), .12), transparent 32%, rgba(var(--rgb-orange), .12)),
      rgba(0, 0, 0, .96);
    padding: .42rem .65rem calc(.42rem + env(safe-area-inset-bottom));
    box-shadow: 0 -1rem 2.4rem rgba(0, 0, 0, .34);
    -webkit-transform: none;
    transform: none;
    will-change: auto;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    display: grid;
    min-width: 0;
    min-height: 3.25rem;
    place-items: center;
    gap: .18rem;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(var(--rgb-paper), .66);
    font-family: var(--font-heading);
    font-size: .86rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-bottom-nav a.is-active,
  .mobile-bottom-nav button.is-active,
  .mobile-bottom-nav a:hover,
  .mobile-bottom-nav button:hover,
  .mobile-bottom-nav a:focus-visible,
  .mobile-bottom-nav button:focus-visible {
    border-color: rgba(var(--rgb-amp), .28);
    background: rgba(var(--rgb-paper), .06);
    color: var(--color-amp);
  }

  .mobile-bottom-nav svg {
    width: 1.18rem;
    height: 1.18rem;
  }

  .mobile-category-anchor-target {
    scroll-margin-top: 4.75rem;
  }

}

@media (min-width: 1024px) {
  .mobile-menu-toggle,
  .mobile-menu-shell,
  .mobile-bottom-nav {
    display: none !important;
  }
}

/* Cookie consent and externally hosted media */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cookie-consent[hidden],
.cookie-preferences[hidden],
.external-content-placeholder[hidden],
.story-flickr-frame iframe[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  z-index: 80;
  display: grid;
  width: min(74rem, calc(100vw - 2rem));
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem 2rem;
  border: 1px solid rgba(var(--rgb-paper), .22);
  border-left: 4px solid var(--color-amp);
  background:
    linear-gradient(100deg, rgba(var(--rgb-blue), .13), transparent 38%, rgba(var(--rgb-orange), .12)),
    #090a0b;
  padding: 1.15rem 1.25rem;
  color: var(--color-paper);
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, .52);
  opacity: 0;
  transform: translate(-50%, calc(100% + 2rem));
  transition: opacity 220ms ease, transform 260ms ease;
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cookie-consent-copy {
  min-width: 0;
}

.cookie-consent-kicker {
  margin: 0 0 .2rem;
  color: var(--color-orange);
  font-size: .88rem;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-consent h2,
.cookie-preferences-dialog h2 {
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cookie-consent h2 {
  color: var(--color-paper);
  font-size: 2.25rem;
  line-height: .98;
}

#cookieConsentDescription {
  max-width: 52rem;
  margin: .45rem 0 0;
  color: rgba(var(--rgb-paper), .72);
  font-size: .92rem;
  line-height: 1.45;
}

.cookie-privacy-link {
  display: inline-block;
  margin-top: .45rem;
  color: var(--color-amp);
  font-family: var(--font-reading);
  font-size: .82rem;
  font-weight: 600;
  text-underline-offset: .18em;
}

.cookie-privacy-link:hover,
.cookie-privacy-link:focus-visible {
  color: var(--color-paper);
}

.cookie-privacy-link-dialog {
  justify-self: start;
  color: #263848;
}

.cookie-privacy-link-dialog:hover,
.cookie-privacy-link-dialog:focus-visible {
  color: #8b254b;
}

.cookie-consent-actions,
.cookie-preferences-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
}

.cookie-button,
.cookie-preferences-trigger,
.external-content-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border: 1px solid transparent;
  padding: .65rem .9rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-button-primary {
  border-color: var(--color-amp);
  background: var(--color-amp);
  color: #090a0b;
}

.cookie-button-primary:hover,
.cookie-button-primary:focus-visible {
  border-color: #ffe08b;
  background: #ffe08b;
  color: #090a0b;
}

.cookie-button-secondary {
  border-color: rgba(var(--rgb-paper), .34);
  background: rgba(var(--rgb-paper), .06);
  color: var(--color-paper);
}

.cookie-button-secondary:hover,
.cookie-button-secondary:focus-visible {
  border-color: var(--color-paper);
  background: rgba(var(--rgb-paper), .12);
  color: var(--color-paper);
}

.cookie-preferences-trigger {
  min-height: auto;
  border: 0;
  background: transparent;
  padding: .5rem .25rem;
  color: rgba(var(--rgb-paper), .72);
  text-decoration: underline;
  text-decoration-color: rgba(var(--rgb-paper), .3);
  text-underline-offset: .25rem;
}

.cookie-preferences-trigger:hover,
.cookie-preferences-trigger:focus-visible {
  color: var(--color-amp);
  text-decoration-color: currentColor;
}

.cookie-settings-link {
  width: auto;
  border: 0;
  background: transparent;
  padding: 0 0 .01rem;
  color: inherit;
  font: inherit;
  line-height: 1.05;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-preferences {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.cookie-preferences-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, .82);
  cursor: default;
}

.cookie-preferences-dialog {
  position: relative;
  z-index: 1;
  width: min(46rem, 100%);
  max-height: min(44rem, calc(100dvh - 2rem));
  overflow: auto;
  border: 1px solid rgba(7, 11, 15, .24);
  border-top: 4px solid var(--color-amp);
  background: var(--color-paper);
  padding: 1.35rem;
  color: #111820;
  box-shadow: 0 1.7rem 5rem rgba(0, 0, 0, .62);
  outline: 0;
}

.cookie-preferences-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(17, 24, 32, .16);
  padding-bottom: 1rem;
}

.cookie-preferences-dialog h2 {
  color: #111820;
  font-size: 2.5rem;
  line-height: .98;
}

.cookie-dialog-close {
  display: inline-grid;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(17, 24, 32, .25);
  background: transparent;
  color: #111820;
  font-family: var(--font-site);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-dialog-close:hover,
.cookie-dialog-close:focus-visible {
  border-color: #111820;
  background: #111820;
  color: var(--color-paper);
}

.cookie-preferences-form {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
}

.cookie-preference-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(17, 24, 32, .15);
  background: #fff;
  padding: 1rem;
}

.cookie-preference-row strong {
  display: block;
  color: #111820;
  font-size: 1rem;
  line-height: 1.25;
}

.cookie-preference-row p,
.cookie-preference-description {
  display: block;
  margin: .28rem 0 0;
  color: rgba(17, 24, 32, .68);
  font-size: .86rem;
  line-height: 1.4;
}

.cookie-required-badge {
  flex: 0 0 auto;
  border: 1px solid rgba(var(--rgb-blue), .34);
  background: rgba(var(--rgb-blue), .09);
  padding: .42rem .55rem;
  color: #174e70;
  font-size: .76rem;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-preference-toggle-row {
  cursor: pointer;
}

.cookie-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookie-switch-track {
  display: flex;
  width: 3.25rem;
  height: 1.75rem;
  align-items: center;
  border: 1px solid rgba(17, 24, 32, .36);
  background: #d9dee2;
  padding: .18rem;
  transition: background 160ms ease, border-color 160ms ease;
}

.cookie-switch-track span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  box-shadow: 0 .12rem .35rem rgba(0, 0, 0, .22);
  transform: translateX(0);
  transition: transform 160ms ease;
}

.cookie-switch input:checked + .cookie-switch-track {
  border-color: #8b254b;
  background: #9f2f58;
}

.cookie-switch input:checked + .cookie-switch-track span {
  transform: translateX(1.45rem);
}

.cookie-switch input:focus-visible + .cookie-switch-track {
  outline: 3px solid rgba(var(--rgb-blue), .28);
  outline-offset: 3px;
}

.cookie-preferences-actions {
  margin-top: .25rem;
  padding-top: .75rem;
}

.cookie-preferences-dialog .cookie-button-secondary {
  border-color: rgba(17, 24, 32, .34);
  background: transparent;
  color: #111820;
}

.cookie-preferences-dialog .cookie-button-secondary:hover,
.cookie-preferences-dialog .cookie-button-secondary:focus-visible {
  border-color: #111820;
  background: #111820;
  color: var(--color-paper);
}

html.is-cookie-preferences-open,
html.is-cookie-preferences-open body {
  overflow: hidden;
}

.external-content-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .45rem;
  padding: 1.5rem;
  background:
    linear-gradient(135deg, rgba(var(--rgb-blue), .18), transparent 48%, rgba(var(--rgb-orange), .12)),
    #090a0b;
  color: var(--color-paper);
  text-align: center;
}

.external-content-kicker {
  color: var(--color-orange);
  font-size: .82rem;
  text-transform: uppercase;
}

.external-content-placeholder strong {
  font-size: 1.05rem;
}

.external-content-placeholder p {
  margin: 0;
  color: rgba(var(--rgb-paper), .68);
  font-size: .86rem;
}

.external-content-button {
  margin-top: .35rem;
  border-color: var(--color-amp);
  background: var(--color-amp);
  color: #090a0b;
}

.external-content-button:hover,
.external-content-button:focus-visible {
  border-color: #ffe08b;
  background: #ffe08b;
  color: #090a0b;
}

@media (max-width: 1023px) {
  .cookie-consent {
    bottom: calc(4.85rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 767px) {
  .cookie-consent {
    width: calc(100vw - 1rem);
    grid-template-columns: minmax(0, 1fr);
    gap: .85rem;
    padding: 1rem;
  }

  .cookie-consent h2 {
    font-size: 1.85rem;
  }

  #cookieConsentDescription {
    font-size: .84rem;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .cookie-preferences-trigger {
    grid-column: 1 / -1;
  }

  .cookie-button {
    width: 100%;
  }

  .cookie-preferences {
    align-items: end;
    padding: .5rem;
  }

  .cookie-preferences-dialog {
    width: 100%;
    max-height: calc(100dvh - 1rem);
    padding: 1rem;
  }

  .cookie-preferences-dialog h2 {
    font-size: 2rem;
  }

  .cookie-preference-row {
    align-items: flex-start;
  }

  .cookie-required-badge {
    white-space: nowrap;
  }

  .cookie-preferences-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-nav-list .cookie-settings-link {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent,
  .cookie-switch-track,
  .cookie-switch-track span {
    transition: none;
  }
}

.search-result-card {
  display: grid;
}

.search-result-media img {
  height: 14rem;
}

.search-result-context mark {
  background: rgba(var(--rgb-amp), .55);
  color: var(--color-night);
  padding: 0 .12em;
}

.editorial-card {
  position: relative;
  isolation: isolate;
  --category-accent: var(--color-orange);
  --category-accent-2: var(--color-amp);
  --category-rgb: var(--rgb-orange);
  box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, .055);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.editorial-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 3px;
  background: linear-gradient(180deg, var(--color-orange), var(--color-amp) 58%, var(--color-blue));
  opacity: .76;
  pointer-events: none;
}

.editorial-card > a:first-child {
  position: relative;
  overflow: hidden;
}

.editorial-card > a:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), transparent 36%),
    linear-gradient(0deg, rgba(0, 0, 0, .18), transparent 48%);
  opacity: .78;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.editorial-card .editorial-card-image {
  filter: contrast(1.08) saturate(1.04);
  transform: scale(1.001);
  transition: filter 360ms ease, transform 520ms ease;
}

.editorial-card[data-adaptive-card-copy] > a:first-child {
  aspect-ratio: 3 / 2;
}

.editorial-card[data-adaptive-card-copy] .editorial-card-image {
  height: 100% !important;
  object-position: 50% 28%;
  transform-origin: 50% 28%;
}

.editorial-card[data-adaptive-card-copy] .card-text {
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--card-copy-lines, 4);
  line-clamp: var(--card-copy-lines, 4);
}

@media (min-width: 768px) {
  .editorial-card[data-adaptive-card-copy].editorial-card-featured > a:first-child {
    aspect-ratio: 3 / 1;
  }
}

.editorial-card:hover {
  border-color: rgba(var(--category-rgb), .46);
  box-shadow: 0 1.35rem 2.8rem rgba(0, 0, 0, .12);
  transform: translateY(-2px);
}

.editorial-card:hover > a:first-child::after {
  opacity: .42;
}

.editorial-card:hover .editorial-card-image {
  filter: contrast(1.13) saturate(1.12);
  transform: scale(1.035);
}

.editorial-card-meta {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: .45rem;
  line-height: 1;
}

.editorial-card-meta::before {
  content: "";
  display: inline-block;
  width: 1.65rem;
  height: 2px;
  background: currentColor;
  opacity: .68;
}

.editorial-card h3 a {
  transition: color 160ms ease;
}

.card-title-clamp {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.title.card-title-clamp {
  line-height: .95;
}

.editorial-card .card-title-clamp {
  font-size: 2.025rem;
}

.home-featured-copy .card-title-clamp {
  font-size: 1.44rem;
}

.gallery-card .card-title-clamp[class~="text-4xl"] {
  font-size: 2.025rem;
}

.gallery-card .card-title-clamp[class~="text-5xl"] {
  font-size: 2.7rem;
}

.editorial-card:hover h3 a {
  color: var(--category-accent);
}

.editorial-card .card-text {
  line-height: 1.62;
}

.editorial-card-button {
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.editorial-card-button:hover {
  background: var(--category-accent);
  border-color: var(--category-accent);
  color: var(--color-paper);
  transform: translateY(-1px);
}

.announcement-card {
  position: relative;
  overflow: hidden;
}

.announcement-card-date {
  display: grid;
  min-height: 4.35rem;
  place-items: center;
  align-content: center;
  justify-content: center;
}

.announcement-card-date p {
  margin: 0;
  text-align: center;
}

.announcement-view-all {
  font-size: 1.275rem;
  line-height: 1;
  padding: .64rem 1.06rem;
}

.announcement-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--rgb-amp), .72), transparent);
  opacity: 0;
  transition: opacity 160ms ease;
}

.announcement-card:hover::after {
  opacity: 1;
}

.gallery-card-frame {
  border: 1px solid rgba(var(--rgb-paper), .14);
  background: #000;
  box-shadow: inset 0 -7rem 7rem rgba(0, 0, 0, .34);
}

.gallery-card-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(var(--rgb-blue), .18), transparent 35%),
    linear-gradient(0deg, rgba(0, 0, 0, .74), transparent 54%);
  opacity: .78;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.gallery-card-frame > img {
  filter: contrast(1.08) saturate(1.02);
}

.gallery-card-frame > .absolute {
  z-index: 2;
}

.gallery-card:hover .gallery-card-frame {
  border-color: rgba(var(--rgb-amp), .55);
}

.gallery-card:hover .gallery-card-frame::before {
  opacity: .48;
}

@media (min-width: 768px) {
  .search-result-card {
    grid-template-columns: minmax(15rem, .34fr) minmax(0, 1fr);
  }

  .search-result-media img {
    height: 100%;
    min-height: 16rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

button,
input {
  margin: 0;
  font: inherit;
}

button {
  cursor: pointer;
  background: transparent;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.display {
  font-family: var(--font-heading);
  line-height: .78;
  letter-spacing: 0;
}

.title {
  font-family: var(--font-heading);
  line-height: .86;
  letter-spacing: 0;
}

.archive-list-heading-copy {
  min-width: 0;
}

.archive-list-heading-copy .display {
  display: block;
  margin-left: -.045em;
}

.contributor-directory-grid {
  display: grid;
  gap: 1rem;
}

.contributor-directory-column {
  display: grid;
  align-content: start;
  gap: .5rem;
  min-width: 0;
}

.contributor-directory-card {
  border: 1px solid rgba(0, 0, 0, .15);
  background: #fff;
  padding: 1rem 1.5rem;
}

.contributor-directory-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: .75rem;
}

.contributor-directory-title {
  min-width: 0;
}

.contributor-directory-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem;
}

.contributor-directory-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .2);
  background: transparent;
  color: rgba(3, 3, 3, .78);
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .005em;
  text-transform: uppercase;
  padding: .42rem .55rem;
  white-space: nowrap;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.contributor-directory-action:hover,
.contributor-directory-action:focus-visible,
.contributor-directory-action[aria-expanded="true"] {
  border-color: var(--color-orange);
  background: var(--color-orange);
  color: #fff !important;
}

.venue-detail-wrap {
  width: 100%;
  max-width: none;
}

.venue-detail-heading-copy {
  flex: 1 1 38rem;
  max-width: 72rem;
}

.venue-detail-heading-actions {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .65rem;
  padding-bottom: .1rem;
}

.venue-detail-heading-action {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-night);
  padding: .68rem 1rem;
  color: var(--color-night);
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.venue-detail-heading-action.is-primary {
  border-color: var(--category-accent);
  background: var(--category-accent);
  color: #fff;
}

.venue-detail-heading-action:hover,
.venue-detail-heading-action:focus-visible {
  border-color: var(--color-night);
  background: var(--color-night);
  color: var(--color-paper);
}

.venue-detail-grid {
  display: grid;
  gap: 1.25rem;
}

.venue-detail-card {
  border: 1px solid rgba(0, 0, 0, .15);
  background: #fff;
  padding: 1.5rem;
}

.venue-detail-stats {
  display: grid;
  gap: .75rem;
  margin: 0 0 1.25rem;
}

.venue-detail-stats article {
  border: 1px solid rgba(0, 0, 0, .15);
  background:
    linear-gradient(135deg, rgba(var(--rgb-blue), .08), transparent 48%),
    #fff;
  padding: 1rem;
}

.venue-detail-stats span {
  display: block;
  color: var(--color-orange);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.venue-detail-stats strong {
  display: block;
  margin-top: .35rem;
  color: var(--color-night);
  font-size: 1rem;
  line-height: 1.35;
}

.venue-detail-card-main {
  min-height: 12rem;
}

.venue-detail-rich {
  display: grid;
  gap: 1rem;
  color: rgba(3, 3, 3, .72);
  font-family: var(--font-reading);
  font-size: 1rem;
  line-height: 1.78;
}

.venue-detail-rich :where(h1, h2, h3, h4, h5, h6) {
  color: var(--color-night);
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

.venue-detail-rich h1 {
  font-size: clamp(2.4rem, 4.2vw, 4.5rem);
}

.venue-detail-rich h2 {
  margin-top: .4rem;
  font-size: clamp(2rem, 3vw, 3.35rem);
}

.venue-detail-rich h3 {
  font-size: clamp(1.7rem, 2.3vw, 2.55rem);
}

.venue-detail-rich :where(p, ul, ol, blockquote, pre) {
  max-width: 78rem;
}

.venue-detail-rich :where(ul, ol) {
  padding-left: 1.3rem;
}

.venue-detail-rich a {
  color: var(--color-blue);
  text-decoration: none;
}

.venue-detail-rich a:hover {
  color: var(--color-orange);
}

.venue-detail-list {
  display: grid;
  gap: .95rem;
  margin-top: 1rem;
}

.venue-detail-list div {
  display: grid;
  gap: .2rem;
}

.venue-detail-list dt {
  color: var(--color-orange);
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.venue-detail-list dd {
  color: rgba(3, 3, 3, .74);
  font-size: 1rem;
  line-height: 1.6;
}

.venue-detail-list a {
  color: var(--color-blue);
  text-decoration: none;
}

.venue-detail-list a:hover {
  color: var(--color-orange);
}

.venue-detail-editorial {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.venue-detail-section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding-bottom: 1rem;
}

.venue-detail-section-heading p {
  margin: 0;
  color: var(--color-orange);
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.venue-detail-section-heading h3 {
  margin: .2rem 0 0;
  color: var(--color-night);
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: .9;
  text-transform: uppercase;
}

.venue-detail-section-heading a {
  border: 2px solid var(--color-night);
  padding: .55rem .85rem;
  color: var(--color-night);
  font-size: 1.15rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.venue-detail-section-heading a:hover {
  background: var(--color-night);
  color: var(--color-paper);
}

.venue-event-grid {
  display: grid;
  gap: .9rem;
  margin-top: 1rem;
}

.venue-event-card {
  --category-accent: var(--color-orange);
  --category-rgb: var(--rgb-orange);
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: .9rem;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .12);
  background: rgba(246, 247, 248, .72);
  padding: .65rem;
}

.venue-event-card:hover {
  border-color: rgba(var(--category-rgb), .38);
}

.venue-event-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--color-night);
}

.venue-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.04);
  transition: transform .32s ease;
}

.venue-event-card:hover img {
  transform: scale(1.06);
}

.venue-event-card p {
  margin: 0;
  color: var(--category-accent);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.venue-event-card h4 {
  margin: .3rem 0 0;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: .95;
  text-transform: uppercase;
}

.venue-event-card h4 a {
  color: var(--color-night);
  text-decoration: none;
}

.venue-event-card h4 a:hover {
  color: var(--category-accent);
}

.venue-category-list {
  display: grid;
  gap: .55rem;
  margin-top: 1rem;
}

.venue-category-list div {
  --category-accent: var(--color-orange);
  --category-rgb: var(--rgb-orange);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-left: 3px solid var(--category-accent);
  background: rgba(var(--category-rgb), .075);
  padding: .7rem .85rem;
}

.venue-category-list span {
  color: rgba(3, 3, 3, .72);
  font-weight: 700;
}

.venue-category-list strong {
  color: var(--category-accent);
  font-size: 1.25rem;
}

.venue-detail-empty {
  margin: 1rem 0 0;
  color: rgba(3, 3, 3, .64);
  font-size: .95rem;
}

@media (min-width: 1024px) {
  .venue-detail-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .venue-detail-grid {
    grid-template-columns: minmax(0, 3fr) minmax(18rem, 1fr);
    align-items: stretch;
  }

  .venue-detail-editorial {
    grid-template-columns: minmax(0, 3fr) minmax(18rem, 1fr);
    align-items: start;
  }

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

  .venue-event-card {
    grid-template-columns: 6rem minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .venue-detail-heading {
    align-items: flex-start;
  }

  .venue-detail-heading-copy {
    flex-basis: 100%;
  }

  .venue-detail-heading-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .venue-detail-heading-action {
    flex: 1 1 9rem;
    min-width: 0;
    font-size: 1.15rem;
  }
}

.contributor-directory-card a {
  transition: color .18s ease;
}

.contributor-directory-card a:hover {
  color: var(--color-orange);
}

@media (min-width: 640px) {
  .contributor-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.announcement-card-title {
  font-size: 1.26rem;
}

.menu-font {
  font-family: var(--font-heading);
  letter-spacing: .005em;
}

.site-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: .24rem;
  transition: color .18s ease;
}

.site-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.18rem;
  height: 2px;
  background: linear-gradient(90deg, var(--nav-accent, var(--color-amp)), rgba(var(--nav-rgb, var(--rgb-amp)), 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease;
}

.site-nav-link:hover::after,
.site-nav-link:focus-visible::after,
.site-nav-link.is-active::after {
  opacity: 1;
}

.site-nav-link[aria-current="page"] {
  font-weight: 400;
}

.site-nav-link-home {
  --nav-accent: var(--color-amp);
  --nav-rgb: var(--rgb-amp);
}

.site-nav-link-najave {
  --nav-accent: #d28a12;
  --nav-rgb: 210, 138, 18;
}

.site-nav-link-koncerti {
  --nav-accent: #2374a5;
  --nav-rgb: 35, 116, 165;
}

.site-nav-link-kalendar {
  --nav-accent: #d56b1a;
  --nav-rgb: 213, 107, 26;
}

.site-nav-link-vijesti {
  --nav-accent: #bf5701;
  --nav-rgb: 191, 87, 1;
}

.site-nav-link-galerije {
  --nav-accent: #b91c1c;
  --nav-rgb: 185, 28, 28;
}

.site-nav-link-price {
  --nav-accent: #9f2f58;
  --nav-rgb: 159, 47, 88;
}

.site-nav-link-arhiva {
  --nav-accent: #91887b;
  --nav-rgb: 145, 136, 123;
}

.site-nav-link-footer {
  --nav-accent: #4f8ba9;
  --nav-rgb: 79, 139, 169;
}

.cms-login-page .cms-login-label {
  color: rgba(var(--rgb-paper), .72);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: .005em;
  text-transform: uppercase;
}

.cms-login-page .cms-login-input {
  font-family: var(--font-site);
  font-size: 1.5rem;
  line-height: 1.5;
}

.cms-login-page .cms-password-input {
  -webkit-text-security: disc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  letter-spacing: .12em;
}

.hero-title-stack,
.hero-title-actions {
  margin-top: 2rem;
}

.hero-title-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-title-stack,
  .hero-title-actions {
    margin-top: 2.5rem;
  }

  .calendar-week {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .calendar-day {
    display: block;
  }
}

@media (min-width: 1024px) {
  .hero-title-stack,
  .hero-title-actions {
    margin-top: 3.05rem;
  }
}

.noise {
  background-image:
    linear-gradient(rgba(var(--rgb-paper), .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--rgb-paper), .035) 1px, transparent 1px);
  background-size: 34px 34px;
}

.footer-pattern {
  background-image:
    linear-gradient(rgba(var(--rgb-paper), .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--rgb-paper), .055) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, .78) 45%, transparent);
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, .78) 45%, transparent);
}

.footer-main-grid {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-nav-column {
  display: grid;
  align-content: start;
  row-gap: .86rem;
}

.footer-column-title {
  line-height: .95;
}

.footer-nav-list {
  row-gap: .86rem !important;
}

.footer-nav-list .site-nav-link {
  padding-bottom: 0;
  line-height: 1.05;
}

.footer-nav-list .site-nav-link::after {
  bottom: -.32rem;
}

.footer-main-grid a[aria-label="Photorokaj naslovnica"] {
  margin-left: 0;
  margin-right: auto;
  max-width: 11.2rem;
}

.footer-brand-column {
  width: 100%;
}

.footer-brand-copy {
  width: 70%;
}

.footer-brand-column a[aria-label="Photorokaj naslovnica"] img {
  margin-left: 0;
  margin-right: auto;
}

.footer-bottom-bar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}

.footer-copyright {
  grid-column: 1;
  justify-self: start;
  text-align: left;
}

.footer-bottom-bar .footer-share-links {
  grid-column: 3;
  justify-self: end;
}

.announcement-viewport {
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 9%, black 91%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 9%, black 91%, transparent);
}

.announcement-loop {
  animation: announcementScroll 42s linear infinite;
}

.announcement-viewport.is-animation-paused .announcement-loop,
.home-hero-section.is-animation-paused .hero-slide {
  animation-play-state: paused !important;
}

@keyframes announcementScroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.hero-slide {
  animation: heroFade var(--hero-cycle, 35s) linear infinite;
  animation-delay: calc(var(--hero-delay, 0s) - var(--hero-crossfade, 2.2s));
  animation-fill-mode: both;
  object-position: center 42% !important;
  filter: brightness(.98) contrast(1.03) saturate(.98);
  opacity: 0;
  z-index: 0;
  transform: none !important;
  will-change: opacity;
  backface-visibility: hidden;
}

.hero-media-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .42) 44%, rgba(0, 0, 0, .18) 76%, rgba(0, 0, 0, .08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, .06) 52%, rgba(0, 0, 0, .18) 100%);
}

.hero-top-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .24) 48%, transparent 100%);
}

.hero-slide-single {
  animation: none;
  opacity: 1;
}

.home-hero-section.is-hero-refreshing .hero-slide {
  animation: none !important;
  opacity: 0;
}

.home-hero-section.is-hero-refreshing .hero-slide:first-child,
.home-hero-section.is-hero-refreshing .hero-slide-single {
  opacity: 1;
}

.home-hero-media {
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.home-next-stage-hero {
  --home-stage-scene-saturation: .92;
  --home-stage-scene-contrast: 1.03;
  --home-stage-scene-brightness: 1.232;
  --home-stage-crowd-saturation: 1.03;
  --home-stage-crowd-contrast: 1.08;
  --home-stage-crowd-brightness: 1.792;
  --home-stage-beam-opacity: .78;
  --home-stage-beam-brightness: 1.65;
  --home-stage-beam-contrast: 1.25;
  --home-stage-viewfinder-opacity: .84;
  background: #030303;
}

.home-next-stage-media {
  background: #070b0f;
}

.home-next-stage-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter:
    saturate(var(--home-stage-scene-saturation))
    contrast(var(--home-stage-scene-contrast))
    brightness(var(--home-stage-scene-brightness));
  transform: scale(1.015);
  animation: homeNextStageBreath 18s ease-in-out infinite alternate;
  transition: filter 700ms ease, transform 900ms cubic-bezier(.2, .7, .2, 1);
}

.home-next-stage-hero .hero-media-overlay {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(2, 4, 7, .93) 0%, rgba(2, 4, 7, .84) 24%, rgba(2, 4, 7, .48) 44%, rgba(2, 4, 7, .08) 70%, rgba(2, 4, 7, .25) 100%),
    linear-gradient(0deg, rgba(3, 3, 3, .72) 0%, rgba(3, 3, 3, .08) 38%, rgba(3, 3, 3, .18) 100%);
}

.home-next-stage-crowd-media {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
  opacity: .86;
  -webkit-mask-image: radial-gradient(ellipse 34% 24% at 7% 91%, #000 0%, #000 38%, transparent 78%);
  mask-image: radial-gradient(ellipse 34% 24% at 7% 91%, #000 0%, #000 38%, transparent 78%);
}

.home-next-stage-crowd-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter:
    saturate(var(--home-stage-crowd-saturation))
    contrast(var(--home-stage-crowd-contrast))
    brightness(var(--home-stage-crowd-brightness));
  transform: scale(1.015);
  animation: homeNextStageBreath 18s ease-in-out infinite alternate;
  transition: filter 700ms ease;
}

.home-next-stage-hero .hero-top-overlay {
  z-index: 4;
  background: linear-gradient(180deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .2) 52%, transparent 100%);
}

.home-next-stage-hero .hero-noise-overlay {
  z-index: 5;
  pointer-events: none;
}

.home-next-stage-beams {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  opacity: var(--home-stage-beam-opacity);
  -webkit-mask-image: radial-gradient(ellipse 37% 72% at 92% 72%, transparent 0 74%, rgba(0, 0, 0, .08) 77%, rgba(0, 0, 0, .78) 83%, #000 88%);
  mask-image: radial-gradient(ellipse 37% 72% at 92% 72%, transparent 0 74%, rgba(0, 0, 0, .08) 77%, rgba(0, 0, 0, .78) 83%, #000 88%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  filter:
    brightness(var(--home-stage-beam-brightness))
    contrast(var(--home-stage-beam-contrast));
  mix-blend-mode: screen;
  transition: opacity 600ms ease, filter 600ms ease;
}

.home-next-stage-beams span {
  position: absolute;
  top: -24%;
  width: 28vw;
  height: 102%;
  clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%);
  transform-origin: 50% 0;
  filter: blur(4px) drop-shadow(0 0 18px rgba(255, 255, 255, .14));
  background-blend-mode: screen;
  will-change: transform;
}

.home-next-stage-beams span:nth-child(1) {
  left: 34%;
  background:
    linear-gradient(90deg, transparent 37%, rgba(235, 248, 255, .28) 50%, transparent 63%),
    linear-gradient(to bottom, rgba(79, 139, 169, .88) 0%, rgba(79, 139, 169, .56) 30%, rgba(79, 139, 169, .2) 64%, transparent 92%);
  animation: homeStageBeamOne 5.8s ease-in-out infinite alternate;
}

.home-next-stage-beams span:nth-child(2) {
  left: 59%;
  background:
    linear-gradient(90deg, transparent 37%, rgba(255, 250, 225, .3) 50%, transparent 63%),
    linear-gradient(to bottom, rgba(245, 198, 91, .86) 0%, rgba(245, 198, 91, .54) 28%, rgba(245, 198, 91, .2) 62%, transparent 91%);
  animation: homeStageBeamTwo 6.9s ease-in-out infinite alternate;
}

.home-next-stage-beams span:nth-child(3) {
  left: 72%;
  background:
    linear-gradient(90deg, transparent 37%, rgba(255, 235, 238, .26) 50%, transparent 63%),
    linear-gradient(to bottom, rgba(185, 40, 54, .84) 0%, rgba(185, 40, 54, .52) 31%, rgba(185, 40, 54, .19) 66%, transparent 93%);
  animation: homeStageBeamThree 6.3s ease-in-out infinite alternate;
}

.home-next-stage-copy {
  width: auto;
  max-width: 34rem;
  min-height: 3.75rem;
  margin-top: 1rem;
}

.home-next-stage-lead {
  margin: 0;
  color: #78abc4;
  font-family: var(--font-heading);
  font-size: clamp(1.68rem, 2.268vw, 1.988rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.home-next-stage-hero .hero-title-heading {
  font-size: clamp(2.943rem, 7.74vw, 7.38rem);
}

.home-next-stage-copy-accent {
  color: var(--color-amp);
}

.home-next-stage-break-guard {
  white-space: nowrap;
}

.home-next-stage-rock-sign {
  display: inline-block;
  margin-left: .18em;
  font-size: 1.16em;
  line-height: .8;
  vertical-align: -.08em;
}

.home-next-stage-actions {
  display: grid;
  width: 100%;
  max-width: 48rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
  margin-top: 1.7rem;
}

.home-stage-control {
  display: grid;
  min-width: 0;
  min-height: 4.4rem;
  grid-template-columns: 2.05rem minmax(0, 1fr);
  align-items: center;
  gap: .7rem;
  padding: .68rem .78rem;
  border: 1px solid #596168;
  border-radius: 4px;
  background: rgba(10, 14, 17, .92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    inset 0 -2px 0 rgba(0, 0, 0, .68),
    0 9px 20px rgba(0, 0, 0, .34);
  color: var(--color-paper);
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-stage-control > i {
  display: block;
  width: 1.92rem;
  aspect-ratio: 1;
  border: 4px solid #30373c;
  border-radius: 50%;
  background: var(--color-paper);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    0 0 0 1px rgba(0, 0, 0, .84),
    0 3px 5px rgba(0, 0, 0, .65);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-stage-control[data-home-stage-exposure="shutter"] > i {
  background: var(--color-amp);
}

.home-stage-control[data-home-stage-exposure="iso"] > i {
  background: #4f8ba9;
}

.home-stage-control[data-home-stage-exposure="aperture"] > i {
  background: #9e2531;
}

.home-stage-control > span {
  display: grid;
  min-width: 0;
  gap: .28rem;
}

.home-stage-control strong {
  overflow: hidden;
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.55vw, 1.38rem);
  font-weight: 400;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-stage-control small {
  color: rgba(var(--rgb-paper), .54);
  font-size: .66rem;
  font-weight: 600;
  line-height: 1;
}

.home-stage-control:hover,
.home-stage-control:focus-visible {
  border-color: rgba(var(--rgb-paper), .78);
  background: rgba(22, 28, 32, .97);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -2px 0 rgba(0, 0, 0, .68),
    0 12px 24px rgba(0, 0, 0, .42);
  transform: translateY(-2px);
}

.home-stage-control:focus-visible {
  outline: 2px solid var(--color-amp);
  outline-offset: 3px;
}

.home-stage-control[aria-pressed="true"] {
  border-color: var(--color-amp);
  background: rgba(30, 35, 38, .98);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, .65),
    0 0 0 1px rgba(var(--rgb-amp), .28),
    0 7px 16px rgba(0, 0, 0, .42);
  transform: translateY(1px);
}

.home-stage-control[aria-pressed="true"] > i {
  background: var(--color-amp);
  box-shadow:
    inset 0 2px 3px rgba(0, 0, 0, .36),
    0 0 0 1px rgba(0, 0, 0, .88),
    0 0 13px rgba(var(--rgb-amp), .55);
  transform: translateY(1px);
}

.home-next-stage-viewfinder {
  position: absolute;
  z-index: 8;
  top: 48%;
  left: 56.5%;
  width: clamp(11rem, 17vw, 16.5rem);
  aspect-ratio: 1;
  opacity: var(--home-stage-viewfinder-opacity);
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .72));
  animation: homeStageFocusBreathe 3.2s ease-in-out infinite;
  transition: opacity 500ms ease;
}

.home-stage-frame-corner {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-color: rgba(255, 255, 255, .98);
  border-style: solid;
}

.home-stage-frame-corner-tl {
  top: 0;
  left: 0;
  border-width: 2.5px 0 0 2.5px;
}

.home-stage-frame-corner-tr {
  top: 0;
  right: 0;
  border-width: 2.5px 2.5px 0 0;
}

.home-stage-frame-corner-br {
  right: 0;
  bottom: 0;
  border-width: 0 2.5px 2.5px 0;
}

.home-stage-frame-corner-bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2.5px 2.5px;
}

.home-stage-viewfinder-top {
  position: absolute;
  top: .55rem;
  right: .72rem;
  left: .72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: .66rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 3px #000;
}

.home-stage-viewfinder-rec {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}

.home-stage-viewfinder-rec b {
  display: block;
  width: .48rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: #9e2531;
  box-shadow: 0 0 8px rgba(158, 37, 49, .92);
  animation: homeStageRec 1.2s ease-in-out infinite;
}

.home-stage-viewfinder-target {
  position: absolute;
  top: 33%;
  left: 50%;
  width: 3.2rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
}

.home-stage-viewfinder-target i {
  position: absolute;
  width: .9rem;
  height: .72rem;
  border-color: #fff;
  border-style: solid;
}

.home-stage-viewfinder-target i:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 1.5px 0 0 1.5px;
}

.home-stage-viewfinder-target i:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 1.5px 1.5px 0 0;
}

.home-stage-viewfinder-target i:nth-child(3) {
  right: 0;
  bottom: 0;
  border-width: 0 1.5px 1.5px 0;
}

.home-stage-viewfinder-target i:nth-child(4) {
  bottom: 0;
  left: 0;
  border-width: 0 0 1.5px 1.5px;
}

.home-stage-viewfinder-target b {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font: 700 .78rem/1 var(--font-site);
  text-shadow: 0 1px 3px #000;
  transform: translate(-50%, -50%);
}

.home-stage-viewfinder-bottom {
  position: absolute;
  right: .72rem;
  bottom: .58rem;
  left: .72rem;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: .42rem;
  color: #fff;
  font-size: .66rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 3px #000;
}

.home-stage-viewfinder-bottom > span {
  display: grid;
  gap: .13rem;
}

.home-stage-viewfinder-bottom small {
  color: rgba(255, 255, 255, .7);
  font-size: .45rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .home-next-stage-hero,
  .home-next-stage-hero .home-hero-content {
    height: 40rem;
    min-height: 40rem;
  }

  .home-hero-section .home-hero-copy {
    align-self: start;
    margin-top: 1.84375rem;
  }

  .home-next-stage-hero .hero-title-heading {
    position: relative;
    top: -1.025rem;
  }

  .home-next-stage-actions {
    margin-top: 3.8rem;
  }
}

@keyframes homeNextStageBreath {
  from { transform: scale(1.015) translate3d(0, 0, 0); }
  to { transform: scale(1.045) translate3d(-.35%, -.2%, 0); }
}

@keyframes homeStageBeamOne {
  from { transform: rotate(-20deg); }
  to { transform: rotate(17deg); }
}

@keyframes homeStageBeamTwo {
  from { transform: rotate(15deg); }
  to { transform: rotate(-17deg); }
}

@keyframes homeStageBeamThree {
  from { transform: rotate(-15deg); }
  to { transform: rotate(20deg); }
}

@keyframes homeStageFocusBreathe {
  0%, 100% { transform: translate(-50%, -50%) scale(.98); }
  50% { transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes homeStageRec {
  0%, 100% { opacity: 1; }
  50% { opacity: .38; }
}

@keyframes heroFade {
  0% { opacity: 0; }
  6.286%, 20% { opacity: 1; }
  26.286%, 100% { opacity: 0; }
}

.story-section {
  --category-accent: var(--color-orange);
  --category-accent-2: var(--color-amp);
  --category-rgb: var(--rgb-orange);
  background:
    linear-gradient(180deg, #030303 0, #070505 48%, #030303 100%);
  color: var(--color-paper);
  padding: 4.25rem 5% 0;
}

.story-section.category-koncerti {
  --category-accent: #2374a5;
  --category-accent-2: #f5c65b;
  --category-rgb: 35, 116, 165;
}

.story-section.category-vijesti {
  --category-accent: #bf5701;
  --category-accent-2: #2374a5;
  --category-rgb: 191, 87, 1;
}

.story-section.category-najave,
.story-section.category-supernajave {
  --category-accent: #d28a12;
  --category-accent-2: #bf5701;
  --category-rgb: 210, 138, 18;
}

.story-section.category-galerije {
  --category-accent: #b91c1c;
  --category-accent-2: #f5c65b;
  --category-rgb: 185, 28, 28;
}

.story-section.category-interview {
  --category-accent: #4f8ba9;
  --category-accent-2: #bf5701;
  --category-rgb: 79, 139, 169;
}

.story-section.category-price {
  --category-accent: #9f2f58;
  --category-accent-2: #f5c65b;
  --category-rgb: 159, 47, 88;
}

.story-section.category-arhiva {
  --category-accent: #766f65;
  --category-accent-2: #bf5701;
  --category-rgb: 118, 111, 101;
}

.story-article {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.story-article-body {
  display: grid;
  gap: 2rem;
}

.story-article-heading {
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 0;
}

.story-title {
  max-width: 60rem;
  font-size: clamp(2.21rem, 5.44vw, 5.032rem);
  line-height: .95;
  scroll-margin-top: 5.5rem;
}

.story-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem 1rem;
  margin-bottom: .75rem;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.story-byline-category {
  color: var(--category-accent);
}

.story-credit {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: rgba(var(--rgb-paper), .72);
}

.story-credit svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: var(--color-amp);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-byline a {
  color: var(--color-amp);
  text-decoration: none;
}

.story-byline a:hover {
  text-decoration: underline;
  text-underline-offset: .18em;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin-top: 1.15rem;
  position: relative;
  color: rgba(var(--rgb-paper), .68);
  font-size: .92rem;
  line-height: 1.45;
  padding: 0 0 1.15rem;
}

.story-meta::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(var(--category-rgb), .86), rgba(var(--category-rgb), .42) 18%, rgba(var(--rgb-paper), .12) 18%, transparent 100%);
}

.story-meta-item {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-left: 2px solid var(--category-accent);
  padding-left: .7rem;
  color: rgba(var(--rgb-paper), .72);
  text-decoration: none;
}

.story-meta-item:hover {
  color: var(--category-accent-2);
}

.story-meta-strong {
  font-weight: 800;
}

.story-meta-item svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-parent-post-link {
  flex-basis: 100%;
  width: fit-content;
  max-width: 100%;
}

.share-rail {
  position: static;
  z-index: 30;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 2rem;
}

.share-button {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: .35rem;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(8, 8, 8, .82);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  transition: border-color 160ms ease, filter 160ms ease, transform 160ms ease;
}

.share-button:hover,
.share-button:focus-visible {
  border-color: rgba(255, 255, 255, .7);
  filter: brightness(1.08) saturate(1.08);
  transform: translateY(-1px);
}

.share-button svg {
  display: block;
  width: 1.27rem;
  height: 1.27rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-button .filled-icon {
  fill: currentColor;
  stroke: none;
}

.share-facebook { border-color: rgba(24, 119, 242, .72); background: #1877f2; color: #fff; }
.share-x { border-color: rgba(255, 255, 255, .26); background: #000; color: #fff; }
.share-linkedin { border-color: rgba(10, 102, 194, .72); background: #0a66c2; color: #fff; }
.share-whatsapp { border-color: rgba(37, 211, 102, .72); background: #25d366; color: #061c12; }
.share-email { border-color: rgba(234, 67, 53, .72); background: #ea4335; color: #fff; }
.share-instagram { border-color: rgba(255, 255, 255, .22); background: radial-gradient(circle at 32% 106%, #feda75 0 18%, #fa7e1e 28%, #d62976 48%, #962fbf 68%, #4f5bd5 100%); color: #fff; }
.share-copy { border-color: rgba(var(--rgb-paper), .72); background: var(--color-paper); color: var(--color-night); }
.share-more { border-color: rgba(var(--rgb-amp), .82); background: var(--color-amp); color: var(--color-night); }

.footer-share-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .65rem;
}

.footer-share-links .share-button {
  width: 2.1rem;
  height: 2.1rem;
}

.footer-share-links .share-button svg {
  width: 1.06rem;
  height: 1.06rem;
}

.newsletter-signup {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(18rem, .9fr);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  width: 100%;
  border: 1px solid rgba(var(--rgb-paper), .16);
  background:
    linear-gradient(135deg, rgba(var(--rgb-blue), .13), transparent 34%),
    linear-gradient(225deg, rgba(var(--rgb-orange), .16), transparent 32%),
    #0c0b0b;
  color: var(--color-paper);
  padding: clamp(1rem, 2.3vw, 1.65rem);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
}

#vijesti {
  padding-bottom: 0 !important;
}

#vijesti + .newsletter-signup,
.story-newsletter-before-calendar > .newsletter-signup {
  grid-template-columns: auto minmax(0, 1fr) minmax(17rem, .68fr);
  gap: clamp(.85rem, 1.8vw, 1.35rem);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(.85rem, 1.5vw, 1.15rem);
}

#vijesti + .newsletter-signup {
  width: 90%;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.story-newsletter-before-calendar > .newsletter-signup {
  width: 100%;
}

.newsletter-signup-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid rgba(var(--rgb-amp), .46);
  background: rgba(var(--rgb-amp), .1);
  color: var(--color-amp);
}

.newsletter-signup-icon svg {
  width: 2rem;
  height: 2rem;
}

.newsletter-signup-kicker {
  margin: 0 0 .45rem;
  color: var(--color-orange);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-signup-title {
  margin: 0;
  color: var(--color-paper);
  font-size: clamp(2.25rem, 4.5vw, 4.6rem);
  line-height: .88;
  text-transform: uppercase;
}

.newsletter-signup-text {
  max-width: 48rem;
  margin: .65rem 0 0;
  color: rgba(var(--rgb-paper), .72);
  font-size: .98rem;
  line-height: 1.62;
}

.newsletter-form {
  display: grid;
  gap: .6rem;
}

.newsletter-form input[type="email"] {
  width: 100%;
  min-width: 0;
  border: 2px solid rgba(var(--rgb-amp), .42);
  background: rgba(var(--rgb-paper), .13);
  color: var(--color-paper);
  font-size: 1rem;
  padding: .9rem 1rem;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .22), 0 10px 28px rgba(0, 0, 0, .16);
}

.newsletter-form input[type="email"]::placeholder {
  color: rgba(var(--rgb-paper), .86);
  opacity: 1;
}

.newsletter-form input[type="email"]:focus {
  background: rgba(var(--rgb-paper), .18);
  border-color: rgba(var(--rgb-amp), .92);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .18), 0 0 0 3px rgba(var(--rgb-amp), .14), 0 12px 30px rgba(0, 0, 0, .2);
}

.newsletter-form button {
  border: 1px solid rgba(var(--rgb-amp), .82);
  background: var(--color-amp);
  color: var(--color-night);
  padding: .86rem 1rem;
  font-size: 1.15rem;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.newsletter-form button:hover {
  border-color: var(--color-paper);
  background: var(--color-paper);
  transform: translateY(-1px);
}

.newsletter-form button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.newsletter-consent {
  margin: 0;
  color: rgba(var(--rgb-paper), .52);
  font-size: .98rem;
  line-height: 1.62;
}

.newsletter-consent a {
  color: inherit;
  font-weight: 600;
  text-underline-offset: .16em;
}

.newsletter-consent a:hover,
.newsletter-consent a:focus-visible {
  color: var(--color-amp);
}

.newsletter-inline-message {
  border: 1px solid rgba(var(--rgb-amp), .45);
  background: rgba(var(--rgb-amp), .12);
  color: var(--color-paper);
  padding: .85rem 1rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5;
}

.newsletter-inline-message-success {
  border-color: rgba(var(--rgb-amp), .55);
}

.newsletter-inline-message-error {
  border-color: rgba(185, 28, 28, .55);
  background: rgba(185, 28, 28, .18);
}

.newsletter-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#vijesti + .newsletter-signup .newsletter-signup-icon,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-icon {
  width: 3rem;
  height: 3rem;
}

#vijesti + .newsletter-signup .newsletter-signup-icon svg,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

#vijesti + .newsletter-signup .newsletter-signup-kicker,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-kicker {
  margin-bottom: .28rem;
  font-size: 1.08rem;
}

#vijesti + .newsletter-signup .newsletter-signup-title,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-title {
  font-size: clamp(2rem, 3vw, 3.15rem);
}

#vijesti + .newsletter-signup .newsletter-signup-text,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-text {
  margin-top: .42rem;
  font-size: .88rem;
  line-height: 1.45;
}

#vijesti + .newsletter-signup .newsletter-form,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-form {
  gap: .45rem;
}

#vijesti + .newsletter-signup .newsletter-form input[type="email"],
#vijesti + .newsletter-signup .newsletter-form button,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-form input[type="email"],
.story-newsletter-before-calendar > .newsletter-signup .newsletter-form button {
  padding: .68rem .82rem;
}

#vijesti + .newsletter-signup .newsletter-consent,
.story-newsletter-before-calendar > .newsletter-signup .newsletter-consent {
  font-size: .88rem;
  line-height: 1.45;
}

.newsletter-status-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(var(--rgb-blue), .18), transparent 30rem),
    radial-gradient(circle at 85% 72%, rgba(var(--rgb-orange), .2), transparent 28rem),
    var(--color-night);
  padding: 2rem 5%;
}

.newsletter-status-card {
  width: min(100%, 46rem);
  border: 1px solid rgba(var(--rgb-paper), .16);
  background: rgba(0, 0, 0, .72);
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .46);
}

.newsletter-status-logo {
  display: inline-flex;
  width: min(70%, 15rem);
  margin-bottom: 2rem;
}

.newsletter-status-kicker {
  margin: 0 0 .55rem;
  color: var(--color-orange);
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-status-title {
  margin: 0;
  color: var(--color-paper);
  font-size: clamp(4rem, 11vw, 7rem);
  text-transform: uppercase;
}

.newsletter-status-message {
  max-width: 33rem;
  margin: 1rem auto 0;
  color: rgba(var(--rgb-paper), .72);
  line-height: 1.75;
}

.newsletter-status-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.6rem;
}

.newsletter-status-actions a {
  border: 1px solid rgba(var(--rgb-amp), .7);
  color: var(--color-amp);
  padding: .78rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.newsletter-status-actions a:hover {
  background: var(--color-amp);
  color: var(--color-night);
}

@media (max-width: 980px) {
  .newsletter-signup {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .newsletter-signup-icon {
    width: 3.25rem;
    height: 3.25rem;
  }
}

@media (max-width: 640px) {
  .newsletter-form {
    gap: .5rem;
  }

  .newsletter-signup-title {
    font-size: 2.5rem;
  }

  .newsletter-signup-text {
    font-size: .9rem;
  }
}

.home-stats-section .title {
  font-size: clamp(1.81rem, 3.45vw, 2.59rem) !important;
}

.home-stats-section .text-muted {
  font-size: 1.025rem !important;
}

.foto-pita-widget {
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(var(--rgb-paper), .14);
  background:
    linear-gradient(135deg, rgba(var(--rgb-blue), .14), transparent 34%),
    linear-gradient(225deg, rgba(var(--rgb-orange), .14), transparent 30%),
    rgba(255, 255, 255, .035);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.foto-pita-widget-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
}

.foto-pita-widget-head p {
  margin: 0;
  color: var(--color-orange);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.foto-pita-widget-head h3 {
  margin: 0;
  color: var(--color-paper);
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: .88;
}

.foto-pita-grid {
  display: grid;
  gap: 1px;
  margin-top: 1.25rem;
  background: rgba(var(--rgb-paper), .12);
  border: 1px solid rgba(var(--rgb-paper), .12);
}

.foto-pita-column {
  min-width: 0;
  background: rgba(0, 0, 0, .42);
  padding: 1rem;
}

.foto-pita-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .8rem;
}

.foto-pita-column-head h4 {
  margin: 0;
  color: var(--color-amp);
  font-size: 2rem;
  line-height: .9;
}

.foto-pita-column-head a {
  color: rgba(var(--rgb-paper), .62);
  font-size: 1.05rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease;
}

.foto-pita-column-head a:hover {
  color: var(--color-amp);
}

.foto-pita-list {
  display: grid;
  gap: .55rem;
}

.foto-pita-item {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: .72rem;
  align-items: center;
  min-width: 0;
  color: var(--color-paper);
  text-decoration: none;
}

.foto-pita-item img {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(var(--rgb-paper), .16);
  object-fit: cover;
  filter: contrast(1.06) saturate(1.04);
  transition: border-color 150ms ease, filter 150ms ease, transform 150ms ease;
}

.foto-pita-item span {
  display: block;
  min-width: 0;
  color: rgba(var(--rgb-paper), .82);
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.28;
  overflow-wrap: anywhere;
  transition: color 150ms ease;
}

.foto-pita-item:hover img {
  border-color: rgba(var(--rgb-amp), .72);
  filter: contrast(1.12) saturate(1.12);
  transform: translateY(-1px);
}

.foto-pita-item:hover span {
  color: var(--color-amp);
}

.foto-pita-empty {
  margin: 0;
  color: rgba(var(--rgb-paper), .58);
  font-size: .9rem;
  line-height: 1.45;
}

.story-calendar-section {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
}

.story-newsletter-before-calendar,
.story-calendar-before-widget {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.notfound-stage {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(35, 116, 165, .18), transparent 32%),
    linear-gradient(215deg, rgba(191, 87, 1, .2), transparent 34%),
    #050505;
  color: var(--color-paper);
  padding: clamp(4rem, 8vw, 7rem) 5%;
}

.notfound-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72), transparent 78%);
}

.notfound-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 92rem);
  margin: 0 auto;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.notfound-kicker {
  margin: 0 0 .8rem;
  color: var(--color-orange);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.notfound-title {
  max-width: 58rem;
  margin: 0;
  color: var(--color-paper);
  font-size: clamp(4.2rem, 13vw, 10.5rem);
  line-height: .78;
}

.notfound-lead {
  max-width: 42rem;
  margin: 1.2rem 0 0;
  color: rgba(var(--rgb-paper), .78);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.78;
}

.notfound-request {
  display: inline-flex;
  max-width: 100%;
  margin: 1.35rem 0 0;
  border-left: 2px solid var(--color-blue);
  padding-left: .85rem;
  color: rgba(var(--rgb-paper), .64);
  font-size: .92rem;
  line-height: 1.55;
}

.notfound-request span {
  color: var(--color-amp);
  overflow-wrap: anywhere;
}

.notfound-search {
  display: flex;
  width: min(100%, 42rem);
  margin-top: 1.6rem;
  border: 1px solid rgba(var(--rgb-paper), .2);
  background: rgba(255, 255, 255, .055);
}

.notfound-search input {
  min-width: 0;
  flex: 1;
  background: transparent;
  color: var(--color-paper);
  font: inherit;
  padding: .95rem 1rem;
  outline: none;
}

.notfound-search input::placeholder {
  color: rgba(var(--rgb-paper), .48);
}

.notfound-search button,
.notfound-actions a {
  border-left: 1px solid rgba(var(--rgb-paper), .16);
  background: var(--color-amp);
  color: var(--color-night);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  padding: .95rem 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.notfound-search button:hover,
.notfound-actions a:hover {
  background: var(--color-paper);
  transform: translateY(-1px);
}

.notfound-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.2rem;
}

.notfound-actions a {
  border: 1px solid rgba(var(--rgb-paper), .2);
  background: rgba(255, 255, 255, .055);
  color: var(--color-paper);
}

.notfound-actions a:first-child {
  border-color: rgba(var(--rgb-amp), .7);
  color: var(--color-amp);
}

.notfound-scene {
  position: relative;
  min-height: clamp(26rem, 44vw, 34rem);
  border: 1px solid rgba(var(--rgb-paper), .16);
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, .07), transparent 30%),
    linear-gradient(to top, rgba(0, 0, 0, .78), rgba(0, 0, 0, .14) 58%, transparent),
    #101012;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .42);
  isolation: isolate;
  overflow: hidden;
}

.notfound-scene::after {
  content: "";
  position: absolute;
  inset: auto -8% 0;
  height: 31%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 46px),
    linear-gradient(to bottom, rgba(255, 255, 255, .08), rgba(255, 255, 255, .015));
  transform: perspective(420px) rotateX(58deg);
  transform-origin: bottom;
  z-index: 1;
}

.notfound-light {
  position: absolute;
  top: -12%;
  width: 38%;
  height: 78%;
  opacity: .52;
  filter: blur(.3px);
  clip-path: polygon(46% 0, 100% 100%, 0 100%);
  transform-origin: top center;
  z-index: 0;
}

.notfound-light-left {
  left: 2%;
  background: linear-gradient(to bottom, rgba(var(--rgb-blue), .55), transparent);
  animation: notfoundLightLeft 5.2s ease-in-out infinite;
}

.notfound-light-right {
  right: 0;
  background: linear-gradient(to bottom, rgba(var(--rgb-orange), .48), transparent);
  animation: notfoundLightRight 6.1s ease-in-out infinite;
}

.notfound-number {
  position: absolute;
  left: 6%;
  top: 3%;
  color: rgba(var(--rgb-paper), .08);
  font-size: clamp(8rem, 20vw, 17rem);
  line-height: .8;
  z-index: 0;
}

.notfound-sign {
  position: absolute;
  right: 7%;
  top: 12%;
  border: 2px solid var(--color-amp);
  background: rgba(0, 0, 0, .58);
  color: var(--color-amp);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1;
  padding: .65rem .85rem .55rem;
  text-transform: uppercase;
  transform: rotate(3deg);
  animation: notfoundFlicker 4s linear infinite;
  z-index: 3;
}

.notfound-musician {
  position: absolute;
  left: 15%;
  bottom: 19%;
  width: 13rem;
  height: 16rem;
  transform-origin: bottom center;
  animation: notfoundSigh 3.6s ease-in-out infinite;
  z-index: 4;
}

.notfound-hair,
.notfound-head,
.notfound-body,
.notfound-arm,
.notfound-leg,
.notfound-guitar,
.notfound-guitar-hole,
.notfound-headstock,
.notfound-neck {
  position: absolute;
  display: block;
}

.notfound-hair {
  left: 4.1rem;
  top: .45rem;
  width: 2.8rem;
  height: 1.7rem;
  border-radius: 58% 46% 48% 34%;
  background: #141414;
  transform: rotate(-11deg);
  z-index: 4;
}

.notfound-head {
  left: 4.45rem;
  top: .95rem;
  width: 2.25rem;
  height: 2.45rem;
  border-radius: 50%;
  background: var(--color-paper);
  box-shadow: inset -.35rem -.08rem 0 rgba(0, 0, 0, .16);
  z-index: 3;
}

.notfound-body {
  left: 4.05rem;
  top: 3.45rem;
  width: 2.65rem;
  height: 5.85rem;
  border-radius: 32% 34% 18% 18%;
  background: linear-gradient(90deg, #19191b, #2a2a2e 58%, #101012);
  transform: rotate(5deg);
  z-index: 2;
}

.notfound-body::before {
  content: "";
  position: absolute;
  left: .58rem;
  top: .55rem;
  width: .28rem;
  height: 4.6rem;
  background: rgba(var(--rgb-amp), .75);
  box-shadow: .7rem 0 0 rgba(255, 255, 255, .16);
}

.notfound-arm {
  width: 1.05rem;
  height: 5rem;
  border-radius: 999px;
  background: var(--color-paper);
  transform-origin: top center;
  z-index: 5;
}

.notfound-arm-left {
  left: 3.55rem;
  top: 4.1rem;
  transform: rotate(37deg);
}

.notfound-arm-right {
  left: 6rem;
  top: 4rem;
  height: 5.35rem;
  transform: rotate(-43deg);
}

.notfound-leg {
  top: 8.65rem;
  width: 1.05rem;
  height: 5.95rem;
  border-radius: 999px;
  background: #171719;
  transform-origin: top center;
  z-index: 1;
}

.notfound-leg-left {
  left: 4.15rem;
  transform: rotate(12deg);
}

.notfound-leg-right {
  left: 5.75rem;
  transform: rotate(-17deg);
}

.notfound-guitar {
  left: 1.15rem;
  top: 6.25rem;
  width: 6.8rem;
  height: 3.85rem;
  border-radius: 50% 45% 44% 54%;
  background:
    radial-gradient(circle at 58% 50%, rgba(0, 0, 0, .6) 0 .55rem, transparent .6rem),
    linear-gradient(135deg, #d68020, var(--color-orange) 58%, #7d3100);
  transform: rotate(-13deg);
  box-shadow: inset 0 0 0 .35rem rgba(0, 0, 0, .22), 0 .8rem 1.5rem rgba(0, 0, 0, .28);
  z-index: 4;
}

.notfound-guitar::before,
.notfound-guitar::after {
  content: "";
  position: absolute;
  top: 1.68rem;
  left: 2.55rem;
  width: 7.7rem;
  height: 1px;
  background: rgba(var(--rgb-paper), .72);
  transform: rotate(0deg);
}

.notfound-guitar::after {
  top: 2rem;
  background: rgba(var(--rgb-paper), .38);
}

.notfound-guitar-hole {
  left: 4.75rem;
  top: 7.9rem;
  width: .95rem;
  height: .95rem;
  border: .15rem solid rgba(var(--rgb-amp), .64);
  border-radius: 50%;
  background: #050505;
  transform: rotate(-13deg);
  z-index: 5;
}

.notfound-neck {
  left: 7rem;
  top: 5.95rem;
  width: 6.85rem;
  height: .6rem;
  background: linear-gradient(90deg, var(--color-amp), #8f5b19);
  transform: rotate(-13deg);
  z-index: 3;
}

.notfound-headstock {
  left: 13.15rem;
  top: 4.95rem;
  width: 1.4rem;
  height: 1.18rem;
  border-radius: .25rem;
  background: #5c3510;
  transform: rotate(-13deg);
  z-index: 3;
}

.notfound-headstock::before {
  content: "";
  position: absolute;
  inset: .2rem -.22rem auto auto;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: var(--color-paper);
  box-shadow: 0 .42rem 0 var(--color-paper), -1.45rem .08rem 0 var(--color-paper), -1.45rem .5rem 0 var(--color-paper);
}

.notfound-amp {
  position: absolute;
  right: 12%;
  bottom: 18%;
  width: min(15rem, 34vw);
  min-width: 11.5rem;
  border: 1px solid rgba(var(--rgb-paper), .24);
  background: #070707;
  padding: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .42);
  z-index: 4;
}

.notfound-amp-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--color-amp);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  line-height: 1;
}

.notfound-vu {
  margin: .9rem 0;
  height: .55rem;
  border: 1px solid rgba(var(--rgb-paper), .2);
  background: rgba(255, 255, 255, .06);
  overflow: hidden;
}

.notfound-vu span {
  display: block;
  width: var(--notfound-meter, 7%);
  height: 100%;
  background: linear-gradient(90deg, var(--color-blue), var(--color-amp), var(--color-orange));
  transition: width 260ms ease;
}

.notfound-speaker {
  height: 7rem;
  border: 1px solid rgba(var(--rgb-paper), .14);
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 8px),
    #111;
}

.notfound-cable {
  position: absolute;
  inset: auto 5% 12%;
  width: 90%;
  height: 44%;
  z-index: 3;
}

.notfound-cable path {
  fill: none;
  stroke: rgba(var(--rgb-paper), .7);
  stroke-width: 7;
  stroke-linecap: round;
}

.notfound-cable-pulse {
  stroke: var(--color-amp) !important;
  stroke-dasharray: 34 640;
  animation: notfoundCable 2.2s linear infinite;
}

.notfound-wall {
  position: absolute;
  right: 6%;
  bottom: 17%;
  width: 1.4rem;
  height: 10rem;
  background: repeating-linear-gradient(0deg, var(--color-paper) 0 1rem, rgba(var(--rgb-paper), .72) 1rem 1.2rem);
  opacity: .72;
  z-index: 5;
}

.notfound-notes span {
  position: absolute;
  color: var(--color-amp);
  font-family: var(--font-heading);
  font-size: 2.4rem;
  opacity: .78;
  z-index: 5;
  animation: notfoundNote 4.8s ease-in-out infinite;
}

.notfound-notes span:nth-child(1) {
  left: 26%;
  top: 21%;
}

.notfound-notes span:nth-child(2) {
  left: 43%;
  top: 13%;
  animation-delay: 1.4s;
  color: var(--color-blue);
}

.notfound-notes span:nth-child(3) {
  right: 25%;
  top: 34%;
  animation-delay: 2.2s;
  color: var(--color-orange);
}

.notfound-suggestions {
  position: relative;
  z-index: 1;
  width: min(100%, 92rem);
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}

.notfound-suggestions-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(var(--rgb-paper), .16);
  padding-top: 1.4rem;
}

.notfound-back-link {
  color: var(--color-orange);
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 150ms ease;
}

.notfound-back-link:hover {
  color: var(--color-amp);
}

.notfound-suggestions-head h3 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: .9;
}

.notfound-suggestion-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.notfound-suggestion-card {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  border: 1px solid rgba(var(--rgb-paper), .14);
  background: rgba(255, 255, 255, .045);
  padding: .7rem;
}

.notfound-suggestion-image {
  display: block;
  min-height: 6.2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
}

.notfound-suggestion-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 6.2rem;
  object-fit: cover;
  transition: transform 220ms ease;
}

.notfound-suggestion-card:hover img {
  transform: scale(1.04);
}

.notfound-suggestion-card p {
  margin: 0 0 .35rem;
  color: var(--color-blue);
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.notfound-suggestion-card h4 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: .95;
}

.notfound-suggestion-card a {
  color: inherit;
  text-decoration: none;
}

.notfound-suggestion-card a:hover {
  color: var(--color-amp);
}

@keyframes notfoundCable {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -674; }
}

@keyframes notfoundSigh {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(.45rem); }
}

@keyframes notfoundFlicker {
  0%, 6%, 9%, 100% { opacity: 1; }
  7%, 8% { opacity: .34; }
  71% { opacity: .84; }
  72% { opacity: .48; }
  74% { opacity: 1; }
}

@keyframes notfoundNote {
  0%, 100% { transform: translateY(0) rotate(-5deg); opacity: .2; }
  45% { transform: translateY(-1.5rem) rotate(7deg); opacity: .85; }
}

@keyframes notfoundLightLeft {
  0%, 100% { transform: rotate(-11deg); opacity: .46; }
  50% { transform: rotate(6deg); opacity: .68; }
}

@keyframes notfoundLightRight {
  0%, 100% { transform: rotate(10deg); opacity: .42; }
  50% { transform: rotate(-5deg); opacity: .64; }
}

@media (min-width: 900px) {
  .foto-pita-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .notfound-wrap {
    grid-template-columns: minmax(0, .94fr) minmax(28rem, 1.06fr);
  }

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

  .notfound-suggestion-card {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) and (max-width: 899px) {
  .foto-pita-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .foto-pita-widget-head {
    align-items: flex-start;
  }

  .foto-pita-grid {
    grid-template-columns: 1fr;
  }

  .notfound-stage {
    padding-top: 3.25rem;
  }

  .notfound-search {
    flex-direction: column;
  }

  .notfound-search button {
    border-left: 0;
    border-top: 1px solid rgba(var(--rgb-paper), .16);
  }

  .notfound-actions a {
    flex: 1 1 calc(50% - .65rem);
    text-align: center;
  }

  .notfound-scene {
    min-height: 23rem;
  }

  .notfound-musician {
    left: 9%;
    bottom: 20%;
    transform: scale(.82);
  }

  .notfound-amp {
    right: 8%;
    bottom: 18%;
    width: 11.5rem;
  }

  .notfound-sign {
    right: 5%;
    top: 9%;
  }

  .notfound-suggestion-card {
    grid-template-columns: 6.4rem minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .notfound-light,
  .notfound-musician,
  .notfound-sign,
  .notfound-cable-pulse,
  .notfound-notes span {
    animation: none !important;
  }
}

.story-copy-column {
  min-width: 0;
  width: 100%;
}

.story-excerpt {
  border-left: 3px solid var(--category-accent);
  background:
    linear-gradient(90deg, rgba(var(--category-rgb), .16), rgba(var(--category-rgb), .05) 42%, transparent 76%),
    rgba(255, 255, 255, .025);
  padding: 1.1rem 1.25rem;
  color: rgba(var(--rgb-paper), .92);
  font-size: 1.05rem;
  line-height: 1.85;
  hyphens: auto;
  text-align: justify;
  text-justify: inter-word;
}

.story-lead-image {
  margin: 2rem 0;
  border: 1px solid var(--color-line);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .32);
}

.story-lead-image button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000;
}

.story-lead-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: contrast(1.08) saturate(1.03);
}

.story-lead-image.is-portrait img {
  width: auto;
  max-width: 100%;
  max-height: 46rem;
}

.news-story-copy {
  display: flow-root;
  color: rgba(var(--rgb-paper), .82);
  font-family: var(--font-reading);
  font-size: 1rem;
  line-height: 1.85;
  width: 100%;
  max-width: none;
}

.news-story-copy :where(p, div, section, article, blockquote, ul, ol, li, span) {
  width: auto !important;
  max-width: none !important;
}

.news-story-copy p,
.news-story-copy li,
.news-story-copy div {
  hyphens: auto;
  text-align: justify !important;
  text-justify: inter-word;
}

.news-story-copy > * + * {
  margin-top: 1.25rem;
}

.news-story-copy h1,
.news-story-copy h2,
.news-story-copy h3,
.news-story-copy h4,
.news-story-copy h5,
.news-story-copy h6 {
  color: var(--color-paper);
  font-family: var(--font-heading);
  line-height: .96;
  text-transform: uppercase;
}

.news-story-copy h1 { font-size: 3.4rem; }
.news-story-copy h2 { font-size: 3rem; }
.news-story-copy h3 { font-size: 2.45rem; }
.news-story-copy h4 { font-size: 2rem; }
.news-story-copy h5 { font-size: 1.65rem; }
.news-story-copy h6 { font-size: 1.35rem; }

.news-story-copy a {
  color: var(--category-accent-2);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.news-story-copy ul,
.news-story-copy ol {
  padding-left: 1.35rem;
}

.news-story-copy blockquote {
  border-left: 3px solid var(--category-accent);
  padding-left: 1.2rem;
  color: var(--color-paper);
  font-size: 1.24rem;
}

.static-page-copy {
  font-family: var(--font-reading);
  font-size: 1rem;
  line-height: 1.78;
}

.static-page-heading {
  width: 100%;
}

.static-page-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  justify-content: space-between;
  width: 100%;
}

.static-page-title-privacy {
  max-width: 46rem;
  font-size: clamp(3.45rem, 7.4vw, 7.25rem);
  line-height: .9;
}

.static-page-logo-link {
  display: block;
  flex: 0 0 auto;
  margin-top: .45rem;
  width: clamp(7.2rem, 12vw, 10.5rem);
}

.static-page-logo-link img {
  display: block;
  height: auto;
  width: 100%;
}

.static-page-card {
  display: grid;
  gap: 2rem;
}

.static-page-section + .static-page-section {
  border-top: 1px solid rgba(12, 11, 10, .14);
  padding-top: 2rem;
}

.static-page-list {
  display: grid;
  gap: .55rem;
  padding-left: 1.3rem;
}

.static-page-list li {
  padding-left: .2rem;
}

.static-contact-card {
  scroll-margin-top: 6rem;
}

.static-contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

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

.static-contact-form label {
  display: grid;
  gap: .45rem;
}

.static-contact-form span {
  color: rgba(12, 11, 10, .72);
  font-family: var(--font-menu);
  font-size: 1rem;
  text-transform: uppercase;
}

.static-contact-form input,
.static-contact-form textarea {
  background: #f7f3eb;
  border: 1px solid rgba(12, 11, 10, .18);
  color: var(--color-night);
  font-family: var(--font-reading);
  font-size: 1rem;
  line-height: 1.5;
  padding: .9rem 1rem;
  width: 100%;
}

.static-contact-form input:focus,
.static-contact-form textarea:focus {
  border-color: var(--color-orange);
  box-shadow: 0 0 0 3px rgba(206, 83, 8, .14);
  outline: 0;
}

.static-contact-form textarea {
  resize: vertical;
}

.static-contact-privacy {
  margin: 0;
  color: rgba(12, 11, 10, .68);
  font-family: var(--font-reading);
  font-size: .9rem;
  line-height: 1.55;
}

.static-contact-privacy a {
  color: var(--color-night);
  font-weight: 600;
  text-underline-offset: .16em;
}

.static-contact-privacy a:hover,
.static-contact-privacy a:focus-visible {
  color: var(--color-orange);
}

.static-contact-form button {
  align-self: start;
  background: var(--color-amp);
  border: 2px solid var(--color-amp);
  color: var(--color-night);
  cursor: pointer;
  font-size: 1.08rem;
  padding: .9rem 1.45rem;
}

.static-contact-form button:hover {
  background: var(--color-night);
  border-color: var(--color-night);
  color: var(--color-paper);
}

.static-contact-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.static-contact-message {
  border: 1px solid rgba(12, 11, 10, .16);
  font-family: var(--font-reading);
  font-size: 1rem;
  line-height: 1.55;
  padding: .85rem 1rem;
}

.static-contact-message-success {
  background: rgba(233, 194, 84, .22);
  color: var(--color-night);
}

.static-contact-message-error {
  background: rgba(206, 83, 8, .12);
  color: #8a2b06;
}

.static-contact-hp {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.news-story-copy img {
  width: 100%;
  height: auto;
}

.story-inline-photo {
  clear: both;
  float: left;
  width: 35%;
  min-width: 0;
  margin: .2rem clamp(1rem, 2vw, 1.65rem) .75rem 0;
  background: #050505;
}

.story-inline-photo.is-right {
  float: right;
  margin-right: 0;
  margin-left: clamp(1rem, 2vw, 1.65rem);
}

.story-inline-photo.is-full {
  float: none;
  width: 100%;
  margin: 1.25rem 0;
}

.story-inline-photo.is-portrait:not(.is-full) {
  width: 26%;
}

.news-story-copy > .story-inline-photo + * {
  margin-top: 0;
}

.story-inline-photo button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: #050505;
  cursor: pointer;
}

.story-inline-photo button:hover,
.story-inline-photo button:focus-visible {
  background: #050505;
}

.story-inline-photo button:focus-visible {
  outline: 3px solid var(--category-accent);
  outline-offset: 3px;
}

.story-inline-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58rem;
  object-fit: contain;
}

.story-inline-photo:not(.is-full):not(.is-portrait) button {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.story-inline-photo:not(.is-full):not(.is-portrait) img {
  height: 100%;
  max-height: none;
}

@media (min-width: 721px) {
  .story-inline-photo.is-left:not(.is-portrait):not(.is-full) img {
    object-position: right center;
  }

  .story-inline-photo.is-right:not(.is-portrait):not(.is-full) img {
    object-position: left center;
  }
}

.story-inline-photo.is-portrait:not(.is-full) button {
  aspect-ratio: auto;
  overflow: visible;
}

.story-inline-photo.is-portrait:not(.is-full) img {
  height: auto;
  max-height: none;
  object-position: center;
}

.story-inline-photo.is-full img {
  max-height: 52rem;
}

@media (max-width: 720px) {
  .story-inline-photo,
  .story-inline-photo.is-right,
  .story-inline-photo.is-full {
    float: none;
    width: 100%;
    margin: 1rem 0;
  }

  .story-inline-photo.is-portrait:not(.is-full) {
    width: min(78%, 26rem);
    margin: 1rem auto;
  }

  .news-story-copy > .story-inline-photo + * {
    margin-top: 1rem;
  }

  .static-contact-grid {
    grid-template-columns: 1fr;
  }

  .static-contact-form button {
    width: 100%;
  }
}

.story-media-section {
  margin-top: 2.5rem;
}

.story-media-heading {
  border-bottom: 1px solid rgba(var(--rgb-paper), .14);
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  position: relative;
}

.story-media-heading::before {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 1px;
  background: linear-gradient(90deg, var(--color-orange), var(--color-amp), transparent 42%);
}

.story-media-heading h3 {
  color: var(--color-paper);
  font-size: 3rem;
  text-transform: uppercase;
}

.story-gallery-block {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(var(--rgb-paper), .12);
  background:
    linear-gradient(135deg, rgba(var(--rgb-blue), .1), transparent 32%),
    rgba(255, 255, 255, .025);
  padding: 1rem;
}

.story-gallery-block::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 3px;
  background: linear-gradient(180deg, var(--color-amp), rgba(var(--rgb-orange), .72), transparent);
}

.story-gallery-block + .story-gallery-block {
  margin-top: clamp(1.6rem, 3vw, 2.35rem);
}

.story-gallery-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: .5rem 1rem;
  margin-bottom: .85rem;
  border-left: 0;
  border-bottom: 1px solid rgba(var(--rgb-paper), .1);
  padding: 0 0 .85rem;
}

.story-gallery-heading h4 {
  color: var(--color-paper);
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: .9;
  text-transform: uppercase;
}

.story-gallery-heading p {
  display: block;
  color: rgba(var(--rgb-paper), .68);
  font-size: .88rem;
  line-height: 1.35;
  max-width: 32rem;
  text-align: right;
}

.story-gallery-preview {
  display: grid;
  gap: .75rem;
}

.story-photo-button[hidden] {
  display: none !important;
}

.story-photo-button.is-gallery-deferred {
  display: none;
}

.story-flickr-link {
  display: inline-flex;
  margin-top: .85rem;
  border: 2px solid var(--color-amp);
  padding: .65rem 1rem;
  color: var(--color-amp);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.story-flickr-link:hover,
.story-flickr-link:focus-visible {
  background: var(--color-amp);
  color: var(--color-night);
}

.story-flickr-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: #000;
  aspect-ratio: 16 / 9;
}

.story-flickr-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.category-strip {
  scrollbar-width: none;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.story-photo-strip {
  display: flex;
  min-width: 0;
  max-width: 100%;
  gap: .85rem;
  overflow-x: auto;
  overflow-y: hidden;
  background: #050505;
  border: 1px solid rgba(var(--rgb-paper), .08);
  padding: .75rem;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
}

.gallery-preview-button,
.story-photo-button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.story-photo-button {
  flex: none;
  height: 18rem;
  overflow: hidden;
  background: var(--color-card);
  scroll-snap-align: start;
  border: 1px solid rgba(var(--rgb-paper), .1);
  transition: border-color 180ms ease, transform 180ms ease;
}

.story-photo-button img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  transition: transform 500ms ease, filter 500ms ease;
}

.story-photo-button:hover img,
.story-photo-button:focus-visible img {
  filter: brightness(1.08);
  transform: scale(1.035);
}

.story-photo-button:hover,
.story-photo-button:focus-visible {
  border-color: rgba(var(--rgb-amp), .68);
  transform: translateY(-2px);
}

.photo-scroll-shell {
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.photo-scroll-control {
  position: absolute;
  top: 0;
  bottom: .5rem;
  z-index: 20;
  display: flex;
  align-items: center;
  width: min(17vw, 15rem);
  border: 0;
  padding: 0;
  color: rgba(255, 255, 255, .92);
  opacity: .72;
  cursor: pointer;
  transition: opacity 180ms ease, background 180ms ease;
}

.photo-scroll-control:hover,
.photo-scroll-control:focus-visible {
  opacity: 1;
}

.photo-scroll-control-prev {
  left: 0;
  justify-content: flex-start;
  padding-left: clamp(.75rem, 2.4vw, 2rem);
  background: linear-gradient(90deg, rgba(0, 0, 0, .52), transparent);
}

.photo-scroll-control-next {
  right: 0;
  justify-content: flex-end;
  padding-right: clamp(.75rem, 2.4vw, 2rem);
  background: linear-gradient(270deg, rgba(0, 0, 0, .52), transparent);
}

.photo-scroll-control svg,
.lightbox-control svg,
.lightbox-nav svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.photo-scroll-control svg,
.lightbox-nav svg {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(12, 12, 12, .44);
  padding: .85rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
}

#tailoredLightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  isolation: isolate;
  background: rgba(0, 0, 0, .96);
}

#tailoredLightbox,
#tailoredLightboxStage,
#tailoredLightboxImage {
  touch-action: none;
}

.tailored-lightbox-controls {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  z-index: 30;
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(5, 5, 5, .82);
  padding: .5rem;
}

#tailoredLightboxCounter {
  min-width: 4rem;
  padding: 0 .5rem;
  color: rgba(255, 255, 255, .9);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-control,
.lightbox-nav {
  color: rgba(255, 255, 255, .92);
  cursor: pointer;
}

.lightbox-control {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
}

.lightbox-control:hover,
.lightbox-control:focus-visible {
  background: rgba(255, 255, 255, .15);
}

.lightbox-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  width: min(17vw, 15rem);
  border: 0;
  padding: 0;
  opacity: .72;
  transition: opacity 180ms ease, background 180ms ease;
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  opacity: 1;
}

.lightbox-nav:focus,
.lightbox-nav:focus-visible {
  outline: none;
}

.lightbox-nav-prev {
  left: 0;
  justify-content: flex-start;
  padding-left: clamp(1rem, 3vw, 3rem);
  background: linear-gradient(90deg, rgba(0, 0, 0, .52), transparent);
}

.lightbox-nav-next {
  right: 0;
  justify-content: flex-end;
  padding-right: clamp(1rem, 3vw, 3rem);
  background: linear-gradient(270deg, rgba(0, 0, 0, .52), transparent);
}

.lightbox-nav:focus-visible svg {
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 0 0 3px rgba(var(--rgb-blue), .55), 0 14px 34px rgba(0, 0, 0, .35);
}

#tailoredLightboxStage {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#tailoredLightboxImage {
  width: auto;
  height: auto;
  max-width: calc(100vw - min(26vw, 22rem));
  max-height: calc(100vh - 5rem);
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .58);
}

@media (min-width: 640px) {
  .story-photo-button {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .story-photo-button {
    height: 24rem;
  }
}

@media (max-width: 639px) {
  #tailoredLightbox::after {
    content: none;
    display: none;
  }

  #tailoredLightboxCounter {
    position: static;
    display: grid;
    width: auto;
    min-width: 4rem;
    height: 2.5rem;
    margin: 0;
    place-items: center;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: nowrap;
  }

  .tailored-lightbox-controls {
    position: fixed;
    z-index: 40;
    gap: .5rem;
  }

  .lightbox-nav,
  .photo-scroll-control {
    width: 22vw;
  }

  .lightbox-nav svg,
  .photo-scroll-control svg {
    width: 2.65rem;
    height: 2.65rem;
    padding: .72rem;
  }

  #tailoredLightboxImage {
    max-width: 100vw;
    max-height: 100dvh;
    box-shadow: none;
  }
}

.story-sidebar {
  display: grid;
  gap: 2rem;
}

.story-sidebar-section {
  border: 1px solid rgba(var(--rgb-paper), .12);
  background: rgba(255, 255, 255, .028);
  padding: 1rem;
}

.story-sidebar h3 {
  color: var(--color-amp);
  font-size: 2.45rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(var(--rgb-paper), .12);
  padding-bottom: .8rem;
}

.story-sidebar-list {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
}

.similar-story {
  display: block;
  border: 1px solid rgba(var(--rgb-paper), .1);
  background: rgba(0, 0, 0, .22);
  padding: .9rem;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(.4, 0, .2, 1), border-color 150ms cubic-bezier(.4, 0, .2, 1), transform 150ms ease;
}

.similar-story:hover {
  border-color: rgba(var(--rgb-amp), .7);
  background: rgba(255, 255, 255, .06);
  transform: translateX(2px);
}

.similar-story span,
.story-sidebar-empty {
  color: rgba(var(--rgb-paper), .62);
  font-size: .88rem;
  line-height: 1.35;
}

.similar-story strong {
  display: block;
  margin-top: .3rem;
  color: var(--color-paper);
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: inherit;
  line-height: .95;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .story-article {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    column-gap: 1.25rem;
    align-items: start;
  }

  .share-rail {
    position: sticky;
    top: 5rem;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 0;
    transform: none;
  }

  .story-article-body {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
    align-items: start;
  }

  .story-sidebar {
    position: sticky;
    top: 6rem;
    align-self: start;
  }
}

[class~="absolute"] { position: absolute; }
[class~="fixed"] { position: fixed; }
[class~="relative"] { position: relative; }
[class~="inset-0"] { inset: 0; }
[class~="inset-x-0"] { left: 0; right: 0; }
[class~="top-0"] { top: 0; }
[class~="bottom-0"] { bottom: 0; }
[class~="left-0"] { left: 0; }
[class~="z-10"] { z-index: 10; }
[class~="z-50"] { z-index: 50; }

[class~="block"] { display: block; }
[class~="inline-flex"] { display: inline-flex; }
[class~="flex"] { display: flex; }
[class~="grid"] { display: grid; }
[class~="contents"] { display: contents; }
[class~="hidden"] { display: none; }

[class~="grid"] > * {
  min-width: 0;
}

[class~="flex-1"] { flex: 1 1 0%; }
[class~="flex-col"] { flex-direction: column; }
[class~="flex-wrap"] { flex-wrap: wrap; }
[class~="shrink-0"] { flex-shrink: 0; }
[class~="items-center"] { align-items: center; }
[class~="items-end"] { align-items: flex-end; }
[class~="items-start"] { align-items: flex-start; }
[class~="items-stretch"] { align-items: stretch; }
[class~="justify-between"] { justify-content: space-between; }
[class~="justify-center"] { justify-content: center; }
[class~="justify-end"] { justify-content: flex-end; }
[class~="place-items-center"] { place-items: center; }

[class~="grid-cols-1"] { grid-template-columns: repeat(1, minmax(0, 1fr)); }
[class~="grid-cols-2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
[class~="grid-cols-7"] { grid-template-columns: repeat(7, minmax(0, 1fr)); }
[class~="grid-cols-[4.25rem_1fr]"] { grid-template-columns: 4.25rem 1fr; }
[class~="grid-cols-[4.35rem_1fr]"] { grid-template-columns: 4.35rem 1fr; }

[class~="gap-px"] { gap: 1px; }
[class~="gap-2"] { gap: .5rem; }
[class~="gap-3"] { gap: .75rem; }
[class~="gap-4"] { gap: 1rem; }
[class~="gap-5"] { gap: 1.25rem; }
[class~="gap-6"] { gap: 1.5rem; }
[class~="gap-8"] { gap: 2rem; }
[class~="gap-10"] { gap: 2.5rem; }
[class~="gap-16"] { gap: 4rem; }
[class~="gap-[.65rem]"] { gap: .65rem; }
[class~="space-y-2"] > * + * { margin-top: .5rem; }
[class~="space-y-3"] > * + * { margin-top: .75rem; }

[class~="h-5"] { height: 1.25rem; }
[class~="h-14"] { height: 3.5rem; }
[class~="h-16"] { height: 4rem; }
[class~="h-36"] { height: 9rem; }
[class~="h-40"] { height: 10rem; }
[class~="h-56"] { height: 14rem; }
[class~="h-72"] { height: 18rem; }
[class~="h-[1.45rem]"] { height: 1.45rem; }
[class~="h-[2.8rem]"] { height: 2.8rem; }
[class~="h-[24.25rem]"] { height: 24.25rem; }
[class~="h-[28rem]"] { height: 28rem; }
[class~="h-auto"] { height: auto; }
[class~="h-full"] { height: 100%; }
[class~="h-px"] { height: 1px; }
[class~="min-h-screen"] { min-height: 100vh; }
[class~="min-h-[4.5rem]"] { min-height: 4.5rem; }
[class~="min-h-[28rem]"] { min-height: 28rem; }
[class~="min-h-[36rem]"] { min-height: 36rem; }
[class~="min-h-[38rem]"] { min-height: 38rem; }

[class~="w-5"] { width: 1.25rem; }
[class~="w-12"] { width: 3rem; }
[class~="w-14"] { width: 3.5rem; }
[class~="w-[1.45rem]"] { width: 1.45rem; }
[class~="w-[2.8rem]"] { width: 2.8rem; }
[class~="w-[90%]"] { width: 90%; }
[class~="w-fit"] { width: fit-content; }
[class~="w-full"] { width: 100%; }
[class~="min-w-0"] { min-width: 0; }
[class~="min-w-full"] { min-width: 100%; }
[class~="max-w-sm"] { max-width: 24rem; }
[class~="max-w-xl"] { max-width: 36rem; }
[class~="max-w-2xl"] { max-width: 42rem; }
[class~="max-w-4xl"] { max-width: 56rem; }
[class~="max-w-5xl"] { max-width: 64rem; }
[class~="max-w-[13.2rem]"] { max-width: 13.2rem; }
[class~="max-w-[14rem]"] { max-width: 14rem; }
[class~="max-w-[15rem]"] { max-width: 15rem; }

[class~="overflow-hidden"] { overflow: hidden; }
[class~="object-contain"] { object-fit: contain; }
[class~="object-cover"] { object-fit: cover; }
[class~="object-center"] { object-position: center; }

[class~="m-0"] { margin: 0; }
[class~="mx-auto"] { margin-left: auto; margin-right: auto; }
[class~="ml-auto"] { margin-left: auto; }
[class~="mt-auto"] { margin-top: auto; }
[class~="mt-1"] { margin-top: .25rem; }
[class~="mt-2"] { margin-top: .5rem; }
[class~="mt-3"] { margin-top: .75rem; }
[class~="mt-4"] { margin-top: 1rem; }
[class~="mt-5"] { margin-top: 1.25rem; }
[class~="mt-8"] { margin-top: 2rem; }
[class~="mt-[1.275rem]"] { margin-top: 1.275rem; }
[class~="mt-[1.8rem]"] { margin-top: 1.8rem; }
[class~="mb-4"] { margin-bottom: 1rem; }
[class~="mb-5"] { margin-bottom: 1.25rem; }
[class~="mb-7"] { margin-bottom: 1.75rem; }
[class~="mb-8"] { margin-bottom: 2rem; }
[class~="mb-9"] { margin-bottom: 2.25rem; }
[class~="mb-10"] { margin-bottom: 2.5rem; }

[class~="p-2"] { padding: .5rem; }
[class~="p-3"] { padding: .75rem; }
[class~="p-5"] { padding: 1.25rem; }
[class~="p-6"] { padding: 1.5rem; }
[class~="px-3"] { padding-left: .75rem; padding-right: .75rem; }
[class~="px-4"] { padding-left: 1rem; padding-right: 1rem; }
[class~="px-5"] { padding-left: 1.25rem; padding-right: 1.25rem; }
[class~="px-7"] { padding-left: 1.75rem; padding-right: 1.75rem; }
[class~="px-[5%]"] { padding-left: 5%; padding-right: 5%; }
[class~="py-1"] { padding-top: .25rem; padding-bottom: .25rem; }
[class~="py-2"] { padding-top: .5rem; padding-bottom: .5rem; }
[class~="py-3"] { padding-top: .75rem; padding-bottom: .75rem; }
[class~="py-4"] { padding-top: 1rem; padding-bottom: 1rem; }
[class~="py-5"] { padding-top: 1.25rem; padding-bottom: 1.25rem; }
[class~="py-6"] { padding-top: 1.5rem; padding-bottom: 1.5rem; }
[class~="py-10"] { padding-top: 2.5rem; padding-bottom: 2.5rem; }
[class~="py-14"] { padding-top: 3.5rem; padding-bottom: 3.5rem; }
[class~="pt-1"] { padding-top: .25rem; }
[class~="pt-4"] { padding-top: 1rem; }
[class~="pt-5"] { padding-top: 1.25rem; }
[class~="pt-6"] { padding-top: 1.5rem; }
[class~="pt-16"] { padding-top: 4rem; }
[class~="pb-2"] { padding-bottom: .5rem; }
[class~="pb-3"] { padding-bottom: .75rem; }
[class~="pb-5"] { padding-bottom: 1.25rem; }
[class~="pl-2"] { padding-left: .5rem; }

[class~="bg-night"] { background-color: var(--color-night); }
[class~="bg-carbon"] { background-color: var(--color-carbon); }
[class~="bg-paper"] { background-color: var(--color-paper); }
[class~="bg-black"] { background-color: #000; }
[class~="bg-white"] { background-color: #fff; }
[class~="bg-transparent"] { background-color: transparent; }
[class~="bg-blue"] { background-color: var(--color-blue); }
[class~="bg-orange"] { background-color: var(--color-orange); }
[class~="bg-amp"] { background-color: var(--color-amp); }
[class~="bg-black/35"] { background-color: rgba(0, 0, 0, .35); }
[class~="bg-black/55"] { background-color: rgba(0, 0, 0, .55); }
[class~="bg-black/72"] { background-color: rgba(0, 0, 0, .72); }
[class~="bg-black/76"] { background-color: rgba(0, 0, 0, .76); }
[class~="bg-black/90"] { background-color: rgba(0, 0, 0, .90); }
[class~="bg-orange/10"] { background-color: rgba(var(--rgb-orange), .10); }
[class~="bg-amp/12"] { background-color: rgba(var(--rgb-amp), .12); }
[class~="bg-white/[.025]"] { background-color: rgba(255, 255, 255, .025); }
[class~="bg-white/[.035]"] { background-color: rgba(255, 255, 255, .035); }
[class~="bg-white/[.04]"] { background-color: rgba(255, 255, 255, .04); }
[class~="bg-white/[.06]"] { background-color: rgba(255, 255, 255, .06); }
[class~="bg-white/10"] { background-color: rgba(255, 255, 255, .10); }

[class~="bg-gradient-to-r"] { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
[class~="bg-gradient-to-b"] { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
[class~="bg-gradient-to-t"] { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
[class~="from-transparent"] { --tw-gradient-from: transparent; --tw-gradient-to: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
[class~="from-black/62"] { --tw-gradient-from: rgba(0, 0, 0, .62); --tw-gradient-to: rgba(0, 0, 0, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
[class~="from-black/68"] { --tw-gradient-from: rgba(0, 0, 0, .68); --tw-gradient-to: rgba(0, 0, 0, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
[class~="from-black/90"] { --tw-gradient-from: rgba(0, 0, 0, .90); --tw-gradient-to: rgba(0, 0, 0, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
[class~="from-black/92"] { --tw-gradient-from: rgba(0, 0, 0, .92); --tw-gradient-to: rgba(0, 0, 0, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
[class~="via-transparent"] { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to); }
[class~="via-black/24"] { --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, .24), var(--tw-gradient-to); }
[class~="via-black/38"] { --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, .38), var(--tw-gradient-to); }
[class~="via-black/72"] { --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, .72), var(--tw-gradient-to); }
[class~="via-amp/70"] { --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--rgb-amp), .70), var(--tw-gradient-to); }
[class~="to-transparent"] { --tw-gradient-to: transparent; }
[class~="to-black/10"] { --tw-gradient-to: rgba(0, 0, 0, .10); }
[class~="to-black/42"] { --tw-gradient-to: rgba(0, 0, 0, .42); }

[class~="border"] { border-width: 1px; }
[class~="border-2"] { border-width: 2px; }
[class~="border-y"] { border-top-width: 1px; border-bottom-width: 1px; }
[class~="border-t"] { border-top-width: 1px; }
[class~="border-b"] { border-bottom-width: 1px; }
[class~="border-l"] { border-left-width: 1px; }
[class~="border-r"] { border-right-width: 1px; }
[class~="border-l-2"] { border-left-width: 2px; }
[class~="border-l-4"] { border-left-width: 4px; }
[class~="border-line"] { border-color: var(--color-line); }
[class~="border-night"] { border-color: var(--color-night); }
[class~="border-amp"] { border-color: var(--color-amp); }
[class~="border-blue"] { border-color: var(--color-blue); }
[class~="border-orange"] { border-color: var(--color-orange); }
[class~="border-black/10"] { border-color: rgba(0, 0, 0, .10); }
[class~="border-black/15"] { border-color: rgba(0, 0, 0, .15); }
[class~="border-white/10"] { border-color: rgba(255, 255, 255, .10); }
[class~="border-white/15"] { border-color: rgba(255, 255, 255, .15); }
[class~="border-white/20"] { border-color: rgba(255, 255, 255, .20); }
[class~="border-white/30"] { border-color: rgba(255, 255, 255, .30); }
[class~="border-blue/40"] { border-color: rgba(var(--rgb-blue), .40); }
[class~="border-orange/40"] { border-color: rgba(var(--rgb-orange), .40); }
[class~="border-orange/60"] { border-color: rgba(var(--rgb-orange), .60); }
[class~="border-amp/70"] { border-color: rgba(var(--rgb-amp), .70); }

[class~="text-paper"] { color: var(--color-paper); }
[class~="text-night"] { color: var(--color-night); }
[class~="text-muted"] { color: var(--color-muted); }
[class~="text-blue"] { color: var(--color-blue); }
[class~="text-orange"] { color: var(--color-orange); }
[class~="text-amp"] { color: var(--color-amp); }
[class~="text-black/68"] { color: rgba(0, 0, 0, .68); }
[class~="text-black/70"] { color: rgba(0, 0, 0, .70); }
[class~="text-paper/52"] { color: rgba(var(--rgb-paper), .52); }
[class~="text-paper/54"] { color: rgba(var(--rgb-paper), .54); }
[class~="text-paper/55"] { color: rgba(var(--rgb-paper), .55); }
[class~="text-paper/62"] { color: rgba(var(--rgb-paper), .62); }
[class~="text-paper/64"] { color: rgba(var(--rgb-paper), .64); }
[class~="text-paper/70"] { color: rgba(var(--rgb-paper), .70); }
[class~="text-paper/72"] { color: rgba(var(--rgb-paper), .72); }
[class~="text-paper/76"] { color: rgba(var(--rgb-paper), .76); }
[class~="text-paper/78"] { color: rgba(var(--rgb-paper), .78); }
[class~="text-paper/80"] { color: rgba(var(--rgb-paper), .80); }
[class~="text-paper/82"] { color: rgba(var(--rgb-paper), .82); }
[class~="text-paper/84"] { color: rgba(var(--rgb-paper), .84); }

.editorial-card.category-generic,
.editorial-card.category-koncerti,
.editorial-card.category-vijesti,
.editorial-card.category-najave,
.editorial-card.category-galerije,
.editorial-card.category-interview,
.editorial-card.category-supernajave,
.editorial-card.category-price,
.editorial-card.category-arhiva {
  --category-accent: var(--color-orange);
  --category-accent-2: var(--color-amp);
  --category-rgb: var(--rgb-orange);
}

.editorial-card.category-koncerti {
  --category-accent: #2374a5;
  --category-accent-2: #f5c65b;
  --category-rgb: 35, 116, 165;
}

.editorial-card.category-vijesti {
  --category-accent: #bf5701;
  --category-accent-2: #2374a5;
  --category-rgb: 191, 87, 1;
}

.editorial-card.category-najave,
.editorial-card.category-supernajave {
  --category-accent: #d28a12;
  --category-accent-2: #bf5701;
  --category-rgb: 210, 138, 18;
}

.editorial-card.category-galerije {
  --category-accent: #b91c1c;
  --category-accent-2: #f5c65b;
  --category-rgb: 185, 28, 28;
}

.editorial-card.category-interview {
  --category-accent: #4f8ba9;
  --category-accent-2: #bf5701;
  --category-rgb: 79, 139, 169;
}

.editorial-card.category-price {
  --category-accent: #9f2f58;
  --category-accent-2: #f5c65b;
  --category-rgb: 159, 47, 88;
}

.editorial-card.category-arhiva {
  --category-accent: #766f65;
  --category-accent-2: #bf5701;
  --category-rgb: 118, 111, 101;
}

.editorial-card .editorial-card-meta {
  color: var(--category-accent) !important;
}

.editorial-card .editorial-card-button {
  border-color: var(--color-orange) !important;
  color: var(--color-orange) !important;
  background: transparent !important;
}

.editorial-card .editorial-card-button[class~="bg-blue"] {
  background: transparent !important;
  color: var(--color-orange) !important;
}

.editorial-card .editorial-card-button:hover {
  background: var(--color-orange) !important;
  border-color: var(--color-orange) !important;
  color: var(--color-paper) !important;
}

[class~="text-center"] { text-align: center; }
[class~="text-right"] { text-align: right; }
[class~="uppercase"] { text-transform: uppercase; }
[class~="no-underline"] { text-decoration-line: none; }
[class~="whitespace-nowrap"] { white-space: nowrap; }
[class~="break-words"] { overflow-wrap: break-word; }
[class~="tracking-wider"] { letter-spacing: .05em; }

[class~="text-xs"] { font-size: .75rem; }
[class~="text-sm"] { font-size: .875rem; }
[class~="text-base"] { font-size: 1rem; }
[class~="text-lg"] { font-size: 1.125rem; }
[class~="text-xl"] { font-size: 1.25rem; }
[class~="text-2xl"] { font-size: 1.5rem; }
[class~="text-3xl"] { font-size: 1.875rem; }
[class~="text-4xl"] { font-size: 2.25rem; }
[class~="text-5xl"] { font-size: 3rem; }
[class~="text-6xl"] { font-size: 3.75rem; }
[class~="text-7xl"] { font-size: 4.5rem; }
[class~="text-[.72rem]"] { font-size: .72rem; }
[class~="text-[.76rem]"] { font-size: .76rem; }
[class~="text-[.82rem]"] { font-size: .82rem; }
[class~="text-[.87rem]"] { font-size: .87rem; }
[class~="text-[1.17rem]"] { font-size: 1.17rem; }
[class~="text-[1.6rem]"] { font-size: 1.6rem; }
[class~="text-[2.1rem]"] { font-size: 2.1rem; }
[class~="text-[clamp(1.575rem,3vw,2.25rem)]"] { font-size: clamp(1.575rem, 3vw, 2.25rem); }
[class~="text-[clamp(3.27rem,8.6vw,8.2rem)]"] { font-size: clamp(3.27rem, 8.6vw, 8.2rem); }
[class~="text-[clamp(4.4rem,11vw,8.2rem)]"] { font-size: clamp(4.4rem, 11vw, 8.2rem); }

.card-text {
  font-size: .9375rem;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .editorial-card:hover {
    transform: none;
  }

  .story-gallery-heading {
    display: grid;
  }

  .story-gallery-heading p {
    max-width: none;
    text-align: left;
  }

  .story-photo-strip {
    padding: .55rem;
  }

  .story-photo-button {
    height: 13rem;
  }
}

[class~="leading-none"] { line-height: 1; }
[class~="leading-4"] { line-height: 1rem; }
[class~="leading-5"] { line-height: 1.25rem; }
[class~="leading-6"] { line-height: 1.5rem; }
[class~="leading-7"] { line-height: 1.75rem; }
[class~="leading-[.85]"] { line-height: .85; }
[class~="leading-[1.25]"] { line-height: 1.25; }

[class~="opacity-95"] { opacity: .95; }
[class~="outline-none"] { outline: 2px solid transparent; outline-offset: 2px; }
[class~="pointer-events-none"] { pointer-events: none; }
[class~="backdrop-blur"] {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

[class~="brightness-115"],
[class~="brightness-75"],
[class~="contrast-110"],
[class~="contrast-115"],
[class~="contrast-125"],
[class~="saturate-125"] {
  filter: brightness(var(--tw-brightness, 1)) contrast(var(--tw-contrast, 1)) saturate(var(--tw-saturate, 1));
}
[class~="brightness-75"] { --tw-brightness: .75; }
[class~="brightness-115"] { --tw-brightness: 1.15; }
[class~="contrast-110"] { --tw-contrast: 1.10; }
[class~="contrast-115"] { --tw-contrast: 1.15; }
[class~="contrast-125"] { --tw-contrast: 1.25; }
[class~="saturate-125"] { --tw-saturate: 1.25; }
[class~="drop-shadow-[0_10px_35px_rgba(0,0,0,.55)]"] { filter: drop-shadow(0 10px 35px rgba(0, 0, 0, .55)); }

[class~="shadow-[0_0_26px_rgba(245,198,91,.16)]"] { box-shadow: 0 0 26px rgba(245, 198, 91, .16); }
[class~="shadow-[0_0_35px_rgba(35,116,165,.25)]"] { box-shadow: 0 0 35px rgba(35, 116, 165, .25); }
[class~="shadow-[0_35px_120px_rgba(0,0,0,.55)]"] { box-shadow: 0 35px 120px rgba(0, 0, 0, .55); }

[class~="transition"] {
  transition-property: color, background-color, border-color, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
[class~="transition-transform"] {
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
[class~="duration-500"] { transition-duration: 500ms; }
[class~="ease-out"] { transition-timing-function: cubic-bezier(0, 0, .2, 1); }

[class~="sr-only"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

[class~="hover:text-amp"]:hover,
.group:hover [class~="group-hover:text-amp"] { color: var(--color-amp); }
[class~="hover:text-night"]:hover { color: var(--color-night); }
[class~="hover:bg-amp"]:hover { background-color: var(--color-amp); }
[class~="hover:bg-paper"]:hover { background-color: var(--color-paper); }
[class~="hover:bg-white/[.06]"]:hover { background-color: rgba(255, 255, 255, .06); }
.group:hover [class~="group-hover:border-amp/70"] { border-color: rgba(var(--rgb-amp), .70); }
.group:hover [class~="group-hover:scale-105"] { transform: scale(1.05); }
[class~="focus:border-amp"]:focus { border-color: var(--color-amp); }
[class~="focus:outline-none"]:focus { outline: 2px solid transparent; outline-offset: 2px; }
[class~="placeholder:text-paper/35"]::placeholder { color: rgba(var(--rgb-paper), .35); }
[class~="placeholder:text-paper/45"]::placeholder { color: rgba(var(--rgb-paper), .45); }

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (min-width: 640px) {
  [class~="sm:grid-cols-2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  [class~="md:block"] { display: block; }
  [class~="md:flex"] { display: flex; }
  [class~="md:grid"] { display: grid; }
  [class~="md:hidden"] { display: none; }
  [class~="md:grid-cols-2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  [class~="md:grid-cols-4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  [class~="md:grid-cols-5"] { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  [class~="md:grid-cols-7"] { grid-template-columns: repeat(7, minmax(0, 1fr)); }
  [class~="md:grid-cols-[.9fr_1.1fr]"] { grid-template-columns: .9fr 1.1fr; }
  [class~="md:grid-cols-[.95fr_1.05fr]"] { grid-template-columns: .95fr 1.05fr; }
  [class~="md:col-span-2"] { grid-column: span 2 / span 2; }
  [class~="md:gap-px"] { gap: 1px; }
  [class~="md:bg-white/10"] { background-color: rgba(255, 255, 255, .10); }
  [class~="md:h-full"] { height: 100%; }
  [class~="md:min-h-80"] { min-height: 20rem; }
  [class~="md:min-w-0"] { min-width: 0; }
  [class~="md:min-w-full"] { min-width: 100%; }
  [class~="md:max-w-[17rem]"] { max-width: 17rem; }
  [class~="md:shrink"] { flex-shrink: 1; }
  [class~="md:shrink-0"] { flex-shrink: 0; }
  [class~="md:mt-[2.1rem]"] { margin-top: 2.1rem; }
  [class~="md:p-3"] { padding: .75rem; }
  [class~="md:p-6"] { padding: 1.5rem; }
  [class~="md:p-8"] { padding: 2rem; }
  [class~="md:text-base"] { font-size: 1rem; }
  [class~="md:text-5xl"] { font-size: 3rem; }
  [class~="md:text-6xl"] { font-size: 3.75rem; }
  [class~="md:text-8xl"] { font-size: 6rem; }
  [class~="md:text-9xl"] { font-size: 8rem; }
  [class~="md:text-[.87rem]"] { font-size: .87rem; }
  [class~="md:text-[1.17rem]"] { font-size: 1.17rem; }
  [class~="md:leading-5"] { line-height: 1.25rem; }
  [class~="md:leading-6"] { line-height: 1.5rem; }
}

@media (min-width: 1024px) {
  [class~="lg:flex"] { display: flex; }
  [class~="lg:hidden"] { display: none; }
  [class~="lg:grid-cols-3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  [class~="lg:grid-cols-5"] { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  [class~="lg:grid-cols-[1fr_1fr]"] { grid-template-columns: 1fr 1fr; }
  [class~="lg:grid-cols-[1fr_2fr]"] { grid-template-columns: 1fr 2fr; }
  [class~="lg:grid-cols-[1.12fr_.88fr]"] { grid-template-columns: 1.12fr .88fr; }
  [class~="lg:grid-cols-[1.15fr_.85fr]"] { grid-template-columns: 1.15fr .85fr; }
  [class~="lg:min-h-[40rem]"] { min-height: 40rem; }
  [class~="lg:mt-[4.65rem]"] { margin-top: 4.65rem; }
  [class~="lg:mt-[4.7rem]"] { margin-top: 4.7rem; }
  [class~="lg:py-8"] { padding-top: 2rem; padding-bottom: 2rem; }
  [class~="lg:py-20"] { padding-top: 5rem; padding-bottom: 5rem; }
}

@media (min-width: 1280px) {
  [class~="xl:grid-cols-4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  [class~="xl:text-xl"] { font-size: 1.25rem; }
}

@media (max-width: 767px) {
  .home-hero-section {
    background: #000;
    --hero-media-mobile-height: 34rem;
    --hero-logo-mobile-size: min(43.6vw, 8.5rem);
  }

  .home-hero-section .home-hero-logo {
    position: absolute;
    top: 1rem;
    right: 5%;
    z-index: 22;
    width: var(--hero-logo-mobile-size);
    max-width: var(--hero-logo-mobile-size);
    margin: 0;
  }

  .home-hero-media,
  .home-hero-section .hero-media-overlay,
  .home-hero-section .hero-noise-overlay {
    bottom: auto !important;
    height: var(--hero-media-mobile-height);
    overflow: hidden;
  }

  .home-hero-section .hero-slide {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .home-hero-content {
    grid-template-columns: 1fr !important;
    align-items: start;
    gap: 1rem !important;
    text-align: center;
    padding-top: calc(var(--hero-logo-mobile-size) + 3rem) !important;
  }

  .home-hero-copy {
    display: grid;
    justify-items: center;
    max-width: none;
    width: 100%;
  }

  .home-hero-logo {
    margin-left: auto;
    margin-right: 0;
  }

  .hero-title-stack {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 1.35rem;
    margin-top: 0;
  }

  .hero-title-heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
  }

  .hero-title-actions {
    justify-content: center;
    margin-top: 0;
    width: 100%;
  }

  .hero-title-button {
    min-width: min(10.55rem, 38vw);
    padding: .73rem .88rem;
    font-size: 1.12rem;
  }

  .news-story-copy {
    font-size: 1.24rem;
    line-height: 1.76;
  }

  .news-story-copy p,
  .news-story-copy li,
  .news-story-copy div,
  .story-excerpt {
    -webkit-hyphens: none;
    hyphens: none;
    text-align: left !important;
  }

  .story-excerpt {
    font-size: 1.28rem;
    line-height: 1.72;
  }

  .editorial-card .card-text,
  .card-text {
    font-size: 1.18rem;
    line-height: 1.62;
  }

  .editorial-card-meta {
    font-size: 1.32rem;
  }

  .announcement-card-title {
    font-size: 1.395rem;
  }

  .home-featured-panel {
    text-align: left;
  }

  .home-featured-panel > div:first-child {
    align-items: center;
    text-align: left;
  }

  .home-featured-card {
    align-items: stretch;
    text-align: left;
  }

  .home-featured-date {
    display: grid;
    min-height: 4.35rem;
    place-items: center;
    align-content: center;
    justify-content: center;
  }

  .home-featured-date p {
    margin: 0;
    text-align: center;
  }

  .home-featured-copy {
    align-self: center;
    text-align: left;
  }

  .home-featured-copy p,
  .home-featured-copy h3 {
    text-align: left;
  }

  .calendar-day > p {
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .calendar-day h3 {
    font-size: 3.25rem;
    line-height: .92;
  }

  .calendar-day a span {
    font-size: 1.36rem !important;
    line-height: 1.34 !important;
  }

  .calendar-day div > p {
    font-size: 1.27rem;
    line-height: 1.45;
  }

  .foto-pita-item {
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: .85rem;
  }

  .foto-pita-item img {
    width: 3.25rem;
    height: 3.25rem;
  }

  .foto-pita-item span {
    font-size: 1.08rem;
    line-height: 1.38;
  }

  .footer-main-grid {
    justify-items: center;
    text-align: center;
  }

  .footer-main-grid > div,
  .footer-nav-column,
  .footer-nav-list {
    justify-items: center;
    text-align: center;
  }

  .footer-main-grid img,
  .footer-main-grid p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-main-grid > .footer-brand-column {
    justify-self: center;
    width: 100%;
  }

  .footer-main-grid > .footer-brand-column a[aria-label="Photorokaj naslovnica"],
  .footer-main-grid > .footer-brand-column a[aria-label="Photorokaj naslovnica"] img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-nav-list .site-nav-link {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom-bar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-copyright,
  .footer-bottom-bar .footer-share-links {
    grid-column: 1;
    justify-self: center;
  }

  .newsletter-signup,
  #vijesti + .newsletter-signup,
  .story-newsletter-before-calendar > .newsletter-signup {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center;
    gap: .7rem .9rem;
    padding: 1rem;
  }

  #vijesti + .newsletter-signup {
    width: 90%;
  }

  .story-newsletter-before-calendar > .newsletter-signup {
    width: 100%;
  }

  .newsletter-signup-copy {
    display: contents;
  }

  .newsletter-signup-icon,
  #vijesti + .newsletter-signup .newsletter-signup-icon,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-icon {
    grid-column: 1;
    grid-row: 1;
    width: 3rem;
    height: 3rem;
  }

  .newsletter-signup-icon svg,
  #vijesti + .newsletter-signup .newsletter-signup-icon svg,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-icon svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .newsletter-signup-kicker,
  #vijesti + .newsletter-signup .newsletter-signup-kicker,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-kicker {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 1.48rem;
  }

  .newsletter-signup-title,
  #vijesti + .newsletter-signup .newsletter-signup-title,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-title {
    grid-column: 1 / -1;
    margin-top: .2rem;
    font-size: 2.17rem;
    line-height: .9;
  }

  .newsletter-signup-text,
  #vijesti + .newsletter-signup .newsletter-signup-text,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-signup-text {
    grid-column: 1 / -1;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.56;
  }

  .newsletter-form,
  #vijesti + .newsletter-signup .newsletter-form,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-form {
    grid-column: 1 / -1;
    width: 100%;
    gap: .55rem;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button,
  #vijesti + .newsletter-signup .newsletter-form input[type="email"],
  #vijesti + .newsletter-signup .newsletter-form button,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-form input[type="email"],
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-form button {
    min-height: 3rem;
    padding: .82rem .9rem;
    font-size: 1rem;
  }

  .newsletter-consent,
  #vijesti + .newsletter-signup .newsletter-consent,
  .story-newsletter-before-calendar > .newsletter-signup .newsletter-consent {
    font-size: .93rem;
    line-height: 1.48;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
[class~="focus:outline-none"]:focus-visible {
  outline: 3px solid rgba(var(--rgb-amp), .92);
  outline-offset: 3px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
[tabindex]:focus:not(:focus-visible) {
  outline: none;
}

main:focus,
main:focus-visible {
  outline: 0;
}

.mobile-menu-toggle,
.mobile-menu-toggle:hover,
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus,
.mobile-menu-toggle:focus-visible,
.mobile-menu-toggle[aria-expanded="true"],
.mobile-menu-toggle[aria-expanded="true"]:hover,
.mobile-menu-toggle[aria-expanded="true"]:active,
.mobile-menu-toggle[aria-expanded="true"]:focus,
.mobile-menu-toggle[aria-expanded="true"]:focus-visible,
.mobile-menu-close,
.mobile-menu-close:hover,
.mobile-menu-close:active,
.mobile-menu-close:focus,
.mobile-menu-close:focus-visible {
  border: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--color-paper) !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
  user-select: none;
}

.mobile-menu-toggle::before,
.mobile-menu-toggle::after,
.mobile-menu-toggle *,
.mobile-menu-close::before,
.mobile-menu-close::after,
.mobile-menu-close * {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent !important;
}

button.mobile-menu-toggle::-moz-focus-inner,
button.mobile-menu-close::-moz-focus-inner {
  border: 0 !important;
}

@media (max-width: 767px) {
  nav > .w-full > .flex.h-16 {
    height: 4.82rem !important;
    align-items: center !important;
  }

  .mobile-menu-toggle,
  .mobile-menu-close,
  .mobile-menu-toggle:hover,
  .mobile-menu-close:hover,
  .mobile-menu-toggle:active,
  .mobile-menu-close:active,
  .mobile-menu-toggle:focus,
  .mobile-menu-close:focus,
  .mobile-menu-toggle:focus-visible,
  .mobile-menu-close:focus-visible {
    width: 7.55rem !important;
    min-width: 7.55rem !important;
    height: 3.18rem !important;
    min-height: 3.18rem !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .54rem !important;
    padding: 0 !important;
    font-size: 1.45rem !important;
    line-height: 1 !important;
  }

  .mobile-menu-panel {
    padding-top: calc(.82rem + env(safe-area-inset-top)) !important;
  }

  .mobile-menu-head {
    border-bottom: 0 !important;
    padding-bottom: .82rem !important;
  }

  .mobile-menu-search {
    border-top: 0 !important;
    border-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .mobile-menu-search + .mobile-menu-section {
    border-top: 0 !important;
    margin-top: 1.25rem !important;
    padding-top: 0 !important;
  }
}

nav.backdrop-blur {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

@supports (overflow-x: clip) {
  html,
  body,
  main,
  footer {
    overflow-x: clip;
  }
}

@media (max-width: 1023px) {
  html,
  body {
    min-width: 0;
    overscroll-behavior: none;
  }

  body {
    position: static;
  }

  main,
  footer,
  nav {
    max-width: 100vw;
  }
}

@media (max-width: 767px) {
  .home-next-stage-hero,
  .home-next-stage-hero .home-hero-content {
    min-height: max(100svh, 47rem);
  }

  .home-next-stage-hero .home-hero-media,
  .home-next-stage-hero .hero-media-overlay,
  .home-next-stage-hero .home-next-stage-crowd-media,
  .home-next-stage-hero .hero-noise-overlay,
  .home-next-stage-hero .home-next-stage-beams {
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
  }

  .home-next-stage-image {
    top: var(--home-stage-mobile-media-top, -20%) !important;
    bottom: auto !important;
    height: 120% !important;
    object-position: 58.1% center;
    transform-origin: 58.1% center;
  }

  .home-next-stage-crowd-image {
    object-position: left center;
  }

  .home-next-stage-hero .hero-media-overlay {
    background:
      linear-gradient(0deg, rgba(3, 3, 3, .92) 0%, rgba(3, 3, 3, .72) 46%, rgba(3, 3, 3, .2) 78%, rgba(3, 3, 3, .36) 100%),
      linear-gradient(90deg, rgba(3, 3, 3, .58) 0%, rgba(3, 3, 3, .15) 76%, rgba(3, 3, 3, .26) 100%);
  }

  .home-next-stage-hero .hero-title-stack {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 0;
  }

  .home-next-stage-hero .home-hero-content {
    display: flex;
    align-items: stretch;
    padding-top: 0 !important;
    padding-bottom: calc(5rem + env(safe-area-inset-bottom)) !important;
  }

  .home-next-stage-hero .home-hero-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  .home-next-stage-copy {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: .9rem;
  }

  .home-next-stage-lead {
    font-size: 1.68rem;
    line-height: 1.14;
  }

  .home-next-stage-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .58rem;
    margin-top: 1.35rem;
  }

  .home-stage-control {
    min-height: 4rem;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    gap: .52rem;
    padding: .58rem .6rem;
  }

  .home-stage-control:last-child {
    grid-column: 1 / -1;
  }

  .home-stage-control > i {
    width: 1.68rem;
    border-width: 3px;
  }

  .home-stage-control strong {
    font-size: 1.02rem;
  }

  .home-stage-control small {
    font-size: .58rem;
  }

  .home-next-stage-viewfinder {
    display: block;
    top: var(--home-stage-focus-top, 34%);
    left: 50%;
    width: 12rem;
  }

  .home-stage-viewfinder-target {
    top: 50%;
  }

  .home-next-stage-beams span {
    width: 52vw;
  }

  .home-next-stage-beams {
    -webkit-mask-image: radial-gradient(ellipse 55% 75% at 96% 74%, transparent 0 72%, rgba(0, 0, 0, .08) 76%, rgba(0, 0, 0, .8) 83%, #000 89%);
    mask-image: radial-gradient(ellipse 55% 75% at 96% 74%, transparent 0 72%, rgba(0, 0, 0, .08) 76%, rgba(0, 0, 0, .8) 83%, #000 89%);
  }
}

/* Category archives: editorial 20-post rhythm. */
.archive-mosaic {
  display: grid;
  min-width: 0;
  gap: 1.25rem;
}

.archive-mosaic-band {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.archive-mosaic-band--feature {
  grid-template-rows: repeat(2, 25.75rem);
}

.archive-mosaic-card {
  min-width: 0;
  height: 100%;
}

.archive-mosaic-card__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #c8ced0;
}

.archive-mosaic-card.editorial-card[data-adaptive-card-copy] > .archive-mosaic-card__media {
  aspect-ratio: auto;
}

.archive-mosaic-card__image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 24%;
  transform-origin: 50% 24%;
}

.archive-mosaic-card__body {
  min-width: 0;
}

.archive-mosaic-card--lead {
  position: relative;
  min-height: 52.25rem;
  grid-column: span 2;
  grid-row: span 2;
  border-left-color: var(--category-accent);
  background: var(--color-carbon);
  color: var(--color-paper);
}

.archive-mosaic-card--lead > .archive-mosaic-card__media {
  position: absolute;
  inset: 0;
  height: 100%;
}

.archive-mosaic-card--lead > .archive-mosaic-card__media::after {
  border: 0;
  background:
    linear-gradient(0deg, rgba(3, 3, 3, .97) 0%, rgba(3, 3, 3, .76) 34%, rgba(3, 3, 3, .14) 70%, rgba(3, 3, 3, .08) 100%);
  opacity: 1;
}

.archive-mosaic-card--lead .archive-mosaic-card__body {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  padding: 2rem;
}

.archive-mosaic-card--lead .editorial-card-meta {
  color: var(--category-accent) !important;
  font-size: 1.35rem;
}

.archive-mosaic-card--lead .card-title-clamp {
  max-width: 42rem;
  color: var(--color-paper);
  font-size: 4.25rem;
  line-height: .95;
}

.archive-mosaic-card--lead .card-text {
  max-width: 38rem;
  color: rgba(var(--rgb-paper), .8);
  font-size: 1rem;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.archive-mosaic-card--lead.is-landscape {
  display: grid;
  grid-template-rows: minmax(0, 58%) minmax(0, 42%);
}

.archive-mosaic-card--lead.is-landscape > .archive-mosaic-card__media {
  position: relative;
  inset: auto;
}

.archive-mosaic-card--lead.is-landscape > .archive-mosaic-card__media::after {
  border-bottom: 1px solid rgba(var(--rgb-paper), .16);
  background: linear-gradient(0deg, rgba(3, 3, 3, .24), transparent 34%);
}

.archive-mosaic-card--lead.is-landscape .archive-mosaic-card__body {
  justify-content: flex-start;
  background: var(--color-carbon);
  padding: 1.6rem 2rem 1.8rem;
}

.archive-mosaic-card--compact {
  min-height: 25.5rem;
}

.archive-mosaic-card--compact > .archive-mosaic-card__media {
  height: 9.75rem;
}

.archive-mosaic-card--compact .card-title-clamp {
  font-size: 1.72rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.archive-mosaic-card--compact .card-text {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

.archive-mosaic-card--standard,
.archive-mosaic-card--wide {
  min-height: 31.5rem;
}

.archive-mosaic-card--standard > .archive-mosaic-card__media {
  height: 12.2rem;
}

.archive-mosaic-card--wide {
  display: grid;
  grid-column: span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.archive-mosaic-card--wide > .archive-mosaic-card__media {
  height: 100%;
}

.archive-mosaic-card--wide > .archive-mosaic-card__media::after,
.archive-mosaic-card--rail > .archive-mosaic-card__media::after {
  border-right: 1px solid rgba(0, 0, 0, .14);
  border-bottom: 0;
}

.archive-mosaic-card--wide .archive-mosaic-card__body {
  padding: 1.5rem;
}

.archive-mosaic-card--wide .card-title-clamp {
  font-size: 2.65rem;
}

.archive-mosaic-band--editorial > .archive-mosaic-card--wide {
  grid-column: span 2;
}

.archive-mosaic-rail {
  display: grid;
  min-width: 0;
  min-height: 31.5rem;
  grid-column: span 2;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.archive-mosaic-rail[data-count="1"] {
  grid-template-rows: minmax(0, 1fr);
}

.archive-mosaic-rail[data-count="2"] {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.archive-mosaic-card--rail {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(8.75rem, .38fr) minmax(0, .62fr);
}

.archive-mosaic-card--rail > .archive-mosaic-card__media {
  height: 100%;
}

.archive-mosaic-card--rail .archive-mosaic-card__body {
  padding: .8rem .95rem;
}

.archive-mosaic-card--rail .editorial-card-meta {
  font-size: 1rem;
}

.archive-mosaic-card--rail .card-title-clamp {
  margin-top: .42rem;
  font-size: 1.48rem;
  line-height: .98;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.archive-mosaic-card--rail .card-text {
  display: none !important;
}

.archive-mosaic-card--rail .archive-mosaic-card__actions {
  padding-top: .45rem;
}

.archive-mosaic-card--rail .editorial-card-button {
  min-height: 1.85rem;
  border-width: 1px;
  padding: .25rem .5rem;
  font-size: 1rem;
}

.archive-mosaic-card--dark,
.editorial-card--dark {
  border-left-color: var(--category-accent);
  background: var(--color-carbon);
  color: var(--color-paper);
}

.archive-mosaic-card--dark .card-title-clamp,
.archive-mosaic-card--dark .card-title-clamp a,
.editorial-card--dark .card-title-clamp,
.editorial-card--dark .card-title-clamp a {
  color: var(--color-paper);
}

.archive-mosaic-card--dark .card-text,
.editorial-card--dark .card-text {
  color: rgba(var(--rgb-paper), .8);
}

/* Supernajave: a restrained stage-red feature tier inside the combined Najave archive. */
.category-page-section.category-najave .archive-mosaic-card.category-supernajave {
  --category-accent: #ff9a8a;
  --category-accent-2: var(--color-amp);
  --category-rgb: 185, 28, 28;
  background:
    linear-gradient(145deg, rgba(185, 28, 28, .62) 0%, rgba(94, 19, 24, .78) 42%, rgba(31, 10, 12, .35) 100%),
    #210b0e;
  color: var(--color-paper);
  box-shadow:
    inset 0 0 0 1px rgba(239, 116, 101, .2),
    0 1.15rem 2.4rem rgba(73, 9, 14, .18);
}

.category-page-section.category-najave .archive-mosaic-card.category-supernajave .card-title-clamp,
.category-page-section.category-najave .archive-mosaic-card.category-supernajave .card-title-clamp a {
  color: var(--color-paper);
}

.category-page-section.category-najave .archive-mosaic-card.category-supernajave .card-text {
  color: rgba(var(--rgb-paper), .82);
}

.category-page-section.category-najave .archive-mosaic-card.category-supernajave .editorial-card-button {
  border-color: var(--color-amp) !important;
  color: var(--color-amp) !important;
}

.category-page-section.category-najave .archive-mosaic-card.category-supernajave .editorial-card-button:hover {
  border-color: var(--color-amp) !important;
  background: var(--color-amp) !important;
  color: var(--color-night) !important;
}

.category-page-section.category-najave .archive-mosaic-card--lead.category-supernajave > .archive-mosaic-card__media::after {
  background:
    linear-gradient(0deg, rgba(35, 8, 11, .98) 0%, rgba(68, 12, 17, .8) 36%, rgba(48, 8, 12, .16) 72%, rgba(3, 3, 3, .12) 100%);
}

.category-page-section.category-najave .archive-mosaic-card--lead.is-landscape.category-supernajave .archive-mosaic-card__body {
  background:
    linear-gradient(145deg, rgba(148, 23, 30, .72), rgba(31, 10, 12, .98));
}

@media (min-width: 1121px) {
  .archive-mosaic-band--editorial[data-count="4"] > .archive-mosaic-card--wide,
  .archive-mosaic-band--editorial[data-count="4"] > .archive-mosaic-rail {
    min-height: 42rem;
  }

  .archive-mosaic-band--editorial[data-count="4"] .archive-mosaic-card--rail .card-text {
    display: -webkit-box !important;
    margin-top: .45rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
  }

  .archive-mosaic-band--feature[data-count="1"] {
    grid-template-rows: minmax(38rem, auto);
  }

  .archive-mosaic-band--feature[data-count="1"] > .archive-mosaic-card--lead {
    min-height: 38rem;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .archive-mosaic-band--feature[data-count="2"] {
    grid-template-rows: minmax(31.5rem, auto);
  }

  .archive-mosaic-band--feature[data-count="2"] > .archive-mosaic-card--lead {
    min-height: 31.5rem;
    grid-row: auto;
  }

  .archive-mosaic-band--feature[data-count="2"] > .archive-mosaic-card--compact,
  .archive-mosaic-band--feature[data-count="3"] > .archive-mosaic-card--compact {
    grid-column: span 2;
  }

  .archive-mosaic-band--feature[data-count="4"] > .archive-mosaic-card--compact:last-child {
    grid-column: span 2;
  }

  .archive-mosaic-band--standard[data-count="1"],
  .archive-mosaic-band--final[data-count="1"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .archive-mosaic-band--standard[data-count="2"],
  .archive-mosaic-band--final[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-mosaic-band--standard[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .archive-mosaic-band--editorial[data-count="1"] > .archive-mosaic-card--wide,
  .archive-mosaic-band--final[data-count="1"] > .archive-mosaic-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1120px) {
  .archive-mosaic-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-mosaic-band--feature {
    grid-template-rows: auto;
  }

  .archive-mosaic-card--lead {
    min-height: 37rem;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .archive-mosaic-band--editorial > .archive-mosaic-card--wide,
  .archive-mosaic-rail,
  .archive-mosaic-band--final > .archive-mosaic-card--wide {
    grid-column: 1 / -1;
  }

  .archive-mosaic-rail {
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .archive-mosaic-rail[data-count="1"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .archive-mosaic-rail[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-mosaic-card--rail {
    display: flex;
    min-height: 25.5rem;
  }

  .archive-mosaic-card--rail > .archive-mosaic-card__media {
    height: 10.25rem;
  }

  .archive-mosaic-card--rail > .archive-mosaic-card__media::after {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
  }

  .archive-mosaic-card--rail .archive-mosaic-card__body {
    padding: 1.15rem;
  }

  .archive-mosaic-card--rail .card-title-clamp {
    margin-top: .65rem;
    font-size: 1.72rem;
  }

  .archive-mosaic-card--rail .card-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
  }

  .archive-mosaic-card--rail .archive-mosaic-card__actions {
    padding-top: 1rem;
  }

  .archive-mosaic-card--rail .editorial-card-button {
    min-height: 2.55rem;
    border-width: 2px;
    padding: .42rem .75rem;
    font-size: 1.18rem;
  }
}

@media (max-width: 767px) {
  .archive-mosaic,
  .archive-mosaic-band,
  .archive-mosaic-rail {
    gap: 1rem;
  }

  .archive-mosaic-band,
  .archive-mosaic-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .archive-mosaic-card--lead,
  .archive-mosaic-card--wide,
  .archive-mosaic-band--editorial > .archive-mosaic-card--wide,
  .archive-mosaic-rail,
  .archive-mosaic-band--final > .archive-mosaic-card--wide {
    grid-column: auto;
  }

  .archive-mosaic-card--lead {
    min-height: 34rem;
  }

  .archive-mosaic-card--lead.is-landscape {
    min-height: 40rem;
    grid-template-rows: 14rem minmax(0, 1fr);
  }

  .archive-mosaic-card--lead .archive-mosaic-card__body {
    padding: 1.35rem;
  }

  .archive-mosaic-card--lead .card-title-clamp {
    font-size: 3.25rem;
  }

  .archive-mosaic-card--compact,
  .archive-mosaic-card--standard,
  .archive-mosaic-card--rail {
    min-height: 30rem;
  }

  .archive-mosaic-card--compact > .archive-mosaic-card__media,
  .archive-mosaic-card--standard > .archive-mosaic-card__media,
  .archive-mosaic-card--rail > .archive-mosaic-card__media {
    height: 13rem;
  }

  .archive-mosaic-card--compact .card-title-clamp,
  .archive-mosaic-card--rail .card-title-clamp {
    font-size: 2rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .archive-mosaic-card--compact .card-text,
  .archive-mosaic-card--rail .card-text {
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
  }

  .archive-mosaic-card--wide {
    display: flex;
    min-height: 32rem;
  }

  .archive-mosaic-card--wide > .archive-mosaic-card__media {
    height: 14rem;
  }

  .archive-mosaic-card--wide > .archive-mosaic-card__media::after {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
  }

  .archive-mosaic-card--wide .card-title-clamp {
    font-size: 2.25rem;
  }
}

/* Homepage: lead story, two editorial rails, then a two-by-two closing grid. */
.homepage-editorial-mosaic {
  --homepage-mosaic-gap: 1.25rem;
  display: grid;
  min-width: 0;
  gap: var(--homepage-mosaic-gap);
}

.homepage-editorial-mosaic__top {
  display: grid;
  min-width: 0;
  min-height: 42rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "lead rail";
  gap: var(--homepage-mosaic-gap);
}

.homepage-editorial-mosaic--news .homepage-editorial-mosaic__top {
  grid-template-areas: "rail lead";
}

.homepage-editorial-mosaic__top.is-lead-only {
  grid-template-areas: "lead lead";
}

.homepage-editorial-mosaic__rail {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-area: rail;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--homepage-mosaic-gap);
}

.homepage-editorial-mosaic__rail[data-count="1"] {
  grid-template-rows: minmax(0, 1fr);
}

.homepage-editorial-mosaic__bottom {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--homepage-mosaic-gap);
}

.homepage-editorial-mosaic__bottom[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.homepage-editorial-mosaic__bottom[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homepage-editorial-mosaic__bottom[data-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-mosaic-card {
  min-width: 0;
  height: 100%;
}

.homepage-mosaic-card__media {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #c8ced0;
}

.editorial-card.homepage-mosaic-card[data-adaptive-card-copy] > .homepage-mosaic-card__media {
  aspect-ratio: auto;
}

.homepage-mosaic-card__image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 24%;
  transform-origin: 50% 24%;
}

.homepage-mosaic-card__body {
  min-width: 0;
}

.homepage-mosaic-card--lead {
  display: grid;
  height: 42rem;
  grid-area: lead;
  grid-template-rows: minmax(0, 54%) minmax(0, 46%);
}

.homepage-mosaic-card--lead > .homepage-mosaic-card__media {
  height: 100%;
}

.homepage-mosaic-card--lead .homepage-mosaic-card__body {
  min-height: 0;
  padding: 1.5rem 1.7rem 1.65rem;
}

.homepage-mosaic-card--lead .editorial-card-meta {
  font-size: 1.25rem;
}

.homepage-mosaic-card--lead .card-title-clamp {
  max-width: 44rem;
  flex-shrink: 0;
  padding-bottom: .08em;
  font-size: 3.15rem;
  line-height: 1.03;
}

.homepage-mosaic-card--lead .card-text {
  max-width: 42rem;
  line-height: 1.55;
}

.homepage-mosaic-card--rail {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(11rem, .4fr) minmax(0, .6fr);
}

.homepage-mosaic-card--rail > .homepage-mosaic-card__media {
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, .14);
}

.homepage-mosaic-card--rail .homepage-mosaic-card__body {
  min-height: 0;
  padding: 1rem 1.1rem;
}

.homepage-mosaic-card--rail .editorial-card-meta {
  font-size: 1.05rem;
}

.homepage-mosaic-card--rail .card-title-clamp {
  margin-top: .55rem;
  font-size: 1.9rem;
  line-height: .97;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.homepage-mosaic-card--rail .card-text {
  margin-top: .65rem;
  line-height: 1.52;
}

.homepage-mosaic-card--rail .homepage-mosaic-card__actions {
  padding-top: .65rem;
}

.homepage-mosaic-card--rail .editorial-card-button {
  padding: .38rem .65rem;
  font-size: 1.1rem;
}

.homepage-mosaic-card--standard {
  min-height: 32rem;
}

.homepage-mosaic-card--standard > .homepage-mosaic-card__media {
  height: 12.75rem;
}

@media (max-width: 1120px) {
  .homepage-editorial-mosaic__top,
  .homepage-editorial-mosaic--news .homepage-editorial-mosaic__top {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "lead"
      "rail";
  }

  .homepage-editorial-mosaic__top.is-lead-only,
  .homepage-editorial-mosaic--news .homepage-editorial-mosaic__top.is-lead-only {
    grid-template-areas: "lead";
  }

  .homepage-mosaic-card--lead {
    height: 38rem;
    grid-template-rows: 20rem minmax(0, 1fr);
  }

  .homepage-editorial-mosaic__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
  }

  .homepage-editorial-mosaic__rail[data-count="1"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .homepage-mosaic-card--rail {
    display: flex;
    min-height: 31rem;
    flex-direction: column;
  }

  .homepage-mosaic-card--rail > .homepage-mosaic-card__media {
    height: 12.75rem;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
  }

  .homepage-mosaic-card--rail .homepage-mosaic-card__body {
    padding: 1.25rem;
  }

  .homepage-mosaic-card--rail .card-title-clamp {
    font-size: 2.025rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .homepage-mosaic-card--rail .editorial-card-button {
    padding: .5rem .75rem;
    font-size: 1.25rem;
  }
}

@media (max-width: 900px) {
  .homepage-editorial-mosaic__bottom,
  .homepage-editorial-mosaic__bottom[data-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-editorial-mosaic__bottom > .homepage-mosaic-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .homepage-editorial-mosaic {
    --homepage-mosaic-gap: 1rem;
  }

  .homepage-mosaic-card--lead {
    min-height: 35rem;
    height: auto;
    grid-template-rows: 14.5rem minmax(20rem, auto);
  }

  .homepage-mosaic-card--lead .homepage-mosaic-card__body {
    padding: 1.3rem;
  }

  .homepage-mosaic-card--lead .card-title-clamp {
    font-size: 2.7rem;
  }

  .homepage-editorial-mosaic__rail,
  .homepage-editorial-mosaic__bottom,
  .homepage-editorial-mosaic__bottom[data-count="4"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .homepage-mosaic-card--rail,
  .homepage-mosaic-card--standard {
    min-height: 31rem;
  }

  .homepage-mosaic-card--rail > .homepage-mosaic-card__media,
  .homepage-mosaic-card--standard > .homepage-mosaic-card__media {
    height: 13rem;
  }

  .homepage-mosaic-card--rail .card-title-clamp {
    font-size: 2.025rem;
  }

  .homepage-editorial-mosaic__bottom > .homepage-mosaic-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
