:root {
  --ink: #1d1720;
  --muted: #6b6070;
  --paper: #fffafa;
  --panel: #ffffff;
  --berry: #7b1748;
  --plum: #2a1132;
  --teal: #0b8278;
  --mint: #dff5f1;
  --rose: #f4c2cf;
  --line: #eadfe6;
  --gold: #b9893c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: linear-gradient(180deg, #fffafa 0%, #fff 42%, #f7fffd 100%);
}

body,
button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 250, 250, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  display: block;
  height: 46px;
  max-width: min(260px, 52vw);
  object-fit: contain;
  object-position: left center;
}

nav {
  display: flex;
  gap: clamp(12px, 3vw, 28px);
}

nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1.15fr);
  min-height: calc(100vh - 65px);
}

.hero-copy {
  align-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(244, 194, 207, 0.45), transparent 32%),
    linear-gradient(135deg, #fffafa, #f8f2f6);
  display: grid;
  padding: clamp(32px, 6vw, 76px);
}

.hero h1 {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.96;
  margin: 0;
  max-width: 760px;
}

.hero p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 24px 0;
  max-width: 620px;
}

.hero img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.eyebrow,
.section-kicker,
.meta {
  color: var(--berry);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.quick-search {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(42, 17, 50, 0.12);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  max-width: 620px;
  padding: 8px;
}

input,
select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}

.quick-search input {
  border: 0;
}

button,
.product-card a,
.blog-grid a {
  align-items: center;
  background: var(--plum);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.secondary-button {
  background: transparent;
  border: 1px solid var(--plum);
  color: var(--plum);
}

.trust-strip {
  background: var(--plum);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip span {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
  padding: 18px;
  text-align: center;
}

.shop-layout {
  display: grid;
  gap: 26px;
  grid-template-columns: 310px 1fr;
  padding: clamp(32px, 5vw, 72px);
}

.filters,
.results-panel,
.blog-grid article,
.trend-cards article,
.integration-section {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(42, 17, 50, 0.06);
}

.filters {
  align-self: start;
  display: grid;
  gap: 16px;
  padding: 22px;
  position: sticky;
  top: 88px;
}

.filters h2,
.results-heading h2,
.trend-band h2,
.blog-section h2,
.integration-section h2 {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  margin: 0;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 7px;
}

.results-panel {
  padding: clamp(18px, 3vw, 30px);
}

.results-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.results-heading p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  max-width: 430px;
}

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

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 14px;
}

.product-swatch {
  align-items: end;
  aspect-ratio: 4 / 3;
  background: var(--swatch, #ddd);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  padding: 12px;
}

.product-image {
  aspect-ratio: 4 / 3;
  background: #f7f1f6;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.product-card h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0;
}

.product-card p {
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}

.product-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-meta span {
  background: var(--mint);
  border-radius: 999px;
  color: #075952;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 9px;
}

.price-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.price {
  color: var(--berry);
  font-size: 1.35rem;
  font-weight: 900;
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 28px;
  text-align: center;
}

.trend-band,
.blog-section,
.integration-section {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(32px, 5vw, 70px) clamp(18px, 4vw, 38px);
}

.trend-band {
  display: grid;
  gap: 28px;
}

.trend-cards,
.blog-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.trend-cards article,
.blog-grid article {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.trend-cards span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1;
}

.trend-cards h3,
.blog-grid h3 {
  color: var(--plum);
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
}

.trend-cards p,
.blog-grid p,
.integration-section p,
.integration-section li {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.section-heading {
  margin-bottom: 24px;
  max-width: 680px;
}

.blog-grid a {
  justify-self: start;
}

.integration-section {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}

.integration-section ol {
  margin: 0;
  padding-left: 22px;
}

footer {
  background: var(--plum);
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(18px, 4vw, 56px);
}

footer p {
  margin: 0;
}

@media (max-width: 1040px) {
  .hero,
  .shop-layout,
  .integration-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero img {
    max-height: 520px;
  }

  .filters {
    position: static;
  }

  .product-grid,
  .trend-cards,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header,
  footer,
  .results-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero-copy,
  .shop-layout {
    padding: 24px 18px;
  }

  .quick-search {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .product-grid,
  .trend-cards,
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
