:root {
  --ink: #1c1917;
  --muted: #6b625b;
  --line: #f0e4d6;
  --cream: #fbf6f0;
  --hero: #f6ecdf;
  --white: #fff;
  --orange: #e56b1f;
  --orange-2: #c45f1a;
  --soft: #fff6ee;
  --font: Inter, system-ui, sans-serif;
  --display: "Space Grotesk", Inter, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body.store { margin: 0; max-width: 100%; overflow-x: hidden; }
body.store { background: #fff; color: var(--ink); font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.bar {
  position: sticky; top: 0; z-index: 30;
  background: #fff; border-bottom: 1px solid #f3ece4;
}
.bar-in, .hero-in, .wrap, .band {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.bar-in {
  min-height: 74px; height: auto;
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px;
  padding: 12px 0;
}
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.04em; }
.logo i {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(#f08a3c, var(--orange-2));
  display: grid; place-items: center;
}
.logo b { color: var(--orange-2); font-weight: 700; }
.menu { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 auto; font-weight: 650; font-size: clamp(0.85rem, 1.4vw, 0.95rem); }
.menu a { padding: 8px 10px; border-radius: 10px; }
.menu a:hover, .menu a.is-on { background: var(--soft); color: var(--orange-2); }
.tools { display: flex; align-items: center; gap: 4px; }
.tools a, .tools button, .burger {
  width: 40px; height: 40px; border: 0; background: transparent; border-radius: 999px;
  display: grid; place-items: center; color: var(--ink); cursor: pointer;
}
.tools a:hover, .tools button:hover { background: var(--soft); }
.burger { display: none; }
.search {
  display: none; border-top: 1px solid var(--line); background: #fff; padding: 10px 22px 14px;
}
.search.open { display: block; }
.search input { width: 100%; display: block; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }

.hero {
  background: linear-gradient(180deg, #fbf6f0 0%, #f4e7d8 100%);
  overflow: hidden;
}
.hero-in {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: stretch;
  min-height: 520px; padding: clamp(28px, 4vw, 48px) 0 0;
}
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: var(--orange-2); border-radius: 999px;
  padding: 7px 12px; font-size: 12px; font-weight: 800; letter-spacing: .08em;
}
.hero h1 {
  margin: 18px 0 0; font-family: var(--display);
  font-size: clamp(34px, 6vw, 72px); line-height: .9; letter-spacing: -.05em;
}
.hero h1 span { display: block; color: var(--orange); }
.rule { width: 78px; height: 4px; background: var(--orange); border-radius: 9px; margin: 16px 0 14px; }
.hero .sub { margin: 0; max-width: 36rem; color: #4a433d; font-size: clamp(16px, 2vw, 18px); line-height: 1.45; }
.ctas { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.cta, .cta2 {
  display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 16px;
  border-radius: 12px; font-weight: 800; font-size: 14px;
}
.cta { background: var(--orange); color: #fff; }
.cta:hover { background: var(--orange-2); }
.cta2 { background: #fff; border: 1.5px solid #ead9c8; }
.mini { display: flex; gap: 16px; margin-top: 18px; color: #514a45; font-size: 13px; flex-wrap: wrap; }
.hero-visual { position: relative; width: 100%; min-height: 460px; height: 100%; overflow: hidden; border-radius: 28px 28px 0 0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.seal {
  position: absolute; right: 6%; top: 18px; width: 112px; height: 112px; border-radius: 50%;
  background: rgba(255,255,255,.82); border: 2px dashed var(--orange);
  display: grid; place-items: center; text-align: center;
  color: var(--orange-2); font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1.25;
  transform: rotate(12deg);
}

.wrap { padding: clamp(20px, 3vw, 36px) 0 0; }
.head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; }
.head h2 { margin: 0; font-family: var(--display); font-size: 18px; letter-spacing: -.02em; }
.head h2::after { content: ""; display: block; width: 46px; height: 3px; background: var(--orange); margin-top: 6px; border-radius: 9px; }
.head a { color: var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .04em; }

.cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 12px; }
.cat {
  display: grid; grid-template-columns: 72px 1fr 28px; gap: 10px; align-items: center; overflow: hidden;
  background: #fff; border: 1px solid #f3eadf; border-radius: 18px; padding: 10px;
  box-shadow: 0 8px 18px rgba(80, 48, 16, .04);
}
.cat img { width: 72px; height: 72px; object-fit: cover; object-position: center; border-radius: 14px; background: var(--cream); transform: scale(1.35); }
.cat strong { display: block; font-size: 14px; }
.cat em { font-style: normal; color: var(--muted); font-size: 12px; }
.cat b { width: 28px; height: 28px; border-radius: 50%; border: 1px solid #eee; display: grid; place-items: center; color: #888; font-weight: 500; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 14px; }
.card { background: #fff; border: 1px solid #f4ece3; border-radius: 18px; padding: 10px 10px 12px; position: relative; }
.card .pic { height: 190px; border-radius: 14px; overflow: hidden; background: #f7f1ea; }
.card .pic img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.25); }
.flag {
  position: absolute; left: 18px; top: 18px; background: var(--orange); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .04em; border-radius: 999px; padding: 4px 8px;
}
.heart { position: absolute; right: 18px; top: 18px; color: #b9b1a8; }
.card h3 { margin: 12px 4px 4px; font-size: 15px; }
.row { display: flex; align-items: center; gap: 8px; margin: 0 4px; }
.price { font-weight: 800; font-size: 1.05rem; }
.stars { color: var(--orange); letter-spacing: 1px; font-size: 12px; }
.buy {
  margin-left: auto; width: 36px; height: 36px; border-radius: 10px; background: var(--orange); color: #fff;
  display: grid; place-items: center;
}
.buy:hover { background: var(--orange-2); }

.band {
  margin: 22px auto 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 10px;
}
.band article {
  background: #fff7f1; border: 1px solid #f6e4d4; border-radius: 16px;
  display: flex; gap: 10px; align-items: center; padding: 14px 12px;
}
.band i { width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--orange-2); display: grid; place-items: center; font-style: normal; flex: 0 0 auto; }
.band strong { display: block; font-size: 12px; letter-spacing: .03em; }
.band span { color: var(--muted); font-size: 12px; }

.foot {
  margin-top: 18px; border-top: 1px solid #f0e6dc;
  display: flex; justify-content: center; gap: 22px; flex-wrap: wrap;
  padding: 16px 16px 22px; color: #8a8178; font-size: 12px; letter-spacing: .08em;
}
.foot a { letter-spacing: 0; color: var(--orange-2); }
.page { padding: 28px 0 48px; }
.page h1 { font-family: var(--display); font-size: clamp(32px, 5vw, 52px); letter-spacing: -.04em; margin: 0 0 8px; }
.page .lead { color: #4a433d; max-width: 40rem; }
.page form { margin-top: 22px; display: grid; gap: 10px; max-width: 32rem; }
.page input, .page textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; background: #fff;
}
.page button.cta { border: 0; cursor: pointer; }

@media (max-width: 860px) {
  .menu { display: none; }
  .menu.open {
    display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; padding: 8px 12px 14px; border-bottom: 1px solid var(--line);
  }
  .burger { display: grid; }
  .bar { position: sticky; }
  .bar-in { position: relative; }
  .hero-in { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { height: min(70vw, 420px); min-height: 280px; border-radius: 20px; margin-bottom: 18px; }
  .seal { width: 84px; height: 84px; font-size: 9px; }
}
