/* ── PENYETA BLANCA · Global Styles ─────────────────────────────── */

:root {
  --black:    #0e0d0b;
  --offwhite: #f5f2eb;
  --gold:     #F5A800;
  --gold-lt:  #ffc740;
  --grey:     #8a8479;
  --rule:     2px solid var(--black);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--offwhite);
  color: var(--black);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 999;
  opacity: 0.35;
}

/* ── NAV ──────────────────────────────────────────────────────────── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--offwhite);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  height: 64px;
  border-bottom: 3px solid var(--black);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-logo span { color: var(--gold); }

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s, color 0.2s;
}
.nav-links a:hover { opacity: 1; color: var(--gold); }

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--black); }

/* ── HERO ─────────────────────────────────────────────────────────── */
#inici {
  height: calc(100svh - 64px);
  display: grid;
  grid-template-columns: 55fr 45fr;
  overflow: hidden;
  padding: 0;
}

/* Left: full-bleed photo */
.hero-photo {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, transparent 100%);
}

/* Right: panel — everything centred as one group, info grid at bottom */
.hero-panel {
  background: var(--offwhite);
  border-left: 4px solid var(--black);
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-panel-inner {
  flex: 1;
  min-height: 0;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5.5rem;
}

/* Logo + text + CTA as one tight group, centred in the available space */
.hero-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.hero-logo-img {
  width: min(360px, 80%);
  height: auto;
  max-height: 38vh;
  object-fit: contain;
  margin-bottom: 1.5rem;
}

.hero-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--black);
  margin-bottom: 1.5rem;
}

.hero-motto {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--offwhite);
  background: var(--black);
  padding: 0.6em 1.4em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.hero-motto:hover { background: var(--gold); color: var(--black); }

/* Bottom block: info grid anchored to the bottom */
.hero-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  border-top: 2px solid var(--black);
  margin: 0 3rem 2.5rem;
  width: calc(100% - 6rem);
}
.hero-info-block {
  padding: 1.2rem 1rem 0 0;
}
.hero-info-block:last-child {
  padding-left: 1.2rem;
  padding-right: 0;
  border-left: 1px solid rgba(0,0,0,0.15);
}
.hero-info-block .label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.hero-info-block .event {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--black);
  line-height: 1.4;
}
.hero-info-block .event strong { font-weight: 600; }
.rehearsal-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.0rem;
  color: var(--black);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.rehearsal-line strong { font-weight: 600; display: block; }
.rehearsal-line span { color: var(--grey); font-style: italic; font-size: 0.9rem; }

/* ── SECTIONS COMMON ──────────────────────────────────────────────── */
section { padding: 6rem 3.5rem; }

.section-header {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  border-top: var(--rule);
  padding-top: 19px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.01em;
}

/* ── QUI SOM ──────────────────────────────────────────────────────── */
#qui-som {
  background: var(--offwhite);
  display: grid;
  grid-template-columns: 55fr 45fr;
  column-gap: 0;
}
#qui-som .section-header {
  grid-column: 1 / -1;
}

.qs-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #2a2620;
}

.stone-rule {
  width: 3rem;
  height: 3px;
  background: var(--gold);
  border: none;
  margin: 1.5rem 0;
}

.qs-stat-row { display: flex; gap: 2rem; margin-top: 1rem; }
.qs-stat { flex: 1; border-top: 2px solid var(--black); padding-top: 0.8rem; }
.qs-stat .num {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--gold);
}
.qs-stat .desc {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 0.25rem;
}


.qs-left {
  padding-right: 4rem;
}
.qs-right {
  padding-left: 1rem;
}
.qs-slogans {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  padding-left: 2rem;
}
.qs-slogan {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #2a2620;
  padding: 0.6rem 0 0.6rem 0.8rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 1.4;
  margin-left: 0;
  position: relative;
}
.qs-slogan::before {
  content: '';
  position: absolute;
  left: 0;
  /* Vertically centre a bar that's just the cap-height tall + a few px */
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: calc(1.25rem * 1.1); /* cap-height of font + a touch */
  background: var(--gold);
}
.qs-slogan:last-child { border-bottom: none; }
.qs-slogan em {
  font-style: normal;
  font-weight: 700;
  color: var(--black);
}
.qs-motto {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  color: var(--black);
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 3px solid var(--black);
  text-align: center;
}

/* ── ACTUACIONS ───────────────────────────────────────────────────── */
#agenda {
  background: var(--black);
  color: var(--offwhite);
}
#agenda .section-title { color: var(--offwhite); }
#agenda .section-header { border-top-color: #333; }

