/* Большой Буржинский — grunge / film poster theme */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@500;600&family=Inter:wght@400;500;600&display=swap');

:root {
  --bg: #030303;
  --bg-elevated: #0c0c0d;
  --bg-card: #111113;
  --gold: #d9ad2a;
  --gold-bright: #e8c040;
  --gold-dim: #9a7a18;
  --text: #eceae4;
  --text-muted: #8f8b82;
  --border: rgba(255, 255, 255, 0.14);
  --border-dim: rgba(255, 255, 255, 0.07);
  --font-display: 'Bebas Neue', 'Impact', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-script: 'Caveat', cursive;
  --section-pad: clamp(2.5rem, 6vw, 4.5rem);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body.site {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.6;
  background: var(--bg);
  color: var(--text);
}

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

body.site::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9997;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(217, 173, 42, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(0, 0, 0, 0.5) 0%, transparent 45%);
}

img,
video,
iframe {
  max-width: 100%;
}

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

/* Шапка */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  max-width: 100vw;
  padding: 1rem 2rem;
  background: rgba(3, 3, 3, 0.94);
  border-bottom: 1px solid var(--border-dim);
}

.site-nav-head {
  display: none;
}

.site-logo {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  line-height: 1.05;
  max-width: 9rem;
  color: var(--text);
}

.site-nav {
  display: flex;
  gap: 1.75rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-transform: uppercase;
}

.site-nav a {
  color: var(--text);
  opacity: 0.75;
  transition: color 0.2s, opacity 0.2s;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--gold);
  opacity: 1;
}

@media (min-width: 769px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
    grid-template-areas: 'logo nav socials';
    align-items: center;
    gap: 1.5rem 2rem;
  }

  .site-logo {
    grid-area: logo;
  }

  .site-nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    position: static;
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transform: none;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
  }

  .site-socials {
    grid-area: socials;
    justify-self: end;
  }

  .site-menu-btn {
    display: none;
  }

  .site-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1rem, 2vw, 1.75rem);
  }

  .site-nav-links a {
    padding: 0.35rem 0;
    border: none;
    background: transparent;
    color: var(--text);
    opacity: 1;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }

  .site-nav-links a:hover,
  .site-nav-links a.active {
    color: var(--gold);
    opacity: 1;
  }
}

.site-socials {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.site-socials a {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  color: var(--text);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.85;
  transition: color 0.2s, opacity 0.2s;
}

.site-socials a:hover {
  color: var(--gold);
  opacity: 1;
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  padding: 3rem 2rem 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(3,3,3,0.94) 0%, rgba(3,3,3,0.45) 42%, rgba(3,3,3,0.82) 100%),
    radial-gradient(ellipse at 75% 25%, rgba(217, 173, 42, 0.12) 0%, transparent 50%),
    #0a0908;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}

.hero-tag {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 12vw, 7.5rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 2rem;
  color: var(--text);
  text-shadow:
    3px 3px 0 rgba(0, 0, 0, 0.9),
    0 0 60px rgba(0, 0, 0, 0.6);
}

.hero-boat {
  position: absolute;
  right: 6%;
  top: 22%;
  max-width: 15rem;
  font-family: var(--font-script);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--gold);
  line-height: 1.35;
  padding: 0.75rem 0;
  border: none;
  transform: rotate(-3deg);
  opacity: 0.95;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.hero-boat-icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  background: var(--gold);
  color: #0a0806;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
}

.btn-gold:hover {
  background: var(--gold-bright);
  transform: translate(-1px, -1px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.5);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(217, 173, 42, 0.06);
}

.link-gold {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  transition: color 0.2s;
}

.link-gold:hover {
  color: var(--gold-bright);
}

/* Sections */
.section {
  padding: var(--section-pad) clamp(1rem, 4vw, 2rem);
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  min-width: 0;
  overflow-x: clip;
  border-top: 1px solid var(--border-dim);
}

.hero {
  border-top: none;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0;
  color: var(--text);
}

.section-link {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  transition: color 0.2s;
}

.section-link--gold,
.section-link:hover {
  color: var(--gold);
}

/* Event cards */
.events-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

