
:root {
  --bg: #fbf8f3;
  --bg-2: #f3ece2;
  --paper: #fffdf9;
  --ink: #161616;
  --muted: #6f665e;
  --line: #e8ddd0;
  --accent: #b86f35;
  --accent-dark: #9b5727;
  --accent-soft: #f1dfcf;
  --green: #4f8a55;
  --shadow: 0 18px 55px rgba(54, 38, 20, .10);
  --radius-xl: 30px;
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #fff 0, var(--bg) 42%, #faf5ed 100%);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 18px 30px;
}
.topbar {
  position: sticky; top: 0; z-index: 50;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 12px 18px 10px;
  display: grid;
  grid-template-columns: 44px 1fr 96px;
  align-items: center;
  background: rgba(251,248,243,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232,221,208,.55);
}
.icon-btn {
  width: 42px; height: 42px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center; justify-content: center;
  background: transparent;
  cursor: pointer;
}
.icon-btn svg { width: 25px; height: 25px; stroke: var(--ink); stroke-width: 2; fill: none; }
.logo {
  text-align: center;
  line-height: 1;
  letter-spacing: .28em;
  font-weight: 700;
  font-size: clamp(21px, 4vw, 36px);
}
.logo span { color: var(--accent); }
.logo small {
  display:block;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: .18em;
  color: #111;
  font-weight: 600;
}
.top-actions {
  justify-self: end;
  display:flex;
  gap: 8px;
  align-items:center;
}
.bag { position: relative; }
.bag-badge {
  position: absolute;
  top: 2px; right: 1px;
  min-width: 18px; height: 18px;
  border-radius: 99px;
  display:flex; align-items:center; justify-content:center;
  font-size: 11px; font-weight:700;
  background: var(--accent); color:#fff;
}
.hero {
  margin-top: 14px;
  overflow: hidden;
  min-height: 470px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.92) 36%, rgba(255,253,249,.18) 58%, rgba(255,253,249,.02) 100%),
    url("../images/hero.webp") center right / cover no-repeat;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  display:flex;
  align-items:center;
}
.hero-content {
  width: min(560px, 72%);
  padding: clamp(30px, 5vw, 58px);
}
.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
h1, h2, h3 { margin: 0; }
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 6.5vw, 62px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.035em;
}
.lead {
  max-width: 360px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}
