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

:root {
  --navy: #0c1a2b;
  --orange: #e85d04;
  --white: #f0f4f8;
  --muted: #7a94aa;
}

html { scroll-behavior: auto; }

body {
  font-family: 'Barlow', sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
}

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

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 6vw 6vh;
  overflow: hidden;
  padding-top: 56px !important;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #0c1a2b 0%, #162033 100%);
  z-index: 0;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(232,93,4,.15) 0%, transparent 70%);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, var(--navy) 0%, rgba(12,26,43,.5) 40%, transparent 100%),
    radial-gradient(ellipse 120% 80% at 50% 50%, transparent 50%, rgba(12,26,43,.6) 100%);
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  z-index: 10;
  animation: barSlide 1.2s cubic-bezier(.22,1,.36,1) both;
}

@keyframes barSlide {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-tag {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
  opacity: 0;
  animation: fadeUp .7s .3s ease both;
}

.hero-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(5rem, 18vw, 14rem);
  line-height: .9;
  color: var(--white);
  opacity: 0;
  animation: fadeUp .8s .1s cubic-bezier(.22,1,.36,1) both;
  cursor: pointer;
  position: relative;
}

.hero-name .orange { color: var(--orange); }

.hero-sub {
  margin-top: 1.2rem;
  font-size: clamp(.8rem, 1.5vw, 1rem);
  font-weight: 300;
  color: var(--muted);
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeUp .7s .5s ease both;
}

.hero-quote {
  margin-top: 1rem;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--muted);
  opacity: 0;
  animation: fadeUp 0.7s 1s ease both;
  cursor: pointer;
  transition: color 0.3s;
  pointer-events: auto;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
}

.hero-quote:hover { color: var(--orange); }

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

@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

#scrollBtn {
  position: fixed;
  right: 5vw;
  bottom: 5vh;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s;
  opacity: 0;
  animation: fadeUp .7s .8s ease both;
  animation-fill-mode: forwards;
  user-select: none;
  -webkit-user-select: none;
}

#scrollBtn:hover { color: var(--orange); }

#scrollBtn svg { width: 18px; height: 18px; }

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 0 6vw;
  height: 56px;
  display: flex;
  align-items: center;
  background: rgba(12,26,43,.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .3s, border-color .3s;
}

.main-nav.scrolled {
  background: rgba(12,26,43,.92);
  border-color: rgba(232,93,4,.2);
}

.nav-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: var(--white);
  cursor: pointer;
  flex-shrink: 0;
}

.nav-logo span { color: var(--orange); }

.nav-links {
  display: flex;
  align-items: center;
  gap: .1rem;
}

.nav-btn {
  position: relative;
  background: none;
  border: none;
  border-left: 2px solid transparent;
  color: var(--muted);
  font-family: 'Barlow', sans-serif;
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  padding: .45rem .9rem;
  transition: color .25s, border-color .25s, transform .25s cubic-bezier(.22,1,.36,1);
}

.nav-btn:hover {
  color: var(--white);
  border-left-color: var(--orange);
  transform: translateX(4px);
}

.nav-btn.active {
  color: var(--orange);
  border-left-color: var(--orange);
  transform: translateX(4px);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
}

.youtube-status {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 20px;
  padding: .3rem .75rem .3rem .5rem;
  transition: border-color .3s, background .3s;
  flex-shrink: 0;
}

.youtube-status.live {
  border-color: rgba(255,0,0,.5);
  background: rgba(255,0,0,.1);
}

.youtube-status.offline { border-color: rgba(255,255,255,.06); }

.youtube-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
  flex-shrink: 0;
  transition: background .3s;
}

.youtube-status.live .youtube-dot {
  background: #3ddc84;
  animation: pulse 1.8s ease-in-out infinite;
}

.youtube-status.offline .youtube-dot { background: #ff0000; }

.youtube-label {
  font-size: .65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  transition: color .3s;
}

.youtube-status.live .youtube-label { color: #ff0000; }

.stadium-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .28;
}

.stadium-bg svg { width: 100%; height: 100%; }

.links-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vh 6vw;
  overflow: hidden;
}

.links-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -20deg, transparent, transparent 80px,
    rgba(232,93,4,.025) 80px, rgba(232,93,4,.025) 81px
  );
  pointer-events: none;
}

.section-eyebrow {
  font-size: .7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white);
  margin-bottom: 4rem;
  line-height: 1;
}

.link-list {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  max-width: 800px;
}

.link-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 2rem;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  text-decoration: none;
  color: var(--white);
  position: relative;
  overflow: hidden;
  transition: border-color .3s, transform .3s cubic-bezier(.22,1,.36,1);
}

