:root {
  --bg: #f6f0e7;
  --paper: #fffdf8;
  --paper-2: #eee4d6;
  --ink: #28241f;
  --muted: #74695d;
  --line: rgba(47, 40, 32, 0.12);
  --accent: #1f1d1a;
  --accent-soft: #d7c3a8;
  --shadow: 0 26px 80px rgba(40, 33, 26, 0.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, #fffaf1 0, var(--bg) 45%, #e8dfd2 100%);
  color: var(--ink);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.page-shell {
  width: min(100%, 450px);
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(180deg, #fffaf2 0%, #f4ecdf 42%, #eee4d8 100%);
  box-shadow: 0 0 0 1px rgba(45, 38, 30, 0.04), 0 18px 70px rgba(45, 38, 30, 0.12);
  overflow: hidden;
}
.page { padding: 14px 14px 0; }
.hero { padding-bottom: 28px; }
.hero-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow);
  background: #ddd1c3;
}
.hero-visual img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: center top; }
.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,.56) 100%);
  pointer-events: none;
}
.hero-title-box {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.72);
  text-align: center;
}
.hero-title-box span, .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8a7560;
  font-weight: 800;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: 34px; line-height: 1.03; letter-spacing: -0.05em; }
.hero-body { padding: 22px 10px 0; text-align: center; }
.lead { margin: 0 auto 18px; font-size: 15.8px; line-height: 1.62; color: #5f564d; }
.price-row { display: flex; justify-content: center; align-items: baseline; gap: 14px; margin: 0 0 18px; font-size: 25px; font-weight: 800; }
.price-old { color: rgba(58, 51, 45, .42); text-decoration: line-through; text-decoration-thickness: 2px; }
.price-current { color: var(--ink); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  transition: transform .18s ease, opacity .18s ease;
}
.button:active { transform: translateY(1px) scale(.99); }
.button:disabled { opacity: .7; cursor: wait; }
.button-primary { color: #fff; background: linear-gradient(180deg, #2c2925 0%, #12100f 100%); box-shadow: 0 15px 35px rgba(23, 19, 15, .24); }
.meta-note { margin: 10px 0 0; color: #8a7d6f; font-size: 12.5px; }
.section { padding: 28px 0; }
.section-intro { text-align: center; padding: 0 10px 14px; }
.section-intro h2 { margin: 0; font-size: 27px; line-height: 1.08; letter-spacing: -0.04em; }
.story-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,253,248,.94);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.76);
}
.story-photo { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; }
.story-copy { padding: 22px 18px 20px; }
.story-copy p { color: var(--muted); line-height: 1.62; font-size: 15px; }
.facts-grid { display: grid; gap: 10px; margin: 18px 0; }
.fact-item { padding: 14px; border-radius: 18px; background: #f4ecdf; border: 1px solid var(--line); }
.fact-item strong { display: block; font-size: 15px; margin-bottom: 5px; }
.fact-item p { margin: 0; font-size: 14px; line-height: 1.45; }
.mini-note { margin: 18px 0; padding: 16px; border-radius: 20px; background: #292520; color: #fff7ee; }
.mini-note h3 { margin-bottom: 8px; font-size: 18px; }
.mini-note p { margin-bottom: 0; color: rgba(255,247,238,.78); }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.gallery-grid img { width: 100%; height: 210px; object-fit: cover; border-radius: 20px; background: #e5dacf; }
.review-photo-wrap { margin: 0 auto 14px; border-radius: 28px; overflow: hidden; box-shadow: 0 18px 45px rgba(40,33,26,.12); }
.review-photo-wrap img { width: 100%; max-height: 380px; object-fit: cover; object-position: center top; }
.reviews-carousel { position: relative; padding: 0 42px 36px; }
.carousel-viewport { overflow: hidden; border-radius: 24px; box-shadow: 0 16px 45px rgba(40, 33, 26, .10); }
.carousel-track { display: flex; transition: transform .35s ease; }
.review-card { flex: 0 0 100%; min-height: 205px; padding: 22px; background: rgba(255,253,248,.96); border: 1px solid rgba(255,255,255,.75); }
.review-head { display: flex; gap: 12px; align-items: center; margin-bottom: 15px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #2b2723; font-weight: 800; }
.review-meta h3 { margin: 0 0 2px; font-size: 16px; }
.review-meta span { color: #8a7e72; font-size: 13px; }
.review-card p { margin: 0; color: #5f564d; font-size: 15px; line-height: 1.58; }
.carousel-arrow { position: absolute; top: 82px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(42,38,33,.92); cursor: pointer; box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.carousel-arrow::before { content: ''; position: absolute; inset: 12px; border-top: 2px solid #fff; border-left: 2px solid #fff; }
.carousel-arrow-prev { left: 0; }
.carousel-arrow-prev::before { transform: rotate(-45deg); left: 13px; }
.carousel-arrow-next { right: 0; }
.carousel-arrow-next::before { transform: rotate(135deg); right: 13px; }
.carousel-dots { position: absolute; left: 0; right: 0; bottom: 0; display: flex; gap: 7px; justify-content: center; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(42,38,33,.25); }
.carousel-dots button.is-active { width: 22px; border-radius: 999px; background: #2a2621; }
.order-section { padding: 30px 0 34px; }
.order-card { padding: 26px 18px; border-radius: 30px; background: #fffdf8; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.76); text-align: center; }
.order-card h2 { margin: 0 0 9px; font-size: 28px; letter-spacing: -.04em; }
.order-card > p { margin: 0 0 20px; color: var(--muted); line-height: 1.55; }
.order-form { display: grid; gap: 14px; text-align: left; }
.field-group label { display: block; margin: 0 0 7px; font-size: 13px; color: #6b6156; font-weight: 700; }
.field-group input { width: 100%; height: 56px; border: 1px solid var(--line); border-radius: 18px; padding: 0 16px; background: #f7f0e6; color: var(--ink); font: inherit; outline: none; }
.field-group input:focus { border-color: rgba(42,38,33,.55); background: #fffaf2; }
.field-group.has-error input { border-color: #bb4a3f; background: #fff6f4; }
.field-error { min-height: 17px; margin: 5px 0 0; font-size: 12px; color: #b23d34; }
.privacy-note { margin: -2px 0 0; color: #8b8177; font-size: 11.5px; line-height: 1.45; text-align: center; }
.form-success { margin: 0; color: #425a34; font-size: 13px; text-align: center; }
.form-success.is-error { color: #b23d34; }
.site-footer { padding: 28px 22px 36px; background: #25211d; color: rgba(255,248,239,.76); font-size: 12.5px; line-height: 1.6; }
.footer-title { color: #fff8ef; font-weight: 800; letter-spacing: .12em; font-size: 11px; margin-bottom: 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 14px 0; }
.footer-links a { color: #fff8ef; text-decoration: none; border-bottom: 1px solid rgba(255,248,239,.28); }
.registry-note { margin-bottom: 0; }
@media (max-width: 370px) {
  .page { padding-left: 10px; padding-right: 10px; }
  h1 { font-size: 30px; }
  .hero-visual, .hero-visual img { min-height: 560px; }
  .reviews-carousel { padding-left: 34px; padding-right: 34px; }
}
