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

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}

body.site-body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #0e0e0e;
  color: #f5f5f5;
}

.page {
  padding-top: 90px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  z-index: 999;
  padding: 50px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 55px;
}

.logo-img {
  height: 100%;
  width: auto;
  max-height: 55px;
  object-fit: contain;
}

.social-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social-nav a {
  color: #c7c7c7;
  text-decoration: none;
  transition: color 0.25s, transform 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.social-nav a:hover {
  color: white;
  transform: scale(1.15);
}

.menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  margin-top: 10px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: brightness(60%);
  
}

.sound-toggle {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background 0.25s, transform 0.25s;
}

.sound-toggle:hover {
  background: rgba(255,255,255,0.15);
  transform: scale(1.1);
}

.sound-toggle.unmuted .sound-off {
  display: none;
}

.sound-toggle.unmuted .sound-on {
  display: block !important;
}

.hero-content {
	font-size: 56px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: white;
  animation: fadeIn 2s ease forwards;
}

.hero-title {
  font-size: 10*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}

body.site-body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0e0e0e;
  color: #f5f5f5;
}

.page {
  padding-top: 90px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(58,58,58,0.85);
  backdrop-filter: blur(10px);
  z-index: 999;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 55px;
}

.logo-img {
  height: 100%;
  width: auto;
  max-height: 55px;
  object-fit: contain;
}

.social-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social-nav a {
  color: #c7c7c7;
  text-decoration: none;
  transition: color 0.25s, transform 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.social-nav a:hover {
  color: white;
  transform: scale(1.15);
}

.menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  margin-top: 90px;
  overflow: hidden;

}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: brightness(60%);
}

.sound-toggle {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background 0.25s, transform 0.25s;
}

.sound-toggle:hover {
  background: rgba(255,255,255,0.15);
  transform: scale(1.1);
}

.sound-toggle.unmuted .sound-off {
  display: none;
}

.sound-toggle.unmuted .sound-on {
  display: block !important;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: white;
  animation: fadeIn 2s ease forwards;
}

.hero-title {
  font-size: 9vw;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  animation: fadeInUp 10s ease 5s forwards;
  
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 300;
  opacity: 0;
  max-width: 640px;
  animation: fadeIn 10s ease 5s forwards;
   animation: fadeIn ease 10s;
  webkit-animation: fadeIn ease 10s;
  moz-animation: fadeIn ease 10s;
  o-animation: fadeIn ease 10s;
  ms-animation: fadeIn ease 10s;
}

.about-section {
  padding: 100px 20px 80px;
  background: #0a0a0a;
}

.about-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.about-title {
  font-size: 48px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  color: #ffffff;
}

.about-line {
  width: 70px;
  height: 3px;
  background: #ffffff;
  margin: 0 auto 24px;
}

.about-text {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d0d0;
  margin: 0;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-card {
  padding: 26px 22px;
  text-align: center;
}

.about-card h3 {
  font-size: 22px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  color: #ffffff;
}

.about-card p {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 1.6;
  margin: 0;
}

.showcase {
  padding: 100px 20px;
  background: #0e0e0e;
  color: white;
  text-align: center;
}

.showcase-title {
  font-size: 42px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}

.showcase-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.slider-arrow {
  position: relative;
  z-index: 10;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background 0.25s, transform 0.25s, border-color 0.25s;
}

.slider-arrow:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
  transform: scale(1.1);
}

.slider-arrow:focus {
  outline: 2px solid rgba(255,255,255,0.5);
  outline-offset: 2px;
}

.grid-slideshow {
  position: relative;
  overflow: hidden;
  border-radius: px;
  flex: 1;
}

.slideshow-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slideshow-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 100%;
  padding: 10px;
  flex-shrink: 0;
}

.video-thumb {
  position: relative;
  border-radius: px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
  background: #1a1a1a;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
}

.video-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  border-color: rgba(255,255,255,0.2);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.video-thumb:hover img {
  transform: scale(1.08);
}

.video-thumb .play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-thumb:hover .play-overlay {
  opacity: 1;
}

.play-overlay .play-btn {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: transform 0.25s, background 0.25s;
}

.video-thumb:hover .play-btn {
  transform: scale(1.1);
  background: rgba(255,255,255,0.3);
}

.slideshow-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: none;
  padding: 0;
}

.dot:hover {
  background: rgba(255,255,255,0.5);
}

.dot.active {
  background: white;
  transform: scale(1.3);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.9);
  cursor: pointer;
}

.modal-content {
  position: relative;
  width: 75%;
  height: 75%;
  max-width: 1400px;
  max-height: 800px;
  z-index: 2001;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
}

.modal-content iframe {
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: white;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.modal-close:hover {
  transform: scale(1.15);
  background: rgba(255,70,70,0.3);
  border-color: rgba(255,70,70,0.5);
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-3px);
}

.footer {
  padding: 50px 20px 30px;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-community {
  margin-bottom: 30px;
}

.community-title {
  font-size: 24px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  color: #f5f5f5;
}

.discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #6b6b6b;
  color: white;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.discord-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(107, 107, 107, 0.4);
  background: #7a7a7a;
}

.footer-copyright {
  font-size: 12px;
  color: #888;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .slideshow-page {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .slider-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
}