.link-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--orange);
  transform: scaleY(0);
  transition: transform .3s cubic-bezier(.22,1,.36,1);
}

.link-row::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(232,93,4,.07) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
}

.link-row:hover {
  border-color: rgba(232,93,4,.4);
  transform: translateX(6px);
}

.link-row:hover::before { transform: scaleY(1); }

.link-row:hover::after { opacity: 1; }

.link-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(232,93,4,.1);
  transition: background .3s;
}

.link-row:hover .link-icon { background: rgba(232,93,4,.2); }

.link-icon svg { width: 22px; height: 22px; fill: var(--orange); }

.link-text {
  position: relative;
  z-index: 1;
  flex: 1;
}

.link-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
}

.link-handle {
  font-size: .78rem;
  color: var(--muted);
  font-weight: 300;
  margin-top: .1rem;
}

.link-arrow {
  position: relative;
  z-index: 1;
  color: var(--muted);
  transition: color .3s, transform .3s;
}

.link-row:hover .link-arrow {
  color: var(--orange);
  transform: translateX(4px);
}

.link-arrow svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.reveal {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible { opacity: 1; transform: none; }

footer {
  text-align: center;
  padding: 2rem;
  font-size: .7rem;
  color: rgba(122,148,170,.35);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,.04);
}

.contact-section {
  position: relative;
  padding: 8vh 6vw;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -20deg, transparent, transparent 80px,
    rgba(232,93,4,.025) 80px, rgba(232,93,4,.025) 81px
  );
  pointer-events: none;
}

.contact-eyebrow {
  font-size: .7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
}

.contact-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white);
  margin-bottom: 3rem;
  line-height: 1;
}

.contact-form {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row { display: flex; gap: 1rem; }

.form-group {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1;
}

.form-label {
  font-size: .65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
}

.form-input, .form-textarea {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
  padding: .9rem 1.1rem;
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-size: .9rem;
  font-weight: 300;
  outline: none;
  transition: border-color .25s, background .25s;
  width: 100%;
}

.form-input::placeholder, .form-textarea::placeholder { color: rgba(122,148,170,.35); }

.form-input:focus, .form-textarea:focus {
  border-color: rgba(232,93,4,.5);
  background: rgba(232,93,4,.04);
}

.form-textarea {
  resize: vertical;
  min-height: 140px;
}

.form-submit {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .9rem 2rem;
  background: var(--orange);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background .25s, transform .2s;
}

.form-submit:hover {
  background: #ff7a1a;
  transform: translateY(-2px);
}

.form-submit:active { transform: translateY(0); }

.form-submit svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  transition: transform .2s;
}

.form-submit:hover svg { transform: translateX(3px); }

.form-success {
  display: none;
  align-items: center;
  gap: .8rem;
  padding: 1rem 1.4rem;
  background: rgba(61,220,132,.08);
  border: 1px solid rgba(61,220,132,.25);
  border-radius: 10px;
  color: #3ddc84;
  font-size: .85rem;
  letter-spacing: 1px;
}

.form-success.visible { display: flex; }

.form-success svg {
  width: 18px;
  height: 18px;
  stroke: #3ddc84;
  fill: none;
  stroke-width: 2;
}

.discord-widget-wrap {
  width: 100%;
  max-width: 800px;
  margin-top: 1.5rem;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.discord-header {
  padding: 1rem 1.2rem .8rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.discord-icon { width: 16px; height: 16px; flex-shrink: 0; }

.discord-eyebrow {
  font-size: .62rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--orange);
}

.discord-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.discord-stat {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.discord-stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.discord-stat-dot.online {
  background: #3ddc84;
  animation: pulse 2s ease-in-out infinite;
}

.discord-stat-dot.members {
  background: var(--muted);
  opacity: .5;
}

.discord-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  color: var(--white);
  letter-spacing: 1px;
}

.discord-stat-label {
  font-size: .6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}

.discord-stat-divider {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,.08);
  flex-shrink: 0;
}

.discord-members-list {
  flex: 1;
  overflow-y: auto;
  padding: .6rem .8rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  min-height: 160px;
  max-height: 260px;
  scrollbar-width: thin;
  scrollbar-color: rgba(232,93,4,.2) transparent;
}

.discord-members-list::-webkit-scrollbar { width: 3px; }

.discord-members-list::-webkit-scrollbar-thumb {
  background: rgba(232,93,4,.2);
  border-radius: 2px;
}