.act-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #222;
}
.act-card {
  padding: 2rem 1.8rem;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: relative;
  transition: background 0.25s;
}
.act-card:nth-child(3n) { border-right: none; }
.act-card:hover { background: #1a1916; }
.act-date {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: var(--gold);
  flex-shrink: 0;
  /* Pull up to clip the font's internal ascender space above cap-height (~0.2em for Playfair) */
  margin-top: -0.37em;
  display: block;
}
.act-month {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 0.5rem; /* Push below descenders of big number */
  margin-bottom: 1rem;
}
.act-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--offwhite);
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.act-place { font-size: 0.85rem; color: var(--grey); }
.act-location-link {
  color: #b8705a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  transition: color 0.2s;
}
.act-location-link:hover { color: #d4896f; }
.act-pin {
  width: 0.7em;
  height: 0.875em;
  flex-shrink: 0;
  position: relative;
  top: -0.05em;
}
/* Card top row: date (left) + badges (right), aligned to top */
.act-card-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.act-card-top > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}
.act-badges {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.3rem;
  padding-top: 0;  /* Flush with top of date numeral */
  flex-shrink: 0;
}
.act-badge {
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.25em 0.7em;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
}
.act-badge--upcoming  { background: var(--gold); color: var(--black); }
.act-badge--cancelled { background: #c0392b; color: #fff; }
.act-badge--postponed { background: #e07b20; color: #fff; }
.act-badge--type      { border: 1px solid #555; color: var(--grey); font-weight: 400; }

.act-past { opacity: 0.45; }
.act-dimmed { opacity: 0.45; }

.act-notes {
  font-size: 0.78rem;
  color: var(--grey);
  font-style: italic;
  margin-top: 0.4rem;
}

.act-cta { margin-top: 3rem; }
.act-cta a {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-lt);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.2s;
}
.act-cta a:hover { color: var(--offwhite); }

/* ── GALERIA ──────────────────────────────────────────────────────── */
#galeria {
  background: var(--offwhite);
  padding-top: 3rem;
  padding-bottom: 2rem;
  height: calc(100svh - 64px);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
}
#galeria .section-header { margin-bottom: 0; }

.gallery-intro {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--grey);
  max-width: 36rem;
  margin-bottom: 0;
  font-style: italic;
}

/* ── GALLERY ──────────────────────────────────────────────────────── */
/* 1 portrait hero (left, 3:4) + 4 landscape supporting (right 2×2, 4:3).
   Columns 9fr 8fr 8fr derived from aspect ratios (hero:landscape = 9:8).
   Row heights and column widths are set precisely by applyGallerySize() in JS
   to maintain exact proportions while fitting the available viewport height.
   24vw rows are a pre-JS fallback only. */
