:root {
  --brand: #f5b400;
  --brand-light: #ffd460;
  --brand-dark: #9f6e00;
  --black: #050505;
  --dark: #0a0a0a;
  --surface: #111111;
  --surface-2: #171717;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f5f5f5;
  --muted: #a2a2a2;
  --radius: 22px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  --transition: 0.3s ease;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  overflow-x: hidden;
  color: var(--text);
  background: var(--black);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}

body::selection {
  color: #050505;
  background: var(--brand);
}

body.modal-open {
  padding-right: 0 !important;
}

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

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.section-pad {
  padding: 110px 0;
}

.text-brand {
  color: var(--brand) !important;
}

/* Navbar */
#galleryNavbar {
  min-height: 76px;
  background: rgba(5, 5, 5, 0.38);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: var(--transition);
}

#galleryNavbar.scrolled {
  min-height: 68px;
  background: rgba(5, 5, 5, 0.95);
  border-color: var(--line);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border: 1px solid rgba(245, 180, 0, 0.35);
  border-radius: 11px;
}

.navbar-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.navbar-brand strong {
  color: var(--brand);
  letter-spacing: 0.16em;
}

.navbar-brand small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 700;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--brand);
}

.offcanvas {
  background:
    radial-gradient(
      circle at top right,
      rgba(245, 180, 0, 0.12),
      transparent 32%
    ),
    #090909 !important;
}

.offcanvas-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 11px;
}

.mobile-link {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 5px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.mobile-link i {
  width: 22px;
  color: var(--brand);
}

/* Buttons */
.btn {
  border-radius: 999px;
  font-weight: 800;
  transition: var(--transition);
}

.btn-brand {
  color: #080808;
  border-color: var(--brand);
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  box-shadow: 0 14px 34px rgba(245, 180, 0, 0.18);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #050505;
  border-color: var(--brand-light);
  background: var(--brand-light);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(245, 180, 0, 0.27);
}

.btn-outline-brand {
  color: var(--brand);
  border-color: rgba(245, 180, 0, 0.55);
}

.btn-outline-brand:hover {
  color: #080808;
  border-color: var(--brand);
  background: var(--brand);
}

/* Hero halaman daftar album */
.gallery-hero {
  --hero-image: url("../assets/touring/hero-touring.jpg");
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(2, 2, 2, 0.94) 0%,
      rgba(2, 2, 2, 0.68) 53%,
      rgba(2, 2, 2, 0.35) 100%
    ),
    var(--hero-image) center / cover no-repeat;
}

.gallery-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero-shade,
.album-hero-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(transparent, var(--black));
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 14px;
  background: rgba(245, 180, 0, 0.1);
  border: 1px solid rgba(245, 180, 0, 0.27);
  border-radius: 999px;
}

.gallery-hero h1,
.album-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.7rem, 9vw, 8rem);
  font-weight: 950;
  line-height: 0.91;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.gallery-hero h1 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--brand);
}

.hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats > div {
  min-width: 135px;
  padding: 12px 16px;
  background: rgba(5, 5, 5, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.hero-stats strong {
  display: block;
  color: var(--brand);
  font-size: 1.65rem;
  line-height: 1.1;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  color: var(--brand);
  animation: bounce 1.6s infinite;
}

@keyframes bounce {
  50% {
    transform: translateY(7px);
  }
}

/* Headings */
.section-heading {
  max-width: 760px;
}

.section-heading h2,
.display-title {
  margin-top: 10px;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section-heading h2 span,
.display-title span {
  color: var(--brand);
}

.section-heading p {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.04rem;
}

/* Featured album */
.featured-section {
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(245, 180, 0, 0.08),
      transparent 30%
    ),
    var(--dark);
}

.featured-album {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.9fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.featured-image {
  position: relative;
  display: block;
  min-height: 560px;
  overflow: hidden;
}

.featured-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 50%, rgba(17, 17, 17, 0.76));
}

.featured-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.featured-album:hover .featured-image img {
  transform: scale(1.035);
}

.latest-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: 8px 14px;
  color: #080808;
  background: var(--brand);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-open-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  color: #080808;
  background: var(--brand);
  border-radius: 50%;
  place-items: center;
  transition: var(--transition);
}