.discord-member {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .35rem .4rem;
  border-radius: 8px;
  transition: background .2s;
}

.discord-member:hover { background: rgba(255,255,255,.04); }

.discord-member-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #162740;
  flex-shrink: 0;
  overflow: hidden;
}

.discord-member-avatar img { width: 100%; height: 100%; object-fit: cover; }

.discord-member-avatar-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: .8rem;
  color: var(--orange);
}

.discord-member-name {
  font-size: .78rem;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discord-member-status {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3ddc84;
  flex-shrink: 0;
  margin-left: auto;
}

.discord-loading {
  font-size: .7rem;
  color: var(--muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0;
}

.discord-join-btn {
  margin: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .7rem 1rem;
  background: rgba(232,93,4,.12);
  border: 1px solid rgba(232,93,4,.3);
  border-radius: 10px;
  color: var(--orange);
  font-size: .65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s, border-color .25s;
}

.discord-join-btn:hover {
  background: rgba(232,93,4,.22);
  border-color: var(--orange);
}

.discord-join-btn svg {
  width: 14px;
  height: 14px;
  transition: transform .2s;
}

.discord-join-btn:hover svg { transform: translateX(3px); }

.stream-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(6, 14, 22, .92);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.stream-modal-overlay.open {
  display: flex;
  animation: modalFadeIn .25s ease;
}

@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.stream-modal {
  width: 100%;
  max-width: 1100px;
  background: var(--navy2, #162740);
  border: 1px solid rgba(232,93,4,.3);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.7);
  animation: modalSlideUp .3s cubic-bezier(.22,1,.36,1);
}

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

.stream-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .8rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.stream-modal-title {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
}

.stream-modal-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--muted);
  opacity: .4;
  flex-shrink: 0;
}

.stream-modal-dot.live {
  background: #ff0000;
  opacity: 1;
  animation: pulse 1.8s ease-in-out infinite;
}

.stream-modal-close {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: .4rem;
  border-radius: 6px;
  transition: color .2s, background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stream-modal-close:hover {
  color: var(--white);
  background: rgba(255,255,255,.06);
}

.stream-modal-close svg { width: 18px; height: 18px; }

.stream-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.stream-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .hero { padding: 56px 5vw 14vh; }
  .hero-sub { font-size: .75rem; letter-spacing: 2px; }
  .links-section { padding: 6vh 5vw; }
  .section-title { margin-bottom: 2.5rem; }
  .link-row { padding: 1.1rem 1.2rem; gap: 1rem; }
  .link-name { font-size: 1.1rem; }
  #scrollBtn { bottom: 2vh; }
  .games-section { padding: 6vh 5vw; }
  .game-card { flex: 0 0 calc(50% - .6rem); }
  .steam-recent-inner { display: none; }
  .steam-shared-card { grid-template-columns: 1fr; }
  .nav-links { gap: 0; }
  .nav-btn { padding: .5rem .5rem; letter-spacing: 1px; font-size: .6rem; }
  .main-nav { padding: 0 4vw; }
}

@media (max-width: 600px) {
  .form-row { flex-direction: column; }
  .form-submit { width: 100%; justify-content: center; }
  .steam-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero { padding: 56px 4vw 16vh; }
  .hero-tag { font-size: .6rem; letter-spacing: 3px; }
  .hero-name { font-size: clamp(3rem, 22vw, 5rem); }
  .hero-sub { font-size: .7rem; letter-spacing: 1.5px; margin-top: .8rem; }
  #scrollBtn { bottom: 1.5vh; font-size: .65rem; }
  .links-section { padding: 5vh 4vw; min-height: auto; }
  .section-eyebrow { font-size: .6rem; letter-spacing: 4px; }
  .section-title { margin-bottom: 2rem; }
  .link-row { padding: 1rem; gap: .8rem; border-radius: 10px; }
  .link-icon { width: 36px; height: 36px; border-radius: 8px; }
  .link-icon svg { width: 18px; height: 18px; }
  .link-name { font-size: 1rem; letter-spacing: 1px; }
  .link-handle { font-size: .72rem; }
  footer { font-size: .65rem; padding: 1.5rem; }
  .games-section { padding: 5vh 4vw; }
  .game-card { flex: 0 0 calc(50% - .5rem); }
  .nav-btn { font-size: .75rem; letter-spacing: 1px; }
  .hero-sub { font-size: .85rem; letter-spacing: 2px; }
  .hero-tag { font-size: .75rem; letter-spacing: 3px; }
  .link-handle { font-size: .85rem; }
  .form-label { font-size: .75rem; letter-spacing: 2px; }
  .steam-status-text { font-size: .75rem; letter-spacing: 1px; }
  .steam-card-title { font-size: .75rem; letter-spacing: 3px; }
  .steam-np-label { font-size: .7rem; }
  .discord-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .discord-member-name { font-size: .85rem; }
  .discord-stat-label { font-size: .7rem; letter-spacing: 1px; }
  .section-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .games-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .contact-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .steam-eyebrow { font-size: .75rem; letter-spacing: 3px; }
}