@media (max-width: 900px) {
  .social-nav {
    position: absolute;
    top: 70px;
    right: 20px;
    width: auto;
    background: rgba(5,5,5,0.95);
    padding: 16px 20px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    justify-content: center;
  }

  .social-nav.active {
    display: flex;
  }

  .menu-btn {
    display: flex;
  }

  .about-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .modal-content {
    width: 90%;
    height: 50%;
  }

  .sound-toggle {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  .logo-img {
    max-height: 45px;
  }

  .about-title {
    font-size: 38px;
  }

  .hero {
    height: calc(100vh - 80px);
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .slideshow-page {
    grid-template-columns: 1fr;
  }
  
  .slider-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  
  .slider-container {
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 14vw;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .showcase-title {
    font-size: 32px;
  }

  .community-title {
    font-size: 20px;
  }

  .logo-img {
    max-height: 40px;
  }
  
  .modal-close {
    top: -45px;
    width: 38px;
    height: 38px;
  }

  .about-title {
    font-size: 32px;
  }

  .hero {
    height: calc(100vh - 70px);
    margin-top: 70px;
  }

  .page {
    padding-top: 70px;
  }
}
vw;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 300;
  opacity: 0;
  max-width: 640px;
  animation: fadeInUp 2s ease 1s forwards;
}

.about-section {
  padding: 100px 20px 80px;
  background: #0a0a0a;
}

.about-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.about-title {
  font-size: 48px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  color: #ffffff;
}

.about-line {
  width: 70px;
  height: 3px;
  background: #ffffff;
  margin: 0 auto 24px;
}

.about-text {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d0d0;
  margin: 0;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-card {
  padding: 26px 22px;
  text-align: center;
}

.about-card h3 {
  font-size: 22px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  color: #ffffff;
}

.about-card p {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 1.6;
  margin: 0;
}

.showcase {
  padding: 100px 20px;
  background: #0e0e0e;
  color: white;
  text-align: center;
}

.showcase-title {
  font-size: 42px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}

.showcase-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.slider-arrow {
  position: relative;
  z-index: 10;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background 0.25s, transform 0.25s, border-color 0.25s;
}

.slider-arrow:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
  transform: scale(1.1);
}

.slider-arrow:focus {
  outline: 2px solid rgba(255,255,255,0.5);
  outline-offset: 2px;
}

.grid-slideshow {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  flex: 1;
}

.slideshow-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slideshow-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 100%;
  padding: 10px;
  flex-shrink: 0;
}

.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
  background: #1a1a1a;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
}

.video-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  border-color: rgba(255,255,255,0.2);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.video-thumb:hover img {
  transform: scale(1.08);
}

.video-thumb .play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-thumb:hover .play-overlay {
  opacity: 1;
}

.play-overlay .play-btn {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: transform 0.25s, background 0.25s;
}

.video-thumb:hover .play-btn {
  transform: scale(1.1);
  background: rgba(255,255,255,0.3);
}

.slideshow-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: none;
  padding: 0;
}

.dot:hover {
  background: rgba(255,255,255,0.5);
}

.dot.active {
  background: white;
  transform: scale(1.3);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.9);
  cursor: pointer;
}

.modal-content {
  position: relative;
  width: 75%;
  height: 75%;
  max-width: 1400px;
  max-height: 800px;
  z-index: 2001;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
}

.modal-content iframe {
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: white;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.modal-close:hover {
  transform: scale(1.15);
  background: rgba(255,70,70,0.3);
  border-color: rgba(255,70,70,0.5);
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-3px);
}

.footer {
  padding: 50px 20px 30px;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-community {
  margin-bottom: 30px;
}

.community-title {
  font-size: 24px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  color: #f5f5f5;
}

.discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #3a3b3c;
  color: white;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.discord-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(107, 107, 107, 0.4);
  background: #7a7a7a;
}

.footer-copyright {
  font-size: 12px;
  color: #888;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}



@media (max-width: 1024px) {
  .slideshow-page {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .slider-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
}

@media (max-width: 900px) {
  .social-nav {
    position: absolute;
    top: 70px;
    right: 20px;
    width: auto;
    background: rgba(5,5,5,0.95);
    padding: 16px 20px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    justify-content: center;
  }

  .social-nav.active {
    display: flex;
  }

  .menu-btn {
    display: flex;
  }

  .about-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .modal-content {
    width: 90%;
    height: 50%;
  }

  .sound-toggle {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  .logo-img {
    max-height: 45px;
  }

  .about-title {
    font-size: 38px;
  }

  .hero {
    height: calc(100vh - 80px);
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .slideshow-page {
    grid-template-columns: 1fr;
  }
  
  .slider-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  
  .slider-container {
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 14vw;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .showcase-title {
    font-size: 32px;
  }

  .community-title {
    font-size: 20px;
  }

  .logo-img {
    max-height: 40px;
  }
  
  .modal-close {
    top: -45px;
    width: 38px;
    height: 38px;
  }

  .about-title {
    font-size: 32px;
  }
  
 

  .hero {
    height: calc(100vh - 70px);
    margin-top: 70px;
  }

  .page {
    padding-top: 70px;
  }
}