.featured-image:hover .featured-open-icon {
  transform: translateY(-4px) rotate(4deg);
}

.featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
}

.featured-content h2 {
  margin: 12px 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 1.02;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.84rem;
}

.event-meta i {
  margin-right: 6px;
  color: var(--brand);
}

.featured-content > p {
  color: var(--muted);
}

.album-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.album-summary span {
  padding: 9px 13px;
  color: var(--muted);
  background: #090909;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.album-summary strong {
  margin-right: 4px;
  color: var(--brand);
  font-size: 1rem;
}

/* Album list */
.albums-section {
  background: var(--black);
}

.album-result-summary strong {
  display: block;
  color: var(--brand);
  font-size: 2.4rem;
  line-height: 1;
}

.album-result-summary span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.album-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1.8fr) minmax(150px, 0.55fr) minmax(
      175px,
      0.65fr
    ) auto;
  gap: 12px;
  padding: 16px;
  background: rgba(17, 17, 17, 0.94);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  color: var(--brand);
  transform: translateY(-50%);
}

.search-box input,
.album-toolbar .form-select {
  width: 100%;
  min-height: 50px;
  color: #fff;
  background-color: #080808;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
}

.search-box input {
  padding: 0 16px 0 46px;
  outline: none;
}

.search-box input:focus,
.album-toolbar .form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.25rem rgba(245, 180, 0, 0.1);
}

.album-toolbar .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f5b400' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.album-card {
  height: 100%;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: var(--transition);
}

.album-card:hover {
  border-color: rgba(245, 180, 0, 0.45);
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.album-cover {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
}

.album-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), transparent 62%);
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.album-card:hover .album-cover img {
  transform: scale(1.07);
}

.album-year {
  position: absolute;
  right: 16px;
  bottom: 10px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.42);
  font-size: 2.3rem;
  font-weight: 950;
}

.album-media-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.72rem;
  backdrop-filter: blur(8px);
}

.album-body {
  padding: 24px;
}

.album-body small {
  color: var(--brand);
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.album-body h3 {
  margin: 6px 0 8px;
  font-size: 1.3rem;
  font-weight: 900;
}

.album-body p {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.86rem;
}

.album-body p i,
.album-date i {
  margin-right: 7px;
  color: var(--brand);
}

.album-date {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.album-body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  color: var(--brand);
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 800;
}

.empty-state {
  padding: 70px 20px;
  color: var(--muted);
  text-align: center;
  background: var(--surface);
  border: 1px dashed var(--line);
  border-radius: 18px;
}

.empty-state i {
  display: block;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 2.5rem;
}

.empty-state strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.empty-state p {
  margin: 7px 0 0;
}

/* Archive */
.archive-section {
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(245, 180, 0, 0.08),
      transparent 30%
    ),
    var(--dark);
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--brand), rgba(245, 180, 0, 0.05));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 95px 1fr auto;
  gap: 22px;
  align-items: center;
  width: 100%;
  padding: 24px;
  color: #fff;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: var(--transition);
}

.timeline-item:hover {
  border-color: rgba(245, 180, 0, 0.4);
  transform: translateX(5px);
}

.timeline-year {
  position: relative;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  color: #080808;
  background: var(--brand);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 950;
  place-items: center;
}

.timeline-content {
  display: flex;
  flex-direction: column;
}

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

.timeline-content span {
  color: var(--muted);
  font-size: 0.88rem;
}

.timeline-content small {
  color: var(--brand);
}

.timeline-item > i {
  color: var(--brand);
}

