:root {
  --ink: #21151a;
  --muted: #716168;
  --line: #eadde4;
  --paper: #fffafd;
  --soft: #fbedf5;
  --accent: #bd2776;
  --accent-dark: #8e1856;
  --champagne: #f4dfc8;
  --shadow: 0 18px 50px rgba(35, 18, 27, 0.13);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

body.no-scroll {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.announcement {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: flex;
  font-size: 0.78rem;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 38px;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 253, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 82px;
  padding: 0.75rem clamp(1rem, 4vw, 3rem);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.7rem;
  min-width: max-content;
}

.brand img {
  height: 48px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 126px;
}

.brand span {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-style: italic;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  gap: clamp(1rem, 2.4vw, 2rem);
  justify-content: center;
}

.desktop-nav a,
.header-actions button {
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.header-actions button,
.drawer-header button,
.filter-tabs button,
.newsletter button,
.product-card button,
.checkout,
.search-panel button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 44px;
  padding: 0.72rem 1rem;
}

.cart-button span {
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  display: inline-grid;
  min-width: 22px;
  padding: 0.1rem 0.35rem;
  place-items: center;
}

.menu-button {
  display: none;
}

.hero {
  display: grid;
  min-height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(33, 21, 26, 0.68), rgba(33, 21, 26, 0.08)),
    url("https://images.unsplash.com/photo-1509631179647-0177331693ae?auto=format&fit=crop&w=1800&q=84") center 38% / cover;
  inset: 0;
  position: absolute;
}

.hero-copy {
  align-self: end;
  color: #fff;
  max-width: 760px;
  padding: clamp(4rem, 10vw, 8rem) clamp(1.2rem, 6vw, 6rem);
  position: relative;
}

.hero-copy p,
.section-heading p,
.feature p:first-child,
.newsletter p {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.7rem, 7vw, 6.8rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.hero-actions,
.chip-row,
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.primary-link,
.secondary-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0.9rem 1.25rem;
  text-transform: uppercase;
}

.primary-link {
  background: #fff;
  color: var(--ink);
}

.secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.section,
.feature,
.newsletter,
.footer {
  margin-inline: auto;
  max-width: 1500px;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem);
}

.section-heading {
  margin-bottom: 1.5rem;
  max-width: 780px;
}

.section-heading.split {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: none;
}

.category-grid,
.product-grid,
.collection-grid {
  display: grid;
  gap: 1rem;
}

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

.category-card {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.category-card img,
.product-card img,
.feature img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.category-card::after {
  background: linear-gradient(0deg, rgba(33, 21, 26, 0.62), rgba(33, 21, 26, 0));
  content: "";
  inset: 0;
  position: absolute;
}

.category-card span {
  bottom: 1.2rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  left: 1.2rem;
  position: absolute;
  z-index: 1;
}

.category-card:hover img,
.product-card:hover img {
  transform: scale(1.04);
}

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

.product-card {
  min-width: 0;
}

.product-image {
  aspect-ratio: 3 / 4;
  background: var(--soft);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.badge {
  background: #fff;
  border-radius: 999px;
  color: var(--accent-dark);
  font-size: 0.72rem;
  left: 0.75rem;
  letter-spacing: 0.08em;
  padding: 0.42rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
  top: 0.75rem;
}

.product-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0.8rem 0 0.25rem;
}

.price-row {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.price-row s {
  color: var(--muted);
}

.product-card button {
  margin-top: 0.8rem;
  width: 100%;
}

.filter-tabs {
  margin-top: 0;
}

.filter-tabs button.active,
.product-card button:hover,
.checkout,
.newsletter button {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.feature {
  align-items: center;
  background: #24161d;
  color: #fff;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: 0.85fr 1fr;
  max-width: none;
}

.feature > div {
  justify-self: end;
  max-width: 560px;
}

.feature img {
  aspect-ratio: 16 / 11;
  border-radius: 8px 0 0 8px;
  max-height: 680px;
}

.muted {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
  line-height: 1.7;
}

.chip-row span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
}

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

.collection-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 190px;
  padding: 1.4rem;
}

.collection-grid span {
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.collection-grid p,
.footer p {
  color: var(--muted);
  line-height: 1.6;
}

.newsletter {
  align-items: end;
  background: var(--soft);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr minmax(280px, 520px);
  max-width: none;
}

.newsletter form {
  display: flex;
  gap: 0.7rem;
}

.newsletter label {
  flex: 1;
}

.newsletter label span,
.search-panel label span {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 0.4rem;
}

.newsletter input,
.search-panel input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 48px;
  padding: 0 1rem;
  width: 100%;
}

.footer {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr 0.6fr 0.6fr 1fr;
}

.footer div:not(.brand) {
  display: grid;
  gap: 0.6rem;
}

.drawer-backdrop,
.search-overlay {
  background: rgba(33, 21, 26, 0.45);
  inset: 0;
  position: fixed;
  z-index: 50;
}

.drawer {
  background: var(--paper);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100dvh;
  max-width: 420px;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 220ms ease;
  width: min(92vw, 420px);
  z-index: 60;
}

.drawer.open {
  transform: translateX(0);
}

.drawer-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.drawer-header h2 {
  font-size: 1.8rem;
}

.cart-items {
  display: grid;
  gap: 0.8rem;
  overflow: auto;
}

.cart-line {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 70px 1fr auto;
}

.cart-line img {
  aspect-ratio: 1;
  border-radius: 8px;
  height: 70px;
  object-fit: cover;
}

.cart-total {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
}

.menu-drawer a {
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  padding: 0.8rem 0;
}

.search-overlay {
  display: grid;
  place-items: start center;
  padding: 8vh 1rem;
}

.search-panel {
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1rem;
  max-width: 720px;
  padding: 1rem;
  width: min(100%, 720px);
}

.search-result {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}

@media (max-width: 1000px) {
  .desktop-nav,
  .icon-btn {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

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

  .feature,
  .newsletter,
  .footer,
  .section-heading.split {
    grid-template-columns: 1fr;
  }

  .section-heading.split {
    display: grid;
  }

  .feature > div {
    justify-self: start;
  }

  .feature img {
    border-radius: 8px;
  }
}

@media (max-width: 620px) {
  .announcement {
    font-size: 0.66rem;
    gap: 0.5rem;
  }

  .site-header {
    min-height: 70px;
    padding-inline: 0.75rem;
  }

  .brand img {
    height: 38px;
    width: 100px;
  }

  .brand span {
    font-size: 1.18rem;
  }

  .cart-button,
  .menu-button {
    font-size: 0.72rem;
    padding-inline: 0.7rem;
  }

  .hero {
    min-height: 680px;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(33, 21, 26, 0.72), rgba(33, 21, 26, 0.06)),
      url("https://images.unsplash.com/photo-1509631179647-0177331693ae?auto=format&fit=crop&w=1000&q=84") center / cover;
  }

  .hero-copy {
    padding: 3rem 1rem;
  }

  .category-grid,
  .collection-grid,
  .newsletter form {
    grid-template-columns: 1fr;
  }

  .newsletter form {
    display: grid;
  }

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

  .product-card h3 {
    font-size: 1rem;
  }

  .product-card button {
    padding-inline: 0.45rem;
  }
}