.cta-row {
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.btn {
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 12px;
  display:inline-flex;
  align-items:center; justify-content:center;
  gap: 10px;
  border: 1px solid var(--accent);
  font-weight: 760;
  cursor:pointer;
  transition: .2s ease;
}
.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 12px 24px rgba(184,111,53,.22);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-outline { background: rgba(255,253,249,.78); color: var(--ink); }
.btn-outline:hover { background:#fff; transform: translateY(-1px); }
.trust-strip {
  margin: 18px 0 24px;
  background: rgba(255,253,249,.82);
  border: 1px solid var(--line);
  border-radius: 20px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  overflow:hidden;
  box-shadow: 0 10px 28px rgba(54, 38, 20, .06);
}
.trust-item {
  display:flex;
  gap: 12px;
  align-items:center;
  padding: 18px 18px;
  border-right: 1px solid var(--line);
  color: #302921;
  font-weight: 650;
  line-height:1.25;
}
.trust-item:last-child { border-right: 0; }
.line-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--accent);
}
.section-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap: 14px;
  margin: 26px 0 14px;
}
.section-head h2 {
  font-size: clamp(22px, 3.6vw, 30px);
  letter-spacing: -.02em;
}
.view-link {
  color: #5d5349;
  font-weight: 700;
  white-space: nowrap;
}
.zone-row {
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.zone-card {
  overflow:hidden;
  border-radius: 16px;
  min-height: 146px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(54, 38, 20, .06);
  display:flex;
  flex-direction: column;
}
.zone-card img {
  height: 105px;
  object-fit: cover;
}
.zone-card span {
  min-height: 41px;
  display:flex;
  align-items:center; justify-content:center;
  font-weight: 750;
  color: #2b2723;
  background: rgba(255,253,249,.92);
}
.products {
  display:grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 14px;
}
.product-card {
  position:relative;
  min-width:0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(54,38,20,.06);
  display:flex;
  flex-direction: column;
}
.product-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-body {
  padding: 12px 12px 14px;
  min-height: 168px;
  display:flex;
  flex-direction: column;
}
.product-title {
  font-weight: 800;
  line-height: 1.18;
  font-size: 15px;
  min-height: 54px;
}
.price {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 900;
}
.status {
  margin-top: 2px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}
.card-actions {
  margin-top: auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.heart {
  position:absolute;
  top: 10px; right: 10px;
  width: 33px; height:33px;
  border-radius: 999px;
  display:flex;
  align-items:center; justify-content:center;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0,0,0,.08);
}
.cart-mini {
  width: 38px; height:38px;
  border-radius: 99px;
  background: var(--accent);
  color:white;
  display:flex;
  align-items:center; justify-content:center;
  border:0;
}
.collections {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.collection-card {
  min-height: 170px;
  border-radius: 20px;
  overflow:hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(54,38,20,.07);
  background-size: cover;
  background-position: center;
  position:relative;
}
.collection-card::before {
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(255,253,249,.94), rgba(255,253,249,.72), rgba(255,253,249,.12));
}
.collection-card.dark::before {
  background: linear-gradient(90deg, rgba(22,18,14,.88), rgba(22,18,14,.55), rgba(22,18,14,.05));
}
.collection-content {
  position:relative;
  z-index:1;
  padding: 24px;
  max-width: 70%;
}
.collection-card.dark { color: #fff; }
.collection-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
}
.collection-card p {
  margin: 0 0 18px;
  color: inherit;
  line-height:1.35;
}
.collection-card a {
  font-weight: 800;
  color: var(--accent);
}
.collection-card.dark a { color: #e3b17f; }
.steps, .pay-grid {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.step-card, .pay-card, .social-card {
  background: rgba(255,253,249,.82);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(54,38,20,.04);
}
.step-card {
  display:flex;
  gap: 14px;
  align-items:center;
}
.step-number {
  width: 32px; height: 32px;
  border-radius: 999px;
  display:flex;
  align-items:center; justify-content:center;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 900;
  flex:0 0 auto;
}
.step-card strong, .pay-card strong, .social-card strong { display:block; margin-bottom:4px; }
.step-card small, .pay-card small, .social-card small { color: var(--muted); line-height:1.35; }
.socials {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.social-card {
  display:flex;
  align-items:center;
  gap: 14px;
}
.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display:flex;
  align-items:center; justify-content:center;
  color:white;
  font-weight: 900;
  flex:0 0 auto;
}
.instagram { background: radial-gradient(circle at 30% 110%, #feda75 0 24%, #fa7e1e 25% 45%, #d62976 50%, #962fbf 75%, #4f5bd5 100%); }
.tiktok { background:#111; }
.telegram { background:#2ca5e0; }
.lead-card {
  margin-top: 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,253,249,.95), rgba(244,236,226,.8));
  padding: 24px;
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items:center;
  box-shadow: var(--shadow);
}
.lead-card h2 { font-size: 28px; margin-bottom: 10px; }
.lead-form {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lead-form textarea, .lead-form .full { grid-column: 1 / -1; }
.field {
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 13px 14px;
  background: #fff;
  outline: none;
}
textarea.field { min-height: 96px; resize: vertical; }
.field:focus { border-color: rgba(184,111,53,.6); box-shadow: 0 0 0 4px rgba(184,111,53,.10); }
.contacts {
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,253,249,.86);
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(54,38,20,.05);
  display:grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 0;
}
.contact-img img { height: 100%; min-height: 205px; object-fit: cover; }
.contact-data {
  padding: 24px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
}
.contact-line {
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color:#2f2923;
  line-height:1.35;
  font-weight:650;
}
.contact-line small {
  display:block;
  color: var(--muted);
  font-weight: 600;
}
.footer {
  margin-top: 24px;
  border-radius: 24px 24px 0 0;
  background: #171615;
  color: rgba(255,255,255,.86);
  padding: 28px 28px 22px;
  display:grid;
  grid-template-columns: 1.1fr repeat(4, .8fr);
  gap: 28px;
}
.footer .logo-foot {
  letter-spacing:.2em;
  color:#fff;
  font-weight:800;
  font-size:20px;
}
.footer .logo-foot span { color:#d59662; }
.footer small, .footer a { color: rgba(255,255,255,.68); line-height:1.8; }
.footer h4 { margin: 0 0 10px; color:#fff; }
.footer-socials { display:flex; gap: 10px; margin-top:8px; }
.footer-socials a {
  width:38px; height:38px; border-radius:99px;
  background: rgba(255,255,255,.08);
  display:flex; align-items:center; justify-content:center;
}
.mobile-scroll-hint { display:none; }

@media (max-width: 920px) {
  .topbar { grid-template-columns: 44px 1fr 92px; }
  .hero {
    min-height: 420px;
    background:
      linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.88) 46%, rgba(255,253,249,.15) 76%, rgba(255,253,249,.0) 100%),
      url("../images/hero.webp") center right / cover no-repeat;
  }
  .hero-content { width: 72%; padding: 28px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom:1px solid var(--line); }
  .zone-row, .products {
    display:flex;
    overflow-x:auto;
    gap: 12px;
    padding-bottom: 8px;
    scroll-snap-type:x proximity;
  }
  .zone-card { min-width: 128px; scroll-snap-align:start; }
  .product-card { min-width: 170px; scroll-snap-align:start; }
  .collections { grid-template-columns: 1fr; }
  .steps, .pay-grid, .socials { grid-template-columns: 1fr 1fr; }
  .lead-card, .contacts { grid-template-columns: 1fr; }
  .contact-img { display:none; }
  .contact-data { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .page { padding: 0 12px 24px; }
  .topbar { padding: 10px 12px 8px; }
  .logo { font-size: 22px; letter-spacing:.22em; }
  .hero {
    margin-top: 10px;
    min-height: 430px;
    align-items:flex-start;
    background:
      linear-gradient(180deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.92) 43%, rgba(255,253,249,.18) 62%, rgba(255,253,249,.02) 100%),
      url("../images/hero.webp") center bottom / cover no-repeat;
  }
  .hero-content { width: 100%; padding: 26px 20px; }
  h1 { font-size: 38px; max-width: 320px; }
  .lead { max-width: 280px; font-size: 15px; margin-top: 14px; }
  .cta-row { gap: 10px; margin-top: 18px; }
  .btn { min-height: 44px; padding: 11px 15px; font-size: 14px; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: 12px; border-radius:16px; }
  .trust-item { padding: 13px 12px; font-size: 12px; gap:8px; }
  .line-icon { width:26px; height:26px; }
  .section-head { margin: 22px 0 12px; }
  .section-head h2 { font-size: 22px; }
  .view-link { font-size: 13px; }
  .zone-card { min-width: 116px; min-height: 118px; border-radius:14px; }
  .zone-card img { height: 82px; }
  .zone-card span { font-size: 13px; min-height:36px; }
  .product-card { min-width: 158px; }
  .product-title { font-size: 13px; min-height: 50px; }
  .product-body { padding: 10px; min-height: 151px; }
  .price { font-size: 18px; }
  .collection-content { max-width: 75%; padding:18px; }
  .steps, .pay-grid, .socials { grid-template-columns: 1fr; gap: 10px; }
  .step-card, .pay-card, .social-card { padding: 14px; }
  .lead-card { padding: 18px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-card h2 { font-size: 23px; }
  .footer { grid-template-columns: 1fr; padding: 24px 20px; }
}