/* CTA */
.member-cta {
  padding: 0 0 110px;
  background: var(--dark);
}

.cta-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  padding: clamp(28px, 5vw, 55px);
  color: #080808;
  background:
    radial-gradient(
      circle at 20% 0,
      rgba(255, 255, 255, 0.35),
      transparent 25%
    ),
    linear-gradient(135deg, var(--brand-light), var(--brand));
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(245, 180, 0, 0.14);
}

.cta-card .section-kicker {
  color: #4f3500;
}

.cta-card h2 {
  margin: 7px 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 950;
}

.cta-card p {
  max-width: 760px;
  margin: 0;
  color: rgba(0, 0, 0, 0.67);
}

.cta-icon {
  display: grid;
  width: 85px;
  height: 85px;
  color: var(--brand);
  background: #080808;
  border-radius: 24px;
  font-size: 2rem;
  place-items: center;
}

/* Footer */
.footer {
  padding: 80px 0 25px;
  background: #050505;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  gap: 13px;
  align-items: center;
}

.footer-brand img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 14px;
}

.footer-brand div {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  color: var(--brand);
  font-size: 1.35rem;
  letter-spacing: 0.16em;
}

.footer-brand span {
  color: var(--muted);
  font-size: 0.73rem;
}

.footer p {
  max-width: 560px;
  color: var(--muted);
}

.footer h3 {
  margin-bottom: 18px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer ul {
  display: grid;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.footer li,
.footer li a,
.footer li button {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 0.86rem;
  text-align: left;
  transition: var(--transition);
}

.footer li a:hover,
.footer li button:hover,
.footer-bottom a:hover {
  color: var(--brand);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 50px;
  color: #777;
  border-top: 1px solid var(--line);
  font-size: 0.77rem;
}

/* Forms and modal */
.submit-modal-content,
.video-modal-content {
  color: #fff;
  background:
    radial-gradient(
      circle at top right,
      rgba(245, 180, 0, 0.12),
      transparent 30%
    ),
    #101010;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.submit-modal-content .modal-header {
  padding: 27px 30px 18px;
  border-bottom-color: var(--line);
}

.submit-modal-content .modal-body {
  padding: 26px 30px 30px;
}

.submit-modal-content .modal-title,
.video-modal-content .modal-title {
  font-weight: 950;
}

.form-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 800;
}

.form-control {
  min-height: 51px;
  color: #fff;
  background: #070707;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
}

textarea.form-control {
  min-height: auto;
}

.form-control:focus {
  color: #fff;
  background: #090909;
  border-color: var(--brand);
  box-shadow: 0 0 0 0.25rem rgba(245, 180, 0, 0.11);
}

.form-check-input {
  background-color: #070707;
  border-color: rgba(255, 255, 255, 0.25);
}

.form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}

.form-note {
  color: #777;
}

.form-note code,
.archive-section code,
.empty-state code {
  color: var(--brand);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: grid;
  width: 46px;
  height: 46px;
  color: #080808;
  pointer-events: none;
  background: var(--brand);
  border: 0;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(12px);
  transition: var(--transition);
  place-items: center;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.38);
}

.back-to-top.show {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   HALAMAN DETAIL ALBUM
   ========================================================= */
.album-hero {
  --album-cover: url("../assets/touring/pacitan-cover.png");
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.94), rgba(2, 2, 2, 0.48)),
    var(--album-cover) center / cover no-repeat;
}

.album-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(
    circle at 75% 40%,
    transparent,
    rgba(0, 0, 0, 0.42)
  );
}

.album-breadcrumb {
  margin-bottom: 22px;
}

.album-breadcrumb a {
  color: var(--brand);
}

