:root {
  --bg: #f2f0eb;
  --card: #fffdf9;
  --ink: #171717;
  --muted: #77736d;
  --line: #e7e2da;
  --accent: #d8ff3e;
  --soft: #f4f2ed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-shell {
  min-height: 100vh;
  padding: 28px 16px;
  display: flex;
  justify-content: center;
}
.store-card {
  width: min(100%, 560px);
  background: var(--card);
  border: 1px solid #e4dfd7;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 20px 70px rgba(24, 22, 18, .08);
  overflow: hidden;
}
.profile { text-align: center; position: relative; padding: 8px 0 22px; }
.avatar {
  width: 72px; height: 72px; margin: 0 auto 13px;
  display: grid; place-items: center;
  border-radius: 22px; background: var(--ink); color: white;
  font: 700 22px "Space Grotesk", sans-serif;
  letter-spacing: -1px;
}
.profile h1 { margin: 0; font: 700 23px "Space Grotesk", sans-serif; letter-spacing: -.6px; }
.profile p { margin: 5px 0 12px; color: var(--muted); font-size: 14px; }
.status { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; color: #66625d; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: #63b52d; }
.share {
  position: absolute; top: 0; right: 0; width: 38px; height: 38px;
  border: 1px solid var(--line); border-radius: 50%; background: white;
  cursor: pointer; font-size: 18px;
}

.hero {
  min-height: 220px; border-radius: 23px; padding: 27px;
  background: #171717; color: white; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(2px);
  border: 1px solid rgba(216,255,62,.2);
}
.hero::before { width: 250px; height: 250px; right: -80px; top: -95px; }
.hero::after { width: 190px; height: 190px; right: -15px; bottom: -120px; }
.eyebrow { font-size: 10px; letter-spacing: 2px; color: var(--accent); font-weight: 700; }
.hero h2 { margin: 9px 0 7px; font: 700 31px/1.02 "Space Grotesk", sans-serif; letter-spacing: -1.5px; }
.hero p { margin: 0 0 18px; color: #aaa7a1; font-size: 12px; }
.hero-btn {
  display: inline-flex; align-items: center; gap: 14px; padding: 10px 14px;
  background: var(--accent); color: #111; border-radius: 999px; font-size: 12px; font-weight: 700;
}
.hero-btn span { font-size: 16px; }
.hero-shape {
  width: 120px; height: 150px; margin-right: 8px; transform: rotate(7deg);
  border: 2px solid var(--accent); border-radius: 50%; display: grid; place-items: center;
  color: var(--accent); font: 700 18px/1 "Space Grotesk", sans-serif; text-align: center;
  letter-spacing: -1px; position: relative; z-index: 1;
}

.categories { display: flex; gap: 8px; padding: 22px 0 15px; overflow-x: auto; scrollbar-width: none; }
.categories::-webkit-scrollbar { display: none; }
.category {
  white-space: nowrap; border: 1px solid var(--line); background: white; border-radius: 999px;
  padding: 9px 14px; font-size: 11px; color: #6d6963; cursor: pointer;
}
.category.active { background: var(--ink); color: white; border-color: var(--ink); }

.section-heading { display: flex; justify-content: space-between; align-items: baseline; margin: 4px 1px 12px; }
.section-heading h2 { margin: 0; font: 600 17px "Space Grotesk", sans-serif; }
.section-heading span { color: var(--muted); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.product { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: white; }
.product-image {
  height: 178px; display: grid; place-items: center; position: relative;
  background: linear-gradient(135deg, #dedbd4, #f5f2eb);
  font: 700 13px "Space Grotesk", sans-serif; letter-spacing: 1px;
}
.product:nth-child(2n) .product-image { background: linear-gradient(135deg, #d8d6d0, #eeeae2); }
.product:nth-child(3n) .product-image { background: linear-gradient(135deg, #c9c7c1, #f3f0e9); }
.product-art { font-size: 15px; transform: rotate(-7deg); opacity: .72; }
.badge { position: absolute; top: 10px; left: 10px; background: var(--accent); color: #111; padding: 5px 8px; border-radius: 999px; font-size: 9px; font-weight: 700; }
.product-info { padding: 12px; }
.product-name { font-size: 12px; font-weight: 700; margin-bottom: 5px; }
.product-meta { color: var(--muted); font-size: 10px; margin-bottom: 10px; }
.price-row { display: flex; justify-content: space-between; align-items: center; }
.price { font: 700 14px "Space Grotesk", sans-serif; }
.buy {
  border: 0; background: var(--ink); color: white; width: 31px; height: 31px;
  border-radius: 50%; cursor: pointer; font-size: 16px;
}

.quick-links { display: grid; gap: 9px; margin-top: 24px; }
.quick-link {
  display: grid; grid-template-columns: 35px 1fr 20px; align-items: center; gap: 11px;
  border: 1px solid var(--line); border-radius: 15px; padding: 11px 13px; background: white;
  transition: transform .2s, border-color .2s;
}
.quick-link:hover { transform: translateY(-2px); border-color: #c7c1b8; }
.link-icon { width: 33px; height: 33px; border-radius: 10px; background: var(--soft); display: grid; place-items: center; font-size: 15px; }
.quick-link b { display: block; font-size: 12px; }
.quick-link small { color: var(--muted); font-size: 10px; }
.quick-link > span:last-child { text-align: right; color: #99938b; }
footer { text-align: center; color: #aaa59d; font-size: 9px; padding: 25px 0 3px; letter-spacing: .4px; }

@media (max-width: 430px) {
  .page-shell { padding: 0; }
  .store-card { border: 0; border-radius: 0; min-height: 100vh; padding: 20px 16px; box-shadow: none; }
  .hero { min-height: 205px; padding: 23px; }
  .hero h2 { font-size: 28px; }
  .hero-shape { width: 98px; height: 125px; margin-right: -2px; }
  .product-image { height: 155px; }
}