.event-card {
  position: relative;
  min-height: 260px;
  padding: 1.35rem 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border-dim);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.event-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 3, 3, 0.97) 0%, rgba(3, 3, 3, 0.55) 55%, rgba(3, 3, 3, 0.2) 100%);
  z-index: 1;
}

.event-card-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 85% 15%, rgba(217, 173, 42, 0.15) 0%, transparent 45%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'%3E%3Cpath fill='%23ffffff' fill-opacity='0.03' d='M100 20 L130 90 L70 90 Z M60 95 L140 95 L140 110 L60 110 Z'/%3E%3C/svg%3E") center 30% / 70% auto no-repeat;
  z-index: 0;
  opacity: 0.9;
}

.event-card > * { position: relative; z-index: 2; }

.event-date-row {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.event-day {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.event-meta {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.3;
}

.event-city {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
}

.event-venue {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 1.1rem;
  letter-spacing: 0.04em;
}

/* Video + About duo */
.section-duo {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.duo-col .section-head {
  margin-bottom: 1.25rem;
}

.duo-about .section-title {
  margin-bottom: 1.25rem;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
}

.video-frame-worn {
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.5),
    8px 8px 0 rgba(0, 0, 0, 0.35);
}

/* Video block */
.video-feature {
  position: relative;
  aspect-ratio: 16/9;
  max-height: 28rem;
  background: #000;
  border: none;
  overflow: hidden;
}

.video-feature iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 280px;
  background: linear-gradient(135deg, #1a1814, #0a0a0b);
  color: var(--text-muted);
  font-family: var(--font-display);
  letter-spacing: 0.1em;
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.video-play-overlay span {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0;
  box-shadow: 0 0 50px rgba(217, 173, 42, 0.45);
  position: relative;
}

.video-play-overlay span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #0a0806;
}

/* About (legacy class kept for pages) */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  min-width: 0;
  overflow-x: clip;
}

/* Mobile menu button (hidden on desktop) */
.site-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.site-menu-icon,
.site-menu-icon::before,
.site-menu-icon::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s, opacity 0.25s;
}

.site-menu-icon {
  position: relative;
}

.site-menu-icon::before,
.site-menu-icon::after {
  content: '';
  position: absolute;
  left: 0;
}

.site-menu-icon::before { top: -6px; }
.site-menu-icon::after { top: 6px; }

.site-header.is-menu-open .site-menu-icon {
  background: transparent;
}

.site-header.is-menu-open .site-menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header.is-menu-open .site-menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.72);
}

body.menu-open {
  overflow: hidden;
}

.about-text p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.photo-taped {
  position: relative;
  padding: 0.75rem;
  background: #1a1a1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(2deg);
  box-shadow: 12px 18px 40px rgba(0, 0, 0, 0.65);
  max-width: 11rem;
  flex-shrink: 0;
}

.photo-taped::before,
.photo-taped::after {
  content: '';
  position: absolute;
  width: 2.75rem;
  height: 1.25rem;
  background: rgba(210, 195, 155, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.photo-taped::before { top: -0.45rem; left: 1rem; transform: rotate(-10deg); }
.photo-taped::after { top: -0.45rem; right: 1rem; transform: rotate(9deg); }

.photo-taped-inner {
  aspect-ratio: 4/5;
  background: linear-gradient(160deg, #2a2826 0%, #0f0f10 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  color: var(--text-muted);
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}

.photo-taped-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.film-frame-photo {
  background-size: cover;
  background-position: center;
}

/* Photo gallery + lightbox */
.photo-gallery {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1.5rem 0;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.photo-gallery--grid {
  flex-wrap: wrap;
  overflow: visible;
  gap: 1rem;
  background: transparent;
  border: none;
  padding: 0;
}

.photo-thumb {
  flex: 0 0 180px;
  height: 120px;
  padding: 0;
  border: 2px solid #333;
  background-color: #252320;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.15s;
}

.photo-gallery--grid .photo-thumb {
  flex: 0 0 220px;
  height: 160px;
}

.photo-thumb:hover {
  border-color: var(--gold);
  transform: scale(1.02);
}

.photo-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.55) 0%, transparent 45%);
  opacity: 0;
  transition: opacity 0.2s;
}

.photo-thumb:hover::after {
  opacity: 1;
}

.photo-thumb-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--gold);
  color: #0a0a0b;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
  pointer-events: none;
}

