:root {
  --ink: #181412;
  --muted: #6f6870;
  --paper: #fbfaf8;
  --soft: #f2eef3;
  --line: #e5dee5;
  --gold: #a87c2d;
  --rose: #a85f75;
  --ivory: #fffefb;
  --shadow: 0 22px 70px rgba(30, 24, 20, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.hero {
  min-height: 92vh;
  padding: 24px clamp(18px, 4vw, 64px) 56px;
  background:
    linear-gradient(115deg, rgba(251, 250, 248, 0.94), rgba(244, 239, 245, 0.7)),
    url("assets/products/010-KC05470YG.jpg")
      center right / min(680px, 78vw) no-repeat;
}

.nav,
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 168px;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
}

.brand strong,
.brand small,
.footer span {
  display: block;
}

.brand small,
.footer span {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-link {
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-weight: 650;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  min-height: 74vh;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 7.8rem);
  line-height: 0.91;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.hero-copy p:not(.eyebrow) {
  max-width: 570px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-actions,
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button,
.filter {
  border: 1px solid rgba(36, 24, 15, 0.18);
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--ivory);
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.button.primary,
.filter.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fffefd;
}

.hero-showcase {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 16px;
  align-items: end;
}

.showcase-card {
  overflow: hidden;
  min-height: 210px;
  border: 1px solid rgba(183, 131, 46, 0.22);
  border-radius: 8px;
  background: rgba(255, 254, 251, 0.86);
  box-shadow: var(--shadow);
}

.showcase-card.large {
  min-height: 480px;
}

.showcase-card.muted {
  transform: translateY(-36px);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  mix-blend-mode: multiply;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.stats-band div {
  min-height: 116px;
  padding: 24px clamp(18px, 3vw, 48px);
  border-right: 1px solid var(--line);
}

.stats-band strong,
.stats-band span {
  display: block;
}

.stats-band strong {
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  font-weight: 500;
}

.stats-band span {
  color: var(--muted);
}

.trend-section,
.catalog-section {
  padding: 72px clamp(18px, 4vw, 64px);
}

.section-heading {
  margin-bottom: 30px;
}

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

.trend-grid article {
  min-height: 220px;
  padding: 26px;
  background: var(--ivory);
}

.trend-grid span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.9rem;
}

.trend-grid p,
.product-summary,
.meta {
  color: var(--muted);
  line-height: 1.55;
}

.catalog-section {
  background: #fffefd;
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.search-wrap {
  width: min(420px, 100%);
}

input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 18px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.product-media {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  background: linear-gradient(180deg, #fffefd, #f5f3f1);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  mix-blend-mode: multiply;
}

.rank {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(36, 24, 15, 0.9);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.product-title {
  min-height: 48px;
  margin-bottom: 0;
  font-size: 1.02rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.atelier-line {
  margin-top: auto;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 850;
}

.empty-state {
  display: none;
  margin-top: 28px;
  color: var(--muted);
}

.footer {
  padding: 28px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--soft);
}

@media (max-width: 1100px) {
  .hero-grid,
  .trend-grid,
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    min-height: auto;
    padding-top: 64px;
  }

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

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    background-size: 420px;
    background-position: 50% 96%;
  }

  .nav,
  .footer,
  .catalog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-grid,
  .hero-showcase,
  .stats-band,
  .trend-grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card.large,
  .showcase-card {
    min-height: 250px;
  }

  .showcase-card.muted {
    transform: none;
  }

  .trend-section,
  .catalog-section {
    padding-block: 48px;
  }
}

@media print {
  .nav-link,
  .hero-actions,
  .filters,
  .search-wrap,
  .footer button {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-card {
    break-inside: avoid;
  }
}