.album-breadcrumb .active,
.album-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.album-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.album-hero-meta > span {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(5, 5, 5, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.album-hero-meta i {
  color: var(--brand);
}

.album-hero-meta strong {
  font-size: 0.82rem;
}

.album-overview-strip {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.album-overview-strip .container {
  overflow: hidden;
  background: rgba(17, 17, 17, 0.95);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(15px);
}

.overview-stat {
  position: relative;
  padding: 28px 12px;
}

.overview-stat:not(:last-child)::after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  content: "";
  background: var(--line);
}

.overview-stat strong {
  display: block;
  color: var(--brand);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1;
}

.overview-stat span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.album-media-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(245, 180, 0, 0.07), transparent 25%),
    var(--dark);
}

.media-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.media-tab {
  padding: 9px 18px;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  transition: var(--transition);
}

.media-tab:hover,
.media-tab.active {
  color: #080808;
  border-color: var(--brand);
  background: var(--brand);
}

.result-info {
  margin: 16px 2px 22px;
  color: var(--muted);
  font-size: 0.82rem;
}

.album-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.album-photo-card,
.album-video-card {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: var(--transition);
}

.album-media-grid > :nth-child(5n + 1) {
  grid-row: span 2;
  min-height: 678px;
}

.album-photo-card:hover,
.album-video-card:hover {
  border-color: rgba(245, 180, 0, 0.5);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.album-photo-card img,
.album-video-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.album-photo-card:hover img,
.album-video-card:hover img {
  transform: scale(1.05);
}

.album-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 22px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 62%);
}

.album-media-overlay > span {
  display: flex;
  flex-direction: column;
}

.album-media-overlay small {
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.album-media-overlay strong {
  font-size: 1rem;
}

.album-media-overlay > i {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #080808;
  background: var(--brand);
  border-radius: 50%;
  place-items: center;
  transition: var(--transition);
}

.album-photo-card:hover .album-media-overlay > i,
.album-video-card:hover .album-media-overlay > i {
  transform: scale(1.08);
}

.album-navigation-section {
  padding: 0 0 100px;
  background: var(--dark);
}

.album-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
}

.album-nav-card,
.all-albums-link {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: var(--transition);
}

.album-nav-card:hover,
.all-albums-link:hover {
  border-color: rgba(245, 180, 0, 0.45);
  transform: translateY(-4px);
}

.album-nav-card.next {
  justify-content: flex-end;
  text-align: right;
}

.album-nav-card span {
  display: flex;
  flex-direction: column;
}

.album-nav-card small {
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.album-nav-card strong {
  color: #fff;
}

.album-nav-card > i,
.all-albums-link i {
  color: var(--brand);
}

.all-albums-link {
  flex-direction: column;
  justify-content: center;
  min-width: 130px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
}

.not-found-section {
  display: grid;
  min-height: calc(100vh - 80px);
  padding: 130px 0 80px;
  background:
    radial-gradient(circle at center, rgba(245, 180, 0, 0.09), transparent 30%),
    var(--black);
  place-items: center;
}

.not-found-section i {
  color: var(--brand);
  font-size: 4rem;
}

.not-found-section h1 {
  margin: 20px 0 10px;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 950;
}

.not-found-section p {
  color: var(--muted);
}

/* Lightbox */
.lightbox-content {
  color: #fff;
  background: #020202;
}

.lightbox-topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 12px 20px;
  background: rgba(3, 3, 3, 0.95);
  border-bottom: 1px solid var(--line);
}

.lightbox-topbar > div:first-child {
  display: flex;
  flex-direction: column;
}

.lightbox-topbar span {
  color: var(--muted);
  font-size: 0.75rem;
}

.lightbox-action {
  display: grid;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: var(--transition);
  place-items: center;
}

.lightbox-action:hover {
  color: #080808;
  background: var(--brand);
}

.lightbox-stage {
  position: relative;
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  place-items: center;
}

.lightbox-stage img {
  max-width: calc(100vw - 140px);
  max-height: calc(100vh - 190px);
  object-fit: contain;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 52px;
  height: 52px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid var(--line);
  border-radius: 50%;
  transform: translateY(-50%);
  place-items: center;
}