.photo-thumb:hover .photo-thumb-icon {
  opacity: 1;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: zoom-out;
}

.lightbox-figure {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1100px);
  max-height: 90vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: lightbox-in 0.3s ease;
}

@keyframes lightbox-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-image {
  max-width: 100%;
  max-height: calc(90vh - 3rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}

.lightbox-caption {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-align: center;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--border);
  background: rgba(20, 20, 22, 0.85);
  color: var(--text);
  cursor: pointer;
  font-family: var(--font-display);
  transition: border-color 0.2s, color 0.2s;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.75rem;
  line-height: 1;
  border-radius: 4px;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3.5rem;
  font-size: 2rem;
  line-height: 3.5rem;
  padding: 0;
}

.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

.lightbox-prev[hidden],
.lightbox-next[hidden] {
  display: none;
}

/* Film strip */
.film-strip {
  display: flex;
  gap: 0.35rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1.75rem 0;
  background: #080808;
  border-top: 14px solid #0a0a0a;
  border-bottom: 14px solid #0a0a0a;
  box-shadow:
    inset 0 8px 0 -4px #1a1a1a,
    inset 0 -8px 0 -4px #1a1a1a;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 8px, #0a0a0a 8px, #0a0a0a 12px),
    linear-gradient(#080808, #080808);
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.film-strip .photo-thumb,
.film-frame {
  flex: 0 0 200px;
  height: 132px;
  border: 3px solid #1f1f1f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.film-frame {
  background: linear-gradient(135deg, #252320, #111);
  position: relative;
}

.film-frame::before,
.film-strip .photo-thumb::before {
  content: 'KODAK PORTRA 400';
  position: absolute;
  bottom: 5px;
  left: 8px;
  font-size: 0.42rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.22);
  font-family: ui-monospace, monospace;
  z-index: 2;
  pointer-events: none;
}

/* Social CTA */
.social-cta {
  padding: var(--section-pad) clamp(1rem, 4vw, 2rem);
  width: 100%;
  overflow-x: clip;
  background: linear-gradient(180deg, transparent 0%, rgba(217, 173, 42, 0.05) 100%);
  border-top: 1px solid var(--border-dim);
}

.social-cta-inner {
  max-width: 76rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) 2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.social-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
  text-align: left;
}

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

.social-card {
  text-align: center;
  padding: 1.25rem 0.75rem;
}

.social-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.75rem;
  background: var(--gold);
  color: #0a0806;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition: background 0.2s, transform 0.15s;
}

.social-card-icon:hover {
  background: var(--gold-bright);
  transform: scale(1.05);
}

.social-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin: 0 0 0.35rem;
}

.social-card p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0 0 1rem;
}

.social-item h3 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  margin: 0.75rem 0 0.25rem;
}

.social-item p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Footer */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  padding: 2rem;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 auto;
  overflow-x: clip;
}

/* Inner pages */
.page-hero {
  padding: 3rem 2rem 2rem;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  overflow-x: clip;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  letter-spacing: 0.08em;
  margin: 0;
}

.page-body {
  padding: 0 2rem 4rem;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  min-width: 0;
  overflow-x: clip;
}

.section-empty {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.page-hero-sub {
  color: var(--text-muted);
  margin: 0.75rem 0 0;
  font-size: 1rem;
  max-width: 28rem;
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.merch-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dim);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, transform 0.15s;
}

.merch-card:hover {
  border-color: rgba(217, 173, 42, 0.45);
  transform: translateY(-2px);
}

.merch-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.merch-card-image-link {
  display: block;
  overflow: hidden;
}

.merch-card-image-link img {
  transition: transform 0.3s;
}

.merch-card:hover .merch-card-image-link img {
  transform: scale(1.03);
}

