:root{
  --rg-bg0:#0b0f14;
  --rg-bg1:#121821;
  --rg-card: rgba(18, 24, 33, 0.85);
  --rg-card2: rgba(18, 24, 33, 0.70);
  --rg-border: rgba(255,255,255,.10);
  --rg-text:#f5f5f5;
  --rg-muted:#9aa4b2;
  --rg-teal:#00c2c7;
  --rg-orange:#ff8c32;
  --rg-glow-teal: 0 0 0.9rem rgba(0,194,199,.18), 0 0 2.2rem rgba(0,194,199,.10);
  --rg-glow-warm: 0 0 1.1rem rgba(255,140,50,.20), 0 0 2.4rem rgba(255,140,50,.10);
  --rg-radius: 16px;
}

html,body{height:100%;}
.rg-body{
  background: radial-gradient(1200px 700px at 20% -10%, rgba(0,194,199,.10), transparent 55%),
              radial-gradient(900px 600px at 100% 10%, rgba(255,140,50,.10), transparent 55%),
              linear-gradient(180deg, var(--rg-bg0), var(--rg-bg1));
  color: var(--rg-text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  overflow-x:hidden;
  font-size: 1.05rem;
}
.rg-body::before{
  /* Soft “art” grain + holographic mist */
  content:"";
  position: fixed;
  inset: 0;
  pointer-events:none;
  z-index: 0;
  background:
    radial-gradient(1200px 520px at 10% 10%, rgba(32,227,194,.10), transparent 60%),
    radial-gradient(900px 520px at 90% 20%, rgba(215,163,90,.08), transparent 60%),
    radial-gradient(700px 420px at 35% 95%, rgba(255,98,140,.06), transparent 65%),
    linear-gradient(120deg, rgba(255,255,255,.035), transparent 35%, rgba(255,255,255,.02), transparent 70%);
  mix-blend-mode: screen;
  opacity: .55;
}
.rg-body::after{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events:none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: .05;
}
.rg-body > *{ position: relative; z-index: 1; }

@keyframes rgFloat1{
  0%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(0,-14px,0) scale(1.02); }
  100%{ transform: translate3d(0,0,0) scale(1); }
}
.rg-art-sheen{
  position: relative;
}
.rg-art-sheen::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(32,227,194,.22), rgba(255,255,255,0), rgba(215,163,90,.18));
  opacity:.65;
  filter: blur(18px);
  pointer-events:none;
  animation: rgFloat1 9s ease-in-out infinite;
}

/* Scroll reveal + subtle motion */
@media (prefers-reduced-motion: reduce){
  .rg-reveal{ transition: none !important; transform: none !important; opacity: 1 !important; filter: none !important; }
}
.rg-reveal{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(4px);
  transition: opacity .6s ease, transform .6s ease, filter .6s ease;
  will-change: opacity, transform, filter;
}
.rg-reveal.is-in{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.rg-reveal--rise{ transform: translateY(18px); }
.rg-reveal--glow.is-in{
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.35), var(--rg-glow-teal);
}

.rg-parallax{
  will-change: transform;
  transform: translate3d(0,0,0);
}