.lightbox-nav:hover {
  color: #080808;
  background: var(--brand);
}

.lightbox-nav.prev {
  left: 20px;
}
.lightbox-nav.next {
  right: 20px;
}

.lightbox-caption {
  min-height: 80px;
  padding: 14px 22px 18px;
  background: rgba(3, 3, 3, 0.97);
  border-top: 1px solid var(--line);
}

.lightbox-caption h2 {
  margin: 0;
  color: var(--brand);
  font-size: 1.05rem;
  font-weight: 900;
}

.lightbox-caption p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .album-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-media-grid > :nth-child(5n + 1) {
    grid-row: auto;
    min-height: 430px;
  }
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 86px 0;
  }

  .gallery-hero {
    background-position: 62% center;
  }

  .featured-album {
    grid-template-columns: 1fr;
  }

  .featured-image,
  .featured-image img {
    min-height: 440px;
  }

  .featured-image::after {
    background: linear-gradient(
      to top,
      rgba(17, 17, 17, 0.78),
      transparent 55%
    );
  }

  .album-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .search-box {
    grid-column: 1 / -1;
  }

  .cta-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .album-navigation {
    grid-template-columns: 1fr 110px 1fr;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand small {
    display: none;
  }

  .gallery-hero {
    background:
      linear-gradient(rgba(2, 2, 2, 0.72), rgba(2, 2, 2, 0.94)),
      var(--hero-image) 62% center / cover no-repeat;
  }

  .gallery-hero h1,
  .album-hero h1 {
    font-size: clamp(3.1rem, 16vw, 5.5rem);
  }

  .gallery-hero h1 span {
    -webkit-text-stroke: 1.5px var(--brand);
  }

  .hero-stats > div {
    flex: 1 1 145px;
  }

  .featured-image,
  .featured-image img {
    min-height: 340px;
  }

  .album-toolbar {
    grid-template-columns: 1fr;
  }

  .search-box {
    grid-column: auto;
  }

  .timeline-item {
    grid-template-columns: 70px 1fr;
    gap: 15px;
    padding: 18px;
  }

  .timeline::before {
    left: 34px;
  }

  .timeline-year {
    width: 56px;
    height: 56px;
    font-size: 0.82rem;
  }

  .timeline-item > i {
    display: none;
  }

  .footer-bottom {
    gap: 6px;
    flex-direction: column;
  }

  .album-hero {
    background:
      linear-gradient(rgba(2, 2, 2, 0.62), rgba(2, 2, 2, 0.95)),
      var(--album-cover) center / cover no-repeat;
  }

  .album-hero-meta > span {
    flex: 1 1 200px;
  }

  .album-overview-strip {
    margin-top: -25px;
  }

  .album-media-grid {
    grid-template-columns: 1fr;
  }

  .album-photo-card,
  .album-video-card,
  .album-media-grid > :nth-child(5n + 1) {
    min-height: 390px;
  }

  .album-navigation {
    grid-template-columns: 1fr;
  }

  .all-albums-link {
    order: -1;
    flex-direction: row;
    min-height: 65px;
  }

  .lightbox-stage img {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 210px);
  }

  .lightbox-nav {
    top: auto;
    bottom: 14px;
    width: 46px;
    height: 46px;
    transform: none;
  }

  .lightbox-nav.prev {
    left: 14px;
  }
  .lightbox-nav.next {
    right: 14px;
  }
}

@media (max-width: 430px) {
  .section-pad {
    padding: 72px 0;
  }

  .hero-stats > div {
    min-width: 120px;
    padding: 10px 12px;
  }

  .featured-content,
  .album-body,
  .submit-modal-content .modal-body,
  .submit-modal-content .modal-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .album-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .album-summary span {
    padding: 8px 5px;
    text-align: center;
  }

  .overview-stat {
    padding: 22px 6px;
  }

  .album-photo-card,
  .album-video-card,
  .album-media-grid > :nth-child(5n + 1) {
    min-height: 320px;
  }
}

