:root {
  --bg: #eee6dc;
  --bg-soft: #f8f3ed;
  --card: rgba(255, 255, 255, 0.92);
  --text: #28231f;
  --muted: #6d6259;
  --line: rgba(49, 39, 31, 0.12);
  --accent: #181716;
  --accent-soft: rgba(24, 23, 22, 0.08);
  --warm: #b99a76;
  --danger: #b34f43;
  --shadow: 0 22px 55px rgba(52, 40, 30, 0.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.95), transparent 26%),
    linear-gradient(180deg, #f4eee6 0%, #e9ded2 48%, #f8f3ed 100%);
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
.page-shell { min-height: 100vh; padding: 14px 0 24px; }
.page, .site-footer { width: min(100%, 430px); margin: 0 auto; }
.page { display: flex; flex-direction: column; gap: 22px; }
.hero { display: flex; flex-direction: column; gap: 14px; }
.hero-photo-wrap {
  position: relative;
  margin: 0 14px;
  min-height: 560px;
  overflow: hidden;
  border-radius: 34px;
  background: #bdb0a2;
  box-shadow: var(--shadow);
}
.hero-photo { height: 100%; min-height: 560px; object-fit: cover; object-position: 52% 40%; }
.hero-photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,.48) 100%);
}
.hero-title-box {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 17px 18px 19px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(255,255,255,.42);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
}
.hero-title-box span, .section-kicker {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(24,23,22,.08);
  color: #5b4d42;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-title-box h1 { margin: 10px 0 0; font-size: 48px; line-height: .92; letter-spacing: -.07em; }
.hero-content { margin: 0 14px; padding: 0 5px; }
.lead { margin: 0 0 14px; color: #5e554d; font-size: 15px; line-height: 1.68; }
.price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.price-old, .price-current { font-size: 27px; letter-spacing: -.045em; }
.price-old { color: #aaa097; font-weight: 800; text-decoration: line-through; text-decoration-thickness: 2px; }
.price-current { color: #1f1d1b; font-weight: 900; }
.button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 56px; padding: 0 18px; border: 0; border-radius: 20px; text-decoration: none; cursor: pointer; font-weight: 800; transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease; }
.button:active { transform: translateY(1px); }
.button:disabled { opacity: .72; cursor: default; }
.button-primary { background: linear-gradient(180deg, #252321 0%, #11100f 100%); color: #fffaf3; box-shadow: 0 15px 27px rgba(24,23,22,.22); }
.meta-note { margin: 10px 0 0; text-align: center; font-size: 13px; color: #81766d; }
.section-intro { margin: 0 14px 14px; }
.section-intro.centered { text-align: center; }
.section-intro h2, .order-card h2 { margin: 12px 0 0; font-size: 31px; line-height: 1.04; letter-spacing: -.045em; }
.story-card, .order-card {
  margin: 0 14px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,243,237,.98));
  box-shadow: 0 18px 38px rgba(52, 40, 30, .08);
}
.story-photo { aspect-ratio: .86 / 1; object-fit: cover; object-position: center; }
.story-copy, .order-card { padding: 22px; }
.story-copy p, .order-card > p { margin: 0; color: #5d544c; font-size: 15px; line-height: 1.7; }
.story-copy p + p { margin-top: 14px; }
.facts-grid { display: grid; gap: 10px; margin-top: 18px; }
.fact-item { padding: 15px 16px; border-radius: 19px; background: #f1e8df; border: 1px solid rgba(49,39,31,.08); }
.fact-item strong { display: block; margin-bottom: 5px; font-size: 14px; color: #2b2724; }
.fact-item span { display: block; color: #6d6259; font-size: 14px; line-height: 1.55; }
.mini-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.mini-gallery img { aspect-ratio: .86 / 1; object-fit: cover; border-radius: 20px; }
.reviews-carousel { position: relative; margin: 0 14px; padding: 0 38px; }
.carousel-viewport { overflow: hidden; border-radius: 28px; }
.carousel-track { display: flex; transition: transform .42s ease; }
.review-card { flex: 0 0 100%; min-width: 100%; padding: 14px; background: rgba(255,255,255,.92); border: 1px solid var(--line); display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: center; box-shadow: 0 14px 34px rgba(52,40,30,.07); }
.review-card img { height: 124px; object-fit: cover; border-radius: 20px; }
.review-card h3 { margin: 0 0 7px; font-size: 15px; }
.review-card p { margin: 0; color: #60564e; font-size: 14px; line-height: 1.58; }
.carousel-arrow { position: absolute; top: 50%; z-index: 2; width: 32px; height: 48px; transform: translateY(-50%); border: 0; border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 10px 24px rgba(52,40,30,.12); cursor: pointer; }
.carousel-arrow::before { content: ''; position: absolute; inset: 0; margin: auto; width: 9px; height: 9px; border-top: 2px solid #2b2724; border-right: 2px solid #2b2724; }
.carousel-arrow-prev { left: 0; }
.carousel-arrow-prev::before { transform: rotate(-135deg); left: 4px; }
.carousel-arrow-next { right: 0; }
.carousel-arrow-next::before { transform: rotate(45deg); right: 4px; }
.carousel-dots { display: flex; justify-content: center; gap: 7px; margin-top: 12px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(33,31,29,.23); cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button.is-active { width: 22px; background: #1f1d1b; }
.order-section { scroll-margin-top: 18px; }
.order-card { text-align: center; }
.order-card > p { margin-top: 12px; }
.order-form { display: grid; gap: 12px; margin-top: 20px; text-align: left; }
.field-group { display: grid; gap: 7px; }
.field-group > span { font-size: 13px; font-weight: 800; color: #443b33; }
.field-group input { width: 100%; height: 54px; border: 1px solid rgba(49,39,31,.14); border-radius: 18px; background: #fffdfa; padding: 0 16px; color: #28231f; outline: none; transition: border .18s ease, box-shadow .18s ease, background .18s ease; }
.field-group input:focus { border-color: rgba(24,23,22,.42); box-shadow: 0 0 0 4px rgba(24,23,22,.07); }
.field-group.has-error input { border-color: var(--danger); background: #fff8f6; }
.field-error { min-height: 16px; color: var(--danger); font-size: 12px; line-height: 1.35; }
.policy-note { margin: 0; text-align: center; color: #81766d; font-size: 11px; line-height: 1.45; }
.form-status { min-height: 18px; margin: 0; text-align: center; color: #45603f; font-size: 13px; }
.form-status.is-error { color: var(--danger); }
.site-footer { margin-top: 22px; padding: 24px 22px 12px; color: #766c62; font-size: 12px; line-height: 1.55; text-align: center; }
.site-footer h2 { margin: 0 0 10px; font-size: 12px; letter-spacing: .1em; color: #463d35; }
.site-footer p { margin: 0 0 10px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 5px; justify-content: center; margin-bottom: 10px; }
.site-footer a { text-decoration: none; border-bottom: 1px solid rgba(118,108,98,.32); }
.registry-note { opacity: .92; }
.legal-body { background: #f6f0e8; }
.legal-page { width: min(100% - 28px, 700px); margin: 18px auto; padding: 24px; border-radius: 28px; background: rgba(255,255,255,.95); border: 1px solid var(--line); color: var(--text); box-shadow: var(--shadow); }
.legal-page h1 { margin: 16px 0; font-size: 30px; line-height: 1.1; }
.legal-page h2 { margin: 22px 0 8px; font-size: 18px; }
.legal-page p { margin: 0 0 12px; color: #5d544c; line-height: 1.65; }
.back-link { display: inline-flex; text-decoration: none; color: #60564e; font-weight: 700; }
@media (max-width: 370px) {
  .hero-title-box h1 { font-size: 42px; }
  .review-card { grid-template-columns: 82px 1fr; }
  .review-card img { height: 116px; }
  .price-old, .price-current { font-size: 24px; }
}
