:root {
  --bg: #120f0d;
  --bg-2: #1b1511;
  --panel: rgba(28, 21, 17, 0.82);
  --panel-strong: #231a15;
  --card: rgba(35, 26, 21, 0.9);
  --card-soft: rgba(56, 41, 32, 0.5);
  --border: rgba(230, 199, 164, 0.16);
  --border-strong: rgba(230, 199, 164, 0.28);
  --rust: #d96d31;
  --rust-soft: #f0a35f;
  --sand: #efe1ca;
  --text: #f8f1e7;
  --muted: rgba(248, 241, 231, 0.72);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --radius: 28px;
  --radius-sm: 18px;
  --wrap: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(217, 109, 49, 0.28), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(240, 163, 95, 0.16), transparent 24%),
    linear-gradient(180deg, #1a1410 0%, #100d0b 48%, #0c0a09 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 82%);
  opacity: 0.2;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.wrap {
  width: min(var(--wrap), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(11, 9, 8, 0.75);
  backdrop-filter: blur(18px);
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
}

.brand__logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.4));
}

.brand__name,
.hero h1,
.section-intro h2,
.manifesto-card h3,
.details h2,
.process-band h2,
.contact h2 {
  font-family: "Oswald", sans-serif;
}

.brand__name {
  font-size: 1.08rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand__tagline {
  margin-top: 4px;
  font-size: 0.84rem;
  color: var(--muted);
}

.header__nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.header__nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.96rem;
}

.header__nav a:hover,
.header__nav a:focus-visible {
  color: var(--text);
}

.header__actions,
.hero__actions,
.contact__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.btn--primary {
  border-color: transparent;
  color: #140f0b;
  background: linear-gradient(135deg, var(--rust-soft), var(--rust));
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.06);
}

.btn--ghost {
  background: transparent;
}

.card {
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 34%),
    var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  padding: 42px 0 28px;
}

.hero__grid {
  display: block;
}

.hero__content {
  position: relative;
  overflow: hidden;
}