/* =========================================================
   DROPDOWN NAVIGASI ANTARGALERI
   ========================================================= */

.gallery-switcher-toggle {
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
}

.gallery-switcher-toggle:focus {
  box-shadow: none;
}

.gallery-switcher-menu {
  min-width: 285px;
  margin-top: 12px !important;
  padding: 10px;

  border: 1px solid rgba(245, 180, 0, 0.24);
  border-radius: 18px;

  background:
    radial-gradient(
      circle at top right,
      rgba(245, 180, 0, 0.11),
      transparent 42%
    ),
    rgba(9, 9, 9, 0.98);

  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.gallery-switcher-menu .dropdown-header {
  padding: 8px 10px 11px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gallery-switcher-item {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 3px 0;
  padding: 10px;

  border: 1px solid transparent;
  border-radius: 12px;

  color: rgba(255, 255, 255, 0.78);
  white-space: normal;

  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.gallery-switcher-item:hover,
.gallery-switcher-item:focus,
.gallery-switcher-item.active {
  color: #ffffff;
  border-color: rgba(245, 180, 0, 0.26);
  background: rgba(245, 180, 0, 0.09);
  transform: translateX(3px);
}

.gallery-switcher-item.active {
  color: var(--brand, #f5b400);
}

.gallery-switcher-icon {
  display: grid;
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  place-items: center;

  border: 1px solid rgba(245, 180, 0, 0.22);
  border-radius: 11px;

  color: var(--brand, #f5b400);
  background: rgba(245, 180, 0, 0.07);
}

.gallery-switcher-item span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gallery-switcher-item strong {
  font-size: 0.84rem;
}

.gallery-switcher-item small {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
}

/* Dropdown galeri mobile */

.mobile-gallery-switcher {
  border-bottom: 1px solid var(--line, rgba(255, 255, 255, 0.1));
}

.mobile-gallery-toggle {
  display: flex;
  width: 100%;

  align-items: center;
  justify-content: space-between;

  border: 0;
  text-align: left;
  background: transparent;
}

.mobile-gallery-toggle > span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-gallery-chevron {
  color: var(--brand, #f5b400);
  font-size: 0.72rem;
  transition: transform 180ms ease;
}

.mobile-gallery-toggle[aria-expanded="true"] .mobile-gallery-chevron {
  transform: rotate(180deg);
}

.mobile-gallery-list {
  display: grid;
  gap: 5px;
  padding: 5px 0 13px 17px;
}

.mobile-gallery-item {
  display: flex;
  align-items: center;
  gap: 11px;

  min-height: 44px;
  padding: 9px 12px;

  border-left: 2px solid rgba(245, 180, 0, 0.18);
  border-radius: 0 11px 11px 0;

  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
}

.mobile-gallery-item i {
  width: 20px;
  color: var(--brand, #f5b400);
  text-align: center;
}

.mobile-gallery-item:hover,
.mobile-gallery-item.active {
  border-left-color: var(--brand, #f5b400);
  color: #ffffff;
  background: rgba(245, 180, 0, 0.08);
}

/* Navbar halaman album */

.album-gallery-switcher .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .album-detail-page #galleryNavbar .navbar-brand span {
    display: none;
  }

  .album-detail-page #galleryNavbar .container {
    flex-wrap: nowrap;
  }

  .album-navbar-actions {
    gap: 6px !important;
  }

  .album-navbar-actions .btn {
    padding-inline: 0.7rem;
  }
}

@media (max-width: 430px) {
  .gallery-switcher-label {
    display: none;
  }

  .album-navbar-actions > a.btn-outline-light {
    font-size: 0;
  }

  .album-navbar-actions > a.btn-outline-light i {
    margin-right: 0 !important;
    font-size: 0.9rem;
  }
}

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