:root {
  --bg: #050505;
  --bg-soft: #101010;
  --panel: #171717;
  --panel-light: #202020;
  --text: #f7f7f2;
  --muted: #b9b9b3;
  --line: rgba(255, 255, 255, 0.14);
  --accent: #ff2e4d;
  --accent-strong: #ff1841;
  --spotify: #1db954;
  --youtube: #ff0033;
  --instagram: #f5518a;
  --focus: rgba(255, 46, 77, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(5, 5, 5, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: clamp(118px, 12vw, 174px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav a[aria-current="page"] {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 84px;
  background: #050505;
}

.hero-image {
  position: relative;
  width: 100%;
  background: #050505;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: saturate(0.98) contrast(1.08);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin-top: clamp(-260px, -18vw, -120px);
  padding: 0 clamp(20px, 5vw, 72px) clamp(54px, 8vw, 96px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.72) 72%, rgba(5, 5, 5, 0));
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.92);
}

.tagline {
  margin: 0 0 22px;
  color: var(--text);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2.55rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.sound-tagline {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 1);
}

.hero-actions,
.social-buttons,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.social-buttons a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.social-buttons a:hover,
.footer-links a:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--accent-strong);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: clamp(68px, 9vw, 124px) clamp(20px, 5vw, 72px);
}

.section-tight {
  padding-top: clamp(58px, 7vw, 94px);
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.45rem, 6vw, 5.5rem);
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.section-heading p,
.band-copy p,
.contact-grid p,
.stream-panel p,
.order-box p,
.product-info p {
  color: var(--muted);
}

.music-layout,
.merch-layout,
.contact-grid,
.band-grid {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
}

.music-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: stretch;
}

.stream-panel,
.order-box,
.product-card,
.platform-link {
  background: var(--panel);
  border: 1px solid var(--line);
}

.stream-panel,
.order-box {
  padding: clamp(22px, 3vw, 34px);
}

.spotify-embed {
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(29, 185, 84, 0.22);
  border-radius: 12px;
  background: #121212;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.spotify-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.link-grid {
  display: grid;
  gap: 14px;
}

.platform-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 98px;
  padding: 20px;
  border-left: 4px solid var(--accent);
  transition: background 180ms ease, transform 180ms ease;
}

.platform-link:hover {
  background: var(--panel-light);
  transform: translateX(4px);
}

.platform-link span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.platform-link strong {
  font-size: 1.1rem;
}

.platform-link.spotify {
  border-left-color: var(--spotify);
}

.platform-link.youtube {
  border-left-color: var(--youtube);
}

.platform-link.instagram {
  border-left-color: var(--instagram);
}

.band-section {
  background:
    linear-gradient(180deg, rgba(255, 46, 77, 0.08), transparent 28%),
    #090909;
}

.band-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
}

.member-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.member-list div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
}

.member-list span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.member-list strong {
  display: block;
  margin-top: 5px;
}

.photo-stack {
  display: block;
}

.photo-stack img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(0.92) contrast(1.08);
}

.merch-section {
  background: var(--bg-soft);
}

.merch-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: start;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-image-placeholder,
.product-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  min-height: 220px;
}

.product-image-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 46, 77, 0.2), transparent 38%),
    repeating-linear-gradient(45deg, #151515, #151515 12px, #1b1b1b 12px, #1b1b1b 24px);
  color: var(--muted);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.product-image {
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
  overflow: hidden;
  padding: clamp(14px, 3vw, 24px);
  background:
    linear-gradient(135deg, rgba(255, 46, 77, 0.12), transparent 42%),
    #111111;
}

.product-image-light {
  background:
    linear-gradient(135deg, rgba(255, 46, 77, 0.08), transparent 42%),
    #181818;
}

.product-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.36));
}

.product-info {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  background: var(--panel);
}

.product-info h2 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}

.product-info p {
  margin: 0;
}

.price,
.sizes,
.shipping {
  color: var(--text) !important;
  font-weight: 800;
}

.merch-order-button {
  margin-top: 8px;
}

.order-box {
  position: sticky;
  top: 100px;
}

.order-box .button {
  margin-top: 8px;
}

.merch-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.merch-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.merch-modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(88svh, 900px);
  overflow: auto;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(14, 14, 14, 0.98);
  border: 1px solid var(--line);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.merch-order-form {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.merch-order-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-span {
  grid-column: 1 / -1;
}

.merch-order-form input,
.merch-order-form select,
.merch-order-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  font: inherit;
}

.merch-order-form input,
.merch-order-form select {
  min-height: 46px;
  padding: 10px 12px;
}

.merch-order-form textarea {
  min-height: 112px;
  padding: 12px;
  resize: vertical;
}

.merch-order-form select option {
  background: #111111;
  color: var(--text);
}

.merch-order-form input:focus,
.merch-order-form select:focus,
.merch-order-form textarea:focus {
  outline: 3px solid var(--focus);
  border-color: rgba(255, 46, 77, 0.55);
}

.order-total {
  margin: 0;
  color: var(--text);
  font-weight: 900;
}

.order-payment-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.contact-section {
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.72)),
    url("Pictures/gol promo1.jpg");
  background-size: cover;
  background-position: center;
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: center;
}

.email-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--text);
  font-weight: 800;
  word-break: break-word;
}

.social-buttons {
  justify-content: flex-start;
}