h1,h2,h3,h4,.rg-section-title{
  font-family: "Space Grotesk", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.rg-nav{
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(10,14,28,.70), rgba(10,14,28,.25));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.rg-nav.rg-nav--scrolled{
  background: linear-gradient(180deg, rgba(10,14,28,.92), rgba(10,14,28,.55));
  border-bottom-color: rgba(255,255,255,.10);
  box-shadow: 0 1.5rem 3.25rem rgba(0,0,0,.35);
}
.rg-nav .navbar-brand{padding-top:0; padding-bottom:0;}
.rg-nav-loc{
  padding: .55rem .75rem;
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-color: rgba(255,255,255,.10);
  background: rgba(18,24,33,.25);
}
.rg-nav-loc-ico{
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: .5rem;
  filter: drop-shadow(0 0 10px rgba(32,227,194,.10));
}
.rg-nav-loc:hover{
  border-color: rgba(32,227,194,.18);
  box-shadow: 0 0 1.1rem rgba(32,227,194,.08);
}
.rg-logo-nav{
  /* Make it look bigger without increasing navbar height */
  height: 44px;
  width: auto;
  object-fit: contain;
  transform: scale(1.28);
  transform-origin: left center;
  filter: drop-shadow(0 0 16px rgba(32,227,194,.20));
}
.rg-logo{filter: drop-shadow(0 0 12px rgba(32,227,194,.22));}
.rg-logo-badge{
  border-radius: 14px;
  padding: 3px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 .75rem 2.2rem rgba(0,0,0,.28), 0 0 1.35rem rgba(32,227,194,.10);
  object-fit: contain;
}
.rg-brand-text{
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .92rem;
}
.rg-nav .nav-link{
  color: rgba(201,210,227,.86) !important;
  font-weight: 600;
  letter-spacing:.06em;
  text-transform: uppercase;
  font-size:.78rem;
  border-radius: 999px;
  padding: .55rem .85rem;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  border: 1px solid transparent;
}
.rg-nav .nav-link:hover{
  color: #fff !important;
  background: rgba(32,227,194,.06);
  border-color: rgba(32,227,194,.14);
  box-shadow: 0 0 0.9rem rgba(32,227,194,.06);
}
.rg-nav .nav-link.active{
  color: #fff !important;
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.10);
}

.rg-btn{
  border-radius: 999px;
  font-weight: 700;
  letter-spacing:.08em;
  text-transform: uppercase;
  font-size:.78rem;
  padding:.65rem 1rem;
}
.rg-btn-primary{
  background: linear-gradient(135deg, rgba(0,194,199,.98), rgba(255,140,50,.92));
  border: 1px solid rgba(0,194,199,.24);
  color:#041015;
  box-shadow: 0 .75rem 2rem rgba(0,194,199,.12);
}
.rg-btn-primary:hover{filter: brightness(1.05);}
.rg-btn-outline{
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(201,210,227,.18);
  color: rgba(245,245,245,.92);
}
.rg-btn-outline:hover{
  border-color: rgba(255,140,50,.40);
  box-shadow: var(--rg-glow-warm);
  color:#fff;
}
.rg-link{color: rgba(32,227,194,.95); text-decoration:none;}
.rg-link:hover{color:#fff; text-decoration:underline;}

.rg-hero{
  position:relative;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.rg-hero-image{
  /* Desktop/tablet: slightly taller hero */
  height: clamp(320px, 34vw, 520px);
  overflow: hidden;
  display:flex;
  align-items: stretch;
}
.rg-hero-image picture{
  position: absolute;
  inset: 0;
  display: block;
}
.rg-hero-img{
  position:absolute;
  inset:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}
.rg-hero-image::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(32,227,194,.12), transparent 55%),
    radial-gradient(900px 520px at 95% 15%, rgba(215,163,90,.10), transparent 55%),
    linear-gradient(180deg, rgba(7,10,18,.25), rgba(7,10,18,.78));
}
.rg-hero-image-inner{
  position: absolute;
  inset: 0;
  z-index: 1;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display:flex;
  align-items: flex-end;
}
.rg-hero-actions{
  width: 100%;
  display:flex;
  gap: .75rem;
  justify-content: center;
  padding: .9rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(10,14,28,.46), rgba(10,14,28,.18));
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
@media (min-width: 768px){
  .rg-hero-actions{
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    padding: 1rem 1.1rem;
  }
}
.rg-hero-actions .rg-btn{white-space: nowrap;}

