* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #0f0a09;
  color: #f8f5f0;
  font-family: Poppins, system-ui, sans-serif;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  position: fixed;
  background-color: #160d0b;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 6px;
}
nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
nav a {
  opacity: 0.82;
}
nav a:hover {
  opacity: 1;
}
.cart-button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.cart-button span {
  display: inline-grid;
  place-items: center;
  margin-left: 7px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 99px;
  background: #fff;
  color: #1b0d0c;
  font-size: 11px;
}
.hero {
  min-height: 720px;
  height: 78vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 8vw 80px;
}
.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-art-back {
  opacity: 0.72;
  transform: scale(1.04);
}
.hero-art-front {
  opacity: 0.52;
  mix-blend-mode: screen;
  transform: scale(1.08);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(5, 6, 5, 0.66),
      rgba(12, 7, 6, 0.28) 55%,
      rgba(4, 3, 3, 0.15)
    ),
    linear-gradient(0deg, rgba(7, 5, 4, 0.4), transparent 35%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  margin: 0 0 14px;
  color: #d7cec7;
}
.hero h1 {
  font-size: clamp(56px, 8vw, 122px);
  line-height: 0.91;
  letter-spacing: -0.075em;
  margin: 0 0 28px;
  font-weight: 600;
}
.hero h1 em {
  font-style: normal;
  color: #e9dfd7;
}
.hero-text {
  max-width: 520px;
  color: #e6ded8;
  font-size: 17px;
  margin: 0 0 32px;
}
.button {
  border: 0;
  background: #f6f2ed;
  color: #160d0b;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s transform, 0.2s opacity;
}
.button:hover {
  transform: translateY(-2px);
}
.button-light {
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.hero-note {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 40px;
  font-size: 30px;
  font-weight: 800;
  text-align: right;
}
.hero-note span {
  font-weight: 500;
  font-size: 20px;
  opacity: 0.7;
}
.ticker {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 4vw;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 800;
  color: #160d0b;
}
.shop-section {
  padding: 110px 6vw 120px;
  background: linear-gradient(135deg, #13231a, #241b14 46%, #3b100d);
  flex-grow: 1;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}
.section-head h2,
.manifesto h2 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin: 0;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #eee8e3;
  border-radius: 999px;
  padding: 9px 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.filter.active,
.filter:hover {
  background: #fff;
  color: #1a0e0b;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: flex;
  flex-direction: column;
  min-height: 50dvh;
}
.product-card {
  background: rgba(7, 8, 7, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-art {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.12),
      transparent 36%
    ),
    linear-gradient(135deg, #24352a, #3c2018 55%, #750f0d);
}
.product-art img {
  width: 46%;
  height: 46%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
.product-info {
  padding: 19px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #c5bbb4;
  margin-bottom: 8px;
}
.product-card h3 {
  font-size: 18px;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}
.add-button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 11px;
  border-radius: 3px;
  font-weight: 800;
  cursor: pointer;
}
.add-button:hover {
  background: #fff;
  color: #17100e;
}
.loading-card {
  grid-column: 1/-1;
  padding: 70px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: #c8bfb8;
  flex-grow: 1;
}
.manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 120px 10vw;
  background: #eae3dc;
  color: #181110;
  align-items: center;
}
.manifesto .eyebrow {
  color: #675d58;
}
.manifesto-mark {
  display: grid;
  place-items: center;
}
.manifesto-mark img {
  width: min(300px, 60%);
  filter: none;
  border-radius: 30px;
}
.manifesto p:not(.eyebrow) {
  max-width: 560px;
  font-size: 18px;
  color: #514a46;
}
.form-message {
  grid-column: 2;
  margin: 0;
  font-size: 12px;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 25px 5vw;
  background: #0b0807;
  color: #857b75;
  font-size: 11px;
  width: 100%;
  top: calc(100% - 66.5px);
  position: fixed;
}
.cart-drawer {
  position: fixed;  
  inset: 0;
  z-index: 50;
  pointer-events: none;
}
.cart-drawer.open {
  pointer-events: auto;
}
.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: 0.25s;
}
.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(470px, 100%);
  background: #f5f0eb;
  color: #17100e;
  padding: 30px;
  transform: translateX(100%);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.cart-drawer.open .cart-backdrop {
  opacity: 1;
}
.cart-drawer.open .cart-panel {
  transform: none;
}
.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #d7cec7;
  padding-bottom: 20px;
}
.cart-head h2 {
  font-size: 42px;
  letter-spacing: -0.06em;
  margin: 0;
}
.cart-head .eyebrow {
  color: #796e68;
}
.icon-button {
  background: transparent;
  border: 0;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.cart-items {
  flex: 1;
  overflow: auto;
  padding: 20px 0;
}
.cart-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd4ce;
}
.cart-thumb {
  width: 72px;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #24352a, #72130f);
  display: grid;
  place-items: center;
}
.cart-thumb img {
  width: 55%;
  filter: brightness(0) invert(1);
}
.cart-row h3 {
  font-size: 14px;
  margin: 0 0 4px;
}
.cart-row p {
  font-size: 12px;
  color: #746b66;
  margin: 0;
}
.qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}
.qty button {
  width: 24px;
  height: 24px;
  border: 1px solid #cfc5bf;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.remove {
  border: 0;
  background: none;
  text-decoration: underline;
  color: #6d625d;
  cursor: pointer;
  font-size: 11px;
}
.cart-footer {
  border-top: 1px solid #d7cec7;
  padding-top: 20px;
}
.subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.checkout {
  width: 100%;
  background: #17100e;
  color: #fff;
}
.small {
  font-size: 10px;
  color: #746b66;
  line-height: 1.5;
  margin: 10px 0 0;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 20px);
  background: #fff;
  color: #17100e;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 80;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main {
  position: fixed;
  width: 100%;
  margin-top: 76px;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 133px);
}
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .manifesto {
    grid-template-columns: 1fr;
  }
  .form-message {
    grid-column: auto;
  }
  .hero {
    min-height: 650px;
  }
  .site-header nav a {
    display: none;
  }
}
@media (max-width: 600px) {
  .site-header {
    padding: 0 20px;
  }
  .brand span {
    font-size: 13px;
  }
  .hero {
    padding: 100px 22px 60px;
    height: 76vh;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-note {
    display: none;
  }
  .ticker {
    justify-content: flex-start;
    overflow: auto;
    padding-inline: 20px;
  }
  .shop-section {
    padding: 75px 20px;
  }
  .section-head {
    display: block;
  }
  .filters {
    margin-top: 24px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .product-info {
    padding: 13px;
  }
  .product-card h3 {
    font-size: 14px;
  }
  .manifesto {
    padding: 80px 25px;
  }
  .newsletter {
    padding: 70px 25px;
  }
  .footer {
    line-height: 2;
  }
}