.social-buttons a {
  width: calc(50% - 6px);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 44px 20px;
  border-top: 1px solid var(--line);
  background: #030303;
  text-align: center;
}

.site-footer img {
  width: min(230px, 70vw);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-admin-link {
  opacity: 0.72;
}

.blog-hero {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
  background: #050505;
}

.blog-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(52px, 8vw, 86px) clamp(20px, 5vw, 72px) clamp(28px, 4vw, 44px);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.94), #050505 74%);
}

.blog-hero-content h1 {
  width: min(780px, 100%);
  margin-bottom: 12px;
}

.blog-hero-content p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.blog-section {
  padding-top: clamp(28px, 4vw, 48px);
}

.blog-feed-heading {
  width: min(860px, 100%);
  margin-bottom: 22px;
}

.blog-feed-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3.5rem);
}

.blog-feed {
  width: min(860px, 100%);
  display: grid;
  gap: 26px;
}

.blog-status,
.admin-message {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.blog-post {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
}

.blog-post img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #111111;
}

.blog-post-body {
  padding: clamp(18px, 3vw, 28px);
}

.blog-post time {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-post p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.12rem);
  white-space: pre-wrap;
}

.admin-page {
  min-height: 100svh;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.94)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.5)),
    url("Pictures/BANDFOTOT.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.admin-main {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 112px 18px 42px;
}

.admin-panel {
  width: min(560px, 100%);
  display: grid;
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(10, 10, 10, 0.88);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.admin-logo {
  width: min(250px, 74vw);
  margin: 0 auto;
}

.admin-heading h1 {
  font-size: clamp(2rem, 7vw, 4rem);
}

.admin-login,
.post-editor {
  display: grid;
  gap: 18px;
}

.admin-login label,
.post-editor label:not(.upload-area) {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-login input,
.post-editor textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  font: inherit;
}

.admin-login input {
  min-height: 48px;
  padding: 11px 13px;
}

.post-editor textarea {
  min-height: 150px;
  padding: 13px;
  resize: vertical;
}

.admin-login input:focus,
.post-editor textarea:focus {
  outline: 3px solid var(--focus);
  border-color: rgba(255, 46, 77, 0.55);
}

.upload-area {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 180px;
  padding: 22px;
  border: 2px dashed rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

.upload-area:hover {
  border-color: rgba(255, 46, 77, 0.7);
  background: rgba(255, 46, 77, 0.08);
}

.upload-area input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.upload-plus {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 2.5rem;
  line-height: 1;
}

.image-preview {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-actions .button {
  flex: 1 1 160px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.admin-message[data-type="success"] {
  color: #86efac;
}

.admin-message[data-type="error"] {
  color: #ff9aa9;
}

.is-hidden {
  display: none !important;
}

.share-page {
  position: relative;
  min-height: 100svh;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.9)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.54)),
    url("Pictures/gol promo1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.share-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 46, 77, 0.12), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 32%);
}

.share-main {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 62px);
  display: grid;
  place-items: center;
  padding: clamp(28px, 6vw, 64px) 18px 24px;
}

.share-card {
  width: min(520px, 100%);
  display: grid;
  gap: 26px;
  justify-items: center;
  text-align: center;
}

.share-logo img {
  width: min(310px, 82vw);
}

.share-heading p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: 700;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.share-links {
  width: 100%;
  display: grid;
  gap: 12px;
}

.share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.share-link:hover {
  transform: translateY(-2px);
  background: var(--panel-light);
}

.share-link.spotify {
  border-color: rgba(29, 185, 84, 0.55);
}

.share-link.youtube {
  border-color: rgba(255, 0, 51, 0.55);
}

.share-link.instagram {
  border-color: rgba(245, 81, 138, 0.55);
}

.share-link.facebook {
  border-color: rgba(64, 128, 255, 0.55);
}

.share-link.official {
  margin-top: 8px;
  background: var(--accent);
  border-color: var(--accent);
}

.share-link.official:hover {
  background: var(--accent-strong);
}

.share-footer {
  position: relative;
  z-index: 1;
  padding: 18px;
  text-align: center;
}

.share-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 64px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 12px 20px 24px;
    background: rgba(5, 5, 5, 0.96);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .menu-open .site-nav {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .music-layout,
  .band-grid,
  .merch-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .order-box {
    position: static;
  }

  .hero {
    padding-top: 78px;
  }

  .hero-content {
    width: 100%;
    margin-top: 0;
    padding-top: clamp(22px, 5vw, 38px);
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.94), #050505 72%);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 58px;
    padding: 8px 16px;
  }

  .brand img {
    width: 116px;
  }

  .site-nav {
    inset: 58px 0 auto 0;
  }

  .hero {
    padding-top: 58px;
  }

  .blog-hero {
    padding-top: 58px;
  }

  .blog-hero-content {
    padding: 42px 18px 28px;
  }

  .blog-section {
    padding-top: 26px;
  }

  .hero-content {
    padding: 24px 18px 40px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-grid,
  .member-list {
    grid-template-columns: 1fr;
  }

  .photo-stack img {
    aspect-ratio: 16 / 11;
  }

  .social-buttons a {
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .merch-modal {
    padding: 10px;
  }

  .merch-modal-panel {
    max-height: 92svh;
  }

  .admin-panel {
    padding: 22px 16px;
  }
}
