:root {
  --background: #050403;
  --foreground: #eee7d8;
  --muted: #b6a895;
  --soft: rgba(238, 231, 216, 0.72);
  --faint: rgba(238, 231, 216, 0.12);
  --line: rgba(180, 138, 89, 0.34);
  --line-strong: rgba(201, 166, 117, 0.64);
  --bronze: #b48959;
  --bronze-dark: #6d4b2d;
  --black: #050403;
  --panel: rgba(13, 10, 8, 0.78);
  --panel-solid: #0c0907;
  --red-shadow: #4b1112;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(180, 138, 89, 0.18), transparent 34rem),
    radial-gradient(circle at 10% 34%, rgba(75, 17, 18, 0.24), transparent 22rem),
    var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

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

button,
input {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 102px;
  padding: 16px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(180, 138, 89, 0.18);
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.94), rgba(5, 4, 3, 0.72)),
    radial-gradient(circle at 50% 0%, rgba(180, 138, 89, 0.16), transparent 34rem);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.site-header::after {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: -1px;
  left: clamp(20px, 4vw, 64px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  color: var(--foreground);
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 70px;
  height: 70px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(180, 138, 89, 0.34);
  border-radius: 50%;
  background: rgba(5, 4, 3, 0.26);
  box-shadow:
    inset 0 0 20px rgba(0, 0, 0, 0.62),
    0 0 24px rgba(180, 138, 89, 0.12),
    0 12px 26px rgba(0, 0, 0, 0.4);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.brand-mark::before {
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at center, transparent 42%, rgba(5, 4, 3, 0.18) 68%, rgba(5, 4, 3, 0.68) 100%),
    linear-gradient(90deg, transparent 58%, rgba(5, 4, 3, 0.32));
}

.brand-mark::after {
  inset: 5px;
  z-index: 3;
  border: 1px solid rgba(238, 231, 216, 0.1);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.18) brightness(1.08);
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2.1vw, 1.72rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-bars {
  color: var(--bronze);
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.7vw, 38px);
  color: rgba(238, 231, 216, 0.74);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--foreground);
  border-color: var(--bronze);
  outline: 0;
}

.hero-section {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  padding: 138px clamp(20px, 6vw, 96px) 76px;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.58) 42%, rgba(5, 4, 3, 0.34) 58%, rgba(5, 4, 3, 0.86)),
    url("/assets/floral-backdrop.png") center / cover;
  isolation: isolate;
  overflow: hidden;
  text-align: left;
}

.hero-lockup {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(1500px, 100%);
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.4vw, 22px);
}

.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-scrim {
  z-index: 1;
  background:
    radial-gradient(circle at 25% 50%, rgba(180, 138, 89, 0.18), transparent 30rem),
    radial-gradient(circle at 72% 46%, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.46) 52%, rgba(5, 4, 3, 0.9) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.06), rgba(5, 4, 3, 0.18) 54%, rgba(5, 4, 3, 0.82) 100%);
}

.hero-logo-panel {
  position: relative;
  width: clamp(280px, 27vw, 520px);
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(180, 138, 89, 0.34);
  border-radius: 50%;
  opacity: 0.94;
  pointer-events: none;
  box-shadow:
    inset 0 0 90px rgba(0, 0, 0, 0.74),
    0 0 90px rgba(180, 138, 89, 0.14),
    0 28px 80px rgba(0, 0, 0, 0.58);
}

.hero-logo-panel::before,
.hero-logo-panel::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.hero-logo-panel::before {
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at center, transparent 42%, rgba(5, 4, 3, 0.2) 68%, rgba(5, 4, 3, 0.74) 100%),
    linear-gradient(90deg, transparent 58%, rgba(5, 4, 3, 0.44));
}

.hero-logo-panel::after {
  inset: 20px;
  z-index: 3;
  border: 1px solid rgba(238, 231, 216, 0.1);
}

.hero-logo-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.18) brightness(1.08);
}

.hero-section::after {
  position: absolute;
  right: 7vw;
  bottom: 56px;
  left: 7vw;
  z-index: 2;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.hero-content {
  position: relative;
  width: auto;
  flex: 0 1 auto;
  margin: 0;
  padding: clamp(28px, 4vw, 54px) 0;
  text-align: left;
}

.hero-content::before,
.hero-content::after {
  display: block;
  width: min(100%, 520px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--line-strong), transparent);
}

.hero-content::before {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.hero-content::after {
  margin-top: clamp(24px, 4vw, 42px);
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--bronze);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 0;
  color: #f4edde;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.25rem, 8.2vw, 10.8rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.75);
}

.hero-content h1 span {
  color: var(--bronze);
  letter-spacing: 0;
}

.signup-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.signup-row button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible,
.signup-row button:hover,
.signup-row button:focus-visible {
  transform: translateY(-1px);
  outline: 0;
}

.button.primary,
.signup-row button {
  color: var(--black);
  background: linear-gradient(180deg, #d7bd91, var(--bronze));
}

.button.primary:hover,
.button.primary:focus-visible,
.signup-row button:hover,
.signup-row button:focus-visible {
  background: linear-gradient(180deg, #ebd7ae, #c49b68);
}

.button.secondary,
.signup-row button.secondary {
  color: var(--foreground);
  background: rgba(5, 4, 3, 0.48);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(238, 231, 216, 0.72);
  background: rgba(238, 231, 216, 0.08);
}

.bio-section,
.band-section,
.connect-section {
  position: relative;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 7vw, 112px);
  border-top: 1px solid var(--line);
  scroll-margin-top: 102px;
}

.bio-section {
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.94), rgba(8, 6, 5, 0.98)),
    url("/assets/floral-backdrop.png") center / cover;
  background-blend-mode: normal, soft-light;
}