.hero__content {
  padding: 44px;
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(140deg, rgba(217, 109, 49, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 55%),
    rgba(22, 17, 14, 0.86);
  box-shadow: var(--shadow);
}

.hero__content::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 163, 95, 0.32), transparent 68%);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--sand);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(3.4rem, 7vw, 6.3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero__lede {
  max-width: 62ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.hero__actions {
  margin-top: 28px;
}

.section-intro h2,
.process-band h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 0.82rem;
}

.manifesto,
.content-block,
.contact-block {
  padding: 34px 0;
}

.section-intro {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.section-intro p {
  margin: 0;
  max-width: 66ch;
  line-height: 1.7;
}

.section-intro--split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 18px 28px;
}

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

.manifesto-card {
  position: relative;
  padding: 26px;
}

.manifesto-card__index {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(240, 163, 95, 0.92);
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.manifesto-card h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.manifesto-card p,
.details p,
.process-item span,
.contact p,
.review-quote,
.merch-card__subtitle {
  margin: 0;
  line-height: 1.7;
}

.pedals-section {
  padding: 40px 0 24px;
}

.pedals {
  display: grid;
  gap: 18px;
}

.pedal {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  overflow: hidden;
}

.gallery {
  padding: 22px;
  border-right: 1px solid var(--border);
  background:
    radial-gradient(circle at top left, rgba(217, 109, 49, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.01);
}

.gallery__strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.gallery__strip::-webkit-scrollbar {
  height: 8px;
}

.gallery__strip::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.gallery__item {
  flex: 0 0 auto;
  width: min(100%, 360px);
  aspect-ratio: 4 / 5;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  background: #0d0b0a;
  scroll-snap-align: start;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery__hint {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 24px 26px;
}

.details__top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.details h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.details__subtitle {
  margin-top: 8px;
  color: var(--rust-soft);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.process-band {
  position: relative;
  margin: 24px 0 18px;
  padding: 40px 0;
  background:
    linear-gradient(90deg, rgba(217, 109, 49, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.process-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 30px;
}

.process-band__list {
  display: grid;
  gap: 16px;
}

.process-item {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-left: 3px solid var(--rust);
  background: rgba(255, 255, 255, 0.03);
}

.process-item strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reviews-section,
.merch-section,
.gallery-section,
.contact {
  padding: 24px;
}

.reviews-slider {
  min-height: 190px;
}

.review-slide {
  display: none;
  animation: reviewFade 340ms ease;
}

.review-slide.is-active {
  display: block;
}

.review-card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: center;
}

.review-quote {
  font-size: 1.02rem;
}

.review-meta {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.review-photo {
  width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.merch-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.merch-card:hover,
.merch-card:focus-visible,
.ig-tile:hover,
.ig-tile:focus-visible {
  transform: translateY(-3px);
  border-color: var(--border-strong);
}

.merch-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #171210;
}

.merch-card__media img,
.ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.merch-card__body {
  padding: 16px;
}

.merch-card__title {
  margin: 0;
  font-size: 1rem;
}

.merch-card__subtitle {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.ig-tile {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #171210;
  transition: transform 180ms ease, border-color 180ms ease;
}

.contact {
  display: grid;
  gap: 16px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(217, 109, 49, 0.16), transparent 46%),
    var(--panel-strong);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 20px 22px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 14px 0 0;
  line-height: 1.75;
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0 34px;
  flex-wrap: wrap;
}

.loading,
.error {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px dashed var(--border-strong);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.02);
}

.hidden {
  display: none;
}

.newsletter-popup.hidden {
  display: none;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.newsletter-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.newsletter-popup__panel {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100vw - 32px));
  margin: 8vh auto 0;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.newsletter-popup__content {
  padding: 30px;
}

.newsletter-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.newsletter-popup__eyebrow {
  margin-bottom: 8px;
  color: var(--rust-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsletter-popup__small {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.newsletter-form {
  margin-top: 14px;
}

.newsletter-fields {
  margin-bottom: 12px;
}

.newsletter-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #120f0d;
  color: var(--text);
  font: inherit;
}

.newsletter-input::placeholder {
  color: var(--muted);
}

.newsletter-consent {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.8rem;
}

.newsletter-consent input {
  margin-right: 6px;
}

body.newsletter-open {
  overflow: hidden;
}

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

@media (max-width: 1100px) {
  .header__inner {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 14px 0;
  }

  .header__nav {
    justify-content: flex-start;
  }

  .process-band__grid,
  .section-intro--split,
  .pedal {
    grid-template-columns: 1fr;
  }

  .gallery {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .manifesto__grid,
  .merch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 20px));
  }

  .hero {
    padding-top: 20px;
  }

  .hero__content,
  .manifesto-card,
  .gallery,
  .details,
  .reviews-section,
  .merch-section,
  .gallery-section,
  .contact,
  .newsletter-popup__content {
    padding: 20px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }

  .manifesto__grid,
  .merch-grid,
  .ig-grid {
    grid-template-columns: 1fr;
  }

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

  .review-photo {
    width: 100%;
    max-width: 180px;
  }

  .footer {
    padding-bottom: 28px;
  }
}

@media (max-width: 560px) {
  .header__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: unset;
    gap: 10px;
    padding: 12px 0;
  }

  .brand {
    width: auto;
    justify-content: center;
    align-items: center;
  }

  .brand > div {
    text-align: left;
  }

  .header__nav,
  .header__actions {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .hero__actions,
  .actions,
  .contact__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn,
  .actions .btn,
  .contact__actions .btn {
    width: 100%;
  }

  .header__actions {
    gap: 8px;
  }

  .header__nav {
    gap: 12px;
  }

  .header__nav a {
    display: inline-flex;
    justify-content: center;
    font-size: 0.92rem;
  }

  .header__actions .btn {
    width: auto;
    min-height: 38px;
    padding: 0 11px;
    font-size: 0.86rem;
  }

  .details__top {
    flex-direction: column;
  }
}