/* Mobile: let the image determine the hero height */
@media (max-width: 767.98px){
  .rg-hero-image{
    height: auto;
  }
  .rg-hero-image picture{
    position: relative;
  }
  .rg-hero-img{
    position: relative;
    height: auto;
    object-fit: contain; /* show full mobile hero image */
    transform: none;
    display: block;
  }
}
.rg-hero-inner{
  position:relative;
  padding: 3.25rem 0 2.25rem;
}
@media (min-width: 992px){
  .rg-hero-inner{padding: 5.25rem 0 3.25rem;}
}
.rg-hero-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.65;
  pointer-events:none;
}
.rg-kicker{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.45rem .85rem;
  border-radius:999px;
  border: 1px solid rgba(32,227,194,.25);
  background: rgba(32,227,194,.06);
  color: rgba(201,210,227,.92);
  font-weight: 700;
  letter-spacing:.14em;
  text-transform: uppercase;
  font-size:.72rem;
}
.rg-title{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  line-height: 1.05;
}
.rg-title span{
  background: linear-gradient(135deg, #fff, rgba(201,210,227,.75));
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
}
.rg-subtitle{color: rgba(154,168,191,.95); max-width: 56ch;}

@media (min-width: 992px){
  .rg-subtitle{max-width: 62ch;}
}

.rg-panel{
  background: linear-gradient(180deg, rgba(18,24,33,.92), rgba(18,24,33,.78));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--rg-radius);
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.35);
}
.rg-card{
  background: linear-gradient(180deg, rgba(18,24,33,.92), rgba(18,24,33,.70));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--rg-radius);
  overflow:hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.rg-card:hover{
  transform: translateY(-3px);
  border-color: rgba(0,194,199,.22);
  box-shadow: 0 1rem 2.75rem rgba(0,0,0,.35), var(--rg-glow-teal);
}
.rg-badge{
  border-radius:999px;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing:.12em;
  font-size:.68rem;
  padding:.35rem .55rem;
  border: 1px solid rgba(255,255,255,.12);
}
.rg-badge-upcoming{background: rgba(32,227,194,.10); border-color: rgba(32,227,194,.22); color: rgba(32,227,194,.95);}
.rg-badge-sold{background: rgba(215,163,90,.12); border-color: rgba(215,163,90,.28); color: rgba(215,163,90,.95);}
.rg-badge-soon{background: rgba(201,210,227,.08); border-color: rgba(201,210,227,.18); color: rgba(201,210,227,.95);}

.rg-muted{color: var(--rg-muted) !important;}

/* Cinematic hero copy overlay */
.rg-hero-copy{
  position:absolute;
  left: 0;
  right: 0;
  top: 1.25rem;
  z-index: 2;
  padding: 0 12px;
  max-width: 720px;
}
@media (min-width: 992px){
  .rg-hero-copy{ top: 2.1rem; padding: 0; }
}
.rg-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.4rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(0,194,199,.30);
  background: rgba(18,24,33,.45);
  color: rgba(245,245,245,.92);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: .72rem;
  backdrop-filter: blur(10px);
}
.rg-hero-title{
  margin: .85rem 0 .35rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  color: #fff;
  text-shadow: 0 0 40px rgba(0,0,0,.55);
}
.rg-hero-sub{
  color: rgba(245,245,245,.86);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  margin: 0;
  max-width: 62ch;
  text-shadow: 0 0 40px rgba(0,0,0,.65);
}

/* Jam sessions split */
.rg-jam-media{
  position: relative;
  border-radius: var(--rg-radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(18,24,33,.55);
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.35), var(--rg-glow-warm);
}
.rg-jam-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  min-height: 320px;
}
.rg-jam-media--fallback{ display:flex; align-items:center; justify-content:center; }
.rg-jam-fallback{ display:none; }
.rg-jam-media--fallback .rg-jam-fallback{ display:block; }
.rg-jam-panel{
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.35), var(--rg-glow-warm);
  border-color: rgba(255,140,50,.18);
}
.rg-hr{border-color: rgba(255,255,255,.08);}

.rg-section-title{
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .95rem;
  color: rgba(201,210,227,.92);
}
.rg-section-lead{color: rgba(154,168,191,.95); max-width: 70ch;}

/* Public section titles: bigger + more premium */
.rg-body .rg-section-title{
  font-family: "Space Grotesk", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: none;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.1;
  color: rgba(245,245,245,.96);
}
.rg-body .rg-section-title::after{
  content:"";
  display:block;
  width: 64px;
  height: 2px;
  margin-top: .55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(32,227,194,.95), rgba(215,163,90,.9));
  box-shadow: 0 0 24px rgba(32,227,194,.18);
}

/* Keep admin section titles compact */
.rg-admin-shell .rg-section-title{
  font-family: "Space Grotesk", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .95rem;
  color: rgba(201,210,227,.92);
}
.rg-admin-shell .rg-section-title::after{ display:none; }

