:root {
  color-scheme: dark;
  --bg: #080806;
  --panel: #11100d;
  --panel-soft: #17150f;
  --ink: #f6efe4;
  --muted: #b9aa91;
  --gold: #c79b54;
  --gold-soft: #e0bd7a;
  --red: #a81218;
  --line: rgba(224, 189, 122, 0.26);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.44);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(168, 18, 24, 0.18), transparent 32rem),
    radial-gradient(circle at 90% 12%, rgba(199, 155, 84, 0.16), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.drawer-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  min-height: 72px;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  background: rgba(8, 8, 6, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.main-nav {
  display: flex;
  gap: clamp(0.8rem, 2vw, 1.7rem);
  color: var(--muted);
  font-size: 0.92rem;
}

.main-nav a:hover {
  color: var(--ink);
}

.cart-button,
.icon-button,
.filter-button,
.button {
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}

.cart-button {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  background: var(--panel-soft);
  color: var(--ink);
}

.cart-button span {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100vh - 72px);
  padding: clamp(2rem, 6vw, 5.5rem);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.96), rgba(8, 8, 6, 0.58) 42%, rgba(8, 8, 6, 0.2)),
    linear-gradient(0deg, rgba(8, 8, 6, 0.96), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(3.2rem, 9vw, 8.5rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
}

.hero-content p:not(.eyebrow),
.feature-copy p:not(.eyebrow),
.lookbook-copy p,
.clubhouse p {
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.15rem;
  font-weight: 800;
}

.button-primary {
  background: var(--gold);
  color: #100d08;
  border-color: var(--gold);
}

.button-secondary {
  background: rgba(17, 16, 13, 0.76);
  color: var(--ink);
}

.collection-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-strip article {
  min-height: 156px;
  padding: clamp(1rem, 2.4vw, 2rem);
  background: rgba(17, 16, 13, 0.86);
}

.collection-strip span {
  display: block;
  margin-bottom: 1rem;
  color: var(--red);
  font-weight: 900;
}

.collection-strip strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.collection-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.feature-band,
.lookbook,
.logo-concepts,
.clubhouse,
.shop-section {
  padding: clamp(3.2rem, 6vw, 6rem) clamp(1rem, 4vw, 3rem);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.feature-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-grid img:first-child {
  grid-row: span 2;
}

.section-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.25rem;
}

.section-heading h2 {
  margin-bottom: 0;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.filter-button {
  min-height: 38px;
  padding: 0 0.85rem;
  background: var(--panel);
  color: var(--muted);
}

.filter-button.active,
.filter-button:hover {
  background: var(--gold);
  color: #100d08;
  border-color: var(--gold);
}

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

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

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #0f0e0c;
}

.product-body {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: start;
}

.product-meta span,
.product-body p {
  color: var(--muted);
  line-height: 1.45;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.product-actions .button {
  width: 100%;
  min-height: 42px;
  padding: 0 0.65rem;
}

.lookbook {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(17, 16, 13, 0.52);
}

.lookbook-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.logo-concepts {
  border-bottom: 1px solid var(--line);
}

.logo-concepts img {
  width: 100%;
  max-height: 900px;
  object-fit: contain;
  background: #050504;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.clubhouse {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 520px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.signup-form {
  padding: clamp(1rem, 3vw, 2rem);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.signup-form label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 800;
}

.signup-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

.signup-form input {
  min-width: 0;
  min-height: 46px;
  padding: 0 0.9rem;
  background: #090907;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.signup-form p {
  min-height: 1.4em;
  margin: 0.8rem 0 0;
  color: var(--gold-soft);
  font-size: 0.92rem;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  justify-content: end;
  background: rgba(0, 0, 0, 0.66);
}

.cart-drawer.open {
  display: flex;
}

.cart-panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(420px, 100%);
  min-height: 100%;
  background: var(--panel);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cart-head,
.cart-footer {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-head h2 {
  margin: 0;
  font-size: 1.5rem;
}

.icon-button {
  width: 40px;
  height: 40px;
  background: #0b0a08;
  color: var(--ink);
}

.cart-items {
  overflow: auto;
  padding: 0.35rem 1rem 1rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(224, 189, 122, 0.16);
}

.cart-line img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-line p {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.checkout-button {
  width: 100%;
}

.cart-footer p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.product-dialog {
  width: min(920px, calc(100% - 2rem));
  padding: 0;
  background: var(--panel);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-dialog::backdrop {
  background: rgba(0, 0, 0, 0.74);
}

.dialog-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
}

.dialog-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.dialog-product img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.dialog-copy {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.dialog-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.dialog-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.detail-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.detail-list li {
  padding-left: 1rem;
  border-left: 2px solid var(--red);
}

@media (max-width: 980px) {
  .feature-band,
  .lookbook,
  .clubhouse {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero {
    min-height: 680px;
    padding: 2rem 1rem;
  }

  .collection-strip {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .dialog-product {
    grid-template-columns: 1fr;
  }

  .feature-grid img:first-child {
    grid-row: auto;
  }

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

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

  .dialog-product img {
    min-height: 300px;
  }
}