.bio-copy {
  max-width: 980px;
}

.bio-copy h2,
.section-heading h2,
.connect-copy h2 {
  margin: 0;
  color: #f2eadb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.4vw, 4.6rem);
  font-weight: 500;
  line-height: 1.04;
}

.bio-copy p,
.connect-copy p,
.member-copy p {
  color: var(--soft);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}

.bio-copy p {
  max-width: 840px;
  margin: 24px 0 0;
}

.band-section {
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.98), rgba(10, 8, 7, 0.96)),
    radial-gradient(circle at 50% 20%, rgba(180, 138, 89, 0.14), transparent 34rem);
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.member-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel-solid);
}

.member-image {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #090705;
}

.member-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 48%, rgba(5, 4, 3, 0.58)),
    linear-gradient(90deg, rgba(5, 4, 3, 0.22), transparent 34%, transparent 68%, rgba(5, 4, 3, 0.3));
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.13);
  transform-origin: 50% 44%;
  filter: saturate(0.9) contrast(1.06);
}

.member-image.mike img {
  object-position: 50% 50%;
}

.member-image.mark img {
  object-position: 50% 50%;
}

.member-image.dusan img {
  object-position: 50% 50%;
}

.member-copy {
  padding: 24px 22px 26px;
  border-top: 1px solid var(--line);
}

.member-copy h3 {
  margin: 0;
  color: #f2eadb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.member-copy p {
  margin: 12px 0 0;
}

.connect-copy p {
  max-width: 680px;
  margin: 22px 0 0;
}

.connect-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 6vw, 84px);
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.92), rgba(5, 4, 3, 0.98)),
    url("/assets/floral-backdrop.png") center / cover;
  background-blend-mode: normal, soft-light;
}

.connect-panel {
  display: grid;
  gap: 24px;
}

.signup-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.signup-form label {
  color: var(--bronze);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signup-honey {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.signup-row {
  align-items: stretch;
}

.signup-row input {
  min-width: 0;
  flex: 1 1 220px;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(238, 231, 216, 0.18);
  border-radius: 4px;
  color: var(--foreground);
  background: rgba(5, 4, 3, 0.7);
}

.signup-row input::placeholder {
  color: rgba(238, 231, 216, 0.36);
}

.signup-row input:focus {
  border-color: var(--line-strong);
  outline: 0;
}

.signup-row input:disabled,
.signup-row button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.signup-row button:disabled:hover,
.signup-row button:disabled:focus-visible {
  transform: none;
}

.signup-status {
  min-height: 1.3em;
  margin: -2px 0 0;
  color: rgba(238, 231, 216, 0.7);
  font-size: 0.86rem;
  line-height: 1.45;
}

.signup-status.success {
  color: #d7bd91;
}

.signup-status.error {
  color: #e8a2a2;
}

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

.social-link {
  display: grid;
  gap: 8px;
  min-height: 94px;
  align-content: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(5, 4, 3, 0.64);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(238, 231, 216, 0.5);
  outline: 0;
  background: rgba(238, 231, 216, 0.07);
}

.social-link span {
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.social-link strong {
  overflow-wrap: anywhere;
  color: var(--foreground);
  font-size: 0.98rem;
  font-weight: 600;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 7vw, 112px);
  border-top: 1px solid var(--line);
  color: rgba(238, 231, 216, 0.54);
  background: #030302;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--foreground);
  outline: 0;
}

@media (max-width: 980px) {
  .hero-section {
    align-content: center;
    gap: 28px;
  }

  .hero-lockup {
    flex-direction: column;
    gap: 24px;
  }

  .hero-logo-panel {
    width: min(62vw, 430px);
    opacity: 0.72;
    transform: none;
  }

  .hero-content {
    margin-left: 0;
    text-align: center;
  }

  .hero-content::before,
  .hero-content::after {
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
  }

  .bio-section,
  .connect-section {
    grid-template-columns: 1fr;
  }

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

  .member-card {
    display: block;
  }

  .member-image {
    aspect-ratio: 2 / 3;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 16px;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
  }

  .brand-wordmark {
    gap: 8px;
    font-size: 1rem;
    letter-spacing: 0.16em;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 0.68rem;
  }

  .hero-section {
    min-height: 760px;
    padding-top: 184px;
    align-items: center;
  }

  .hero-logo-panel {
    width: min(68vw, 300px);
  }

  .hero-scrim {
    background:
      radial-gradient(circle at 50% 30%, rgba(180, 138, 89, 0.16), transparent 18rem),
      linear-gradient(180deg, rgba(5, 4, 3, 0.32), rgba(5, 4, 3, 0.62) 52%, var(--background));
  }

  .hero-content {
    width: 100%;
    padding: 18px 0 22px;
  }

  .hero-content::before,
  .hero-content::after {
    width: min(84vw, 360px);
  }

  .hero-content::before {
    margin-bottom: 18px;
  }

  .hero-content::after {
    margin-top: 18px;
  }

  .hero-content h1 {
    font-size: clamp(2.2rem, 10.6vw, 3.4rem);
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .button,
  .signup-row button {
    width: 100%;
  }

  .member-card {
    display: block;
  }

  .member-image {
    aspect-ratio: 2 / 3;
    min-height: 0;
  }

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

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
