:root {
  --paper: #efe8db;
  --paper-deep: #dfd5c4;
  --panel: #f6f1e8;
  --ink: #111111;
  --ink-soft: #494949;
  --ink-muted: #726b61;
  --accent: #c7462d;
  --accent-dark: #8f2f1f;
  --line: #1f1f1f;
  --line-soft: #c2b5a0;
  --shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Spectral", Georgia, serif;
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.45;
  background:
    linear-gradient(140deg, rgba(199, 70, 45, 0.08), transparent 30%),
    radial-gradient(circle at 87% 15%, rgba(17, 17, 17, 0.08), transparent 38%),
    repeating-linear-gradient(
      0deg,
      var(--paper) 0,
      var(--paper) 26px,
      rgba(0, 0, 0, 0.015) 26px,
      rgba(0, 0, 0, 0.015) 27px
    );
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.top-strip {
  border-bottom: 2px solid var(--line);
  background: var(--ink);
  color: var(--panel);
}

.top-strip p {
  margin: 0;
  padding: 0.45rem 1rem;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(4px);
  background: rgba(239, 232, 219, 0.94);
  border-bottom: 2px solid var(--line);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  gap: 1rem;
}

.brand {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 3.3vw, 2.7rem);
  letter-spacing: 0.03em;
  color: var(--ink);
  text-decoration: none;
}

.main-nav {
  display: flex;
  gap: 1rem;
}

.main-nav a {
  text-decoration: none;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  padding: 0.15rem 0.3rem;
}

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

.hero {
  position: relative;
  padding: 4rem 0 3.2rem;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 1.3rem;
  align-items: stretch;
}

.hero-copy,
.hero-feature {
  border: 2px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(1rem, 2.5vw, 2rem);
}

.hero-feature {
  padding: 1.2rem;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  background:
    linear-gradient(160deg, rgba(17, 17, 17, 0.03), transparent 45%),
    linear-gradient(20deg, rgba(199, 70, 45, 0.14), transparent 65%),
    var(--panel);
  animation: floatIn 0.65s ease 0.12s both;
}

.eyebrow,
.feature-label,
.section-kicker {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.12em;
  color: var(--ink-muted);
}

.eyebrow,
.feature-label {
  font-size: 0.9rem;
}

.hero h1 {
  margin: 0.35rem 0 0.7rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-copy p {
  max-width: 62ch;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.hero-feature h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-feature p {
  margin: 0;
  color: var(--ink-soft);
}

.hero-cta,
.feature-link,
.buy-btn {
  display: inline-block;
  text-decoration: none;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.06em;
  border: 2px solid var(--line);
  background: var(--accent);
  color: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-cta,
.feature-link {
  margin-top: 0.75rem;
  padding: 0.55rem 1rem;
  font-size: 1.02rem;
}

.hero-cta:hover,
.feature-link:hover,
.buy-btn:hover {
  transform: translate(-2px, -2px);
  background: var(--accent-dark);
}

.hero-glow {
  position: absolute;
  right: 0;
  top: 0;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 70, 45, 0.2), transparent 68%);
  pointer-events: none;
}

.browse {
  padding: 0.8rem 0 3.5rem;
}

.section-kicker {
  font-size: 1rem;
}

.browse-head {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  border-bottom: 2px solid var(--line);
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
}

.browse h2,
.about h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(2rem, 4vw, 3rem);
}

.controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.controls label {
  display: grid;
  gap: 0.25rem;
  font-size: 0.84rem;
  color: var(--ink-muted);
}

select {
  min-width: 180px;
  border: 2px solid var(--line);
  border-radius: 0;
  background: #fff;
  padding: 0.5rem 0.6rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: var(--ink);
}

.category-chips {
  margin: 0.8rem 0 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chip {
  border: 2px solid var(--line);
  background: var(--panel);
  color: var(--ink);
  padding: 0.28rem 0.7rem;
  border-radius: 0;
  cursor: pointer;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.chip.active {
  background: var(--ink);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.product-card {
  background: #f8f3eb;
  border: 2px solid var(--line);
  padding: 0.72rem;
  display: grid;
  gap: 0.5rem;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(12px);
  opacity: 0;
  animation: reveal 0.58s forwards;
}

.cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 2px solid var(--line);
  background: var(--paper-deep);
  transition: transform 0.32s ease;
}

.cover-frame {
  margin: 0;
  overflow: hidden;
}

.cover-frame picture {
  display: block;
  overflow: hidden;
}

.product-card:hover .cover {
  transform: scale(1.04);
}

.cover-caption {
  margin-top: 0.35rem;
  font-size: 0.76rem;
  letter-spacing: 0.025em;
  color: var(--ink-muted);
}

.product-card h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.meta {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.price {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.28rem;
  letter-spacing: 0.04em;
}

.buy-btn {
  text-align: center;
  font-size: 1rem;
  padding: 0.48rem 0.75rem;
}

.empty {
  border: 2px dashed var(--line-soft);
  background: var(--panel);
  padding: 1rem;
}

.about {
  padding: 0.5rem 0 3.5rem;
}

.about-inner,
.footer-inner {
  border-top: 2px solid var(--line);
  padding-top: 1rem;
}

.site-footer {
  padding: 0 0 2rem;
  color: var(--ink-soft);
}

@keyframes reveal {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes floatIn {
  from {
    transform: translateY(14px) rotate(-0.4deg);
    opacity: 0;
  }

  to {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-feature {
    max-width: 620px;
  }
}

@media (max-width: 700px) {
  .main-nav {
    display: none;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  .top-strip p {
    font-size: 0.67rem;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 17vw, 4rem);
  }

  select {
    min-width: 155px;
  }
}