/* About section (more artistic) */
.rg-about{
  position: relative;
}
.rg-about-title{
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.05;
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
}
.rg-about-left{
  border-radius: var(--rg-radius);
  padding: 1.25rem;
  background:
    radial-gradient(800px 380px at 0% 0%, rgba(32,227,194,.10), transparent 55%),
    radial-gradient(900px 420px at 100% 10%, rgba(215,163,90,.08), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
}
.rg-about-quote{
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.rg-about-panel{
  position: relative;
  overflow: hidden;
  display:flex;
  flex-direction: column;
}
.rg-about-panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  opacity:.7;
  background: radial-gradient(900px 420px at 20% 10%, rgba(32,227,194,.12), transparent 55%),
              radial-gradient(900px 520px at 90% 40%, rgba(215,163,90,.10), transparent 55%);
}
.rg-about-panel > *{ position: relative; z-index: 1; }

/* Make left block and right panel match heights nicely */
.rg-about-left{
  display:flex;
  flex-direction: column;
}
.rg-about-left .rg-card{ flex: 1; }

.rg-about-extra{
  padding: 1rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
}
.rg-about-extra-head{
  display:flex;
  flex-direction: column;
  gap: .75rem;
}
@media (min-width: 992px){
  .rg-about-extra-head{
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.rg-mini-pill{
  display:inline-flex;
  align-items:center;
  gap:.25rem;
  border-radius: 999px;
  padding: .25rem .6rem;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(201,210,227,.95);
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: .62rem;
}

/* Instruments grid */
.rg-instruments{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .7rem;
}
@media (min-width: 768px){
  .rg-instruments{ grid-template-columns: repeat(4, minmax(0,1fr)); }
}
.rg-instrument{
  display:flex;
  align-items:center;
  gap: .65rem;
  padding: .8rem .85rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.rg-instrument:hover{
  transform: translateY(-2px);
  border-color: rgba(255,140,50,.22);
  box-shadow: 0 1rem 2.75rem rgba(0,0,0,.22), var(--rg-glow-warm);
}
.rg-instrument--accent{
  border-color: rgba(0,194,199,.22);
}
.rg-instrument--accent:hover{
  border-color: rgba(0,194,199,.28);
  box-shadow: 0 1rem 2.75rem rgba(0,0,0,.22), var(--rg-glow-teal);
}
.rg-instruments--compact{
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .55rem;
}
@media (min-width: 768px){
  .rg-instruments--compact{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
.rg-emoji{
  width: 34px;
  height: 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  font-size: 1.05rem;
}
.rg-instrument-name{
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(245,245,245,.92);
  font-size: .95rem;
}

.rg-spotlight{
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(650px 240px at 15% 10%, rgba(255,255,255,.06), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  padding: 1.15rem 1.15rem;
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.28);
}
.rg-spotlight::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 1.25rem;
  pointer-events:none;
  opacity:.65;
  background: linear-gradient(135deg, rgba(32,227,194,.12), transparent 45%, rgba(215,163,90,.10));
  mask: linear-gradient(#000, transparent 75%);
}
.rg-spotlight > *{ position: relative; z-index: 1; }
.rg-spotlight-top{
  display:flex;
  gap: .9rem;
  align-items:flex-start;
}
.rg-spotlight-title{
  font-weight: 950;
  letter-spacing:.02em;
  font-size: 1.05rem;
}
.rg-spotlight-icon{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.rg-spotlight-icon i{font-size: 1.05rem;}
.rg-spotlight-teal .rg-spotlight-icon{
  box-shadow: 0 0 1.6rem rgba(32,227,194,.12);
}
.rg-spotlight-teal .rg-spotlight-icon i{ color: rgba(32,227,194,.95); }
.rg-spotlight-copper .rg-spotlight-icon{
  box-shadow: 0 0 1.6rem rgba(215,163,90,.10);
}
.rg-spotlight-copper .rg-spotlight-icon i{ color: rgba(215,163,90,.95); }
.rg-spotlight-list{
  margin-top: .9rem;
  display:grid;
  gap: .6rem;
}
.rg-spotlight-item{
  display:flex;
  align-items:center;
  gap: .6rem;
  padding: .65rem .7rem;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.rg-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 26px;
  min-width: 36px;
  padding: 0 .5rem;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .14em;
  font-size: .7rem;
  color: rgba(201,210,227,.95);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.rg-about-footer{
  display:flex;
  flex-direction: column;
  gap: .75rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .25rem;
}
@media (min-width: 768px){
  .rg-about-footer{
    flex-direction: row;
    align-items: center;
  }
}

.rg-media{
  aspect-ratio: 16/9;
  background: radial-gradient(600px 240px at 20% 10%, rgba(32,227,194,.16), transparent 55%),
              radial-gradient(600px 240px at 90% 10%, rgba(215,163,90,.12), transparent 55%),
              rgba(255,255,255,.02);
  border-bottom: 1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
}
.rg-media img{width:100%; height:100%; object-fit:cover; display:block;}

.rg-footer{
  position: relative;
  background: radial-gradient(900px 320px at 15% 0%, rgba(32,227,194,.08), transparent 55%),
              radial-gradient(900px 320px at 85% 0%, rgba(215,163,90,.07), transparent 55%),
              linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border-top: 1px solid rgba(255,255,255,.06);
}
.rg-footer-top{
  border-radius: calc(var(--rg-radius) + 2px);
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(700px 320px at 0% 0%, rgba(32,227,194,.10), transparent 60%),
    radial-gradient(700px 320px at 100% 20%, rgba(215,163,90,.08), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.35);
}
.rg-footer-logo{
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.45));
}
.rg-footer-title{
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(201,210,227,.92);
}
.rg-footer-brand{
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rg-footer-tagline{
  max-width: 80ch;
}
.rg-footer-links a{
  color: rgba(201,210,227,.85);
  text-decoration:none;
  display: inline-flex;
  align-items: center;
  padding: .25rem 0;
}
.rg-footer-links a:hover{color:#fff; text-decoration:none;}
.rg-footer-links a:focus-visible{outline: 2px solid rgba(32,227,194,.45); outline-offset: 3px; border-radius: .5rem;}
.rg-footer-social{
  display:inline-flex;
  align-items:center;
  gap: .55rem;
  padding-left: .75rem;
  padding-right: .75rem;
}
.rg-footer-social i{opacity: .95;}
.rg-footer-mini{
  border-radius: calc(var(--rg-radius) + 2px);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(18,24,33,.25);
  padding: 1rem 1.15rem;
}

.rg-gallery-card{
  position: relative;
}
.rg-gallery-more{
  padding: 1.25rem 0 0;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rg-gallery-sentinel{
  width: 100%;
  height: 1px;
}
.rg-gallery-loading{
  margin-top: .75rem;
  padding: .55rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(18,24,33,.25);
}
.rg-gallery-media{
  display:block;
  aspect-ratio: 16/11;
  background: radial-gradient(700px 260px at 20% 10%, rgba(32,227,194,.14), transparent 55%),
              radial-gradient(700px 260px at 90% 10%, rgba(215,163,90,.10), transparent 55%),
              rgba(255,255,255,.02);
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.rg-gallery-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
  transition: transform .35s ease, filter .35s ease;
}
.rg-gallery-card:hover .rg-gallery-media img{
  transform: scale(1.05);
  filter: saturate(1.06) contrast(1.03);
}

.rg-like-btn{
  position:absolute;
  top: .85rem;
  right: .85rem;
  z-index: 3;
  display:inline-flex;
  align-items:center;
  gap: .5rem;
  padding: .42rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(18,24,33,.55);
  color: rgba(201,210,227,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.rg-like-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(32,227,194,.22);
  box-shadow: 0 1rem 2.25rem rgba(0,0,0,.35), var(--rg-glow-teal);
}
.rg-like-btn .rg-like-ico{
  width: 1.1rem;
  height: 1.1rem;
  display:grid;
  place-items:center;
}
.rg-like-btn i{
  font-size: .95rem;
  color: rgba(201,210,227,.88);
  transition: transform .15s ease, color .2s ease, filter .2s ease;
}
.rg-like-count{
  font-weight: 800;
  letter-spacing: .02em;
  font-size: .78rem;
  min-width: 1.25rem;
  text-align: right;
}

.rg-like-btn.is-liked{
  border-color: rgba(215,163,90,.26);
  box-shadow: 0 1rem 2.25rem rgba(0,0,0,.35), var(--rg-glow-warm);
}
.rg-like-btn.is-liked i{
  color: rgba(255,98,140,.95);
  filter: drop-shadow(0 10px 18px rgba(255,98,140,.20));
}

@keyframes rgLikePop{
  0%{ transform: scale(1); }
  35%{ transform: scale(1.22); }
  100%{ transform: scale(1); }
}
.rg-like-btn.rg-like-pulse i{
  animation: rgLikePop .36s ease;
}

@keyframes rgLikeShake{
  0%{ transform: translateX(0); }
  25%{ transform: translateX(-3px); }
  50%{ transform: translateX(3px); }
  75%{ transform: translateX(-2px); }
  100%{ transform: translateX(0); }
}
.rg-like-btn.rg-like-error{
  border-color: rgba(215,163,90,.30);
  box-shadow: 0 1rem 2.25rem rgba(0,0,0,.35), var(--rg-glow-warm);
  animation: rgLikeShake .28s ease;
}

.rg-no-scroll{ overflow: hidden; }

.rg-lightbox{
  position: fixed;
  inset: 0;
  z-index: 1080;
}
.rg-lightbox-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.rg-lightbox-dialog{
  position: relative;
  max-width: min(1000px, calc(100vw - 24px));
  margin: 12px auto;
  top: 3vh;
  border-radius: calc(var(--rg-radius) + 4px);
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 380px at 10% 0%, rgba(32,227,194,.10), transparent 60%),
    radial-gradient(900px 380px at 90% 0%, rgba(215,163,90,.08), transparent 60%),
    linear-gradient(180deg, rgba(18,24,33,.95), rgba(18,24,33,.70));
  box-shadow: 0 2rem 6rem rgba(0,0,0,.55);
  overflow: hidden;
}
@media (min-width: 768px){
  .rg-lightbox-dialog{ margin: 18px auto; top: 4vh; }
}
.rg-lightbox-close{
  position:absolute;
  top: .85rem;
  right: .85rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  display:grid;
  place-items:center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(18,24,33,.45);
  color: rgba(245,245,245,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.rg-lightbox-close:hover{
  transform: translateY(-1px);
  border-color: rgba(32,227,194,.22);
  box-shadow: 0 1rem 2.25rem rgba(0,0,0,.35), var(--rg-glow-teal);
}
.rg-lightbox-media{
  max-height: 72vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,.25);
}
.rg-lightbox-media img{
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  display:block;
}
.rg-lightbox-meta{
  padding: 1rem 1.15rem;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.rg-lightbox-title{
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(245,245,245,.96);
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rg-lightbox-likes{
  display:inline-flex;
  align-items:center;
  gap: .5rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(18,24,33,.45);
  color: rgba(201,210,227,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.rg-lightbox-likes i{
  color: rgba(255,98,140,.95);
  filter: drop-shadow(0 10px 18px rgba(255,98,140,.18));
}

.rg-form .form-control, .rg-form .form-select{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(201,210,227,.95);
  border-radius: 1rem;
}
.rg-form .form-control:focus, .rg-form .form-select:focus{
  border-color: rgba(32,227,194,.35);
  box-shadow: 0 0 0 .25rem rgba(32,227,194,.12);
}
.rg-form .form-control::placeholder{color: rgba(154,168,191,.7);}
.rg-form label{color: rgba(201,210,227,.92); font-weight:700; letter-spacing:.04em;}

.rg-body .rg-alert{
  background: rgba(18,24,33,.72);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(245,245,245,.95);
  border-radius: 1rem;
}
.rg-body .alert-success.rg-alert{
  border-color: rgba(32,227,194,.24);
  box-shadow: 0 0 0 .25rem rgba(32,227,194,.08);
}
.rg-body .alert-danger.rg-alert{
  border-color: rgba(215,163,90,.24);
  box-shadow: 0 0 0 .25rem rgba(215,163,90,.08);
}
.rg-contact-card{
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.35), var(--rg-glow-teal);
}
.rg-contact-submit{
  padding-top: .9rem;
  padding-bottom: .9rem;
}
.rg-contact-map{
  box-shadow: 0 1.25rem 4rem rgba(0,0,0,.35), var(--rg-glow-warm);
  border-color: rgba(255,140,50,.14);
}

.rg-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .9rem;
}
@media (min-width: 768px){ .rg-grid{grid-template-columns: repeat(4, minmax(0,1fr));} }
.rg-grid a{
  display:block;
  border-radius: 1rem;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.rg-grid a:hover{
  transform: translateY(-2px);
  border-color: rgba(32,227,194,.22);
  box-shadow: var(--rg-glow);
}
.rg-grid img{width:100%; height:100%; object-fit:cover; display:block; aspect-ratio: 1/1;}

/* Jam section: tighter gallery preview */
.rg-grid--jam{
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .7rem;
}
@media (min-width: 768px){
  .rg-grid--jam{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}

/* Jam preview: make mini items behave like gallery cards */
.rg-gallery-mini{
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.rg-gallery-mini:hover{
  transform: translateY(-2px);
  border-color: rgba(32,227,194,.18);
  box-shadow: 0 1rem 2.75rem rgba(0,0,0,.22), var(--rg-glow-teal);
}
.rg-gallery-mini .rg-gallery-media{
  aspect-ratio: 1/1;
  border-bottom: none;
}
.rg-gallery-mini .rg-gallery-media img{
  transform: scale(1.02);
}
.rg-gallery-mini:hover .rg-gallery-media img{
  transform: scale(1.06);
}
.rg-gallery-mini .rg-like-btn{
  top: auto;
  bottom: .55rem;
  right: .55rem;
  padding: .45rem .6rem;
}
.rg-gallery-mini .rg-like-count{ font-size: .8rem; }

/* Mobile: smaller + bottom-right like button */
@media (max-width: 575.98px){
  .rg-like-btn{
    top: auto;
    bottom: .65rem;
    right: .65rem;
    gap: .45rem;
    padding: .36rem .5rem;
    background: rgba(18,24,33,.62);
  }
  .rg-like-btn i{ font-size: .9rem; }
  .rg-like-count{ font-size: .74rem; min-width: 1.05rem; }

  .rg-gallery-mini .rg-like-btn{
    top: auto;
    bottom: .5rem;
    right: .5rem;
    padding: .34rem .48rem;
  }
}

/* Admin */
.rg-admin-shell{
  min-height: 100vh;
  background: linear-gradient(180deg, var(--rg-bg0), var(--rg-bg1));
}
.rg-admin-shell .fw-bold,
.rg-admin-shell .fw-semibold{
  color:#fff;
}
.rg-admin-card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 1.1rem;
}
.rg-admin-topbar{
  display:flex;
  flex-direction: column;
  gap: .9rem;
}
@media (min-width: 768px){
  .rg-admin-topbar{
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
  }
}
.rg-admin-section-head{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.rg-stat{
  position: relative;
  overflow: hidden;
}
.rg-stat-link{
  display:block;
  text-decoration:none;
  color: inherit;
}
.rg-stat-link:focus-visible{
  outline: 2px solid rgba(32,227,194,.55);
  outline-offset: 4px;
  border-radius: 1.15rem;
}
.rg-stat-link:hover .rg-stat{
  transform: translateY(-2px);
  border-color: rgba(32,227,194,.18);
  box-shadow: 0 1.4rem 4.2rem rgba(0,0,0,.32), 0 0 1.6rem rgba(32,227,194,.08);
}
.rg-stat{
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.rg-stat::after{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  top: 10px;
  height: 2px;
  border-radius: 999px;
  opacity: .9;
  background: linear-gradient(90deg, transparent, rgba(201,210,227,.18), transparent);
}
.rg-stat--events::after{
  background: linear-gradient(90deg, transparent, rgba(32,227,194,.55), transparent);
}
.rg-stat--sessions::after{
  background: linear-gradient(90deg, transparent, rgba(215,163,90,.45), transparent);
}
.rg-stat--gallery::after{
  background: linear-gradient(90deg, transparent, rgba(201,210,227,.35), transparent);
}
.rg-stat--messages::after{
  background: linear-gradient(90deg, transparent, rgba(32,227,194,.35), transparent);
}
.rg-stat-cta{
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .72rem;
}
.rg-stat::before{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  opacity:.7;
  background:
    radial-gradient(600px 220px at 15% 15%, rgba(32,227,194,.14), transparent 55%),
    radial-gradient(600px 220px at 90% 40%, rgba(215,163,90,.10), transparent 55%);
}
.rg-stat > *{ position: relative; z-index: 1; }
.rg-stat-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .5rem;
}
.rg-stat-icon{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: 0 0 1.4rem rgba(32,227,194,.08);
}
.rg-stat-icon i{color: rgba(201,210,227,.95);}
.rg-stat-label{
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .72rem;
  color: rgba(201,210,227,.90);
}
.rg-stat-value{
  font-weight: 950;
  letter-spacing: .02em;
  font-size: 2.1rem;
  line-height: 1.05;
  margin-bottom: .15rem;
  color: #fff;
}
.rg-admin-sidebar{
  background: rgba(255,255,255,.03);
  border-right: 1px solid rgba(255,255,255,.08);
}
.rg-admin-sidebar a{
  color: rgba(201,210,227,.88);
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:.6rem;
  padding:.65rem .9rem;
  border-radius: .9rem;
}
.rg-admin-sidebar a:hover{
  background: rgba(32,227,194,.06);
  box-shadow: var(--rg-glow);
  color:#fff;
}
.rg-admin-sidebar a.active{
  background: rgba(32,227,194,.10);
  border: 1px solid rgba(32,227,194,.18);
}
.table.rg-table{
  color: rgba(201,210,227,.92);
  --bs-table-bg: transparent;
  --bs-table-color: rgba(201,210,227,.92);
  --bs-table-border-color: rgba(255,255,255,.08);
  --bs-table-striped-bg: rgba(255,255,255,.02);
  --bs-table-hover-bg: rgba(32,227,194,.05);
}
.table.rg-table thead th{
  color: rgba(255,255,255,.95);
  border-color: rgba(255,255,255,.10);
}
.table.rg-table td, .table.rg-table th{
  border-color: rgba(255,255,255,.08);
  vertical-align: middle;
  background-color: transparent !important;
}
.table.rg-table.rg-table-hover tbody tr{
  transition: background .12s ease, transform .12s ease;
}
.table.rg-table.rg-table-hover tbody tr:hover{
  background: rgba(32,227,194,.05);
}

/* Kill Bootstrap's white table surfaces globally */
.table{
  --bs-table-bg: transparent;
  --bs-table-color: rgba(201,210,227,.92);
  --bs-table-border-color: rgba(255,255,255,.08);
}
.table > :not(caption) > * > *{
  background-color: transparent !important;
}
.rg-pill{
  border-radius: 999px;
  padding:.15rem .55rem;
  border: 1px solid rgba(255,255,255,.12);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.65rem;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
}
.rg-pill-upcoming{ background: rgba(32,227,194,.10); border-color: rgba(32,227,194,.22); color: rgba(32,227,194,.95); }
.rg-pill-soon{ background: rgba(201,210,227,.08); border-color: rgba(201,210,227,.18); color: rgba(201,210,227,.95); }
.rg-pill-sold{ background: rgba(215,163,90,.12); border-color: rgba(215,163,90,.28); color: rgba(215,163,90,.95); }
.rg-pill-new{ background: rgba(32,227,194,.10); border-color: rgba(32,227,194,.22); color: rgba(32,227,194,.95); }
.rg-pill-read{ background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); color: rgba(201,210,227,.95); }

.rg-message-item:hover{
  border-color: rgba(32,227,194,.16);
  box-shadow: 0 1rem 2.75rem rgba(0,0,0,.30), 0 0 1.5rem rgba(32,227,194,.06);
}

.rg-empty{
  border-radius: 1.1rem;
  border: 1px dashed rgba(255,255,255,.14);
  background: rgba(255,255,255,.02);
  text-align: center;
}
.rg-empty-icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 0 auto .6rem;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.rg-empty-icon i{ color: rgba(201,210,227,.95); }