@media (min-width: 1400px) {
  .links-section { padding: 8vh 10vw; }
  .games-section { padding: 8vh 10vw; }
  .contact-section { padding: 8vh 10vw; }
  .hero { padding: 0 10vw 6vh; }
  .steam-section { padding: 8vh 10vw; }
}

.carousel-nav {
  display: flex;
  flex-direction: row;
  gap: .75rem;
  margin-top: 1.5rem;
  justify-content: flex-end;
}

.carousel-btn {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.carousel-btn:hover {
  background: rgba(232,93,4,.15);
  border-color: var(--orange);
  color: var(--orange);
  transform: scale(1.08);
}

.carousel-btn:disabled {
  opacity: .3;
  cursor: default;
  transform: none;
}

.carousel-btn svg { width: 18px; height: 18px; }

.games-section {
  position: relative;
  padding: 8vh 6vw;
  overflow: hidden;
}

.games-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -20deg, transparent, transparent 80px,
    rgba(232,93,4,.025) 80px, rgba(232,93,4,.025) 81px
  );
  pointer-events: none;
}

.games-eyebrow {
  font-size: .7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
}

.games-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white);
  margin-bottom: 2.5rem;
  line-height: 1;
}

.carousel-outer { position: relative; }

.carousel-track-wrap { overflow: hidden; border-radius: 14px; }

.carousel-track {
  display: flex;
  gap: 1.2rem;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}

.game-card {
  flex: 0 0 calc(25% - .9rem);
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: var(--navy2, #162740);
  border: 1px solid rgba(255,255,255,.07);
  cursor: pointer;
  transition: transform .3s cubic-bezier(.22,1,.36,1), border-color .3s, box-shadow .3s;
}

.game-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(232,93,4,.45);
  box-shadow: 0 12px 32px rgba(0,0,0,.45);
}

.game-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #0a1520;
  display: block;
  transition: transform .4s ease;
}

.game-card:hover img { transform: scale(1.03); }

.game-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .9rem 1rem .8rem;
  background: linear-gradient(to top, rgba(12,26,43,.95) 0%, transparent 100%);
  transform: translateY(4px);
  transition: transform .3s;
}

.game-card:hover .game-card-overlay { transform: translateY(0); }

.game-card-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 1px;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-dots {
  display: flex;
  gap: .5rem;
  margin-top: 1.2rem;
  justify-content: center;
  width: 100%;
}

.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  transition: background .3s, transform .3s;
  cursor: pointer;
}

.carousel-dot.active {
  background: var(--orange);
  transform: scale(1.4);
}

.carousel-nav {
  display: flex;
  flex-direction: row;
  gap: .75rem;
  margin-top: 1.5rem;
  justify-content: flex-end;
}

.carousel-btn {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.carousel-btn:hover {
  background: rgba(232,93,4,.15);
  border-color: var(--orange);
  color: var(--orange);
  transform: scale(1.08);
}

.carousel-btn:disabled {
  opacity: .3;
  cursor: default;
  transform: none;
}

.carousel-btn svg { width: 18px; height: 18px; }

.steam-section {
  position: relative;
  padding: 8vh 6vw;
  overflow: hidden;
}

.steam-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -20deg, transparent, transparent 80px,
    rgba(232,93,4,.025) 80px, rgba(232,93,4,.025) 81px
  );
  pointer-events: none;
}

.steam-eyebrow {
  font-size: .7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.5rem;
}

.steam-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.steam-shared-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 280px 1fr;
}

.steam-status-inner, .steam-recent-inner { padding: 1.2rem; }

.steam-status-inner { border-right: 1px solid rgba(255,255,255,.06); }

.steam-status-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.steam-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.steam-avatar-wrap img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  background: #162740;
}

.steam-online-dot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #0c1a2b;
  background: var(--muted);
}