.merch-card-placeholder {
  height: 220px;
  background: linear-gradient(160deg, #1a1814, #0f0f10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.merch-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.merch-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.merch-card-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  flex: 1;
}

.merch-price {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
  letter-spacing: 0.04em;
}

.merch-card-buy {
  display: inline-block;
  text-align: center;
  margin-top: auto;
  width: fit-content;
}

@media (max-width: 900px) {
  .section-duo {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-inner {
    grid-template-columns: 1fr;
  }

  .photo-taped {
    max-width: 14rem;
    margin: 0 auto;
  }

  .social-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-cta-title {
    text-align: center;
  }
}

/* ——— Responsive ——— */

@media (max-width: 1024px) {
  .site-header {
    padding: 0.875rem 1.25rem;
  }

  .site-nav {
    gap: 1.25rem;
    font-size: 0.72rem;
  }
}

@media (max-width: 768px) {
  .site-header {
    display: flex;
    flex-wrap: nowrap;
    padding: 0.75rem 1rem;
    padding-top: max(0.75rem, env(safe-area-inset-top));
    gap: 0.5rem;
  }

  .site-logo {
    font-size: 0.8rem;
    max-width: 6.5rem;
    line-height: 1.15;
    flex: 1;
    min-width: 0;
  }

  .site-menu-btn {
    display: flex;
    flex-shrink: 0;
    position: relative;
    z-index: 102;
  }

  .site-socials {
    gap: 0.5rem;
    flex-shrink: 0;
    position: relative;
    z-index: 102;
  }

  .site-socials a {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.65rem;
    color: var(--text-muted);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 100;
    width: min(88vw, 320px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    background: #121214;
    border-left: 1px solid var(--border);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.55);
    transform: translate3d(105%, 0, 0);
    transition: transform 0.3s ease, visibility 0.3s;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
  }

  .site-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
  }

  .site-nav-title {
    font-family: var(--font-display);
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: var(--gold);
  }

  .site-nav-close {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: transparent;
    color: var(--text);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }

  .site-nav-close:hover {
    border-color: var(--gold);
    color: var(--gold);
  }

  .site-nav-links {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0 2rem;
  }

  .site-nav-links a {
    display: block;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    letter-spacing: 0.12em;
    color: var(--text);
    border-bottom: 1px solid var(--border);
  }

  .site-nav-links a:hover,
  .site-nav-links a.active {
    color: var(--gold);
    background: rgba(245, 197, 24, 0.06);
  }

  .site-nav-links a:last-child {
    border-bottom: none;
  }

  body.menu-open .site-nav {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .hero {
    min-height: 72vh;
    min-height: 72dvh;
    padding: 2rem 1rem 2.5rem;
    align-items: flex-end;
  }

  .hero-boat {
    display: none;
  }

  .hero-title {
    margin-bottom: 1.25rem;
  }

  .btn-gold {
    width: 100%;
    justify-content: center;
    max-width: 20rem;
  }

  .section {
    padding: 2.5rem 1rem;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .section-link {
    white-space: normal;
  }

  .about-grid,
  .section-duo {
    gap: 2rem;
  }

  .about-text {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .photo-taped {
    transform: none;
  }

  .events-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .event-card {
    min-height: 200px;
  }

  .video-feature {
    max-height: none;
  }

  .video-placeholder {
    min-height: 200px;
  }

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

  .merch-card img,
  .merch-card-placeholder {
    height: 200px;
  }

  .photo-gallery--grid .photo-thumb {
    flex: 1 1 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    height: 130px;
  }

  .photo-thumb {
    flex: 0 0 140px;
    height: 100px;
  }

  .film-frame {
    flex: 0 0 140px;
    height: 100px;
  }

  .social-cta {
    padding: 3rem 1rem;
  }

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

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
    font-size: 0.75rem;
  }

  .page-hero {
    padding: 2rem 1rem 1.25rem;
  }

  .page-body {
    padding: 0 1rem 2.5rem;
  }

  .lightbox {
    padding: 0.75rem;
    padding-top: max(0.75rem, env(safe-area-inset-top));
  }

  .lightbox-close {
    top: max(0.75rem, env(safe-area-inset-top));
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }

  .lightbox-prev {
    left: 0.25rem;
    width: 2.5rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .lightbox-next {
    right: 0.25rem;
    width: 2.5rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .lightbox-image {
    max-height: calc(85vh - 2rem);
    max-height: calc(85dvh - 2rem);
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .section-title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .photo-gallery--grid .photo-thumb {
    flex: 0 0 100%;
    height: 160px;
  }

  .events-row {
    gap: 0.75rem;
  }

  .event-date {
    font-size: 1.25rem;
  }

  .btn-outline,
  .btn-gold {
    font-size: 0.7rem;
    padding: 0.75rem 1.25rem;
  }
}

