:root {
  --bg: #ecebea;
  --bg-soft: #f8f7f5;
  --card: rgba(255,255,255,.94);
  --text: #202124;
  --muted: #666a6d;
  --line: rgba(24, 26, 29, .10);
  --accent: #c83d38;
  --accent-deep: #922a27;
  --accent-soft: rgba(200, 61, 56, .10);
  --dark: #141517;
  --danger: #a33b35;
  --shadow: 0 22px 55px rgba(18, 18, 18, .12);
}
* { 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 top, rgba(255,255,255,.95), transparent 32%),
    linear-gradient(180deg, #f2f1ef 0%, #e7e4df 52%, #f6f4f1 100%);
}
img { display:block; width:100%; height:auto; }
a { color: inherit; }
button, input { font: inherit; }
.page-shell { min-height: 100vh; padding: 12px 0 24px; }
.page, .site-footer { width: min(100%, 430px); margin: 0 auto; }
.page { display:flex; flex-direction:column; gap: 20px; }
.hero { display:flex; flex-direction:column; gap: 14px; }
.hero-photo {
  position: relative;
  margin: 0 12px;
  height: 560px;
  overflow: hidden;
  border-radius: 32px;
  background: #d9d7d2;
  box-shadow: var(--shadow);
}
.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.32) 0%, rgba(0,0,0,.06) 42%, rgba(0,0,0,.38) 100%);
  pointer-events: none;
}
.hero-photo img { width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-title {
  position:absolute;
  left:18px; right:18px; bottom:18px;
  z-index:2;
  padding: 16px 16px 17px;
  border-radius: 24px;
  background: rgba(17,18,20,.62);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
  color: #fff;
}
.hero-title span, .section-kicker {
  display:inline-flex;
  align-items:center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-title span { background: rgba(255,255,255,.16); color: #f3f3f0; margin-bottom: 10px; }
.hero-title h1 { margin:0; font-size: 38px; line-height:.95; letter-spacing:-.055em; }
.hero-body { margin: 0 14px; padding: 0 4px; }
.lead { margin:0 0 14px; font-size:15px; line-height:1.65; color:#4c5053; }
.price-row { display:flex; align-items:baseline; gap:12px; margin: 4px 0 15px; }
.price-old, .price-current { font-size: 28px; letter-spacing:-.04em; }
.price-old { color:#a7a5a0; text-decoration: line-through; text-decoration-thickness:2px; font-weight:800; }
.price-current { color:var(--dark); font-weight:800; }
.button { display:inline-flex; justify-content:center; align-items:center; width:100%; min-height:56px; padding:0 20px; border:0; border-radius:18px; text-decoration:none; cursor:pointer; transition: transform .2s ease, opacity .2s ease; font-weight:800; }
.button:active { transform: translateY(1px); }
.button:disabled { opacity:.72; cursor:default; }
.button-primary { color:#fff; background: linear-gradient(180deg, #cf4641 0%, #a92f2b 100%); box-shadow: 0 16px 28px rgba(169,47,43,.24); }
.meta-note { margin:9px 0 0; text-align:center; font-size:13px; color:#787b7e; }
.section-intro { margin: 0 14px 13px; }
.section-kicker { color:var(--accent-deep); background:var(--accent-soft); border:1px solid rgba(200,61,56,.13); }
.section-intro h2, .order-card h2 { margin: 11px 0 0; font-size: 29px; line-height:1.05; 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,.96), rgba(250,249,247,.98));
  box-shadow: 0 18px 40px rgba(22,22,22,.08);
}
.story-photo { height: 330px; object-fit:cover; object-position:center; }
.story-copy { padding: 20px 18px 18px; }
.story-copy p { margin:0 0 13px; color:#4d5154; line-height:1.63; font-size:15px; }
.facts-grid { display:grid; gap:10px; margin: 16px 0; }
.facts-grid div { padding:14px; border-radius:18px; background:#f1f0ed; border:1px solid rgba(28,28,28,.07); }
.facts-grid strong { display:block; margin-bottom:5px; font-size:15px; }
.facts-grid p { margin:0; font-size:13px; line-height:1.45; color:#65686a; }
.mini-note { margin-top: 14px; padding: 16px; border-radius: 20px; background: #17181a; color:#fff; }
.mini-note h3 { margin:0 0 8px; font-size:18px; letter-spacing:-.02em; }
.mini-note p { color:#e5e3df; margin:0; }
.gallery-grid { display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin-top: 16px; }
.gallery-grid img { height: 150px; object-fit:cover; border-radius:18px; border:1px solid rgba(0,0,0,.06); }
.review-visual { margin: 0 14px 12px; border-radius: 24px; overflow:hidden; background:#151617; color:#f8f8f6; box-shadow: 0 14px 32px rgba(0,0,0,.11); }
.review-visual img { height: 180px; object-fit:cover; object-position:center; opacity:.94; }
.review-visual p { margin:0; padding:10px 14px 12px; font-size:13px; color:#dad7d2; }
.reviews-carousel { position:relative; margin:0 14px; }
.carousel-viewport { overflow:hidden; border-radius: 26px; }
.carousel-track { display:flex; transition: transform .35s ease; }
.review-card { min-width:100%; padding: 20px 20px 18px; background:var(--card); border:1px solid var(--line); border-radius:26px; }
.review-head { display:flex; gap:12px; align-items:center; margin-bottom:13px; }
.review-head span { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:#18191b; color:#fff; font-weight:800; }
.review-head h3 { margin:0; font-size:16px; }
.review-head small { display:block; margin-top:2px; color:#777a7d; }
.review-card p { margin:0; font-size:15px; line-height:1.58; color:#46494c; }
.carousel-arrow { position:absolute; top:50%; z-index:2; width:38px; height:38px; border:0; border-radius:50%; background:rgba(18,19,21,.88); box-shadow:0 10px 20px rgba(0,0,0,.16); cursor:pointer; transform:translateY(-50%); }
.carousel-arrow::before { content:''; position:absolute; width:9px; height:9px; border-top:2px solid #fff; border-right:2px solid #fff; top:14px; }
.carousel-arrow-prev { left:-5px; } .carousel-arrow-next { right:-5px; }
.carousel-arrow-prev::before { transform:rotate(-135deg); left:16px; } .carousel-arrow-next::before { transform:rotate(45deg); right:16px; }
.carousel-dots { display:flex; justify-content:center; gap:6px; padding:12px 0 0; }
.carousel-dots button { width:7px; height:7px; padding:0; border:0; border-radius:999px; background:#b8b7b3; cursor:pointer; transition:width .2s ease, background .2s ease; }
.carousel-dots button.is-active { width:20px; background:var(--accent); }
.order-section { scroll-margin-top: 16px; }
.order-card { padding: 22px 18px 18px; }
.order-card > p { margin:10px 0 18px; color:#5a5d60; font-size:15px; line-height:1.55; }
.order-form { display:grid; gap: 13px; }
.field-group label { display:block; margin:0 0 7px; font-size:13px; font-weight:800; color:#303336; }
.field-group input { width:100%; min-height:54px; border:1px solid rgba(26,28,31,.13); border-radius:17px; background:#f9f8f6; padding:0 15px; color:var(--text); outline:none; transition:border .2s ease, box-shadow .2s ease, background .2s ease; }
.field-group input:focus { border-color:rgba(200,61,56,.48); background:#fff; box-shadow:0 0 0 4px rgba(200,61,56,.10); }
.field-error { min-height:17px; margin:6px 2px 0; font-size:12px; line-height:1.35; color:var(--danger); }
.field-group.has-error input { border-color:rgba(163,59,53,.72); }
.privacy-note { margin: -1px 4px 0; text-align:center; font-size:11px; line-height:1.45; color:#818285; }
.form-success { margin:0; min-height:18px; text-align:center; color:var(--danger); font-size:13px; }
.form-success.is-error { color:var(--danger); }
.site-footer { padding: 22px 22px 4px; color:#5e6164; font-size:12px; line-height:1.55; }
.footer-title { margin-bottom:8px; color:#272a2d; font-size:12px; font-weight:800; letter-spacing:.06em; }
.footer-links { display:flex; flex-wrap:wrap; gap:8px 12px; margin: 8px 0; }
.footer-links a { text-decoration:none; border-bottom:1px solid rgba(0,0,0,.15); }
.registry-note { color:#777a7d; }
.legal-body { background:#f2f1ef; }
.legal-page { width:min(100% - 28px, 430px); margin:14px auto; padding:26px 20px; border-radius:28px; background:#fff; border:1px solid var(--line); box-shadow:0 18px 40px rgba(0,0,0,.08); }
.legal-page h1 { margin:14px 0 18px; font-size:30px; line-height:1.05; letter-spacing:-.04em; }
.legal-page h2 { margin:22px 0 8px; font-size:19px; }
.legal-page p { margin:0 0 12px; color:#55585b; line-height:1.65; }
.back-link { display:inline-flex; text-decoration:none; color:#6e7073; font-size:14px; }
@media (max-width: 360px) { .hero-photo { height: 510px; border-radius:26px; } .hero-title h1 { font-size:34px; } .price-old,.price-current{font-size:25px;} }