.steam-online-dot.online { background: #3ddc84; }

.steam-online-dot.away { background: #f0c040; }

.steam-online-dot.offline {
  background: var(--muted);
  opacity: .4;
}

.steam-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: var(--white);
}

.steam-status-text {
  font-size: .65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .2rem;
}

.steam-now-playing {
  display: none;
  flex-direction: column;
  gap: .3rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(255,255,255,.06);
}

.steam-now-playing.visible { display: flex; }

.steam-np-label {
  font-size: .6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3ddc84;
}

.steam-np-game {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  color: var(--white);
  letter-spacing: 1px;
}

.steam-card-title {
  font-size: .65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: .8rem;
}

.steam-game-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .6rem;
}

.steam-game-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
  padding: .5rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background .2s, transform .2s;
  flex: 0 0 calc(33.33% - .4rem);
  min-width: 0;
}

.steam-game-row:hover {
  background: rgba(255,255,255,.05);
  transform: translateY(-2px);
}

.steam-game-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  object-fit: cover;
  background: #162740;
}

.steam-game-info { width: 100%; }

.steam-game-name {
  font-size: .72rem;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.steam-game-hours {
  font-size: .6rem;
  color: var(--muted);
  margin-top: .1rem;
}

.steam-loading {
  font-size: .65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  padding: .8rem 0;
}

@media (max-width: 900px) {
  .steam-grid { grid-template-columns: 1fr 1fr; }
  .steam-status-card { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .hero { padding: 56px 5vw 14vh; }
  .hero-sub { font-size: .75rem; letter-spacing: 2px; }
  .links-section { padding: 6vh 5vw; }
  .section-title { margin-bottom: 2.5rem; }
  .link-row { padding: 1.1rem 1.2rem; gap: 1rem; }
  .link-name { font-size: 1.1rem; }
  #scrollBtn { bottom: 2vh; }
  .games-section { padding: 6vh 5vw; }
  .game-card { flex: 0 0 calc(50% - .6rem); }
  .steam-recent-inner { display: none; }
  .steam-shared-card { grid-template-columns: 1fr; }
  .nav-links { gap: 0; }
  .nav-btn { padding: .5rem .5rem; letter-spacing: 1px; font-size: .6rem; }
  .main-nav { padding: 0 4vw; }
  .hero-quote {
    position: static;
    width: 100%;
    margin-top: 1rem;
    text-align: left;
    pointer-events: auto;
  }
}

@media (max-width: 600px) {
  .form-row { flex-direction: column; }
  .form-submit { width: 100%; justify-content: center; }
  .steam-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero { padding: 56px 4vw 16vh; }
  .hero-tag { font-size: .6rem; letter-spacing: 3px; }
  .hero-name { font-size: clamp(3rem, 22vw, 5rem); }
  .hero-sub { font-size: .7rem; letter-spacing: 1.5px; margin-top: .8rem; }
  #scrollBtn { bottom: 1.5vh; font-size: .65rem; }
  .links-section { padding: 5vh 4vw; min-height: auto; }
  .section-eyebrow { font-size: .6rem; letter-spacing: 4px; }
  .section-title { margin-bottom: 2rem; }
  .link-row { padding: 1rem; gap: .8rem; border-radius: 10px; }
  .link-icon { width: 36px; height: 36px; border-radius: 8px; }
  .link-icon svg { width: 18px; height: 18px; }
  .link-name { font-size: 1rem; letter-spacing: 1px; }
  .link-handle { font-size: .72rem; }
  footer { font-size: .65rem; padding: 1.5rem; }
  .games-section { padding: 5vh 4vw; }
  .game-card { flex: 0 0 calc(50% - .5rem); }
  .nav-btn { font-size: .75rem; letter-spacing: 1px; }
  .hero-sub { font-size: .85rem; letter-spacing: 2px; }
  .hero-tag { font-size: .75rem; letter-spacing: 3px; }
  .link-handle { font-size: .85rem; }
  .form-label { font-size: .75rem; letter-spacing: 2px; }
  .steam-status-text { font-size: .75rem; letter-spacing: 1px; }
  .steam-card-title { font-size: .75rem; letter-spacing: 3px; }
  .steam-np-label { font-size: .7rem; }
  .discord-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .discord-member-name { font-size: .85rem; }
  .discord-stat-label { font-size: .7rem; letter-spacing: 1px; }
  .section-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .games-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .contact-eyebrow { font-size: .75rem; letter-spacing: 3px; }
  .steam-eyebrow { font-size: .75rem; letter-spacing: 3px; }
}

@media (min-width: 1400px) {
  .links-section { padding: 8vh 10vw; }
  .games-section { padding: 8vh 10vw; }
  .contact-section { padding: 8vh 10vw; }
  .hero { padding: 0 10vw 6vh; }
  .steam-section { padding: 8vh 10vw; }
}