.gallery-mosaic {
  display: grid;
  grid-template-columns: 9fr 8fr 8fr;
  grid-template-rows: 24vw 24vw; /* fallback — overridden by JS */
  gap: 6px;
  margin-left: auto;
  margin-right: auto;
}
/* All cells: base styles */
.gallery-cell {
  background: var(--black);
  overflow: hidden;
  position: relative;
  min-height: 0;
}
/* Hero: spans full height, portrait filled with cover (portrait photo fits well) */
.gallery-cell:first-child {
  grid-row: 1 / 3;
}
.gallery-cell:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}
/* Supporting: landscape photos, cover with minimal crop */
.gallery-cell:not(:first-child) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-cell:hover img { transform: scale(1.04); }
.gallery-cell:not(:has(img)) { min-height: 100%; }
.gallery-cell:not(:has(img)).gc1 { background: linear-gradient(135deg, #1a1916 0%, #2d2a24 40%, #3d2218 100%); }
.gallery-cell:not(:has(img)).gc2 { background: linear-gradient(135deg, #2a1f17 0%, #3d2a1e 100%); }
.gallery-cell:not(:has(img)).gc3 { background: linear-gradient(135deg, #1e1c19 0%, #2d2820 100%); }
.gallery-cell:not(:has(img)).gc4 { background: linear-gradient(135deg, #3d2218 0%, #5a3525 100%); }
.gallery-cell:not(:has(img)).gc5 { background: linear-gradient(135deg, #23201d 0%, #3d3328 100%); }
.gallery-cell-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-cell:hover .gallery-cell-inner { opacity: 1; }
.gallery-cell-inner span {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--offwhite);
}

.gallery-ig-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  border-bottom: 1px solid var(--black);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.gallery-ig-link:hover { color: var(--gold); border-color: var(--gold); }

/* ── UNEIX-TE ─────────────────────────────────────────────────────── */
#uneix-te {
  background: var(--black);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5rem;
  align-items: start;
}
#uneix-te .section-header { border-top-color: #333; }
#uneix-te .section-title { color: var(--offwhite); }
#uneix-te .section-num { color: var(--grey); }

.uneix-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
}

/* Rehearsals — integrated, no box */
.rehearsal-box {
  background: none;
  color: var(--offwhite);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rehearsal-box .rb-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--offwhite);
  margin-bottom: 0;
}
.rehearsal-item { display: flex; gap: 1rem; align-items: center; }
.rehearsal-item .ri-icon { color: var(--gold); font-size: 1.1rem; flex-shrink: 0; }
.rehearsal-item .ri-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; line-height: 1.4; }
.rehearsal-item .ri-text strong { display: block; font-weight: 600; color: var(--offwhite); }
.rehearsal-item .ri-text em { font-style: italic; color: var(--grey); font-size: 0.95rem; }
.ri-location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--grey);
  text-decoration: none;
  transition: color 0.2s;
}
.ri-location-link:hover { color: var(--gold); }
.ri-location-link .act-pin { width: 10px; height: 12px; flex-shrink: 0; }

/* Contact links — like gallery-ig-link style */
.contact-links { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--offwhite);
  text-decoration: none;
  border-bottom: 1px solid var(--offwhite);
  padding-bottom: 2px;
  width: fit-content;
  transition: color 0.2s, border-color 0.2s;
}
.contact-link:hover { color: var(--gold); border-color: var(--gold); }
.contact-link .cl-icon {
  display: flex; align-items: center; justify-content: center;
  color: inherit;
  flex-shrink: 0;
}

/* ── FOOTER ───────────────────────────────────────────────────────── */
footer {
  background: var(--black);
  color: var(--grey);
  padding: 2.5rem 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid var(--gold);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-logo { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1rem; color: var(--offwhite); }
.footer-logo span { color: var(--gold); }
footer p { font-size: 0.72rem; letter-spacing: 0.08em; }
footer a { color: var(--gold-lt); text-decoration: none; }

/* ── REVEAL ANIMATIONS ────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 64px; left: 0; right: 0;
    background: var(--offwhite); padding: 1.5rem; gap: 1.2rem;
    border-bottom: 2px solid var(--black);
  }
  .nav-burger { display: flex; }

  #inici { grid-template-columns: 1fr; height: auto; }
  .hero-photo { height: 60vw; min-height: 280px; }
  .hero-panel { border-left: none; border-top: 4px solid var(--black); height: auto; }
  .hero-panel-inner { padding: 2rem 1.5rem; justify-content: flex-start; gap: 2rem; }
  .hero-logo-img {
  width: min(360px, 80%);
  height: auto;
  max-height: 38vh;
  object-fit: contain;
  margin-bottom: 1.5rem;
}

  #qui-som, #uneix-te { grid-template-columns: 1fr; }
  section { padding: 4rem 1.5rem; }

  .act-grid { grid-template-columns: 1fr 1fr; }
  .act-card:nth-child(3n) { border-right: 1px solid #222; }
  .act-card:nth-child(2n) { border-right: none; }

  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 180px 180px 180px; }
  .gallery-cell:first-child { grid-row: auto; }
}
@media (max-width: 600px) {
  .act-grid { grid-template-columns: 1fr; }
  .act-card:nth-child(n) { border-right: none; }
  .gallery-mosaic { grid-template-columns: 1fr; }
}

/* ── LOGO ─────────────────────────────────────────────────────────── */
.nav-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.nav-logo-img {
  height: 38px;
  width: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}

/* ── AGENDA YEAR GROUPS ───────────────────────────────────────────── */
.act-year-group {
  margin-top: 0;
}
.act-year-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  border-top: 1px solid #333;
  padding: 1.2rem 0;
  user-select: none;
  list-style: none;
}
.act-year-toggle::-webkit-details-marker { display: none; }
.act-year-label {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--grey);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.act-year-toggle .act-year-chevron {
  font-size: 0.7rem;
  color: var(--grey);
  transition: transform 0.25s;
  margin-left: auto;
}
details[open] .act-year-chevron {
  transform: rotate(180deg);
}
details.act-year-group summary:hover .act-year-label,
details.act-year-group summary:hover .act-year-chevron {
  color: var(--gold-lt);
}

/* ── LIGHTBOX ─────────────────────────────────────────────────────── */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
#lightbox.active { display: flex; }

.lightbox-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  background: none;
  border: none;
  color: var(--offwhite);
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  line-height: 1;
  padding: 0.5rem;
}
.lightbox-close:hover { opacity: 1; }

.lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(90vw, 1200px);
  max-height: 90vh;
}
.lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
}
.lightbox-caption {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--grey);
  margin-top: 1rem;
  text-align: center;
}

/* Gallery cells are clickable */
.gallery-cell[data-src] { cursor: pointer; }

/* ── GALLERY SHOW MORE ────────────────────────────────────────────── */
.gallery-more { margin-top: calc(-1.5rem + 6px); margin-left: auto; margin-right: auto; }
.gallery-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  line-height: 1;
  height: 14px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--black);
  background: none;
  border: none;
  border-bottom: 1px solid var(--black);
  padding-bottom: 0;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.gallery-more-btn:hover { color: var(--gold); border-color: var(--gold); }
